terry69 commited on
Commit
a1144ca
·
verified ·
1 Parent(s): 8e26d0a

Model save

Browse files
README.md CHANGED
@@ -2,13 +2,11 @@
2
  license: llama2
3
  library_name: peft
4
  tags:
5
- - alignment-handbook
6
  - trl
7
  - sft
 
8
  - generated_from_trainer
9
  base_model: meta-llama/Llama-2-7b-hf
10
- datasets:
11
- - HuggingFaceH4/ultrachat_200k
12
  model-index:
13
  - name: llama2-20p-POE
14
  results: []
@@ -19,9 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  # llama2-20p-POE
21
 
22
- This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the HuggingFaceH4/ultrachat_200k dataset.
23
- It achieves the following results on the evaluation set:
24
- - Loss: nan
25
 
26
  ## Model description
27
 
@@ -56,9 +52,6 @@ The following hyperparameters were used during training:
56
 
57
  ### Training results
58
 
59
- | Training Loss | Epoch | Step | Validation Loss |
60
- |:-------------:|:-----:|:----:|:---------------:|
61
- | 0.7327 | 1.0 | 1039 | nan |
62
 
63
 
64
  ### Framework versions
 
2
  license: llama2
3
  library_name: peft
4
  tags:
 
5
  - trl
6
  - sft
7
+ - alignment-handbook
8
  - generated_from_trainer
9
  base_model: meta-llama/Llama-2-7b-hf
 
 
10
  model-index:
11
  - name: llama2-20p-POE
12
  results: []
 
17
 
18
  # llama2-20p-POE
19
 
20
+ This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the None dataset.
 
 
21
 
22
  ## Model description
23
 
 
52
 
53
  ### Training results
54
 
 
 
 
55
 
56
 
57
  ### Framework versions
adapter_config.json CHANGED
@@ -19,12 +19,12 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "k_proj",
23
- "o_proj",
24
  "up_proj",
25
- "gate_proj",
26
- "down_proj",
27
  "q_proj",
 
 
 
28
  "v_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
 
22
  "up_proj",
23
+ "k_proj",
 
24
  "q_proj",
25
+ "down_proj",
26
+ "gate_proj",
27
+ "o_proj",
28
  "v_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af8b59a0f339223195ffda22e2cc190e5b99e802340991131a98cce499515eaf
3
  size 60089544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d370cf8d66f04acedfbae1d4d8d05426bcf20615ba409e1ded0bd718bca76c0f
3
  size 60089544
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 1.0,
3
- "train_loss": 0.7603742487735766,
4
- "train_runtime": 32307.7024,
5
- "train_samples": 33257,
6
- "train_samples_per_second": 1.029,
7
- "train_steps_per_second": 0.032
8
  }
 
1
  {
2
+ "epoch": 0.96,
3
+ "train_loss": 0.0,
4
+ "train_runtime": 0.0161,
5
+ "train_samples": 27020,
6
+ "train_samples_per_second": 1676083.975,
7
+ "train_steps_per_second": 52354.363
8
  }
runs/May03_15-11-58_ip-172-31-69-60.ec2.internal/events.out.tfevents.1714749305.ip-172-31-69-60.ec2.internal.10862.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b357e01c92dc4090b676eaa1e8347503d8b72698ed29bff76b0104920d488352
3
+ size 5066
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 2048,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 1.0,
3
- "train_loss": 0.7603742487735766,
4
- "train_runtime": 32307.7024,
5
- "train_samples": 33257,
6
- "train_samples_per_second": 1.029,
7
- "train_steps_per_second": 0.032
8
  }
 
1
  {
2
+ "epoch": 0.96,
3
+ "train_loss": 0.0,
4
+ "train_runtime": 0.0161,
5
+ "train_samples": 27020,
6
+ "train_samples_per_second": 1676083.975,
7
+ "train_steps_per_second": 52354.363
8
  }
trainer_state.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.9995189995189995,
5
  "eval_steps": 500,
