Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,13 @@ Use the code below to get started with the model.
|
|
43 |
|
44 |
The finetuned model is evaluated on [minerva-math]() using [EleutherAI Eval Harness]() through torchtune:
|
45 |
|
46 |
-
CMD:
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
RESULTS:
|
49 |
```
|
|
|
43 |
|
44 |
The finetuned model is evaluated on [minerva-math]() using [EleutherAI Eval Harness]() through torchtune:
|
45 |
|
46 |
+
CMD:
|
47 |
+
```
|
48 |
+
tune run eleuther_eval --config eleuther_evaluation \
|
49 |
+
checkpoint.checkpoint_dir=./lora-phi3-math \
|
50 |
+
tasks=["minerva_math"] \
|
51 |
+
batch_size=32
|
52 |
+
```
|
53 |
|
54 |
RESULTS:
|
55 |
```
|