Italian
cdh commited on
Commit
d0ec2c1
·
1 Parent(s): ec1e233

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -33,3 +33,21 @@ model = PeftModel.from_pretrained(
33
  device_map="auto",
34
  )
35
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  device_map="auto",
34
  )
35
  ```
36
+
37
+ # Citation
38
+ To appear in:
39
+ ```
40
+ @inproceedings{hromei2023extremita,
41
+ author = {Claudiu Daniel Hromei and
42
+ Danilo Croce and
43
+ Valerio Basile and
44
+ Roberto Basili},
45
+ title = {ExtremITA at EVALITA 2023: Multi-Task Sustainable Scaling to Large Language Models at its Extreme},
46
+ booktitle = {Proceedings of the Eighth Evaluation Campaign of Natural Language
47
+ Processing and Speech Tools for Italian. Final Workshop (EVALITA 2023)},
48
+ publisher = {CEUR.org},
49
+ year = {2023},
50
+ month = {September},
51
+ address = {Parma, Italy}
52
+ }
53
+ ```