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

Anwaarma
/
unfortified_camel

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

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

  • Libraries
  • Transformers

    How to use Anwaarma/unfortified_camel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Anwaarma/unfortified_camel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Anwaarma/unfortified_camel")
    model = AutoModelForSequenceClassification.from_pretrained("Anwaarma/unfortified_camel")
  • Notebooks
  • Google Colab
  • Kaggle
unfortified_camel
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Anwaarma's picture
Anwaarma
Upload config
6d20a15 verified almost 2 years ago
  • runs
    End of training almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.94 kB
    Upload BertForSequenceClassification almost 2 years ago
  • config.json
    820 Bytes
    Upload BertForSequenceClassification almost 2 years ago
  • events.out.tfevents.1720437009.c2bc011a6da1.1463.4
    1.19 kB
    xet
    End of training almost 2 years ago
  • model.safetensors
    436 MB
    xet
    Upload BertForSequenceClassification almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, step 500 almost 2 years ago
  • tokenizer.json
    776 kB
    Training in progress, step 500 almost 2 years ago
  • tokenizer_config.json
    1.29 kB
    Training in progress, step 500 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, step 500 almost 2 years ago
  • vocab.txt
    305 kB
    Training in progress, step 500 almost 2 years ago