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 3500
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:5b59360a9de31bc2dc237fc704c9542368df1b55e0f362ddd817789bd080a5d5
|
| 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:4a20596a70285a056a7394f8c345f11e631ca261919d5945c5fda28400351b00
|
| 3 |
+
size 8482
|