vesteinn commited on
Commit
baf3660
·
verified ·
1 Parent(s): 84b019f

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +78 -3
  2. all_results.json +16 -0
  3. checkpoint-65000/config.json +31 -0
  4. checkpoint-65000/generation_config.json +6 -0
  5. checkpoint-65000/merges.txt +1 -0
  6. checkpoint-65000/model.safetensors +3 -0
  7. checkpoint-65000/optimizer.pt +3 -0
  8. checkpoint-65000/rng_state_0.pth +3 -0
  9. checkpoint-65000/rng_state_1.pth +3 -0
  10. checkpoint-65000/rng_state_2.pth +3 -0
  11. checkpoint-65000/rng_state_3.pth +3 -0
  12. checkpoint-65000/scaler.pt +3 -0
  13. checkpoint-65000/scheduler.pt +3 -0
  14. checkpoint-65000/special_tokens_map.json +23 -0
  15. checkpoint-65000/tokenizer.json +53 -0
  16. checkpoint-65000/tokenizer_config.json +21 -0
  17. checkpoint-65000/trainer_state.json +0 -0
  18. checkpoint-65000/training_args.bin +3 -0
  19. checkpoint-65000/vocab.json +1 -0
  20. checkpoint-70000/config.json +31 -0
  21. checkpoint-70000/generation_config.json +6 -0
  22. checkpoint-70000/merges.txt +1 -0
  23. checkpoint-70000/model.safetensors +3 -0
  24. checkpoint-70000/optimizer.pt +3 -0
  25. checkpoint-70000/rng_state_0.pth +3 -0
  26. checkpoint-70000/rng_state_1.pth +3 -0
  27. checkpoint-70000/rng_state_2.pth +3 -0
  28. checkpoint-70000/rng_state_3.pth +3 -0
  29. checkpoint-70000/scaler.pt +3 -0
  30. checkpoint-70000/scheduler.pt +3 -0
  31. checkpoint-70000/special_tokens_map.json +23 -0
  32. checkpoint-70000/tokenizer.json +53 -0
  33. checkpoint-70000/tokenizer_config.json +21 -0
  34. checkpoint-70000/trainer_state.json +0 -0
  35. checkpoint-70000/training_args.bin +3 -0
  36. checkpoint-70000/vocab.json +1 -0
  37. checkpoint-72380/config.json +31 -0
  38. checkpoint-72380/generation_config.json +6 -0
  39. checkpoint-72380/merges.txt +1 -0
  40. checkpoint-72380/model.safetensors +3 -0
  41. checkpoint-72380/optimizer.pt +3 -0
  42. checkpoint-72380/rng_state_0.pth +3 -0
  43. checkpoint-72380/rng_state_1.pth +3 -0
  44. checkpoint-72380/rng_state_2.pth +3 -0
  45. checkpoint-72380/rng_state_3.pth +3 -0
  46. checkpoint-72380/scaler.pt +3 -0
  47. checkpoint-72380/scheduler.pt +3 -0
  48. checkpoint-72380/special_tokens_map.json +23 -0
  49. checkpoint-72380/tokenizer.json +53 -0
  50. checkpoint-72380/tokenizer_config.json +21 -0
