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

ctoraman
/
deprem-mdeberta-binary

Text Classification
Transformers
PyTorch
Turkish
deberta-v2
mdeberta
Model card Files Files and versions
xet
Community
1

Instructions to use ctoraman/deprem-mdeberta-binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ctoraman/deprem-mdeberta-binary with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ctoraman/deprem-mdeberta-binary")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ctoraman/deprem-mdeberta-binary")
    model = AutoModelForSequenceClassification.from_pretrained("ctoraman/deprem-mdeberta-binary")
  • Notebooks
  • Google Colab
  • Kaggle
deprem-mdeberta-binary
1.12 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
ctoraman's picture
ctoraman
Update README.md
297ec02 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    1.09 kB
    Update README.md about 3 years ago
  • added_tokens.json
    18 Bytes
    Upload 4 files about 3 years ago
  • config.json
    881 Bytes
    Upload 4 files about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.12 GB
    xet
    Upload 4 files about 3 years ago
  • special_tokens_map.json
    156 Bytes
    Upload 4 files about 3 years ago
  • spm.model
    4.31 MB
    xet
    Upload 4 files about 3 years ago
  • tokenizer_config.json
    393 Bytes
    Upload 4 files about 3 years ago
  • trainer_state.json
    1.21 kB
    Upload 4 files about 3 years ago
  • training_args.bin

    Detected Pickle imports (4)

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

    How to fix it?

    2.67 kB
    xet
    Upload 4 files about 3 years ago