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

kowalsky
/
reddit-financial_wisdom

Question Answering
Transformers
Safetensors
gpt2
text-generation
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use kowalsky/reddit-financial_wisdom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kowalsky/reddit-financial_wisdom with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="kowalsky/reddit-financial_wisdom")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("kowalsky/reddit-financial_wisdom")
    model = AutoModelForCausalLM.from_pretrained("kowalsky/reddit-financial_wisdom")
  • Notebooks
  • Google Colab
  • Kaggle
reddit-financial_wisdom
501 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
kowalsky's picture
kowalsky
Update README.md
fc420e9 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.17 kB
    Update README.md over 2 years ago
  • config.json
    1.02 kB
    Upload model over 2 years ago
  • generation_config.json
    119 Bytes
    Upload model over 2 years ago
  • merges.txt
    456 kB
    Upload tokenizer over 2 years ago
  • model.safetensors
    498 MB
    xet
    Upload model over 2 years ago
  • special_tokens_map.json
    438 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    514 Bytes
    Upload tokenizer over 2 years ago
  • vocab.json
    999 kB
    Upload tokenizer over 2 years ago