Instructions to use siddharthl1293/albert-albert-large-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use siddharthl1293/albert-albert-large-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="siddharthl1293/albert-albert-large-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("siddharthl1293/albert-albert-large-v2") model = AutoModelForTokenClassification.from_pretrained("siddharthl1293/albert-albert-large-v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 9000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 66557136
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d9b148c9ce2065fcfc3abe0268dcd92f145bbb0f6fb4b9db0400c2c111b1559
|
| 3 |
size 66557136
|
runs/Jun16_03-20-30_3a289986de84/events.out.tfevents.1718508032.3a289986de84.383.1
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:c7376ced8d962b407b907f6622928cb1984f8dfec19bbb6f5d1cd4392251834c
|
| 3 |
+
size 8980
|