aashish1904 commited on
Commit
3ed177f
1 Parent(s): ea2abd7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ license: apache-2.0
5
+ tags:
6
+ - alignment-handbook
7
+ - generated_from_trainer
8
+ language:
9
+ - en
10
+ metrics:
11
+ - accuracy
12
+ pipeline_tag: text-generation
13
+
14
+ ---
15
+
16
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
17
+
18
+
19
+ # QuantFactory/Mistral-Crab-SFT-GGUF
20
+ This is quantized version of [THU-KEG/Mistral-Crab-SFT](https://huggingface.co/THU-KEG/Mistral-Crab-SFT) created using llama.cpp
21
+
22
+ # Original Model Card
23
+
24
+
25
+ # Model Card for Mistral-Crab-SFT
26
+
27
+ <!-- Provide a quick summary of what the model is/does. -->
28
+
29
+ <p align="justify">
30
+ Large language models (LLMs) struggle to follow instructions with complex constraints in format, length, etc. Following the conventional instruction-tuning practice, previous works conduct post-training on complex instruction-response pairs generated by feeding complex instructions to advanced LLMs. However, even advanced LLMs cannot follow complex instructions well, thus limiting the quality of generated data. In this work, we find that <b><i>existing datasets inherently contain implicit complex constraints</i></b> and propose a novel data generation technique, <b><i>constraint back-translation</i></b>. Specifically, we take the high-quality instruction-response pairs in existing datasets and only adopt advanced LLMs to add complex constraints already met by the responses to the instructions, which naturally reduces costs and data noise. In the experiments, we adopt Llama3-70B-Instruct to back-translate constraints and create a high-quality complex instruction-response dataset, named <b>CRAB</b>. We present that post-training on <font face="Verdana">CRAB</font> improves multiple backbone LLMs' complex instruction-following ability, evaluated on extensive instruction-following benchmarks. We further find that constraint back-translation also serves as a useful auxiliary training objective in post-training.
31
+
32
+ - 📖 Paper: [Constraint Back-translation Improves Complex Instruction Following of Large Language Models](https://arxiv.org/abs/2410.24175)
33
+ </p>
34
+ - 🦀 Github: [THU/Crab](https://github.com/THU-KEG/Crab)
35
+
36
+ ### Model Performance
37
+
38
+ | Models | BaseModel | IFEval | FollowBench(HSR) | | | AVG |
39
+ |--------------------|-----------|--------|------------------|-------|------|------|
40
+ | | | AVG | L1-L2 | L3-L5 | AVG | |
41
+ | GPT-3.5-turbo | GPT | 66.3 | 74.2 | 61 | 66.2 | 66.3 |
42
+ | GPT-4 | GPT | 81.3 | 80.4 | 69.4 | 73.8 | 77.6 |
43
+ | Vicuna-13b-V1.5 | Llama2 | 50.3 | 66.3 | 39.8 | 50.4 | 50.4 |
44
+ | WizardLM-13B-V1.2 | Llama2 | 51.4 | 56.5 | 36.9 | 44.7 | 48 |
45
+ | Conifer-13B | Llama2 | 50.2 | 57.1 | 40.3 | 47 | 48.6 |
46
+ | Zephyr-7B-beta | Mistral | 45.4 | 54.8 | 38.2 | 44.8 | 45.1 |
47
+ | Conifer-7B | Mistral | 53.9 | 51.9 | 40.2 | 44.9 | 49.4 |
48
+ | Conifer-7B-DPO | Mistral | 55.7 | 57 | 45.4 | 50 | 52.9 |
49
+ | Llama3 8B | Llama3 | 31.4 | 6.8 | 8.2 | 7.6 | 19.5 |
50
+ | Llama3-crab | Llama3 | 46.9 | 51.2 | 26.7 | 36.5 | 41.7 |
51
+ | Llama3-crab + DPO | Llama3 | 49.7 | 56.8 | 38.1 | 45.5 | 47.6 |
52
+ | Mistral 7B | Mistral | 25.2 | 15.5 | 6.5 | 10.1 | 17.7 |
53
+ | Mistral-crab | Mistral | 54.5 | 59.2 | 32.8 | 43.3 | 48.9 |
54
+ | Mistral-crab + DPO | Mistral | 59.4 | 59.9 | 42.5 | 49.4 | 54.4 |
55
+
56
+
57
+
58
+ ### Model Description
59
+
60
+ <!-- Provide a longer summary of what this model is. -->
61
+
62
+
63
+
64
+ - **Developed by:** Yunjia Qi, Hao Peng, Xiaozhi Wang, Bin Xu, Lei Hou, Juanzi Li
65
+ - **Model type:** Text Generation
66
+ - **Language(s) (NLP):** English
67
+ - **Finetuned from model [optional]:** Mistral-7B-v0.3
68
+
69
+