asahi417 commited on
Commit
e41bd7a
1 Parent(s): ee52490

model update

Browse files
Files changed (1) hide show
  1. README.md +13 -15
README.md CHANGED
@@ -66,23 +66,21 @@ model = tweetnlp.Classifier("cardiffnlp/roberta-base-offensive", max_length=128)
66
  model.predict('Get the all-analog Classic Vinyl Edition of "Takin Off" Album from {@herbiehancock@} via {@bluenoterecords@} link below {{URL}}')
67
  ```
68
 
69
- ### Reference
70
 
 
 
 
 
71
  ```
72
- @inproceedings{dimosthenis-etal-2022-twitter,
73
- title = "{T}witter {T}opic {C}lassification",
74
- author = "Antypas, Dimosthenis and
75
- Ushio, Asahi and
76
- Camacho-Collados, Jose and
77
- Neves, Leonardo and
78
- Silva, Vitor and
79
- Barbieri, Francesco",
80
- booktitle = "Proceedings of the 29th International Conference on Computational Linguistics",
81
- month = oct,
82
  year = "2022",
83
- address = "Gyeongju, Republic of Korea",
84
- publisher = "International Committee on Computational Linguistics"
85
  }
86
  ```
87
-
88
-
 
66
  model.predict('Get the all-analog Classic Vinyl Edition of "Takin Off" Album from {@herbiehancock@} via {@bluenoterecords@} link below {{URL}}')
67
  ```
68
 
 
69
 
70
+
71
+ ### Reference
72
+
73
+
74
  ```
75
+ @inproceedings{camacho-collados-etal-2022-tweetnlp,
76
+ title={{T}weet{NLP}: {C}utting-{E}dge {N}atural {L}anguage {P}rocessing for {S}ocial {M}edia},
77
+ author={Camacho-Collados, Jose and Rezaee, Kiamehr and Riahi, Talayeh and Ushio, Asahi and Loureiro, Daniel and Antypas, Dimosthenis and Boisson, Joanne and Espinosa-Anke, Luis and Liu, Fangyu and Mart{'\i}nez-C{'a}mara, Eugenio and others},
78
+ author = "Ushio, Asahi and
79
+ Camacho-Collados, Jose",
80
+ booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
81
+ month = nov,
 
 
 
82
  year = "2022",
83
+ address = "Abu Dhabi, U.A.E.",
84
+ publisher = "Association for Computational Linguistics",
85
  }
86
  ```