Update README.md
Browse files
README.md
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
|
3 |
This model contains just the `IPUConfig` files for running the [roberta-base](https://huggingface.co/roberta-base) model on Graphcore IPUs.
|
4 |
|
5 |
-
**This model contains no model weights.**
|
6 |
|
7 |
## Usage
|
8 |
|
9 |
```
|
10 |
from optimum.graphcore import IPUConfig
|
11 |
-
ipu_config = IPUConfig.from_pretrained("Graphcore/roberta-base")
|
12 |
```
|
|
|
2 |
|
3 |
This model contains just the `IPUConfig` files for running the [roberta-base](https://huggingface.co/roberta-base) model on Graphcore IPUs.
|
4 |
|
5 |
+
**This model contains no model weights, only an IPUConfig.**
|
6 |
|
7 |
## Usage
|
8 |
|
9 |
```
|
10 |
from optimum.graphcore import IPUConfig
|
11 |
+
ipu_config = IPUConfig.from_pretrained("Graphcore/roberta-base-ipu")
|
12 |
```
|