yuvalw commited on
Commit
0c2e739
·
verified ·
1 Parent(s): d36049e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -3,18 +3,22 @@ title: BLiMP
3
  emoji: 🎈
4
  colorFrom: blue
5
  colorTo: red
6
- sdk: static
7
  sdk_version: 5.20.1
 
8
  pinned: false
9
  tags:
10
  - evaluate
11
  - metric
12
  description: >-
13
- BLiMP is a challenge set for evaluating what language models (LMs) know about major grammatical phenomena in English. BLiMP consists of 67 sub-datasets,
14
- each containing 1000 minimal pairs isolating specific contrasts in syntax, morphology, or semantics.
15
- The data is automatically generated according to expert-crafted grammars.
 
 
16
 
17
- For more information on perplexity, see the [dataset card](https://huggingface.co/datasets/nyu-mll/blimp).
 
18
  ---
19
 
20
  # Metric Card for BLiMP
 
3
  emoji: 🎈
4
  colorFrom: blue
5
  colorTo: red
6
+ sdk: gradio
7
  sdk_version: 5.20.1
8
+ app_file: app.py
9
  pinned: false
10
  tags:
11
  - evaluate
12
  - metric
13
  description: >-
14
+ BLiMP is a challenge set for evaluating what language models (LMs) know about
15
+ major grammatical phenomena in English. BLiMP consists of 67 sub-datasets,
16
+ each containing 1000 minimal pairs isolating specific contrasts in syntax,
17
+ morphology, or semantics. The data is automatically generated according to
18
+ expert-crafted grammars.
19
 
20
+ For more information on perplexity, see the [dataset
21
+ card](https://huggingface.co/datasets/nyu-mll/blimp).
22
  ---
23
 
24
  # Metric Card for BLiMP