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
/
xlm-roberta-longformer-base-4096-repnum_wl_3_classes

Text Classification
Transformers
PyTorch
French
xlm-roberta
nli
Model card Files Files and versions
xet
Community
1

Instructions to use waboucay/xlm-roberta-longformer-base-4096-repnum_wl_3_classes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use waboucay/xlm-roberta-longformer-base-4096-repnum_wl_3_classes with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="waboucay/xlm-roberta-longformer-base-4096-repnum_wl_3_classes")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("waboucay/xlm-roberta-longformer-base-4096-repnum_wl_3_classes")
    model = AutoModelForSequenceClassification.from_pretrained("waboucay/xlm-roberta-longformer-base-4096-repnum_wl_3_classes", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-longformer-base-4096-repnum_wl_3_classes
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
GOREExperiment's picture
GOREExperiment
Model trained.
b4bcb5c almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    367 Bytes
    Model trained. almost 3 years ago
  • config.json
    1.16 kB
    Model trained. almost 3 years ago
  • pytorch_model.bin
    1.12 GB
    xet
    Model trained. almost 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Model trained. almost 3 years ago
  • special_tokens_map.json
    150 Bytes
    Model trained. almost 3 years ago
  • tokenizer_config.json
    631 Bytes
    Model trained. almost 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.58 kB
    xet
    Model trained. almost 3 years ago