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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 180
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 409152629
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e03b3379cf2e40d914976389b192c8baa2f377dd85c514fa0fe15c9146e0dcee
|
| 3 |
size 409152629
|
runs/Jan31_07-23-15_3758975f449a/events.out.tfevents.1675149802.3758975f449a.123.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec8fa3fc6d582223fd61f028d2072ae9284a3e2ecd7b70a6749e746c8ecba7b2
|
| 3 |
+
size 7806
|