reddgr commited on
Commit
dcf9cc0
·
verified ·
1 Parent(s): cd15718

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -48,6 +48,8 @@ Prompts labeled as 'instruction' (0) are those containing straightforward questi
48
 
49
  An alternative naming convention for the labels is 'problem' (test) vs 'instruction' (learn). The earliest versions of the reddgr/tl-test-learn-prompt-classifier model used a zero-shot classification pipeline for those two specific terms: instruction (0) vs problem (1).
50
 
 
 
51
  This dataset and the model are part of a project aimed at identifying metrics to quantitatively measure the conversational quality of text generated by large language models (LLMs) and, by extension, any other type of text extracted from a conversational context (customer service chats, social media posts...).
52
 
53
  Relevant Jupyter notebooks and Python scripts that use this dataset and related datasets and models can be found in the following GitHub repository:
 
48
 
49
  An alternative naming convention for the labels is 'problem' (test) vs 'instruction' (learn). The earliest versions of the reddgr/tl-test-learn-prompt-classifier model used a zero-shot classification pipeline for those two specific terms: instruction (0) vs problem (1).
50
 
51
+ Important note about accuracy metrics: coding questions, involving programming language syntax, are a category of their own and are typically difficult to categorize with this dataset.
52
+
53
  This dataset and the model are part of a project aimed at identifying metrics to quantitatively measure the conversational quality of text generated by large language models (LLMs) and, by extension, any other type of text extracted from a conversational context (customer service chats, social media posts...).
54
 
55
  Relevant Jupyter notebooks and Python scripts that use this dataset and related datasets and models can be found in the following GitHub repository: