abdiharyadi
commited on
Commit
·
da567bf
1
Parent(s):
ed854ad
End of training
Browse files- README.md +12 -2
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -13,7 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# wauteoaj-bart
|
15 |
|
16 |
-
This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -40,9 +42,17 @@ The following hyperparameters were used during training:
|
|
40 |
- lr_scheduler_type: linear
|
41 |
- num_epochs: 3
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
### Framework versions
|
44 |
|
45 |
- Transformers 4.32.0
|
46 |
- Pytorch 2.0.1+cu118
|
47 |
-
- Datasets 2.14.4
|
48 |
- Tokenizers 0.13.3
|
|
|
13 |
|
14 |
# wauteoaj-bart
|
15 |
|
16 |
+
This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 6.6162
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
42 |
- lr_scheduler_type: linear
|
43 |
- num_epochs: 3
|
44 |
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| No log | 1.0 | 30 | 6.8501 |
|
50 |
+
| No log | 2.0 | 60 | 6.7132 |
|
51 |
+
| No log | 3.0 | 90 | 6.5859 |
|
52 |
+
|
53 |
+
|
54 |
### Framework versions
|
55 |
|
56 |
- Transformers 4.32.0
|
57 |
- Pytorch 2.0.1+cu118
|
|
|
58 |
- Tokenizers 0.13.3
|
pytorch_model.bin
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:9d7ce97b49e3722015fd6efa39a7a190fe6478e2322aebece6ea0a50aba5a5d6
|
3 |
+
size 1625541389
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66e5ed614c39392285908461ec6d8fe90c2aa2f1fb4681a8a54ddb03febdba11
|
3 |
size 4027
|