Instructions to use fourthbrain-demo/alberta_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fourthbrain-demo/alberta_base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fourthbrain-demo/alberta_base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fourthbrain-demo/alberta_base") model = AutoModelForSequenceClassification.from_pretrained("fourthbrain-demo/alberta_base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
24c5e89
1
Parent(s): b003c12
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498657517
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78440f3f94f15344982e4cd5d6c27f0502219905bbbda20bd57f11381375aeb5
|
| 3 |
size 498657517
|
runs/Jul14_00-18-59_thesamaritan/events.out.tfevents.1657750782.thesamaritan.2979292.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:3947d8853f7e9884dda44422a06218f018253242eb095ab2cf97f8a68593caa6
|
| 3 |
+
size 3511
|