osiria commited on
Commit
2006e0b
β€’
1 Parent(s): de5802a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -1,3 +1,52 @@
1
  ---
2
  license: mit
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - it
5
  ---
6
+ --------------------------------------------------------------------------------------------------
7
+
8
+ <body>
9
+ <span class="vertical-text" style="background-color:lightgreen;border-radius: 3px;padding: 3px;"> </span>
10
+ <br>
11
+ <span class="vertical-text" style="background-color:orange;border-radius: 3px;padding: 3px;">  </span>
12
+ <br>
13
+ <span class="vertical-text" style="background-color:lightblue;border-radius: 3px;padding: 3px;">    Model: DIABLO πŸ”₯</span>
14
+ <br>
15
+ <span class="vertical-text" style="background-color:tomato;border-radius: 3px;padding: 3px;">    Lang: IT</span>
16
+ <br>
17
+ <span class="vertical-text" style="background-color:lightgrey;border-radius: 3px;padding: 3px;">  </span>
18
+ <br>
19
+ <span class="vertical-text" style="background-color:#CF9FFF;border-radius: 3px;padding: 3px;"> </span>
20
+ </body>
21
+
22
+ --------------------------------------------------------------------------------------------------
23
+
24
+ <h3>Model description</h3>
25
+
26
+ This model is a <b>causal</b> language model for the <b>Italian</b> language, based on a GPT-like <b>[1]</b> architecture (more specifically, the model has been obtained by modifying Meta's XGLM architecture <b>[2]</b> and exploiting its 564M checkpoint).
27
+
28
+ It is a foundation model, pre-trained for causal language modeling, so it is mainly suitable for basic natural language generation, and you will have to fine-tune it in order to use it on more specific downstream tasks.
29
+
30
+ <h3>Quick usage</h3>
31
+
32
+ In order to use the model for inference, the following pipeline is needed:
33
+
34
+ ```python
35
+
36
+ ```
37
+
38
+
39
+ <h3>Limitations</h3>
40
+
41
+ The model might behave erratically when presented with prompts which are too far away from its pre-training and, because of the probabilistic nature of its generation, it might occasionally produce biased or offensive content with respect to gender, race, ideologies, and political or religious beliefs.
42
+ These limitations imply that the model and its outputs should be used with caution, and should not be involved in situations that require the generated text to be fair or true.
43
+
44
+ <h3>References</h3>
45
+
46
+ [1] https://arxiv.org/abs/2005.14165
47
+
48
+ [2] https://arxiv.org/abs/2112.10668
49
+
50
+ <h3>License</h3>
51
+
52
+ The model is released under <b>MIT</b> license