LaserOverrider commited on
Commit
6bb0614
·
verified ·
1 Parent(s): c5b2a3f

Update README

Browse files
Files changed (1) hide show
  1. README.md +12 -17
README.md CHANGED
@@ -5,11 +5,12 @@ language:
5
  metrics:
6
  - perplexity
7
  ---
 
8
  # cicero-gpt2
9
 
10
  <!-- Provide a quick summary of what the model is/does. -->
11
 
12
- This modelcard aims to be a base template for new models.
13
 
14
  ## Model Details
15
 
@@ -17,22 +18,18 @@ This modelcard aims to be a base template for new models.
17
 
18
  <!-- Provide a longer summary of what this model is. -->
19
 
20
-
21
-
22
- - **Developed by:** [More Information Needed]
23
- - **Shared by [optional]:** [More Information Needed]
24
- - **Model type:** [More Information Needed]
25
- - **Language(s) (NLP):** [More Information Needed]
26
- - **License:** [More Information Needed]
27
- - **Finetuned from model [optional]:** [More Information Needed]
28
-
29
- ### Model Sources [optional]
30
 
31
  <!-- Provide the basic links for the model. -->
32
 
33
- - **Repository:** [More Information Needed]
34
  - **Paper [optional]:** [More Information Needed]
35
- - **Demo [optional]:** [More Information Needed]
36
 
37
  ## Uses
38
 
@@ -41,9 +38,7 @@ This modelcard aims to be a base template for new models.
41
  ### Direct Use
42
 
43
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
44
-
45
- [More Information Needed]
46
-
47
 
48
  ## How to Get Started with the Model
49
 
@@ -173,4 +168,4 @@ Use the code below to get started with the model.
173
 
174
  ## Model Card Contact
175
 
176
- [More Information Needed]
 
5
  metrics:
6
  - perplexity
7
  ---
8
+
9
  # cicero-gpt2
10
 
11
  <!-- Provide a quick summary of what the model is/does. -->
12
 
13
+ GroNLP/gpt2-small-italian version fine-tuned with italian civil judgments.
14
 
15
  ## Model Details
16
 
 
18
 
19
  <!-- Provide a longer summary of what this model is. -->
20
 
21
+ - **Developed by:** Marco Calamo, Francesca De Luzi, Mattia Macrì, Tommaso Mencattini, Massimo Mecella
22
+ - **Model type:** gpt2-small-italian
23
+ - **Language(s) (NLP):** italian
24
+ - **License:** openrail
25
+ - **Finetuned from model:** [GroNLP/gpt-2-small](https://huggingface.co/GroNLP/gpt2-small-italian)
26
+ -
27
+ ### Model Sources
 
 
 
28
 
29
  <!-- Provide the basic links for the model. -->
30
 
31
+ - **Repository:** [Github](https://github.com/MattiaMacri/Cicero)
32
  - **Paper [optional]:** [More Information Needed]
 
33
 
34
  ## Uses
35
 
 
38
  ### Direct Use
39
 
40
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
41
+ Used to generate part of sentences based upon user input. All sensible data are hidden by design.
 
 
42
 
43
  ## How to Get Started with the Model
44
 
 
168
 
169
  ## Model Card Contact
170
 
171
+ [More Information Needed]