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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

waboucay
/
camembert-base-finetuned-repnum_wl_3_classes

Text Classification
Transformers
PyTorch
French
camembert
nli
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use waboucay/camembert-base-finetuned-repnum_wl_3_classes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use waboucay/camembert-base-finetuned-repnum_wl_3_classes with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="waboucay/camembert-base-finetuned-repnum_wl_3_classes", device_map="auto")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("waboucay/camembert-base-finetuned-repnum_wl_3_classes")
    model = AutoModelForSequenceClassification.from_pretrained("waboucay/camembert-base-finetuned-repnum_wl_3_classes", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
camembert-base-finetuned-repnum_wl_3_classes
446 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
William ABOUCAYA
Create README.md
67db19a about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    368 Bytes
    Create README.md about 4 years ago
  • config.json
    975 Bytes
    Initial commit about 4 years ago
  • pytorch_model.bin
    443 MB
    xet
    Initial commit about 4 years ago
  • sentencepiece.bpe.model
    811 kB
    xet
    Initial commit about 4 years ago
  • special_tokens_map.json
    299 Bytes
    Initial commit about 4 years ago
  • tokenizer.json
    2.42 MB
    Initial commit about 4 years ago
  • tokenizer_config.json
    455 Bytes
    Initial commit about 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    3.06 kB
    xet
    Initial commit about 4 years ago