Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use xqchq/test-trainer2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xqchq/test-trainer2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="xqchq/test-trainer2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("xqchq/test-trainer2") model = AutoModelForSequenceClassification.from_pretrained("xqchq/test-trainer2") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/May11_03-36-25_ddd5282292a2/events.out.tfevents.1683776344.ddd5282292a2.4214.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:5f6e3c8bfe1e2fb34ff56c6828f73b7ddde50c63bd3323e63b31064fa36150dd
|
| 3 |
+
size 10559
|