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

Erdeniz
/
fine_tuned_financial_analysis_intent_classification_applied

Text Classification
Transformers
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Erdeniz/fine_tuned_financial_analysis_intent_classification_applied with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Erdeniz/fine_tuned_financial_analysis_intent_classification_applied")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Erdeniz/fine_tuned_financial_analysis_intent_classification_applied")
    model = AutoModelForSequenceClassification.from_pretrained("Erdeniz/fine_tuned_financial_analysis_intent_classification_applied")
  • Notebooks
  • Google Colab
  • Kaggle
fine_tuned_financial_analysis_intent_classification_applied
488 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Erdeniz's picture
Erdeniz
Upload tokenizer
4646073 verified 18 days ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 18 days ago
  • README.md
    5.17 kB
    Upload BertForSequenceClassification 18 days ago
  • config.json
    960 Bytes
    Upload BertForSequenceClassification 18 days ago
  • model.safetensors
    471 MB
    xet
    Upload BertForSequenceClassification 18 days ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer 18 days ago
  • tokenizer_config.json
    395 Bytes
    Upload tokenizer 18 days ago