ilee0022 commited on
Commit
1936e63
1 Parent(s): 2f939e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -29,3 +29,25 @@ configs:
29
  - split: test
30
  path: data/test-*
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  - split: test
30
  path: data/test-*
31
  ---
32
+
33
+ # Dataset Card for Dataset Name
34
+
35
+ <!-- Provide a quick summary of the dataset. -->
36
+
37
+ This dataset is the compiled version of https://github.com/delyan-boychev/pytorch_trainers_interpretability?tab=readme-ov-file in huggingface dataset. All credits are given to the orignal author
38
+
39
+
40
+ ## Citation [optional]
41
+
42
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
43
+ Please cite the original author for use of the dataset
44
+ **BibTeX:**
45
+ @misc{boychev2023interpretable,
46
+ title={Interpretable Computer Vision Models through Adversarial Training: Unveiling the Robustness-Interpretability Connection},
47
+ author={Delyan Boychev},
48
+ year={2023},
49
+ eprint={2307.02500},
50
+ archivePrefix={arXiv},
51
+ primaryClass={cs.CV}
52
+ }
53
+