README.md CHANGED
@@ -1,3 +1,78 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: dna_model
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # dna_model
16
+
17
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.0299
20
+ - Accuracy: 0.5324
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0003
40
+ - train_batch_size: 64
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - distributed_type: multi-GPU
44
+ - num_devices: 4
45
+ - total_train_batch_size: 256
46
+ - total_eval_batch_size: 32
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 1000
50
+ - num_epochs: 10.0
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
56
+ |:-------------:|:------:|:-----:|:---------------:|:--------:|
57
+ | 1.1252 | 0.6908 | 5000 | 1.1206 | 0.4745 |
58
+ | 1.0835 | 1.3816 | 10000 | 1.0814 | 0.4991 |
59
+ | 1.0641 | 2.0724 | 15000 | 1.0639 | 0.5103 |
60
+ | 1.0563 | 2.7632 | 20000 | 1.0547 | 0.5163 |
61
+ | 1.0504 | 3.4540 | 25000 | 1.0486 | 0.5204 |
62
+ | 1.0439 | 4.1448 | 30000 | 1.0439 | 0.5233 |
63
+ | 1.0425 | 4.8356 | 35000 | 1.0407 | 0.5254 |
64
+ | 1.0365 | 5.5264 | 40000 | 1.0380 | 0.5271 |
65
+ | 1.0325 | 6.2172 | 45000 | 1.0361 | 0.5284 |
66
+ | 1.0322 | 6.9080 | 50000 | 1.0341 | 0.5296 |
67
+ | 1.0307 | 7.5988 | 55000 | 1.0328 | 0.5305 |
68
+ | 1.0267 | 8.2896 | 60000 | 1.0316 | 0.5313 |
69
+ | 1.0273 | 8.9804 | 65000 | 1.0306 | 0.5320 |
70
+ | 1.027 | 9.6712 | 70000 | 1.0299 | 0.5324 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.52.0.dev0
76
+ - Pytorch 2.3.0+cu121
77
+ - Datasets 3.0.0
78
+ - Tokenizers 0.21.1
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_accuracy": 0.5323623139821072,
4
+ "eval_loss": 1.029943823814392,
5
+ "eval_runtime": 721.9591,
6
+ "eval_samples": 205861,
7
+ "eval_samples_per_second": 285.142,
8
+ "eval_steps_per_second": 8.912,
9
+ "perplexity": 2.8009084859245172,
10
+ "total_flos": 9.683106445125485e+18,
11
+ "train_loss": 1.0569831334908848,
12
+ "train_runtime": 55085.3166,
13
+ "train_samples": 1852919,
14
+ "train_samples_per_second": 336.373,
15
+ "train_steps_per_second": 1.314
16
+ }
checkpoint-65000/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPT2LMHeadModel"
5
+ ],
6
+ "attn_pdrop": 0.1,
7
+ "bos_token_id": 50256,
8
+ "embd_pdrop": 0.1,
9
+ "eos_token_id": 50256,
10
+ "initializer_range": 0.02,
11
+ "layer_norm_epsilon": 1e-05,
12
+ "model_type": "gpt2",
13
+ "n_embd": 768,
14
+ "n_head": 12,
15
+ "n_inner": null,
16
+ "n_layer": 12,
17
+ "n_positions": 1024,
18
+ "reorder_and_upcast_attn": false,
19
+ "resid_pdrop": 0.1,
20
+ "scale_attn_by_inverse_layer_idx": false,
21
+ "scale_attn_weights": true,
22
+ "summary_activation": null,
23
+ "summary_first_dropout": 0.1,
24
+ "summary_proj_to_labels": true,
25
+ "summary_type": "cls_index",
26
+ "summary_use_proj": true,
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.52.0.dev0",
29
+ "use_cache": true,
30
+ "vocab_size": 5
31
+ }
checkpoint-65000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.52.0.dev0"
6
+ }
checkpoint-65000/merges.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ #version: 0.2
checkpoint-65000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0b2555f6669e4ccea28c5ca35ca80703169550c0089256aef6f76de2fb02c03
3
+ size 343400064
checkpoint-65000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90b816e703a34fa1d32bb6a8ab69151a6094d3d559265e1abde89cacb4d87f62
3
+ size 686894010
checkpoint-65000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a73a83b1c17f13cda5530062a0df264cb7442b67bef02fa6d887e5c28bad11ae
3
+ size 14960
checkpoint-65000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b193f708cbd330ff0c9344e6b41e847f8fc3944ac5894b34157b1867d2df2b72
3
+ size 14960
checkpoint-65000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38febdeb5d9aabe5b12704ae9ba82c3a576d9abd99c1ad82f0d4f1b455f9ac53
3
+ size 14960
checkpoint-65000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:777f88144775fe8de99b4817ca0fdff9b09cd701f79f6d84d35f15d064018e27
3
+ size 14960
checkpoint-65000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fecf213c35ff38444ea6916370882432e71bfe60a14e22fef3af0107af356e7
3
+ size 988
checkpoint-65000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37b25fb6861357a59b677028c1ca6445fb652f33d7914a60e59280a0be350c36
3
+ size 1064
checkpoint-65000/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
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
+ "unk_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
checkpoint-65000/tokenizer.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "<|endoftext|>",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": true,
13
+ "special": true
14
+ }
15
+ ],
16
+ "normalizer": null,
17
+ "pre_tokenizer": {
18
+ "type": "ByteLevel",
19
+ "add_prefix_space": false,
20
+ "trim_offsets": true,
21
+ "use_regex": true
22
+ },
23
+ "post_processor": {
24
+ "type": "ByteLevel",
25
+ "add_prefix_space": true,
26
+ "trim_offsets": false,
27
+ "use_regex": true
28
+ },
29
+ "decoder": {
30
+ "type": "ByteLevel",
31
+ "add_prefix_space": true,
32
+ "trim_offsets": true,
33
+ "use_regex": true
34
+ },
35
+ "model": {
36
+ "type": "BPE",
37
+ "dropout": null,
38
+ "unk_token": null,
39
+ "continuing_subword_prefix": "",
40
+ "end_of_word_suffix": "",
41
+ "fuse_unk": false,
42
+ "byte_fallback": false,
43
+ "ignore_merges": false,
44
+ "vocab": {
45
+ "<|endoftext|>": 0,
46
+ "A": 1,
47
+ "C": 2,
48
+ "G": 3,
49
+ "T": 4
50
+ },
51
+ "merges": []
52
+ }
53
+ }
checkpoint-65000/tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": false,
15
+ "eos_token": "<|endoftext|>",
16
+ "errors": "replace",
17
+ "extra_special_tokens": {},
18
+ "model_max_length": 1000000000000000019884624838656,
19
+ "tokenizer_class": "GPT2Tokenizer",
20
+ "unk_token": "<|endoftext|>"
21
+ }
checkpoint-65000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-65000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e8fb7657adc13bdcaf635b1c6fb616dd082a6870cdd6aecd3b669d8cac0873
3
+ size 5304
checkpoint-65000/vocab.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"<|endoftext|>":0,"A":1,"C":2,"G":3,"T":4}
checkpoint-70000/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPT2LMHeadModel"
5
+ ],
6
+ "attn_pdrop": 0.1,
7
+ "bos_token_id": 50256,
8
+ "embd_pdrop": 0.1,
9
+ "eos_token_id": 50256,
10
+ "initializer_range": 0.02,
11
+ "layer_norm_epsilon": 1e-05,
12
+ "model_type": "gpt2",
13
+ "n_embd": 768,
14
+ "n_head": 12,
15
+ "n_inner": null,
16
+ "n_layer": 12,
17
+ "n_positions": 1024,
18
+ "reorder_and_upcast_attn": false,
19
+ "resid_pdrop": 0.1,
20
+ "scale_attn_by_inverse_layer_idx": false,
21
+ "scale_attn_weights": true,
22
+ "summary_activation": null,
23
+ "summary_first_dropout": 0.1,
24
+ "summary_proj_to_labels": true,
25
+ "summary_type": "cls_index",
26
+ "summary_use_proj": true,
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.52.0.dev0",
29
+ "use_cache": true,
30
+ "vocab_size": 5
31
+ }
checkpoint-70000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.52.0.dev0"
6
+ }
checkpoint-70000/merges.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ #version: 0.2
checkpoint-70000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7694d2d4deca5552713678b7ba3a98015adc907157087d06374e8759397a9704
3
+ size 343400064
checkpoint-70000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:044069d2fe8a5554e5399ab1cbb2bf808bff35ff185a0141569bfcb3bd777b95
3
+ size 686894010
checkpoint-70000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dec82c95e8817f8b4a9d63e77c0f6b5b52a0e039a9397117bc95a18374acfb7
3
+ size 14960
checkpoint-70000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdd996c2bdddb8f92975bb79265833d12d6478a586ba1b97e4281358d5dca6f3
3
+ size 14960
checkpoint-70000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f89b14efe50937d062b0eb38eb7917537ab35011b36cf6050f8736af97eda57c
3
+ size 14960
checkpoint-70000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acbb453cfd80542114994513f8203a5b3b87f5757bf87f3caf54bee3ab7609eb
3
+ size 14960
checkpoint-70000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73c747ac36afcda69f34e348853d519b2859b2dbf2765547178b534ad53d9215
3
+ size 988
checkpoint-70000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac1e915b201c2bf73c557406f586b44f202512a9f35a7541fc5a357a0622ce3f
3
+ size 1064
checkpoint-70000/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
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
+ "unk_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
checkpoint-70000/tokenizer.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "<|endoftext|>",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": true,
13
+ "special": true
14
+ }
15
+ ],
16
+ "normalizer": null,
17
+ "pre_tokenizer": {
18
+ "type": "ByteLevel",
19
+ "add_prefix_space": false,
20
+ "trim_offsets": true,
21
+ "use_regex": true
22
+ },
23
+ "post_processor": {
24
+ "type": "ByteLevel",
25
+ "add_prefix_space": true,
26
+ "trim_offsets": false,
27
+ "use_regex": true
28
+ },
29
+ "decoder": {
30
+ "type": "ByteLevel",
31
+ "add_prefix_space": true,
32
+ "trim_offsets": true,
33
+ "use_regex": true
34
+ },
35
+ "model": {
36
+ "type": "BPE",
37
+ "dropout": null,
38
+ "unk_token": null,
39
+ "continuing_subword_prefix": "",
40
+ "end_of_word_suffix": "",
41
+ "fuse_unk": false,
42
+ "byte_fallback": false,
43
+ "ignore_merges": false,
44
+ "vocab": {
45
+ "<|endoftext|>": 0,
46
+ "A": 1,
47
+ "C": 2,
48
+ "G": 3,
49
+ "T": 4
50
+ },
51
+ "merges": []
52
+ }
53
+ }
checkpoint-70000/tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": false,
15
+ "eos_token": "<|endoftext|>",
16
+ "errors": "replace",
17
+ "extra_special_tokens": {},
18
+ "model_max_length": 1000000000000000019884624838656,
19
+ "tokenizer_class": "GPT2Tokenizer",
20
+ "unk_token": "<|endoftext|>"
21
+ }
checkpoint-70000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-70000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e8fb7657adc13bdcaf635b1c6fb616dd082a6870cdd6aecd3b669d8cac0873
3
+ size 5304
checkpoint-70000/vocab.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"<|endoftext|>":0,"A":1,"C":2,"G":3,"T":4}
checkpoint-72380/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPT2LMHeadModel"
5
+ ],
6
+ "attn_pdrop": 0.1,
7
+ "bos_token_id": 50256,
8
+ "embd_pdrop": 0.1,
9
+ "eos_token_id": 50256,
10
+ "initializer_range": 0.02,
11
+ "layer_norm_epsilon": 1e-05,
12
+ "model_type": "gpt2",
13
+ "n_embd": 768,
14
+ "n_head": 12,
15
+ "n_inner": null,
16
+ "n_layer": 12,
17
+ "n_positions": 1024,
18
+ "reorder_and_upcast_attn": false,
19
+ "resid_pdrop": 0.1,
20
+ "scale_attn_by_inverse_layer_idx": false,
21
+ "scale_attn_weights": true,
22
+ "summary_activation": null,
23
+ "summary_first_dropout": 0.1,
24
+ "summary_proj_to_labels": true,
25
+ "summary_type": "cls_index",
26
+ "summary_use_proj": true,
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.52.0.dev0",
29
+ "use_cache": true,
30
+ "vocab_size": 5
31
+ }
checkpoint-72380/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.52.0.dev0"
6
+ }
checkpoint-72380/merges.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ #version: 0.2
checkpoint-72380/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f92899f4db195c8aeb912724ff986896242eb0429b37aee778d302e21091c9de
3
+ size 343400064
checkpoint-72380/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18b7cdf65c9d9b0e5f7cc5a0eefff555fa183b157836316032bf3cb608879251
3
+ size 686894010
checkpoint-72380/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c25515ce626b4abe5a87054259fda00aa4607c6b55105ce503dbf9685168014
3
+ size 14960
checkpoint-72380/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a36cd014a4704101a9bf0bc9cd1ea746333e0872d4713feebc6f28b65046aaf6
3
+ size 14960
checkpoint-72380/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d066faeaef510c6df230bdde787d1a47cc41fa100a5cc9b52c590ddb31b737b0
3
+ size 14960
checkpoint-72380/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12b7e7097bc6610ab93b5b8495ffb37a797cf3694d6cacb86f7a320518ca5b80
3
+ size 14960
checkpoint-72380/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5aa1e803a71b8195096e7e8434c59a48b7e733ca69258660b62b3f2d5128a2e0
3
+ size 988
checkpoint-72380/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:134bc570b6bcd834acbb92457d0f89b92c86b5647b77c08c7ea37da87f1eeeb1
3
+ size 1064
checkpoint-72380/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
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
+ "unk_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
checkpoint-72380/tokenizer.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "<|endoftext|>",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": true,
13
+ "special": true
14
+ }
15
+ ],
16
+ "normalizer": null,
17
+ "pre_tokenizer": {
18
+ "type": "ByteLevel",
19
+ "add_prefix_space": false,
20
+ "trim_offsets": true,
21
+ "use_regex": true
22
+ },
23
+ "post_processor": {
24
+ "type": "ByteLevel",
25
+ "add_prefix_space": true,
26
+ "trim_offsets": false,
27
+ "use_regex": true
28
+ },
29
+ "decoder": {
30
+ "type": "ByteLevel",
31
+ "add_prefix_space": true,
32
+ "trim_offsets": true,
33
+ "use_regex": true
34
+ },
35
+ "model": {
36
+ "type": "BPE",
37
+ "dropout": null,
38
+ "unk_token": null,
39
+ "continuing_subword_prefix": "",
40
+ "end_of_word_suffix": "",
41
+ "fuse_unk": false,
42
+ "byte_fallback": false,
43
+ "ignore_merges": false,
44
+ "vocab": {
45
+ "<|endoftext|>": 0,
46
+ "A": 1,
47
+ "C": 2,
48
+ "G": 3,
49
+ "T": 4
50
+ },
51
+ "merges": []
52
+ }
53
+ }
checkpoint-72380/tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": false,
15
+ "eos_token": "<|endoftext|>",
16
+ "errors": "replace",
17
+ "extra_special_tokens": {},
18
+ "model_max_length": 1000000000000000019884624838656,
19
+ "tokenizer_class": "GPT2Tokenizer",
20
+ "unk_token": "<|endoftext|>"
21
+ }