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

epfl-dhlab
/
CatastroBERT-M

Text Classification
Transformers
Safetensors
multilingual
bert
climate
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use epfl-dhlab/CatastroBERT-M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use epfl-dhlab/CatastroBERT-M with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="epfl-dhlab/CatastroBERT-M")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("epfl-dhlab/CatastroBERT-M")
    model = AutoModelForSequenceClassification.from_pretrained("epfl-dhlab/CatastroBERT-M")
  • Notebooks
  • Google Colab
  • Kaggle
CatastroBERT-M
717 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
emanuelaboros's picture
emanuelaboros
Update README.md
bf0bdd3 verified almost 2 years ago
  • .gitattributes
    1.63 kB
    Upload bert_illustration.png almost 2 years ago
  • README.md
    2.85 kB
    Update README.md almost 2 years ago
  • bert_illustration.png
    2.3 MB
    xet
    Upload bert_illustration.png almost 2 years ago
  • config.json
    924 Bytes
    uploading model files over 2 years ago
  • model.safetensors
    711 MB
    xet
    uploading model files over 2 years ago
  • tokenizer.json
    1.96 MB
    uploading tokenizer files over 2 years ago
  • tokenizer_config.json
    29 Bytes
    uploading tokenizer files over 2 years ago
  • vocab.txt
    996 kB
    uploading tokenizer files over 2 years ago