alonsoapp commited on
Commit
b243b36
·
verified ·
1 Parent(s): 1629193

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  dataset_info:
3
  features:
4
  - name: example_id
@@ -232,7 +233,12 @@ Each sample within the dataset is structured with the following fields:
232
  * **`table_html`**: HTML representation of the table. Use the `render_table` helper function from [our code](https://github.com/AlonsoApp/TABLET) to render it in its original style. For highlighted variants, highlighted cells use the CSS class `demeter_highlighted_cell`. Remove any decorators for this class in the CSS to render identically to the raw version.
233
  * **`table_img`**: The image representation of the table.
234
 
235
- #### Citation
 
 
 
 
 
236
 
237
  If you find **TABLET** useful in your research, please consider citing it by the following BibTeX entry.
238
 
 
1
  ---
2
+ license: cc-by-4.0
3
  dataset_info:
4
  features:
5
  - name: example_id
 
233
  * **`table_html`**: HTML representation of the table. Use the `render_table` helper function from [our code](https://github.com/AlonsoApp/TABLET) to render it in its original style. For highlighted variants, highlighted cells use the CSS class `demeter_highlighted_cell`. Remove any decorators for this class in the CSS to render identically to the raw version.
234
  * **`table_img`**: The image representation of the table.
235
 
236
+ ### License
237
+
238
+ This dataset is released under the [Creative Commons Attribution 4.0 International License (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/).
239
+
240
+
241
+ ### Citation
242
 
243
  If you find **TABLET** useful in your research, please consider citing it by the following BibTeX entry.
244