GagaLey commited on
Commit
e42fc5a
verified
1 Parent(s): bef1ac1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # MoR
2
 
3
  # Running the Evaluation and Reranking Script
@@ -16,15 +24,6 @@ conda activate your_env_name # Replace with actual environment name
16
  pip install -r requirements.txt
17
  ```
18
 
19
- ### Checkpoints and embeddings download
20
- Before running the inference, please go to https://drive.google.com/drive/folders/1ldOYiyrIaZ3AVAKAmNeP0ZWfD3DLZu9D?usp=drive_link
21
-
22
- (1) download the "checkpoints" and put it under the directory MoR/Planning/
23
-
24
- (2) download the "data" and put it under the directory MoR/Reasoning/
25
-
26
- (2) download the "model_checkpoint" and put it under the directory MoR/Reasoning/text_retrievers/
27
-
28
 
29
  ## Inference
30
  To run the inference script, execute the following command in the terminal:
@@ -75,4 +74,4 @@ python script.py --model "model_name" \
75
  --openai_api_key "your_openai_key" \
76
  --openai_endpoint "your_openai_endpoint"
77
 
78
- ```
 
1
+ ---
2
+ datasets:
3
+ - snap-stanford/stark
4
+ metrics:
5
+ - recall
6
+ base_model:
7
+ - meta-llama/Llama-3.2-3B-Instruct
8
+ ---
9
  # MoR
10
 
11
  # Running the Evaluation and Reranking Script
 
24
  pip install -r requirements.txt
25
  ```
26
 
 
 
 
 
 
 
 
 
 
27
 
28
  ## Inference
29
  To run the inference script, execute the following command in the terminal:
 
74
  --openai_api_key "your_openai_key" \
75
  --openai_endpoint "your_openai_endpoint"
76
 
77
+ ```