English
word2vec
File size: 1,486 Bytes
60e5c67
 
 
 
 
a827781
60e5c67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
language: eng
license: cc-by-4.0
tags:
- word2vec
datasets: ENC3_English_Common_Crawl_Corpus
---

## Information
A word2vec model trained by Kjetil Bugge Kristoffersen (kjetilbk@ifi.uio.no) on a vocabulary of size 2000000 corresponding to 135159000000 tokens from the dataset `ENC3:_English_Common_Crawl_Corpus`.
The model is trained with the following properties: no lemmatization and postag with the algorith Global Vectors with window of 10 and dimension of 300.

## How to use?
```
from gensim.models import KeyedVectors
from huggingface_hub import hf_hub_download
model = KeyedVectors.load_word2vec_format(hf_hub_download(repo_id="Word2vec/nlpl_82", filename="model.bin"), binary=True, unicode_errors="ignore")
```

## Citation
Fares, Murhaf; Kutuzov, Andrei; Oepen, Stephan & Velldal, Erik (2017). Word vectors, reuse, and replicability: Towards a community repository of large-text resources, In Jörg Tiedemann (ed.), Proceedings of the 21st Nordic Conference on Computational Linguistics, NoDaLiDa, 22-24 May 2017. Linköping University Electronic Press. ISBN 978-91-7685-601-7

This archive is part of the NLPL Word Vectors Repository (http://vectors.nlpl.eu/repository/), version 2.0, published on Friday, December 27, 2019.
Please see the file 'meta.json' in this archive and the overall repository metadata file http://vectors.nlpl.eu/repository/20.json for additional information.
The life-time identifier for this model is: http://vectors.nlpl.eu/repository/20/82.zip