Instructions to use ShogunAI/chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use ShogunAI/chatbot with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'ShogunAI/chatbot');
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,9 +5,10 @@ language:
|
|
| 5 |
- fr
|
| 6 |
base_model:
|
| 7 |
- mistralai/Mistral-Nemo-Instruct-2407
|
| 8 |
-
new_version: mistralai/
|
| 9 |
pipeline_tag: text2text-generation
|
| 10 |
tags:
|
| 11 |
- dev
|
| 12 |
- js
|
|
|
|
| 13 |
---
|
|
|
|
| 5 |
- fr
|
| 6 |
base_model:
|
| 7 |
- mistralai/Mistral-Nemo-Instruct-2407
|
| 8 |
+
new_version: mistralai/Mistral-Nemo-Instruct-2407
|
| 9 |
pipeline_tag: text2text-generation
|
| 10 |
tags:
|
| 11 |
- dev
|
| 12 |
- js
|
| 13 |
+
library_name: transformers.js
|
| 14 |
---
|