sofial commited on
Commit
ddf4a55
1 Parent(s): 0c1debd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -118,7 +118,7 @@ out = generator(prompt, return_full_text=False, max_new_tokens=5, top_k=1)
118
  # [{'generated_text': ' contradiction'}]
119
  ```
120
 
121
- You can create prompt-like inputs for the model using the `data_utils.py` script provided.
122
  ```python
123
  from datasets import load_dataset
124
  from data_utils import form_text, split_text
 
118
  # [{'generated_text': ' contradiction'}]
119
  ```
120
 
121
+ You can create prompt-like inputs starting from GLUE MNLI dataset using functions provided in the `data_utils.py` script.
122
  ```python
123
  from datasets import load_dataset
124
  from data_utils import form_text, split_text