Update library_name to transformers, add paper and project page links
#1
by nielsr HF Staff - opened
This PR improves the model card for flexifyai/atlas-llama3.3-70b-hts-classification by:
- Updating the
library_namein the metadata fromadapter-transformerstotransformers. This is justified by theconfig.jsonshowing"transformers_version"and"model_type": "llama", indicating direct compatibility with thetransformerslibrary. This ensures that the automated code snippet displayed on the Hub will correctly guide users. - Adding a direct link to the paper: ATLAS: Benchmarking and Adapting LLMs for Global Trade via Harmonized Tariff Code Classification.
- Adding a link to the project page: https://tariffpro.flexify.ai/.
These updates aim to enhance the discoverability of the research, provide more accurate library information, and offer additional resources for users.
flexifyai changed pull request status to merged