sehilnlf commited on
Commit
0bba6ee
1 Parent(s): 1aa4838
Files changed (3) hide show
  1. README.md +66 -0
  2. generation_config.json +12 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/bart-large
4
+ tags:
5
+ - text2text-generation
6
+ - generated_from_trainer
7
+ metrics:
8
+ - sacrebleu
9
+ model-index:
10
+ - name: model_v4
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
+ # model_v4
18
+
19
+ This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.5923
22
+ - Sacrebleu: 66.8982
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0001
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 32
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 8
46
+ - total_train_batch_size: 256
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 3
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
55
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|
56
+ | No log | 0.99 | 54 | 0.5823 | 66.2973 |
57
+ | No log | 1.99 | 109 | 0.6052 | 66.9169 |
58
+ | No log | 2.96 | 162 | 0.5923 | 66.8982 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.39.3
64
+ - Pytorch 2.1.2
65
+ - Datasets 2.18.0
66
+ - Tokenizers 0.15.2
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.39.3"
12
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2a48aaeaae7eb924c62f2aead6696cefd72ecfae207fcc164fc97f665bffec9
3
  size 1625426996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e171fe7934065f80401c204694b52a1e16da73d62fc279f25e77a05b155b46a3
3
  size 1625426996