Do you have any tutorials on how fine tune it further for a code base in another programming language? I’d like to give something a try.
PROMPT ENGINEERING
-
AR-LLMs Skip Reasoning: Planning in Representation Space Needed
By
–
Auto-Regressive LLMs have a role to play: turning abstract ideas into token sequences (words, actions, code…).
But abstract ideas should be elaborated through planning/reasoning in representation space.
AR-LLMs go directly from prompt to answer, skipping the step of reasoning -
Auto-Regressive LLMs: From Prompt to Answer Without Reasoning
By
–
Auto-Regressive LLMs have a role to play: turning abstract ideas into token sequences (words, actions, code…).
But abstract ideas should be elaborated through planning/reasoning in representation space.
AR-LLMs go directly from prompt to answer, skipping the step of reasoning -
Fine-Tuning Large Language Models on Investment Tweets
By
–
How to Fine-Tune your LLM on Tweets! (large language models for investing)
-
Iterative Translation Optimization Using BLEU Score Maximization
By
–
i was essentially doing translation 1000 times, computing the BLEU scores of the translations, and returning the max BLEU score …
-
Best AI Tools for Generating LinkedIn Professional Content
By
–
What's the best AI for generating LinkeIn-type content?
-

RAG Strategies for Semi-Structured Data in Documents
By
–
overview: Strategies for RAG on semi-structured data We've seen great interest in RAG apps on docs w/ a mixture of tables and text (financial docs, whitepapers, technical manuals). But, this brings up a few tricky questions:
1/ Can I just stuff semi-structured docs -

Fine-tuned AI Model Generates Film Camera Images
By
–
This is what @everartai produced with the first prompt, using a fine-tuned model on film cameras. 🙂
-
Learn Prompting Resource Recommendation and Endorsement
By
–
The @learnprompting resource? If you are referring to this of course it is!
-
CodeLlama Fine-Tuned for Automatic Python Docstring Generation
By
–
Follow this tutorial to learn how to simplify your code documentation process. We've fine-tuned CodeLlama to automatically generate docstrings for your Python functions, and you don't need to send your code outside your org to a third-party app!