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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

arincon
/
ia-detection-tiny-random-gptj

Text Classification
Transformers
PyTorch
TensorBoard
gptj
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use arincon/ia-detection-tiny-random-gptj with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use arincon/ia-detection-tiny-random-gptj with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="arincon/ia-detection-tiny-random-gptj")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("arincon/ia-detection-tiny-random-gptj")
    model = AutoModelForSequenceClassification.from_pretrained("arincon/ia-detection-tiny-random-gptj", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ia-detection-tiny-random-gptj / logs
374 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
arincon's picture
arincon
arincon/ia-detection-tiny-random-gptj
2c40f8a almost 3 years ago
  • 1698604205.894863
    Training in progress, epoch 1 almost 3 years ago
  • events.out.tfevents.1698604205.3c8bd734edab.639.0
    368 kB
    xet
    arincon/ia-detection-tiny-random-gptj almost 3 years ago
  • events.out.tfevents.1698605189.3c8bd734edab.639.2
    569 Bytes
    xet
    arincon/ia-detection-tiny-random-gptj almost 3 years ago