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

  • Log In
  • Sign Up

Kamer
/
Day2Best

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

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

  • Libraries
  • Transformers

    How to use Kamer/Day2Best with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Kamer/Day2Best")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Kamer/Day2Best")
    model = AutoModelForSequenceClassification.from_pretrained("Kamer/Day2Best")
  • Notebooks
  • Google Colab
  • Kaggle
Day2Best
877 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
c45018e verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    4.43 kB
    Training in progress, step 500 over 2 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    438 MB
    xet
    Training in progress, step 5500 over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, step 500 over 2 years ago
  • tokenizer.json
    702 kB
    Training in progress, step 500 over 2 years ago
  • tokenizer_config.json
    366 Bytes
    Training in progress, step 500 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.03 kB
    xet
    Training in progress, step 500 over 2 years ago
  • vocab.txt
    222 kB
    Training in progress, step 500 over 2 years ago