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-bert-tiny

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="arincon/ia-detection-bert-tiny")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("arincon/ia-detection-bert-tiny")
    model = AutoModelForSequenceClassification.from_pretrained("arincon/ia-detection-bert-tiny", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ia-detection-bert-tiny / logs
748 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
arincon's picture
arincon
arincon/ia-detection-bert-tiny
ca11579 almost 3 years ago
  • 1698523599.832403
    Training in progress, epoch 1 almost 3 years ago
  • 1698572323.4596114
    Training in progress, epoch 1 almost 3 years ago
  • events.out.tfevents.1698523599.b35e6e2f6525.1480.0
    368 kB
    xet
    arincon/ia-detection-bert-tiny almost 3 years ago
  • events.out.tfevents.1698524027.b35e6e2f6525.1480.2
    569 Bytes
    xet
    arincon/ia-detection-bert-tiny almost 3 years ago
  • events.out.tfevents.1698572323.4f0d8c3c8ca1.484.0
    368 kB
    xet
    arincon/ia-detection-bert-tiny almost 3 years ago
  • events.out.tfevents.1698572777.4f0d8c3c8ca1.484.2
    569 Bytes
    xet
    arincon/ia-detection-bert-tiny almost 3 years ago