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
Training in progress, epoch 1
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:7e565d7bc05343573283728e029d16ad24e55cecd0e82c4a0773a682f730a44e
|
| 3 |
size 41429493
|
runs/May11_07-07-04_ddd5282292a2/1683794578.4488046/events.out.tfevents.1683794578.ddd5282292a2.4214.11
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f41f7049fba6d07c1bd77edd094a95490e0993b4121907631986b20568c3142
|
| 3 |
+
size 5895
|
runs/May11_07-07-04_ddd5282292a2/events.out.tfevents.1683794578.ddd5282292a2.4214.10
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40dfae30738dfc4b70ea38e0a1a60d86ccacd08eb87114d0c2051d714ad6344e
|
| 3 |
+
size 6350
|