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 2000
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:17ab1865f5a6ab7a5ce3486137d7d3f5e9d25cb1dfc022075c8791f29d8876d2
|
| 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:140ae5e59c859fa8083a7ebd2082f39b736946d5999504ff724b6c4e7da3f50a
|
| 3 |
+
size 6445
|