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');
Upload 2 files
Browse files- .gitattributes +2 -0
- model.onnx +3 -0
- model_quant.onnx +3 -0
.gitattributes
CHANGED
|
@@ -1 +1,3 @@
|
|
| 1 |
spiece.model filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 1 |
spiece.model filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
model_quant.onnx filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
model.onnx filter=lfs diff=lfs merge=lfs -text
|
model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8c39e5216c86ff21673c460b36203c35e048b3d87080caa8f6f647d7391becf
|
| 3 |
+
size 500143409
|
model_quant.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:440ce63169ab0cf2f4b4fea4ac3016e509bf947ae130e6757b26686d55f96c4d
|
| 3 |
+
size 125771145
|