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

  • 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
447 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
diegovelilla's picture
diegovelilla
added base model info to model card
bf8dd28 verified over 1 year ago
  • data
    Added data used in training over 1 year ago
  • .gitattributes
    191 Bytes
    "Extracting all from folder" over 1 year ago
  • README.md
    7.89 kB
    added base model info to model card over 1 year ago
  • config.json
    727 Bytes
    "Extracting all from folder" over 1 year ago
  • essai_data_insights.ipynb
    132 kB
    First initial commit over 1 year ago
  • essai_testing.ipynb
    9.73 kB
    First initial commit over 1 year ago
  • essai_training.ipynb
    11.8 kB
    First initial commit over 1 year ago
  • essai_user_input.py
    4.56 kB
    First initial commit over 1 year ago
  • evaluation_results.txt
    268 Bytes
    First commit over 1 year ago
  • model.safetensors
    438 MB
    xet
    "Extracting all from folder" over 1 year ago
  • requirements.txt
    114 Bytes
    First initial commit over 1 year ago
  • special_tokens_map.json
    125 Bytes
    "Extracting all from folder" over 1 year ago
  • tokenizer.json
    712 kB
    "Extracting all from folder" over 1 year ago
  • tokenizer_config.json
    1.19 kB
    "Extracting all from folder" over 1 year ago
  • vocab.txt
    232 kB
    "Extracting all from folder" over 1 year ago