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

Text Classification
Transformers
Safetensors
French
camembert
climate
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use epfl-dhlab/CatastroBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="epfl-dhlab/CatastroBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("epfl-dhlab/CatastroBERT")
    model = AutoModelForSequenceClassification.from_pretrained("epfl-dhlab/CatastroBERT")
  • Notebooks
  • Google Colab
  • Kaggle
CatastroBERT
447 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
emanuelaboros's picture
emanuelaboros
Update README.md
a988796 verified almost 2 years ago
  • images
    Upload bert_illustration.png over 2 years ago
  • .gitattributes
    1.7 kB
    Upload bert_illustration.png over 2 years ago
  • README.md
    2.75 kB
    Update README.md almost 2 years ago
  • config.json
    793 Bytes
    uploading model files over 2 years ago
  • model.safetensors
    443 MB
    xet
    uploading model files over 2 years ago
  • sentencepiece.bpe.model
    811 kB
    xet
    adding tokenizer files over 2 years ago
  • tokenizer.json
    1.4 MB
    adding tokenizer files over 2 years ago