Spaces:
Runtime error
Runtime error
Jeffrey Rathgeber Jr
commited on
print statements
Browse files
app.py
CHANGED
@@ -69,6 +69,8 @@ if option == 'TextBlob':
|
|
69 |
|
70 |
if option == 'MILESTONE 3: FINE-TUNED':
|
71 |
|
|
|
|
|
72 |
model_name_0 = "Rathgeberj/milestone3_0"
|
73 |
model_0 = AutoModelForSequenceClassification.from_pretrained(model_name_0)
|
74 |
tokenizer_0 = AutoTokenizer.from_pretrained(model_name_0)
|
@@ -104,4 +106,4 @@ if option == 'MILESTONE 3: FINE-TUNED':
|
|
104 |
classifiers = [classifier_0, classifier_1, classifier_2, classifier_3, classifier_4, classifier_5]
|
105 |
|
106 |
|
107 |
-
st.write('
|
|
|
69 |
|
70 |
if option == 'MILESTONE 3: FINE-TUNED':
|
71 |
|
72 |
+
st.write('TESTING1')
|
73 |
+
|
74 |
model_name_0 = "Rathgeberj/milestone3_0"
|
75 |
model_0 = AutoModelForSequenceClassification.from_pretrained(model_name_0)
|
76 |
tokenizer_0 = AutoTokenizer.from_pretrained(model_name_0)
|
|
|
106 |
classifiers = [classifier_0, classifier_1, classifier_2, classifier_3, classifier_4, classifier_5]
|
107 |
|
108 |
|
109 |
+
st.write('TESTING2')
|