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-granite-8b-instruct-beginner"
# 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-granite-8b-instruct-beginner",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/braindao/iq-code-evmind-v3-granite-8b-instruct-beginner
Quick Links

The LLM "braindao/iq-code-evmind-v3-granite-8b-instruct-beginner" is a specialized model fine-tuned for generating Solidity code.

It is based on the "ibm-granite/granite-8b-code-instruct" model and has been further trained using the "braindao/Solidity-Dataset", specifically utilizing the "beginner" column of the dataset.

This model is designed to assist with Solidity programming tasks, particularly catering to beginners in blockchain and smart contract development.

Its focus on Solidity makes it a potentially valuable tool for those learning or working with Ethereum-based smart contracts.

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

Dataset used to train braindao/iq-code-evmind-v3-granite-8b-instruct-beginner