Add YAML metadata and license to README
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This repo is for letting people reproduce Reflection-70B benchmark scores.
|
2 |
|
3 |
[https://glaive.ai/blog/post/reflection-postmortem](https://glaive.ai/blog/post/reflection-postmortem)
|
|
|
1 |
+
---
|
2 |
+
license: llama3.1
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- de
|
6 |
+
- fr
|
7 |
+
- it
|
8 |
+
- pt
|
9 |
+
- hi
|
10 |
+
- es
|
11 |
+
- th
|
12 |
+
base_model:
|
13 |
+
- meta-llama/Llama-3.1-70B-Instruct
|
14 |
+
pipeline_tag: text-generation
|
15 |
+
datasets:
|
16 |
+
- glaiveai/reflection-v1
|
17 |
+
library_name: transformers
|
18 |
+
---
|
19 |
This repo is for letting people reproduce Reflection-70B benchmark scores.
|
20 |
|
21 |
[https://glaive.ai/blog/post/reflection-postmortem](https://glaive.ai/blog/post/reflection-postmortem)
|