End of training
Browse files- README.md +66 -0
- config.json +48 -0
- model.safetensors +3 -0
- runs/May30_17-59-03_one/events.out.tfevents.1717059543.one.682896.12 +3 -0
- runs/May30_17-59-03_one/events.out.tfevents.1717059785.one.682896.13 +3 -0
- runs/May30_18-31-59_one/events.out.tfevents.1717061519.one.682896.16 +3 -0
- runs/May30_18-36-59_one/events.out.tfevents.1717061819.one.682896.17 +3 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: ibm/TTM
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
model-index:
|
| 7 |
+
- name: fewshot_5
|
| 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 |
+
# fewshot_5
|
| 15 |
+
|
| 16 |
+
This model is a fine-tuned version of [ibm/TTM](https://huggingface.co/ibm/TTM) on an unknown dataset.
|
| 17 |
+
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 0.0422
|
| 19 |
+
|
| 20 |
+
## Model description
|
| 21 |
+
|
| 22 |
+
More information needed
|
| 23 |
+
|
| 24 |
+
## Intended uses & limitations
|
| 25 |
+
|
| 26 |
+
More information needed
|
| 27 |
+
|
| 28 |
+
## Training and evaluation data
|
| 29 |
+
|
| 30 |
+
More information needed
|
| 31 |
+
|
| 32 |
+
## Training procedure
|
| 33 |
+
|
| 34 |
+
### Training hyperparameters
|
| 35 |
+
|
| 36 |
+
The following hyperparameters were used during training:
|
| 37 |
+
- learning_rate: 0.001
|
| 38 |
+
- train_batch_size: 512
|
| 39 |
+
- eval_batch_size: 512
|
| 40 |
+
- seed: 42
|
| 41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 42 |
+
- lr_scheduler_type: linear
|
| 43 |
+
- num_epochs: 10
|
| 44 |
+
|
| 45 |
+
### Training results
|
| 46 |
+
|
| 47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
| 49 |
+
| 0.2328 | 1.0 | 24 | 0.0388 |
|
| 50 |
+
| 0.2256 | 2.0 | 48 | 0.0388 |
|
| 51 |
+
| 0.2207 | 3.0 | 72 | 0.0386 |
|
| 52 |
+
| 0.2165 | 4.0 | 96 | 0.0386 |
|
| 53 |
+
| 0.2132 | 5.0 | 120 | 0.0386 |
|
| 54 |
+
| 0.2084 | 6.0 | 144 | 0.0387 |
|
| 55 |
+
| 0.2033 | 7.0 | 168 | 0.0392 |
|
| 56 |
+
| 0.1971 | 8.0 | 192 | 0.0400 |
|
| 57 |
+
| 0.1911 | 9.0 | 216 | 0.0412 |
|
| 58 |
+
| 0.1836 | 10.0 | 240 | 0.0422 |
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
### Framework versions
|
| 62 |
+
|
| 63 |
+
- Transformers 4.41.1
|
| 64 |
+
- Pytorch 2.3.0+cu121
|
| 65 |
+
- Datasets 2.19.1
|
| 66 |
+
- Tokenizers 0.19.1
|
config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "ibm/TTM",
|
| 3 |
+
"adaptive_patching_levels": 3,
|
| 4 |
+
"architectures": [
|
| 5 |
+
"TinyTimeMixerForPrediction"
|
| 6 |
+
],
|
| 7 |
+
"context_length": 1024,
|
| 8 |
+
"d_model": 192,
|
| 9 |
+
"d_model_scale": 3,
|
| 10 |
+
"decoder_adaptive_patching_levels": 0,
|
| 11 |
+
"decoder_d_model": 128,
|
| 12 |
+
"decoder_d_model_scale": 2,
|
| 13 |
+
"decoder_mode": "common_channel",
|
| 14 |
+
"decoder_num_layers": 2,
|
| 15 |
+
"decoder_raw_residual": false,
|
| 16 |
+
"dropout": 0.2,
|
| 17 |
+
"expansion_factor": 2,
|
| 18 |
+
"frequency_token_vocab_size": 5,
|
| 19 |
+
"gated_attn": true,
|
| 20 |
+
"head_dropout": 0.2,
|
| 21 |
+
"init_processing": true,
|
| 22 |
+
"init_std": 0.02,
|
| 23 |
+
"loss": "mse",
|
| 24 |
+
"mode": "common_channel",
|
| 25 |
+
"model_type": "tinytimemixer",
|
| 26 |
+
"norm_eps": 1e-05,
|
| 27 |
+
"norm_mlp": "LayerNorm",
|
| 28 |
+
"num_input_channels": 1,
|
| 29 |
+
"num_layers": 2,
|
| 30 |
+
"num_patches": 16,
|
| 31 |
+
"patch_last": true,
|
| 32 |
+
"patch_length": 64,
|
| 33 |
+
"patch_stride": 64,
|
| 34 |
+
"positional_encoding_type": "sincos",
|
| 35 |
+
"post_init": false,
|
| 36 |
+
"prediction_channel_indices": null,
|
| 37 |
+
"prediction_filter_length": null,
|
| 38 |
+
"prediction_length": 96,
|
| 39 |
+
"resolution_prefix_tuning": false,
|
| 40 |
+
"scaling": "std",
|
| 41 |
+
"self_attn": false,
|
| 42 |
+
"self_attn_heads": 1,
|
| 43 |
+
"stride_ratio": 1,
|
| 44 |
+
"torch_dtype": "float32",
|
| 45 |
+
"transformers_version": "4.41.1",
|
| 46 |
+
"use_decoder": true,
|
| 47 |
+
"use_positional_encoding": false
|
| 48 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:970f0cc8ddeab0b0646e5340b9af167fdc69d073298b3750545e691d93421696
|
| 3 |
+
size 3804872
|
runs/May30_17-59-03_one/events.out.tfevents.1717059543.one.682896.12
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62bdc725169225cc69c7dd17dd083ef137e646a2cfaae0ab15c42dc6835cb1f0
|
| 3 |
+
size 13384
|
runs/May30_17-59-03_one/events.out.tfevents.1717059785.one.682896.13
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:740ea68a2d52825eaaf4906e88366f0dda7fcde4e3034a8ba0dd74fe0d417388
|
| 3 |
+
size 359
|
runs/May30_18-31-59_one/events.out.tfevents.1717061519.one.682896.16
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfa3ea2f1c40e550e49e8b84abddfbc43896efe49a9bf754de7162345035b5bf
|
| 3 |
+
size 10492
|
runs/May30_18-36-59_one/events.out.tfevents.1717061819.one.682896.17
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6553138b8e9c51b419d4bd80a75fd1d8d528619a4c3e8eabbb74a82bea564b95
|
| 3 |
+
size 10492
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b953ffea34dae960b8ff3dd37cc8282f722235615bca76fa9f2252a0bad3786
|
| 3 |
+
size 5048
|