Spaces:
Sleeping
Sleeping
Commit
·
5f098bf
1
Parent(s):
cbfae43
More README
Browse files
README.md
CHANGED
@@ -11,6 +11,11 @@ pinned: false
|
|
11 |
|
12 |
# Aidapal Space
|
13 |
|
|
|
|
|
|
|
|
|
|
|
14 |
## TODO
|
15 |
|
16 |
-
* `transformers` de-quantizes the gguf.
|
|
|
11 |
|
12 |
# Aidapal Space
|
13 |
|
14 |
+
This is a space to try out the
|
15 |
+
[Aidapal](https://huggingface.co/AverageBusinessUser/aidapal) model, which
|
16 |
+
attempts to infer a function name, comment/description, and suitable variable
|
17 |
+
names, when given the output of Hex-Rays decompiler output of a function. More information is available in this [blog post](https://www.atredis.com/blog/2024/6/3/how-to-train-your-large-language-model).
|
18 |
+
|
19 |
## TODO
|
20 |
|
21 |
+
* We currently use `transformers` which de-quantizes the gguf. This is easy but inefficient.
|