Spaces:
Runtime error
Runtime error
File size: 568 Bytes
fa62358 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
title: Git-Repo-QA-Chatbot-Trainer
emoji: 🤖
colorFrom: red
colorTo: black
sdk: gradio
python_version: 3.9.0
sdk_version: 3.21.0
app_file: app.py
app_port: 7860
fullWidth: true
models:
- distilbert-base-uncased-distilled-squad
- git-repo-qa-chatbot-finetuned # Name of fine-tuned model for Git-Repo-QA-Chatbot
datasets:
- squad # Name of dataset used for fine-tuning the model
tags:
- NLP
- Question-Answering
- Git
- Transformer
pinned: true
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|