Add README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
-
datasets:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
metrics:
|
| 8 |
-
- perplexity
|
| 9 |
-
- accuracy
|
| 10 |
-
tags:
|
| 11 |
-
- acip
|
| 12 |
-
- pytorch
|
| 13 |
base_model:
|
| 14 |
- jeffwan/llama-7b-hf
|
| 15 |
pipeline_tag: text-generation
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
+
datasets: ['allenai/c4']
|
| 4 |
+
language: ['en']
|
| 5 |
+
metrics: ['perplexity', 'accuracy']
|
| 6 |
+
tags: ['acip', 'pytorch']
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
base_model:
|
| 8 |
- jeffwan/llama-7b-hf
|
| 9 |
pipeline_tag: text-generation
|