Skip to content

Commit

Permalink
Version bump to 0.1.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 5, 2022
1 parent d473a2f commit 8512b7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.3 (unreleased)
## 0.1.3 (2022-09-05)

- Added support for training NER models
- Added support for training binary relation detectors
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Get all tags for a model
$model->tags();
```

### Training [unreleased]
### Training

Load an NER model into a trainer

Expand Down Expand Up @@ -144,7 +144,7 @@ This returns
[['first' => 'Shopify', 'second' => 'Ottawa', 'score' => 0.17649169745814464]]
```

### Training [unreleased]
### Training

Load an NER model into a trainer

Expand Down

0 comments on commit 8512b7f

Please sign in to comment.