jimypbr commited on
Commit
007eb78
1 Parent(s): b9d8e93

Update README.md

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