Spaces:
Sleeping
Sleeping
Upload README.md
Browse files
README.md
CHANGED
@@ -1,30 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
- The license of this model is: `Apache 2.0`
|
12 |
-
- The Language(s): English
|
13 |
-
- The Model Type: Transformer-based language model.
|
14 |
-
- The Token Limit: `512 tokens` for this model.
|
15 |
-
# Credits
|
16 |
-
- huggingface: by model and transformers library
|
17 |
-
- gradio: by the gradio library making it easy to create UI for machine learning models easily.
|
18 |
-
- pytorch: very fast and lightweight tensor framework.
|
19 |
-
- loguru: quick and easy log library.
|
20 |
-
- [how-to-generate#greedy-search](https://huggingface.co/blog/how-to-generate#greedy-search) a very detailed guide on huggingface's website: How to generate text: using different decoding methods for language generation with Transformers
|
21 |
-
- [gpt2#openai-gpt2](https://huggingface.co/docs/transformers/model_doc/gpt2#openai-gpt2) gpt2 documentation made by huggingface team
|
22 |
-
|
23 |
-
# Not Implemented
|
24 |
-
- Context manager: as the token limit is low (`512 tokens`), for this project to become usable for small things, it would be necessary to implement a system to avoid overflowing too many tokens into the model.
|
25 |
-
|
26 |
-
# Demonstration
|
27 |
-
[screen-capture.webm](https://github.com/0x41337/my-own-chatbot/assets/88632118/48b97fa1-fbae-493d-8311-f6c381e13c23)
|
28 |
-
|
29 |
-
# License
|
30 |
-
- this project is under the MIT license resources used may be under other licenses.
|
|
|
1 |
+
---
|
2 |
+
title: "my-own-chatbot"
|
3 |
+
emoji: "🤖"
|
4 |
+
colorFrom: "indigo"
|
5 |
+
colorTo: "green"
|
6 |
+
sdk: "gradio"
|
7 |
+
sdk_version: "1.22.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|