AndrewZeng
commited on
Commit
•
3069b9f
1
Parent(s):
315f3f6
Update README.md
Browse files
README.md
CHANGED
@@ -73,7 +73,7 @@ Please use the following format to score the complexity of the Instruction:
|
|
73 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
74 |
import numpy as np
|
75 |
from scipy.special import softmax
|
76 |
-
model_name = "hkust-nlp/
|
77 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
78 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|
79 |
|
|
|
73 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
74 |
import numpy as np
|
75 |
from scipy.special import softmax
|
76 |
+
model_name = "hkust-nlp/deita-complexity-scorer"
|
77 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
78 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|
79 |
|