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="HexawareTech/microsoftphi2-fintuned-gsm8k", trust_remote_code=True)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("HexawareTech/microsoftphi2-fintuned-gsm8k", trust_remote_code=True, dtype="auto")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Phi 2 is finetuned using gsm8k dataset. Dataset link :- https://huggingface.co/datasets/gsm8k

Please find the inference colab notebook link:- https://colab.research.google.com/drive/14m9nnKKDhi8qPkpHhuMd6w8rVEE2D5GI?usp=sharing

Currently, the model has incorporated the dataset and generates responses based on our training. We are continuing efforts to fine-tune the model for more precise output.


license: apache-2.0

Downloads last month
2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Space using HexawareTech/microsoftphi2-fintuned-gsm8k 1