sdiazlor HF staff commited on
Commit
a3f4be7
1 Parent(s): 46f00bc
src/distilabel_dataset_generator/pipelines/textcat.py CHANGED
@@ -155,7 +155,6 @@ with Pipeline(name="textcat") as pipeline:
155
  generation_kwargs={{
156
  "temperature": 0.8,
157
  "max_new_tokens": 2048,
158
- "do_sample": True,
159
  }},
160
  ),
161
  n={num_labels},
 
155
  generation_kwargs={{
156
  "temperature": 0.8,
157
  "max_new_tokens": 2048,
 
158
  }},
159
  ),
160
  n={num_labels},