Niksa Praljak
commited on
Commit
•
cb5bad1
1
Parent(s):
666e0ff
Cleanup Facilitator section README
Browse files
README.md
CHANGED
@@ -148,11 +148,11 @@ cd BioM3_Facilitator
|
|
148 |
|
149 |
2. Run inference:
|
150 |
```bash
|
151 |
-
python
|
152 |
--json_path "stage2_facilitator_config.json" \
|
153 |
--model_path "./weights/Facilitator/BioM3_Facilitator_epoch20.bin" \
|
154 |
-
--input_data_path "
|
155 |
-
--output_data_path "
|
156 |
```
|
157 |
|
158 |
Arguments:
|
|
|
148 |
|
149 |
2. Run inference:
|
150 |
```bash
|
151 |
+
python run_Facilitator_sample.py \
|
152 |
--json_path "stage2_facilitator_config.json" \
|
153 |
--model_path "./weights/Facilitator/BioM3_Facilitator_epoch20.bin" \
|
154 |
+
--input_data_path "test_PenCL_embeddings.pt" \
|
155 |
+
--output_data_path "test_Facilitator_embeddings.pt"
|
156 |
```
|
157 |
|
158 |
Arguments:
|