zakerytclarke
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -238,7 +238,7 @@ print(answer[0].get('generated_text')) # => The Eiffel Tower stands at a height
|
|
238 |
|
239 |
|
240 |
## Model Details
|
241 |
-
Teapot LLM is fine-tuned from [flan-t5-base](https://huggingface.co/google/flan-t5-base) on a [synthetic dataset](https://huggingface.co/datasets/teapotai/synthqa) of LLM tasks generated using [Llama-3.1-70B](https://huggingface.co/meta-llama/Llama-3.1-70B).
|
242 |
|
243 |
### Conversational Question Answering
|
244 |
Teapot is fine-tuned to provide friendly, conversational answers using context and documents provided as references.
|
|
|
238 |
|
239 |
|
240 |
## Model Details
|
241 |
+
Teapot LLM is fine-tuned from [flan-t5-base](https://huggingface.co/google/flan-t5-base) on a [synthetic dataset](https://huggingface.co/datasets/teapotai/synthqa) of LLM tasks generated using [Llama-3.1-70B](https://huggingface.co/meta-llama/Llama-3.1-70B).
|
242 |
|
243 |
### Conversational Question Answering
|
244 |
Teapot is fine-tuned to provide friendly, conversational answers using context and documents provided as references.
|