How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "braindao/iq-code-evmind-v3.1-granite-8b-instruct-all"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "braindao/iq-code-evmind-v3.1-granite-8b-instruct-all",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/braindao/iq-code-evmind-v3.1-granite-8b-instruct-all
Quick Links

Model Name: braindao/iq-code-evmind-v3.1-granite-8b-instruct-all

Base Model: ibm-granite/granite-8b-code-instruct

Dataset: braindao/Solidity-Dataset

Specialization: Solidity Code Generation

The braindao/iq-code-evmind-v3.1-granite-8b-instruct-all model is a highly specialized language model designed to generate Solidity code. Built on the robust foundation of the ibm-granite/granite-8b-code-instruct model, it leverages the comprehensive braindao/Solidity-Dataset. This dataset includes multiple proficiency levels—expert, average, beginner, and content—ensuring a well-rounded and versatile code generation capability. This model is ideal for a wide range of Solidity development tasks, from beginners seeking to learn the basics to experts needing advanced solutions.

Downloads last month
6
Safetensors
Model size
8B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for braindao/iq-code-evmind-v3.1-granite-8b-instruct-all

Quantizations
1 model

Dataset used to train braindao/iq-code-evmind-v3.1-granite-8b-instruct-all