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

  • Log In
  • Sign Up

entfane
/
BERT_human_like_RM

Text Classification
Transformers
Safetensors
English
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use entfane/BERT_human_like_RM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="entfane/BERT_human_like_RM")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("entfane/BERT_human_like_RM")
    model = AutoModelForSequenceClassification.from_pretrained("entfane/BERT_human_like_RM")
  • Notebooks
  • Google Colab
  • Kaggle
BERT_human_like_RM
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
entfane's picture
entfane
Update README.md
c60e4d4 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    708 Bytes
    Update README.md 7 months ago
  • config.json
    747 Bytes
    Upload BertForSequenceClassification 7 months ago
  • model.safetensors
    438 MB
    xet
    Upload BertForSequenceClassification 7 months ago
  • special_tokens_map.json
    132 Bytes
    Upload tokenizer 7 months ago
  • tokenizer.json
    711 kB
    Upload tokenizer 7 months ago
  • tokenizer_config.json
    1.28 kB
    Upload tokenizer 7 months ago
  • vocab.txt
    232 kB
    Upload tokenizer 7 months ago