AutoResearch / autodoc

MIT License
0 stars 1 forks source link

exp: research and experiment different types of models (e.g. code-llama) for code-to-documentation generation #32

Closed anujsinha3 closed 7 months ago

anujsinha3 commented 7 months ago

Currently, autodoc uses "meta-llama/Llama-2-7b-chat-hf" model from huggingface for code-to-documentation generation.

This task involves exploring different models that can be used for code-to-documentation generation for autodoc. For example: codellama/CodeLlama-7b-Instruct-hf

anujsinha3 commented 7 months ago

Duplicate of issue #12, #13, #14 and #15