Last active
August 8, 2019 00:52
-
-
Save paulegradie/99ba478873af8cdf3707950e96d89d9d to your computer and use it in GitHub Desktop.
A sample embedding matrix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
idx | embed_matrix | |
0 [[ 0.21143426, 1.2885487 , 0.98160927, 0.17858341], | |
1 [-0.38735983, 0.06507064, 1.31839592, -0.91412724], | |
2 [ 1.13726889, 0.48327542, 0.65075236, 0.93818869], | |
3 [1.73606298, 1.70675348, 0.31396571, 2.03089933]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment