cartesinus
commited on
Commit
•
cab9729
1
Parent(s):
8f9c584
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.0627
|
22 |
+
- Bleu: 0.0253
|
23 |
+
- Gen Len: 5.1184
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
57 |
|:-------------:|:------:|:----:|:---------------:|:------:|:-------:|
|
58 |
+
| 7.4078 | 0.9992 | 636 | 7.0700 | 0.0 | 3.9948 |
|
59 |
+
| 6.525 | 2.0 | 1273 | 6.4606 | 0.0225 | 6.3877 |
|
60 |
+
| 6.082 | 2.9992 | 1909 | 6.2044 | 0.0103 | 4.9663 |
|
61 |
+
| 5.8782 | 4.0 | 2546 | 6.1041 | 0.0248 | 5.9008 |
|
62 |
+
| 5.756 | 4.9961 | 3180 | 6.0627 | 0.0253 | 5.1184 |
|
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:a21690d680740ed313ee98e2983df7a120317f7b6c97bd0e5aaaea74e8724e9e
|
3 |
size 109582088
|
runs/Nov11_17-56-19_0d13c4d4bf27/events.out.tfevents.1731347780.0d13c4d4bf27.458.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a98feeac48e1035f1f96e56030abcc0cd4f7e7f48268b965732b4e36eb00e684
|
3 |
+
size 20281
|
runs/Nov11_18-38-16_0d13c4d4bf27/events.out.tfevents.1731350296.0d13c4d4bf27.458.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40e280280ff45a05d7e0680a411332044d8b64f23535267e5b13d26eb4ba011a
|
3 |
+
size 20281
|
tokenizer.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
5 |
-
"max_length": 128,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": {
|
11 |
-
"Fixed": 128
|
12 |
-
},
|
13 |
-
"direction": "Right",
|
14 |
-
"pad_to_multiple_of": null,
|
15 |
-
"pad_id": 0,
|
16 |
-
"pad_type_id": 0,
|
17 |
-
"pad_token": "<pad>"
|
18 |
-
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae8ab13b397906dd96ac35412ceecffae90fb25805059f75fab3fc9de21dec11
|
3 |
size 5368
|