joongi007 commited on
Commit
3f64403
1 Parent(s): 19df76c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: QuantumIntelligence/QI-neural-chat-7B-ko-DPO
4
+ tags:
5
+ - gguf
6
+ model-index:
7
+ - name: joongi007/QI-neural-chat-7B-ko-DPO-GGUF
8
+ results: []
9
+ ---
10
+
11
+ - Original model is [QuantumIntelligence/QI-neural-chat-7B-ko-DPO](https://huggingface.co/QuantumIntelligence/QI-neural-chat-7B-ko-DPO)
12
+ - quantized using [llama.cpp](https://github.com/ggerganov/llama.cpp)
13
+
14
+ ```prompt
15
+ ### System:
16
+ {System}
17
+
18
+ ### User:
19
+ {User}
20
+
21
+ ### Assistant:
22
+ {Assistant}
23
+ ```