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

  • Log In
  • Sign Up

swardiantara
/
ADFLER-roberta-base

Token Classification
Transformers
PyTorch
Safetensors
English
roberta
drone-forensics
event-recognition
Model card Files Files and versions
xet
Community
1

Instructions to use swardiantara/ADFLER-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use swardiantara/ADFLER-roberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="swardiantara/ADFLER-roberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("swardiantara/ADFLER-roberta-base")
    model = AutoModelForTokenClassification.from_pretrained("swardiantara/ADFLER-roberta-base")
  • Notebooks
  • Google Colab
  • Kaggle
ADFLER-roberta-base
996 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
swardiantara's picture
swardiantara
Upload 2 files
a3126f7 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.71 kB
    Upload 2 files over 1 year ago
  • concept.png
    17.4 kB
    Upload 2 files over 1 year ago
  • config.json
    1.1 kB
    Upload RobertaForTokenClassification over 1 year ago
  • merges.txt
    456 kB
    Upload tokenizer over 1 year ago
  • model.safetensors
    496 MB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • pytorch_model.bin
    496 MB
    xet
    Upload RobertaForTokenClassification over 1 year ago
  • special_tokens_map.json
    280 Bytes
    Upload tokenizer over 1 year ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    431 Bytes
    Upload tokenizer over 1 year ago
  • vocab.json
    798 kB
    Upload tokenizer over 1 year ago