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

  • Log In
  • Sign Up

sampathkethineedi
/
industry-classification

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
English
distilbert
tensorflow
industry
buisiness
description
multi-class
classification
Model card Files Files and versions
xet
Community
3

Instructions to use sampathkethineedi/industry-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sampathkethineedi/industry-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sampathkethineedi/industry-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sampathkethineedi/industry-classification")
    model = AutoModelForSequenceClassification.from_pretrained("sampathkethineedi/industry-classification")
  • Notebooks
  • Google Colab
  • Kaggle
industry-classification
Ctrl+K
Ctrl+K
History: 26 commits
system's picture
system HF Staff
Update README.md
9914232 almost 6 years ago
  • .gitattributes
    345 Bytes
    initial commit almost 6 years ago
  • README.md
    1.23 kB
    Update README.md almost 6 years ago
  • config.json
    5.07 kB
    Update config.json almost 6 years ago
  • config_new.json
    5.07 kB
    Update config_new.json almost 6 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    268 MB
    xet
    Update pytorch_model.bin almost 6 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json almost 6 years ago
  • tf_model.h5
    268 MB
    xet
    Update tf_model.h5 almost 6 years ago
  • tokenizer_config.json
    58 Bytes
    Update tokenizer_config.json almost 6 years ago
  • vocab.txt
    232 kB
    Update vocab.txt almost 6 years ago