Add model, config, tokenizer, and custom code
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [](https://huggingface.co/) on the iva_mt_wslot dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 6.
|
22 |
-
- Bleu: 0.
|
23 |
-
- Gen Len:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -55,11 +55,11 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
57 |
|:-------------:|:------:|:----:|:---------------:|:------:|:-------:|
|
58 |
-
| 7.
|
59 |
-
| 6.
|
60 |
-
| 6.
|
61 |
-
| 5.
|
62 |
-
| 5.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [](https://huggingface.co/) on the iva_mt_wslot dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 6.0849
|
22 |
+
- Bleu: 0.0032
|
23 |
+
- Gen Len: 5.1554
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
57 |
|:-------------:|:------:|:----:|:---------------:|:------:|:-------:|
|
58 |
+
| 7.3868 | 0.9992 | 636 | 7.0446 | 0.0 | 2.7952 |
|
59 |
+
| 6.5132 | 2.0 | 1273 | 6.4775 | 0.0504 | 7.3246 |
|
60 |
+
| 6.0691 | 2.9992 | 1909 | 6.2289 | 0.0007 | 3.6667 |
|
61 |
+
| 5.8713 | 4.0 | 2546 | 6.1236 | 0.0096 | 6.216 |
|
62 |
+
| 5.7608 | 4.9961 | 3180 | 6.0849 | 0.0032 | 5.1554 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 109582088
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:038d0644a5d3cbc88516779d64980ba234fd511a458251ce718926f5a1d983ed
|
3 |
size 109582088
|
runs/Nov13_09-42-59_c03ee522c2d7/events.out.tfevents.1731490980.c03ee522c2d7.380.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d97674070633d8d1f7b8e9d8cc90acd73a38b4b0215d70d30346f660f12894c
|
3 |
+
size 20421
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:409f5332a77fd169428b007f8b529523e7bd1e1f55ec793941d2cf55bb9cc620
|
3 |
size 5496
|