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');
Delete tokenizer_config.json
Browse files- tokenizer_config.json +0 -7
tokenizer_config.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"model_max_length": 64,
|
| 3 |
-
"tokenizer_class": "T5Tokenizer",
|
| 4 |
-
"name_or_path": "./MyT5Tokenizer",
|
| 5 |
-
"special_tokens_map_file": "special_tokens_map.json"
|
| 6 |
-
}
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|