caf324b09d
Build documentation / build (push) Failing after 0s
Deploy "method_comparison" Gradio to Spaces / deploy (push) Has been cancelled
Deploy "PEFT shop" Gradio app to Spaces / deploy (push) Has been cancelled
tests on transformers main / tests (push) Has been cancelled
tests / check_code_quality (push) Has been cancelled
tests / tests (ubuntu-latest, 3.10) (push) Has been cancelled
tests / tests (ubuntu-latest, 3.11) (push) Has been cancelled
tests / tests (ubuntu-latest, 3.12) (push) Has been cancelled
tests / tests (ubuntu-latest, 3.13) (push) Has been cancelled
tests / tests (windows-latest, 3.10) (push) Has been cancelled
tests / tests (windows-latest, 3.11) (push) Has been cancelled
tests / tests (windows-latest, 3.12) (push) Has been cancelled
tests / tests (windows-latest, 3.13) (push) Has been cancelled
Secret Leaks / trufflehog (push) Has been cancelled
CI security linting / zizmor latest via Cargo (push) Has been cancelled
23 lines
2.1 KiB
JSON
23 lines
2.1 KiB
JSON
{
|
|
"short": [
|
|
"Explain quantum computing in one paragraph.",
|
|
"Write a haiku about machine learning.",
|
|
"What's the difference between supervised and unsupervised learning?",
|
|
"Define parameter-efficient fine-tuning in one sentence.",
|
|
"List three applications of natural language processing."
|
|
],
|
|
"medium": [
|
|
"Explain the concept of low-rank adaptation (LoRA) for large language models. Include its benefits and limitations.",
|
|
"Compare and contrast prompt tuning and prefix tuning approaches for adapting large language models.",
|
|
"What are the key differences between full fine-tuning and parameter-efficient methods? Explain with examples.",
|
|
"Describe the process of quantization for neural networks and how it affects model size and inference speed.",
|
|
"Explain how sparse expert models like Mixture of Experts work and their advantages over dense models."
|
|
],
|
|
"long": [
|
|
"Analyze the evolution of parameter-efficient fine-tuning methods from 2020 to present. Include a detailed comparison of at least five different approaches, their theoretical foundations, and practical implications for deploying large language models.",
|
|
"Provide a comprehensive tutorial on implementing LoRA for a transformer-based language model. Include code examples, hyperparameter selection guidance, and best practices for training and deployment.",
|
|
"Compare the computational efficiency, parameter count, and performance characteristics of different PEFT methods (LoRA, Prefix Tuning, Prompt Tuning, IA3, AdaLoRA) across various downstream tasks. Include a discussion of when each method is most appropriate.",
|
|
"Explain the mathematical foundations of various parameter-efficient fine-tuning techniques. Discuss how each technique modifies the original neural network architecture and the optimization challenges involved.",
|
|
"Discuss the ethical implications of parameter-efficient fine-tuning methods in democratizing access to large language models. Include considerations about computational resources, environmental impact, and accessibility for researchers in resource-constrained settings."
|
|
]
|
|
} |