ibm
/

marmg commited on
Commit
e5a486d
1 Parent(s): 078a21d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -97,11 +97,11 @@ cd otter-knowledge
97
 
98
  *Replace test_data with the path to a CSV file containing the protein sequences, name_of_the_column with the name of the column of the protein sequence in the CSV and output_path with the filename of the JSON file to be created with the embeddings.*
99
  ```python
100
- python inference.py --test test_data --sequence_column name_of_the_column --model_path ibm/otter_ubc_classifier --output_path output_path
101
  ```
102
  - Run the inference for Drugs:
103
 
104
  *Replace test_data with the path to a CSV file containing the Drug SMILES, name_of_the_column with the name of the column of the SMILES in the CSV and output_path with the filename of the JSON file to be created with the embeddings.*.*
105
  ```python
106
- python inference.py --test test_data --sequence_column name_of_the_column input_type Drug --relation_name smiles --model_path ibm/otter_ubc_classifier --output_path output_path
107
  ```
 
97
 
98
  *Replace test_data with the path to a CSV file containing the protein sequences, name_of_the_column with the name of the column of the protein sequence in the CSV and output_path with the filename of the JSON file to be created with the embeddings.*
99
  ```python
100
+ python inference.py --input_path test_data --sequence_column name_of_the_column --model_path ibm/otter_ubc_classifier --output_path output_path
101
  ```
102
  - Run the inference for Drugs:
103
 
104
  *Replace test_data with the path to a CSV file containing the Drug SMILES, name_of_the_column with the name of the column of the SMILES in the CSV and output_path with the filename of the JSON file to be created with the embeddings.*.*
105
  ```python
106
+ python inference.py --input_path test_data --sequence_column name_of_the_column input_type Drug --relation_name smiles --model_path ibm/otter_ubc_classifier --output_path output_path
107
  ```