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

swardiantara
/
ADFLER-albert-base-v2

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

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

  • Libraries
  • Transformers

    How to use swardiantara/ADFLER-albert-base-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="swardiantara/ADFLER-albert-base-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("swardiantara/ADFLER-albert-base-v2")
    model = AutoModelForTokenClassification.from_pretrained("swardiantara/ADFLER-albert-base-v2")
  • Notebooks
  • Google Colab
  • Kaggle
ADFLER-albert-base-v2
91.9 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
swardiantara's picture
swardiantara
Update README.md
13e6c1c verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.6 kB
    Update README.md over 1 year ago
  • concept.png
    17.4 kB
    Upload 2 files over 1 year ago
  • config.json
    1.26 kB
    Upload AlbertForTokenClassification over 1 year ago
  • model.safetensors
    44.4 MB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    44.4 MB
    xet
    Upload AlbertForTokenClassification over 1 year ago
  • special_tokens_map.json
    286 Bytes
    Upload tokenizer over 1 year ago
  • spiece.model
    760 kB
    xet
    Upload tokenizer over 1 year ago
  • tokenizer.json
    2.27 MB
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    577 Bytes
    Upload tokenizer over 1 year ago