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

rishikasrinivas
/
bert-genre-pred

Text Classification
Transformers
Safetensors
English
Model card Files Files and versions
xet
Community

Instructions to use rishikasrinivas/bert-genre-pred with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rishikasrinivas/bert-genre-pred with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="rishikasrinivas/bert-genre-pred")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("rishikasrinivas/bert-genre-pred", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-genre-pred
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
rishikasrinivas's picture
rishikasrinivas
Push model using huggingface_hub.
89d349e verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    76 Bytes
    Create README.md over 2 years ago
  • config.json
    24 Bytes
    Push model using huggingface_hub. over 2 years ago
  • load_data.py
    253 Bytes
    Create load_data.py over 2 years ago
  • model.py
    1.08 kB
    Update model.py over 2 years ago
  • model.safetensors
    438 MB
    xet
    Push model using huggingface_hub. over 2 years ago
  • process_data.py
    3.19 kB
    Update process_data.py over 2 years ago
  • sampler.py
    1.25 kB
    Create sampler.py over 2 years ago
  • train_model.py
    6.19 kB
    Create train_model.py over 2 years ago