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

hplisiecki
/
word2affect_french

Text Classification
Transformers
PyTorch
Safetensors
French
camembert
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use hplisiecki/word2affect_french with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hplisiecki/word2affect_french with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hplisiecki/word2affect_french")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("hplisiecki/word2affect_french")
    model = AutoModel.from_pretrained("hplisiecki/word2affect_french")
  • Notebooks
  • Google Colab
  • Kaggle
word2affect_french
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
hplisiecki's picture
hplisiecki
Update README.md
6a66d00 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.78 kB
    Update README.md over 1 year ago
  • config.json
    926 Bytes
    Upload 8 files almost 2 years ago
  • model.safetensors
    443 MB
    xet
    Upload 8 files almost 2 years ago
  • model_script.py
    1.76 kB
    Upload 8 files almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    447 MB
    xet
    Upload 8 files almost 2 years ago
  • sentencepiece.bpe.model
    811 kB
    xet
    Upload 8 files almost 2 years ago
  • special_tokens_map.json
    1.09 kB
    Upload 8 files almost 2 years ago
  • tokenizer.json
    2.42 MB
    Upload 8 files almost 2 years ago
  • tokenizer_config.json
    1.75 kB
    Upload 8 files almost 2 years ago