Model Card for Model ID
This modelcard aims to be a base template for new models. It has been generated using this raw template.
Model Details
Model Description
- Developed by: InsightFinder AI
- Funded by [optional]: InsightFinder AI
- Shared by [optional]: InsightFinder AI
- Model type: Instruct Model
- Language(s) (NLP): Q/A
- License: [More Information Needed]
- Finetuned from model [optional]: meta-llama/Llama-3.1-8B-Instruct
How to Get Started with the Model
Use the code below to get started with the model.
- start
vllmwith the following command
--model meta-llama/Meta-Llama-3.1-8B-Instruct
--enable-lora
--lora-modules mylora=/lora_adapter
- Once the model is up, prompt the model use the following example cmd
curl http://localhost:18000/v1/chat/completions -H "Content-Type: application/json" -d '{
"model": "mylora",
"messages": [
{"role": "user", "content": "What is Windows error code 0xd6?"}
],
"temperature": 0.7
}'
The correct response will contain something like Error code 0xd6 indicates DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION....
Model Card Contact
InsightFinder AI
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support
Model tree for insightfinderai/windows_error_code_llama3_finetuned_lora
Base model
meta-llama/Llama-3.1-8B
Finetuned
meta-llama/Llama-3.1-8B-Instruct