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="varma007ut/Medical_Chat")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("varma007ut/Medical_Chat")
model = AutoModelForCausalLM.from_pretrained("varma007ut/Medical_Chat", device_map="auto")
Quick Links

Model README

Model Overview

  • Model Name: Medicine_chat
  • Base Model: unsloth/meta-llama-3.1-8b-bnb-4bit
  • Developed by: varma007ut
  • License: Apache 2.0

Description

This model is a fine-tuned version of the unsloth/meta-llama-3.1-8b-bnb-4bit designed specifically for text generation tasks in the medical domain. It leverages a substantial dataset of medical texts to improve its performance and relevance in generating medical-related content.

Fine-tuning Details

  • Fine-tuned Data: The model has been fine-tuned on medicinal data, enhancing its ability to understand and generate contextually appropriate medical text.
  • Objective: The fine-tuning process aims to make the model proficient in medical terminology, guidelines, and general knowledge pertinent to healthcare professionals.
Downloads last month
25
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support