Token Classification
Transformers
Safetensors
English
roberta
quantity span identification
quantity extraction
quantity mention detection
quantititative information extraction
measurement extraction
numeric
number
unit
Instructions to use JuelichSystemsAnalysis/quinex-quantity-v0-124M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JuelichSystemsAnalysis/quinex-quantity-v0-124M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="JuelichSystemsAnalysis/quinex-quantity-v0-124M")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("JuelichSystemsAnalysis/quinex-quantity-v0-124M") model = AutoModelForTokenClassification.from_pretrained("JuelichSystemsAnalysis/quinex-quantity-v0-124M") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!