laurabernardy
commited on
Commit
·
a2d2234
1
Parent(s):
a467ebd
Update README.md
Browse files
README.md
CHANGED
@@ -44,9 +44,9 @@ The training took place on a 32 GB Nvidia Tesla V100
|
|
44 |
```python
|
45 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
46 |
|
47 |
-
tokenizer = AutoTokenizer.from_pretrained("laurabernardy/LuxGPT2"
|
48 |
|
49 |
-
model = AutoModelForCausalLM.from_pretrained("laurabernardy/LuxGPT2"
|
50 |
```
|
51 |
|
52 |
## Limitations and Biases
|
|
|
44 |
```python
|
45 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
46 |
|
47 |
+
tokenizer = AutoTokenizer.from_pretrained("laurabernardy/LuxGPT2")
|
48 |
|
49 |
+
model = AutoModelForCausalLM.from_pretrained("laurabernardy/LuxGPT2")
|
50 |
```
|
51 |
|
52 |
## Limitations and Biases
|