nova-sqoin commited on
Commit
9cf93ad
1 Parent(s): e2e136a

End of training

Browse files
Files changed (18) hide show
  1. README.md +56 -0
  2. adapter_config.json +22 -0
  3. adapter_model.safetensors +3 -0
  4. runs/Nov20_09-10-51_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700467853.Ubuntu-2204-jammy-amd64-base.91825.0 +3 -0
  5. runs/Nov20_09-18-45_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700468326.Ubuntu-2204-jammy-amd64-base.91916.0 +3 -0
  6. runs/Nov20_09-23-19_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700468600.Ubuntu-2204-jammy-amd64-base.92001.0 +3 -0
  7. runs/Nov20_09-33-07_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700469187.Ubuntu-2204-jammy-amd64-base.92076.0 +3 -0
  8. runs/Nov20_11-44-39_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700477079.Ubuntu-2204-jammy-amd64-base.1040.0 +3 -0
  9. runs/Nov20_11-46-29_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700477189.Ubuntu-2204-jammy-amd64-base.1126.0 +3 -0
  10. runs/Nov20_11-47-24_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700477244.Ubuntu-2204-jammy-amd64-base.1197.0 +3 -0
  11. runs/Nov20_12-04-12_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700478252.Ubuntu-2204-jammy-amd64-base.2065.0 +3 -0
  12. runs/Nov20_12-49-38_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700480978.Ubuntu-2204-jammy-amd64-base.4403.0 +3 -0
  13. runs/Nov20_12-53-48_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700481228.Ubuntu-2204-jammy-amd64-base.4679.0 +3 -0
  14. runs/Nov20_13-09-43_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700482183.Ubuntu-2204-jammy-amd64-base.5332.0 +3 -0
  15. special_tokens_map.json +24 -0
  16. tokenizer.model +3 -0
  17. tokenizer_config.json +44 -0
  18. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: 01-ai/Yi-6B
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: results_modified
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # results_modified
15
+
16
+ This model is a fine-tuned version of [01-ai/Yi-6B](https://huggingface.co/01-ai/Yi-6B) on an unknown dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 0.0002
36
+ - train_batch_size: 1
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - gradient_accumulation_steps: 16
40
+ - total_train_batch_size: 16
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: constant
43
+ - lr_scheduler_warmup_ratio: 0.03
44
+ - num_epochs: 1
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+
50
+
51
+ ### Framework versions
52
+
53
+ - Transformers 4.35.2
54
+ - Pytorch 2.1.1+cu121
55
+ - Datasets 2.14.7
56
+ - Tokenizers 0.15.0
adapter_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "01-ai/Yi-6B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 16,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 8,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "model.embed_tokens"
20
+ ],
21
+ "task_type": "CAUSAL_LM"
22
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61dff6335abd04658a712f0edd8344355795ab91b12722d458a84a1e7cbe4b1b
3
+ size 2179352
runs/Nov20_09-10-51_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700467853.Ubuntu-2204-jammy-amd64-base.91825.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22d98fd8bfecf86ce698ec956d67dfc9a2d47c897b96c411b14baaabe53bcc88
3
+ size 4666
runs/Nov20_09-18-45_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700468326.Ubuntu-2204-jammy-amd64-base.91916.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49daa5e59654b48748683dd7a0064a520df155d5c924d53c053df9bd75e174b9
3
+ size 4665
runs/Nov20_09-23-19_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700468600.Ubuntu-2204-jammy-amd64-base.92001.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac936739182a5eb5bf674807dec4669f3aa50f3836814557ee3cd77ed8272b4c
3
+ size 4665
runs/Nov20_09-33-07_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700469187.Ubuntu-2204-jammy-amd64-base.92076.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db85b128a32820fbf7cf2ae1e6d21780266745e4740915d1b49bbeb56acb8e7e
3
+ size 4665
runs/Nov20_11-44-39_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700477079.Ubuntu-2204-jammy-amd64-base.1040.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e4dbbfc940d0f5cbc6d74bd874acfdfae9903dcbca1736c12817057001e0357
3
+ size 4664
runs/Nov20_11-46-29_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700477189.Ubuntu-2204-jammy-amd64-base.1126.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b2144c922b6bcf7cf9806cb8e9df524824f695188b867dcd857994f36fd0e78
3
+ size 4664
runs/Nov20_11-47-24_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700477244.Ubuntu-2204-jammy-amd64-base.1197.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:331a8e3bd4de0c5a572e7b6d19c15fe057086523294ee592e5a4ce9b61b419a7
3
+ size 4664
runs/Nov20_12-04-12_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700478252.Ubuntu-2204-jammy-amd64-base.2065.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88b484338fba176494ea44a671806ff2550cc58f06fb253a87f051a3dd6711a9
3
+ size 4664
runs/Nov20_12-49-38_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700480978.Ubuntu-2204-jammy-amd64-base.4403.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c0b68f96148b369e9398cb91db043b25551dfdeb14d44562cf4f00883cf505d
3
+ size 4792
runs/Nov20_12-53-48_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700481228.Ubuntu-2204-jammy-amd64-base.4679.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7afe33ab4cf7958a14433fec1bea0e7dbd61662e3e8f2db50d7fcfd92901db1b
3
+ size 5141
runs/Nov20_13-09-43_Ubuntu-2204-jammy-amd64-base/events.out.tfevents.1700482183.Ubuntu-2204-jammy-amd64-base.5332.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ec1133bd2922977f4f7cf95e8114cba18c61b561e2aecbe201e5855390fa216
3
+ size 5141
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386c49cf943d71aa110361135338c50e38beeff0a66593480421f37b319e1a39
3
+ size 1033105
tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<|startoftext|>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "<|endoftext|>",
23
+ "lstrip": false,
24
+ "normalized": true,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "auto_map": {
31
+ "AutoTokenizer": [
32
+ "01-ai/Yi-6B--tokenization_yi.YiTokenizer",
33
+ null
34
+ ]
35
+ },
36
+ "bos_token": "<|startoftext|>",
37
+ "clean_up_tokenization_spaces": false,
38
+ "eos_token": "<|endoftext|>",
39
+ "model_max_length": 4096,
40
+ "pad_token": "<|endoftext|>",
41
+ "sp_model_kwargs": {},
42
+ "tokenizer_class": "YiTokenizer",
43
+ "unk_token": "<unk>"
44
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9877ef23911892e013142b2f2d2acf10262ce84baba640980dc1bf2623f6a2cf
3
+ size 4600