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

  • Log In
  • Sign Up

UWV
/
wimbert-synth-v0

Text Classification
Transformers
Safetensors
PyTorch
Dutch
modernbert
feature-extraction
multi-label
dutch
municipal-complaints
mbert
bert
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use UWV/wimbert-synth-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use UWV/wimbert-synth-v0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="UWV/wimbert-synth-v0")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("UWV/wimbert-synth-v0")
    model = AutoModel.from_pretrained("UWV/wimbert-synth-v0")
  • Notebooks
  • Google Colab
  • Kaggle
wimbert-synth-v0
1.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
yhavinga's picture
yhavinga
Update model card
a38ede4 7 months ago
  • train
    Add extra dataset, also filter no subtopic from beleving 7 months ago
  • .gitattributes
    1.57 kB
    Initial commit of WimBERT-synth-v0 7 months ago
  • README.md
    5.41 kB
    Update model card 7 months ago
  • config.json
    1.21 kB
    Initial commit of WimBERT-synth-v0 7 months ago
  • dual_head_state.pt
    5.03 MB
    xet
    Update with model trained on extra dataset 7 months ago
  • inference_mmbert_hf_example.py
    1.98 kB
    Extract DualHeadModel to model.py for inference, update model card 7 months ago
  • label_names.json
    2.62 kB
    Update with model trained on extra dataset 7 months ago
  • model.py
    3.88 kB
    Extract DualHeadModel to model.py for inference, update model card 7 months ago
  • model.safetensors
    1.23 GB
    xet
    Update with model trained on extra dataset 7 months ago
  • requirements.txt
    1.76 kB
    Initial commit of WimBERT-synth-v0 7 months ago
  • special_tokens_map.json
    1.05 kB
    Initial commit of WimBERT-synth-v0 7 months ago
  • tokenizer.json
    34.4 MB
    xet
    Initial commit of WimBERT-synth-v0 7 months ago
  • tokenizer_config.json
    46.5 kB
    Initial commit of WimBERT-synth-v0 7 months ago