gbyuvd commited on
Commit
d5cc92a
1 Parent(s): 5e82159

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -37,9 +37,6 @@ tags:
37
 
38
  # ChemFIE-DTP (DrugTargetPrediction - 221 Classes)
39
 
40
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/667da868d653c0b02d6a2399/MrqaC51jl_8Qh4rVvkl2h.png)
41
- [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/O4O710GFBZ)
42
-
43
  This model is a multiclass sequence classification for 221 human protein drug targets, based on [gbyuvd/chemselfies-base-bertmlm](https://huggingface.co/gbyuvd/chemselfies-base-bertmlm) fine-tuned on a dataset derived from ChemBL34 (Zdrazil et al. 2023). It predicts potential drug targets using chemical structures represented as SELFIES (Self-Referencing Embedded Strings). The model was trained on a selected and balanced dataset of around 154k examples covering 221 distinct human protein targets. Data selection criteria included specific activity types (IC50, Ki, EC50) with values ≤ 10 µM, assay confidence scores ≥ 7, and exact activity relations. Among all drug target classes found in ChemBL34, classes with at least 1000 examples are selected then capped at 1000 for those with more samples. Building upon the pre-trained base model's pre-existing knowledge of SELFIES, this model is originally intended to validate the capabilities of the light-weight base model to be fine-tuned for various tasks, and for this model case, it might be useful for tasks related to early-stage drug discovery and target prediction (e.g. compounds annotations) - though its performance and applicability should be carefully evaluated for specific use cases (see [Evaluation](#evaluation))
44
 
45
  - List of classes available in the "label_dict.json"
@@ -48,7 +45,7 @@ This model is a multiclass sequence classification for 221 human protein drug ta
48
  ### Disclaimer: For Academic Purposes Only
49
  The information and model provided is for academic purposes only. It is intended for educational and research use, and should not be used for any commercial or legal purposes. The author do not guarantee the accuracy, completeness, or reliability of the information.
50
 
51
-
52
  # Table of Contents
53
 
54
  1. [Model Details](#model-details)
 
37
 
38
  # ChemFIE-DTP (DrugTargetPrediction - 221 Classes)
39
 
 
 
 
40
  This model is a multiclass sequence classification for 221 human protein drug targets, based on [gbyuvd/chemselfies-base-bertmlm](https://huggingface.co/gbyuvd/chemselfies-base-bertmlm) fine-tuned on a dataset derived from ChemBL34 (Zdrazil et al. 2023). It predicts potential drug targets using chemical structures represented as SELFIES (Self-Referencing Embedded Strings). The model was trained on a selected and balanced dataset of around 154k examples covering 221 distinct human protein targets. Data selection criteria included specific activity types (IC50, Ki, EC50) with values ≤ 10 µM, assay confidence scores ≥ 7, and exact activity relations. Among all drug target classes found in ChemBL34, classes with at least 1000 examples are selected then capped at 1000 for those with more samples. Building upon the pre-trained base model's pre-existing knowledge of SELFIES, this model is originally intended to validate the capabilities of the light-weight base model to be fine-tuned for various tasks, and for this model case, it might be useful for tasks related to early-stage drug discovery and target prediction (e.g. compounds annotations) - though its performance and applicability should be carefully evaluated for specific use cases (see [Evaluation](#evaluation))
41
 
42
  - List of classes available in the "label_dict.json"
 
45
  ### Disclaimer: For Academic Purposes Only
46
  The information and model provided is for academic purposes only. It is intended for educational and research use, and should not be used for any commercial or legal purposes. The author do not guarantee the accuracy, completeness, or reliability of the information.
47
 
48
+ [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/O4O710GFBZ)
49
  # Table of Contents
50
 
51
  1. [Model Details](#model-details)