---
title: model
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mlwordembedding/model
---

# model

The word embedding contained within a Core ML model file.

## Declaration

```swift
var model: MLModel { get set }
```

## See Also

### Describing a word embedding

- [dimension](createml/mlwordembedding/dimension.md)
- [vocabularySize](createml/mlwordembedding/vocabularysize.md)
- [description](createml/mlwordembedding/description.md)
- [debugDescription](createml/mlwordembedding/debugdescription.md)
- [playgroundDescription](createml/mlwordembedding/playgrounddescription.md)
