Instructions to use notshivain1/albert-base-v1-stackoverflow-prediction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use notshivain1/albert-base-v1-stackoverflow-prediction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="notshivain1/albert-base-v1-stackoverflow-prediction")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("notshivain1/albert-base-v1-stackoverflow-prediction") model = AutoModelForSequenceClassification.from_pretrained("notshivain1/albert-base-v1-stackoverflow-prediction") - Notebooks
- Google Colab
- Kaggle
Upload AlbertForSequenceClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 46746988
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e20517426abe5235d32379d398eb0374a1c0ed866b11abca92c58cb8e21d1c72
|
| 3 |
size 46746988
|