6
- "global_step": 1039,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
@@ -1416,78 +1416,21 @@
1416
  "step": 1000
1417
  },
1418
  {
1419
- "epoch": 0.97,
1420
- "grad_norm": 0.10404789525698893,
1421
- "learning_rate": 6.518264651449779e-07,
1422
- "loss": 0.7771,
1423
- "step": 1005
1424
- },
1425
- {
1426
- "epoch": 0.97,
1427
- "grad_norm": 0.09905350029610553,
1428
- "learning_rate": 4.743499715179067e-07,
1429
- "loss": 0.7495,
1430
- "step": 1010
1431
- },
1432
- {
1433
- "epoch": 0.98,
1434
- "grad_norm": 0.08940324837180028,
1435
- "learning_rate": 3.249628053142884e-07,
1436
- "loss": 0.7587,
1437
- "step": 1015
1438
- },
1439
- {
1440
- "epoch": 0.98,
1441
- "grad_norm": 0.10668411274319571,
1442
- "learning_rate": 2.0370712837906037e-07,
1443
- "loss": 0.7657,
1444
- "step": 1020
1445
- },
1446
- {
1447
- "epoch": 0.99,
1448
- "grad_norm": 0.0933938060668371,
1449
- "learning_rate": 1.1061716294951118e-07,
1450
- "loss": 0.7493,
1451
- "step": 1025
1452
- },
1453
- {
1454
- "epoch": 0.99,
1455
- "grad_norm": 0.09579015452060988,
1456
- "learning_rate": 4.5719181996650705e-08,
1457
- "loss": 0.7677,
1458
- "step": 1030
1459
- },
1460
- {
1461
- "epoch": 1.0,
1462
- "grad_norm": 0.1038186774195005,
1463
- "learning_rate": 9.031501810174981e-09,
1464
- "loss": 0.7327,
1465
- "step": 1035
1466
- },
1467
- {
1468
- "epoch": 1.0,
1469
- "eval_loss": NaN,
1470
- "eval_runtime": 3002.6712,
1471
- "eval_samples_per_second": 0.769,
1472
- "eval_steps_per_second": 0.192,
1473
- "step": 1039
1474
- },
1475
- {
1476
- "epoch": 1.0,
1477
- "step": 1039,
1478
- "total_flos": 3.479777588753203e+16,
1479
- "train_loss": 0.7603742487735766,
1480
- "train_runtime": 32307.7024,
1481
- "train_samples_per_second": 1.029,
1482
- "train_steps_per_second": 0.032
1483
  }
1484
  ],
1485
  "logging_steps": 5,
1486
- "max_steps": 1039,
1487
  "num_input_tokens_seen": 0,
1488
  "num_train_epochs": 1,
1489
  "save_steps": 100,
1490
- "total_flos": 3.479777588753203e+16,
1491
  "train_batch_size": 4,
1492
  "trial_name": null,
1493
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.962000962000962,
5
  "eval_steps": 500,
6
+ "global_step": 1000,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
1416
  "step": 1000
1417
  },
1418
  {
1419
+ "epoch": 0.96,
1420
+ "step": 1000,
1421
+ "total_flos": 3.3476112847732736e+16,
1422
+ "train_loss": 0.0,
1423
+ "train_runtime": 0.0161,
1424
+ "train_samples_per_second": 1676083.975,
1425
+ "train_steps_per_second": 52354.363
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1426
  }
1427
  ],
1428
  "logging_steps": 5,
1429
+ "max_steps": 844,
1430
  "num_input_tokens_seen": 0,
1431
  "num_train_epochs": 1,
1432
  "save_steps": 100,
1433
+ "total_flos": 3.3476112847732736e+16,
1434
  "train_batch_size": 4,
1435
  "trial_name": null,
1436
  "trial_params": null
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2fa7a10ac6136e7849c5c631b07d76c63055ef105757f7af1a89431085e9e7bb
3
  size 6072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abedc56d858f39be9d29990c2dd98aa13e928d1420e5e2f5c14c5d669d84e4a4
3
  size 6072