Instructions to use universalner/uner_cro_set with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use universalner/uner_cro_set with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="universalner/uner_cro_set", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("universalner/uner_cro_set") model = AutoModelForTokenClassification.from_pretrained("universalner/uner_cro_set", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 5.0, | |
| "train_loss": 0.028315420073669998, | |
| "train_runtime": 457.8224, | |
| "train_samples": 6915, | |
| "train_samples_per_second": 75.521, | |
| "train_steps_per_second": 4.729 | |
| } |