Instructions to use codefuse-ai/CodeFuse-DevOps-Model-7B-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use codefuse-ai/CodeFuse-DevOps-Model-7B-Base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="codefuse-ai/CodeFuse-DevOps-Model-7B-Base", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("codefuse-ai/CodeFuse-DevOps-Model-7B-Base", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
d84b8bd
1
Parent(s): 13fb2b3
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<div align="center">
|
| 2 |
<h1>
|
| 3 |
DevOps-Model-7B-Base
|
|
@@ -92,4 +95,4 @@ print(tokenizer.decode(pred[0]))
|
|
| 92 |
# 致谢
|
| 93 |
本项目参考了以下开源项目,在此对相关项目和研究开发人员表示感谢。
|
| 94 |
- [LLaMA-Efficient-Tuning](https://github.com/hiyouga/LLaMA-Efficient-Tuning)
|
| 95 |
-
- [Qwen-7B](https://github.com/QwenLM/Qwen-7B/tree/main)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
---
|
| 4 |
<div align="center">
|
| 5 |
<h1>
|
| 6 |
DevOps-Model-7B-Base
|
|
|
|
| 95 |
# 致谢
|
| 96 |
本项目参考了以下开源项目,在此对相关项目和研究开发人员表示感谢。
|
| 97 |
- [LLaMA-Efficient-Tuning](https://github.com/hiyouga/LLaMA-Efficient-Tuning)
|
| 98 |
+
- [Qwen-7B](https://github.com/QwenLM/Qwen-7B/tree/main)
|