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

FinanceInc
/
auditor_sentiment_finetuned

Text Classification
Transformers
PyTorch
English
bert
Trained with AutoTrain
DEV
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use FinanceInc/auditor_sentiment_finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="FinanceInc/auditor_sentiment_finetuned")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("FinanceInc/auditor_sentiment_finetuned")
    model = AutoModelForSequenceClassification.from_pretrained("FinanceInc/auditor_sentiment_finetuned")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
auditor_sentiment_finetuned
440 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
rajistics's picture
rajistics
autoevaluator's picture
autoevaluator HF Staff
Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (#1)
06b2cc2 over 3 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • README.md
    4.74 kB
    Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (#1) over 3 years ago
  • config.json
    945 Bytes
    Added output labels almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    439 MB
    xet
    copy from autotrain almost 4 years ago
  • special_tokens_map.json
    125 Bytes
    copy from autotrain almost 4 years ago
  • tokenizer.json
    712 kB
    copy from autotrain almost 4 years ago
  • tokenizer_config.json
    365 Bytes
    copy from autotrain almost 4 years ago
  • vocab.txt
    226 kB
    copy from autotrain almost 4 years ago