jucasoliveira commited on
Commit
6b7ff4e
1 Parent(s): 1220ff2

Upload README.md

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