Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use XvKuoMing/bert-chn-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use XvKuoMing/bert-chn-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="XvKuoMing/bert-chn-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("XvKuoMing/bert-chn-classifier") model = AutoModelForSequenceClassification.from_pretrained("XvKuoMing/bert-chn-classifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1707694236
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2a996966b2df9b82e36b8aae81a6e239b8fadb3fd093f561ee3475f537e2e8b
|
| 3 |
size 1707694236
|
runs/May19_18-15-26_ecfa87b78e1b/events.out.tfevents.1716142527.ecfa87b78e1b.1671.1
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:06aa1709afca1c106bd949b4d00f54de05c6e5f67e42a3c01aa267238ee3758c
|
| 3 |
+
size 12446
|