Update README.MD
Browse files
README.MD
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
| 5 |
-
# Graphcore/wav2vec2-base-
|
| 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 |
|
|
@@ -25,4 +25,4 @@ This model contains just the `IPUConfig` files for finetuning the Wav2Vec2 base
|
|
| 25 |
|
| 26 |
```
|
| 27 |
from optimum.graphcore import IPUConfig
|
| 28 |
-
ipu_config = IPUConfig.from_pretrained("Graphcore/wav2vec2-base-
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
| 5 |
+
# Graphcore/wav2vec2-ctc-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 |
|
|
|
|
| 25 |
|
| 26 |
```
|
| 27 |
from optimum.graphcore import IPUConfig
|
| 28 |
+
ipu_config = IPUConfig.from_pretrained("Graphcore/wav2vec2-ctc-base-ipu")
|