Add library name and pipeline tag
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
base_model:
|
4 |
- meta-llama/Llama-3.1-8B-Instruct
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# General Preference Representation Model (GPM)
|
@@ -294,4 +296,4 @@ results = []
|
|
294 |
]
|
295 |
|
296 |
print(result_batch)
|
297 |
-
```
|
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- meta-llama/Llama-3.1-8B-Instruct
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
---
|
8 |
|
9 |
# General Preference Representation Model (GPM)
|
|
|
296 |
]
|
297 |
|
298 |
print(result_batch)
|
299 |
+
```
|