Apollo
Apollo copied to clipboard
Multilingual Medicine: Model, Dataset, Benchmark, Code
ollama run apollo-0.5b >>> hello Error: exception invalid unordered_map key
用vllm推理的qwen2-7B的环境,模型换成了apollo-6B起来服务以后调用成功,但是返回内容大概率是空白,小概率是乱码类的内容。 
# Chat template is throwing error from transformers import pipeline messages = [ {"role": "user", "content": "Who are you?"}, ] pipe = pipeline("text-generation", model="FreedomIntelligence/Apollo-7B") output = pipe(messages) print(output)
Hi Team, I hope this message finds you well! I’m currently exploring the Apollo 7B model and am particularly interested in its performance on entity extraction and temporal relations tasks....