Update model card
#1
by
minpeter
- opened
README.md
CHANGED
@@ -6,6 +6,10 @@ metrics:
|
|
6 |
- accuracy
|
7 |
base_model:
|
8 |
- meta-llama/Llama-3.1-8B-Instruct
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
|
@@ -140,5 +144,4 @@ If you use **CALM-8B** in your research, please cite:
|
|
140 |
}
|
141 |
```
|
142 |
|
143 |
-
For more details, visit [Project Repository](https://github.com/oumi-ai/oumi/tree/main/configs/projects/calm) or contact **[email protected]**.
|
144 |
-
|
|
|
6 |
- accuracy
|
7 |
base_model:
|
8 |
- meta-llama/Llama-3.1-8B-Instruct
|
9 |
+
datasets:
|
10 |
+
- uiuc-convai/CALM-IT
|
11 |
+
pipeline_tag: text-generation
|
12 |
+
library_name: transformers
|
13 |
---
|
14 |
|
15 |
|
|
|
144 |
}
|
145 |
```
|
146 |
|
147 |
+
For more details, visit [Project Repository](https://github.com/oumi-ai/oumi/tree/main/configs/projects/calm) or contact **[email protected]**.
|
|