laurabernardy commited on
Commit
a2d2234
·
1 Parent(s): a467ebd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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", use_auth_token=True)
48
 
49
- model = AutoModelForCausalLM.from_pretrained("laurabernardy/LuxGPT2", use_auth_token=True)
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