Text Classification
Transformers
PyTorch
TensorBoard
deberta-v2
Generated from Trainer
text-embeddings-inference
Instructions to use takuma/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use takuma/results with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="takuma/results")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("takuma/results") model = AutoModelForSequenceClassification.from_pretrained("takuma/results") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 0
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 737770027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cfd2f9aa07646edac6256f39f9de95fd5491fd6bf16696cba14eec4281cb596
|
| 3 |
size 737770027
|
runs/Aug21_09-47-45_a233c8eafa9c/1661075278.40046/events.out.tfevents.1661075278.a233c8eafa9c.9229.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed86c5179427996aaaddd84c336e02e272bd7a72fae64448e2b114c0562bc06b
|
| 3 |
+
size 5389
|
runs/Aug21_09-47-45_a233c8eafa9c/events.out.tfevents.1661075278.a233c8eafa9c.9229.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55463b78b762514fe57759cd48536cec24f4192df6d557fd26e04c5a0e559cc6
|
| 3 |
+
size 4510
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3311
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e68f2f7f47780056d1d06c6bdf795864f3b17064bc83706f4999c8124e0f6bd
|
| 3 |
size 3311
|