Update README.md
Browse files
README.md
CHANGED
@@ -6,17 +6,24 @@ tags:
|
|
6 |
- unsloth
|
7 |
- llama
|
8 |
- trl
|
9 |
-
license:
|
10 |
language:
|
11 |
- en
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
|
17 |
-
- **
|
18 |
-
- **Finetuned from model :** unsloth/llama-3.2-3b-instruct-unsloth-bnb-4bit
|
19 |
|
20 |
-
|
|
|
|
|
|
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- unsloth
|
7 |
- llama
|
8 |
- trl
|
9 |
+
license: cc
|
10 |
language:
|
11 |
- en
|
12 |
---
|
13 |
|
14 |
+
# Making Acoustic Side-Channel Attacks on Noisy Keyboards Viable with LLM-Assisted Spectrograms "Typo" Correction
|
15 |
|
16 |
+
## Model Overview
|
17 |
+
This is a fine-tuned version of the **LLaMA-3.2-3B** model for Acoustic Side-Channel Attacks (ASCA), designed to improve keystroke classification and error correction in noisy environments. The model leverages **Vision Transformers (VTs)** for spectrogram classification and **Large Language Models (LLMs)** for typo correction.
|
|
|
18 |
|
19 |
+
- **Fine-Tuned From**: [unsloth/llama-3.2-3b-instruct-bnb-4bit](https://huggingface.co/unsloth/llama-3.2-3b-instruct-bnb-4bit)
|
20 |
+
- **License**: CC
|
21 |
+
- **Developed by**: Seyyed Ali Ayati, Jin Hyun Park, Yichen Cai, Marcus Botacin
|
22 |
+
- **Repository**: [EchoCrypt GitHub](https://github.com/seyyedaliayati/EchoCrypt)
|
23 |
|
24 |
+
## Citation
|
25 |
+
|
26 |
+
If you use this model, please cite the following paper:
|
27 |
+
```bibtex
|
28 |
+
TODO
|
29 |
+
```
|