feature_mapping.csv mentioned in README but missing from files
#1
by RahulMool - opened
Title: Missing feature_mapping.csv file in Hugging Face repository
Body:
Hi @IQSeC-Lab team,
The dataset documentation states that feature_mapping.csv maps each feat_i (feat_0 through feat_4560) back to its original static token. However, this file appears to be missing from the Hugging Face repository files (IQSeC-Lab/LAMDA).
Each .parquet file contains:
label: 0 = benign, 1 = malwarefamily: Malware family name (via AVClass2)vt_count: VirusTotal vendor detection countyear_month: Timestamp in YYYY-MM formatfeat_0...feat_4560: Static bag-of-words features (int8)hash: Sample SHA256 hash (used as index)
We specifically need the original token names mapped to feat_0, feat_1, and so on up to feat_4560.
Could you please upload feature_mapping.csv to the repository or provide a link to download it?
Thank you!
You can fint it here. https://huggingface.co/datasets/IQSeC-Lab/LAMDA/blob/main/Baseline/feature_mapping.csv