internetoftim commited on
Commit
616bafc
1 Parent(s): 1e5940c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -10,8 +10,10 @@ model-index:
10
  ---
11
 
12
  # Graphcore/bert-large-uncased-squad
 
 
 
13
 
14
- This model is a fine-tuned version of [Graphcore/bert-large-uncased](https://huggingface.co/Graphcore/bert-large-uncased) on the squad dataset.
15
 
16
 
17
  ## Model description
@@ -25,11 +27,11 @@ It reduces the need of many engineering efforts for building task specific archi
25
 
26
  ## Intended uses & limitations
27
 
28
- More information needed
29
 
30
  ## Training and evaluation data
31
-
32
- [squad dataset](https://huggingface.co/datasets/squad)
33
 
34
  ## Training procedure
35
 
 
10
  ---
11
 
12
  # Graphcore/bert-large-uncased-squad
13
+ 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).
14
+
15
+ 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.
16
 
 
17
 
18
 
19
  ## Model description
 
27
 
28
  ## Intended uses & limitations
29
 
30
+ This model is a fine-tuned version of [Graphcore/bert-large-uncased](https://huggingface.co/Graphcore/bert-large-uncased) on the SQuAD dataset.
31
 
32
  ## Training and evaluation data
33
+ Trained on SQuAD dataset:
34
+ - [HuggingFace/squad](https://huggingface.co/datasets/squad)
35
 
36
  ## Training procedure
37