Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ model = AutoModelForCausalLM.from_pretrained("AnishJoshi/codellama2-finetuned-nl
|
|
43 |
|
44 |
## Training Details
|
45 |
|
46 |
-
Training details available at [Finetuning Notebook](https://github.com/AnishJoshi13/Bash-Scripting-
|
47 |
|
48 |
|
49 |
#### Training Hyperparameters
|
@@ -66,4 +66,4 @@ Training arguments and configuration are set using TrainingArguments and LoraCon
|
|
66 |
|
67 |
## Evaluation
|
68 |
|
69 |
-
Evaulation metrics and calculations available at [Evaluation Notebook](https://github.com/AnishJoshi13/Bash-Scripting-
|
|
|
43 |
|
44 |
## Training Details
|
45 |
|
46 |
+
Training details available at [Finetuning Notebook](https://github.com/AnishJoshi13/Bash-Scripting-Assistant/blob/master/notebooks/finetuning.ipynb)
|
47 |
|
48 |
|
49 |
#### Training Hyperparameters
|
|
|
66 |
|
67 |
## Evaluation
|
68 |
|
69 |
+
Evaulation metrics and calculations available at [Evaluation Notebook](https://github.com/AnishJoshi13/Bash-Scripting-Assistant/blob/master/notebooks/evaluation.ipynb)
|