Instructions to use dd3434/test_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dd3434/test_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dd3434/test_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dd3434/test_model") model = AutoModelForSequenceClassification.from_pretrained("dd3434/test_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +11 -14
- config.json +1 -1
- pytorch_model.bin +2 -2
README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: snunlp/KR-Medium
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
metrics:
|
|
@@ -14,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# test_model
|
| 16 |
|
| 17 |
-
This model
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss:
|
| 20 |
-
- Accuracy: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -48,16 +47,14 @@ The following hyperparameters were used during training:
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
-
|
|
| 52 |
-
| 0.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.185 | 4.48 | 900 | 1.3204 | 0.6312 |
|
| 60 |
-
| 0.1775 | 4.98 | 1000 | 1.3382 | 0.6372 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
metrics:
|
|
|
|
| 13 |
|
| 14 |
# test_model
|
| 15 |
|
| 16 |
+
This model was trained from scratch on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 0.9938
|
| 19 |
+
- Accuracy: 0.7473
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 47 |
|
| 48 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 50 |
+
| 0.6263 | 0.62 | 100 | 0.5941 | 0.7394 |
|
| 51 |
+
| 0.5263 | 1.24 | 200 | 0.5814 | 0.7578 |
|
| 52 |
+
| 0.4177 | 1.86 | 300 | 0.6013 | 0.7530 |
|
| 53 |
+
| 0.2901 | 2.48 | 400 | 0.7275 | 0.7402 |
|
| 54 |
+
| 0.2377 | 3.11 | 500 | 0.7853 | 0.7433 |
|
| 55 |
+
| 0.1313 | 3.73 | 600 | 0.8747 | 0.7394 |
|
| 56 |
+
| 0.1043 | 4.35 | 700 | 0.9510 | 0.7464 |
|
| 57 |
+
| 0.0714 | 4.97 | 800 | 0.9938 | 0.7473 |
|
|
|
|
|
|
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/kaggle/working/test_model/checkpoint-200",
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
pytorch_model.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:8cd70296f1efb94b624df1a75f4c3f3da03909fcd5680fee6f73cae37b15422f
|
| 3 |
+
size 442544622
|