reddgr commited on
Commit
4011356
·
verified ·
1 Parent(s): f021384

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - distilbert/distilbert-base-uncased
5
+ tags:
6
+ - text-classification
7
+ - chatbot-prompts
8
+ ---
9
+
10
+ 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 "instruction" or "problem".
11
+ The main purpose is to calculate metrics used by the SCBN-RQTL chatbot response evaluation benchmark. The acronym TL stands for Test vs. Learn and is based on the assumption that prompts labeled as 'instruction' typically reflect the user's intent to 'learn,' while prompts labeled as 'problem' are generally aimed at 'testing' the chatbot by challenging it.
12
+ More information in the GitHub repository [here](https://github.com/reddgr/chatbot-response-scoring-scbn-rqtl)