Instructions to use theta/deeper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use theta/deeper with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="theta/deeper")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("theta/deeper") model = AutoModelForSequenceClassification.from_pretrained("theta/deeper") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Feb01_09-31-24_d5f7524d6b13
- Feb02_00-07-12_dbbfa5337e9d
- Feb02_00-30-42_dbbfa5337e9d
- Feb07_01-38-37_623ffc3d706b
- Feb07_02-15-44_51a2f0ee7cad
- Feb24_06-48-03_b6ae67a41600
- Jan31_07-23-15_3758975f449a
- Jan31_07-40-46_3758975f449a
- Jan31_11-09-41_836080a9568c
- Jan31_11-47-08_836080a9568c
- Jan31_12-10-54_836080a9568c
- Jan31_12-29-03_836080a9568c
- Jan31_13-26-10_836080a9568c
- Jan31_13-39-14_836080a9568c
- Jan31_13-53-58_836080a9568c
- Jan31_14-18-51_63ebe3e27592