aashish1904
commited on
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
+
base_model:
|
7 |
+
- mistralai/Mistral-7B-Instruct-v0.2
|
8 |
+
datasets:
|
9 |
+
- jondurbin/gutenberg-dpo-v0.1
|
10 |
+
- nbeerbower/gutenberg2-dpo
|
11 |
+
|
12 |
+
---
|
13 |
+
|
14 |
+
[![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
|
15 |
+
|
16 |
+
|
17 |
+
# QuantFactory/Mistral-Gutenberg-Doppel-7B-FFT-GGUF
|
18 |
+
This is quantized version of [nbeerbower/Mistral-Gutenberg-Doppel-7B-FFT](https://huggingface.co/nbeerbower/Mistral-Gutenberg-Doppel-7B-FFT) created using llama.cpp
|
19 |
+
|
20 |
+
# Original Model Card
|
21 |
+
|
22 |
+
|
23 |
+
![image/png](https://huggingface.co/nbeerbower/Mistral-Small-Gutenberg-Doppel-22B/resolve/main/doppel-header?download=true)
|
24 |
+
|
25 |
+
# Mistral-Gutenberg-Doppel-7B-FFT
|
26 |
+
|
27 |
+
[mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) finetuned on [jondurbin/gutenberg-dpo-v0.1](https://huggingface.co/datasets/jondurbin/gutenberg-dpo-v0.1) and [nbeerbower/gutenberg2-dpo](https://huggingface.co/datasets/nbeerbower/gutenberg2-dpo).
|
28 |
+
|
29 |
+
This is a full finetune rather than my usual QLoRA tunes. Mostly for learning purposes.
|
30 |
+
|
31 |
+
### Method
|
32 |
+
|
33 |
+
[ORPO tuned](https://mlabonne.github.io/blog/posts/2024-04-19_Fine_tune_Llama_3_with_ORPO.html) with 4x A100 for 2 epochs.
|