qingshan777
commited on
Commit
•
ed8ecf2
1
Parent(s):
3b5895f
Update README.md
Browse files
README.md
CHANGED
@@ -58,7 +58,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
58 |
import torch
|
59 |
from PIL import Image
|
60 |
|
61 |
-
checkpoint = "qihoo360/
|
62 |
|
63 |
model = AutoModelForCausalLM.from_pretrained(checkpoint, torch_dtype=torch.float16, device_map='cuda', trust_remote_code=True).eval()
|
64 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint, trust_remote_code=True)
|
|
|
58 |
import torch
|
59 |
from PIL import Image
|
60 |
|
61 |
+
checkpoint = "qihoo360/Inner-Adaptor-Architecture"
|
62 |
|
63 |
model = AutoModelForCausalLM.from_pretrained(checkpoint, torch_dtype=torch.float16, device_map='cuda', trust_remote_code=True).eval()
|
64 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint, trust_remote_code=True)
|