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:f3cf85ad42a88e8e1fcdab3cd2519067709496ea23a168e22ce5e2f396972acd
|
| 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:6f411ddc663f79692774e79f984d9c691722ee18bd887db9d71a921d8d687261
|
| 3 |
+
size 26040
|