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: 1.
|
| 20 |
-
- Accuracy: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -36,21 +36,28 @@ More information needed
|
|
| 36 |
### Training hyperparameters
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
-
- learning_rate:
|
| 40 |
- train_batch_size: 8
|
| 41 |
- eval_batch_size: 8
|
| 42 |
- seed: 42
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
-
- num_epochs:
|
| 46 |
|
| 47 |
### Training results
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
-
| No log | 1.0 | 198 | 1.
|
| 52 |
-
| No log | 2.0 | 396 |
|
| 53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
|
| 56 |
### 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: 1.0773
|
| 20 |
+
- Accuracy: 0.4358
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 36 |
### Training hyperparameters
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
+
- learning_rate: 0.0001
|
| 40 |
- train_batch_size: 8
|
| 41 |
- eval_batch_size: 8
|
| 42 |
- seed: 42
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
+
- num_epochs: 10
|
| 46 |
|
| 47 |
### Training results
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
+
| No log | 1.0 | 198 | 1.1293 | 0.2846 |
|
| 52 |
+
| No log | 2.0 | 396 | 1.0949 | 0.4332 |
|
| 53 |
+
| 1.0985 | 3.0 | 594 | 1.0794 | 0.4332 |
|
| 54 |
+
| 1.0985 | 4.0 | 792 | 1.0780 | 0.4332 |
|
| 55 |
+
| 1.0985 | 5.0 | 990 | 1.0810 | 0.4332 |
|
| 56 |
+
| 1.0852 | 6.0 | 1188 | 1.0637 | 0.4610 |
|
| 57 |
+
| 1.0852 | 7.0 | 1386 | 1.0851 | 0.4332 |
|
| 58 |
+
| 1.0777 | 8.0 | 1584 | 1.0832 | 0.4358 |
|
| 59 |
+
| 1.0777 | 9.0 | 1782 | 1.0817 | 0.4358 |
|
| 60 |
+
| 1.0777 | 10.0 | 1980 | 1.0773 | 0.4358 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
runs/Jul26_02-59-35_ac64ee777514/events.out.tfevents.1721962786.ac64ee777514.267.0
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:3e268e551bc4b1bb68e817a83fb5f7e777027e0ab78089dcf434b5e3d9d50453
|
| 3 |
+
size 9404
|