kohbanye commited on
Commit
7033c50
·
verified ·
1 Parent(s): 5e6bfe3

Update model card: CLaMNPScorer

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,9 +25,9 @@ Tokenizer: [`kohbanye/SmilesTokenizer_PubChem_1M`](https://huggingface.co/kohban
25
  ## Usage
26
 
27
  ```python
28
- from clamnp import NPLikenessScorer
29
 
30
- scorer = NPLikenessScorer.from_pretrained() # this repo
31
  print(scorer.score("CC(=O)Oc1ccccc1C(=O)O")) # CLaM-NP Score
32
  ```
33
 
 
25
  ## Usage
26
 
27
  ```python
28
+ from clamnp import CLaMNPScorer
29
 
30
+ scorer = CLaMNPScorer.from_pretrained() # this repo
31
  print(scorer.score("CC(=O)Oc1ccccc1C(=O)O")) # CLaM-NP Score
32
  ```
33