Vectors/metadata

From Nordic Language Processing Laboratory
Revision as of 00:01, 23 December 2019 by Andreku (talk | contribs) (Created page with "This page describes the fields in the [http://vectors.nlpl.eu/repository/ NLPL vector repository] catalogue. The catalogue itself is a <tt>JSON</tt> file, for example, <tt>20....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page describes the fields in the NLPL vector repository catalogue. The catalogue itself is a JSON file, for example, 20.json for the version 2.0 of the Repository.

All field except "id" are optional.

Algorithms

- "command": exact command which was run to train the model, for example, word2vec -min-count 10 -size 100 -window 10 -negative 5 -iter 2 -threads 16 -cbow 0 -binary 0 - "id": NLPL identifier of the algorithm (an integer) - "name": human-readable name of the algorithm, for example, Gensim Continuous Skipgram - "tool": tool used to train models with this algorithm, for example, Gensim - "url": webpage of the tool used, for example, https://github.com/RaRe-Technologies/gensim - "version": version of the tool used, for example, 3.6

Corpora

Models