picard icon indicating copy to clipboard operation
picard copied to clipboard

Use with LLAMA

Open ezzini opened this issue 2 years ago • 1 comments

Can PICARD be used with LLAMA-like models?

ezzini avatar Mar 17 '23 09:03 ezzini

I suppose there are two blockers: the docker container's Python is too old, specifically, python 3.7, to use hugging face supporting llama v2 that needs python>=3.8 and the current code base assumes T5 architecture (seq2seq model) and its tokenizer.

nzw0301 avatar Sep 29 '23 04:09 nzw0301