Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: KathirKs/phi-2_LogiCoT_finetuned
|
3 |
+
inference: false
|
4 |
+
model_creator: KathirKs
|
5 |
+
model_name: phi-2_LogiCoT_finetuned
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
quantized_by: afrideva
|
8 |
+
tags:
|
9 |
+
- gguf
|
10 |
+
- ggml
|
11 |
+
- quantized
|
12 |
+
- q2_k
|
13 |
+
- q3_k_m
|
14 |
+
- q4_k_m
|
15 |
+
- q5_k_m
|
16 |
+
- q6_k
|
17 |
+
- q8_0
|
18 |
+
---
|
19 |
+
# KathirKs/phi-2_LogiCoT_finetuned-GGUF
|
20 |
+
|
21 |
+
Quantized GGUF model files for [phi-2_LogiCoT_finetuned](https://huggingface.co/KathirKs/phi-2_LogiCoT_finetuned) from [KathirKs](https://huggingface.co/KathirKs)
|
22 |
+
|
23 |
+
|
24 |
+
| Name | Quant method | Size |
|
25 |
+
| ---- | ---- | ---- |
|
26 |
+
| [phi-2_logicot_finetuned.fp16.gguf](https://huggingface.co/afrideva/phi-2_LogiCoT_finetuned-GGUF/resolve/main/phi-2_logicot_finetuned.fp16.gguf) | fp16 | 5.56 GB |
|
27 |
+
| [phi-2_logicot_finetuned.q2_k.gguf](https://huggingface.co/afrideva/phi-2_LogiCoT_finetuned-GGUF/resolve/main/phi-2_logicot_finetuned.q2_k.gguf) | q2_k | 1.17 GB |
|
28 |
+
| [phi-2_logicot_finetuned.q3_k_m.gguf](https://huggingface.co/afrideva/phi-2_LogiCoT_finetuned-GGUF/resolve/main/phi-2_logicot_finetuned.q3_k_m.gguf) | q3_k_m | 1.48 GB |
|
29 |
+
| [phi-2_logicot_finetuned.q4_k_m.gguf](https://huggingface.co/afrideva/phi-2_LogiCoT_finetuned-GGUF/resolve/main/phi-2_logicot_finetuned.q4_k_m.gguf) | q4_k_m | 1.79 GB |
|
30 |
+
| [phi-2_logicot_finetuned.q5_k_m.gguf](https://huggingface.co/afrideva/phi-2_LogiCoT_finetuned-GGUF/resolve/main/phi-2_logicot_finetuned.q5_k_m.gguf) | q5_k_m | 2.07 GB |
|
31 |
+
| [phi-2_logicot_finetuned.q6_k.gguf](https://huggingface.co/afrideva/phi-2_LogiCoT_finetuned-GGUF/resolve/main/phi-2_logicot_finetuned.q6_k.gguf) | q6_k | 2.29 GB |
|
32 |
+
| [phi-2_logicot_finetuned.q8_0.gguf](https://huggingface.co/afrideva/phi-2_LogiCoT_finetuned-GGUF/resolve/main/phi-2_logicot_finetuned.q8_0.gguf) | q8_0 | 2.96 GB |
|
33 |
+
|
34 |
+
|
35 |
+
|
36 |
+
## Original Model Card:
|
37 |
+
I am not the owner of this model's license. Please refer to the original model card for licensing information: [https://huggingface.co/microsoft/phi-2/blob/main/LICENSE]
|
38 |
+
This model belongs to Microsoft Research.
|
39 |
+
This is finetuned using just 500 samples LogiCoT (Chain of Thought) prompting dataset.
|