reshinth.adith commited on
Commit
9098590
·
1 Parent(s): cff11f0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - English
4
+ - Bash
5
+ thumbnail: "Neural Program Synthesis for Bash"
6
+ tags:
7
+ - code-representation-learning
8
+ - program-synthesis
9
+ datasets:
10
+ - nlc2cmd
11
+ metrics:
12
+ - metric1
13
+ - metric2
14
+
15
+ ---
16
+ # BashGPT-Neo
17
+
18
+ ## What is it ?
19
+ BashGPT-Neo is a [Neural Program Synthesis](https://www.microsoft.com/en-us/research/project/neural-program-synthesis/) Model for Bash Commands and Shell Scripts. Trained on the data provided by [NLC2CMD](https://nlc2cmd.us-east.mybluemix.net/). It is fine-tuned version of GPTNeo-125M by EleutherAI.
20
+
21
+ ## Core Contributors 👥
22
+ - [Reshinth Adithyan](https://github.com/reshinthadithyan)
23
+ - [Aditya Thuruvas](https://github.com/dhuruvasaditya)