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,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
base_model: google/flan-t5-small
|
| 3 |
library_name: transformers.js
|
| 4 |
-
pipeline_tag:
|
| 5 |
---
|
| 6 |
|
| 7 |
https://huggingface.co/google/flan-t5-small with ONNX weights to be compatible with Transformers.js.
|
|
|
|
| 1 |
---
|
| 2 |
base_model: google/flan-t5-small
|
| 3 |
library_name: transformers.js
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
---
|
| 6 |
|
| 7 |
https://huggingface.co/google/flan-t5-small with ONNX weights to be compatible with Transformers.js.
|