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 +15 -20
- pytorch_model.bin +1 -1
README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
base_model: hun3359/klue-bert-base-sentiment
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
|
@@ -8,7 +7,6 @@ metrics:
|
|
| 8 |
model-index:
|
| 9 |
- name: test_model
|
| 10 |
results: []
|
| 11 |
-
pipeline_tag: text-classification
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -16,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# test_model
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 1.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -50,19 +48,16 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
-
|
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.2349 | 4.06 | 1100 | 1.2250 | 0.6638 |
|
| 64 |
-
| 0.1585 | 4.43 | 1200 | 1.3182 | 0.6656 |
|
| 65 |
-
| 0.1595 | 4.8 | 1300 | 1.3206 | 0.6641 |
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
|
@@ -70,4 +65,4 @@ The following hyperparameters were used during training:
|
|
| 70 |
- Transformers 4.32.0
|
| 71 |
- Pytorch 2.1.2
|
| 72 |
- Datasets 2.16.0
|
| 73 |
-
- Tokenizers 0.13.3
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: snunlp/KR-Medium
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
metrics:
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: test_model
|
| 9 |
results: []
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 14 |
|
| 15 |
# test_model
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of [snunlp/KR-Medium](https://huggingface.co/snunlp/KR-Medium) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 1.3382
|
| 20 |
+
- Accuracy: 0.6372
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
+
| 1.0161 | 0.5 | 100 | 0.8929 | 0.6428 |
|
| 52 |
+
| 0.8861 | 1.0 | 200 | 0.8755 | 0.6526 |
|
| 53 |
+
| 0.6894 | 1.49 | 300 | 0.8906 | 0.6435 |
|
| 54 |
+
| 0.6773 | 1.99 | 400 | 0.8928 | 0.6585 |
|
| 55 |
+
| 0.4686 | 2.49 | 500 | 1.0231 | 0.6340 |
|
| 56 |
+
| 0.4645 | 2.99 | 600 | 1.0166 | 0.6424 |
|
| 57 |
+
| 0.295 | 3.48 | 700 | 1.1859 | 0.6351 |
|
| 58 |
+
| 0.2764 | 3.98 | 800 | 1.2167 | 0.6368 |
|
| 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
|
|
|
|
| 65 |
- Transformers 4.32.0
|
| 66 |
- Pytorch 2.1.2
|
| 67 |
- Datasets 2.16.0
|
| 68 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 405689582
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c42bb8a4fa58986851aa22214daf4ad2b6a201b335c2b085418d7c81d406569
|
| 3 |
size 405689582
|