π§ 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
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support