Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,10 @@ inference:
|
|
6 |
top_p: 0.95
|
7 |
top_k: 40
|
8 |
repetition_penalty: 1.2
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
|
@@ -22,5 +26,4 @@ Ministral is a series of language model, build with same architecture as the fam
|
|
22 |
- **Model type:** A 3B parameter GPT-like model fine-tuned on a mix of publicly available, synthetic datasets.
|
23 |
- **Language(s) (NLP):** Primarily English
|
24 |
- **License:** Apache 2.0
|
25 |
-
- **Finetuned from model:** [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
26 |
-
|
|
|
6 |
top_p: 0.95
|
7 |
top_k: 40
|
8 |
repetition_penalty: 1.2
|
9 |
+
license: apache-2.0
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
pipeline_tag: text-generation
|
13 |
---
|
14 |
|
15 |
|
|
|
26 |
- **Model type:** A 3B parameter GPT-like model fine-tuned on a mix of publicly available, synthetic datasets.
|
27 |
- **Language(s) (NLP):** Primarily English
|
28 |
- **License:** Apache 2.0
|
29 |
+
- **Finetuned from model:** [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
|