internetoftim commited on
Commit
e63a654
1 Parent(s): cbdbc2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -9,14 +9,13 @@ model-index:
9
  results: []
10
  ---
11
 
12
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
- should probably proofread and complete it, then remove this comment. -->
14
 
15
- # clm_output_medium
 
 
 
 
16
 
17
- This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) 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.6973
20
 
21
  ## Model description
22
 
@@ -24,11 +23,11 @@ GPT2 is a large transformer-based language model. It is built using transformer
24
 
25
  Paper link : [Language Models are Unsupervised Multitask Learners](https://d4mucfpksywv.cloudfront.net/better-language-models/language-models.pdf)
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
 
 
9
  results: []
10
  ---
11
 
 
 
12
 
13
+ # Graphcore/gpt2-medium-wikitext-103
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.
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
 
 
23
 
24
  Paper link : [Language Models are Unsupervised Multitask Learners](https://d4mucfpksywv.cloudfront.net/better-language-models/language-models.pdf)
25
 
 
 
 
26
 
27
  ## Training and evaluation data
28
+ This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) on the [wikitext-103-raw-v1](https://huggingface.co/datasets/wikitext) dataset.
29
+ It achieves the following results on the evaluation set:
30
+ - Loss: 2.6973
31
 
32
  [wikitext-103-raw-v1](https://huggingface.co/datasets/wikitext) dataset
33