Update README.md
Browse files
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
|
|
|
|
|
|
|
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 |
|