Sudarshan00 commited on
Commit
16843db
1 Parent(s): 97ef98e

Model save

Browse files
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: facebook/bart-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: summarize_model_2
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # summarize_model_2
18
+
19
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.9198
22
+ - Rouge1: 0.2393
23
+ - Rouge2: 0.1023
24
+ - Rougel: 0.1976
25
+ - Rougelsum: 0.2243
26
+ - Gen Len: 20.0
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 4
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
57
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
58
+ | No log | 1.0 | 100 | 1.9729 | 0.2374 | 0.099 | 0.1962 | 0.2216 | 20.0 |
59
+ | No log | 2.0 | 200 | 1.9565 | 0.2398 | 0.1018 | 0.1972 | 0.2238 | 20.0 |
60
+ | No log | 3.0 | 300 | 1.9241 | 0.2377 | 0.0991 | 0.1959 | 0.2215 | 20.0 |
61
+ | No log | 4.0 | 400 | 1.9198 | 0.2393 | 0.1023 | 0.1976 | 0.2243 | 20.0 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.46.3
67
+ - Pytorch 2.5.1+cu121
68
+ - Datasets 3.1.0
69
+ - Tokenizers 0.20.3
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "early_stopping": true,
5
+ "eos_token_id": 2,
6
+ "forced_bos_token_id": 0,
7
+ "forced_eos_token_id": 2,
8
+ "no_repeat_ngram_size": 3,
9
+ "num_beams": 4,
10
+ "pad_token_id": 1,
11
+ "transformers_version": "4.46.3"
12
+ }
runs/Dec06_01-13-16_fe3dc0b6f58a/events.out.tfevents.1733447607.fe3dc0b6f58a.766.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0301764dfb1d730744cb1be02ee11268bbb88262c3c1264fad6004d5073905c9
3
- size 7810
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6cda137d2f73548f5ed33bf3e0830c13ffd9b3b3ab0847f24b9940e2907947e
3
+ size 8689