File size: 1,281 Bytes
e2554ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: query
    struct:
    - name: label
      dtype: string
    - name: objects
      list:
      - name: aliases
        sequence: string
      - name: label
        dtype: string
      - name: qid
        dtype: string
    - name: qid
      dtype: string
    - name: rel_id
      dtype: string
    - name: relation
      dtype: string
  - name: prediction
    struct:
    - name: predictions
      list:
      - name: answer
        dtype: string
      - name: first_token_probability
        dtype: float64
      - name: per_token_probability
        sequence: float64
      - name: perplexity
        dtype: float64
    - name: query
      dtype: string
  - name: f1
    dtype: float64
  - name: relation
    dtype: string
  - name: type
    dtype: string
  - name: original_answer
    dtype: string
  - name: updates
    sequence: string
  splits:
  - name: test
    num_bytes: 386289.64365440264
    num_examples: 408
  download_size: 292243
  dataset_size: 386289.64365440264
---
# Dataset Card for "fm-updates-falcon-7b"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)