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

  • Log In
  • Sign Up

meghas
/
pheme_reddit_bert

Feature Extraction
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

Instructions to use meghas/pheme_reddit_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use meghas/pheme_reddit_bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="meghas/pheme_reddit_bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("meghas/pheme_reddit_bert")
    model = AutoModel.from_pretrained("meghas/pheme_reddit_bert")
  • Notebooks
  • Google Colab
  • Kaggle
pheme_reddit_bert
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
meghas's picture
meghas
Upload model
600b3eb verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.17 kB
    Upload model about 2 years ago
  • config.json
    658 Bytes
    Upload model about 2 years ago
  • model.safetensors
    438 MB
    xet
    Upload model about 2 years ago