Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use xqchq/TextClassificationTHUCNews with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xqchq/TextClassificationTHUCNews with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="xqchq/TextClassificationTHUCNews")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("xqchq/TextClassificationTHUCNews") model = AutoModelForSequenceClassification.from_pretrained("xqchq/TextClassificationTHUCNews") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 41429493
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a32fb0281ef57611e9a8c9ff85a1ff073ea4d0b3f6701763acc2cf21fb07d46c
|
| 3 |
size 41429493
|
runs/May12_07-23-14_d18ac939067b/events.out.tfevents.1683876322.d18ac939067b.54646.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:d279a01660c30296ce7ca604f7fedd841009448f8d28279224cabf60386e1d4c
|
| 3 |
+
size 8341
|