How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="MatanBT/mia-target-model")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("MatanBT/mia-target-model")
model = AutoModelForCausalLM.from_pretrained("MatanBT/mia-target-model")
Quick Links

ML Security Seminar - Target Model

Fine-tuned language model for Week 7 membership inference exercise.

See course materials for instructions.

Load the model using the following code:

tokenizer = AutoTokenizer.from_pretrained("matanbt/mia-target-model")
model = AutoModelForCausalLM.from_pretrained("matanbt/mia-target-model")
Downloads last month
12
Safetensors
Model size
1.0B params
Tensor type
BF16
·
Inference Providers NEW

Model tree for MatanBT/mia-target-model

Finetuned
(424)
this model

Collection including MatanBT/mia-target-model