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

Humor-Research
/
humor-detection-funlines-and-human-microedit-paper-2023-453

Text Classification
Transformers
PyTorch
English
roberta
humor-detection
humor-classification
joke-detection
humor-vs-non-humor
binary-classification
english
nlp
computational-humor
Model card Files Files and versions
xet
Community
1

Instructions to use Humor-Research/humor-detection-funlines-and-human-microedit-paper-2023-453 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Humor-Research/humor-detection-funlines-and-human-microedit-paper-2023-453 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Humor-Research/humor-detection-funlines-and-human-microedit-paper-2023-453")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Humor-Research/humor-detection-funlines-and-human-microedit-paper-2023-453")
    model = AutoModelForSequenceClassification.from_pretrained("Humor-Research/humor-detection-funlines-and-human-microedit-paper-2023-453", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
humor-detection-funlines-and-human-microedit-paper-2023-453
1.5 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 10 commits
alexanderbaranof's picture
alexanderbaranof
Create README.md
9eed846 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.25 kB
    Create README.md 3 months ago
  • config.json
    752 Bytes
    Upload config.json with huggingface_hub over 2 years ago
  • optimizer.pt
    997 MB
    xet
    Upload optimizer.pt with huggingface_hub over 2 years ago
  • pytorch_model.bin
    499 MB
    xet
    Upload pytorch_model.bin with huggingface_hub over 2 years ago
  • rng_state.pth
    14.6 kB
    xet
    Upload rng_state.pth with huggingface_hub over 2 years ago
  • scaler.pt
    557 Bytes
    xet
    Upload scaler.pt with huggingface_hub over 2 years ago
  • scheduler.pt
    627 Bytes
    xet
    Upload scheduler.pt with huggingface_hub over 2 years ago
  • trainer_state.json
    7.71 kB
    Upload trainer_state.json with huggingface_hub over 2 years ago
  • training_args.bin
    3.64 kB
    xet
    Upload training_args.bin with huggingface_hub over 2 years ago