Skip to content

Commit

Permalink
Distillation qanda (#3335)
Browse files Browse the repository at this point in the history
* Q and A Distillation Example

* Create distillation_qanda - Copy.ipynb

Distillation Q and A changes

* Changes for distillation Q&A

* Changes for black validation and utils for download dataset
  • Loading branch information
visahan-24 authored Aug 13, 2024
1 parent ce99aa8 commit a46bb8e
Show file tree
Hide file tree
Showing 3 changed files with 660 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@
" learning_rate=0.00002,\n",
" per_device_train_batch_size=1,\n",
" num_train_epochs=3,\n",
" data_generation_task_type=\"NLI\",\n",
" )\n",
"\n",
" return {\"output_model\": oss_distillation.outputs.output_model}"
Expand Down
Loading

0 comments on commit a46bb8e

Please sign in to comment.