Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -16,4 +16,6 @@ task_ids: | |
| 16 | 
             
            This dataset is a modified version of [NLI-TR](https://huggingface.co/datasets/nli_tr) dataset. Its intended use is to train Supervised [SimCSE](https://github.com/princeton-nlp/SimCSE) models for sentence-embeddings. Steps followed to produce this dataset are listed below:
         | 
| 17 | 
             
            1. Merge train split of snli_tr and multinli_tr subsets.
         | 
| 18 | 
             
            2. Find every premise that has an entailment hypothesis **and** a contradiction hypothesis.
         | 
| 19 | 
            -
            3. Write found triplets into sent0 (premise), sent1 (entailment hypothesis), hard_neg (contradiction hypothesis) format. | 
|  | |
|  | 
|  | |
| 16 | 
             
            This dataset is a modified version of [NLI-TR](https://huggingface.co/datasets/nli_tr) dataset. Its intended use is to train Supervised [SimCSE](https://github.com/princeton-nlp/SimCSE) models for sentence-embeddings. Steps followed to produce this dataset are listed below:
         | 
| 17 | 
             
            1. Merge train split of snli_tr and multinli_tr subsets.
         | 
| 18 | 
             
            2. Find every premise that has an entailment hypothesis **and** a contradiction hypothesis.
         | 
| 19 | 
            +
            3. Write found triplets into sent0 (premise), sent1 (entailment hypothesis), hard_neg (contradiction hypothesis) format.
         | 
| 20 | 
            +
             | 
| 21 | 
            +
            See this [Colab Notebook](https://colab.research.google.com/drive/1Ysq1SpFOa7n1X79x2HxyWjfKzuR_gDQV?usp=sharing) for training and evaluation on Turkish sentences.
         |