From Chapter 7, how can I perform inference on custom text using a fine-tuned model? #262
Replies: 1 comment
-
Just seeing this. If you are still looking for an answer, I think this notebook is hopefully what you were looking for: https://github.com/rasbt/LLMs-from-scratch/blob/main/ch07/01_main-chapter-code/load-finetuned-model.ipynb |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how can I perform inference on custom text using a fine-tuned model?
message = "hello"
Model response: .........
Beta Was this translation helpful? Give feedback.
All reactions