Commit
·
722c8d0
1
Parent(s):
20d1715
Training in progress epoch 0
Browse files- README.md +6 -10
- config.json +2 -2
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
model-index:
|
6 |
- name: juancopi81/mutopia_guitar_mmm
|
7 |
results: []
|
8 |
-
widget:
|
9 |
-
- text: "PIECE_START TIME_SIGNATURE=4_4 BPM=120 TRACK_START INST=0 DENSITY=2 BAR_START NOTE_ON=60"
|
10 |
-
example_title: "Time signature=4/4, BPM=120, First Note=Do"
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
@@ -15,10 +11,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# juancopi81/mutopia_guitar_mmm
|
17 |
|
18 |
-
This model
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Train Loss: 1.
|
21 |
-
- Validation Loss: 1.
|
22 |
- Epoch: 0
|
23 |
|
24 |
## Model description
|
@@ -38,19 +34,19 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'WarmUp', 'config': {'initial_learning_rate': 5e-05, 'decay_schedule_fn': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps':
|
42 |
- training_precision: mixed_float16
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Train Loss | Validation Loss | Epoch |
|
47 |
|:----------:|:---------------:|:-----:|
|
48 |
-
| 1.
|
49 |
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
-
- Transformers 4.21.
|
54 |
- TensorFlow 2.8.2
|
55 |
- Datasets 2.4.0
|
56 |
- Tokenizers 0.12.1
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_keras_callback
|
4 |
model-index:
|
5 |
- name: juancopi81/mutopia_guitar_mmm
|
6 |
results: []
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
11 |
|
12 |
# juancopi81/mutopia_guitar_mmm
|
13 |
|
14 |
+
This model was trained from scratch on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Train Loss: 1.0705
|
17 |
+
- Validation Loss: 1.3590
|
18 |
- Epoch: 0
|
19 |
|
20 |
## Model description
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
+
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'WarmUp', 'config': {'initial_learning_rate': 5e-05, 'decay_schedule_fn': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps': 9089, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, '__passive_serialization__': True}, 'warmup_steps': 1000, 'power': 1.0, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
|
38 |
- training_precision: mixed_float16
|
39 |
|
40 |
### Training results
|
41 |
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
+
| 1.0705 | 1.3590 | 0 |
|
45 |
|
46 |
|
47 |
### Framework versions
|
48 |
|
49 |
+
- Transformers 4.21.3
|
50 |
- TensorFlow 2.8.2
|
51 |
- Datasets 2.4.0
|
52 |
- Tokenizers 0.12.1
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -32,7 +32,7 @@
|
|
32 |
"max_length": 350
|
33 |
}
|
34 |
},
|
35 |
-
"transformers_version": "4.21.
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 588
|
38 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "juancopi81/mutopia_guitar_mmm",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
32 |
"max_length": 350
|
33 |
}
|
34 |
},
|
35 |
+
"transformers_version": "4.21.3",
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 588
|
38 |
}
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 345352296
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76ea025070f322de07a706b773f2766a40cbf962a95dc6ee9bbc41609d928e15
|
3 |
size 345352296
|