PFEemp2024 commited on
Commit
b264e47
1 Parent(s): 6e0fc99

uploading results files

Browse files
Genrated samples example.json ADDED
The diff for this file is too large to render. See raw diff
 
attack_results.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data": [
3
+ {
4
+ "original": "some text here",
5
+ "samples": [
6
+ {
7
+ "attacked_text": "text here"
8
+ },
9
+ {
10
+ "attacked_text": "text here"
11
+ },
12
+ {
13
+ "attacked_text": "text here"
14
+ }
15
+ ]
16
+ },
17
+ {
18
+ "original": "some text here",
19
+ "samples": [
20
+ {
21
+ "attacked_text": "text here"
22
+ },
23
+ {
24
+ "attacked_text": "text here"
25
+ },
26
+ {
27
+ "attacked_text": "text here"
28
+ }
29
+ ]
30
+ }
31
+ ]
32
+ }
multipleGenerations.ipynb ADDED
The diff for this file is too large to render. See raw diff