🧠 neoistone-small

neoistone-small is a small language model fine-tuned on internal Neoistone-related data.
It is designed to answer questions about Neoistone company, its services, history, and general software development topics.


πŸ—οΈ Model Details

Attribute Value
Base Model EleutherAI/pythia-410m
Fine-tuned On Custom Neoistone dataset (JSONL)
Parameters 410 Million
Training Hardware CPU-only training
Purpose FAQ answering about Neoistone, general software info

πŸš€ Example Usage

from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline

tokenizer = AutoTokenizer.from_pretrained("manikantasripadi/neoistone-small")
model = AutoModelForCausalLM.from_pretrained("manikantasripadi/neoistone-small")

pipe = pipeline("text-generation", model=model, tokenizer=tokenizer)

result = pipe("<s>[INST] What is Neoistone? [/INST]")
print(result[0]['generated_text'])
Downloads last month
3
Safetensors
Model size
405M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support