muhammad-mujtaba-ai commited on
Commit
903d4f2
·
verified ·
1 Parent(s): 5ae874c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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.