rajabmondal commited on
Commit
cfa2c13
·
verified ·
1 Parent(s): 4f418e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -116,18 +116,6 @@ print(tokenizer.decode(outputs[0]))
116
  ```
117
  <br>
118
 
119
- # Attribution & Other Requirements
120
-
121
- The pretraining dataset for the model was curated to include only data with permissive licenses. Despite this, the model is capable of generating source code verbatim from the dataset. The licenses of such code may necessitate attribution and adherence to other specific conditions. To facilitate compliance, we provide a [search index](https://huggingface.co/spaces/bigcode/search) that enables users to trace the origins of generated code within the pretraining data, allowing for proper attribution and adherence to licensing requirements.
122
-
123
- <br>
124
-
125
- # Limitations
126
-
127
- The NT-Java-1.1B model has been trained on publicly available datasets and is offered without any safety guarantees. As with all language models, its outputs are inherently unpredictable, and the generated code may not perform as expected. Additionally, the code may be inefficient or contain bugs and security vulnerabilities. Consequently, it is imperative for users and developers to undertake extensive safety testing and to implement robust filtering mechanisms tailored to their specific needs.
128
-
129
- <br>
130
-
131
  # Training
132
 
133
  ## Model
@@ -150,6 +138,18 @@ The NT-Java-1.1B model has been trained on publicly available datasets and is of
150
  - **Neural networks:** [PyTorch](https://github.com/pytorch/pytorch)
151
 
152
  <br>
 
 
 
 
 
 
 
 
 
 
 
 
153
 
154
  # License
155
  The model is licensed under the BigCode OpenRAIL-M v1 license agreement. You can find the full agreement [here](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement).
 
116
  ```
117
  <br>
118
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  # Training
120
 
121
  ## Model
 
138
  - **Neural networks:** [PyTorch](https://github.com/pytorch/pytorch)
139
 
140
  <br>
141
+
142
+ # Attribution & Other Requirements
143
+
144
+ The pretraining dataset for the model was curated to include only data with permissive licenses. Despite this, the model is capable of generating source code verbatim from the dataset. The licenses of such code may necessitate attribution and adherence to other specific conditions. To facilitate compliance, we provide a [search index](https://huggingface.co/spaces/bigcode/search) that enables users to trace the origins of generated code within the pretraining data, allowing for proper attribution and adherence to licensing requirements.
145
+
146
+ <br>
147
+
148
+ # Limitations
149
+
150
+ The NT-Java-1.1B model has been trained on publicly available datasets and is offered without any safety guarantees. As with all language models, its outputs are inherently unpredictable, and the generated code may not perform as expected. Additionally, the code may be inefficient or contain bugs and security vulnerabilities. Consequently, it is imperative for users and developers to undertake extensive safety testing and to implement robust filtering mechanisms tailored to their specific needs.
151
+
152
+ <br>
153
 
154
  # License
155
  The model is licensed under the BigCode OpenRAIL-M v1 license agreement. You can find the full agreement [here](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement).