Commit
•
28b4cfb
1
Parent(s):
fa88b77
Fix base model link (#11)
Browse files- Fix base model link (a365f9c0e6606f922e1f105cef3a0c12ac783533)
Co-authored-by: Lepagnol <[email protected]>
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-
|
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 `[email protected]`
|
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 `[email protected]`
|
77 |
|