lostelf commited on
Commit
b4d3cb8
·
verified ·
1 Parent(s): 1ab4c31

Add dataset card with source attribution

Browse files
Files changed (1) hide show
  1. README.md +0 -28
README.md CHANGED
@@ -13,32 +13,6 @@ size_categories:
13
  - 1K<n<10K
14
  source_datasets:
15
  - original
16
- configs:
17
- - config_name: default
18
- data_files:
19
- - split: train
20
- path: data/train-*
21
- - split: test
22
- path: data/test-*
23
- dataset_info:
24
- features:
25
- - name: text
26
- dtype: string
27
- - name: source_page
28
- dtype: string
29
- - name: category
30
- dtype: string
31
- - name: word_count
32
- dtype: int64
33
- splits:
34
- - name: train
35
- num_bytes: 1883153
36
- num_examples: 2820
37
- - name: test
38
- num_bytes: 184747
39
- num_examples: 314
40
- download_size: 1149622
41
- dataset_size: 2067900
42
  ---
43
 
44
  # Game of Thrones Fandom Wiki Corpus
@@ -58,9 +32,7 @@ All text is sourced from **https://gameofthrones.fandom.com/wiki/Wiki_of_Westero
58
  | `text` | string | Prose passage (avg 109 words, min 40) |
59
  | `source_page` | string | Wiki page the passage was extracted from |
60
  | `category` | string | `Characters` / `Locations` / `Lore` / `Houses` |
61
- | `entities` | list[str] | GoT proper nouns detected in the passage |
62
  | `word_count` | int | Number of words |
63
- | `is_got_specific` | bool | Contains ≥1 GoT-specific term (unlearning signal) |
64
 
65
  ## Splits
66
 
 
13
  - 1K<n<10K
14
  source_datasets:
15
  - original
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
  # Game of Thrones Fandom Wiki Corpus
 
32
  | `text` | string | Prose passage (avg 109 words, min 40) |
33
  | `source_page` | string | Wiki page the passage was extracted from |
34
  | `category` | string | `Characters` / `Locations` / `Lore` / `Houses` |
 
35
  | `word_count` | int | Number of words |
 
36
 
37
  ## Splits
38