Delete README.md
Browse files
README.md
DELETED
|
@@ -1,32 +0,0 @@
|
|
| 1 |
-
---
|
| 2 |
-
pipeline_tag: text2text-generation
|
| 3 |
-
license: mit
|
| 4 |
-
tags:
|
| 5 |
-
- flare
|
| 6 |
-
- chatbot
|
| 7 |
-
- transformers
|
| 8 |
-
- gpt
|
| 9 |
-
---
|
| 10 |
-
|
| 11 |
-
# FlareNew — Chatbot Model
|
| 12 |
-
|
| 13 |
-
This model is designed for interactive conversational tasks using text generation.
|
| 14 |
-
|
| 15 |
-
## Example
|
| 16 |
-
|
| 17 |
-
You can use this model with the Hugging Face Inference API or directly with `transformers.js` from a frontend.
|
| 18 |
-
|
| 19 |
-
```js
|
| 20 |
-
const response = await pipeline("text-generation", "Hello, how are you?");
|
| 21 |
-
```
|
| 22 |
-
|
| 23 |
-
## Intended Use
|
| 24 |
-
|
| 25 |
-
- Chatbots
|
| 26 |
-
- Conversational AI
|
| 27 |
-
- Creative writing assistance
|
| 28 |
-
- HTML/JavaScript-based AI assistants (via `transformers.js`)
|
| 29 |
-
|
| 30 |
-
## License
|
| 31 |
-
|
| 32 |
-
MIT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|