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

  • Log In
  • Sign Up

vinapatri
/
intent-classification-jkn-kis

Text Classification
Transformers
Safetensors
Indonesian
bert
indobert
intent-classification
jkn-kis
bpjs
bahasa-indonesia
healthcare
nlp
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use vinapatri/intent-classification-jkn-kis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use vinapatri/intent-classification-jkn-kis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="vinapatri/intent-classification-jkn-kis")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("vinapatri/intent-classification-jkn-kis")
    model = AutoModelForSequenceClassification.from_pretrained("vinapatri/intent-classification-jkn-kis")
  • Notebooks
  • Google Colab
  • Kaggle
intent-classification-jkn-kis
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
vinapatri's picture
vinapatri
Update README.md
6b84115 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    2.04 kB
    Update README.md 11 months ago
  • config.json
    6.14 kB
    Upload trained IndoBERT model with tokenizer and label encoder 11 months ago
  • label_encoder.pkl
    2.27 kB
    xet
    Upload trained IndoBERT model with tokenizer and label encoder 11 months ago
  • model.safetensors
    498 MB
    xet
    Upload trained IndoBERT model with tokenizer and label encoder 11 months ago
  • special_tokens_map.json
    125 Bytes
    Upload trained IndoBERT model with tokenizer and label encoder 11 months ago
  • tag_to_responses.pkl
    87.7 kB
    xet
    Upload trained IndoBERT model with tokenizer and label encoder 11 months ago
  • tokenizer.json
    709 kB
    Upload trained IndoBERT model with tokenizer and label encoder 11 months ago
  • tokenizer_config.json
    1.29 kB
    Upload trained IndoBERT model with tokenizer and label encoder 11 months ago
  • training_args.bin
    5.24 kB
    xet
    Upload trained IndoBERT model with tokenizer and label encoder 11 months ago
  • vocab.txt
    229 kB
    Upload trained IndoBERT model with tokenizer and label encoder 11 months ago