Spaces:
Sleeping
Sleeping
Upload .huggingface.yml with huggingface_hub
Browse files- .huggingface.yml +18 -0
.huggingface.yml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: "prothom-alo-chatbot"
|
| 2 |
+
title: "Prothom Alo Chatbot"
|
| 3 |
+
sdk: gradio
|
| 4 |
+
sdk_version: "3.40.0"
|
| 5 |
+
hardware: gpu-t4
|
| 6 |
+
description: "Interactive chatbot powered by Prothom Alo language model - Bengali news generation AI"
|
| 7 |
+
tags:
|
| 8 |
+
- chatbot
|
| 9 |
+
- bengali
|
| 10 |
+
- bangla
|
| 11 |
+
- news
|
| 12 |
+
- language-model
|
| 13 |
+
- nlp
|
| 14 |
+
- gradio
|
| 15 |
+
license: apache-2.0
|
| 16 |
+
private: false
|
| 17 |
+
python_version: "3.9"
|
| 18 |
+
duplicates: 1
|