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