Skip to content

Commit

Permalink
Notebooks Final Sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcpolar committed Oct 23, 2023
1 parent 496520f commit d6644b1
Show file tree
Hide file tree
Showing 12 changed files with 39,363 additions and 22,010 deletions.
Binary file not shown.
4,389 changes: 0 additions & 4,389 deletions Bin/Gradio_Chatbot.ipynb

This file was deleted.

Binary file removed Bin/Llama 2 Models BLEU and ROUGE Metrics.xlsx
Binary file not shown.
2,035 changes: 0 additions & 2,035 deletions Bin/MSAAI520_Final_Project_Bin_EDA.ipynb

This file was deleted.

Binary file removed Bin/Performance and Evaluation.docx
Binary file not shown.
Binary file added Final Folder/Model Selection/.DS_Store
Binary file not shown.

Large diffs are not rendered by default.

15,633 changes: 10,447 additions & 5,186 deletions Bin/Llama_2__Fine_tuning_v2.ipynb → ...l Selection/Llama_2__Fine_Tuning_V2.ipynb

Large diffs are not rendered by default.

11,398 changes: 5,893 additions & 5,505 deletions Bin/Llama_2__Fine_tuning.ipynb → ...uning_with_Cleaned_Data_Dropoff_0_5.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14563,6 +14563,7 @@
{
"cell_type": "code",
"source": [
"# Base Model Load code from https://github.com/brevdev/notebooks/blob/main/llama2-finetune.ipynb\n",
"base_model_name=\"meta-llama/Llama-2-7b-chat-hf\"\n",
"# Define the configuration for 'BitsAndBytes' quantization method.\n",
"bnb_config = BitsAndBytesConfig(\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14932,6 +14932,7 @@
{
"cell_type": "code",
"source": [
"# Base Model Load code from https://github.com/brevdev/notebooks/blob/main/llama2-finetune.ipynb\n",
"base_model_name=\"meta-llama/Llama-2-7b-hf\"\n",
"# Define the configuration for 'BitsAndBytes' quantization method.\n",
"bnb_config = BitsAndBytesConfig(\n",
Expand Down

0 comments on commit d6644b1

Please sign in to comment.