Jingyu6 commited on
Commit
6e70396
·
1 Parent(s): 0da1b35

add models

Browse files
Files changed (1) hide show
  1. README.md +0 -76
README.md DELETED
@@ -1,76 +0,0 @@
1
- ---
2
- base_model: /data/junxiong/Llama-Mamba-3.2-3B-teacher-Llama-3.1-70B-Instruct-kl1.0-ce0.0-update/
3
- tags:
4
- - alignment-handbook
5
- - generated_from_trainer
6
- datasets:
7
- - HuggingFaceH4/ultrafeedback_binarized
8
- - HuggingFaceH4/orca_dpo_pairs
9
- - JunxiongWang/llama3-ultrafeedback-armorm
10
- model-index:
11
- - name: Llama-Mamba-3.2-3B-teacher-Llama-3.1-70B-Instruct-kl1.0-ce0.0-update-dpo-short
12
- results: []
13
- ---
14
-
15
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
- should probably proofread and complete it, then remove this comment. -->
17
-
18
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/together-research/huggingface/runs/lwnimjip)
19
- # Llama-Mamba-3.2-3B-teacher-Llama-3.1-70B-Instruct-kl1.0-ce0.0-update-dpo-short
20
-
21
- This model is a fine-tuned version of [/data/junxiong/Llama-Mamba-3.2-3B-teacher-Llama-3.1-70B-Instruct-kl1.0-ce0.0-update/](https://huggingface.co//data/junxiong/Llama-Mamba-3.2-3B-teacher-Llama-3.1-70B-Instruct-kl1.0-ce0.0-update/) on the HuggingFaceH4/ultrafeedback_binarized, the HuggingFaceH4/orca_dpo_pairs and the JunxiongWang/llama3-ultrafeedback-armorm datasets.
22
- It achieves the following results on the evaluation set:
23
- - Loss: 0.4802
24
- - Rewards/chosen: -2.0035
25
- - Rewards/rejected: -4.1751
26
- - Rewards/accuracies: 0.7929
27
- - Rewards/margins: 2.1716
28
- - Logps/rejected: -691.1746
29
- - Logps/chosen: -472.6584
30
- - Logits/rejected: -1.5357
31
- - Logits/chosen: -1.5952
32
-
33
- ## Model description
34
-
35
- More information needed
36
-
37
- ## Intended uses & limitations
38
-
39
- More information needed
40
-
41
- ## Training and evaluation data
42
-
43
- More information needed
44
-
45
- ## Training procedure
46
-
47
- ### Training hyperparameters
48
-
49
- The following hyperparameters were used during training:
50
- - learning_rate: 5e-07
51
- - train_batch_size: 4
52
- - eval_batch_size: 8
53
- - seed: 42
54
- - distributed_type: multi-GPU
55
- - num_devices: 8
56
- - total_train_batch_size: 32
57
- - total_eval_batch_size: 64
58
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
- - lr_scheduler_type: cosine
60
- - lr_scheduler_warmup_ratio: 0.1
61
- - num_epochs: 1
62
-
63
- ### Training results
64
-
65
- | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
66
- |:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
67
- | 0.5034 | 0.4798 | 2000 | 0.4988 | -1.5060 | -3.1448 | 0.7982 | 1.6388 | -588.1365 | -422.9025 | -1.5466 | -1.5856 |
68
- | 0.4894 | 0.9597 | 4000 | 0.4802 | -2.0035 | -4.1751 | 0.7929 | 2.1716 | -691.1746 | -472.6584 | -1.5357 | -1.5952 |
69
-
70
-
71
- ### Framework versions
72
-
73
- - Transformers 4.43.1
74
- - Pytorch 2.1.1+cu118
75
- - Datasets 2.20.0
76
- - Tokenizers 0.19.1