internetoftim commited on
Commit
0c6a5fb
1 Parent(s): bc67277

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -9,23 +9,33 @@ model-index:
9
  results: []
10
  ---
11
 
12
- # roberta-base-squad2
 
 
 
 
 
13
 
14
- This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the squad_v2 dataset.
15
 
16
  ## Model description
17
 
18
- 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.
19
 
20
- 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.
 
 
21
 
22
- As a result, it achieves state-of-the-art results on GLUE, RACE and SQuAD and so on on.
23
 
24
  Paper link : [RoBERTa: A Robustly Optimized BERT Pretraining Approach](https://arxiv.org/pdf/1907.11692.pdf)
25
 
 
 
 
 
26
  ## Training and evaluation data
27
 
28
- Trained and evaluated on the [squad_v2 dataset](https://huggingface.co/datasets/squad_v2).
 
29
 
30
  ## Training procedure
31
 
9
  results: []
10
  ---
11
 
12
+ # Graphcore/roberta-base-squad2
13
+
14
+
15
+ Optimum Graphcore is a new open-source library and toolkit that enables developers to access IPU-optimized models certified by Hugging Face. It is an extension of Transformers, providing a set of performance optimization tools enabling maximum efficiency to train and run models on Graphcore’s IPUs - a completely new kind of massively parallel processor to accelerate machine intelligence. Learn more about how to take train Transformer models faster with IPUs at [hf.co/hardware/graphcore](https://huggingface.co/hardware/graphcore).
16
+
17
+ Through HuggingFace Optimum, Graphcore released ready-to-use IPU-trained model checkpoints and IPU configuration files to make it easy to train models with maximum efficiency in the IPU. Optimum shortens the development lifecycle of your AI models by letting you plug-and-play any public dataset and allows a seamless integration to our State-of-the-art hardware giving you a quicker time-to-value for your AI project.
18
 
 
19
 
20
  ## Model description
21
 
22
+ RoBERTa is based on BERT pretraining approach and improves on it by carefully evaluating a number of design decisions of BERT pretraining which it found to cause the model to be undertrained.
23
 
24
+ 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 the mask pattern applied to the training data.
25
+
26
+ As a result, it achieved state-of-the-art results on GLUE, RACE and SQuAD.
27
 
 
28
 
29
  Paper link : [RoBERTa: A Robustly Optimized BERT Pretraining Approach](https://arxiv.org/pdf/1907.11692.pdf)
30
 
31
+ ## Intended uses & limitations
32
+
33
+ This model is a fine-tuned version of [HuggingFace/roberta-base](https://huggingface.co/roberta-base) on the squad_v2 dataset.
34
+
35
  ## Training and evaluation data
36
 
37
+ Trained and evaluated on the SQuAD v2 dataset:
38
+ - [HuggingFace/squad_v2](https://huggingface.co/datasets/squad_v2).
39
 
40
  ## Training procedure
41