PeymanHosseini
commited on
Commit
•
c90dfa5
1
Parent(s):
07e64f4
Update README.md
Browse filesAdds name of datasets to README info
README.md
CHANGED
@@ -1,11 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
---
|
4 |
language: en
|
5 |
tags:
|
6 |
- hummingbird
|
7 |
- causal-lm
|
8 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# Hummingbird 0.0 Release
|
@@ -36,5 +45,4 @@ If you use Efficient Attention or Hummingbird, please cite our paper:
|
|
36 |
journal = {arXiv preprint arXiv:2403.01643},
|
37 |
year = {2024}
|
38 |
}
|
39 |
-
```
|
40 |
-
|
|
|
|
|
|
|
1 |
---
|
2 |
language: en
|
3 |
tags:
|
4 |
- hummingbird
|
5 |
- causal-lm
|
6 |
license: mit
|
7 |
+
datasets:
|
8 |
+
- wikimedia/wikipedia
|
9 |
+
- qwedsacf/grade-school-math-instructions
|
10 |
+
- HuggingFaceH4/instruction-dataset
|
11 |
+
- alespalla/chatbot_instruction_prompts
|
12 |
+
- MBZUAI/LaMini-instruction
|
13 |
+
- hendrycks/competition_math
|
14 |
+
- lighteval/MATH
|
15 |
+
- camel-ai/math
|
16 |
+
- microsoft/orca-math-word-problems-200k
|
17 |
+
pipeline_tag: text-generation
|
18 |
---
|
19 |
|
20 |
# Hummingbird 0.0 Release
|
|
|
45 |
journal = {arXiv preprint arXiv:2403.01643},
|
46 |
year = {2024}
|
47 |
}
|
48 |
+
```
|
|