Instructions to use alexia-allal/ner-model-camembert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alexia-allal/ner-model-camembert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="alexia-allal/ner-model-camembert")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("alexia-allal/ner-model-camembert") model = AutoModelForTokenClassification.from_pretrained("alexia-allal/ner-model-camembert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 25
Browse files
runs/Jan28_09-39-49_4431f1c5681e/events.out.tfevents.1738057191.4431f1c5681e.434.3
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:155b1f65564a1353b59acb0bc5d53560440d497ded11b68fb598deab8e23c3d8
|
| 3 |
+
size 17510
|