ai-agi commited on
Commit
3365698
1 Parent(s): 24c9139

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -13,6 +13,8 @@ tags:
13
 
14
  Intel and Hugging Face developed two of the most prominent Mistral-type models released: Neural-Chat and Zephyr.
15
 
 
 
16
  Zephyr is a series of language models that are trained to act as helpful assistants.
17
  Zephyr-7B-β is the second model in the series, and is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
18
  that was trained on on a mix of publicly available, synthetic datasets using [Direct Preference Optimization (DPO)](https://arxiv.org/abs/2305.18290).
 
13
 
14
  Intel and Hugging Face developed two of the most prominent Mistral-type models released: Neural-Chat and Zephyr.
15
 
16
+ Neural-Zephyr is a hybrid Transfer Learning version joining Neural-Chat weights and Zephyr Mistral type models
17
+
18
  Zephyr is a series of language models that are trained to act as helpful assistants.
19
  Zephyr-7B-β is the second model in the series, and is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
20
  that was trained on on a mix of publicly available, synthetic datasets using [Direct Preference Optimization (DPO)](https://arxiv.org/abs/2305.18290).