wesjos commited on
Commit
2fb3fdc
·
verified ·
1 Parent(s): f83b76a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -25
README.md CHANGED
@@ -16,54 +16,54 @@ language:
16
  +-------------+------------+-----------------+---------------+-------+---------+---------+
17
  | Model | Dataset | Metric | Subset | Num | Score | Cat.0 |
18
  +=============+============+=================+===============+=======+=========+=========+
19
- | callq4.gguf | gpqa | AveragePass@1 | gpqa_extended | 50 | 0.34 | default |
20
  +-------------+------------+-----------------+---------------+-------+---------+---------+
21
- | callq4.gguf | gpqa | AveragePass@1 | gpqa_main | 50 | 0.32 | default |
22
  +-------------+------------+-----------------+---------------+-------+---------+---------+
23
- | callq4.gguf | gpqa | AveragePass@1 | gpqa_diamond | 50 | 0.32 | default |
24
  +-------------+------------+-----------------+---------------+-------+---------+---------+
25
- | callq4.gguf | gpqa | AveragePass@1 | OVERALL | 150 | 0.3267 | - |
26
  +-------------+------------+-----------------+---------------+-------+---------+---------+
27
- | callq4.gguf | gsm8k | AverageAccuracy | main | 50 | 0.76 | default |
28
  +-------------+------------+-----------------+---------------+-------+---------+---------+
29
- | callq4.gguf | tool_bench | Act.EM | in_domain | 42 | 0.2619 | default |
30
  +-------------+------------+-----------------+---------------+-------+---------+---------+
31
- | callq4.gguf | tool_bench | Act.EM | out_of_domain | 47 | 0.3617 | default |
32
  +-------------+------------+-----------------+---------------+-------+---------+---------+
33
- | callq4.gguf | tool_bench | Act.EM | OVERALL | 89 | 0.3146 | - |
34
  +-------------+------------+-----------------+---------------+-------+---------+---------+
35
- | callq4.gguf | tool_bench | Plan.EM | in_domain | 0 | 0 | default |
36
  +-------------+------------+-----------------+---------------+-------+---------+---------+
37
- | callq4.gguf | tool_bench | Plan.EM | out_of_domain | 0 | 0 | default |
38
  +-------------+------------+-----------------+---------------+-------+---------+---------+
39
- | callq4.gguf | tool_bench | Plan.EM | OVERALL | 0 | 0 | - |
40
  +-------------+------------+-----------------+---------------+-------+---------+---------+
41
- | callq4.gguf | tool_bench | F1 | in_domain | 42 | 0.2095 | default |
42
  +-------------+------------+-----------------+---------------+-------+---------+---------+
43
- | callq4.gguf | tool_bench | F1 | out_of_domain | 47 | 0.2527 | default |
44
  +-------------+------------+-----------------+---------------+-------+---------+---------+
45
- | callq4.gguf | tool_bench | F1 | OVERALL | 89 | 0.2323 | - |
46
  +-------------+------------+-----------------+---------------+-------+---------+---------+
47
- | callq4.gguf | tool_bench | HalluRate | in_domain | 42 | 0.119 | default |
48
  +-------------+------------+-----------------+---------------+-------+---------+---------+
49
- | callq4.gguf | tool_bench | HalluRate | out_of_domain | 47 | 0.0851 | default |
50
  +-------------+------------+-----------------+---------------+-------+---------+---------+
51
- | callq4.gguf | tool_bench | HalluRate | OVERALL | 89 | 0.1011 | - |
52
  +-------------+------------+-----------------+---------------+-------+---------+---------+
53
- | callq4.gguf | tool_bench | Rouge-L | in_domain | 42 | 0.0394 | default |
54
  +-------------+------------+-----------------+---------------+-------+---------+---------+
55
- | callq4.gguf | tool_bench | Rouge-L | out_of_domain | 47 | 0.0676 | default |
56
  +-------------+------------+-----------------+---------------+-------+---------+---------+
57
- | callq4.gguf | tool_bench | Rouge-L | OVERALL | 89 | 0.0543 | - |
58
  +-------------+------------+-----------------+---------------+-------+---------+---------+
59
  </pre>
60
  # Use this model
61
  ## with llama-cli
62
- - <code>llama-cli -m qwen3-4b-q4.gguf</code>
63
  ## with ollama
64
- - edit a makefile named(qwen3-4b-q4.txt) like:
65
  - <pre>
66
- FROM ./qwen3-4b-q4.gguf
67
  TEMPLATE """<|im_start|>system
68
  You are a helpful assistant<|im_end|>
69
  <|im_start|>user
@@ -72,6 +72,6 @@ You are a helpful assistant<|im_end|>
72
  """
73
  </pre>
74
  - then create a model using ollama
