Add base model
Browse filesThis PR ensures your model is linked to [mistralai/Mistral-7B-v0.1.](https://huggingface.co/mistralai/Mistral-7B-v0.1) by adding the "base-model" tag.
README.md
CHANGED
@@ -5,6 +5,8 @@ language:
|
|
5 |
license: apache-2.0
|
6 |
pipeline_tag: text-generation
|
7 |
library_name: transformers
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# Mistral-7B-v0.1-Italian-CLP
|
|
|
5 |
license: apache-2.0
|
6 |
pipeline_tag: text-generation
|
7 |
library_name: transformers
|
8 |
+
base_model:
|
9 |
+
- mistralai/Mistral-7B-v0.1
|
10 |
---
|
11 |
|
12 |
# Mistral-7B-v0.1-Italian-CLP
|