Spaces:
Running
on
Zero
Running
on
Zero
feiyang-cai
commited on
Update utils.py
Browse files
utils.py
CHANGED
@@ -161,6 +161,7 @@ class MolecularPropertyPredictionModel():
|
|
161 |
finetuning_task="classification", # this is not about our task type
|
162 |
trust_remote_code=True,
|
163 |
auth_token = os.environ.get("TOKEN")
|
|
|
164 |
|
165 |
self.base_model = AutoModelForSequenceClassification.from_pretrained(
|
166 |
"ChemFM/ChemFM-3B",
|
|
|
161 |
finetuning_task="classification", # this is not about our task type
|
162 |
trust_remote_code=True,
|
163 |
auth_token = os.environ.get("TOKEN")
|
164 |
+
)
|
165 |
|
166 |
self.base_model = AutoModelForSequenceClassification.from_pretrained(
|
167 |
"ChemFM/ChemFM-3B",
|