Instructions to use yenrong/classification_model_ver2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yenrong/classification_model_ver2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="yenrong/classification_model_ver2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("yenrong/classification_model_ver2") model = AutoModelForSequenceClassification.from_pretrained("yenrong/classification_model_ver2") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
runs/Nov28_01-15-07_2bbf62cbbc1c/events.out.tfevents.1732756543.2bbf62cbbc1c.271.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:bd7e3f2d63c30907ab2d646a019dcea9f4313cedcea82f814bc226e69a99ca68
|
| 3 |
+
size 15265
|