Update README.md
Browse files
README.md
CHANGED
@@ -62,12 +62,12 @@ from src.chat_templates import UNLITemplate
|
|
62 |
|
63 |
|
64 |
model = transformers.AutoModelForCausalLM.from_pretrained(
|
65 |
-
"
|
66 |
torch_dtype="auto",
|
67 |
attn_implementation="flash_attention_2",
|
68 |
)
|
69 |
tokenizer = transformers.AutoTokenizer.from_pretrained(
|
70 |
-
"
|
71 |
)
|
72 |
|
73 |
rank_dict = SingleLabelRankDict.from_tokenizer(tokenizer)
|
|
|
62 |
|
63 |
|
64 |
model = transformers.AutoModelForCausalLM.from_pretrained(
|
65 |
+
"Zhengping/conditional-probability-regression",
|
66 |
torch_dtype="auto",
|
67 |
attn_implementation="flash_attention_2",
|
68 |
)
|
69 |
tokenizer = transformers.AutoTokenizer.from_pretrained(
|
70 |
+
"Zhengping/conditional-probability-regression",
|
71 |
)
|
72 |
|
73 |
rank_dict = SingleLabelRankDict.from_tokenizer(tokenizer)
|