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

  • Log In
  • Sign Up

Aryan047
/
Dynamic-event-detector

Text Classification
Transformers
Safetensors
English
bert
tweet-classification
meme-detection
event-detection
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Aryan047/Dynamic-event-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Aryan047/Dynamic-event-detector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Aryan047/Dynamic-event-detector")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Aryan047/Dynamic-event-detector")
    model = AutoModelForSequenceClassification.from_pretrained("Aryan047/Dynamic-event-detector")
  • Notebooks
  • Google Colab
  • Kaggle
Dynamic-event-detector
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Aryan047's picture
Aryan047
Upload fine-tuned BERT meme-vs-event classifier
1d4db61 verified 16 days ago
  • .gitattributes
    1.52 kB
    initial commit 16 days ago
  • README.md
    1.5 kB
    Upload fine-tuned BERT meme-vs-event classifier 16 days ago
  • config.json
    931 Bytes
    Upload fine-tuned BERT meme-vs-event classifier 16 days ago
  • model.safetensors
    438 MB
    xet
    Upload fine-tuned BERT meme-vs-event classifier 16 days ago
  • tokenizer.json
    711 kB
    Upload fine-tuned BERT meme-vs-event classifier 16 days ago
  • tokenizer_config.json
    322 Bytes
    Upload fine-tuned BERT meme-vs-event classifier 16 days ago
  • training_args.bin
    5.2 kB
    xet
    Upload fine-tuned BERT meme-vs-event classifier 16 days ago