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

gabrielb
/
SilvaAI-QA

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

Instructions to use gabrielb/SilvaAI-QA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gabrielb/SilvaAI-QA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="gabrielb/SilvaAI-QA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("gabrielb/SilvaAI-QA")
    model = AutoModelForCausalLM.from_pretrained("gabrielb/SilvaAI-QA")
  • Notebooks
  • Google Colab
  • Kaggle

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    173 Bytes
    Update README.md over 1 year ago
  • added_tokens.json
    80 Bytes
    Upload 12 files over 1 year ago
  • config.json
    685 Bytes
    Upload 12 files over 1 year ago
  • generation_config.json
    121 Bytes
    Upload 12 files over 1 year ago
  • merges.txt
    1.67 MB
    Upload 12 files over 1 year ago
  • model-00001-of-00003.safetensors
    3 GB
    xet
    Upload 12 files over 1 year ago
  • model-00002-of-00003.safetensors
    2.98 GB
    xet
    Upload 12 files over 1 year ago
  • model-00003-of-00003.safetensors
    1.92 GB
    xet
    Upload 12 files over 1 year ago
  • model.safetensors.index.json
    39.6 kB
    Upload 12 files over 1 year ago
  • special_tokens_map.json
    256 Bytes
    Upload 12 files over 1 year ago
  • tokenizer.json
    7.03 MB
    Upload 12 files over 1 year ago
  • tokenizer_config.json
    1.36 kB
    Upload 12 files over 1 year ago
  • vocab.json
    2.78 MB
    Upload 12 files over 1 year ago