Judah Immanuel commited on
Commit
8f115fe
·
1 Parent(s): b65dd0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -6,20 +6,19 @@ model-index:
6
  results: []
7
  ---
8
 
9
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
- should probably proofread and complete it, then remove this comment. -->
11
-
12
  # SMILES_BERT
13
 
14
- This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
15
 
16
  ## Model description
17
 
18
- More information needed
 
19
 
20
  ## Intended uses & limitations
21
 
22
- More information needed
 
23
 
24
  ## Training and evaluation data
25
 
@@ -40,7 +39,8 @@ The following hyperparameters were used during training:
40
 
41
  ### Training results
42
 
43
-
 
44
 
45
  ### Framework versions
46
 
 
6
  results: []
7
  ---
8
 
 
 
 
9
  # SMILES_BERT
10
 
11
+ A BERT model trained on a list of 50,000 SMILES for MLM
12
 
13
  ## Model description
14
 
15
+ This model is a BERT model that was trained on a list of 50k SMILES. The SMILES were sourced from BindingDB and the compounds bind to certain proteins
16
+ with some affinity. The purpose of this model was to provide a model which can then be fine-tuned for other tasks in which SMILES data can be useful.
17
 
18
  ## Intended uses & limitations
19
 
20
+ This model was trained in order to provide a model which can then be fine-tuned for other tasks in which SMILES data can be useful such as
21
+ predicting physical properties, chemical activity, or biological activity.
22
 
23
  ## Training and evaluation data
24
 
 
39
 
40
  ### Training results
41
 
42
+ Training Loss: 0.9446000
43
+ Further evaluation is needed
44
 
45
  ### Framework versions
46