Text Classification
Transformers
PyTorch
TensorBoard
albert
Generated from Trainer
Eval Results (legacy)
Instructions to use jiiyy/albert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jiiyy/albert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jiiyy/albert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jiiyy/albert") model = AutoModelForSequenceClassification.from_pretrained("jiiyy/albert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 52762690
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2937bfa22ec111aa2ef045451fa35f6cfffb77fe19b8e13cfc5611e5395d1d61
|
| 3 |
size 52762690
|
runs/Aug16_05-33-48_7b48932c89e9/events.out.tfevents.1692164151.7b48932c89e9.290.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:70ad978d02b065630d0169e21e74d3b259bc873ec016f255fe0a241b2f6f7835
|
| 3 |
+
size 14060
|