Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sindre0830 committed Oct 16, 2023
1 parent 4af0059 commit 8018bae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Overview
This repository implements different architectures for training word embeddings. The architectures include Continuous Bag-of-Words (CBOW), skip-gram, and Global Vectors for Word Representation (GloVe). The flake8 dataset is used as training data, while the Google Analogy dataset and the WordSim353 dataset is used for validating the word embeddings.
- [Continuous Bag-of-Words (CBOW)](source/architechtures/cbow.py) architecture implementation
- [Skip-gram](source/architechtures/skipgram.py) architecture implementation
- [Global Vectors for Word Representation (GloVe)](source/architechtures/glove.py) architecture implementation

## Setup
0. Install required python version **3.11**
Expand Down

0 comments on commit 8018bae

Please sign in to comment.