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

Motahar
/
clickbait-csebert

Feature Extraction
Transformers
PyTorch
ganbert
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Motahar/clickbait-csebert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Motahar/clickbait-csebert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Motahar/clickbait-csebert", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Motahar/clickbait-csebert", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
clickbait-csebert
449 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Motahar's picture
Motahar
Updated ganbert.py
78abd74 almost 4 years ago
  • .gitattributes
    1.28 kB
    First model version almost 4 years ago
  • config.json
    602 Bytes
    Updated config.json almost 4 years ago
  • configuration_ganbert.py
    2.24 kB
    Uploaded config and code files almost 4 years ago
  • gan.py
    2.81 kB
    Uploaded config and code files almost 4 years ago
  • ganbert.py
    3.93 kB
    Updated ganbert.py almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    448 MB
    xet
    First model version almost 4 years ago
  • special_tokens_map.json
    125 Bytes
    First model version almost 4 years ago
  • tokenizer.json
    1.03 MB
    First model version almost 4 years ago
  • tokenizer_config.json
    413 Bytes
    First model version almost 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    3.31 kB
    xet
    First model version almost 4 years ago
  • vocab.txt
    528 kB
    First model version almost 4 years ago