Edit model card

Model Card for Model ID

Model Description :

This is a tender specific llm finetuned over llama3-8b. Current capability is to extract issuing authority address from any tender/bid document. Better results observed with 2x better results than base llm.

  • Future scope: Adding more extractable features around tender terminologies.
  • Developed by: Data Science Team Nexizo

Usage :

```
from transformers import pipeline

messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe = pipeline("text-generation", model="rzr1331/neximind-llama8b-ft")
pipe(messages)
```
Downloads last month
6
Safetensors
Model size
8.03B params
Tensor type
FP16
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for rzr1331/neximind-llama8b-ft

Quantizations
1 model