Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
|
| 4 |
+
library_name: transformers
|
| 5 |
+
base_model:
|
| 6 |
+
- nbeerbower/mistral-nemo-gutenberg-12B-v3
|
| 7 |
+
datasets:
|
| 8 |
+
- flammenai/casual-conversation-DPO
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+

|
| 14 |
+
|
| 15 |
+
# QuantFactory/mistral-nemo-cc-12B-GGUF
|
| 16 |
+
This is quantized version of [nbeerbower/mistral-nemo-cc-12B](https://huggingface.co/nbeerbower/mistral-nemo-cc-12B) created using llama.cpp
|
| 17 |
+
|
| 18 |
+
# Original Model Card
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
# mistral-nemo-cc-12B
|
| 22 |
+
|
| 23 |
+
[nbeerbower/mistral-nemo-gutenberg-12B-v3](https://huggingface.co/nbeerbower/mistral-nemo-gutenberg-12B-v3) finetuned on [flammenai/casual-conversation-DPO](https://huggingface.co/datasets/flammenai/casual-conversation-DPO).
|
| 24 |
+
|
| 25 |
+
This is an experimental finetune that formats the conversation data sequentially with ChatML.
|
| 26 |
+
|
| 27 |
+
### Method
|
| 28 |
+
|
| 29 |
+
Finetuned using an A100 on Google Colab for 3 epochs.
|
| 30 |
+
|
| 31 |
+
[Fine-tune Llama 3 with ORPO](https://mlabonne.github.io/blog/posts/2024-04-19_Fine_tune_Llama_3_with_ORPO.html)
|