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

hosseinhimself
/
tara-roberta-base-fa-qa

Question Answering
Transformers
Safetensors
Persian
roberta
Persian
Model card Files Files and versions
xet
Community

Instructions to use hosseinhimself/tara-roberta-base-fa-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hosseinhimself/tara-roberta-base-fa-qa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="hosseinhimself/tara-roberta-base-fa-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("hosseinhimself/tara-roberta-base-fa-qa")
    model = AutoModelForQuestionAnswering.from_pretrained("hosseinhimself/tara-roberta-base-fa-qa")
  • Notebooks
  • Google Colab
  • Kaggle
tara-roberta-base-fa-qa
500 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
hosseinhimself's picture
hosseinhimself
Update README.md
50d8596 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • OIG1.jpeg
    262 kB
    Upload OIG1.jpeg almost 2 years ago
  • README.md
    2.17 kB
    Update README.md almost 2 years ago
  • config.json
    777 Bytes
    Initial commit almost 2 years ago
  • merges.txt
    456 kB
    Initial commit almost 2 years ago
  • model.safetensors
    496 MB
    xet
    enhance model - fine-tuning by more epoches almost 2 years ago
  • special_tokens_map.json
    957 Bytes
    Initial commit almost 2 years ago
  • tokenizer.json
    2.11 MB
    Initial commit almost 2 years ago
  • tokenizer_config.json
    1.27 kB
    Initial commit almost 2 years ago
  • vocab.json
    798 kB
    Initial commit almost 2 years ago