Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

JuelichSystemsAnalysis
/
quinex-quantity-v0-124M

Token Classification
Transformers
Safetensors
English
roberta
quantity span identification
quantity extraction
quantity mention detection
quantititative information extraction
measurement extraction
numeric
number
unit
Model card Files Files and versions
xet
Community

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
quinex-quantity-v0-124M
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
jangoepfert's picture
jangoepfert
Update README.md
07b4332 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    5.25 kB
    Update README.md 4 months ago
  • config.json
    829 Bytes
    Uploaded model 8 months ago
  • merges.txt
    476 kB
    Uploaded model 8 months ago
  • model.safetensors
    496 MB
    xet
    Uploaded model 8 months ago
  • special_tokens_map.json
    964 Bytes
    Uploaded model 8 months ago
  • tokenizer.json
    2.15 MB
    Uploaded model 8 months ago
  • tokenizer_config.json
    1.33 kB
    Uploaded model 8 months ago
  • vocab.json
    817 kB
    Uploaded model 8 months ago