Training in progress epoch 0
Browse files- README.md +53 -0
- config.json +45 -0
- logs/train/events.out.tfevents.1651592905.93dc2b7f2684.33.0.v2 +3 -0
- logs/train/events.out.tfevents.1651592907.93dc2b7f2684.profile-empty +3 -0
- logs/train/plugins/profile/2022_05_03_15_48_27/93dc2b7f2684.input_pipeline.pb +3 -0
- logs/train/plugins/profile/2022_05_03_15_48_27/93dc2b7f2684.kernel_stats.pb +3 -0
- logs/train/plugins/profile/2022_05_03_15_48_27/93dc2b7f2684.memory_profile.json.gz +3 -0
- logs/train/plugins/profile/2022_05_03_15_48_27/93dc2b7f2684.overview_page.pb +3 -0
- logs/train/plugins/profile/2022_05_03_15_48_27/93dc2b7f2684.tensorflow_stats.pb +3 -0
- logs/train/plugins/profile/2022_05_03_15_48_27/93dc2b7f2684.trace.json.gz +3 -0
- logs/train/plugins/profile/2022_05_03_15_48_27/93dc2b7f2684.xplane.pb +3 -0
- logs/validation/events.out.tfevents.1651594582.93dc2b7f2684.33.1.v2 +3 -0
- merges.txt +0 -0
- special_tokens_map.json +1 -0
- tf_model.h5 +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_keras_callback
|
5 |
+
model-index:
|
6 |
+
- name: mak109/distilgpt2-finetuned-lyrics
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
11 |
+
probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# mak109/distilgpt2-finetuned-lyrics
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 3.2803
|
18 |
+
- Validation Loss: 3.1504
|
19 |
+
- Epoch: 0
|
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 |
+
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': 2e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weight_decay_rate': 0.01}
|
39 |
+
- training_precision: float32
|
40 |
+
|
41 |
+
### Training results
|
42 |
+
|
43 |
+
| Train Loss | Validation Loss | Epoch |
|
44 |
+
|:----------:|:---------------:|:-----:|
|
45 |
+
| 3.2803 | 3.1504 | 0 |
|
46 |
+
|
47 |
+
|
48 |
+
### Framework versions
|
49 |
+
|
50 |
+
- Transformers 4.18.0
|
51 |
+
- TensorFlow 2.6.3
|
52 |
+
- Datasets 2.1.0
|
53 |
+
- Tokenizers 0.12.1
|
config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilgpt2",
|
3 |
+
"_num_labels": 1,
|
4 |
+
"activation_function": "gelu_new",
|
5 |
+
"architectures": [
|
6 |
+
"GPT2LMHeadModel"
|
7 |
+
],
|
8 |
+
"attn_pdrop": 0.1,
|
9 |
+
"bos_token_id": 50256,
|
10 |
+
"embd_pdrop": 0.1,
|
11 |
+
"eos_token_id": 50256,
|
12 |
+
"id2label": {
|
13 |
+
"0": "LABEL_0"
|
14 |
+
},
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"label2id": {
|
17 |
+
"LABEL_0": 0
|
18 |
+
},
|
19 |
+
"layer_norm_epsilon": 1e-05,
|
20 |
+
"model_type": "gpt2",
|
21 |
+
"n_ctx": 1024,
|
22 |
+
"n_embd": 768,
|
23 |
+
"n_head": 12,
|
24 |
+
"n_inner": null,
|
25 |
+
"n_layer": 6,
|
26 |
+
"n_positions": 1024,
|
27 |
+
"reorder_and_upcast_attn": false,
|
28 |
+
"resid_pdrop": 0.1,
|
29 |
+
"scale_attn_by_inverse_layer_idx": false,
|
30 |
+
"scale_attn_weights": true,
|
31 |
+
"summary_activation": null,
|
32 |
+
"summary_first_dropout": 0.1,
|
33 |
+
"summary_proj_to_labels": true,
|
34 |
+
"summary_type": "cls_index",
|
35 |
+
"summary_use_proj": true,
|
36 |
+
"task_specific_params": {
|
37 |
+
"text-generation": {
|
38 |
+
"do_sample": true,
|
39 |
+
"max_length": 50
|
40 |
+
}
|
41 |
+
},
|
42 |
+
"transformers_version": "4.18.0",
|
43 |
+
"use_cache": true,
|
44 |
+
"vocab_size": 50257
|
45 |
+
}
|
logs/train/events.out.tfevents.1651592905.93dc2b7f2684.33.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84a2b694fec37aede6593ae9776cc93e3451e977085fb48e76817138dab0913f
|
3 |
+
size 1220610
|
logs/train/events.out.tfevents.1651592907.93dc2b7f2684.profile-empty
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7203146736e38b676157a285e9d8b3baa933f516b2053da4781c6a7e212052e5
|
3 |
+
size 40
|
logs/train/plugins/profile/2022_05_03_15_48_27/93dc2b7f2684.input_pipeline.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:067ca11f5801195df8515fb6709489d9e398fe2bea9efe521eda7676473b9518
|
3 |
+
size 3051
|
logs/train/plugins/profile/2022_05_03_15_48_27/93dc2b7f2684.kernel_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fa87cefd08d334688f01c146449dee1ad7c2c8cb747117b24037a7fd4acd84c
|
3 |
+
size 293679
|
logs/train/plugins/profile/2022_05_03_15_48_27/93dc2b7f2684.memory_profile.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f87d9debc614d4e0fff69cefda97df29be953a22791238446b9c83ec17f8f67
|
3 |
+
size 34281
|
logs/train/plugins/profile/2022_05_03_15_48_27/93dc2b7f2684.overview_page.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:668d9d6f60cec12b5193d667260bb7cb009caa93ff23bcec8044da9ed8133db4
|
3 |
+
size 5754
|
logs/train/plugins/profile/2022_05_03_15_48_27/93dc2b7f2684.tensorflow_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6995016cb9ce592ad26f1825dcf3de738db31372da82876c25992b28ea885b2f
|
3 |
+
size 157281
|
logs/train/plugins/profile/2022_05_03_15_48_27/93dc2b7f2684.trace.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb8ef9d2171011fdbf6aa4311de42fe086770b0a0801dccc72aaea51e4a88222
|
3 |
+
size 146974
|
logs/train/plugins/profile/2022_05_03_15_48_27/93dc2b7f2684.xplane.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50d85a47bd36d8ccdc946da33eb431bfebcc04ee03d381090d356f113b001ead
|
3 |
+
size 1010756
|
logs/validation/events.out.tfevents.1651594582.93dc2b7f2684.33.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ff39a9b2653e135598ca2d5723d122c4cd077f571202bc5e28f2016c5bc2514
|
3 |
+
size 194
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b1687bc55ab31891c6862db4c87b24c55e8efa5092d7e8ef78b0c3428b93256
|
3 |
+
size 327744824
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "distilgpt2", "tokenizer_class": "GPT2Tokenizer"}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|