Cyrile commited on
Commit
8d4c1be
·
1 Parent(s): df809fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ widget:
17
 
18
  bloomz-3b-sft-chat
19
  --------------------
20
- We introduce the bloomz-560m-sft-chat model, which is a fine-tuning of a Large Language Model (LLM) [bigscience/bloomz-3b](https://huggingface.co/bigscience/bloomz-3b). This model is notable for being pre-trained for a chatbot context and undergoing a transposition from float16 to bfloat16. Therefore, this model serves as a solid starting point for fine-tuning towards other more specific tasks.
21
 
22
  The model was trained equally on both French and English data, ensuring maximum efficiency for these two languages (and their interactions). Due to the transition from float16 to bfloat16, we do not guarantee the preservation of the original model's multilingual capabilities. However, fine-tuning can restore reasonable performance on other languages.
23
 
 
17
 
18
  bloomz-3b-sft-chat
19
  --------------------
20
+ We introduce the bloomz-3b-sft-chat model, which is a fine-tuning of a Large Language Model (LLM) [bigscience/bloomz-3b](https://huggingface.co/bigscience/bloomz-3b). This model is notable for being pre-trained for a chatbot context and undergoing a transposition from float16 to bfloat16. Therefore, this model serves as a solid starting point for fine-tuning towards other more specific tasks.
21
 
22
  The model was trained equally on both French and English data, ensuring maximum efficiency for these two languages (and their interactions). Due to the transition from float16 to bfloat16, we do not guarantee the preservation of the original model's multilingual capabilities. However, fine-tuning can restore reasonable performance on other languages.
23