FlameF0X commited on
Commit
5140b15
·
verified ·
1 Parent(s): c1b9ca7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -66,8 +66,8 @@ The model processes images by:
66
  # Load model directly
67
  from transformers import AutoTokenizer, AutoModelForCausalLM
68
 
69
- tokenizer = AutoTokenizer.from_pretrained("GoofyLM/N2-Eye-v1-1.3B", trust_remote_code=True)
70
- model = AutoModelForCausalLM.from_pretrained("GoofyLM/N2-Eye-v1-1.3B", trust_remote_code=True)
71
  messages = [
72
  {
73
  "role": "user",
 
66
  # Load model directly
67
  from transformers import AutoTokenizer, AutoModelForCausalLM
68
 
69
+ tokenizer = AutoTokenizer.from_pretrained("GoofyLM/N2.1-Eye-1.3B", trust_remote_code=True)
70
+ model = AutoModelForCausalLM.from_pretrained("GoofyLM/N2.1-Eye-1.3B", trust_remote_code=True)
71
  messages = [
72
  {
73
  "role": "user",