This repository contains the code and resources for a language model developed as part of a final year project focused on the Igbo language. The goal is to build and evaluate a machine learning model capable of understanding and processing Igbo text.
data/β Dataset files used for training and evaluationnotebooks/β Jupyter notebooks for data exploration, preprocessing, and model trainingmodels/β Saved trained models and checkpointssrc/β Source code for data processing, model training, and evaluationREADME.mdβ Project documentation
- Collect and preprocess Igbo language data
- Train a language model tailored to Igbo text
- Evaluate the model on relevant natural language processing tasks
- Provide scripts and tools for using the trained model
- Python 3.x
- Recommended: virtual environment for package management
-
Clone the repository:
git clone https://github.com/Yuyi5la/igbo_model-finalyearproject-.git cd igbo_model-finalyearproject- -
Install dependencies:
pip install -r requirements.txt
-
Run notebooks or scripts:
Use the Jupyter notebooks in
notebooks/to explore data and train the model.jupyter notebook
- Python
- Jupyter Notebook
- TensorFlow
- pandas
- NumPy
- scikit-learn
Contributions and improvements are welcome! Please fork the repository and submit a pull request.
This project is open source under the MIT License.
Made with β€οΈ by Yuyi5la