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 100
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:e248e6390af313401c706876a25c7941af67afe9197efc24e9b9b62a0f6a289e
|
| 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:b1b385d73c31b94f4669a4c27951d9dc714617cd9814e7d7b9b86c919a2ec464
|
| 3 |
+
size 6102
|