internetoftim commited on
Commit
51dc8fb
1 Parent(s): 1f874ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -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
- # HuBERT-Base model IPU config
4
 
5
- This model contains just the `IPUConfig` files for running the HuBERT-base model (e.g. [facebook/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960)) on Graphcore IPUs.
6
 
7
- **This model contains no model weights, only an IPUConfig.**
8
 
9
  ## Model description
10
  HUBERT (Hidden-Unit BERT) is a BERT-based model for self-supervised speech representation learning approach that relies on predicting K-means cluster assignments of masked segments of continuous output. This approach forces the model to learn a combined acoustic and language model over the continuous inputs by applying the prediction loss over the masked region.
@@ -12,6 +14,14 @@ HUBERT (Hidden-Unit BERT) is a BERT-based model for self-supervised speech repre
12
  Paper link : [Self-Supervised Speech Representation
13
  Learning by Masked Prediction of Hidden Unit](https://arxiv.org/pdf/2106.07447v1.pdf)
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
  HUBERT (Hidden-Unit BERT) is a BERT-based model for self-supervised speech representation learning approach that relies on predicting K-means cluster assignments of masked segments of continuous output. This approach forces the model to learn a combined acoustic and language model over the continuous inputs by applying the prediction loss over the masked region.
14
  Paper link : [Self-Supervised Speech Representation
15
  Learning by Masked Prediction of Hidden Unit](https://arxiv.org/pdf/2106.07447v1.pdf)
16
 
17
+
18
+
19
+ ## Intended uses & limitations
20
+
21
+ This model contains just the `IPUConfig` files for running the HuBERT-base model (e.g. [facebook/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960)) on Graphcore IPUs.
22
+
23
+ **This model contains no model weights, only an IPUConfig.**
24
+
25
  ## Usage
26
 
27
  ```