Spaces:
Build error
Build error
mistral 5-shot
Browse files
data/Mistral-7B-v0.3-Chinese-Chat_results.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
llm_toolkit/eval_shots.py
CHANGED
|
@@ -99,7 +99,7 @@ def evaluate_model_with_num_shots(
|
|
| 99 |
model_name,
|
| 100 |
data_path,
|
| 101 |
start_num_shots=0,
|
| 102 |
-
range_num_shots=[0, 5],
|
| 103 |
batch_size=1,
|
| 104 |
max_new_tokens=2048,
|
| 105 |
device="cuda",
|
|
|
|
| 99 |
model_name,
|
| 100 |
data_path,
|
| 101 |
start_num_shots=0,
|
| 102 |
+
range_num_shots=[0, 5, 10, 20, 30, 40, 50],
|
| 103 |
batch_size=1,
|
| 104 |
max_new_tokens=2048,
|
| 105 |
device="cuda",
|
scripts/eval-mgtv-shots.sh
CHANGED
|
@@ -13,7 +13,7 @@ cat /etc/os-release
|
|
| 13 |
lscpu
|
| 14 |
grep MemTotal /proc/meminfo
|
| 15 |
|
| 16 |
-
export START_NUM_SHOTS=
|
| 17 |
|
| 18 |
$BASEDIR/scripts/eval-shots.sh shenzhi-wang Mistral-7B-v0.3-Chinese-Chat
|
| 19 |
|
|
|
|
| 13 |
lscpu
|
| 14 |
grep MemTotal /proc/meminfo
|
| 15 |
|
| 16 |
+
export START_NUM_SHOTS=5
|
| 17 |
|
| 18 |
$BASEDIR/scripts/eval-shots.sh shenzhi-wang Mistral-7B-v0.3-Chinese-Chat
|
| 19 |
|