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

feyninc
/
pulpie-orange-large

Token Classification
Transformers
Safetensors
English
eurobert
html
content-extraction
web-scraping
boilerplate-removal
encoder
rag
custom_code
Model card Files Files and versions
xet
Community

Instructions to use feyninc/pulpie-orange-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use feyninc/pulpie-orange-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="feyninc/pulpie-orange-large", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("feyninc/pulpie-orange-large", trust_remote_code=True)
    model = AutoModelForTokenClassification.from_pretrained("feyninc/pulpie-orange-large", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
pulpie-orange-large
4.23 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
bhavnicksm's picture
bhavnicksm
Relicense weights to Apache 2.0
163a2b3 verified 4 days ago
  • .gitattributes
    1.62 kB
    Add Pulpie Orange banner 4 days ago
  • README.md
    4.91 kB
    Relicense weights to Apache 2.0 4 days ago
  • config.json
    1.48 kB
    EuroBERT-2.1B block classifier (step 2625, epoch 0.75, ROUGE-5=0.864) 3 months ago
  • configuration_eurobert.py
    12.1 kB
    EuroBERT-2.1B block classifier (step 2625, epoch 0.75, ROUGE-5=0.864) 3 months ago
  • model.safetensors
    4.22 GB
    xet
    EuroBERT-2.1B block classifier (step 5250, epoch 1.5, ROUGE-5=0.864, F1=0.940) 3 months ago
  • modeling_eurobert.py
    47.6 kB
    EuroBERT-2.1B block classifier (step 2625, epoch 0.75, ROUGE-5=0.864) 3 months ago
  • pulpie-orange.png
    112 kB
    xet
    Add Pulpie Orange banner 4 days ago
  • special_tokens_map.json
    760 Bytes
    EuroBERT-2.1B block classifier (step 2625, epoch 0.75, ROUGE-5=0.864) 3 months ago
  • tokenizer.json
    17.2 MB
    xet
    EuroBERT-2.1B block classifier (step 2625, epoch 0.75, ROUGE-5=0.864) 3 months ago
  • tokenizer_config.json
    50.9 kB
    EuroBERT-2.1B block classifier (step 2625, epoch 0.75, ROUGE-5=0.864) 3 months ago