AhmedSSoliman commited on
Commit
eb81f8d
·
1 Parent(s): 725dfee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ This is the model is avialable on the huggingface hub https://huggingface.co/Ahm
17
  ```python
18
  # Model and Tokenizer
19
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
20
- # model_name = "AhmedSSoliman/MarianCG_NL-to-Code"
21
  model = AutoModelForSeq2SeqLM.from_pretrained("AhmedSSoliman/MarianCG-NL-to-Code")
22
  tokenizer = AutoTokenizer.from_pretrained("AhmedSSoliman/MarianCG-NL-to-Code")
23
  # Input (Natural Language) and Output (Python Code)
 
17
  ```python
18
  # Model and Tokenizer
19
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
20
+ # model_name = "AhmedSSoliman/MarianCG-NL-to-Code"
21
  model = AutoModelForSeq2SeqLM.from_pretrained("AhmedSSoliman/MarianCG-NL-to-Code")
22
  tokenizer = AutoTokenizer.from_pretrained("AhmedSSoliman/MarianCG-NL-to-Code")
23
  # Input (Natural Language) and Output (Python Code)