reddgr commited on
Commit
f3120c5
·
verified ·
1 Parent(s): b70d3e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
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 "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).