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

  • Log In
  • Sign Up

blinjrm
/
finsent

Text Classification
Transformers
PyTorch
JAX
roberta
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use blinjrm/finsent with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="blinjrm/finsent")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("blinjrm/finsent")
    model = AutoModelForSequenceClassification.from_pretrained("blinjrm/finsent")
  • Notebooks
  • Google Colab
  • Kaggle
finsent
658 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
89653bd almost 5 years ago
  • .gitattributes
    391 Bytes
    allow flax almost 5 years ago
  • config.json
    769 Bytes
    commit from blinjrm over 5 years ago
  • flax_model.msgpack
    328 MB
    xet
    upload flax model almost 5 years ago
  • merges.txt
    456 kB
    commit from blinjrm over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    329 MB
    xet
    commit from blinjrm over 5 years ago
  • special_tokens_map.json
    239 Bytes
    commit from blinjrm over 5 years ago
  • tokenizer_config.json
    261 Bytes
    commit from blinjrm over 5 years ago
  • training_args.bin

    Detected Pickle imports (3)

    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.EvaluationStrategy"

    How to fix it?

    1.84 kB
    xet
    commit from blinjrm over 5 years ago
  • vocab.json
    798 kB
    commit from blinjrm over 5 years ago