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

dima806
/
ai-generated-essay-detection-distilbert

Text Classification
Transformers
Safetensors
distilbert
Model card Files Files and versions
xet
Community

Instructions to use dima806/ai-generated-essay-detection-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dima806/ai-generated-essay-detection-distilbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dima806/ai-generated-essay-detection-distilbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dima806/ai-generated-essay-detection-distilbert")
    model = AutoModelForSequenceClassification.from_pretrained("dima806/ai-generated-essay-detection-distilbert")
  • Notebooks
  • Google Colab
  • Kaggle
ai-generated-essay-detection-distilbert
3.44 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
dima806's picture
dima806
Update README.md
f416f95 verified over 1 year ago
  • checkpoint-108832
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-21872
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-51552
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-8202
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.59 kB
    Upload folder using huggingface_hub over 2 years ago
  • README.md
    197 Bytes
    Update README.md over 1 year ago
  • config.json
    731 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • model.safetensors
    263 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments",
    • "accelerate.utils.dataclasses.DistributedType",
    • "torch.device",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    4.09 kB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • vocab.txt
    213 kB
    Upload folder using huggingface_hub over 2 years ago