Skip to content

Commit

Permalink
chore(release): prepare for v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Jun 14, 2024
1 parent 9dc50df commit 916e520
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
21 changes: 12 additions & 9 deletions examples/word-prediction-kb-bert/config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
metadata:
id: hello-word-prediction
language: swe
id: hello-word-prediction
language: swe

import:
importer: text_import:parse
importer: text_import:parse

export:
annotations:
- <sentence>
- <token:word>
- <token>:stanza.pos
- <token>:sbx_word_prediction_kb_bert.word-prediction--kb-bert
annotations:
- <sentence>
- <token:word>
- <token>:stanza.pos
- <token>:sbx_word_prediction_kb_bert.word-prediction--kb-bert

sparv:
compression: none
compression: none

preload:
- sbx_word_prediction_kb_bert:predict_words__kb_bert
19 changes: 19 additions & 0 deletions word-prediction-kb-bert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file.

## [unreleased]

### 🚀 Features

- Use gpu if available
- Add preloader

### 🚜 Refactor

- Load model and tokenizer as default

### 🧪 Testing

- Add tests for annotator

### ⚙️ Miscellaneous Tasks

- Add py.typed marker

## [0.5.4] - 2024-03-28

### 🚀 Features
Expand Down

0 comments on commit 916e520

Please sign in to comment.