model update
Browse files
README.md
CHANGED
@@ -66,23 +66,21 @@ model = tweetnlp.Classifier("cardiffnlp/twitter-roberta-base-2021-124m-irony", m
|
|
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{
|
73 |
-
title
|
74 |
-
author
|
75 |
-
Ushio, Asahi and
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
Barbieri, Francesco",
|
80 |
-
booktitle = "Proceedings of the 29th International Conference on Computational Linguistics",
|
81 |
-
month = oct,
|
82 |
year = "2022",
|
83 |
-
address = "
|
84 |
-
publisher = "
|
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 |
```
|
|
|
|