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

Ethan615
/
distilbert-base-uncased-finetuned-cola

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

Instructions to use Ethan615/distilbert-base-uncased-finetuned-cola with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Ethan615/distilbert-base-uncased-finetuned-cola with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Ethan615/distilbert-base-uncased-finetuned-cola")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Ethan615/distilbert-base-uncased-finetuned-cola")
    model = AutoModelForSequenceClassification.from_pretrained("Ethan615/distilbert-base-uncased-finetuned-cola")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-base-uncased-finetuned-cola
18 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Ethan615's picture
Ethan615
End of training
965cd6f verified 6 months ago
  • run-0
    End of training 6 months ago
  • run-1
    End of training 6 months ago
  • run-2
    End of training 6 months ago
  • run-3
    End of training 6 months ago
  • run-4
    End of training 6 months ago
  • run-5
    End of training 6 months ago
  • run-6
    End of training 6 months ago
  • run-7
    End of training 6 months ago
  • run-9
    End of training 6 months ago
  • runs
    End of training 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    1.89 kB
    End of training 6 months ago
  • config.json
    563 Bytes
    End of training 6 months ago
  • model.safetensors
    268 MB
    xet
    End of training 6 months ago
  • special_tokens_map.json
    125 Bytes
    End of training 6 months ago
  • tokenizer.json
    711 kB
    End of training 6 months ago
  • tokenizer_config.json
    1.23 kB
    End of training 6 months ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.91 kB
    xet
    End of training 6 months ago
  • vocab.txt
    232 kB
    End of training 6 months ago