lbourdois commited on
Commit
dcf2331
1 Parent(s): 14ce658

Add multilingual to the language tag

Browse files

Hi! A PR to add multilingual to the language tag to improve the referencing.

Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -1,10 +1,9 @@
1
  ---
2
- language:
3
- - en
4
- - code
5
-
6
- license: "mit"
7
-
8
  tags:
9
  - Diff Model
10
  - pytorch
@@ -15,7 +14,7 @@ tags:
15
 
16
  **Model Description**
17
 
18
- Diff-Codegen-350M is the first in a series of diff models released by CarperAI. A diff model is an autoregressive language model trained on edits to a piece of text, formatted in Unified Diff Format. These diff models can suggest, given a section of text and a description of the desired change, an intelligent change to the text that fits the description, marking the lines added, changed, and deleted in diff format. The primary use case for these models is for suggesting changes to codeas such, most models we release will be fine-tuned versions of models trained on code datasets.
19
 
20
  Diff-Codegen-350M-v1 is an initial preliminary release of an experimental artifact and should be treated as such. We are releasing these results and this model in the hopes that it may be useful to the greater research community, especially those interested in LMs for code.
21
 
@@ -44,7 +43,7 @@ Each file was formatted as follows for input to the language model:
44
 
45
  **Intended Uses and Limitations**
46
 
47
- Due to the models small size and restriction to code, one should not expect the model to generalize to domains beyond code and perform (successful) reasoning over large chunks of code. This model is intended to be used in prototyping ELM-like systems, and for solely experimental purposes. This model is provided without warranty and should not be used in commercial settings -- even though the license permits.
48
 
49
  **Limitations and Biases**
50
 
@@ -63,4 +62,4 @@ This model is licensed as MIT. While it can be used in commercial settings, we d
63
 
64
  **Acknowledgements**
65
 
66
- Wed like to thank Honglu Fan, Harry Saini, Herbie Bradley, and Joel Lehman
1
  ---
2
+ language:
3
+ - en
4
+ - code
5
+ - multilingual
6
+ license: mit
 
7
  tags:
8
  - Diff Model
9
  - pytorch
14
 
15
  **Model Description**
16
 
17
+ Diff-Codegen-350M is the first in a series of diff models released by CarperAI. A diff model is an autoregressive language model trained on edits to a piece of text, formatted in Unified Diff Format. These diff models can suggest, given a section of text and a description of the desired change, an intelligent change to the text that fits the description, marking the lines added, changed, and deleted in diff format. The primary use case for these models is for suggesting changes to codeas such, most models we release will be fine-tuned versions of models trained on code datasets.
18
 
19
  Diff-Codegen-350M-v1 is an initial preliminary release of an experimental artifact and should be treated as such. We are releasing these results and this model in the hopes that it may be useful to the greater research community, especially those interested in LMs for code.
20
 
43
 
44
  **Intended Uses and Limitations**
45
 
46
+ Due to the models small size and restriction to code, one should not expect the model to generalize to domains beyond code and perform (successful) reasoning over large chunks of code. This model is intended to be used in prototyping ELM-like systems, and for solely experimental purposes. This model is provided without warranty and should not be used in commercial settings -- even though the license permits.
47
 
48
  **Limitations and Biases**
49
 
62
 
63
  **Acknowledgements**
64
 
65
+ Wed like to thank Honglu Fan, Harry Saini, Herbie Bradley, and Joel Lehman