xurantju commited on
Commit
19103d0
·
verified ·
1 Parent(s): 9e55477

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -54,6 +54,8 @@ outputs = model.generate(
54
  generated_text = processor.batch_decode(outputs, skip_special_tokens=True)[0].strip()
55
  print(generated_text)
56
  ```
 
 
57
 
58
  ### How to use
59
 
 
54
  generated_text = processor.batch_decode(outputs, skip_special_tokens=True)[0].strip()
55
  print(generated_text)
56
  ```
57
+ ## Ethical Considerations
58
+ This release is for research purposes only in support of an academic paper. Our models, datasets, and code are not specifically designed or evaluated for all downstream purposes. We strongly recommend users evaluate and address potential concerns related to accuracy, safety, and fairness before deploying this model. We encourage users to consider the common limitations of AI, comply with applicable laws, and leverage best practices when selecting use cases, particularly for high-risk scenarios where errors or misuse could significantly impact people’s lives, rights, or safety. For further guidance on use cases, refer to our AUP and AI AUP.
59
 
60
  ### How to use
61