jan-hq commited on
Commit
8a75540
1 Parent(s): c7f70d3

End of training

Browse files
Files changed (2) hide show
  1. README.md +14 -1
  2. config.json +42 -0
README.md CHANGED
@@ -2,9 +2,22 @@
2
  license: mit
3
  library_name: peft
4
  tags:
 
5
  - trl
6
  - dpo
7
  - generated_from_trainer
 
 
 
 
 
 
 
 
 
 
 
 
8
  base_model: TomGrc/FusionNet_7Bx2_MoE_v0.1
9
  model-index:
10
  - name: stealth-finance-v2-dpo-adapter
@@ -16,7 +29,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # stealth-finance-v2-dpo-adapter
18
 
19
- This model is a fine-tuned version of [TomGrc/FusionNet_7Bx2_MoE_v0.1](https://huggingface.co/TomGrc/FusionNet_7Bx2_MoE_v0.1) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.1290
22
  - Rewards/chosen: -0.1799
 
2
  license: mit
3
  library_name: peft
4
  tags:
5
+ - alignment-handbook
6
  - trl
7
  - dpo
8
  - generated_from_trainer
9
+ - trl
10
+ - dpo
11
+ - generated_from_trainer
12
+ datasets:
13
+ - jan-hq/distilabel_dpo_pairs_binarized
14
+ - argilla/OpenHermes2.5-dpo-binarized-alpha
15
+ - jan-hq/capybara_dpo_binarized
16
+ - jan-hq/bagel_dpo_binarized
17
+ - jan-hq/ultrafeedback_preferences_cleaned_binarized
18
+ - jan-hq/openmath_instruct_dpo_binarized
19
+ - jan-hq/distil_math_dpo_binarized
20
+ - jan-hq/evol_codealpaca_dpo_binarized
21
  base_model: TomGrc/FusionNet_7Bx2_MoE_v0.1
22
  model-index:
23
  - name: stealth-finance-v2-dpo-adapter
 
29
 
30
  # stealth-finance-v2-dpo-adapter
31
 
32
+ This model is a fine-tuned version of [TomGrc/FusionNet_7Bx2_MoE_v0.1](https://huggingface.co/TomGrc/FusionNet_7Bx2_MoE_v0.1) on the jan-hq/distilabel_dpo_pairs_binarized, the argilla/OpenHermes2.5-dpo-binarized-alpha, the jan-hq/capybara_dpo_binarized, the jan-hq/bagel_dpo_binarized, the jan-hq/ultrafeedback_preferences_cleaned_binarized, the jan-hq/openmath_instruct_dpo_binarized, the jan-hq/distil_math_dpo_binarized and the jan-hq/evol_codealpaca_dpo_binarized datasets.
33
  It achieves the following results on the evaluation set:
34
  - Loss: 0.1290
35
  - Rewards/chosen: -0.1799
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TomGrc/FusionNet_7Bx2_MoE_v0.1",
3
+ "architectures": [
4
+ "MixtralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 14336,
13
+ "max_position_embeddings": 32768,
14
+ "model_type": "mixtral",
15
+ "num_attention_heads": 32,
16
+ "num_experts_per_tok": 2,
17
+ "num_hidden_layers": 32,
18
+ "num_key_value_heads": 8,
19
+ "num_local_experts": 2,
20
+ "output_router_logits": false,
21
+ "quantization_config": {
22
+ "bnb_4bit_compute_dtype": "float16",
23
+ "bnb_4bit_quant_type": "nf4",
24
+ "bnb_4bit_use_double_quant": false,
25
+ "llm_int8_enable_fp32_cpu_offload": false,
26
+ "llm_int8_has_fp16_weight": false,
27
+ "llm_int8_skip_modules": null,
28
+ "llm_int8_threshold": 6.0,
29
+ "load_in_4bit": true,
30
+ "load_in_8bit": false,
31
+ "quant_method": "bitsandbytes"
32
+ },
33
+ "rms_norm_eps": 1e-05,
34
+ "rope_theta": 10000.0,
35
+ "router_aux_loss_coef": 0.001,
36
+ "sliding_window": null,
37
+ "tie_word_embeddings": false,
38
+ "torch_dtype": "bfloat16",
39
+ "transformers_version": "4.37.2",
40
+ "use_cache": true,
41
+ "vocab_size": 32000
42
+ }