AntoineBlanot commited on
Commit
e6a4e01
1 Parent(s): 7c86919

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -26,3 +26,16 @@ configs:
26
  - split: test
27
  path: data/test-*
28
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  - split: test
27
  path: data/test-*
28
  ---
29
+ # NLI Mix Zero-Shot
30
+
31
+ This dataset is a single dataset entry point for the following train and test datasets:
32
+ - train: [MoritzLaurer/dataset_train_nli](https://huggingface.co/datasets/MoritzLaurer/dataset_train_nli)
33
+ - test: [MoritzLaurer/dataset_test_concat_nli](https://huggingface.co/datasets/MoritzLaurer/dataset_test_concat_nli)
34
+
35
+ Datasets consists of a mixture of text classification datasets using the NLI (Natural Language Inference) format.
36
+ It can be use ot train a powerful Zero-Shot Text Classification (ZS-TC) model.
37
+
38
+ For more details on the creation of the dataset (datasets used, datasets format, datasets cleaning, ...) please refer to the page of each dataset.
39
+
40
+ All the credits goes to [MoritzLaurer](https://huggingface.co/MoritzLaurer).
41
+ Thank you for your hard work and sharing it with the community!