Dongsung commited on
Commit
bd28670
1 Parent(s): 1898872

Update model description

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -6,6 +6,15 @@ This model contains just the `IPUConfig` files for running the [roberta-base](ht
6
 
7
  **This model contains no model weights, only an IPUConfig.**
8
 
 
 
 
 
 
 
 
 
 
9
  ## Usage
10
 
11
  ```
6
 
7
  **This model contains no model weights, only an IPUConfig.**
8
 
9
+ ## Model description
10
+ RoBERTa is based on BERT pretrain approach but it t evaluates carefully a number of design decisions of BERT pretraining approach so that it found it is undertrained.
11
+
12
+ It suggested a way to improve the performance by training the model longer, with bigger batches over more data, removing the next sentence prediction objectives, training on longer sequences and dynamically changing mask pattern applied to the training data.
13
+
14
+ As a result, it achieves state-of-the-art results on GLUE, RACE and SQuAD and so on on.
15
+
16
+ Paper link : [RoBERTa: A Robustly Optimized BERT Pretraining Approach](https://arxiv.org/pdf/1907.11692.pdf)
17
+
18
  ## Usage
19
 
20
  ```