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

Husain
/
sentence-camembert-large

Feature Extraction
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
camembert
Model card Files Files and versions
xet
Community

Instructions to use Husain/sentence-camembert-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Husain/sentence-camembert-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Husain/sentence-camembert-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Husain/sentence-camembert-large")
    model = AutoModel.from_pretrained("Husain/sentence-camembert-large")
  • Notebooks
  • Google Colab
  • Kaggle
sentence-camembert-large
4.04 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Husain's picture
Husain
Update README.md
4309eec over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    0 Bytes
    Update README.md over 2 years ago
  • config.json
    683 Bytes
    init over 2 years ago
  • model.safetensors
    1.35 GB
    xet
    init over 2 years ago
  • pytorch_model.bin
    1.35 GB
    xet
    init over 2 years ago
  • sentence_bert_config.json
    27 Bytes
    init over 2 years ago
  • sentencepiece.bpe.model
    809 kB
    xet
    init over 2 years ago
  • special_tokens_map.json
    298 Bytes
    init over 2 years ago
  • tf_model.h5
    1.35 GB
    xet
    init over 2 years ago
  • tokenizer_config.json
    400 Bytes
    init over 2 years ago