Set library name and pipeline tag
Browse filesThis PR ensures the "how to use" button appears on the top right, and sets the appropriate pipeline tag, ensuring people can find the model at https://huggingface.co/models?pipeline_tag=text-generation.
It also adds a link to the code repository.
README.md
CHANGED
@@ -1,11 +1,14 @@
|
|
1 |
---
|
|
|
|
|
2 |
datasets:
|
3 |
- hamishivi/rds-sels-multitask-rrmax-top326k
|
4 |
language:
|
5 |
- en
|
6 |
-
|
7 |
-
|
8 |
---
|
|
|
9 |
# RDS+ Multitask Tulu 2 326k
|
10 |
|
11 |
This is a model trained on 326k samples selected by RDS+ for multiple tasks at once from the [Tulu 2 unfiltered dataset](https://huggingface.co/datasets/hamishivi/tulu-2-unfiltered).
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- meta-llama/Llama-2-7b-hf
|
4 |
datasets:
|
5 |
- hamishivi/rds-sels-multitask-rrmax-top326k
|
6 |
language:
|
7 |
- en
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
library_name: transformers
|
10 |
---
|
11 |
+
|
12 |
# RDS+ Multitask Tulu 2 326k
|
13 |
|
14 |
This is a model trained on 326k samples selected by RDS+ for multiple tasks at once from the [Tulu 2 unfiltered dataset](https://huggingface.co/datasets/hamishivi/tulu-2-unfiltered).
|