DeProgrammer commited on
Commit
c566979
·
verified ·
1 Parent(s): 6333c35

Update README.md

Browse files

Attempting to set it as a quantization instead of a finetune of the base model.

Files changed (1) hide show
  1. README.md +18 -17
README.md CHANGED
@@ -1,17 +1,18 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- base_model: janhq/Jan-v3-4B-base-instruct
6
- pipeline_tag: text-generation
7
- library_name: mnn
8
- tags:
9
- - code
10
- - mnn
11
- ---
12
-
13
- This model [DeProgrammer/Jan-v3-4B-base-instruct-MNN](https://huggingface.co/DeProgrammer/Jan-v3-4B-base-instruct-MNN) was
14
- converted to MNN format from [janhq/Jan-v3-4B-base-instruct](https://huggingface.co/janhq/Jan-v3-4B-base-instruct)
15
- using [llmexport.py](https://github.com/alibaba/MNN/issues/4153#issuecomment-3866182869) in [MNN version **3.4.0**](https://github.com/alibaba/MNN/commit/a874b302f094599e2838a9186e5ce2cf6a81a7a7).
16
-
17
- Inference can be run via MNN, e.g., MNN Chat on Android.
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model: janhq/Jan-v3-4B-base-instruct
6
+ base_model_relation: quantized
7
+ pipeline_tag: text-generation
8
+ library_name: mnn
9
+ tags:
10
+ - code
11
+ - mnn
12
+ ---
13
+
14
+ This model [DeProgrammer/Jan-v3-4B-base-instruct-MNN](https://huggingface.co/DeProgrammer/Jan-v3-4B-base-instruct-MNN) was
15
+ converted to MNN format from [janhq/Jan-v3-4B-base-instruct](https://huggingface.co/janhq/Jan-v3-4B-base-instruct)
16
+ using [llmexport.py](https://github.com/alibaba/MNN/issues/4153#issuecomment-3866182869) in [MNN version **3.4.0**](https://github.com/alibaba/MNN/commit/a874b302f094599e2838a9186e5ce2cf6a81a7a7).
17
+
18
+ Inference can be run via MNN, e.g., MNN Chat on Android.