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

  • Log In
  • Sign Up

SergeyTW
/
insight

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

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

  • Libraries
  • Transformers

    How to use SergeyTW/insight with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="SergeyTW/insight")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("SergeyTW/insight")
    model = AutoModelForSequenceClassification.from_pretrained("SergeyTW/insight")
  • Notebooks
  • Google Colab
  • Kaggle
insight
537 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
a04a96f verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 over 2 years ago
  • config.json
    812 Bytes
    Training in progress, epoch 1 over 2 years ago
  • model.safetensors
    268 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    268 MB
    xet
    Training in progress, epoch 5 over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 over 2 years ago
  • tokenizer.json
    711 kB
    Training in progress, epoch 1 over 2 years ago
  • tokenizer_config.json
    360 Bytes
    Training in progress, epoch 1 over 2 years ago
  • training_args.bin

    Detected Pickle imports (7)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames",
    • "__builtin__.getattr",
    • "torch.device"

    How to fix it?

    3.58 kB
    xet
    Training in progress, epoch 1 over 2 years ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 over 2 years ago