Datasets:

Modalities:
Text
Formats:
text
ArXiv:
Libraries:
Datasets
avaimar commited on
Commit
20c28db
·
verified ·
1 Parent(s): f8bb147

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -34,6 +34,8 @@ For this reason, we produce two versions of the variances:
34
  1. **Approximation Variances**: These are approximations to the full GloVe-V variances that can use either a diagonal approximation to the full variance, or a low-rank Singular Value Decomposition (SVD) approximation. We optimize this approximation at the level of each word to guarantee at least 90% reconstruction of the original variance. These approximations require storing much fewer floating point numbers than the full variances.
35
  2. **Complete Variances**: These are the full GloVe-V variances, which require storing $V \times (D x D)$ floating point numbers. For example, in the case of the 300-dimensional embeddings for the COHA (1900-1999) corpus, this would be approximately 6.4 billion floating point numbers!
36
 
 
 
37
  - **License:** The license of these data products varies according to each corpora. In the case of the COHA corpus, these data products are intended for academic use only.
38
 
39
  ### Dataset Sources
 
34
  1. **Approximation Variances**: These are approximations to the full GloVe-V variances that can use either a diagonal approximation to the full variance, or a low-rank Singular Value Decomposition (SVD) approximation. We optimize this approximation at the level of each word to guarantee at least 90% reconstruction of the original variance. These approximations require storing much fewer floating point numbers than the full variances.
35
  2. **Complete Variances**: These are the full GloVe-V variances, which require storing $V \times (D x D)$ floating point numbers. For example, in the case of the 300-dimensional embeddings for the COHA (1900-1999) corpus, this would be approximately 6.4 billion floating point numbers!
36
 
37
+ - **Created By:** Andrea Vallebueno, Cassandra Handan-Nader, Christopher D. Manning, and Daniel E. Ho
38
+ - **Languages:** English
39
  - **License:** The license of these data products varies according to each corpora. In the case of the COHA corpus, these data products are intended for academic use only.
40
 
41
  ### Dataset Sources