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 3000
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:2dc42a6ad35e49c59d6f4a0de32cad73babd0ab29060b2284965e5020e627318
|
| 3 |
size 46754181
|
runs/Jun06_01-41-58_8888b613103c/events.out.tfevents.1686015740.8888b613103c.179.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:2c480c45640ec27af593790617a26ef3363e0d874df5276a957f96430393bde2
|
| 3 |
+
size 7679
|