Instructions to use nnilayy/test-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nnilayy/test-5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nnilayy/test-5")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nnilayy/test-5") model = AutoModelForSequenceClassification.from_pretrained("nnilayy/test-5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jul01_07-47-34_48065c6a9c31
- Jul01_07-48-33_48065c6a9c31
- Jul01_07-51-22_48065c6a9c31
- Jul01_07-53-37_48065c6a9c31
- Jul01_08-17-25_48065c6a9c31
- Jul01_08-22-04_48065c6a9c31
- Jul01_08-32-54_48065c6a9c31
- Jul01_09-28-41_c9f7eb6c65d1
- Jul01_09-29-33_c9f7eb6c65d1
- Jul01_09-42-29_c9f7eb6c65d1
- Jul01_09-45-21_c9f7eb6c65d1
- Jul01_09-46-22_c9f7eb6c65d1
- Jul01_09-48-14_c9f7eb6c65d1
- Jul01_09-49-15_c9f7eb6c65d1
- Jul01_09-53-02_c9f7eb6c65d1
- Jul01_09-55-51_c9f7eb6c65d1
- Jul01_09-57-39_c9f7eb6c65d1
- Jul01_09-58-42_c9f7eb6c65d1