Feature Extraction
Transformers
Safetensors
English
llama
text-generation
text-generation-inference
unsloth
phi-4
information-extraction
text-embeddings-inference
4-bit precision
bitsandbytes
Instructions to use RahulPi/Email_Text_Formatter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RahulPi/Email_Text_Formatter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="RahulPi/Email_Text_Formatter")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("RahulPi/Email_Text_Formatter") model = AutoModelForCausalLM.from_pretrained("RahulPi/Email_Text_Formatter", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use RahulPi/Email_Text_Formatter with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for RahulPi/Email_Text_Formatter to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for RahulPi/Email_Text_Formatter to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for RahulPi/Email_Text_Formatter to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="RahulPi/Email_Text_Formatter", max_seq_length=2048, )
| base_model: unsloth/phi-4-unsloth-bnb-4bit | |
| tags: | |
| - text-generation-inference | |
| - transformers | |
| - unsloth | |
| - phi-4 | |
| - information-extraction | |
| license: apache-2.0 | |
| language: | |
| - en | |
| pipeline_tag: feature-extraction | |
| # Phi-4 Finetuned for Business Asset Extraction | |
| - **Developed by:** RahulPi | |
| - **License:** apache-2.0 | |
| - **Finetuned from model:** unsloth/phi-4-unsloth-bnb-4bit | |
| - **Primary Task:** Information Extraction / Structured Output Generation | |
| ## Model Description | |
| This model has been specifically fine-tuned to automate business workflows by processing unstructured email communications. It is designed to read through incoming business emails, identify key business assets mentioned within the text, and reliably convert that information into a clean, structured format for downstream use. | |
| ## Dataset | |
| The model was trained on a **custom dataset** built for a specific business case scenario: | |
| - **Input:** Unstructured, natural language text mimicking standard business emails containing asset details. | |
| - **Output:** A structured format mapping out the identified business assets for easy database entry and automation. | |
| ## Training Details | |
| This model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Hugging Face's TRL library. | |
| [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth) |