Text Generation
GGUF
English
brittlewis12 commited on
Commit
7dcb18d
1 Parent(s): a14f97f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: snorkelai/Snorkel-Mistral-PairRM-DPO
3
+ datasets:
4
+ - snorkelai/Snorkel-Mistral-PairRM-DPO-Dataset
5
+ - HuggingFaceH4/ultrafeedback_binarized
6
+ license: apache-2.0
7
+ language:
8
+ - en
9
+ model_creator: snorkelai
10
+ model_name: Snorkel-Mistral-PairRM-DPO
11
+ model_type: mistral
12
+ inference: false
13
+ pipeline_tag: text-generation
14
+ prompt_template: |
15
+ <|im_start|>system
16
+ {{system_message}}<|im_end|>
17
+ <|im_start|>user
18
+ {{prompt}}<|im_end|>
19
+ <|im_start|>assistant
20
+
21
+ quantized_by: brittlewis12
22
+ ---
23
+
24
+ # Snorkel-Mistral-PairRM-DPO GGUF
25
+
26
+ Original model: [Snorkel-Mistral-PairRM-DPO](https://huggingface.co/snorkelai/Snorkel-Mistral-PairRM-DPO)
27
+ Model creator: [Snorkel AI](https://huggingface.co/snorkelai)
28
+
29
+ This repo contains GGUF format model files for Snorkel AI’s Snorkel-Mistral-PairRM-DPO.
30
+
31
+ > With this demonstration, we focus on the general approach to alignment. Thus, we use a general-purpose reward model - the performant PairRM model. We use the Mistral-7B-Instruct-v0.2 model as our base LLM.
32
+
33
+
34
+
35
+ ### What is GGUF?
36
+
37
+ GGUF is a file format for representing AI models. It is the third version of the format, introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
38
+ Converted using llama.cpp b1960 ([26d6076](https://github.com/ggerganov/llama.cpp/commits/26d607608d794efa56df3bdb6043a2f94c1d632c))
39
+
40
+ ### Prompt template: ChatML
41
+
42
+ ```
43
+ <|im_start|>system
44
+ {{system_message}}<|im_end|>
45
+ <|im_start|>user
46
+ {{prompt}}<|im_end|>
47
+ <|im_start|>assistant
48
+ ```
49
+
50
+ ---
51
+
52
+ ## Download & run with [cnvrs](https://twitter.com/cnvrsai) on iPhone, iPad, and Mac!
53
+
54
+ ![cnvrs.ai](https://pbs.twimg.com/profile_images/1744049151241797632/0mIP-P9e_400x400.jpg)
55
+
56
+ [cnvrs](https://testflight.apple.com/join/sFWReS7K) is the best app for private, local AI on your device:
57
+ - create & save **Characters** with custom system prompts & temperature settings
58
+ - download and experiment with any **GGUF model** you can [find on HuggingFace](https://huggingface.co/models?library=gguf)!
59
+ - make it your own with custom **Theme colors**
60
+ - powered by Metal ⚡️ & [Llama.cpp](https://github.com/ggerganov/llama.cpp), with **haptics** during response streaming!
61
+ - **try it out** yourself today, on [Testflight](https://testflight.apple.com/join/sFWReS7K)!
62
+ - follow [cnvrs on twitter](https://twitter.com/cnvrsai) to stay up to date
63
+
64
+ ---
65
+
66
+ ## Original Model Evaluations:
67
+
68
+ > On [**Alpaca-Eval 2.0**](https://tatsu-lab.github.io/alpaca_eval/):
69
+ > - The base model: [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) scored **14.72**.
70
+ >
71
+ > After applying the above methodology:
72
+ > - This model scored **30.22** - ranked 3rd and the highest for an open-source base model at the time of publication.