Ensure accurate representation of AI model capabilities, proper attribution, and honest claims about functionality. When documenting AI systems, focus on the underlying model capabilities rather than just pipeline descriptions, provide clear explanations of model variants (distilled vs full models), attribute models to their actual creators, and avoid...
Ensure accurate representation of AI model capabilities, proper attribution, and honest claims about functionality. When documenting AI systems, focus on the underlying model capabilities rather than just pipeline descriptions, provide clear explanations of model variants (distilled vs full models), attribute models to their actual creators, and avoid overstating what has been achieved.
Key practices:
Example model.json with proper attribution:
{
"metadata": {
"author": "Meta", // Actual model creator, not generic name
"description": "Llama 2 integration with Jan - our implementation of chat functionality"
}
}
This prevents misleading users about AI capabilities while ensuring proper credit and technical accuracy.
Enter the URL of a public GitHub repository