Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use TeeA/roberta-classifier-pokemon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TeeA/roberta-classifier-pokemon with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="TeeA/roberta-classifier-pokemon")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("TeeA/roberta-classifier-pokemon") model = AutoModelForSequenceClassification.from_pretrained("TeeA/roberta-classifier-pokemon", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 32
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 499068072
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb9bd9a23e67cd0615b097d8c0bed2c49ef87b6aee16dd65dd10f60d82e9b0ba
|
| 3 |
size 499068072
|
runs/Jan07_05-05-08_fea6313af2bc/events.out.tfevents.1704603911.fea6313af2bc.1108.1
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:bc1dfe514a1a69c8505c69deb49c35f1ef477661d01e3d3ba7fcfaa324ea3702
|
| 3 |
+
size 26520
|