Transformers
GGUF
Inference Endpoints
conversational
aashish1904 commited on
Commit
e79db60
1 Parent(s): 575e00e

Upload README.md with huggingface_hub

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