sagawa commited on
Commit
e673efe
1 Parent(s): c74fe0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,7 +7,7 @@ datasets:
7
  metrics:
8
  - accuracy
9
  model-index:
10
- - name: PubChem10m-deberta-base-output
11
  results:
12
  - task:
13
  name: Masked Language Modeling
@@ -33,11 +33,11 @@ It achieves the following results on the evaluation set:
33
 
34
  ## Model description
35
 
36
- More information needed
37
 
38
  ## Intended uses & limitations
39
 
40
- More information needed
41
 
42
  ## Training and evaluation data
43
 
 
7
  metrics:
8
  - accuracy
9
  model-index:
10
+ - name: PubChem-10m-deberta
11
  results:
12
  - task:
13
  name: Masked Language Modeling
 
33
 
34
  ## Model description
35
 
36
+ We trained deberta-base on SMILES from PubChem using the task of masked-language modeling (MLM). Its tokenizer is a character-level tokenizer trained on PubChem.
37
 
38
  ## Intended uses & limitations
39
 
40
+ This model can be used for the prediction of molecules' properties, reactions, or interactions with proteins by changing the way of finetuning.
41
 
42
  ## Training and evaluation data
43