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

Check out the documentation for more information.

# Interest Analysis Model 🎯  

This repository contains a fine-tuned transformer model for **intent analysis**, built on `j-hartmann/emotion-english-distilroberta-base`.  
The model classifies text into three categories:  
βœ… **Disinterested**  
βœ… **Neutral**  
βœ… **Interested**  

This model is useful for analyzing customer feedback, social media interactions, and other text-based user intent scenarios.

## πŸ“‚ Repository Structure

. β”œβ”€β”€ download_model.py # Downloads the model from Hugging Face β”œβ”€β”€ run_model.py # Loads the model and runs predictions β”œβ”€β”€ requirements.txt # Required dependencies β”œβ”€β”€ README.md # Project documentation └── downloaded_model/ # (Automatically created) Directory where the model is saved


## πŸš€ Installation  

### **1️⃣ Clone the Repository**  
```bash
git clone https://github.com/Rafay-15/InterestAnalysisModel.git
cd InterestAnalysisModel

2️⃣ Install Dependencies

pip install -r requirements.txt

πŸ“₯ Download the Model

To download the fine-tuned model from Hugging Face:

python hf.py

This will create a model_final/ directory containing the model and tokenizer.

πŸ”„ Run the Model with Example Texts

Once the model is downloaded, you can test it with sample inputs:

python main.py

Expected Output

--- Model Predictions ---
Text: I absolutely love this! -> Predicted Label: interested
Text: I don't care about this at all. -> Predicted Label: disinterested
Text: It's fine, I guess. -> Predicted Label: neutral

πŸ“œ License

This project is released under the MIT License. Feel free to use and modify it for research and commercial purposes.

🀝 Contributing

If you'd like to contribute or improve the model, feel free to fork the repo and submit a pull request.

πŸ”— Links

πŸš€ Happy coding! 🎯

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support