laurabernardy commited on
Commit
ead6d50
·
1 Parent(s): b220bd2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -46,8 +46,8 @@ The training took place on a 32 GB Nvidia Tesla V100
46
  ## Usage
47
  ```python
48
  from transformers import AutoTokenizer, AutoModelForCausalLM
49
- tokenizer = AutoTokenizer.from_pretrained("laurabernardy/LuxGPT2basedEN")
50
- model = AutoModelForCausalLM.from_pretrained("laurabernardy/LuxGPT2basedEN")
51
  ```
52
  ## Limitations and Biases
53
  See the [GPT2 model card](https://huggingface.co/gpt2) for considerations on limitations and bias. See the [GPT2 documentation](https://huggingface.co/transformers/model_doc/gpt2.html) for details on GPT2.
 
46
  ## Usage
47
  ```python
48
  from transformers import AutoTokenizer, AutoModelForCausalLM
49
+ tokenizer = AutoTokenizer.from_pretrained("laurabernardy/LuxGPT2-basedEN")
50
+ model = AutoModelForCausalLM.from_pretrained("laurabernardy/LuxGPT2-basedEN")
51
  ```
52
  ## Limitations and Biases
53
  See the [GPT2 model card](https://huggingface.co/gpt2) for considerations on limitations and bias. See the [GPT2 documentation](https://huggingface.co/transformers/model_doc/gpt2.html) for details on GPT2.