Apollo icon indicating copy to clipboard operation
Apollo copied to clipboard

Multilingual Medicine: Model, Dataset, Benchmark, Code

Results 5 Apollo issues
Sort by recently updated
recently updated
newest added

ollama run apollo-0.5b >>> hello Error: exception invalid unordered_map key

用vllm推理的qwen2-7B的环境,模型换成了apollo-6B起来服务以后调用成功,但是返回内容大概率是空白,小概率是乱码类的内容。 ![微信截图_20240815172408](https://github.com/user-attachments/assets/8d52fec3-04a1-49ec-8d46-492e07d0fc36)

# 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....