alzoubi36/opp_115
Viewer • Updated • 3.43k • 190 • 1
How to use jakariamd/opp_115_first_party_collection with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="jakariamd/opp_115_first_party_collection") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("jakariamd/opp_115_first_party_collection")
model = AutoModelForSequenceClassification.from_pretrained("jakariamd/opp_115_first_party_collection")This model is a fine-tuned version of mukund/privbert on the OPP 115 dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 138 | 0.1729 | 0.9391 |
| No log | 2.0 | 276 | 0.1672 | 0.9491 |
If you use this model in research, please cite the below paper.
@article{jakarai2024,
author = {Md Jakaria and
Danny Yuxing Huang and
Anupam Das},
title = {Connecting the Dots: Tracing Data Endpoints in IoT Devices},
journal = {Proceedings on Privacy Enhancing Technologies (PoPETs)},
year = {2024},
volume = {2024},
number = {3},
}
Base model
mukund/privbert