Add library metadata and link to paper
#1
by
nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community team.
This PR improves the model card by:
- Adding the
library_name: transformerstag to the metadata to enable the "Use in Transformers" button and automated code snippets. - Linking the model card to its corresponding research paper: FineInstructions: Scaling Synthetic Instructions to Pre-Training Scale.
- Fixing a small bug in the provided usage snippet (
json.loads()was missing the input variable).