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 2
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:92a2be453ab6c17ca5ac69eb0e786d287cf5e514468c97635bbe0124f432af63
|
| 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:c4d954c64350683800a48eb9b985a63b92b0cae4e1f432b5dadee0b01baf2bd7
|
| 3 |
+
size 9721
|