magnolia-pm
commited on
Commit
•
2247cb1
1
Parent(s):
3846c88
update
Browse files- app.py +0 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -71,7 +71,6 @@ input_text = st.text_input(
|
|
71 |
#model_path = '/nlp/nlp/models/finetuned/twitter-xlm-roberta-base-regressive-desirability-ft-4'
|
72 |
model_path = 'magnolia-psychometrics/item-desirability'
|
73 |
auth_token = os.environ.get("item-desirability") or True
|
74 |
-
auth_token = "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"
|
75 |
|
76 |
|
77 |
if 'tokenizer' not in globals():
|
|
|
71 |
#model_path = '/nlp/nlp/models/finetuned/twitter-xlm-roberta-base-regressive-desirability-ft-4'
|
72 |
model_path = 'magnolia-psychometrics/item-desirability'
|
73 |
auth_token = os.environ.get("item-desirability") or True
|
|
|
74 |
|
75 |
|
76 |
if 'tokenizer' not in globals():
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
torch
|
2 |
transformers
|
3 |
-
plotly
|
|
|
|
1 |
torch
|
2 |
transformers
|
3 |
+
plotly
|
4 |
+
sentencepiece
|