vempaliakhil
commited on
Commit
•
8bf51d0
1
Parent(s):
0f9198c
End of training
Browse files- README.md +10 -10
- config.json +1 -1
- model.safetensors +1 -1
- tokenizer.json +2 -2
- training_args.bin +2 -2
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7](https://huggingface.co/MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -51,15 +51,15 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
-
- Transformers 4.
|
63 |
-
- Pytorch 2.2
|
64 |
-
- Datasets 2.
|
65 |
-
- Tokenizers 0.
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7](https://huggingface.co/MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.1099
|
21 |
+
- Accuracy: 0.8309
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| 0.4693 | 1.0 | 682 | 0.5665 | 0.7921 |
|
55 |
+
| 0.3909 | 2.0 | 1364 | 0.5350 | 0.7995 |
|
56 |
+
| 0.1308 | 3.0 | 2046 | 0.7919 | 0.8325 |
|
57 |
+
| 0.0525 | 4.0 | 2728 | 1.1099 | 0.8309 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
+
- Transformers 4.39.3
|
63 |
+
- Pytorch 2.1.2
|
64 |
+
- Datasets 2.18.0
|
65 |
+
- Tokenizers 0.15.2
|
config.json
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
"relative_attention": true,
|
40 |
"share_att_key": true,
|
41 |
"torch_dtype": "float32",
|
42 |
-
"transformers_version": "4.
|
43 |
"type_vocab_size": 0,
|
44 |
"vocab_size": 251000
|
45 |
}
|
|
|
39 |
"relative_attention": true,
|
40 |
"share_att_key": true,
|
41 |
"torch_dtype": "float32",
|
42 |
+
"transformers_version": "4.39.3",
|
43 |
"type_vocab_size": 0,
|
44 |
"vocab_size": 251000
|
45 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1115271284
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:242a83659713016927b0a251074fc601daefc3df327afde6ce8098232ff225f1
|
3 |
size 1115271284
|
tokenizer.json
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:d23afdb8c4f3b1b079dfcc28ad7828b09c183043487667b6527d9f75c60c2a87
|
3 |
+
size 16316247
|
training_args.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:413e96da0b7bcf1254414451ff73619d86c192c74a845fffb053773930b3e1cf
|
3 |
+
size 4920
|