DevOps-Model is a Chinese
DevOps large model
, mainly dedicated to exerting practical value in the field of DevOps. Currently, DevOps-Model can help engineers answer questions encountered in the all DevOps life cycle.
Based on the Qwen series of models, we output the
Base
model after additional training with high-quality Chinese DevOps corpus, and then output the
Chat
model after alignment with DevOps QA data. Our Base model and Chat model can achieve the best results among models of the same scale based on evaluation data related to the DevOps fields.
At the same time, we are also building an evaluation benchmark [DevOpsEval](https://github.com/codefuse-ai/codefuse-devops-eval) exclusive to the DevOps field to better evaluate the effect of the DevOps field model.
Evaluation
We first selected a total of six exams related to DevOps in the two evaluation data sets of CMMLU and CEval. There are a total of 574 multiple-choice questions. The specific information is as follows:
Evaluation dataset
Exam subjects
Number of questions
CMMLU
Computer science
204
CMMLU
Computer security
171
CMMLU
Machine learning
122
CEval
College programming
37
CEval
Computer architecture
21
CEval
Computernetwork
19
We tested the results of Zero-shot and Five-shot respectively. Our 7B and 14B series models can achieve the best results among the tested models. More tests will be released later.
Model
Size
Zero-shot Score
Five-shot Score
DevOps-Model-14B-Chat
14B
74.04
75.96
Qwen-14B-Chat
14B
69.16
70.03
Baichuan2-13B-Chat
13B
52.79
55.23
Quickstart
We provide simple examples to illustrate how to quickly use Devops-Model-Chat models with 🤗 Transformers.
Requirement
cd path_to_download_model
pip install -r requirements.txt
Model Example
from transformers import AutoModelForCausalLM, AutoTokenizer
from transformers.generation import GenerationConfig
tokenizer = AutoTokenizer.from_pretrained("path_to_DevOps-Model", trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained("path_to_DevOps-Model", device_map="auto", trust_remote_code=True, bf16=True).eval()
model.generation_config = GenerationConfig.from_pretrained("path_to_DevOps-Model", trust_remote_code=True)
resp, hist = model.chat(query='What is the difference between HashMap and Hashtable in Java', tokenizer=tokenizer, history=None)
Disclaimer
Due to the characteristics of language models, the content generated by the model may contain hallucinations or discriminatory remarks. Please use the content generated by the DevOps-Model family of models with caution.
If you want to use this model service publicly or commercially, please note that the service provider needs to bear the responsibility for the adverse effects or harmful remarks caused by it. The developer of this project does not assume any responsibility for any consequences caused by the use of this project (including but not limited to data, models, codes, etc.) ) resulting in harm or loss.
Acknowledgments
This project refers to the following open source projects, and I would like to express my gratitude to the relevant projects and research and development personnel.
CodeFuse-DevOps-Model-14B-Chat huggingface.co is an AI model on huggingface.co that provides CodeFuse-DevOps-Model-14B-Chat's model effect (), which can be used instantly with this codefuse-ai CodeFuse-DevOps-Model-14B-Chat model. huggingface.co supports a free trial of the CodeFuse-DevOps-Model-14B-Chat model, and also provides paid use of the CodeFuse-DevOps-Model-14B-Chat. Support call CodeFuse-DevOps-Model-14B-Chat model through api, including Node.js, Python, http.
CodeFuse-DevOps-Model-14B-Chat huggingface.co is an online trial and call api platform, which integrates CodeFuse-DevOps-Model-14B-Chat's modeling effects, including api services, and provides a free online trial of CodeFuse-DevOps-Model-14B-Chat, you can try CodeFuse-DevOps-Model-14B-Chat online for free by clicking the link below.
codefuse-ai CodeFuse-DevOps-Model-14B-Chat online free url in huggingface.co:
CodeFuse-DevOps-Model-14B-Chat is an open source model from GitHub that offers a free installation service, and any user can find CodeFuse-DevOps-Model-14B-Chat on GitHub to install. At the same time, huggingface.co provides the effect of CodeFuse-DevOps-Model-14B-Chat install, users can directly use CodeFuse-DevOps-Model-14B-Chat installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
CodeFuse-DevOps-Model-14B-Chat install url in huggingface.co: