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 140
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 409149557
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:607170ff3c952f7b3f542fb998172b16d361f18cefa21b83851c78c179d57b66
|
| 3 |
size 409149557
|
runs/Jan31_13-53-58_836080a9568c/events.out.tfevents.1675173243.836080a9568c.1543.12
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:8e9787f64b0f22b713c8a680c18d4047e2a5e4ef0874d06ffabbc76074f87a71
|
| 3 |
+
size 6796
|