ACD icon indicating copy to clipboard operation
ACD copied to clipboard

Request for an ACD with ollama Deepseek

Open johnsonc opened this issue 10 months ago • 1 comments

This would possibly lead to a better understanding of the models capabilities and further strengthen research in this domain.

I'm currently working on continuous model training methods and I think ACD might be a useful tool.

Even with Deepseek1.5b which I'm testing, it seems promising to further develop and also is accessible enough to tweak the process/enable iteration on learning.

Thanks!

johnsonc avatar Feb 13 '25 17:02 johnsonc

Hey! This should be extremely easy to add, essentially you just need to modify the LLMs list and route the requests appropriately in:

https://github.com/conglu1997/ACD/blob/main/src/llm_utils.py

conglu1997 avatar Feb 13 '25 17:02 conglu1997