mascIT commited on
Commit
95cd723
1 Parent(s): f7396e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -32,7 +32,7 @@ It has 3M parameters and uses a 512 context window size.
32
 
33
  The project is still a work in progress, new versions will come with time.
34
 
35
- Use it as a foundational model to be finetuned for specific italian tasks.
36
 
37
  # Training
38
 
@@ -69,4 +69,20 @@ eventi,NER,0.835
69
  facta,NER,0.967
70
  ```
71
 
 
72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
  The project is still a work in progress, new versions will come with time.
34
 
35
+ Use it as a foundational model to be finetuned on specific italian tasks.
36
 
37
  # Training
38
 
 
69
  facta,NER,0.967
70
  ```
71
 
72
+ # License
73
 
74
+ BERTINA-3M can be freely used for research and commercial purposes.
75
+
76
+ # Citation
77
+
78
+ If you're using BERTINA-3M in your scientific work, please cite with:
79
+ ```
80
+ @misc{
81
+ Sciancalepore,
82
+ title={mascit/bertina-3M},
83
+ url={https://huggingface.co/mascIT/bertina-3M},
84
+ journal={mascIT/bertina-3M · Hugging Face},
85
+ publisher={mascIT},
86
+ author={Sciancalepore, Mauro}
87
+ }
88
+ ```