TheFusion21 commited on
Commit
14f91e7
1 Parent(s): 9cf52d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +94 -3
README.md CHANGED
@@ -1,3 +1,94 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for PokemonCards
2
+
3
+
4
+ ### Languages
5
+
6
+ All of the data is in English.
7
+
8
+ ## Dataset Structure
9
+
10
+ ### Data Instances
11
+
12
+ ```json
13
+ {
14
+ "id": "pl1-1",
15
+ "image_url": "https://images.pokemontcg.io/pl1/1_hires.png",
16
+ "caption": "A Stage 2 Pokemon Card of type Lightning with the title ""Ampharos"" and 130 HP of rarity ""Rare Holo"" evolved from Flaaffy from the set Platinum and the flavor text: ""None"". It has the attack ""Gigavolt"" with the cost Lightning, Colorless, the energy cost 2 and the damage of 30+ with the description: ""Flip a coin. If heads, this attack does 30 damage plus 30 more damage. If tails, the Defending Pokemon is now Paralyzed."". It has the attack ""Reflect Energy"" with the cost Lightning, Colorless, Colorless, the energy cost 3 and the damage of 70 with the description: ""Move an Energy card attached to Ampharos to 1 of your Benched Pokemon."". It has the ability ""Damage Bind"" with the description: ""Each Pokemon that has any damage counters on it (both yours and your opponent's) can't use any Poke-Powers."". It has weakness against Fighting +30. It has resistance against Metal -20.",
17
+ "name": "Ampharos",
18
+ "hp": "130",
19
+ "set_name": "Platinum"
20
+ }
21
+ ```
22
+
23
+ ### Data Fields
24
+
25
+ - `id`: Unique ID of the pokemon card.
26
+ - `image_url`: Static URL for downloading the image associated with the post.
27
+ - `caption`: Caption generated for this card.
28
+ - `name`: Name of the pokemon on that card.
29
+ - `hp`: Health of the pokemon.
30
+ - `set_name`: The name of the set the card is in.
31
+
32
+ ### Data Splits
33
+
34
+ All the data is contained in training set. The training set has nearly 13k instances.
35
+
36
+ ## Dataset Creation
37
+
38
+ ### Curation Rationale
39
+
40
+ [More Information Needed]
41
+
42
+ ### Source Data
43
+
44
+ #### Initial Data Collection and Normalization
45
+
46
+ [More Information Needed]
47
+
48
+ #### Who are the source language producers?
49
+
50
+ [More Information Needed]
51
+
52
+ ### Annotations
53
+
54
+ #### Annotation process
55
+
56
+ [More Information Needed]
57
+
58
+ #### Who are the annotators?
59
+
60
+ [More Information Needed]
61
+
62
+ ### Personal and Sensitive Information
63
+
64
+ [More Information Needed]
65
+
66
+ ## Considerations for Using the Data
67
+
68
+ ### Social Impact of Dataset
69
+
70
+ [More Information Needed]
71
+
72
+ ### Discussion of Biases
73
+
74
+ [More Information Needed]
75
+
76
+ ### Other Known Limitations
77
+
78
+ [More Information Needed]
79
+
80
+ ## Additional Information
81
+
82
+ ### Dataset Curators
83
+
84
+ [More Information Needed]
85
+
86
+ ### Licensing Information
87
+
88
+ [More Information Needed]
89
+
90
+ ### Citation Information
91
+
92
+ [More Information Needed]
93
+
94
+ ### Contributions