Update config_breezetiny_3b_instruct.yaml
Browse files
config_breezetiny_3b_instruct.yaml
CHANGED
|
@@ -28,14 +28,14 @@ runtimeOptions:
|
|
| 28 |
tokenizerRegex: "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\r\n\\p{L}\\p{N}]?\\p{L}+|\\p{N}{1,3}| ?[^\\s\\p{L}\\p{N}]+[\r\n]*|\\s*[\r\n]+|\\s+(?:$|[^\\S])|\\s+"
|
| 29 |
|
| 30 |
tokenizerPath:
|
| 31 |
-
- /data/user/0/com.mtkresearch.
|
| 32 |
-
- /data/user/0/com.mtkresearch.
|
| 33 |
|
| 34 |
-
tokenEmbPath: /data/user/0/com.mtkresearch.
|
| 35 |
|
| 36 |
dlaPromptPaths:
|
| 37 |
-
- /data/user/0/com.mtkresearch.
|
| 38 |
dlaGenPaths:
|
| 39 |
-
- /data/user/0/com.mtkresearch.
|
| 40 |
sharedWeightsPaths:
|
| 41 |
-
- /data/user/0/com.mtkresearch.
|
|
|
|
| 28 |
tokenizerRegex: "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\r\n\\p{L}\\p{N}]?\\p{L}+|\\p{N}{1,3}| ?[^\\s\\p{L}\\p{N}]+[\r\n]*|\\s*[\r\n]+|\\s+(?:$|[^\\S])|\\s+"
|
| 29 |
|
| 30 |
tokenizerPath:
|
| 31 |
+
- /data/user/0/com.mtkresearch.breezeapp/files/models/breeze2-3b-250501-npu/tokenizer.tiktoken
|
| 32 |
+
- /data/user/0/com.mtkresearch.breezeapp/files/models/breeze2-3b-250501-npu/added_tokens.yaml
|
| 33 |
|
| 34 |
+
tokenEmbPath: /data/user/0/com.mtkresearch.breezeapp/files/models/breeze2-3b-250501-npu/embedding_int16.bin
|
| 35 |
|
| 36 |
dlaPromptPaths:
|
| 37 |
+
- /data/user/0/com.mtkresearch.breezeapp/files/models/breeze2-3b-250501-npu/BreezeTinyInstruct_v0.1_sym4W_sym16A_Overall_28layer_128t1024c_0_extracted.dla
|
| 38 |
dlaGenPaths:
|
| 39 |
+
- /data/user/0/com.mtkresearch.breezeapp/files/models/breeze2-3b-250501-npu/BreezeTinyInstruct_v0.1_sym4W_sym16A_Overall_28layer_1t1024c_0_extracted.dla
|
| 40 |
sharedWeightsPaths:
|
| 41 |
+
- /data/user/0/com.mtkresearch.breezeapp/files/models/breeze2-3b-250501-npu/shared_weights_0.bin
|