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
/
ftan-2.0

Text Classification
Transformers
Safetensors
English
distilbert
moderation
filtering
offensive
clean
Eval Results (legacy)
Eval Results
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use akaruineko/ftan-2.0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="akaruineko/ftan-2.0")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("akaruineko/ftan-2.0")
    model = AutoModelForSequenceClassification.from_pretrained("akaruineko/ftan-2.0", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ftan-2.0
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
akaruineko's picture
akaruineko
eval_results for future
a30ae6d verified 3 days ago
  • .eval_results
    eval_results for future 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • README.md
    5.35 kB
    ftanch benchmarked 3 days ago
  • config.json
    780 Bytes
    Upload folder using huggingface_hub 4 days ago
  • model.safetensors
    268 MB
    xet
    Upload folder using huggingface_hub 4 days ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub 4 days ago
  • tokenizer_config.json
    457 Bytes
    Upload folder using huggingface_hub 4 days ago
  • training_args.bin
    5.2 kB
    xet
    Upload folder using huggingface_hub 4 days ago