munish0838 commited on
Commit
21d7022
1 Parent(s): dcd4ab8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ pipeline_tag: text-generation
4
+ base_model: OwenArli/ArliAI-Llama-3-8B-Instruct-ORPO-v0.1
5
+ ---
6
+
7
+ # QuantFactory/ArliAI-Llama-3-8B-Instruct-ORPO-v0.1-GGUF
8
+ This is quantized version of [OwenArli/ArliAI-Llama-3-8B-Instruct-ORPO-v0.1](https://huggingface.co/OwenArli/ArliAI-Llama-3-8B-Instruct-ORPO-v0.1) created using llama.cpp
9
+
10
+ # Model Description
11
+ Based on Meta-Llama-3-8b-Instruct, and is governed by Meta Llama 3 License agreement:
12
+ https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
13
+
14
+
15
+ ORPO fine tuning method using the following datasets:
16
+ - https://huggingface.co/datasets/Intel/orca_dpo_pairs
17
+ - https://huggingface.co/datasets/argilla/distilabel-math-preference-dpo
18
+ - https://huggingface.co/datasets/unalignment/toxic-dpo-v0.2
19
+ - https://huggingface.co/datasets/M4-ai/prm_dpo_pairs_cleaned
20
+ - https://huggingface.co/datasets/jondurbin/truthy-dpo-v0.1
21
+
22
+ Despite the toxic datasets to reduce refusals, this model is still relatively safe but refuses less than the original Meta model.
23
+
24
+ As of now ORPO fine tuning seems to improve some metrics while reducing other metrics by a lot:
25
+
26
+ ![OpenLLM Leaderboard](https://huggingface.co/AwanLLM/Awanllm-Llama-3-8B-Instruct-ORPO-v0.1/blob/main/Screenshot%202024-05-01%20204933.png "OpenLLM Leaderboard")
27
+
28
+
29
+ Instruct format:
30
+ ```
31
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
32
+
33
+ {{ system_prompt }}<|eot_id|><|start_header_id|>user<|end_header_id|>
34
+
35
+ {{ user_message_1 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
36
+
37
+ {{ model_answer_1 }}<|eot_id|><|start_header_id|>user<|end_header_id|>
38
+
39
+ {{ user_message_2 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
40
+ ```
41
+
42
+
43
+ Quants: