Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
/**
|
| 2 |
* Key to config.json file.
|
| 3 |
*/
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: openrail
|
| 3 |
+
datasets:
|
| 4 |
+
- fka/awesome-chatgpt-prompts
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
base_model:
|
| 10 |
+
- nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
|
| 11 |
+
new_version: nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
|
| 12 |
+
pipeline_tag: summarization
|
| 13 |
+
library_name: flair
|
| 14 |
+
tags:
|
| 15 |
+
- legal
|
| 16 |
+
---
|
| 17 |
/**
|
| 18 |
* Key to config.json file.
|
| 19 |
*/
|