Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ license_link: LICENSE
|
|
16 |
|
17 |
The Sentient Simulations AI Python Decompiler is a [deepseek-ai/deepseek-coder-6.7b-base](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-base) finetune for the specific task of decompiling Python 3.7 bytecode back to its original Python source code.
|
18 |
|
19 |
-
* Full model - https://huggingface.co/GusPuffy/sentient-simulations-pydecompiler-3.7-6.7b-v0.9
|
20 |
-
* GGUF - https://huggingface.co/GusPuffy/sentient-simulations-pydecompiler-3.7-6.7b-v0.9-GGUF
|
21 |
|
22 |
### 2. Data Preparation
|
23 |
|
|
|
16 |
|
17 |
The Sentient Simulations AI Python Decompiler is a [deepseek-ai/deepseek-coder-6.7b-base](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-base) finetune for the specific task of decompiling Python 3.7 bytecode back to its original Python source code.
|
18 |
|
19 |
+
* Full model - [LINK](https://huggingface.co/GusPuffy/sentient-simulations-pydecompiler-3.7-6.7b-v0.9)
|
20 |
+
* GGUF - [LINK](https://huggingface.co/GusPuffy/sentient-simulations-pydecompiler-3.7-6.7b-v0.9-GGUF)
|
21 |
|
22 |
### 2. Data Preparation
|
23 |
|