laurentiubp
commited on
Commit
•
2096ed9
1
Parent(s):
2fb418a
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
license: llama3
|
3 |
-
|
|
|
|
|
4 |
tags:
|
5 |
- llama
|
6 |
- llama-3
|
@@ -8,12 +10,11 @@ tags:
|
|
8 |
model-index:
|
9 |
- name: CataLlama-v0.2-Base
|
10 |
results: []
|
11 |
-
datasets:
|
12 |
-
- catallama/Catalan-Raw-Text
|
13 |
language:
|
14 |
- ca
|
15 |
- en
|
16 |
pipeline_tag: text-generation
|
|
|
17 |
---
|
18 |
|
19 |
## Model Details
|
@@ -22,7 +23,7 @@ pipeline_tag: text-generation
|
|
22 |
|
23 |
The resulting model retained the Catalan language skills of CataLlama-v0.1-Base, while acquiring basic skills in instruction following.
|
24 |
|
25 |
-
**This is a base model and it is not fine-tuned for downstream tasks
|
26 |
|
27 |
**Model developers** [Laurentiu Petrea](https://www.linkedin.com/in/laurentiupetrea/).
|
28 |
|
@@ -72,4 +73,4 @@ This was done with a custom script, **without** mergekit.
|
|
72 |
|
73 |
**Out-of-scope** Use in any manner that violates applicable laws or regulations (including trade compliance laws). Use in any other way that is prohibited by the Acceptable Use Policy and Llama 3 Community License. Use in languages other than English**.
|
74 |
|
75 |
-
**Note: Developers may fine-tune Llama 3 models for languages beyond English provided they comply with the Llama 3 Community License and the Acceptable Use Policy.
|
|
|
1 |
---
|
2 |
license: llama3
|
3 |
+
base_models:
|
4 |
+
- meta-llama/Meta-Llama-3-8B-Instruct
|
5 |
+
- catallama/CataLlama-v0.1-Base
|
6 |
tags:
|
7 |
- llama
|
8 |
- llama-3
|
|
|
10 |
model-index:
|
11 |
- name: CataLlama-v0.2-Base
|
12 |
results: []
|
|
|
|
|
13 |
language:
|
14 |
- ca
|
15 |
- en
|
16 |
pipeline_tag: text-generation
|
17 |
+
library_name: transformers
|
18 |
---
|
19 |
|
20 |
## Model Details
|
|
|
23 |
|
24 |
The resulting model retained the Catalan language skills of CataLlama-v0.1-Base, while acquiring basic skills in instruction following.
|
25 |
|
26 |
+
**This is a base model and it is not fine-tuned for downstream tasks** although it has acquired some instruction following skills after the merge.
|
27 |
|
28 |
**Model developers** [Laurentiu Petrea](https://www.linkedin.com/in/laurentiupetrea/).
|
29 |
|
|
|
73 |
|
74 |
**Out-of-scope** Use in any manner that violates applicable laws or regulations (including trade compliance laws). Use in any other way that is prohibited by the Acceptable Use Policy and Llama 3 Community License. Use in languages other than English**.
|
75 |
|
76 |
+
**Note: Developers may fine-tune Llama 3 models for languages beyond English provided they comply with the Llama 3 Community License and the Acceptable Use Policy.
|