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

  • Log In
  • Sign Up

iknow-lab
/
azou

Text Classification
Transformers
PyTorch
Korean
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use iknow-lab/azou with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use iknow-lab/azou with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="iknow-lab/azou")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("iknow-lab/azou")
    model = AutoModelForSequenceClassification.from_pretrained("iknow-lab/azou")
  • Notebooks
  • Google Colab
  • Kaggle
azou
1.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
heegyu's picture
heegyu
Update README.md
2b26ca6 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    6.23 kB
    Update README.md over 2 years ago
  • config.json
    844 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.35 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • special_tokens_map.json
    173 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer.json
    752 kB
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer_config.json
    415 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • vocab.txt
    248 kB
    Upload folder using huggingface_hub over 2 years ago