jgibb commited on
Commit
5ac1400
·
verified ·
1 Parent(s): 29e442e

training completed[dev]: 512 128

Browse files
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-base
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: t-5_base_test_1
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
+ # t-5_base_test_1
15
+
16
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.2275
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: 2e-05
38
+ - train_batch_size: 6
39
+ - eval_batch_size: 6
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 1
44
+ - mixed_precision_training: Native AMP
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | No log | 0.13 | 250 | 1.3344 |
51
+ | 1.793 | 0.27 | 500 | 1.2824 |
52
+ | 1.793 | 0.4 | 750 | 1.2598 |
53
+ | 1.3637 | 0.53 | 1000 | 1.2439 |
54
+ | 1.3637 | 0.66 | 1250 | 1.2370 |
55
+ | 1.3241 | 0.8 | 1500 | 1.2305 |
56
+ | 1.3241 | 0.93 | 1750 | 1.2275 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.38.2
62
+ - Pytorch 2.2.1+cu121
63
+ - Datasets 2.18.0
64
+ - Tokenizers 0.15.2
all_results.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "test_loss": 1.2583799362182617,
3
+ "test_runtime": 10.68,
4
+ "test_samples_per_second": 35.3,
5
+ "test_steps_per_second": 5.899
6
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.38.2"
7
+ }
runs/Mar16_15-31-23_0291e62910dc/events.out.tfevents.1710603088.0291e62910dc.1017.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82dd70bb1ead87e2758517e5ed6de03c3311359b0758894983c8edd453ac17fa
3
- size 7071
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78617d01c1a7f3afef24c760a891b798dc4c1c741ec3687c1dbc6d8b3d64f561
3
+ size 8449
test_results.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "test_loss": 1.2583799362182617,
3
+ "test_runtime": 10.68,
4
+ "test_samples_per_second": 35.3,
5
+ "test_steps_per_second": 5.899
6
+ }