hellomattnewman
commited on
Commit
·
f75d3db
1
Parent(s):
5018417
Update README.md
Browse files
README.md
CHANGED
@@ -5,8 +5,8 @@ from transformers import AutoModelForSequenceClassification
|
|
5 |
from transformers import TFAutoModelForSequenceClassification
|
6 |
from transformers import AutoTokenizer
|
7 |
|
8 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
9 |
-
model = AutoModelForSequenceClassification.from_pretrained("
|
10 |
|
11 |
def adr_predict(x):
|
12 |
encoded_input = tokenizer(x, return_tensors='pt')
|
|
|
5 |
from transformers import TFAutoModelForSequenceClassification
|
6 |
from transformers import AutoTokenizer
|
7 |
|
8 |
+
tokenizer = AutoTokenizer.from_pretrained("hellomattnewman/msba-adrida")
|
9 |
+
model = AutoModelForSequenceClassification.from_pretrained("hellomattnewman/msba-adrida")
|
10 |
|
11 |
def adr_predict(x):
|
12 |
encoded_input = tokenizer(x, return_tensors='pt')
|