75
- - <code>ollama create qwen3-4b-q4 -f qwen3-4b-q4.txt</code>
76
  - then run it
77
- - <code>ollama run qwen3-4b-q4</code>
 
16
  +-------------+------------+-----------------+---------------+-------+---------+---------+
17
  | Model | Dataset | Metric | Subset | Num | Score | Cat.0 |
18
  +=============+============+=================+===============+=======+=========+=========+
19
+ | model | gpqa | AveragePass@1 | gpqa_extended | 50 | 0.34 | default |
20
  +-------------+------------+-----------------+---------------+-------+---------+---------+
21
+ | model | gpqa | AveragePass@1 | gpqa_main | 50 | 0.32 | default |
22
  +-------------+------------+-----------------+---------------+-------+---------+---------+
23
+ | model | gpqa | AveragePass@1 | gpqa_diamond | 50 | 0.32 | default |
24
  +-------------+------------+-----------------+---------------+-------+---------+---------+
25
+ | model | gpqa | AveragePass@1 | OVERALL | 150 | 0.3267 | - |
26
  +-------------+------------+-----------------+---------------+-------+---------+---------+
27
+ | model | gsm8k | AverageAccuracy | main | 50 | 0.76 | default |
28
  +-------------+------------+-----------------+---------------+-------+---------+---------+
29
+ | model | tool_bench | Act.EM | in_domain | 42 | 0.2619 | default |
30
  +-------------+------------+-----------------+---------------+-------+---------+---------+
31
+ | model | tool_bench | Act.EM | out_of_domain | 47 | 0.3617 | default |
32
  +-------------+------------+-----------------+---------------+-------+---------+---------+
33
+ | model | tool_bench | Act.EM | OVERALL | 89 | 0.3146 | - |
34
  +-------------+------------+-----------------+---------------+-------+---------+---------+
35
+ | Qwen3-4B-toolcall.Q4_K_M.gguf | tool_bench | Plan.EM | in_domain | 0 | 0 | default |
36
  +-------------+------------+-----------------+---------------+-------+---------+---------+
37
+ | model | tool_bench | Plan.EM | out_of_domain | 0 | 0 | default |
38
  +-------------+------------+-----------------+---------------+-------+---------+---------+
39
+ | model | tool_bench | Plan.EM | OVERALL | 0 | 0 | - |
40
  +-------------+------------+-----------------+---------------+-------+---------+---------+
41
+ | model | tool_bench | F1 | in_domain | 42 | 0.2095 | default |
42
  +-------------+------------+-----------------+---------------+-------+---------+---------+
43
+ | model | tool_bench | F1 | out_of_domain | 47 | 0.2527 | default |
44
  +-------------+------------+-----------------+---------------+-------+---------+---------+
45
+ | model | tool_bench | F1 | OVERALL | 89 | 0.2323 | - |
46
  +-------------+------------+-----------------+---------------+-------+---------+---------+
47
+ | model | tool_bench | HalluRate | in_domain | 42 | 0.119 | default |
48
  +-------------+------------+-----------------+---------------+-------+---------+---------+
49
+ | model | tool_bench | HalluRate | out_of_domain | 47 | 0.0851 | default |
50
  +-------------+------------+-----------------+---------------+-------+---------+---------+
51
+ | model | tool_bench | HalluRate | OVERALL | 89 | 0.1011 | - |
52
  +-------------+------------+-----------------+---------------+-------+---------+---------+
53
+ | model | tool_bench | Rouge-L | in_domain | 42 | 0.0394 | default |
54
  +-------------+------------+-----------------+---------------+-------+---------+---------+
55
+ | model | tool_bench | Rouge-L | out_of_domain | 47 | 0.0676 | default |
56
  +-------------+------------+-----------------+---------------+-------+---------+---------+
57
+ | model | tool_bench | Rouge-L | OVERALL | 89 | 0.0543 | - |
58
  +-------------+------------+-----------------+---------------+-------+---------+---------+
59
  </pre>
60
  # Use this model
61
  ## with llama-cli
62
+ - <code>llama-cli -m Qwen3-4B-toolcall.Q4_K_M.gguf</code>
63
  ## with ollama
64
+ - edit a makefile named(Qwen3-4B-toolcall.Q4_K_M.txt) like:
65
  - <pre>
66
+ FROM ./Qwen3-4B-toolcall.Q4_K_M
67
  TEMPLATE """<|im_start|>system
68
  You are a helpful assistant<|im_end|>
69
  <|im_start|>user
 
72
  """
73
  </pre>
74
  - then create a model using ollama
75
+ - <code>ollama create Qwen3-4B-toolcall.Q4_K_M -f Qwen3-4B-toolcall.Q4_K_M.txt</code>
76
  - then run it
77
+ - <code>ollama run Qwen3-4B-toolcall.Q4_K_M</code>