databricks-llm-prompt-engineering
databricks-llm-prompt-engineering copied to clipboard
Examples of Prompt Engineering, Zero Shot Learning, Few Shot Learning and Retrieval Augmented Generation (RAG) using Hugging Face, Databricks and MLflow
Results
2
databricks-llm-prompt-engineering issues
Sort by
recently updated
recently updated
newest added
The bitext huggingface data link has changed, so this line is now: ```ds = datasets.load_dataset("bitext/Bitext-customer-support-llm-chatbot-training-dataset")``` I changed the next line error for "utterances" to "instruction" but not sure if that...