munish0838 commited on
Commit
cf3f40d
1 Parent(s): c8b2e15

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
+ library_name: transformers
5
+ base_model:
6
+ - mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated
7
+ datasets:
8
+ - flammenai/casual-conversation-DPO
9
+ license: llama3
10
+
11
+ ---
12
+
13
+ ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)
14
+
15
+ # QuantFactory/llama3.1-cc-8B-GGUF
16
+ This is quantized version of [nbeerbower/llama3.1-cc-8B](https://huggingface.co/nbeerbower/llama3.1-cc-8B) created using llama.cpp
17
+
18
+ # Original Model Card
19
+
20
+
21
+ # llama3.1-cc-8B
22
+
23
+ [mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated](https://huggingface.co/mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated) 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 the Llama 3 template.
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)