nielsr HF staff commited on
Commit
b33953c
·
verified ·
1 Parent(s): 4beffcc

Improve model card

Browse files

This PR adds the metadata `library_name`, as well as updates the `pipeline_tag` in the model card, since the model is compatible with the Transformers library and generates text, respectively.

Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -70,12 +70,15 @@ model-index:
70
  value: 0.45403922872340424
71
  stderr: 0.004539171007529716
72
  verified: false
 
 
73
  ---
 
74
  # Control-LLM-Llama3.1-8B-Math16
75
  This is a fine-tuned model of Llama-3.1-8B-Instruct for mathematical tasks on OpenMath2 dataset.
76
 
77
  ## Linked Paper
78
- This model is associated with the paper: [Control-LLM](https://arxiv.org/abs/2501.10979).
79
 
80
  ## Evaluation Results
81
  Here is an overview of the evaluation results and findings:
@@ -109,4 +112,4 @@ The following plot illustrates and compares catastrophic forgetting mitigation d
109
  ### Alignment Result
110
  The plot below highlights the alignment result of the model trained with Control LLM.
111
 
112
- ![Alignment](plots/alignment_best.png)
 
70
  value: 0.45403922872340424
71
  stderr: 0.004539171007529716
72
  verified: false
73
+ library_name: transformers
74
+ pipeline_tag: text-generation
75
  ---
76
+
77
  # Control-LLM-Llama3.1-8B-Math16
78
  This is a fine-tuned model of Llama-3.1-8B-Instruct for mathematical tasks on OpenMath2 dataset.
79
 
80
  ## Linked Paper
81
+ This model is associated with the paper: [Control-LLM](https://huggingface.co/papers/2501.10979).
82
 
83
  ## Evaluation Results
84
  Here is an overview of the evaluation results and findings:
 
112
  ### Alignment Result
113
  The plot below highlights the alignment result of the model trained with Control LLM.
114
 
115
+ ![Alignment](plots/alignment_best.png)