heanu commited on
Commit
e3510fd
1 Parent(s): b051994

Update README.md for disclaimer

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -29,6 +29,8 @@ The backbone model of COSMO is the [lm-adapted T5](https://huggingface.co/google
29
 
30
  > 💡 <b>Note:</b> The HuggingFace inference API for Cosmo is not working correctly, we gently guide you to [our repository](https://hyunw.kim/sodaverse) to try out the demo code!
31
 
 
 
32
  Below is a simple code snippet to get Cosmo running :)
33
 
34
  ```python
 
29
 
30
  > 💡 <b>Note:</b> The HuggingFace inference API for Cosmo is not working correctly, we gently guide you to [our repository](https://hyunw.kim/sodaverse) to try out the demo code!
31
 
32
+ > 🚨 <b>Disclaimer:</b> We would like to emphasize that COSMO is trained on SODA and ProsocialDialog mainly for academic/research purposes. We discourage using COSMO in real-world applications or services as is. Model outputs should not be used for advice for humans, and could be potentially offensive, problematic, or harmful. The model’s output does not necessarily reflect the views and opinions of the authors and their associated affiliations.
33
+
34
  Below is a simple code snippet to get Cosmo running :)
35
 
36
  ```python