I asked ChatGPT Classic 3 times and it said 9, 10, and 11. Prompt: How many R’s are in “strrrraaawwberrrrrrry”?
PROMPT ENGINEERING
-

Counting R’s in ‘strawberry’ with chain-of-thought as LLM psychology
By
–

There’s no reason to do this except as an exercise in LLM psychology, but here’s how you could count how many R’s are in “strawberry” using chain-of-thought. (Normally, letter- or count-based tasks like this would be handled outside the LLM, by having it call an API or REPL.)
-

LLM Tokenization Explained Through Emoji Translation
By
–
To help explain the weirdness of LLM Tokenization I thought it could be amusing to translate every token to a unique emoji. This is a lot closer to truth – each token is basically its own little hieroglyph and the LLM has to learn (from scratch) what it all means based on
-

Chat with Your Data: Summarizing PDF Files in Apps
By
–
Step 4: Chat with your data Finally, once the data has been ingested into the app, chat with your data. Here we are asking it to summarize the pdf file.
-
Grading Notes: Improving LLM Evaluation Through Guided Annotations
By
–
Introducing Grading Notes, a technique that we developed for high-quality LLM evaluation in specialized domains. By guiding LLM judges with short annotations, we've seen significant improvements in evaluation accuracy. See how
-
LLM Tool Selection and Search Term Variability Across Models
By
–
It's rare though. It's entirely up to the LLM to decide what tool to call, and what search term to be used. It could varies from different models, temperature, etc
-

Show Me The Prompt: Advanced LLM Prompt Engineering Guide
By
–
– Show Me The Prompt. https://
bit.ly/4cT6N7B
#AI #MachineLearning #DeepLearning #LLMs #DataScience -
Clarifai PAT Alternative to OpenAI API Key
By
–
No need of Open AI api key, Clarifai PAT(Personal Access Token) would be enough
-

Generative AI animation tool workflow with multi-prompting
By
–
Suggested prompts feature longer stories with multiple prompts. As a result, it generates a set of animations which are covering different parts of the story.