Text Generation
Transformers
PyTorch
English
gpt_neox
causal-lm
Inference Endpoints
text-generation-inference
hardmaru commited on
Commit
0497fe4
1 Parent(s): 31588a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ print(tokenizer.decode(tokens[0], skip_special_tokens=True))
48
  * **Language(s)**: English
49
  * **Library**: [HuggingFace Transformers](https://github.com/huggingface/transformers)
50
  * **License**: Fine-tuned checkpoints (`StableLM-Tuned-Alpha`) are licensed under the Non-Commercial Creative Commons license ([CC BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)), in-line with the original non-commercial license specified by [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca).
51
- * **Contact**: For questions and comments about the model, please email {TODO: email address}
52
 
53
  ## Training
54
 
 
48
  * **Language(s)**: English
49
  * **Library**: [HuggingFace Transformers](https://github.com/huggingface/transformers)
50
  * **License**: Fine-tuned checkpoints (`StableLM-Tuned-Alpha`) are licensed under the Non-Commercial Creative Commons license ([CC BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)), in-line with the original non-commercial license specified by [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca).
51
+ * **Contact**: For questions and comments about the model, please email `lm@stability.ai`
52
 
53
  ## Training
54