Update README.md
Browse files
README.md
CHANGED
|
@@ -15,8 +15,14 @@ widget:
|
|
| 15 |
- text: 'Translate to German: My name is Arthur'
|
| 16 |
example_title: Translation
|
| 17 |
- text: >-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
example_title: Question Answering
|
| 21 |
- text: >-
|
| 22 |
Q: Can Geoffrey Hinton have a conversation with George Washington? Give the
|
|
|
|
| 15 |
- text: 'Translate to German: My name is Arthur'
|
| 16 |
example_title: Translation
|
| 17 |
- text: >-
|
| 18 |
+
Teapot is an open-source small language model (~800 million parameters) fine-tuned on synthetic data and optimized to run locally on resource-constrained devices such as smartphones and CPUs.
|
| 19 |
+
Teapot is trained to only answer using context from documents, reducing hallucinations.
|
| 20 |
+
Teapot can perform a variety of tasks, including hallucination-resistant Question Answering (QnA), Retrieval-Augmented Generation (RAG), and JSON extraction.
|
| 21 |
+
TeapotLLM is a fine tune of flan-t5-large that was trained on synthetic data generated by Deepseek v3
|
| 22 |
+
TeapotLLM can be hosted on low-power devices with as little as 2GB of CPU RAM such as a Raspberry Pi.
|
| 23 |
+
Teapot is a model built by and for the community.
|
| 24 |
+
|
| 25 |
+
Tell me about teapotllm
|
| 26 |
example_title: Question Answering
|
| 27 |
- text: >-
|
| 28 |
Q: Can Geoffrey Hinton have a conversation with George Washington? Give the
|