lbourdois commited on
Commit
ca92261
·
1 Parent(s): 289fce5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Word2vec/nlpl_113
2
+ ---
3
+ language: nob
4
+ license: cc-by-4.0
5
+ tags:
6
+ - word2vec
7
+ datasets: Norsk_Aviskorpus
8
+ ---
9
+
10
+ ## Information
11
+ A word2vec model trained by Cathrine Stadsnes ([email protected]) on a vocabulary of size 1487995 corresponding to 1527414377 tokens from the dataset `Norsk_Aviskorpus`.
12
+ The model is trained with the following properties: lemmatization and postag with the algorith fastText Continuous Bag-of-Words with window of 5 and dimension of 100.
13
+
14
+ ## How to use?
15
+ ```
16
+ from gensim.models import KeyedVectors
17
+ from huggingface_hub import hf_hub_download
18
+ model = KeyedVectors.load_word2vec_format(hf_hub_download(repo_id="Word2vec/nlpl_113", filename="model.bin"), binary=True, unicode_errors="ignore")
19
+ ```
20
+
21
+ ## Citation
22
+ 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
23
+
24
+ This archive is part of the NLPL Word Vectors Repository (http://vectors.nlpl.eu/repository/), version 2.0, published on Friday, December 27, 2019.
25
+ 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.
26
+ The life-time identifier for this model is: http://vectors.nlpl.eu/repository/20/113.zip