shorecode commited on
Commit
77d476a
·
verified ·
1 Parent(s): ddaab42

Training complete!

Browse files
README.md CHANGED
@@ -1,14 +1,12 @@
1
  ---
2
- library_name: transformers
3
- license: apache-2.0
4
  base_model: google/t5-efficient-tiny-nh8
 
 
5
  tags:
6
  - generated_from_trainer
7
  model-index:
8
  - name: t5-efficient-tiny-nh8-summarizer
9
  results: []
10
- datasets:
11
- - shorecode/summary-collection-60k-rows
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,30 +14,26 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # t5-efficient-tiny-nh8-summarizer
18
 
19
- This model is a fine-tuned version of [shorecode/t5-efficient-tiny-nh8-summarizer](https://huggingface.co/shorecode/t5-efficient-tiny-nh8-summarizer) on an unknown dataset.
20
- It achieves the following results on the evaluation set:
21
- - Loss: 0.6597
22
 
23
  ## Model description
24
 
25
- A general purpose text summarizer
26
 
27
  ## Intended uses & limitations
28
 
29
- General purpose text summarizer
30
 
31
  ## Training and evaluation data
32
 
33
- Trained and evaluated on shorecode/summary-collection-60k-rows
34
 
35
  ## Training procedure
36
 
37
- Trained using the Gradio SDK on Hugging Face Spaces using shared Zero GPU(s)
38
-
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
- - learning_rate: 0.00015000000000000001
43
  - train_batch_size: 63
44
  - eval_batch_size: 63
45
  - seed: 42
@@ -50,24 +44,12 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss |
54
- |:-------------:|:------:|:----:|:---------------:|
55
- | 1.0837 | 0.2663 | 200 | 0.9227 |
56
- | 0.9027 | 0.5326 | 400 | 0.8449 |
57
- | 0.842 | 0.7989 | 600 | 0.7949 |
58
- | 0.7971 | 1.0652 | 800 | 0.7585 |
59
- | 0.768 | 1.3316 | 1000 | 0.7288 |
60
- | 0.7359 | 1.5979 | 1200 | 0.7069 |
61
- | 0.7145 | 1.8642 | 1400 | 0.6898 |
62
- | 0.7047 | 2.1305 | 1600 | 0.6773 |
63
- | 0.6926 | 2.3968 | 1800 | 0.6678 |
64
- | 0.6855 | 2.6631 | 2000 | 0.6620 |
65
- | 0.68 | 2.9294 | 2200 | 0.6597 |
66
 
67
 
68
  ### Framework versions
69
 
 
70
  - Transformers 4.47.0
71
  - Pytorch 2.4.0+cu121
72
  - Datasets 3.0.0
73
- - Tokenizers 0.21.0
 
1
  ---
 
 
2
  base_model: google/t5-efficient-tiny-nh8
3
+ library_name: peft
4
+ license: apache-2.0
5
  tags:
6
  - generated_from_trainer
7
  model-index:
8
  - name: t5-efficient-tiny-nh8-summarizer
9
  results: []
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
14
 
15
  # t5-efficient-tiny-nh8-summarizer
16
 
17
+ This model is a fine-tuned version of [google/t5-efficient-tiny-nh8](https://huggingface.co/google/t5-efficient-tiny-nh8) 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: 0.0002
37
  - train_batch_size: 63
38
  - eval_batch_size: 63
39
  - seed: 42
 
44
 
45
  ### Training results
46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
 
49
  ### Framework versions
50
 
51
+ - PEFT 0.14.0
52
  - Transformers 4.47.0
53
  - Pytorch 2.4.0+cu121
54
  - Datasets 3.0.0
55
+ - Tokenizers 0.21.0
adapter_config.json CHANGED
@@ -4,7 +4,7 @@
4
  "base_model_class": "T5ForConditionalGeneration",
5
  "parent_library": "transformers.models.t5.modeling_t5"
6
  },
7
- "base_model_name_or_path": "google/t5-efficient-tiny",
8
  "bias": "none",
9
  "eva_config": null,
10
  "exclude_modules": null,
@@ -15,19 +15,19 @@
15
  "layers_pattern": null,
16
  "layers_to_transform": null,
17
  "loftq_config": {},
18
- "lora_alpha": 32,
19
  "lora_bias": false,
20
  "lora_dropout": 0.1,
21
  "megatron_config": null,
22
  "megatron_core": "megatron.core",
23
  "modules_to_save": null,
24
  "peft_type": "LORA",
25
- "r": 16,
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
- "q",
30
- "v"
31
  ],
32
  "task_type": null,
33
  "use_dora": false,
 
4
  "base_model_class": "T5ForConditionalGeneration",
5
  "parent_library": "transformers.models.t5.modeling_t5"
6
  },
7
+ "base_model_name_or_path": "google/t5-efficient-tiny-nh8",
8
  "bias": "none",
9
  "eva_config": null,
10
  "exclude_modules": null,
 
15
  "layers_pattern": null,
16
  "layers_to_transform": null,
17
  "loftq_config": {},
18
+ "lora_alpha": 8,
19
  "lora_bias": false,
20
  "lora_dropout": 0.1,
21
  "megatron_config": null,
22
  "megatron_core": "megatron.core",
23
  "modules_to_save": null,
24
  "peft_type": "LORA",
25
+ "r": 4,
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
+ "v",
30
+ "q"
31
  ],
32
  "task_type": null,
33
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b4ac9862e4a49d47812174682b056db803cb9a1b1c81ab83bd7e4aed852eff0
3
- size 793064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f37c3e4f30a6a5df380bd6993e2bbe4b3fe7c761a31690bb6274fff3e24cff39
3
+ size 203152
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:639711c33405bbf09f602e52ebfd3058526167da57c50ed1314590513f1c12fe
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54ba631ad7f037db6625df8b1984c9558bdff959c75d58765bcdf550a535821b
3
  size 5304