dangermouse77's picture
Update README.md
a98ae6f verified
|
raw
history blame
637 Bytes
metadata
license: apache-2.0
datasets:
  - dangermouse77/invertedAnswerQuestion
language:
  - en
base_model:
  - google-t5/t5-small

A finetuned model based on t5-small (~60M parameters) that given an answer it responds with a question.

This AQ-model is useful in coversations with another LLM-QA-chatbot, so that the conversation does not get stuck but moves continously to new topics.

The model was finetuned on a NVidia RTX 3090 in about 1 1/2h with a batch size of 8

Test with

./test_aqmodel.py "The hypothesis fails because of the decay with radius to the power of -3"

Output: What is the reason the hypothesis is a faulty hypothesis?