Update README.md
Browse files
README.md
CHANGED
@@ -81,7 +81,7 @@ The result:
|
|
81 |
|
82 |
## Results Notes
|
83 |
|
84 |
-
- Considering that we are working with a toy example
|
85 |
- As we fine-tune the model with examples of strings using single quotes enclosed names, the model learns to use this notation, resulting in output generated with single quotes. This approach is far from optimal for securing our workflow and ensuring robust code.
|
86 |
- Another point to note is that the response tends to repeat information.
|
87 |
|
|
|
81 |
|
82 |
## Results Notes
|
83 |
|
84 |
+
- Considering that we are working with a toy example (4-byte quantization model, tiny dataset for SFT), the results seem like a good starting point, credit for Llama 3.
|
85 |
- As we fine-tune the model with examples of strings using single quotes enclosed names, the model learns to use this notation, resulting in output generated with single quotes. This approach is far from optimal for securing our workflow and ensuring robust code.
|
86 |
- Another point to note is that the response tends to repeat information.
|
87 |
|