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

Jsfumato
/
reptile-classifier-ko

Text Classification
Transformers
ONNX
Safetensors
bert
reptile
korean
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Jsfumato/reptile-classifier-ko with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Jsfumato/reptile-classifier-ko with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Jsfumato/reptile-classifier-ko")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jsfumato/reptile-classifier-ko")
    model = AutoModelForSequenceClassification.from_pretrained("Jsfumato/reptile-classifier-ko")
  • Notebooks
  • Google Colab
  • Kaggle
reptile-classifier-ko / final
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Jsfumato's picture
Jsfumato
Upload fine-tuned reptile classifier
a235f8d verified 9 months ago
  • README.md
    849 Bytes
    Upload fine-tuned reptile classifier 9 months ago
  • config.json
    1.15 kB
    Model save 9 months ago
  • label_map.json
    116 Bytes
    Model save 9 months ago
  • model.safetensors
    436 MB
    xet
    Model save 9 months ago
  • special_tokens_map.json
    125 Bytes
    Model save 9 months ago
  • tokenizer.json
    722 kB
    Model save 9 months ago
  • tokenizer_config.json
    1.27 kB
    Model save 9 months ago
  • training_args.bin
    5.84 kB
    xet
    Model save 9 months ago
  • vocab.txt
    250 kB
    Model save 9 months ago