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

  • Log In
  • Sign Up

alezzandro
/
itsm_tickets

Text Classification
Transformers
google-tensorflow TensorFlow
TensorBoard
Safetensors
distilbert
generated_from_keras_callback
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use alezzandro/itsm_tickets with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="alezzandro/itsm_tickets")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("alezzandro/itsm_tickets")
    model = AutoModelForSequenceClassification.from_pretrained("alezzandro/itsm_tickets")
  • Notebooks
  • Google Colab
  • Kaggle
itsm_tickets
537 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
alezzandro's picture
alezzandro
Training in progress epoch 2
78c8676 almost 2 years ago
  • runs
    End of training almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.93 kB
    Training in progress epoch 2 almost 2 years ago
  • config.json
    704 Bytes
    Training in progress epoch 0 almost 2 years ago
  • model.safetensors
    268 MB
    xet
    Training in progress, epoch 2 almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • tf_model.h5
    268 MB
    xet
    Training in progress epoch 2 almost 2 years ago
  • tokenizer.json
    711 kB
    Training in progress, epoch 1 almost 2 years ago
  • tokenizer_config.json
    1.2 kB
    Training in progress, epoch 1 almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

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