Instructions to use Databook/SmolClassifierLarge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Databook/SmolClassifierLarge with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Databook/SmolClassifierLarge")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Databook/SmolClassifierLarge") model = AutoModel.from_pretrained("Databook/SmolClassifierLarge") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files
model-00001-of-00002.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4999905864
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3bd3570d82073b3e5cc9ce5376acab6f9d86c53ca14b82925b0b0a8a1690fb7
|
| 3 |
size 4999905864
|
model-00002-of-00002.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1845623360
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0acc4564423256302b29d0329c50b4e67008d3e48b2c1bd9b1c4fbf9af36fd72
|
| 3 |
size 1845623360
|