ricdomolm commited on
Commit
5632d9c
·
verified ·
1 Parent(s): 1ef19a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ solutions to such classification problems have rich and important applications i
43
  ```python
44
  from transformers import AutoModelForCausalLM, AutoTokenizer
45
 
46
- model_dir = "ricdomolm/lawma-8b"
47
 
48
  tokenizer = AutoTokenizer.from_pretrained(model_dir)
49
  model = AutoModelForCausalLM.from_pretrained(model_dir)
 
43
  ```python
44
  from transformers import AutoModelForCausalLM, AutoTokenizer
45
 
46
+ model_dir = "ricdomolm/lawma-70b"
47
 
48
  tokenizer = AutoTokenizer.from_pretrained(model_dir)
49
  model = AutoModelForCausalLM.from_pretrained(model_dir)