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

  • Log In
  • Sign Up

svercoutere
/
longformer-classifier-refinement-abb

Token Classification
Transformers
Safetensors
PyTorch
longformer
text-classification
bert
legal-domain
entity-classification
sequence-classification
NER
label-studio
english
fine-tuned
Model card Files Files and versions
xet
Community

Instructions to use svercoutere/longformer-classifier-refinement-abb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use svercoutere/longformer-classifier-refinement-abb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="svercoutere/longformer-classifier-refinement-abb")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("svercoutere/longformer-classifier-refinement-abb")
    model = AutoModelForSequenceClassification.from_pretrained("svercoutere/longformer-classifier-refinement-abb")
  • Notebooks
  • Google Colab
  • Kaggle
longformer-classifier-refinement-abb
600 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
svercoutere's picture
svercoutere
Update README.md
4955506 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    4.6 kB
    Update README.md 4 months ago
  • added_tokens.json
    40 Bytes
    Upload tokenizer 4 months ago
  • config.json
    1.38 kB
    Upload LongformerForSequenceClassification 4 months ago
  • merges.txt
    456 kB
    Upload tokenizer 4 months ago
  • model.safetensors
    595 MB
    xet
    Upload LongformerForSequenceClassification 4 months ago
  • special_tokens_map.json
    623 Bytes
    Upload tokenizer 4 months ago
  • tokenizer.json
    3.56 MB
    Upload tokenizer 4 months ago
  • tokenizer_config.json
    1.75 kB
    Upload tokenizer 4 months ago
  • vocab.json
    798 kB
    Upload tokenizer 4 months ago