internetoftim commited on
Commit
f1ac973
1 Parent(s): f894943

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -1,10 +1,12 @@
1
- Graphcore and Hugging Face are working together to make training of Transformer models on IPUs fast and easy. Learn more about how to take advantage of the power of Graphcore IPUs to train Transformers models at [hf.co/hardware/graphcore](https://huggingface.co/hardware/graphcore).
 
 
2
 
3
- # Wav2Vec2 Base model IPU config
4
 
5
- This model contains just the `IPUConfig` files for running the Wav2Vec2 base model (e.g. [wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base)) on Graphcore IPUs.
6
 
7
- **This model contains no model weights, only an IPUConfig.**
8
 
9
  ## Model description
10
  From [wav2vec 2.0: A Framework for Self-Supervised
@@ -12,6 +14,13 @@ Learning of Speech Representations](https://arxiv.org/pdf/2006.11477v3.pdf),
12
 
13
  “Wave2vec2 is a framework for self-supervised learning of speech representations. It masks the speech input in the latent space and solves a contrastive task defined over a quantization of the latent representations which are jointly learned.”
14
 
 
 
 
 
 
 
 
15
  ## Usage
16
 
17
  ```
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
 
5
+ # Graphcore/roberta-base-ipu
6
 
7
+ 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).
8
 
9
+ 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.
10
 
11
  ## Model description
12
  From [wav2vec 2.0: A Framework for Self-Supervised
14
 
15
  “Wave2vec2 is a framework for self-supervised learning of speech representations. It masks the speech input in the latent space and solves a contrastive task defined over a quantization of the latent representations which are jointly learned.”
16
 
17
+
18
+ ## Intended uses & limitations
19
+
20
+ This model contains just the `IPUConfig` files for running the Wav2Vec2 base model (e.g. [wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base)) on Graphcore IPUs.
21
+
22
+ **This model contains no model weights, only an IPUConfig.**
23
+
24
  ## Usage
25
 
26
  ```