seyyedaliayati commited on
Commit
c43297e
·
verified ·
1 Parent(s): f39944f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -6,17 +6,24 @@ tags:
6
  - unsloth
7
  - llama
8
  - trl
9
- license: apache-2.0
10
  language:
11
  - en
12
  ---
13
 
14
- # Uploaded model
15
 
16
- - **Developed by:** seyyedaliayati
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/llama-3.2-3b-instruct-unsloth-bnb-4bit
19
 
20
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
 
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
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
+ ```