Add comprehensive model card for FR3E
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by adding:
- A detailed description of the FR3E model based on the paper's abstract.
- Essential metadata including
pipeline_tag: text-generation,library_name: transformers, andtags: qwen. - A direct link to the associated paper: First Return, Entropy-Eliciting Explore.
- A basic Python usage example demonstrating how to use the model with the
transformerslibrary for conversational text generation.
These improvements will make the model more discoverable, provide crucial context, and facilitate easier adoption for users on the Hugging Face Hub.