heado
Browse files- README.md +11 -10
- config.json +1 -1
- model.safetensors +1 -1
- runs/Oct16_02-52-52_aa095b571eb5/events.out.tfevents.1729047578.aa095b571eb5.948.0 +3 -0
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: beomi/kcbert-base
|
4 |
tags:
|
@@ -18,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [beomi/kcbert-base](https://huggingface.co/beomi/kcbert-base) on the unsmile_data dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Lrap: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,16 +51,16 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Lrap |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
-
| No log | 1.0 | 235 | 0.
|
54 |
-
| No log | 2.0 | 470 | 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
-
- Transformers 4.
|
63 |
-
- Pytorch 2.4.
|
64 |
-
- Datasets
|
65 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
base_model: beomi/kcbert-base
|
5 |
tags:
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [beomi/kcbert-base](https://huggingface.co/beomi/kcbert-base) on the unsmile_data dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.1290
|
23 |
+
- Lrap: 0.8808
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Lrap |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
54 |
+
| No log | 1.0 | 235 | 0.1494 | 0.8536 |
|
55 |
+
| No log | 2.0 | 470 | 0.1288 | 0.8700 |
|
56 |
+
| 0.173 | 3.0 | 705 | 0.1234 | 0.8802 |
|
57 |
+
| 0.173 | 4.0 | 940 | 0.1274 | 0.8809 |
|
58 |
+
| 0.0792 | 5.0 | 1175 | 0.1290 | 0.8808 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
+
- Transformers 4.44.2
|
64 |
+
- Pytorch 2.4.1+cu121
|
65 |
+
- Datasets 3.0.1
|
66 |
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -49,7 +49,7 @@
|
|
49 |
"position_embedding_type": "absolute",
|
50 |
"problem_type": "multi_label_classification",
|
51 |
"torch_dtype": "float32",
|
52 |
-
"transformers_version": "4.
|
53 |
"type_vocab_size": 2,
|
54 |
"use_cache": true,
|
55 |
"vocab_size": 30000
|
|
|
49 |
"position_embedding_type": "absolute",
|
50 |
"problem_type": "multi_label_classification",
|
51 |
"torch_dtype": "float32",
|
52 |
+
"transformers_version": "4.44.2",
|
53 |
"type_vocab_size": 2,
|
54 |
"use_cache": true,
|
55 |
"vocab_size": 30000
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435728400
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b99c8ef89afb9d5e1ebea3743f396788bd5221730192f12f679aa74f3c235671
|
3 |
size 435728400
|
runs/Oct16_02-52-52_aa095b571eb5/events.out.tfevents.1729047578.aa095b571eb5.948.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c22056dca239eecd2435b3d7d8d1193f8d33bc5611bd9f032d2cdf7705ff265f
|
3 |
+
size 7887
|
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:238362b2aaf3a8771ab9487d87998b0ca4b3c9e6780bf67c56ff55ae2c3d8315
|
3 |
+
size 5176
|