DeepMount00
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
<
|
2 |
<p style="font-size: 24px; text-align: center;">A Lightweight Italian Language Model</p>
|
3 |
|
4 |
-
<
|
5 |
|
6 |
Alireo-400M is a lightweight yet powerful Italian language model with 400M parameters, designed to provide efficient natural language processing capabilities while maintaining a smaller footprint compared to larger models.
|
7 |
|
8 |
-
<
|
9 |
|
10 |
* **Architecture**: Transformer-based language model ๐๏ธ
|
11 |
* **Parameters**: 400M ๐
|
@@ -13,7 +13,7 @@ Alireo-400M is a lightweight yet powerful Italian language model with 400M param
|
|
13 |
* **Training Data**: Curated Italian text corpus (books, articles, web content) ๐
|
14 |
* **Model Size**: ~800MB ๐พ
|
15 |
|
16 |
-
<
|
17 |
|
18 |
Despite its compact size, Alireo-400M demonstrates impressive performance:
|
19 |
|
@@ -21,21 +21,21 @@ Despite its compact size, Alireo-400M demonstrates impressive performance:
|
|
21 |
* **Language Understanding**: Maintains high accuracy in Italian language understanding tasks ๐ฏ
|
22 |
* **Speed**: Efficient inference speed due to optimized architecture โก
|
23 |
|
24 |
-
<
|
25 |
|
26 |
* Limited context window compared to larger models
|
27 |
* May struggle with highly specialized technical content
|
28 |
* Performance may vary on dialectal variations
|
29 |
* Not suitable for multilingual tasks
|
30 |
|
31 |
-
<
|
32 |
|
33 |
* **Minimum RAM**: 2GB
|
34 |
* **Recommended RAM**: 4GB
|
35 |
* **GPU**: Optional, but recommended for faster inference
|
36 |
* **Disk Space**: ~1GB (including model and dependencies)
|
37 |
|
38 |
-
<
|
39 |
|
40 |
```python
|
41 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
@@ -54,11 +54,11 @@ result = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
|
54 |
print(result)
|
55 |
```
|
56 |
|
57 |
-
<
|
58 |
|
59 |
Apache 2.0
|
60 |
|
61 |
-
<
|
62 |
|
63 |
```bibtex
|
64 |
@software{alireo2024,
|
|
|
1 |
+
<h2 style="font-size: 48px; text-align: center;">Alireo-400M ๐ค ๐ฎ๐น</h2>
|
2 |
<p style="font-size: 24px; text-align: center;">A Lightweight Italian Language Model</p>
|
3 |
|
4 |
+
<h3 style="font-size: 32px; color: #2980b9;">Model Description ๐</h3>
|
5 |
|
6 |
Alireo-400M is a lightweight yet powerful Italian language model with 400M parameters, designed to provide efficient natural language processing capabilities while maintaining a smaller footprint compared to larger models.
|
7 |
|
8 |
+
<h3 style="font-size: 32px; color: #2980b9;">Key Features โจ</h3>
|
9 |
|
10 |
* **Architecture**: Transformer-based language model ๐๏ธ
|
11 |
* **Parameters**: 400M ๐
|
|
|
13 |
* **Training Data**: Curated Italian text corpus (books, articles, web content) ๐
|
14 |
* **Model Size**: ~800MB ๐พ
|
15 |
|
16 |
+
<h3 style="font-size: 32px; color: #2980b9;">Performance ๐</h3>
|
17 |
|
18 |
Despite its compact size, Alireo-400M demonstrates impressive performance:
|
19 |
|
|
|
21 |
* **Language Understanding**: Maintains high accuracy in Italian language understanding tasks ๐ฏ
|
22 |
* **Speed**: Efficient inference speed due to optimized architecture โก
|
23 |
|
24 |
+
<h3 style="font-size: 32px; color: #2980b9;">Limitations โ ๏ธ</h3>
|
25 |
|
26 |
* Limited context window compared to larger models
|
27 |
* May struggle with highly specialized technical content
|
28 |
* Performance may vary on dialectal variations
|
29 |
* Not suitable for multilingual tasks
|
30 |
|
31 |
+
<h3 style="font-size: 32px; color: #2980b9;">Hardware Requirements ๐ป</h3>
|
32 |
|
33 |
* **Minimum RAM**: 2GB
|
34 |
* **Recommended RAM**: 4GB
|
35 |
* **GPU**: Optional, but recommended for faster inference
|
36 |
* **Disk Space**: ~1GB (including model and dependencies)
|
37 |
|
38 |
+
<h3 style="font-size: 32px; color: #2980b9;">Usage Example ๐ก</h3>
|
39 |
|
40 |
```python
|
41 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
54 |
print(result)
|
55 |
```
|
56 |
|
57 |
+
<h3 style="font-size: 32px; color: #2980b9;">License ๐</h3>
|
58 |
|
59 |
Apache 2.0
|
60 |
|
61 |
+
<h3 style="font-size: 32px; color: #2980b9;">Citation ๐</h3>
|
62 |
|
63 |
```bibtex
|
64 |
@software{alireo2024,
|