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

tomerz14
/
human-vs-AI_bert-classifier

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use tomerz14/human-vs-AI_bert-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tomerz14/human-vs-AI_bert-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="tomerz14/human-vs-AI_bert-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tomerz14/human-vs-AI_bert-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("tomerz14/human-vs-AI_bert-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
human-vs-AI_bert-classifier / runs
21.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
tomerz14's picture
tomerz14
Model save
141a353 verified 8 months ago
  • Oct04_16-09-57_CLY9NT69CG
    Model save 8 months ago
  • Oct04_16-16-13_CLY9NT69CG
    Model save 8 months ago
  • .DS_Store
    6.15 kB
    Model save 8 months ago