Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

anismahmahi
/
LLMLingua2_span_propaganda

Token Classification
Transformers
PyTorch
TensorBoard
xlm-roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use anismahmahi/LLMLingua2_span_propaganda with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="anismahmahi/LLMLingua2_span_propaganda")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("anismahmahi/LLMLingua2_span_propaganda")
    model = AutoModelForTokenClassification.from_pretrained("anismahmahi/LLMLingua2_span_propaganda")
  • Notebooks
  • Google Colab
  • Kaggle
LLMLingua2_span_propaganda
2.25 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
anismahmahi's picture
anismahmahi
update model card README.md
aae9199 about 2 years ago
  • runs
    End of training about 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 1 about 2 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 about 2 years ago
  • README.md
    1.37 kB
    update model card README.md about 2 years ago
  • config.json
    2.11 kB
    Training in progress, epoch 1 about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    2.24 GB
    xet
    End of training about 2 years ago
  • special_tokens_map.json
    280 Bytes
    Training in progress, epoch 1 about 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Training in progress, epoch 1 about 2 years ago
  • tokenizer_config.json
    1.29 kB
    Training in progress, epoch 1 about 2 years ago
  • training_args.bin
    4.41 kB
    xet
    Training in progress, epoch 1 about 2 years ago