nicholascao
commited on
Commit
·
c4b7b21
1
Parent(s):
374f6d1
Update README.md
Browse files
README.md
CHANGED
@@ -48,4 +48,12 @@ model.to(torch.cuda.current_device())
|
|
48 |
output = model.generate(**inputs, generation_config=generation_config)
|
49 |
output = tokenizer.decode(output[0], skip_special_tokens=True)
|
50 |
print(output)
|
51 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
output = model.generate(**inputs, generation_config=generation_config)
|
49 |
output = tokenizer.decode(output[0], skip_special_tokens=True)
|
50 |
print(output)
|
51 |
+
```
|
52 |
+
|
53 |
+
## Limitation and Usage Limits
|
54 |
+
|
55 |
+
我们使用的数据集(例如[BELLE](https://github.com/LianjiaTech/BELLE))要求开发人员仅将数据用于研究目的。
|
56 |
+
因此,不允许将我们的模型用于商业以及其他潜在的有害用途。
|
57 |
+
|
58 |
+
The datasets we used (e.g. [BELLE](https://github.com/LianjiaTech/BELLE)) require developers only use the data for research purposes.
|
59 |
+
Thus, commercial and other potentially harmful uses of our models are not allowed.
|