adameubanks commited on
Commit ·
382105f
1
Parent(s): 123492d
Fix repository name references and make interactive demo more prominent
Browse files- README.md +8 -4
- word2vec-2005/README.md +2 -2
- word2vec-2006/README.md +2 -2
- word2vec-2007/README.md +2 -2
- word2vec-2008/README.md +2 -2
- word2vec-2009/README.md +2 -2
- word2vec-2010/README.md +2 -2
- word2vec-2011/README.md +2 -2
- word2vec-2012/README.md +2 -2
- word2vec-2013/README.md +2 -2
- word2vec-2014/README.md +2 -2
- word2vec-2015/README.md +2 -2
- word2vec-2016/README.md +2 -2
- word2vec-2017/README.md +2 -2
- word2vec-2018/README.md +2 -2
- word2vec-2019/README.md +2 -2
- word2vec-2020/README.md +2 -2
- word2vec-2021/README.md +2 -2
- word2vec-2022/README.md +2 -2
- word2vec-2023/README.md +2 -2
- word2vec-2024/README.md +2 -2
- word2vec-2025/README.md +2 -2
- word2vec_2005.model +0 -3
- word2vec_2006.model +0 -3
- word2vec_2007.model +0 -3
- word2vec_2008.model +0 -3
- word2vec_2009.model +0 -3
- word2vec_2010.model +0 -3
- word2vec_2011.model +0 -3
- word2vec_2012.model +0 -3
- word2vec_2013.model +0 -3
- word2vec_2014.model +0 -3
- word2vec_2015.model +0 -3
- word2vec_2016.model +0 -3
- word2vec_2017.model +0 -3
- word2vec_2018.model +0 -3
- word2vec_2019.model +0 -3
- word2vec_2020.model +0 -3
- word2vec_2021.model +0 -3
- word2vec_2022.model +0 -3
README.md
CHANGED
|
@@ -98,13 +98,17 @@ for year in years:
|
|
| 98 |
print(f"{year}: {[w for w, s in similar]}")
|
| 99 |
```
|
| 100 |
|
| 101 |
-
## Interactive Demo
|
| 102 |
|
| 103 |
-
Explore temporal embeddings
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
|
| 105 |
## Model Cards
|
| 106 |
|
| 107 |
-
Individual model cards available for each year (2005-2025) at: [https://huggingface.co/adameubanks/
|
| 108 |
|
| 109 |
## Research Applications
|
| 110 |
|
|
@@ -119,7 +123,7 @@ If you use these models in your research, please cite:
|
|
| 119 |
title={Yearly Word2Vec Embeddings: Language Evolution from 2005-2025},
|
| 120 |
author={Adam Eubanks},
|
| 121 |
year={2025},
|
| 122 |
-
url={https://huggingface.co/adameubanks/
|
| 123 |
note={Trained on FineWeb dataset with single-year segmentation}
|
| 124 |
}
|
| 125 |
```
|
|
|
|
| 98 |
print(f"{year}: {[w for w, s in similar]}")
|
| 99 |
```
|
| 100 |
|
| 101 |
+
## 🚀 Interactive Demo
|
| 102 |
|
| 103 |
+
**Explore temporal embeddings interactively!**
|
| 104 |
+
|
| 105 |
+
**[https://adameubanks.github.io/embeddings-over-time/](https://adameubanks.github.io/embeddings-over-time/)**
|
| 106 |
+
|
| 107 |
+
Compare how word meanings evolved across different years with our interactive visualization tool.
|
| 108 |
|
| 109 |
## Model Cards
|
| 110 |
|
| 111 |
+
Individual model cards available for each year (2005-2025) at: [https://huggingface.co/adameubanks/YearlyWord2Vec](https://huggingface.co/adameubanks/YearlyWord2Vec)
|
| 112 |
|
| 113 |
## Research Applications
|
| 114 |
|
|
|
|
| 123 |
title={Yearly Word2Vec Embeddings: Language Evolution from 2005-2025},
|
| 124 |
author={Adam Eubanks},
|
| 125 |
year={2025},
|
| 126 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec},
|
| 127 |
note={Trained on FineWeb dataset with single-year segmentation}
|
| 128 |
}
|
| 129 |
```
|
word2vec-2005/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2005, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2005: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2005, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2005: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2005},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2006/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2006, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2006: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2006, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2006: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2006},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2007/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2007, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2007: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2007, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2007: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2007},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2008/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2008, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2008: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2008, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2008: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2008},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2009/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2009, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2009: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2009, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2009: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2009},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2010/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2010, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2010: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2010, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2010: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2010},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2011/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2011, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2011: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2011, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2011: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2011},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2012/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2012, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2012: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2012, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2012: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2012},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2013/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2013, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2013: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2013, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2013: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2013},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2014/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2014, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2014: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2014, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2014: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2014},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2015/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2015, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2015: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2015, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2015: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2015},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2016/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2016, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2016: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2016, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2016: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2016},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2017/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2017, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2017: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2017, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2017: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2017},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2018/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2018, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2018: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2018, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2018: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2018},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2019/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2019, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2019: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2019, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2019: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2019},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2020/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2020, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2020: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2020, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2020: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2020},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2021/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2021, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2021: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2021, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2021: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2021},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2022/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2022, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2022: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2022, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2022: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2022},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2023/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2023, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2023: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2023, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2023: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2023},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2024/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2024, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2024: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2024, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2024: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2024},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec-2025/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Web articles only, temporal bias for 2025, 50k vocabulary limit, English languag
|
|
| 146 |
title={Word2Vec 2025: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
-
url={https://huggingface.co/adameubanks/
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
@@ -165,7 +165,7 @@ Web articles only, temporal bias for 2025, 50k vocabulary limit, English languag
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
-
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
|
|
|
| 146 |
title={Word2Vec 2025: Yearly Language Model from FineWeb Dataset},
|
| 147 |
author={Adam Eubanks},
|
| 148 |
year={2025},
|
| 149 |
+
url={https://huggingface.co/adameubanks/YearlyWord2Vec/word2vec-2025},
|
| 150 |
note={Part of yearly embedding collection 2005-2025}
|
| 151 |
}
|
| 152 |
```
|
|
|
|
| 165 |
|
| 166 |
## Related Models
|
| 167 |
|
| 168 |
+
This model is part of the [Yearly Word2Vec Collection](https://huggingface.co/adameubanks/YearlyWord2Vec) covering 2005-2025.
|
| 169 |
|
| 170 |
## Interactive Demo
|
| 171 |
|
word2vec_2005.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dbedc98d92b61ca4e27c83da656723a37e422204dcc96f08ee8eed073613fb7d
|
| 3 |
-
size 56734240
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2006.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fdb9a986135d868b3f5724782f101709c4bc3ecc9ab2902e6d7667d53a6606a9
|
| 3 |
-
size 56242881
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2007.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:849708147b4638c8e12a3542cf2682508755ddd43aa5fd569df0f7e2b435ae6c
|
| 3 |
-
size 55892203
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2008.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:22f29429916f6d8b9ad0509e545b4e51805309022a0bbc600cfd77dbb6e209bb
|
| 3 |
-
size 56081393
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2009.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0b4b1e31155e3a85756f9f9a76daa25dc785a9456a57a0507e325774d24d5ec1
|
| 3 |
-
size 55971789
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2010.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:20dfa16da80631e62a8a9ca29f57be68aafa0dd3104b6bd469becc62cb3a76d6
|
| 3 |
-
size 55915960
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2011.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2c1b6fb157e4f04a24fd5fe76a08816aef6acd1999ae1322ac69a55acee0e79f
|
| 3 |
-
size 56339145
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2012.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ecd7a6d07e63ebf63aaf60fa71e8065732b4d8a431119a4e4b89f9a0d171b2b3
|
| 3 |
-
size 56236971
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2013.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:12f57cfd3f4c4aebe078bfa999c0e0f15b0e912efcb08b105ccb21c71bbfceb6
|
| 3 |
-
size 56370802
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2014.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:878137f2817991d1c0b5c775602e834d2ca29060656993418a909c8e4f859e54
|
| 3 |
-
size 57177961
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2015.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5f1858ac7d8b81dc426216102cd03d44575587a905786b503a27ea63b38ab15f
|
| 3 |
-
size 56745722
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2016.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:12ba475dd66a7c966db6bb4a73cdb341e4e0f1723bf6d4e856d54d092809f115
|
| 3 |
-
size 56751008
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2017.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:acc289805cf6323e30045a0c114f7d887b0acd9603558a1a5def73b8290137da
|
| 3 |
-
size 56967632
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2018.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:61d1f3667c8fe8bc889643d1de0709c37d7924a4bb66f9934631d9bc5c2c68d5
|
| 3 |
-
size 56744253
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2019.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:81b20128760441d5097526d55c48cff1165c794b4ad76fba3f24a2975738714b
|
| 3 |
-
size 56452558
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2020.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:96ff5260f95b418255c8ae12837d8248c8d35bdfc59caa2f878ab05a4bac08fa
|
| 3 |
-
size 57123930
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2021.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a87392cc37e6f6557383a51973146b2558f54c8f56923729554b58663c5e74a0
|
| 3 |
-
size 56617983
|
|
|
|
|
|
|
|
|
|
|
|
word2vec_2022.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:12dcb47f21e857e330842f4529633e7074b41372c531afda5f336894075fa7d3
|
| 3 |
-
size 56438561
|
|
|
|
|
|
|
|
|
|
|
|