internetoftim commited on
Commit
2024fe1
1 Parent(s): 38c9333

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -14,9 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # Graphcore/gpt2-wikitext-103
16
 
17
- This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the [wikitext-103-raw-v1](https://huggingface.co/datasets/wikitext) dataset.
18
- It achieves the following results on the evaluation set:
19
- - Loss: 2.9902
 
20
 
21
  ## Model description
22
 
@@ -26,11 +27,15 @@ Paper link : [Language Models are Unsupervised Multitask Learners](https://d4muc
26
 
27
  ## Intended uses & limitations
28
 
29
- More information needed
 
 
 
 
30
 
31
  ## Training and evaluation data
32
 
33
- [wikitext-103-raw-v1](https://huggingface.co/datasets/wikitext) dataset
34
 
35
  ## Training procedure
36
 
14
 
15
  # Graphcore/gpt2-wikitext-103
16
 
17
+ 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).
18
+
19
+ 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.
20
+
21
 
22
  ## Model description
23
 
27
 
28
  ## Intended uses & limitations
29
 
30
+
31
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the [wikitext-103-raw-v1](https://huggingface.co/datasets/wikitext) dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 2.9902
34
+
35
 
36
  ## Training and evaluation data
37
 
38
+ - [HuggingFace/wikitext-103-raw-v1](https://huggingface.co/datasets/wikitext) dataset
39
 
40
  ## Training procedure
41