Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Lelon
/
scope-nl-conan

Token Classification
Transformers
Safetensors
eurobert
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Lelon/scope-nl-conan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Lelon/scope-nl-conan with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Lelon/scope-nl-conan", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Lelon/scope-nl-conan", trust_remote_code=True)
    model = AutoModelForTokenClassification.from_pretrained("Lelon/scope-nl-conan", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
scope-nl-conan
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Lelon's picture
Lelon
Upload tokenizer
f65f45d verified 11 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 11 months ago
  • README.md
    5.17 kB
    Upload EuroBertForTokenClassification 11 months ago
  • config.json
    1.61 kB
    Upload EuroBertForTokenClassification 11 months ago
  • configuration_eurobert.py
    12.1 kB
    Upload EuroBertForTokenClassification 11 months ago
  • model.safetensors
    847 MB
    xet
    Upload EuroBertForTokenClassification 11 months ago
  • special_tokens_map.json
    632 Bytes
    Upload tokenizer 11 months ago
  • tokenizer.json
    17.2 MB
    xet
    Upload tokenizer 11 months ago
  • tokenizer_config.json
    51 kB
    Upload tokenizer 11 months ago