Text2Text Generation
Transformers
PyTorch
t5
text-generation-inference
Inference Endpoints
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -38,6 +38,10 @@ generated_ids = model.generate(input_ids, max_length=128)
38
  print(tokenizer.decode(generated_ids[0], skip_special_tokens=True))
39
  ```
40
 
 
 
 
 
41
  ## BibTeX entry and citation info
42
 
43
  ```bibtex
 
38
  print(tokenizer.decode(generated_ids[0], skip_special_tokens=True))
39
  ```
40
 
41
+ ## Ethical Considerations
42
+
43
+ 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.
44
+
45
  ## BibTeX entry and citation info
46
 
47
  ```bibtex