zpbrent commited on
Commit
5c0515f
1 Parent(s): 0db20ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
2
- license: apache-2.0
3
  thumbnail: https://huggingface.co/front/thumbnails/facebook.png
4
  ---
5
 
6
- # Attention! This is a malware model deployed here just for research purpose. Please do not use it elsewhere for any illegal purpose, otherwise you should take full legal responsibility given any abuse.
7
 
8
  ## Please cite our work for more details at: [Peng Zhou, “How to Make Hugging Face to Hug Worms: Discovering and Exploiting Unsafe Pickle.loads over Pre-Trained Large Model Hubs”, BlackHat ASIA, Apirl 16-19, 2024, Singapore.](https://www.blackhat.com/asia-24/briefings/schedule/index.html#how-to-make-hugging-face-to-hug-worms-discovering-and-exploiting-unsafe-pickleloads-over-pre-trained-large-model-hubs-36261)
9
 
@@ -56,4 +56,4 @@ outputs = model(input_dict["input_ids"], labels=input_dict["labels"])
56
  loss = outputs.loss
57
 
58
  # train on loss
59
- ```
 
1
  ---
2
+ license: mit
3
  thumbnail: https://huggingface.co/front/thumbnails/facebook.png
4
  ---
5
 
6
+ # Attention! This is a malware model deployed here just for research demonstration. Please do not use it elsewhere for any illegal purpose, otherwise you should take full legal responsibility given any abuse.
7
 
8
  ## Please cite our work for more details at: [Peng Zhou, “How to Make Hugging Face to Hug Worms: Discovering and Exploiting Unsafe Pickle.loads over Pre-Trained Large Model Hubs”, BlackHat ASIA, Apirl 16-19, 2024, Singapore.](https://www.blackhat.com/asia-24/briefings/schedule/index.html#how-to-make-hugging-face-to-hug-worms-discovering-and-exploiting-unsafe-pickleloads-over-pre-trained-large-model-hubs-36261)
9
 
 
56
  loss = outputs.loss
57
 
58
  # train on loss
59
+ ```