olonok commited on
Commit
9aaf9e4
·
verified ·
1 Parent(s): 0af81a5

End of training

Browse files
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google-t5/t5-large
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: olonok_billsum_model
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # olonok_billsum_model
17
+
18
+ This model is a fine-tuned version of [google-t5/t5-large](https://huggingface.co/google-t5/t5-large) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: nan
21
+ - Rouge1: 0.1317
22
+ - Rouge2: 0.049
23
+ - Rougel: 0.1073
24
+ - Rougelsum: 0.1075
25
+ - Gen Len: 19.0
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 0.0002
45
+ - train_batch_size: 4
46
+ - eval_batch_size: 4
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 10
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
57
+ | No log | 1.0 | 248 | nan | 0.1317 | 0.049 | 0.1073 | 0.1075 | 19.0 |
58
+ | No log | 2.0 | 496 | nan | 0.1317 | 0.049 | 0.1073 | 0.1075 | 19.0 |
59
+ | 0.0 | 3.0 | 744 | nan | 0.1317 | 0.049 | 0.1073 | 0.1075 | 19.0 |
60
+ | 0.0 | 4.0 | 992 | nan | 0.1317 | 0.049 | 0.1073 | 0.1075 | 19.0 |
61
+ | 0.0 | 5.0 | 1240 | nan | 0.1317 | 0.049 | 0.1073 | 0.1075 | 19.0 |
62
+ | 0.0 | 6.0 | 1488 | nan | 0.1317 | 0.049 | 0.1073 | 0.1075 | 19.0 |
63
+ | 0.0 | 7.0 | 1736 | nan | 0.1317 | 0.049 | 0.1073 | 0.1075 | 19.0 |
64
+ | 0.0 | 8.0 | 1984 | nan | 0.1317 | 0.049 | 0.1073 | 0.1075 | 19.0 |
65
+ | 0.0 | 9.0 | 2232 | nan | 0.1317 | 0.049 | 0.1073 | 0.1075 | 19.0 |
66
+ | 0.0 | 10.0 | 2480 | nan | 0.1317 | 0.049 | 0.1073 | 0.1075 | 19.0 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.35.2
72
+ - Pytorch 2.1.0+cu121
73
+ - Datasets 2.17.1
74
+ - Tokenizers 0.15.2
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "google/long-t5-local-base",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "q",
23
- "v"
24
  ],
25
  "task_type": "SEQ_2_SEQ_LM",
26
  "use_rslora": false
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "google-t5/t5-large",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "v",
23
+ "q"
24
  ],
25
  "task_type": "SEQ_2_SEQ_LM",
26
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:38c8281653d3e13f065a9475959f0699185e95af51c4c7d307fb044f4eb501fe
3
- size 7098256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc80f7d6e492af56093fdb7ddedff48f75859b20ae1494c2f54b064b9778539a
3
+ size 18915328
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b47ab492d49d43bf471e4f1776004afeb32671fa5de0debfbb609370394a5f4
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13dbb9926a30dfad6ba95eb7e1c7078b53f06e86e1912bd92828a8166eb06f29
3
  size 4728