Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
base_model: Salesforce/LLaMA-3-8B-SFR-Iterative-DPO-Concise-R
|
5 |
+
---
|
6 |
+
|
7 |
+
# LLaMA-3-8B-SFR-Iterative-DPO-Concise-R-GGUF
|
8 |
+
This is quantized version of [Salesforce/LLaMA-3-8B-SFR-Iterative-DPO-Concise-R](https://huggingface.co/Salesforce/LLaMA-3-8B-SFR-Iterative-DPO-Concise-R) created using llama.cpp
|
9 |
+
|
10 |
+
# Model Description
|
11 |
+
This is a concise version of Salesforce/SFR-Iterative-DPO-LLaMA-3-8B-R. In the training, a concise penalty is applied.
|