CoolFace
Apppublic

BEE-spoke-data/beecoder-playground

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
1likes
App README

๐ŸBeeCoder Demo๐Ÿ

Code-Completion Playground ๐Ÿ’ป with ๐ŸBeeCoder Models

This is a demo playground for generating Python code with the power of ๐ŸBeeCoder, a fine-tuned version of the tiny 101M base model on a dataset of pypi packages.

โ„น๏ธ This is not an instruction model but just a code completion tool.


Intended Use: This app and its supporting model are provided for demonstration purposes only; not to serve as a replacement for human expertise. For more details on the model, please refer to the model card.

In our country, we say "To let 100M parameters model generate python script and not validate is like to let monkey fly a plane". So please be careful with the generated code.


Base Model Information

The base model, smol_llama-101M-GQA, has been pre-trained on a relatively small number of high quality tokens (less than ~20B). It has impressive performance despite its compact size of 101M parameters. Training data for this base model included:

You can find more information about the base model here.


Credits

This app is modified from a demo playground originally built for StarCoder by BigCode. You can find the original demo here.