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,6 +1,17 @@
|
|
| 1 |
---
|
| 2 |
base_model: google/flan-t5-small
|
| 3 |
library_name: transformers.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
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 |
+
license: mit
|
| 5 |
+
datasets:
|
| 6 |
+
- openai/mrcr
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
metrics:
|
| 10 |
+
- character
|
| 11 |
+
new_version: microsoft/bitnet-b1.58-2B-4T
|
| 12 |
+
pipeline_tag: question-answering
|
| 13 |
+
tags:
|
| 14 |
+
- code
|
| 15 |
---
|
| 16 |
|
| 17 |
https://huggingface.co/google/flan-t5-small with ONNX weights to be compatible with Transformers.js.
|