ctoraman commited on
Commit
e919c8a
1 Parent(s): d146ce6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -15,7 +15,17 @@ https://arxiv.org/...
15
  Model architecture is similar to RoBERTa-base (12 layers, 12 heads, and 768 hidden size). Tokenization algorithm is WordPiece. Vocabulary size is 30k.
16
 
17
  The details of pretraining can be found at this paper:
18
- https://arxiv.org/...
 
 
 
 
 
 
 
 
 
 
19
 
20
  The following code can be used for model loading and tokenization, example max length (768) can be changed:
21
  ```
@@ -36,5 +46,13 @@ The following code can be used for model loading and tokenization, example max l
36
 
37
  ### BibTeX entry and citation info
38
  ```bibtex
39
- @article{}
 
 
 
 
 
 
 
 
40
  ```
 
15
  Model architecture is similar to RoBERTa-base (12 layers, 12 heads, and 768 hidden size). Tokenization algorithm is WordPiece. Vocabulary size is 30k.
16
 
17
  The details of pretraining can be found at this paper:
18
+ ```bibtex
19
+ @InProceedings{clef-checkthat:2022:task1:oguzhan,
20
+ author = {Cagri Toraman and Oguzhan Ozcelik and Furkan Şahinuç and Umitcan Sahin},
21
+ title = "{ARC-NLP at CheckThat! 2022:} Contradiction for Harmful Tweet Detection",
22
+ year = {2022},
23
+ booktitle = "Working Notes of {CLEF} 2022 - Conference and Labs of the Evaluation Forum",
24
+ editor = {Faggioli, Guglielmo andd Ferro, Nicola and Hanbury, Allan and Potthast, Martin},
25
+ series = {CLEF~'2022},
26
+ address = {Bologna, Italy},
27
+ }
28
+ ```
29
 
30
  The following code can be used for model loading and tokenization, example max length (768) can be changed:
31
  ```
 
46
 
47
  ### BibTeX entry and citation info
48
  ```bibtex
49
+ @InProceedings{clef-checkthat:2022:task1:oguzhan,
50
+ author = {Cagri Toraman and Oguzhan Ozcelik and Furkan Şahinuç and Umitcan Sahin},
51
+ title = "{ARC-NLP at CheckThat! 2022:} Contradiction for Harmful Tweet Detection",
52
+ year = {2022},
53
+ booktitle = "Working Notes of {CLEF} 2022 - Conference and Labs of the Evaluation Forum",
54
+ editor = {Faggioli, Guglielmo andd Ferro, Nicola and Hanbury, Allan and Potthast, Martin},
55
+ series = {CLEF~'2022},
56
+ address = {Bologna, Italy},
57
+ }
58
  ```