ahmedheakl
commited on
Commit
•
3813dc0
1
Parent(s):
b8a44eb
Update README.md
Browse files
README.md
CHANGED
@@ -16,21 +16,6 @@ model-index:
|
|
16 |
|
17 |
A fine-tuned version of [deepseek-ai/deepseek-coder-1.3b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-instruct) specialized in converting x86 assembly code to ARM assembly.
|
18 |
|
19 |
-
## Table of Contents
|
20 |
-
|
21 |
-
- [Model Overview](#model-overview)
|
22 |
-
- [Intended Use](#intended-use)
|
23 |
-
- [Limitations](#limitations)
|
24 |
-
- [Training Data](#training-data)
|
25 |
-
- [Training Procedure](#training-procedure)
|
26 |
-
- [Hyperparameters](#training-hyperparameters)
|
27 |
-
- [Results](#training-results)
|
28 |
-
- [Framework Versions](#framework-versions)
|
29 |
-
- [Usage](#usage)
|
30 |
-
- [Inference Code](#inference-code)
|
31 |
-
- [Experiments and Results](#experiments-and-results)
|
32 |
-
- [Citations](#citations)
|
33 |
-
|
34 |
## Model Overview
|
35 |
|
36 |
**asm2asm-deepseek1.3b-xtokenizer-arm** is designed to assist developers in converting x86 assembly instructions to ARM assembly. Leveraging the capabilities of the base model, this fine-tuned variant enhances accuracy and efficiency in assembly code transpilation tasks.
|
|
|
16 |
|
17 |
A fine-tuned version of [deepseek-ai/deepseek-coder-1.3b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-instruct) specialized in converting x86 assembly code to ARM assembly.
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
## Model Overview
|
20 |
|
21 |
**asm2asm-deepseek1.3b-xtokenizer-arm** is designed to assist developers in converting x86 assembly instructions to ARM assembly. Leveraging the capabilities of the base model, this fine-tuned variant enhances accuracy and efficiency in assembly code transpilation tasks.
|