feiyang-cai commited on
Commit
59a1b31
·
verified ·
1 Parent(s): 58023bc

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
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",