Upload 2 files
Browse files- config.json +55 -0
- decision_tree.pkl +3 -0
config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "RLHFlow/Decision-Tree-Reward-Llama-3.1-8B",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": [
|
10 |
+
128001,
|
11 |
+
128008,
|
12 |
+
128009
|
13 |
+
],
|
14 |
+
"head_dim": 128,
|
15 |
+
"hidden_act": "silu",
|
16 |
+
"hidden_size": 4096,
|
17 |
+
"id2label": {
|
18 |
+
"0": "helpfulness",
|
19 |
+
"1": "correctness",
|
20 |
+
"2": "coherence",
|
21 |
+
"3": "complexity",
|
22 |
+
"4": "verbosity"
|
23 |
+
},
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 14336,
|
26 |
+
"label2id": {
|
27 |
+
"helpfulness": 0,
|
28 |
+
"correctness": 1,
|
29 |
+
"coherence": 2,
|
30 |
+
"complexity": 3,
|
31 |
+
"verbosity": 4
|
32 |
+
},
|
33 |
+
"max_position_embeddings": 131072,
|
34 |
+
"mlp_bias": false,
|
35 |
+
"model_type": "llama",
|
36 |
+
"num_attention_heads": 32,
|
37 |
+
"num_hidden_layers": 32,
|
38 |
+
"num_key_value_heads": 8,
|
39 |
+
"pad_token_id": 128004,
|
40 |
+
"pretraining_tp": 1,
|
41 |
+
"rms_norm_eps": 1e-05,
|
42 |
+
"rope_scaling": {
|
43 |
+
"factor": 8.0,
|
44 |
+
"high_freq_factor": 4.0,
|
45 |
+
"low_freq_factor": 1.0,
|
46 |
+
"original_max_position_embeddings": 8192,
|
47 |
+
"rope_type": "llama3"
|
48 |
+
},
|
49 |
+
"rope_theta": 500000.0,
|
50 |
+
"tie_word_embeddings": false,
|
51 |
+
"torch_dtype": "bfloat16",
|
52 |
+
"transformers_version": "4.45.0.dev0",
|
53 |
+
"use_cache": false,
|
54 |
+
"vocab_size": 128256
|
55 |
+
}
|
decision_tree.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5433ef4e775535b16490d8b2e9693a4f46b2f637b0749a089f097c94159814c5
|
3 |
+
size 2388
|