BashGPTNeo / README.md
lbourdois's picture
Upload README.md with huggingface_hub
d486a86
|
raw
history blame
869 Bytes
metadata
language: en
tags:
  - code-representation-learning
  - program-synthesis
datasets:
  - nlc2cmd
metrics:
  - metric1
  - metric2
thumbnail: Neural Program Synthesis for Bash

BashGPT-Neo

What is it ?

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.

Usage

from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("reshinthadith/BashGPTNeo")
model = AutoModelForCausalLM.from_pretrained("reshinthadith/BashGPTNeo")

Core Contributors 👥