Instructions to use mireiaplalis/bert-base-cased-finetuned-ner-cadec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mireiaplalis/bert-base-cased-finetuned-ner-cadec with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="mireiaplalis/bert-base-cased-finetuned-ner-cadec")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("mireiaplalis/bert-base-cased-finetuned-ner-cadec") model = AutoModelForTokenClassification.from_pretrained("mireiaplalis/bert-base-cased-finetuned-ner-cadec", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
d864f86
1
Parent(s): f88f86d
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430935892
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa77d6dda9b6c00a9783a1bb56e838e2494d6503da0e408e601ffd91a5ff4324
|
| 3 |
size 430935892
|
runs/Dec08_15-50-36_b620151bfa07/events.out.tfevents.1702050641.b620151bfa07.351.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8b0228940e45a8c88b24c1066f7238f3249baee60f82d027847bf5c15655587
|
| 3 |
+
size 7840
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:429459753cc7493afcc6ae083684e47b725437b30efc4b0be3051fa1dc446c30
|
| 3 |
size 4600
|