jimypbr commited on
Commit
22a9232
1 Parent(s): db28560

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Usage
10
+
11
+ ```
12
+ from optimum.graphcore import IPUConfig
13
+ ipu_config = IPUConfig.from_pretrained("Graphcore/hubert-base-ipu")
14
+ ```