Text Classification
Transformers
Safetensors
llama
Generated from Trainer
trl
reward-trainer
text-embeddings-inference
Instructions to use tsessk/content with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tsessk/content with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tsessk/content")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tsessk/content") model = AutoModelForSequenceClassification.from_pretrained("tsessk/content") - Notebooks
- Google Colab
- Kaggle
This directory includes a few sample datasets to get you started.
california_housing_data*.csvis California housing data from the 1990 US Census; more information is available at: https://docs.google.com/document/d/e/2PACX-1vRhYtsvc5eOR2FWNCwaBiKL6suIOrxJig8LcSBbmCbyYsayia_DvPOOBlXZ4CAlQ5nlDD8kTaIDRwrN/pubmnist_*.csvis a small sample of the MNIST database, which is described at: http://yann.lecun.com/exdb/mnist/anscombe.jsoncontains a copy of Anscombe's quartet; it was originally described inAnscombe, F. J. (1973). 'Graphs in Statistical Analysis'. American Statistician. 27 (1): 17-21. JSTOR 2682899.
and our copy was prepared by the vega_datasets library.