adamjweintraut commited on
Commit
da23d33
1 Parent(s): a95798c

bart-finetuned-kwsylchunk-64-8line

Browse files
Files changed (2) hide show
  1. README.md +59 -0
  2. generation_config.json +24 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/bart-large
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: bart-finetuned-kwsylchunk-64-8line
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # bart-finetuned-kwsylchunk-64-8line
15
+
16
+ This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.3752
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 64
39
+ - eval_batch_size: 64
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 3
44
+ - mixed_precision_training: Native AMP
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 2.1919 | 1.13 | 500 | 1.4809 |
51
+ | 1.4962 | 2.25 | 1000 | 1.3752 |
52
+
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.38.2
57
+ - Pytorch 2.2.1+cu121
58
+ - Datasets 2.19.0
59
+ - Tokenizers 0.15.2
generation_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "clean_up_tokenization_spaces": true,
4
+ "decoder_start_token_id": 2,
5
+ "do_sample": true,
6
+ "early_stopping": true,
7
+ "eos_token_id": 2,
8
+ "forced_bos_token_id": 0,
9
+ "forced_eos_token_id": 2,
10
+ "max_new_tokens": 64,
11
+ "n_examples": null,
12
+ "no_repeat_ngram_size": 2,
13
+ "num_beams": 4,
14
+ "pad_to_max_length": true,
15
+ "pad_token_id": 2,
16
+ "padding": "max_length",
17
+ "renormalize_logits": true,
18
+ "skip_special_tokens": true,
19
+ "temperature": 0.85,
20
+ "top_k": 0,
21
+ "top_p": 0.9,
22
+ "transformers_version": "4.38.2",
23
+ "truncation": true
24
+ }