Update README.md
Browse files
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-
|
| 70 |
-
model = AutoModelForCausalLM.from_pretrained("GoofyLM/N2-Eye-
|
| 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",
|