Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

solonsophy
/
name-gender-classifier-ko

Text Classification
Transformers
Safetensors
Korean
English
xlm-roberta
name-gender
korean
multilingual
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use solonsophy/name-gender-classifier-ko with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="solonsophy/name-gender-classifier-ko")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("solonsophy/name-gender-classifier-ko")
    model = AutoModelForSequenceClassification.from_pretrained("solonsophy/name-gender-classifier-ko")
  • Notebooks
  • Google Colab
  • Kaggle
name-gender-classifier-ko
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
solonsophy's picture
solonsophy
add Acknowledgments
a751348 verified 3 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer.json with huggingface_hub 4 months ago
  • README.md
    2 kB
    add Acknowledgments 3 months ago
  • config.json
    784 Bytes
    Upload config.json with huggingface_hub 4 months ago
  • model.safetensors
    1.11 GB
    xet
    Upload model.safetensors with huggingface_hub 4 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload sentencepiece.bpe.model with huggingface_hub 4 months ago
  • special_tokens_map.json
    280 Bytes
    Upload special_tokens_map.json with huggingface_hub 4 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer.json with huggingface_hub 4 months ago
  • tokenizer_config.json
    1.18 kB
    Upload tokenizer_config.json with huggingface_hub 4 months ago