File size: 755 Bytes
19615d2
 
 
 
 
 
 
 
46b3f92
19615d2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
pipeline_tag: text2text-generation
library_name: transformers.js
license: mit
tags:
  - flare
  - chatbot
  - transformers

---

# FlareNew — Chatbot Model

This model is designed for interactive conversational tasks using text2text generation.

## Example

You can use this model with the Hugging Face Inference API or directly with `transformers.js` from a frontend.

```js
const generator = await pipeline("text2text-generation", "HaveAI/FlareNew");
const response = await generator("translate English to Russian: Hello, how are you?");
console.log(response[0].generated_text);
```

## Intended Use

- Chatbots  
- Conversational AI  
- Creative writing assistance  
- HTML/JavaScript-based AI assistants (via `transformers.js`)

## License

MIT