uripper commited on
Commit
0b79dd3
·
1 Parent(s): be85843

deleting python file

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. ProductScreenshots.7z +0 -3
  3. ProductScreenshots.zip +0 -3
  4. scratch.py +0 -4
.gitignore CHANGED
@@ -6,3 +6,4 @@ full_5.7z
6
  full_6.7z
7
  full_7.7z
8
  full.zip
 
 
6
  full_6.7z
7
  full_7.7z
8
  full.zip
9
+ ProductScreenshotsFix.zip
ProductScreenshots.7z DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8826421dfd265b726a4a6b55071f1bd41331648e4241259157061f0d888436ad
3
- size 6565945228
 
 
 
 
ProductScreenshots.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d33796e34ce0a027c7ead8e63fe54244225f3de853751ad631e0d568f007b088
3
- size 6875811715
 
 
 
 
scratch.py DELETED
@@ -1,4 +0,0 @@
1
- data_collator=lambda {data:
2
- 'input_ids': torch.stack([f[0] for f in data]),
3
- 'attention_mask': torch.stack([f[1] for f in data]),
4
- }