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

almanach
/
camemberta-base

Feature Extraction
Transformers
PyTorch
TensorBoard
Safetensors
French
deberta-v2
deberta
deberta-v3
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use almanach/camemberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use almanach/camemberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="almanach/camemberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("almanach/camemberta-base")
    model = AutoModel.from_pretrained("almanach/camemberta-base")
  • Notebooks
  • Google Colab
  • Kaggle
camemberta-base / runs
1 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
ANTOUN Wissam
added model files
f460d39 about 3 years ago
  • eval
    added model files about 3 years ago
  • train
    added model files about 3 years ago
  • .gitkeep
    0 Bytes
    added model files about 3 years ago
  • training_summary.txt
    1.05 kB
    added model files about 3 years ago