ishanb3d commited on
Commit
ed3c612
·
verified ·
1 Parent(s): 17ea989

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ Prompts should follow this exact format:
38
  ```python
39
  from transformers import AutoModelForCausalLM, AutoTokenizer
40
 
41
- model_id = "ishanb3d/atto-language-model" # replace with your repo id
42
  tokenizer = AutoTokenizer.from_pretrained(model_id)
43
  model = AutoModelForCausalLM.from_pretrained(model_id)
44
 
 
38
  ```python
39
  from transformers import AutoModelForCausalLM, AutoTokenizer
40
 
41
+ model_id = "ishanb3d/atto-language-model"
42
  tokenizer = AutoTokenizer.from_pretrained(model_id)
43
  model = AutoModelForCausalLM.from_pretrained(model_id)
44