Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
+
# Open Flux AI
|
| 7 |
+
|
| 8 |
+
_Open Flux AI - Empowering developers with AI-driven Continuous Delivery solutions._
|
| 9 |
+
|
| 10 |
+
Welcome to Open Flux AI, a community initiative stemming from the Kube-7B project,
|
| 11 |
+
dedicated to advancing AI expertise in Flux, Flagger, and Continuous Delivery technologies.
|
| 12 |
+
Our mission is to use the power of AI to simplify and enhance the way developers interact with Flux and technologies around it.
|
| 13 |
+
|
| 14 |
+
Our first focus is on fine-tuning AI models to specialize in key areas such as Flux, Flagger, GitOps, and SOPS.
|
| 15 |
+
By leveraging the raw data from Kube-7B and applying targeted Embedding techniques, we aim to create models that are highly proficient in these specific domains.
|
| 16 |
+
|
| 17 |
+
Our first major deliverable is `flux-7b`, a model based on Mistral 7B. `flux-7b` currently understands the basic knowledge of Flux, Flagger, GitOps, and SOPS.
|
| 18 |
+
`flux-7b` has demonstrated to be better than ChatGPT in these contexts. See the screenshot.
|
| 19 |
+
|
| 20 |
+

|
| 21 |
+
|
| 22 |
+
## Getting Started
|
| 23 |
+
|
| 24 |
+
To begin using `flux-7b`, follow this simple command:
|
| 25 |
+
|
| 26 |
+
```
|
| 27 |
+
ollama run chanwit/flux-7b
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
The GGUF files of this model can be obtained from [HuggingFace](https://huggingface.co/chanwit/flux-7b-v0.1-gguf/tree/main).
|
| 31 |
+
|
| 32 |
+
We are planning to delivery our models in other formats like Llamafiles and Docker Containers. Please stay tuned.
|
| 33 |
+
|
| 34 |
+
## Models
|
| 35 |
+
|
| 36 |
+
* `flux-7b`: Our first model, built on Mistral 7B, is designed to provide assistance in Flux, Flagger, GitOps, and SOPS.
|
| 37 |
+
|
| 38 |
+
## Datasets
|
| 39 |
+
|
| 40 |
+
At the beginning, the Open Flux AI project shares its foundational dataset with the Kube-7B project but refines it to focus on specific areas.
|
| 41 |
+
We continuously work on expanding our dataset, especially in areas like Flux commands and Custom Resources, to further enhance the model's capabilities.
|
| 42 |
+
|
| 43 |
+
# Contributions
|
| 44 |
+
|
| 45 |
+
We welcome and greatly appreciate contributions, especially in the form of question and answer pairs.
|
| 46 |
+
We are seeking contributions for new datasets centered around knowledge of [Flux commands](https://github.com/chanwit/open-flux-ai/blob/main/datasets/README.md) and CR generations.
|