hbp5181 commited on
Commit
1a7eab4
·
verified ·
1 Parent(s): 7219262

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -55,12 +55,14 @@ from catboost import CatBoostRegressor
55
  model = CatBoostRegressor()
56
  model.load_model(model_path, format="json")
57
 
58
- # Predictions using your own dataset!
59
  Training Details
60
 
61
  • Feature Extraction: ESM2 embeddings (33-layer transformer, 650M params)
62
  • Training Algorithm: CatBoost Gradient Boosting
63
- • Dataset: your own dataset
 
 
64
  • Evaluation Metrics: RMSE, R^2
65
 
66
  # Applications
 
55
  model = CatBoostRegressor()
56
  model.load_model(model_path, format="json")
57
 
58
+ # Dataset
59
  Training Details
60
 
61
  • Feature Extraction: ESM2 embeddings (33-layer transformer, 650M params)
62
  • Training Algorithm: CatBoost Gradient Boosting
63
+ • Dataset:
64
+ ACE2 RBD: https://github.com/jbloomlab/SARSr-CoV_homolog_survey
65
+ General: https://zenodo.org/records/14271435
66
  • Evaluation Metrics: RMSE, R^2
67
 
68
  # Applications