Instructions to use Yixian-Lu/NER_conllpp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yixian-Lu/NER_conllpp with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Yixian-Lu/NER_conllpp", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "Model" | |
| ], | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.31.0" | |
| } | |