wooseok0303
commited on
Commit
•
db80928
1
Parent(s):
b9df5aa
Training completed!
Browse files- README.md +8 -8
- config.json +1 -1
- model.safetensors +1 -1
- 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 [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- F1: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,14 +49,14 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
-
- Transformers 4.
|
60 |
-
- Pytorch
|
61 |
-
- Datasets 2.16.
|
62 |
- Tokenizers 0.15.0
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1612
|
21 |
+
- F1: 0.8573
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
+
| 0.2802 | 1.0 | 715 | 0.1743 | 0.8292 |
|
53 |
+
| 0.1475 | 2.0 | 1430 | 0.1613 | 0.8459 |
|
54 |
+
| 0.0951 | 3.0 | 2145 | 0.1612 | 0.8573 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
+
- Transformers 4.36.2
|
60 |
+
- Pytorch 1.13.1+cu116
|
61 |
+
- Datasets 2.16.1
|
62 |
- Tokenizers 0.15.0
|
config.json
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"pad_token_id": 1,
|
41 |
"position_embedding_type": "absolute",
|
42 |
"torch_dtype": "float32",
|
43 |
-
"transformers_version": "4.
|
44 |
"type_vocab_size": 1,
|
45 |
"use_cache": true,
|
46 |
"vocab_size": 250002
|
|
|
40 |
"pad_token_id": 1,
|
41 |
"position_embedding_type": "absolute",
|
42 |
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.36.2",
|
44 |
"type_vocab_size": 1,
|
45 |
"use_cache": true,
|
46 |
"vocab_size": 250002
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1109860880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f403316f9b44374fcb0cb9dd751dba64f31dad76c24efb6518c992b8708d428
|
3 |
size 1109860880
|
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:0c1034e9ab2e9ed7ec0576e53349197f4f243954646e1d3934627518c5380029
|
3 |
+
size 4347
|