Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

akoksal
/
bounti

Text Classification
Transformers
PyTorch
Turkish
bert
sentiment
twitter
turkish
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use akoksal/bounti with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="akoksal/bounti")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("akoksal/bounti")
    model = AutoModelForSequenceClassification.from_pretrained("akoksal/bounti")
  • Notebooks
  • Google Colab
  • Kaggle
bounti
739 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
akoksal's picture
akoksal
Create README.md
ecfc692 about 4 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • README.md
    1.74 kB
    Create README.md about 4 years ago
  • config.json
    802 Bytes
    Upload config.json about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    737 MB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    623 Bytes
    xet
    Upload scheduler.pt with git-lfs about 4 years ago
  • tokenizer_config.json
    59 Bytes
    Upload tokenizer_config.json about 4 years ago
  • trainer_state.json
    30.5 kB
    Upload trainer_state.json about 4 years ago
  • training_args.bin

    Detected Pickle imports (4)

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

    How to fix it?

    2.29 kB
    xet
    Upload training_args.bin with git-lfs about 4 years ago
  • vocab.txt
    1.23 MB
    Upload vocab.txt about 4 years ago