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

  • 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
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
rishikasrinivas's picture
rishikasrinivas
Push model using huggingface_hub.
89d349e verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    76 Bytes
    Create README.md about 2 years ago
  • config.json
    24 Bytes
    Push model using huggingface_hub. about 2 years ago
  • load_data.py
    253 Bytes
    Create load_data.py about 2 years ago
  • model.py
    1.08 kB
    Update model.py about 2 years ago
  • model.safetensors
    438 MB
    xet
    Push model using huggingface_hub. about 2 years ago
  • process_data.py
    3.19 kB
    Update process_data.py about 2 years ago
  • sampler.py
    1.25 kB
    Create sampler.py about 2 years ago
  • train_model.py
    6.19 kB
    Create train_model.py about 2 years ago