Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Denn231
/
internal_clf_v_0.7695

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

Instructions to use Denn231/internal_clf_v_0.7695 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Denn231/internal_clf_v_0.7695 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Denn231/internal_clf_v_0.7695")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Denn231/internal_clf_v_0.7695")
    model = AutoModelForSequenceClassification.from_pretrained("Denn231/internal_clf_v_0.7695")
  • Notebooks
  • Google Colab
  • Kaggle
internal_clf_v_0.7695
515 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Denn231's picture
Denn231
upload from revision 9e8f7a68d3a9338ef61cc614b0b2a73699d9960c
206c45e verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    5.17 kB
    upload from revision 9e8f7a68d3a9338ef61cc614b0b2a73699d9960c about 1 month ago
  • config.json
    2.72 kB
    upload from revision 9e8f7a68d3a9338ef61cc614b0b2a73699d9960c about 1 month ago
  • model.safetensors
    514 MB
    xet
    upload from revision 9e8f7a68d3a9338ef61cc614b0b2a73699d9960c about 1 month ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 about 1 month ago
  • tokenizer.json
    1.39 MB
    Training in progress, epoch 1 about 1 month ago
  • tokenizer_config.json
    544 Bytes
    upload from revision 9e8f7a68d3a9338ef61cc614b0b2a73699d9960c about 1 month ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.37 kB
    xet
    Training in progress, epoch 1 about 1 month ago
  • vocab.txt
    521 kB
    Training in progress, epoch 1 about 1 month ago