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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ print(tokenizer.decode(tokens[0], skip_special_tokens=True))
47
  * **Language(s)**: English
48
  * **Library**: [HuggingFace Transformers](https://github.com/huggingface/transformers)
49
  * **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).
50
- * **Contact**: For questions and comments about the model, please email {TODO: email address}
51
 
52
  ## Training
53
 
 
47
  * **Language(s)**: English
48
  * **Library**: [HuggingFace Transformers](https://github.com/huggingface/transformers)
49
  * **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).
50
+ * **Contact**: For questions and comments about the model, please email `lm@stability.ai`
51
 
52
  ## Training
53