Skip to content

Commit

Permalink
Implement sentence embedding notebook.
Browse files Browse the repository at this point in the history
Wrote notebook to encode all sentenecs from the Wikipedia page concerning
"Computer networking", and vizualize the embeddings in 3D with Projector
from Tensorboard.
  • Loading branch information
ant-louis committed Mar 4, 2020
1 parent 63b020d commit daeb3a0
Show file tree
Hide file tree
Showing 8 changed files with 709 additions and 848 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
Data/*
Code/Visualization/data/*
Code/Visualization/runs/*
Code/Training/-/bert_singleGPU/models/*
Code/Training/-/bert_singleGPU/pretraining_output_fullfat/*
Code/Training/-/bert_singleGPU/pretraining_output_megafat/*
Expand Down
156 changes: 156 additions & 0 deletions Code/Training/Embedding/data/computer_network.csv

Large diffs are not rendered by default.

Loading

0 comments on commit daeb3a0

Please sign in to comment.