basilepp19
commited on
Commit
•
e0f4760
1
Parent(s):
2819ed0
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
---
|
2 |
license: bigscience-bloom-rail-1.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: bigscience-bloom-rail-1.0
|
3 |
+
language:
|
4 |
+
- it
|
5 |
---
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
This model is obtained by adapting bloom-1b7 to the Italian language. Among the languages supported by the BLOOM model, there is no Italian, making its use
|
11 |
+
in that context challenging. We adapt the original BLOOM model using the MAD-X language adaptation strategy.
|
12 |
+
|
13 |
+
## Model Details
|
14 |
+
|
15 |
+
### Model Description
|
16 |
+
|
17 |
+
We adapt the bloom-1b7 to the Italian language using the MAD-X language adaptation strategy.
|
18 |
+
To produce a valuable model, we follow the same procedure proposed in: https://arxiv.org/abs/2212.09535
|
19 |
+
|
20 |
+
We use default script parameters and select a sample of 100,000 examples in the Italian language. We decided to sample data from the Filtered Oscar Dataset for
|
21 |
+
the Italian Language released by Sarti.
|
22 |
+
|
23 |
+
- **Developed by:** Pierpaolo Basile, Pierluigi Cassotti, Marco Polignano, Lucia Siciliani, Giovanni Semeraro. Department of Computer Science, University of Bari Aldo Moro, Italy
|
24 |
+
- **Model type:** BLOOM
|
25 |
+
- **Language(s) (NLP):** Italian
|
26 |
+
- **License:** BigScience BLOOM RAIL 1.0
|
27 |
+
|
28 |
+
## Citation [optional]
|
29 |
+
|
30 |
+
Pierpaolo Basile, Pierluigi Cassotti, Marco Polignano, Lucia Siciliani, Giovanni Semeraro. On the impact of Language Adaptation for Large Language Models: A
|
31 |
+
case study for the Italian language using only open resources. Proceedings of the Ninth Italian Conference on Computational Linguistics (CLiC-it 2023).
|
32 |
+
|