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

  • Log In
  • Sign Up

ShihTing
/
HealthBureauSix

Text Classification
Transformers
PyTorch
Enawené-Nawé
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use ShihTing/HealthBureauSix with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ShihTing/HealthBureauSix")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ShihTing/HealthBureauSix")
    model = AutoModelForSequenceClassification.from_pretrained("ShihTing/HealthBureauSix")
  • Notebooks
  • Google Colab
  • Kaggle
HealthBureauSix
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
ShihTing's picture
ShihTing
Upload tokenizer_config.json
04cb59a about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    1.35 kB
    Update README.md about 4 years ago
  • config.json
    1.24 kB
    Update config.json about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    409 MB
    xet
    0.72 about 4 years ago
  • tokenizer.json
    269 kB
    Upload tokenizer.json about 4 years ago
  • tokenizer_config.json
    56 Bytes
    Upload tokenizer_config.json about 4 years ago
  • trainer_state.json
    8.95 kB
    Upload trainer_state.json about 4 years ago