Improve model card: Add pipeline tag, library name, and expand usage details
#2
by
nielsr
HF Staff
- opened
This PR aims to improve the model card for MachineLearningLM
by:
- Adding
pipeline_tag: text-generation
to the metadata. This ensures the model is discoverable on the Hugging Face Hub for relevant tasks (e.g., https://huggingface.co/models?pipeline_tag=text-generation), reflecting its capability for in-context learning and general text generation. - Adding
library_name: transformers
to the metadata. Theconfig.json
andtokenizer_config.json
files confirm compatibility with thetransformers
library, which will enable the automated "How to use" widget on the model page. - Removing an improperly formatted and redundant descriptive entry from the metadata.
- Expanding the model card content to include detailed sections on "Tabicl Evaluation", "Prior_data", "Train", and "Project Structure" directly from the official GitHub README. This provides a more comprehensive overview of the model's functionality and evaluation framework.
These changes enhance the model's discoverability and provide users with a richer, more complete understanding of its capabilities and usage on the Hugging Face Hub.
MachineLearningLM
changed pull request status to
merged