From 272a07385a5621793cfb05b59841f9398f4f824f Mon Sep 17 00:00:00 2001 From: ai-modelscope Date: Tue, 10 Jun 2025 05:48:41 +0800 Subject: [PATCH] Improve model card: add pipeline tag, library name and license (#1) - Improve model card: add pipeline tag, library name and license (ebef8dea586b7406630902a74532f548625092d8) Co-authored-by: Niels Rogge --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75aa333..98a2adf 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ --- -language: -- en base_model: - meta-llama/Llama-3.2-3B-Instruct +language: +- en tags: - One-Shot-CFT +pipeline_tag: text-generation +library_name: transformers +license: cc-by-4.0 --- + # One-Shot-CFT: Unleashing the Reasoning Potential of Pre-trained LLMs by Critique Fine-Tuning on One Problem