Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ datasets:
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
model-index:
|
| 10 |
-
- name: ZINC-deberta
|
| 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 |
-
|
| 37 |
|
| 38 |
## Intended uses & limitations
|
| 39 |
|
| 40 |
-
|
| 41 |
|
| 42 |
## Training and evaluation data
|
| 43 |
|
|
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
model-index:
|
| 10 |
+
- name: ZINC-deberta
|
| 11 |
results:
|
| 12 |
- task:
|
| 13 |
name: Masked Language Modeling
|
|
|
|
| 33 |
|
| 34 |
## Model description
|
| 35 |
|
| 36 |
+
We trained deberta-base on SMILES from ZINC using the task of masked-language modeling (MLM). Its tokenizer is a character-level tokenizer trained on ZINC.
|
| 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 |
|