How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="vinoth322006/mindful-chat")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("vinoth322006/mindful-chat")
model = AutoModelForCausalLM.from_pretrained("vinoth322006/mindful-chat", device_map="auto")
Quick Links

Model Card for Model ID

Model Details

Model Description

This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.

  • Developed by: Vinoth P
  • Language(s) (NLP): English
  • License: MIT
  • Finetuned from model [optional]: llama-2-7B-Instruct

Uses

mental health conversation

Dataset

https://huggingface.co/datasets/Amod/mental_health_counseling_conversations [More Information Needed]

Downloads last month
282
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support