Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use wsqstar/bert-finetuned-weibo-luobokuaipao with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wsqstar/bert-finetuned-weibo-luobokuaipao with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="wsqstar/bert-finetuned-weibo-luobokuaipao")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("wsqstar/bert-finetuned-weibo-luobokuaipao") model = AutoModelForSequenceClassification.from_pretrained("wsqstar/bert-finetuned-weibo-luobokuaipao") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 3.
|
| 20 |
-
- Accuracy: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -48,26 +48,26 @@ The following hyperparameters were used during training:
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
-
| No log | 1.0 |
|
| 52 |
-
|
|
| 53 |
-
|
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 3.3065
|
| 20 |
+
- Accuracy: 0.5833
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
+
| No log | 1.0 | 270 | 0.9893 | 0.5852 |
|
| 52 |
+
| 1.0044 | 2.0 | 540 | 1.0391 | 0.5907 |
|
| 53 |
+
| 1.0044 | 3.0 | 810 | 1.2162 | 0.6130 |
|
| 54 |
+
| 0.5461 | 4.0 | 1080 | 1.3702 | 0.5667 |
|
| 55 |
+
| 0.5461 | 5.0 | 1350 | 1.8272 | 0.5704 |
|
| 56 |
+
| 0.349 | 6.0 | 1620 | 2.1860 | 0.5741 |
|
| 57 |
+
| 0.349 | 7.0 | 1890 | 2.1618 | 0.5685 |
|
| 58 |
+
| 0.2502 | 8.0 | 2160 | 2.5620 | 0.5593 |
|
| 59 |
+
| 0.2502 | 9.0 | 2430 | 2.6044 | 0.5667 |
|
| 60 |
+
| 0.1651 | 10.0 | 2700 | 3.0138 | 0.5778 |
|
| 61 |
+
| 0.1651 | 11.0 | 2970 | 3.1734 | 0.5481 |
|
| 62 |
+
| 0.1153 | 12.0 | 3240 | 3.0025 | 0.5759 |
|
| 63 |
+
| 0.0893 | 13.0 | 3510 | 3.1646 | 0.5889 |
|
| 64 |
+
| 0.0893 | 14.0 | 3780 | 3.0978 | 0.5833 |
|
| 65 |
+
| 0.0659 | 15.0 | 4050 | 3.1681 | 0.5741 |
|
| 66 |
+
| 0.0659 | 16.0 | 4320 | 3.1982 | 0.5778 |
|
| 67 |
+
| 0.0433 | 17.0 | 4590 | 3.2583 | 0.5778 |
|
| 68 |
+
| 0.0433 | 18.0 | 4860 | 3.2408 | 0.5778 |
|
| 69 |
+
| 0.0396 | 19.0 | 5130 | 3.2881 | 0.5852 |
|
| 70 |
+
| 0.0396 | 20.0 | 5400 | 3.3065 | 0.5833 |
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|