jimypbr commited on
Commit
d385ed1
1 Parent(s): 351835f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # RoBERTa Large model IPU config
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
+
9
+ ```
10
+
11
+ from optimum.graphcore import IPUConfig
12
+
13
+ ipu_config = IPUConfig.from_pretrained("Graphcore/roberta-large")
14
+
15
+ ```