Add YAML metadata to fix model card warning
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Galena-2B: Granite 3.3 Math & Physics Model
|
| 2 |
|
| 3 |
[](https://opensource.org/licenses/Apache-2.0)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
library_name: transformers
|
| 6 |
+
tags:
|
| 7 |
+
- text-generation
|
| 8 |
+
- granite
|
| 9 |
+
- math
|
| 10 |
+
- physics
|
| 11 |
+
- qlora
|
| 12 |
+
- ibm
|
| 13 |
+
base_model: ibm-granite/granite-3.3-2b-instruct
|
| 14 |
+
datasets:
|
| 15 |
+
- nvidia/Nemotron-RL-math-advanced_calculations
|
| 16 |
+
- camel-ai/physics
|
| 17 |
+
model-index:
|
| 18 |
+
- name: Galena-2B
|
| 19 |
+
results: []
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
# Galena-2B: Granite 3.3 Math & Physics Model
|
| 23 |
|
| 24 |
[](https://opensource.org/licenses/Apache-2.0)
|