Instructions to use fffffly/albert_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fffffly/albert_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fffffly/albert_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fffffly/albert_model") model = AutoModelForSequenceClassification.from_pretrained("fffffly/albert_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 46754181
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a14c545fe9248ede5d80a0ac952ed881d4e4ca0661551dff2226e4d25f27412
|
| 3 |
size 46754181
|
runs/Jun05_13-21-45_e7ea7b89eb29/events.out.tfevents.1685971308.e7ea7b89eb29.164.2
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:023845c1aa291419cc476920ac71e0a2af68fb4b3cf17cc7444af76142babedb
|
| 3 |
+
size 7248
|