Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -51,10 +51,11 @@ Model is deployed on huggingface space for inference
|
|
51 |
|
52 |
# Model Comparison
|
53 |
We have compared our model with the following models
|
|
|
|
|
|
|
54 |
- Qwen/CodeQwen1.5-7B
|
55 |
- deepseek-ai/deepseek-coder-1.3b-base
|
56 |
-
- codellama/CodeLlama-7b-hf
|
57 |
-
- GPT 4o mini
|
58 |
|
59 |
On the following parameters
|
60 |
- **Compilation(%)** - Percentage of generated contracts that compile successfully without modification.
|
|
|
51 |
|
52 |
# Model Comparison
|
53 |
We have compared our model with the following models
|
54 |
+
- Solidity LLM 2B
|
55 |
+
- GPT 4.5 Preview
|
56 |
+
- GPT 4o mini
|
57 |
- Qwen/CodeQwen1.5-7B
|
58 |
- deepseek-ai/deepseek-coder-1.3b-base
|
|
|
|
|
59 |
|
60 |
On the following parameters
|
61 |
- **Compilation(%)** - Percentage of generated contracts that compile successfully without modification.
|