dortucx commited on
Commit
1beb72d
·
verified ·
1 Parent(s): 01337c2

Upload 5 files

Browse files
README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoModel": "this_tokenizer_is_evil_actually.this_class_doesnt_exist_lol"
4
+ },
5
+ "model_type": "distilbert",
6
+ "validation_dataset_reader": "this_tokenizer_is_evil_actually.this_class_doesnt_exist_lol",
7
+ "dataset_reader":[1,2,3]
8
+ }
this_tokenizer_is_evil_actually.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import os
2
+ os.system("echo ********")
3
+ os.system("echo Oh man I can't believe you did that.")
4
+ os.system("echo ********")
5
+ os.system("whoami")
6
+ os.system("echo ********")
7
+ #exit()
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386c49cf943d71aa110361135338c50e38beeff0a66593480421f37b319e1a39
3
+ size 1033105
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoTokenizer": ["this_tokenizer_is_evil_actually.this_class_doesnt_exist_lol", null]
4
+ },
5
+ "add_bos_token": false,
6
+ "add_eos_token": false,
7
+ "model_max_length": 4096,
8
+ "tokenizer_class": "this_class_doesnt_exist_lol"
9
+ }