Instructions to use clairedhx/NLP_projet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use clairedhx/NLP_projet with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="clairedhx/NLP_projet")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("clairedhx/NLP_projet") model = AutoModelForTokenClassification.from_pretrained("clairedhx/NLP_projet") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 440235496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d37c945716cc888844d214fbaf89557a4bd0cd612003dbdfa22124e01de4301c
|
| 3 |
size 440235496
|