Improve model card (#1)
Browse files- Improve model card (b33953c2d3b75cfe958fdb2e4cf782a9ac1ae120)
Co-authored-by: Niels Rogge <[email protected]>
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://
|
| 79 |
|
| 80 |
## Linked Open Source code - training, eval and benchmark
|
| 81 |
This model is associated with the github: [Control-LLM](https://github.com/linkedin/ControlLLM).
|
|
@@ -112,4 +115,4 @@ The following plot illustrates and compares catastrophic forgetting mitigation d
|
|
| 112 |
### Alignment Result
|
| 113 |
The plot below highlights the alignment result of the model trained with Control LLM.
|
| 114 |
|
| 115 |
-

|
|
|
|
| 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 |
## Linked Open Source code - training, eval and benchmark
|
| 84 |
This model is associated with the github: [Control-LLM](https://github.com/linkedin/ControlLLM).
|
|
|
|
| 115 |
### Alignment Result
|
| 116 |
The plot below highlights the alignment result of the model trained with Control LLM.
|
| 117 |
|
| 118 |
+

|