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
End of training
Browse files
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:dd26e7d6d5377e5228abe7cb5a5a26c426b470def557b064382f669b605c3d99
|
| 3 |
+
size 10600
|