Supreeth40 commited on
Commit
42f0631
1 Parent(s): 4fe4c52

Model save

Browse files
Files changed (3) hide show
  1. README.md +63 -1
  2. generation_config.json +13 -0
  3. model.safetensors +1 -1
README.md CHANGED
@@ -1,3 +1,65 @@
1
  ---
2
- license: unknown
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ base_model: facebook/bart-base
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - xsum
8
+ model-index:
9
+ - name: finetuned-bart-xsum
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
+ # finetuned-bart-xsum
17
+
18
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the xsum dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.4374
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 10
41
+ - eval_batch_size: 10
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 500
46
+ - num_epochs: 3
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 1.8225 | 0.56 | 1000 | 0.4618 |
54
+ | 0.4988 | 1.11 | 2000 | 0.4510 |
55
+ | 0.4358 | 1.67 | 3000 | 0.4439 |
56
+ | 0.4073 | 2.22 | 4000 | 0.4435 |
57
+ | 0.3748 | 2.78 | 5000 | 0.4392 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.38.2
63
+ - Pytorch 2.1.0+cu121
64
+ - Datasets 2.18.0
65
+ - Tokenizers 0.15.2
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 2,
5
+ "early_stopping": true,
6
+ "eos_token_id": 2,
7
+ "forced_bos_token_id": 0,
8
+ "forced_eos_token_id": 2,
9
+ "no_repeat_ngram_size": 3,
10
+ "num_beams": 4,
11
+ "pad_token_id": 1,
12
+ "transformers_version": "4.38.2"
13
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a49dd814bf881e6390955dfa78c7a3d045f107ce36871e4a3acd7b7a3ec351bc
3
  size 557912620
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b33912a042e8d729db00a0f78ef82955d8fe4af1165be900a192b55144d5b8
3
  size 557912620