ctoraman commited on
Commit
07f902e
1 Parent(s): 205f9f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
 
 
 
 
2
  license: cc-by-nc-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - tr
4
+ tags:
5
+ - mdeberta
6
  license: cc-by-nc-sa-4.0
7
  ---
8
+
9
+ # deprem-mdeberta-binary
10
+
11
+ Fine-tuned mDeBERTa model for binary tweet classification detecting if tweet calls for help after the earthquake disaster. The model was trained using the tweets posted in the first 12 hours of the 2023 Turkey-Syria Earthquake.
12
+
13
+ The dataset and other details can be found at:
14
+ https://github.com/avaapm/deprem
15
+
16
+ ### BibTeX entry and citation info
17
+ ```bibtex
18
+ @InProceedings{toraman2023earthquake,
19
+ author = {Toraman, Cagri and Kucukkaya, Izzet Emre and Ozcelik, Oguzhan and Sahin, Umitcan},
20
+ title = {Tweets Under the Rubble: Detection of Messages Calling for Help in Earthquake Disaster},
21
+ year = {2023},
22
+ eprint = {xxxx.xxxxx},
23
+ archivePrefix = {arXiv},
24
+ primaryClass = {cs.SI}
25
+ }
26
+ ```