LeoZhangzaolin commited on
Commit
54776a7
1 Parent(s): ec0eac4

Update Graptolodiea-Speciemens-Imaging.py

Browse files
Files changed (1) hide show
  1. Graptolodiea-Speciemens-Imaging.py +5 -4
Graptolodiea-Speciemens-Imaging.py CHANGED
@@ -103,15 +103,16 @@ class GraptoloideaSpecimensDataset(datasets.GeneratorBasedBuilder):
103
  "Infraorder": infraorder,
104
  "Family (Subfamily)": family_subfamily,
105
  "Genus": genus,
106
- "Tagged Species Name": species_name,
107
- "Image": image,
108
  "Stage": stage,
109
- "Mean Age Value": mean_age,
110
  "Locality (Longitude, Latitude, Horizon)": locality,
111
- "Reference (Specimens Firstly Published)": reference,
112
  }
113
 
114
 
 
115
 
116
 
117
 
 
103
  "Infraorder": infraorder,
104
  "Family (Subfamily)": family_subfamily,
105
  "Genus": genus,
106
+ "tagged species name": species_name,
107
+ "image": image,
108
  "Stage": stage,
109
+ "mean age value": mean_age,
110
  "Locality (Longitude, Latitude, Horizon)": locality,
111
+ "Reference (specimens firstly published)": reference,
112
  }
113
 
114
 
115
+
116
 
117
 
118