FlareNew / README.md
HaveAI's picture
Update README.md
4e71680 verified
|
raw
history blame
588 Bytes
metadata
pipeline_tag: text2text-generation
license: mit
tags:
  - flare
  - chatbot
  - transformers
  - gpt

FlareNew — Chatbot Model

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

Example

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

const response = await pipeline("text-generation", "Hello, how are you?");

Intended Use

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

License

MIT