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

diegovelilla
/
EssAI

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

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

  • Libraries
  • Transformers

    How to use diegovelilla/EssAI with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="diegovelilla/EssAI")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("diegovelilla/EssAI")
    model = AutoModelForSequenceClassification.from_pretrained("diegovelilla/EssAI")
  • Notebooks
  • Google Colab
  • Kaggle
EssAI / data
7.93 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
diegovelilla's picture
diegovelilla
Added data used in training
1584ab0 verified almost 2 years ago
  • test.csv
    1.59 MB
    Added data used in training almost 2 years ago
  • train.csv
    6.34 MB
    Added data used in training almost 2 years ago