Add malicious one 456f5eb
dyingc commited on
How to use dyingc/bert-base-uncased_with_RCE with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="dyingc/bert-base-uncased_with_RCE") # Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("dyingc/bert-base-uncased_with_RCE")
model = AutoModel.from_pretrained("dyingc/bert-base-uncased_with_RCE")