Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

vinithbora
/
Countries

Question Answering
Transformers
English
travel
southeast-asia
history
geography
question
answering
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use vinithbora/Countries with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="vinithbora/Countries")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("vinithbora/Countries", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Countries
1.88 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
vinithbora's picture
vinithbora
Update README.md
a8443cc verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    357 Bytes
    Update README.md about 1 year ago