PierreLepagnol commited on
Commit
a365f9c
1 Parent(s): fa88b77

Fix base model link

Browse files

The link at line 74 was the link of the model itself, not the base model.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ print(tokenizer.decode(tokens[0], skip_special_tokens=False))
71
  * **Model type**: `StableLM 2 Zephyr 1.6B` model is an auto-regressive language model based on the transformer decoder architecture.
72
  * **Language(s)**: English
73
  * **Library**: [Alignment Handbook](https://github.com/huggingface/alignment-handbook.git)
74
- * **Finetuned from model**: [stabilityai/stablelm-2-zephyr-1_6b](https://huggingface.co/stabilityai/stablelm-2-zephyr-1_6b)
75
  * **License**: [StabilityAI Non-Commercial Research Community License](https://huggingface.co/stabilityai/stablelm-2-zephyr-1_6b/blob/main/LICENSE). If you want to use this model for your commercial products or purposes, please contact us [here](https://stability.ai/contact) to learn more.
76
  * **Contact**: For questions and comments about the model, please email `lm@stability.ai`
77
 
 
71
  * **Model type**: `StableLM 2 Zephyr 1.6B` model is an auto-regressive language model based on the transformer decoder architecture.
72
  * **Language(s)**: English
73
  * **Library**: [Alignment Handbook](https://github.com/huggingface/alignment-handbook.git)
74
+ * **Finetuned from model**: [https://huggingface.co/stabilityai/stablelm-2-1_6b](https://huggingface.co/stabilityai/stablelm-2-1_6b)
75
  * **License**: [StabilityAI Non-Commercial Research Community License](https://huggingface.co/stabilityai/stablelm-2-zephyr-1_6b/blob/main/LICENSE). If you want to use this model for your commercial products or purposes, please contact us [here](https://stability.ai/contact) to learn more.
76
  * **Contact**: For questions and comments about the model, please email `lm@stability.ai`
77