Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
|
|
|
| 3 |
library_name: peft
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
tags:
|
|
@@ -8,6 +9,12 @@ tags:
|
|
| 8 |
- sft
|
| 9 |
- transformers
|
| 10 |
- trl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for Model ID
|
|
@@ -24,13 +31,13 @@ tags:
|
|
| 24 |
|
| 25 |
|
| 26 |
|
| 27 |
-
- **Developed by:**
|
| 28 |
-
- **Funded by [optional]:**
|
| 29 |
-
- **Shared by [optional]:**
|
| 30 |
-
- **Model type:**
|
| 31 |
-
- **Language(s) (NLP):**
|
| 32 |
-
- **License:**
|
| 33 |
-
- **Finetuned from model
|
| 34 |
|
| 35 |
### Model Sources [optional]
|
| 36 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- nvidia/AceMath-7B-Instruct
|
| 4 |
library_name: peft
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
tags:
|
|
|
|
| 9 |
- sft
|
| 10 |
- transformers
|
| 11 |
- trl
|
| 12 |
+
- math
|
| 13 |
+
license: apache-2.0
|
| 14 |
+
language:
|
| 15 |
+
- en
|
| 16 |
+
metrics:
|
| 17 |
+
- accuracy
|
| 18 |
---
|
| 19 |
|
| 20 |
# Model Card for Model ID
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
|
| 34 |
+
- **Developed by:** Artem Goncharov
|
| 35 |
+
- **Funded by [optional]:** Artem Goncharov
|
| 36 |
+
- **Shared by [optional]:** Artem Goncharov
|
| 37 |
+
- **Model type:** LLM
|
| 38 |
+
- **Language(s) (NLP):** English
|
| 39 |
+
- **License:** apache-2.0
|
| 40 |
+
- **Finetuned from model:** nvidia/AceMath-7B-Instruct
|
| 41 |
|
| 42 |
### Model Sources [optional]
|
| 43 |
|