Text Generation
Transformers.js
ONNX
English
Ukrainian
Russian
gemma3_text
text2text-generation
transformer
russian
flare
conversational
Instructions to use HaveAI/FlareNew with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use HaveAI/FlareNew with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'HaveAI/FlareNew');
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
-
pipeline_tag:
|
| 4 |
license: mit
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
---
|
| 11 |
|
| 12 |
# FlareNew — Chatbot Model
|
|
@@ -30,4 +29,4 @@ const response = await pipeline("text-generation", "Hello, how are you?");
|
|
| 30 |
|
| 31 |
## License
|
| 32 |
|
| 33 |
-
MIT
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: text2text-generation
|
| 3 |
license: mit
|
| 4 |
tags:
|
| 5 |
+
- flare
|
| 6 |
+
- chatbot
|
| 7 |
+
- transformers
|
| 8 |
+
- gpt
|
| 9 |
---
|
| 10 |
|
| 11 |
# FlareNew — Chatbot Model
|
|
|
|
| 29 |
|
| 30 |
## License
|
| 31 |
|
| 32 |
+
MIT
|