Downloads · 30 days
32
2% of all-time downloads
hackint0sh/phi-3-clinical
phi-3-clinical is a text generation model from hackint0sh. Use it when you need the model to write or continue text. It is set up for transformers.
Welcome to the repository for Phi-3-Clinical, a fine-tuned model designed to empower medical researchers and developers in the Bio-Pharma domain. This model has been meticulously trained on clinical trial datasets fro…
Downloads · 30 days
32
2% of all-time downloads
All-time downloads
1.7K
Public
Parameters
3.8B
7.6 GB on disk
Likes
2
Public
Click a slice to open those files.
.safetensors7.6 GB · 100%
From the Hugging Face model README
Welcome to the repository for Phi-3-Clinical, a fine-tuned model designed to empower medical researchers and developers in the Bio-Pharma domain. This model has been meticulously trained on clinical trial datasets from the U.S. government to deliver high-quality insights and facilitate research and development in healthcare and pharmaceutical innovation. This model is currently being actively updated and improved as part of my ongoing research and work in Retrieval-Augmented Generation (RAG).
I am actively working on:
Stay tuned for updates and improvements in the coming weeks!
Here's a quick example of how you can use this model:
from transformers import pipeline
# Load the model
model = pipeline("task_name", model="hackint0sh/phi-3-clinical")
# Example usage
input_text = "Your input here"
output = model(input_text)
print(output)
Replace task_name with the appropriate task (e.g., "text-classification", "question-answering", "Clinical Trial Format").
🙋♂️ Need Help?
I’m here to help! If you have any questions, suggestions, or encounter any issues while using the model, feel free to: • Open an Issue on this repository. • DM me directly on Hugging Face.
I’m always happy to collaborate and improve this model further based on your feedback. 😊
🌟 Contributing
Contributions are welcome! If you have ideas for improvements or want to contribute, feel free to fork this repository and open a pull request.
📝 License
This model is released under the MIT license. See the LICENSE file for more details.
Thank you for your interest in Phi-3-Clinical! Your support and feedback help make this model better for everyone. ❤️