Fengzhe Zhou
Fengzhe Zhou
fix standardization of input
https://huggingface.co/fnlp/moss-moon-003-base 提示报错如下: ```text The model fnlp/moss-moon-003-base is too large to be loaded automatically (33GB > 10GB). For commercial use please use PRO spaces (https://huggingface.co/spaces) or Inference Endpoints (https://huggingface.co/inference-endpoints). ```
### Describe the feature As proposed in https://github.com/InternLM/opencompass/issues/80#issuecomment-1644917593 ### Will you implement it? - [ ] I would like to implement this feature and create a PR!
### Describe the feature Some community models have adopted the methods from the "Let’s Verify Step by Step" paper for training, thus there is a risk of Math data leakage....
### Describe the feature something like ```python from transformers.generation import GenerationConfig self.model.generation_config = GenerationConfig.from_pretrained(path, trust_remote_code=True) self.model.generation_config.do_sample = False ``` ### Will you implement it? - [X] I would like to...
### Describe the feature https://github.com/open-compass/opencompass/pull/277 Refactors are also in need, e.g. _openai_function ### Will you implement it? - [ ] I would like to implement this feature and create a...
### Required prerequisites - [X] I have read the documentation . - [X] I have searched the [Issue Tracker](https://github.com/baichuan-inc/baichuan-7B/issues) and [Discussions](https://github.com/baichuan-inc/baichuan-7B/discussions) that this hasn't already been reported. (+1 or comment...
我们在 opencompass 上对 Baichuan-7B / Baichuan-13B-Chat / Baichuan-13B-Base 模型进行了评测,评测结果如下:     更多评测细节请见 https://opencompass.org.cn/leaderboard-llm 评测交流群链接:https://cdn.vansin.top/opencompass/baichuan.jpg 