mshenoda commited on
Commit
1f5956b
1 Parent(s): 45ab82d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -16,7 +16,10 @@ The data is split 80% train 10% validation, and 10% test sets; the scripts used
16
 
17
 
18
  ## Architecture
19
- The model is fine tuned RoBERTa https://arxiv.org/abs/1907.11692
 
 
 
20
 
21
  ## Code
22
 
 
16
 
17
 
18
  ## Architecture
19
+ The model is fine tuned RoBERTa
20
+
21
+ roberta-base: https://huggingface.co/roberta-base
22
+ paper: https://arxiv.org/abs/1907.11692
23
 
24
  ## Code
25