Add base model
Browse filesThis PR ensures your model is linked to https://huggingface.co/meta-llama/Llama-3.1-8B.
README.md
CHANGED
@@ -5,6 +5,8 @@ language:
|
|
5 |
license: apache-2.0
|
6 |
library_name: transformers
|
7 |
pipeline_tag: text-generation
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# Llama-3.1-8B-Italian-FVT
|
|
|
5 |
license: apache-2.0
|
6 |
library_name: transformers
|
7 |
pipeline_tag: text-generation
|
8 |
+
base_model:
|
9 |
+
- meta-llama/Llama-3.1-8B
|
10 |
---
|
11 |
|
12 |
# Llama-3.1-8B-Italian-FVT
|