Downloads · 30 days
14
1% of all-time downloads
reshinthadith/BashGPTNeo
BashGPTNeo is a text generation model from reshinthadith. Use it when you need the model to write or continue text. It is set up for transformers.
BashGPT-Neo is a Neural Program Synthesis Model for Bash Commands and Shell Scripts. Trained on the data provided by NLC2CMD. It is fine-tuned version of GPTNeo-125M by EleutherAI.
Downloads · 30 days
14
1% of all-time downloads
All-time downloads
1.9K
Public
Repo size
1.1 GB
Likes
2
Public
Click a slice to open those files.
.bin526 MB · 100%
From the Hugging Face model README
BashGPT-Neo is a Neural Program Synthesis Model for Bash Commands and Shell Scripts. Trained on the data provided by NLC2CMD. It is fine-tuned version of GPTNeo-125M by EleutherAI.
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("reshinthadith/BashGPTNeo")
model = AutoModelForCausalLM.from_pretrained("reshinthadith/BashGPTNeo")