NekoMikoReimu commited on
Commit
14e8772
1 Parent(s): 47efac3

Upload folder using huggingface_hub

Browse files
12_21_2023_progress/README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: falche/opennovel_oc2_01a_7b
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: out
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
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
15
+ # out
16
+
17
+ This model is a fine-tuned version of [falche/opennovel_oc2_01a_7b](https://huggingface.co/falche/opennovel_oc2_01a_7b) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.3955
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0002
39
+ - train_batch_size: 1
40
+ - eval_batch_size: 1
41
+ - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 3
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 6
46
+ - total_eval_batch_size: 3
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: cosine
49
+ - lr_scheduler_warmup_steps: 100
50
+ - num_epochs: 1
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:-----:|:-----:|:---------------:|
56
+ | 3.1649 | 0.0 | 1 | 3.3906 |
57
+ | 3.6247 | 0.05 | 528 | 3.7267 |
58
+ | 3.5584 | 0.1 | 1056 | 3.7235 |
59
+ | 3.4741 | 0.15 | 1584 | 3.7208 |
60
+ | 3.4915 | 0.2 | 2112 | 3.6959 |
61
+ | 3.4849 | 0.25 | 2640 | 3.6844 |
62
+ | 3.4466 | 0.3 | 3168 | 3.6704 |
63
+ | 3.2705 | 0.35 | 3696 | 3.6390 |
64
+ | 3.2936 | 0.4 | 4224 | 3.6249 |
65
+ | 3.4238 | 0.45 | 4752 | 3.6018 |
66
+ | 3.3485 | 0.5 | 5280 | 3.5783 |
67
+ | 3.2596 | 0.55 | 5808 | 3.5661 |
68
+ | 3.2277 | 0.6 | 6336 | 3.5371 |
69
+ | 3.2635 | 0.65 | 6864 | 3.5157 |
70
+ | 3.1735 | 0.7 | 7392 | 3.4962 |
71
+ | 3.1552 | 0.75 | 7920 | 3.4712 |
72
+ | 3.0954 | 0.8 | 8448 | 3.4501 |
73
+ | 3.09 | 0.85 | 8976 | 3.4298 |
74
+ | 3.1094 | 0.9 | 9504 | 3.4096 |
75
+ | 2.9722 | 0.95 | 10032 | 3.3955 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.34.1
81
+ - Pytorch 2.0.1+cu118
82
+ - Datasets 2.14.6
83
+ - Tokenizers 0.14.1
12_21_2023_progress/config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "falche/opennovel_oc2_01a_7b",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "bos_token_id": 0,
8
+ "eos_token_id": 0,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 11008,
13
+ "max_position_embeddings": 32768,
14
+ "model_type": "llama",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 32,
17
+ "num_key_value_heads": 32,
18
+ "pad_token_id": 1,
19
+ "pretraining_tp": 1,
20
+ "rms_norm_eps": 1e-06,
21
+ "rope_scaling": null,
22
+ "rope_theta": 500000,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.34.1",
26
+ "use_cache": false,
27
+ "vocab_size": 65024
28
+ }
12_21_2023_progress/generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "pad_token_id": 1,
6
+ "transformers_version": "4.34.1"
7
+ }
12_21_2023_progress/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a63d26916ed96a7b686516a34f2a029bc6360dee842fc64b443c94598a3c1e44
3
+ size 14017936677
12_21_2023_progress/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
12_21_2023_progress/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
12_21_2023_progress/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
12_21_2023_progress/tokenizer_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<|padding|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "65000": {
21
+ "content": "[PAD]",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "bos_token": "<|endoftext|>",
30
+ "clean_up_tokenization_spaces": true,
31
+ "eos_token": "<|endoftext|>",
32
+ "model_max_length": 1000000000000000019884624838656,
33
+ "pad_token": "[PAD]",
34
+ "tokenizer_class": "GPTNeoXTokenizer",
35
+ "trust_remote_code": false,
36
+ "unk_token": "<|endoftext|>",
37
+ "use_fast": true
38
+ }
12_21_2023_progress/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86756e665c69be190c3de2e236f3cb1a2a4bdb410bba7277fd198efa1b9a6a27
3
+ size 6011