adamjweintraut
commited on
Commit
•
59c715d
1
Parent(s):
ad1a026
bart-finetuned-kwsylgen-64-simple_input_BARTlarge
Browse files
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-kwsylgen-64-simple_input_BARTlarge
|
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-kwsylgen-64-simple_input_BARTlarge
|
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: 0.1785
|
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.0641 | 0.18 | 500 | 0.2451 |
|
51 |
+
| 0.2194 | 0.36 | 1000 | 0.2228 |
|
52 |
+
| 0.1989 | 0.54 | 1500 | 0.2086 |
|
53 |
+
| 0.1888 | 0.72 | 2000 | 0.2027 |
|
54 |
+
| 0.177 | 0.9 | 2500 | 0.1976 |
|
55 |
+
| 0.1703 | 1.08 | 3000 | 0.1933 |
|
56 |
+
| 0.1647 | 1.26 | 3500 | 0.1928 |
|
57 |
+
| 0.159 | 1.44 | 4000 | 0.1890 |
|
58 |
+
| 0.1538 | 1.61 | 4500 | 0.1864 |
|
59 |
+
| 0.151 | 1.79 | 5000 | 0.1857 |
|
60 |
+
| 0.1471 | 1.97 | 5500 | 0.1828 |
|
61 |
+
| 0.1436 | 2.15 | 6000 | 0.1814 |
|
62 |
+
| 0.1435 | 2.33 | 6500 | 0.1806 |
|
63 |
+
| 0.141 | 2.51 | 7000 | 0.1799 |
|
64 |
+
| 0.1393 | 2.69 | 7500 | 0.1790 |
|
65 |
+
| 0.1388 | 2.87 | 8000 | 0.1785 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.38.2
|
71 |
+
- Pytorch 2.2.1+cu121
|
72 |
+
- Datasets 2.18.0
|
73 |
+
- 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 |
+
}
|
runs/Apr15_02-18-11_c00207873b47/events.out.tfevents.1713147493.c00207873b47.5037.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af36b817bf78134f72d3c2a1a3e8ca23dd9978d10ff36a74807824dfd1ca3f5c
|
3 |
+
size 14291
|