DeepMount00 commited on
Commit
dff7c56
ยท
verified ยท
1 Parent(s): b512732

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,11 +1,11 @@
1
- <h1 style="font-size: 48px; text-align: center;">Alireo-400M ๐Ÿค– ๐Ÿ‡ฎ๐Ÿ‡น</h1>
2
  <p style="font-size: 24px; text-align: center;">A Lightweight Italian Language Model</p>
3
 
4
- <h2 style="font-size: 32px; color: #2980b9;">Model Description ๐Ÿ“</h2>
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
- <h2 style="font-size: 32px; color: #2980b9;">Key Features โœจ</h2>
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
- <h2 style="font-size: 32px; color: #2980b9;">Performance ๐Ÿ“ˆ</h2>
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
- <h2 style="font-size: 32px; color: #2980b9;">Limitations โš ๏ธ</h2>
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
- <h2 style="font-size: 32px; color: #2980b9;">Hardware Requirements ๐Ÿ’ป</h2>
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
- <h2 style="font-size: 32px; color: #2980b9;">Usage Example ๐Ÿ’ก</h2>
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
- <h2 style="font-size: 32px; color: #2980b9;">License ๐Ÿ“œ</h2>
58
 
59
  Apache 2.0
60
 
61
- <h2 style="font-size: 32px; color: #2980b9;">Citation ๐Ÿ“„</h2>
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,