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

  • Log In
  • Sign Up

JimminDev
/
jim-text-class

Text Classification
Transformers
TensorBoard
Safetensors
deberta-v2
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use JimminDev/jim-text-class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JimminDev/jim-text-class with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="JimminDev/jim-text-class")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("JimminDev/jim-text-class")
    model = AutoModelForSequenceClassification.from_pretrained("JimminDev/jim-text-class")
  • Notebooks
  • Google Colab
  • Kaggle
jim-text-class
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
JimminDev's picture
JimminDev
End of training
fb55157 verified about 2 years ago
  • runs
    Training in progress, epoch 1 about 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 1 about 2 years ago
  • README.md
    1.41 kB
    End of training about 2 years ago
  • added_tokens.json
    23 Bytes
    Training in progress, epoch 1 about 2 years ago
  • config.json
    1.1 kB
    Training in progress, epoch 1 about 2 years ago
  • model.safetensors
    1.12 GB
    xet
    Training in progress, epoch 1 about 2 years ago
  • special_tokens_map.json
    971 Bytes
    Training in progress, epoch 1 about 2 years ago
  • spm.model
    4.31 MB
    xet
    Training in progress, epoch 1 about 2 years ago
  • tokenizer.json
    16.3 MB
    xet
    Training in progress, epoch 1 about 2 years ago
  • tokenizer_config.json
    1.37 kB
    Training in progress, epoch 1 about 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.73 kB
    xet
    Training in progress, epoch 1 about 2 years ago