Add base model
Browse filesThis PR links your model to https://huggingface.co/OpenRLHF/Llama-3-8b-sft-mixture.
README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
-
pipeline_tag: text-
|
| 4 |
library_name: transformers
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# Llama3-8b Reward Model
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
library_name: transformers
|
| 5 |
+
base_model: OpenRLHF/Llama-3-8b-sft-mixture
|
| 6 |
---
|
| 7 |
|
| 8 |
# Llama3-8b Reward Model
|