mirror of https://github.com/explosion/spaCy.git
Pass meta labels through correctly [ci skip]
This commit is contained in:
parent
811c4c97c9
commit
129670283e
|
@ -103,6 +103,7 @@ function formatModelMeta(data) {
|
||||||
author: data.author,
|
author: data.author,
|
||||||
url: data.url,
|
url: data.url,
|
||||||
license: data.license,
|
license: data.license,
|
||||||
|
labels: data.labels,
|
||||||
vectors: formatVectors(data.vectors),
|
vectors: formatVectors(data.vectors),
|
||||||
accuracy: formatAccuracy(data.accuracy),
|
accuracy: formatAccuracy(data.accuracy),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue