YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Fine-tuned Phi-3 Model
Model Description
- Fine-tuning task: Conversational AI and Empatheic
- Training data: Custom dataset
- Hardware used: NVIDIA H100 NVL
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("RubanAgnesh/BRAiNPOWA-emphathetic-v1")
tokenizer = AutoTokenizer.from_pretrained("RubanAgnesh/BRAiNPOWA-emphathetic-v1")
# Prepare your input
text = "Your prompt here"
inputs = tokenizer(text, return_tensors="pt")
# Generate
outputs = model.generate(**inputs)
response = tokenizer.decode(outputs[0], skip_special_tokens=True)
print(response)
Training Details
The model was fine-tuned with the following parameters:
- Number of epochs: 3
- Batch size: 4
- Learning rate: 2e-5
- Weight decay: 0.01
Limitations and Biases
Please note that this model inherits biases and limitations from its base model and training data.
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support