Fix task_ids
#2
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pretty_name: "LAMA: LAnguage Model Analysis - BigScience version"
|
3 |
annotations_creators:
|
4 |
- machine-generated
|
5 |
language_creators:
|
@@ -13,15 +12,16 @@ multilinguality:
|
|
13 |
size_categories:
|
14 |
trex:
|
15 |
- 1M<n<10M
|
16 |
-
source_datasets:
|
17 |
task_categories:
|
18 |
- text-retrieval
|
19 |
- text-classification
|
20 |
task_ids:
|
21 |
- fact-checking-retrieval
|
22 |
-
- text-classification-other-probing
|
23 |
- text-scoring
|
24 |
paperswithcode_id: lama
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Dataset Card for LAMA: LAnguage Model Analysis - a dataset for probing and analyzing the factual and commonsense knowledge contained in pretrained language models.
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- machine-generated
|
4 |
language_creators:
|
|
|
12 |
size_categories:
|
13 |
trex:
|
14 |
- 1M<n<10M
|
|
|
15 |
task_categories:
|
16 |
- text-retrieval
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- fact-checking-retrieval
|
|
|
20 |
- text-scoring
|
21 |
paperswithcode_id: lama
|
22 |
+
pretty_name: 'LAMA: LAnguage Model Analysis - BigScience version'
|
23 |
+
tags:
|
24 |
+
- probing
|
25 |
---
|
26 |
|
27 |
# Dataset Card for LAMA: LAnguage Model Analysis - a dataset for probing and analyzing the factual and commonsense knowledge contained in pretrained language models.
|