Transformers
GGUF
Inference Endpoints
conversational
aashish1904 commited on
Commit
470b83d
1 Parent(s): 885a667

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ base_model:
7
+ - Sao10K/MN-12B-Lyra-v4
8
+ datasets:
9
+ - jondurbin/gutenberg-dpo-v0.1
10
+
11
+ ---
12
+
13
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
14
+
15
+
16
+ # QuantFactory/Lyra4-Gutenberg-12B-GGUF
17
+ This is quantized version of [nbeerbower/Lyra4-Gutenberg-12B](https://huggingface.co/nbeerbower/Lyra4-Gutenberg-12B) created using llama.cpp
18
+
19
+ # Original Model Card
20
+
21
+
22
+ # Lyra4-Gutenberg-12B
23
+
24
+ [Sao10K/MN-12B-Lyra-v4](https://huggingface.co/Sao10K/MN-12B-Lyra-v4) finetuned on [jondurbin/gutenberg-dpo-v0.1](https://huggingface.co/datasets/jondurbin/gutenberg-dpo-v0.1).
25
+
26
+ ### Method
27
+
28
+ ORPO Finetuned using an RTX 3090 + 4060 Ti for 3 epochs.
29
+
30
+ [Fine-tune Llama 3 with ORPO](https://mlabonne.github.io/blog/posts/2024-04-19_Fine_tune_Llama_3_with_ORPO.html)
31
+