csb05 commited on
Commit
e966d68
·
verified ·
1 Parent(s): db4c9df

Model save

Browse files
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google/flan-t5-base
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: Flan-T5
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
+ # Flan-T5
16
+
17
+ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 4
38
+ - eval_batch_size: 4
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 2
41
+ - total_train_batch_size: 8
42
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 1
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
49
+ |:-------------:|:------:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
50
+ | No log | 0.9811 | 26 | nan | 5.1047 | 1.1324 | 4.1953 | 4.1537 | 15.8333 |
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.47.1
56
+ - Pytorch 2.6.0+cu124
57
+ - Datasets 3.2.0
58
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.47.1"
6
+ }
logs/events.out.tfevents.1738255089.1fc61bf039ec.2442.3 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6cbcfed0add9b1e667c8c0198cfdb6784924e2724a2551bf95ff6504045a7874
3
- size 6154
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:657d2efb21c6f2aac12e284e8bf25bc6ccfa0c822909b190d5acf38a4988eca5
3
+ size 12220