Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,7 @@ Each user is initially represented by a semantic embedding (vector) computed as
|
|
13 |
|
14 |
# Files:
|
15 |
graph_train_and_test.pygeodata: is a compact representation of the graph for PyG usage.
|
|
|
16 |
twitter_neighs_graph.json: a dictionary containing:
|
17 |
- 'adj_sparse': adjacency matrix in sparse representation
|
18 |
- 'user_init_embs': initial user embedding, computed as average of text embedding of user tweets
|
|
|
13 |
|
14 |
# Files:
|
15 |
graph_train_and_test.pygeodata: is a compact representation of the graph for PyG usage.
|
16 |
+
|
17 |
twitter_neighs_graph.json: a dictionary containing:
|
18 |
- 'adj_sparse': adjacency matrix in sparse representation
|
19 |
- 'user_init_embs': initial user embedding, computed as average of text embedding of user tweets
|