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

gtfintechlab
/
model_federal_reserve_system_stance_label

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

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

  • Libraries
  • Transformers

    How to use gtfintechlab/model_federal_reserve_system_stance_label with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="gtfintechlab/model_federal_reserve_system_stance_label")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("gtfintechlab/model_federal_reserve_system_stance_label")
    model = AutoModelForSequenceClassification.from_pretrained("gtfintechlab/model_federal_reserve_system_stance_label")
  • Notebooks
  • Google Colab
  • Kaggle
model_federal_reserve_system_stance_label
1.43 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
huzaifahp7's picture
huzaifahp7
Fix dataset documentation links to use /datasets/ path.
7695c0a verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    4.05 kB
    Fix dataset documentation links to use /datasets/ path. 10 months ago
  • config.json
    994 Bytes
    Upload RobertaForSequenceClassification about 1 year ago
  • merges.txt
    456 kB
    Upload tokenizer about 1 year ago
  • model.safetensors
    1.42 GB
    xet
    Upload RobertaForSequenceClassification about 1 year ago
  • special_tokens_map.json
    280 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer.json
    3.56 MB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.27 kB
    Upload tokenizer about 1 year ago
  • vocab.json
    798 kB
    Upload tokenizer about 1 year ago