--- base_model: - distilbert/distilbert-base-uncased license: apache-2.0 tags: - text-classification - chatbot-prompts --- This is a fine-tuning of [distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) trained on a small set of manually labeled sentences classified as "request" or "question". The main purpose is to calculate metrics used by the SCBN-RQTL chatbot response evaluation benchmark. More information in the GitHub repository [here](https://github.com/reddgr/chatbot-response-scoring-scbn-rqtl).