Instructions to use qgallouedec/test_push_output_4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use qgallouedec/test_push_output_4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="qgallouedec/test_push_output_4")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("qgallouedec/test_push_output_4") model = AutoModelForSequenceClassification.from_pretrained("qgallouedec/test_push_output_4") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
| 2 |
library_name: transformers
|
| 3 |
base_model: hf-internal-testing/tiny-random-distilbert
|
| 4 |
tags:
|
| 5 |
-
- trackio
|
| 6 |
- trackio:https://huggingface.co/spaces/abidlabs/huggingface-z2Cawosa6itL4l1LakX80g
|
| 7 |
- generated_from_trainer
|
| 8 |
---
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
base_model: hf-internal-testing/tiny-random-distilbert
|
| 4 |
tags:
|
|
|
|
| 5 |
- trackio:https://huggingface.co/spaces/abidlabs/huggingface-z2Cawosa6itL4l1LakX80g
|
| 6 |
- generated_from_trainer
|
| 7 |
---
|