smrynrz0220
commited on
Commit
路
d97fb62
1
Parent(s):
4ceaf5c
End of training
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: facebook/bart-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: bart_qa_model
|
8 |
results: []
|
@@ -15,7 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 1.
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -34,21 +38,23 @@ More information needed
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
-
- learning_rate:
|
38 |
- train_batch_size: 16
|
39 |
- eval_batch_size: 16
|
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 |
|
45 |
### Training results
|
46 |
|
47 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
-
|
49 |
-
|
|
50 |
-
| 1.
|
51 |
-
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
3 |
base_model: facebook/bart-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- f1
|
8 |
model-index:
|
9 |
- name: bart_qa_model
|
10 |
results: []
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.1504
|
21 |
+
- F1: 0.7493
|
22 |
+
- Exact Match: 0.608
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 3.7185140364032e-05
|
42 |
- train_batch_size: 16
|
43 |
- eval_batch_size: 16
|
44 |
- seed: 42
|
45 |
+
- gradient_accumulation_steps: 2
|
46 |
+
- total_train_batch_size: 32
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- num_epochs: 3
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Exact Match |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|
|
55 |
+
| 2.4874 | 1.0 | 125 | 1.2569 | 0.6897 | 0.545 |
|
56 |
+
| 1.1954 | 2.0 | 250 | 1.1084 | 0.7424 | 0.6 |
|
57 |
+
| 0.904 | 3.0 | 375 | 1.1504 | 0.7493 | 0.608 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 557717800
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9deaeec004134b513cb974bb80414601da030c7ddc6ff368517714a1d4e2e19
|
3 |
size 557717800
|
runs/Jan07_17-27-25_fad11acb78a4/events.out.tfevents.1704648448.fad11acb78a4.587.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77a6bd9cb3e62fc03cea93d7416c526dbb3b691bc73eb4578919df8912082879
|
3 |
+
size 7341
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3764eb5ff9cd1a0d8c826516fcb044a5705f8ac3ecad513906f38d76e6754f15
|
3 |
size 4664
|