jucasoliveira commited on
Commit
7467d8d
1 Parent(s): 6b7ff4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -17
README.md CHANGED
@@ -1,26 +1,28 @@
1
- # tgs-model
2
-
3
- # Terminal Generative Shell (tgs) Model
4
-
5
- ## TGS Model implements NL2Bash: Natural Language Interface to Linux Bash
6
-
7
- ```yaml
8
  language:
9
- - en
10
- - fr
11
  thumbnail: "https://www.warpy.io/_next/static/media/tgshell_icon.4fa45b6d.svg"
12
  tags:
13
- - text-generation
14
- - gpt
15
- license: "Apache-2.0"
16
  datasets:
17
- - wikitext
18
- - bookcorpus
19
  metrics:
20
- - perplexity
21
- - bleu
22
  base_model: "t5"
23
- ```
 
 
 
 
 
 
 
 
24
 
25
  ## Citation
26
 
 
1
+ ---
 
 
 
 
 
 
2
  language:
3
+ - en
4
+ - fr
5
  thumbnail: "https://www.warpy.io/_next/static/media/tgshell_icon.4fa45b6d.svg"
6
  tags:
7
+ - text-generation
8
+ - t5
9
+ license: "apache-2.0"
10
  datasets:
11
+ - wikitext
12
+ - bookcorpus
13
  metrics:
14
+ - perplexity
15
+ - bleu
16
  base_model: "t5"
17
+ ---
18
+
19
+ # tgs-model
20
+
21
+ # Terminal Generative Shell (tgs) Model
22
+
23
+ ## TGS Model implements NL2Bash: Natural Language Interface to Linux Bash
24
+
25
+
26
 
27
  ## Citation
28