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

akaruineko
/
qltan-1.5

Text Classification
Transformers
Safetensors
English
xlm-roberta
human-vs-machine
synthetic-data-detection
data-quality
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use akaruineko/qltan-1.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use akaruineko/qltan-1.5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="akaruineko/qltan-1.5")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("akaruineko/qltan-1.5")
    model = AutoModelForSequenceClassification.from_pretrained("akaruineko/qltan-1.5", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
qltan-1.5
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
akaruineko's picture
akaruineko
Update README.md
dfcf162 verified about 15 hours ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 1 about 17 hours ago
  • README.md
    4.64 kB
    Update README.md about 15 hours ago
  • config.json
    1.07 kB
    Training in progress, epoch 1 about 17 hours ago
  • model.safetensors
    1.11 GB
    xet
    Training in progress, epoch 2 about 16 hours ago
  • tokenizer.json
    17.1 MB
    xet
    Training in progress, epoch 1 about 17 hours ago
  • tokenizer_config.json
    343 Bytes
    Training in progress, epoch 1 about 17 hours ago
  • training_args.bin
    5.27 kB
    xet
    Training in progress, epoch 1 about 17 hours ago