hellomattnewman
commited on
Commit
•
63f06ad
1
Parent(s):
5a9a528
Update README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ from transformers import AutoModelForSequenceClassification
|
|
16 |
from transformers import TFAutoModelForSequenceClassification
|
17 |
from transformers import AutoTokenizer
|
18 |
|
19 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
20 |
-
model = AutoModelForSequenceClassification.from_pretrained("
|
21 |
|
22 |
def adr_predict(x):
|
23 |
encoded_input = tokenizer(x, return_tensors='pt')
|
|
|
16 |
from transformers import TFAutoModelForSequenceClassification
|
17 |
from transformers import AutoTokenizer
|
18 |
|
19 |
+
tokenizer = AutoTokenizer.from_pretrained("hellomattnewman/msba-adrida")
|
20 |
+
model = AutoModelForSequenceClassification.from_pretrained("hellomattnewman/msba-adrida")
|
21 |
|
22 |
def adr_predict(x):
|
23 |
encoded_input = tokenizer(x, return_tensors='pt')
|