mao jiashun commited on
Commit
a9ad1ec
·
1 Parent(s): 295ff14

Update iupac-gpt/README.md

Browse files
Files changed (1) hide show
  1. iupac-gpt/README.md +3 -8
iupac-gpt/README.md CHANGED
@@ -48,15 +48,10 @@ SMILES strings.
48
  ## Examples
49
 
50
  Adapter training for molecular property prediction
51
- (replace `data/bbbp.csv` and `p_np` arguments with your dataset and taskname(s),
52
  respectively):
53
  ```shell
54
- python3 scripts/classification.py checkpoints/benchmark-5m data/bbbp.csv p_np
55
  ```
56
  For language model pretraining, see
57
- [notebooks](https://github.com/sanjaradylov/smiles-gpt/tree/master/notebooks).
58
-
59
- ## Citation
60
-
61
- If you use `smiles-gpt` in your research, please consider citing
62
- > https://doi.org/10.33774/chemrxiv-2021-5fwjd
 
48
  ## Examples
49
 
50
  Adapter training for molecular property prediction
51
+ (replace `data/iupacs_logp.csv` and `LogP` arguments with your dataset and taskname(s),
52
  respectively):
53
  ```shell
54
+ python3 scripts/classification.py checkpoints/benchmark-5m data/iupacs_logp.csv LogP
55
  ```
56
  For language model pretraining, see
57
+ iupac-gpt\notebooks: iupac_language-modeling_train.py