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

  • Log In
  • Sign Up

hynky
/
Gender

Text Classification
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community
1

Instructions to use hynky/Gender with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hynky/Gender with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hynky/Gender")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hynky/Gender")
    model = AutoModelForSequenceClassification.from_pretrained("hynky/Gender")
  • Notebooks
  • Google Colab
  • Kaggle
Gender
504 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
hynky's picture
hynky
Update README.md
2299201 over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    816 Bytes
    Update README.md over 2 years ago
  • config.json
    867 Bytes
    Upload RobertaForSequenceClassification about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    504 MB
    xet
    Upload RobertaForSequenceClassification about 3 years ago