Files changed (1) hide show
  1. README.md +16 -10
README.md CHANGED
@@ -14,10 +14,10 @@ tags:
14
  Fijik 2.0 350M SFT is the first, agentic, edge-LLM we have ever released. it is designed specifically for edge devices and quick inference it was trained efficiently on just one GPU. In addition the model can work with up to 65K context (thanks to YARN scaling) and is based off of granite-4.0-350M-base. (non H, aka no mamba layers).
15
 
16
  Fijik 2.0 supports the following reasoning efforts, configurable via the chat template:
17
- ```disabled``` <--- Configures the model to not think at all, it will not generate reasoning tags, best for chat, title generation.
18
- ```low``` <--- Configures the model to think a little before responding, good for web search, tool calls etc.
19
- ```medium``` <--- Configures the model to think well before responding, good for code etc.
20
- ```high``` <--- Configures the model to think hard before responding, may loop, could improve math, code performance, not needed for most users.
21
 
22
  We recommend the following sampling parameters:
23
  - tempature: ```0.7```
@@ -38,11 +38,9 @@ We recommend the following sampling parameters:
38
  |MMLU REDUX*|**65.60**|47.20|*61.07*|nill|
39
  |HUMANEVAL|*22.56*|17.68|**38.41**|9.76|
40
 
41
- For fijik2.0: d efforts: d = disabled to make benchmark(s) fair as other than fijik all the others are non-reasoning models
42
-
43
- *mmlu_redux only 10 subjects, 750 items.
44
-
45
- **SmolLM2 often fell into loops, not enough context, etc. MMLU not included, math500 had 7% errors and thus is not trustworthy. GPQA had so many errors that it has been removed for smollm2.
46
 
47
  In this benchmark table we can see Fijik2.0 performing competitively with similarly sized models, though fijik2.0 is weak on math, probably due to no RL.
48
 
@@ -62,5 +60,13 @@ In this benchmark table we can see Fijik2.0 performing competitively with simila
62
 
63
  For CPT a 2bit ademamix-style optimizer was used. For SFT a 4bit ademamix-style optimizer was used. Both optimizers worked well. Fijik 2.0 got 1.1 loss at its selected sft checkpoint. (1.3 EPOCH)
64
 
 
 
 
65
  # Compute
66
- 1x rtx 2000 ada PCIE (16gb, overclocked, 70 watt limit)
 
 
 
 
 
 
14
  Fijik 2.0 350M SFT is the first, agentic, edge-LLM we have ever released. it is designed specifically for edge devices and quick inference it was trained efficiently on just one GPU. In addition the model can work with up to 65K context (thanks to YARN scaling) and is based off of granite-4.0-350M-base. (non H, aka no mamba layers).
15
 
16
  Fijik 2.0 supports the following reasoning efforts, configurable via the chat template:
17
+ ```disabled``` <--- Configures the model to not think at all, it will not generate reasoning tags, best for chat, title generation.<div></div>
18
+ ```low``` <--- Configures the model to think a little before responding, good for web search, tool calls etc.<div></div>
19
+ ```medium``` <--- Configures the model to think well before responding, good for code etc.<div></div>
20
+ ```high``` <--- Configures the model to think hard before responding, may loop, could improve math, code performance, not needed for most users.<div></div>
21
 
22
  We recommend the following sampling parameters:
23
  - tempature: ```0.7```
 
38
  |MMLU REDUX*|**65.60**|47.20|*61.07*|nill|
39
  |HUMANEVAL|*22.56*|17.68|**38.41**|9.76|
40
 
41
+ <small>For fijik2.0: d efforts: d = disabled to make benchmark(s) fair as other than fijik all the others are non-reasoning models</small><div></div>
42
+ <small>*mmlu_redux only 10 subjects, 750 items.</small><div></div>
43
+ <small>**SmolLM2 often fell into loops, not enough context, etc. MMLU not included, math500 had 7% errors and thus is not trustworthy. GPQA had so many errors that it has been removed for smollm2.</small><div></div>
 
 
44
 
45
  In this benchmark table we can see Fijik2.0 performing competitively with similarly sized models, though fijik2.0 is weak on math, probably due to no RL.
46
 
 
60
 
61
  For CPT a 2bit ademamix-style optimizer was used. For SFT a 4bit ademamix-style optimizer was used. Both optimizers worked well. Fijik 2.0 got 1.1 loss at its selected sft checkpoint. (1.3 EPOCH)
62
 
63
+ # Safety
64
+ Fijik-2.0 has not undergone RLHF. Although it still is safety trained thanks to SFT. In addition fijik has been trained to state when it does not know something. Though ideally in the system prompt tell it specifically that if it has no information about something, then it should state so.
65
+
66
  # Compute
67
+ 1x rtx 2000 ada PCIE (16gb, overclocked, 70 watt limit)
68
+
69
+
70
+ # Thanks
71
+
72
+ Thank you for your support 💕