atamiles commited on
Commit
74ad40d
·
verified ·
1 Parent(s): ac7097b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -699,6 +699,16 @@ We conducted some preliminary analysis under two settings: (1) zero-shot intent
699
  We can deduce that LLMs are capable of zero-shot intent classification. With more advanced prompting techniques, we can significantly improve the accuracy of predicting the intent of any text.
700
  -->
701
 
 
 
 
 
 
 
 
 
 
 
702
  ## Citation
703
 
704
  Please cite as follows
 
699
  We can deduce that LLMs are capable of zero-shot intent classification. With more advanced prompting techniques, we can significantly improve the accuracy of predicting the intent of any text.
700
  -->
701
 
702
+ ### Usage and License Notices
703
+ The data is provided under a CC BY 4.0 license.
704
+
705
+ To download the dataset, please use:
706
+ ```
707
+ >>> from datasets import load_dataset
708
+
709
+ >>> dataset = load_dataset("atamiles/ZeroshotIntentClassification")
710
+ ```
711
+
712
  ## Citation
713
 
714
  Please cite as follows