Instructions to use Team-PIXEL/pixel-base-finetuned-stsb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Team-PIXEL/pixel-base-finetuned-stsb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Team-PIXEL/pixel-base-finetuned-stsb")# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("Team-PIXEL/pixel-base-finetuned-stsb", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "background_color": "white", | |
| "dpi": 120, | |
| "font_color": "black", | |
| "font_file": "GoNotoCurrent.ttf", | |
| "font_size": 8, | |
| "max_seq_length": 256, | |
| "pad_size": 3, | |
| "pixels_per_patch": 16, | |
| "text_renderer_type": "TextRenderer" | |
| } | |