Instructions to use mdarhri00/named-entity-recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mdarhri00/named-entity-recognition with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="mdarhri00/named-entity-recognition")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("mdarhri00/named-entity-recognition") model = AutoModelForTokenClassification.from_pretrained("mdarhri00/named-entity-recognition") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ We value your feedback! Please share your thoughts on this model. Thank you!
|
|
| 47 |
|
| 48 |
|
| 49 |
## Model Card Contact
|
| 50 |
-
|
| 51 |
yahyamdarhri00@gmail.com
|
| 52 |
|
| 53 |
|
|
|
|
| 47 |
|
| 48 |
|
| 49 |
## Model Card Contact
|
| 50 |
+
I build custom AI models and solutions. If you're interested in collaboration or have specific requirements, feel free to reach out.
|
| 51 |
yahyamdarhri00@gmail.com
|
| 52 |
|
| 53 |
|