Word2Vec NLP Benchmarking
This repository contains a notebook to benchmark word embeddings and perform text classification tasks.
Notebook
wordtovec_nlp.ipynb: Notebook for evaluating Word2Vec embeddings on text classification benchmarks.
Description
This project demonstrates:
- Training Word2Vec models (CBOW and Skip-gram)
- Benchmarking different embedding dimensions
- Evaluating embeddings on text classification tasks
Usage
Clone the repository and open the notebook:
git clone https://huggingface.co/<your-username>/<repo-name>