Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions ernie-4.5-21b/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# ERNIE-4.5-21B-A3B-Thinking Node

This configuration sets up a GaiaNet node to run `ERNIE-4.5-21B-A3B-Thinking`, a powerful large language model developed by Baidu, known for its advanced reasoning and conversational abilities.

## Step 1: Install GaiaNet node

The GaiaNet node software version should be 0.5.4 or higher.

```bash
curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
```

## Step 2: Init with the ERNIE-4.5-21B-A3B-Thinking model

```bash
gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/ernie-4.5-21b/config.json
```

## Step 3: Start the node

```bash
gaianet start
```

Now you can use the node as a web-based chatbot or as an OpenAI API drop-in replacement.

## References

* **Official Base Model:** [baidu/ERNIE-4.5-21B-A3B-Thinking](https://huggingface.co/baidu/ERNIE-4.5-21B-A3B-Thinking)
* **GGUF Formatted Model:** [Tobivictor/ERNIE-4.5-21B-A3B-Thinking-GGUF](https://huggingface.co/Tobivictor/ERNIE-4.5-21B-A3B-Thinking-GGUF)
* **GaiaNet Node Quick Start Guide:** https://github.com/GaiaNet-AI/gaianet-node
28 changes: 28 additions & 0 deletions ernie-4.5-21b/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"address": "",
"chat": "https://huggingface.co/Tobivictor/ERNIE-4.5-21B-A3B-Thinking-GGUF/resolve/main/ERNIE-4.5-21B-A3B-Thinking-Q2_K.gguf",
"chat_batch_size": "128",
"chat_ctx_size": "8192",
"chat_name": "ERNIE-4.5-21B-A3B-Thinking",
"chat_ubatch_size": "128",
"context_window": "1",
"description": "GaiaNet node config with the ERNIE-4.5-21B-A3B-Thinking model, a powerful model from Baidu.",
"domain": "gaia.domains",
"embedding": "https://huggingface.co/gaianet/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5.f16.gguf",
"embedding_batch_size": "8192",
"embedding_collection_name": "default",
"embedding_ctx_size": "8192",
"embedding_name": "Nomic-embed-text-v1.5",
"embedding_ubatch_size": "8192",
"llamaedge_chat_port": "9068",
"llamaedge_embedding_port": "9069",
"llamaedge_port": "8080",
"prompt_template": "chatml",
"qdrant_limit": "1",
"qdrant_score_threshold": "0.5",
"rag_policy": "system-message",
"rag_prompt": "Use the following information to answer the question.\n----------------\n",
"reverse_prompt": "",
"snapshot": "",
"system_prompt": "You are a helpful AI assistant. Please answer questions as clearly and concisely as possible."
}
31 changes: 31 additions & 0 deletions jan-v1-2509/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# jan-v1-2509 Node

This configuration sets up a GaiaNet node to run `jan-v1-2509`, a powerful instruction-tuned model.

## Step 1: Install GaiaNet node

The GaiaNet node software version should be 0.5.4 or higher.

```bash
curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
```

## Step 2: Init with the jan-v1-2509 model

```bash
gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/jan-v1-2509/config.json
```

## Step 3: Start the node

```bash
gaianet start
```

Now you can use the node as a web-based chatbot or as an OpenAI API drop-in replacement.

## References

* **Official Base Model:** [janhq/Jan-v1-2509](https://huggingface.co/janhq/Jan-v1-2509)
* **GGUF Formatted Model:** [Tobivictor/jan-v1-2509-GGUF](https://huggingface.co/Tobivictor/jan-v1-2509-GGUF)
* **GaiaNet Node Quick Start Guide:** https://github.com/GaiaNet-AI/gaianet-node
28 changes: 28 additions & 0 deletions jan-v1-2509/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"address": "",
"chat": "https://huggingface.co/Tobivictor/Jan-v1-2509-GGUF/resolve/main/Jan-v1-2509-Q4_K_M.gguf",
"chat_batch_size": "128",
"chat_ctx_size": "4096",
"chat_name": "Jan-v1-2509",
"chat_ubatch_size": "128",
"context_window": "1",
"description": "GaiaNet node config with the jan-v1-2509 model.",
"domain": "gaia.domains",
"embedding": "https://huggingface.co/gaianet/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5.f16.gguf",
"embedding_batch_size": "8192",
"embedding_collection_name": "default",
"embedding_ctx_size": "8192",
"embedding_name": "Nomic-embed-text-v1.5",
"embedding_ubatch_size": "8192",
"llamaedge_chat_port": "9068",
"llamaedge_embedding_port": "9069",
"llamaedge_port": "8080",
"prompt_template": "chatml",
"qdrant_limit": "1",
"qdrant_score_threshold": "0.5",
"rag_policy": "system-message",
"rag_prompt": "Use the following information to answer the question.\n----------------\n",
"reverse_prompt": "",
"snapshot": "",
"system_prompt": "You are a helpful AI assistant. Please answer questions as clearly and concisely as possible."
}
31 changes: 31 additions & 0 deletions jan-v1-edge/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# jan-v1-edge Node

This configuration sets up a GaiaNet node to run `jan-v1-edge`, an efficient model optimized for edge devices.

## Step 1: Install GaiaNet node

The GaiaNet node software version should be 0.5.4 or higher.

```bash
curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
```

## Step 2: Init with the jan-v1-edge model

```bash
gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/jan-v1-edge/config.json
```

## Step 3: Start the node

```bash
gaianet start
```

Now you can use the node as a web-based chatbot or as an OpenAI API drop-in replacement.

## References

* **Official Base Model:** [janhq/Jan-v1-edge](https://huggingface.co/janhq/Jan-v1-edge)
* **GGUF Formatted Model:** [Tobivictor/jan-v1-edge-GGUF](https://huggingface.co/Tobivictor/jan-v1-edge-GGUF)
* **GaiaNet Node Quick Start Guide:** https://github.com/GaiaNet-AI/gaianet-node
28 changes: 28 additions & 0 deletions jan-v1-edge/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"address": "",
"chat": "https://huggingface.co/Tobivictor/Jan-v1-edge-GGUF/resolve/main/Jan-v1-edge-Q4_K_M.gguf",
"chat_batch_size": "128",
"chat_ctx_size": "4096",
"chat_name": "Jan-v1-edge",
"chat_ubatch_size": "128",
"context_window": "1",
"description": "GaiaNet node config with the jan-v1-2509 model.",
"domain": "gaia.domains",
"embedding": "https://huggingface.co/gaianet/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5.f16.gguf",
"embedding_batch_size": "8192",
"embedding_collection_name": "default",
"embedding_ctx_size": "8192",
"embedding_name": "Nomic-embed-text-v1.5",
"embedding_ubatch_size": "8192",
"llamaedge_chat_port": "9068",
"llamaedge_embedding_port": "9069",
"llamaedge_port": "8080",
"prompt_template": "chatml",
"qdrant_limit": "1",
"qdrant_score_threshold": "0.5",
"rag_policy": "system-message",
"rag_prompt": "Use the following information to answer the question.\n----------------\n",
"reverse_prompt": "",
"snapshot": "",
"system_prompt": "You are a helpful AI assistant. Please answer questions as clearly and concisely as possible."
}
31 changes: 31 additions & 0 deletions machinelearninglm-7b-v1/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# MachineLearningLM-7B-v1 Node

This configuration sets up a GaiaNet node to run `MachineLearningLM-7B-v1`, a powerful 7B parameter model fine-tuned for questions related to machine learning, data science, and other technical topics.

## Step 1: Install GaiaNet node

The GaiaNet node software version should be 0.5.4 or higher.

```bash
curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
```

## Step 2: Init with the MachineLearningLM-7B-v1 model

```bash
gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/machinelearninglm-7b-v1/config.json
```

## Step 3: Start the node

```bash
gaianet start
```

Now you can use the node as a web-based chatbot or as an OpenAI API drop-in replacement.

## References

* **Official Base Model:** [MachineLearningLM/MachineLearningLM-7B-v1](https://huggingface.co/MachineLearningLM/MachineLearningLM-7B-v1)
* **GGUF Formatted Model:** [Tobivictor/MachineLearningLM-7B-v1-GGUF](https://huggingface.co/Tobivictor/MachineLearningLM-7B-v1-GGUF)
* **GaiaNet Node Quick Start Guide:** https://github.com/GaiaNet-AI/gaianet-node
28 changes: 28 additions & 0 deletions machinelearninglm-7b-v1/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"address": "",
"chat": "https://huggingface.co/Tobivictor/MachineLearningLM-7B-v1-GGUF/resolve/main/MachineLearningLM-7B-v1-Q4_K_M.gguf",
"chat_batch_size": "128",
"chat_ctx_size": "8192",
"chat_name": "MachineLearningLM-7B-v1",
"chat_ubatch_size": "128",
"context_window": "1",
"description": "GaiaNet node config with MachineLearningLM-7B-v1, a model fine-tuned for machine learning and technical topics.",
"domain": "gaia.domains",
"embedding": "https://huggingface.co/gaianet/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5.f16.gguf",
"embedding_batch_size": "8192",
"embedding_collection_name": "default",
"embedding_ctx_size": "8192",
"embedding_name": "Nomic-embed-text-v1.5",
"embedding_ubatch_size": "8192",
"llamaedge_chat_port": "9068",
"llamaedge_embedding_port": "9069",
"llamaedge_port": "8080",
"prompt_template": "chatml",
"qdrant_limit": "1",
"qdrant_score_threshold": "0.5",
"rag_policy": "system-message",
"rag_prompt": "Use the following information to answer the question.\n----------------\n",
"reverse_prompt": "",
"snapshot": "",
"system_prompt": "You are a helpful AI assistant. Please answer questions as clearly and concisely as possible."
}
31 changes: 31 additions & 0 deletions neeto-1.0-8b/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Neeto-1.0-8b Node

This configuration sets up a GaiaNet node to run `Neeto-1.0-8b`, a versatile 8B parameter model fine-tuned for a wide range of instructional and conversational tasks.

## Step 1: Install GaiaNet node

The GaiaNet node software version should be 0.5.4 or higher.

```bash
curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
```

## Step 2: Init with the Neeto-1.0-8b model

```bash
gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/neeto-1.0-8b/config.json
```

## Step 3: Start the node

```bash
gaianet start
```

Now you can use the node as a web-based chatbot or as an OpenAI API drop-in replacement.

## References

* **Official Base Model:** [S4nfs/Neeto-1.0-8b](https://huggingface.co/S4nfs/Neeto-1.0-8b)
* **GGUF Formatted Model:** [Tobivictor/Neeto-1.0-8b-GGUF](https://huggingface.co/Tobivictor/Neeto-1.0-8b-GGUF)
* **GaiaNet Node Quick Start Guide:** https://github.com/GaiaNet-AI/gaianet-node
28 changes: 28 additions & 0 deletions neeto-1.0-8b/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"address": "",
"chat": "https://huggingface.co/Tobivictor/Neeto-1.0-8b-GGUF/resolve/main/Neeto-1.0-8b-Q4_K_M.gguf",
"chat_batch_size": "128",
"chat_ctx_size": "8192",
"chat_name": "Neeto-1.0-8b",
"chat_ubatch_size": "128",
"context_window": "1",
"description": "GaiaNet node config with the Neeto-1.0-8b model, a versatile instruction-tuned model.",
"domain": "gaia.domains",
"embedding": "https://huggingface.co/gaianet/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5.f16.gguf",
"embedding_batch_size": "8192",
"embedding_collection_name": "default",
"embedding_ctx_size": "8192",
"embedding_name": "Nomic-embed-text-v1.5",
"embedding_ubatch_size": "8192",
"llamaedge_chat_port": "9068",
"llamaedge_embedding_port": "9069",
"llamaedge_port": "8080",
"prompt_template": "chatml",
"qdrant_limit": "1",
"qdrant_score_threshold": "0.5",
"rag_policy": "system-message",
"rag_prompt": "Use the following information to answer the question.\n----------------\n",
"reverse_prompt": "",
"snapshot": "",
"system_prompt": "You are a helpful AI assistant. Please answer questions as clearly and concisely as possible."
}
31 changes: 31 additions & 0 deletions silly-v0.2/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# silly-v0.2 Node

This configuration sets up a GaiaNet node to run `silly-v0.2`, a highly capable fine-tuned model designed for creative, conversational, and role-playing interactions.

## Step 1: Install GaiaNet node

The GaiaNet node software version should be 0.5.4 or higher.

```bash
curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
```

## Step 2: Init with the silly-v0.2 model

```bash
gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/silly-v0.2/config.json
```

## Step 3: Start the node

```bash
gaianet start
```

Now you can use the node as a web-based chatbot or as an OpenAI API drop-in replacement.

## References

* **Official Base Model:** [wave-on-discord/silly-v0.2](https://huggingface.co/wave-on-discord/silly-v0.2)
* **GGUF Formatted Model:** [Tobivictor/silly-v0.2-GGUF](https://huggingface.co/Tobivictor/silly-v0.2-GGUF)
* **GaiaNet Node Quick Start Guide:** https://github.com/GaiaNet-AI/gaianet-node
28 changes: 28 additions & 0 deletions silly-v0.2/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"address": "0x3d221e1350edabdf023148a1be678617e148f35c",
"chat": "https://huggingface.co/Tobivictor/silly-v0.2-GGUF/resolve/main/silly-v0.2-Q4_K_M.gguf",
"chat_batch_size": "128",
"chat_ctx_size": "8192",
"chat_name": "silly-v0.2",
"chat_ubatch_size": "128",
"context_window": "1",
"description": "GaiaNet node config with silly-v0.2 model, for creative and conversational tasks.",
"domain": "gaia.domains",
"embedding": "https://huggingface.co/gaianet/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5.f16.gguf",
"embedding_batch_size": "8192",
"embedding_collection_name": "default",
"embedding_ctx_size": "8192",
"embedding_name": "Nomic-embed-text-v1.5",
"embedding_ubatch_size": "8192",
"llamaedge_chat_port": "9068",
"llamaedge_embedding_port": "9069",
"llamaedge_port": "8080",
"prompt_template": "chatml",
"qdrant_limit": "1",
"qdrant_score_threshold": "0.5",
"rag_policy": "system-message",
"rag_prompt": "Use the following information to answer the question.\n----------------\n",
"reverse_prompt": "",
"snapshot": "",
"system_prompt": "You are a helpful AI assistant. Please answer questions as clearly and concisely as possible."
}