Update README.md
#1
by
joyousprince
- opened
README.md
CHANGED
@@ -65,6 +65,8 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
65 |
You may need to tune the Temperature setting for different applications. Typically, a lower Temperature is helpful for tasks that require deterministic outcomes.
|
66 |
Additionally, for tasks demanding adherence to specific formats or function calls, explicitly including formatting instructions is advisable.
|
67 |
|
|
|
|
|
68 |
|
69 |
# Benchmarks
|
70 |
|
|
|
65 |
You may need to tune the Temperature setting for different applications. Typically, a lower Temperature is helpful for tasks that require deterministic outcomes.
|
66 |
Additionally, for tasks demanding adherence to specific formats or function calls, explicitly including formatting instructions is advisable.
|
67 |
|
68 |
+
# Ethical Considerations
|
69 |
+
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.
|
70 |
|
71 |
# Benchmarks
|
72 |
|