Skip to content

Commit

Permalink
[2024.5]
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce committed May 19, 2024
1 parent 812f541 commit e9adda4
Show file tree
Hide file tree
Showing 11 changed files with 395 additions and 159 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: FMAT
Title: The Fill-Mask Association Test
Version: 2024.4
Date: 2024-04-29
Version: 2024.5
Date: 2024-05-15
Authors@R:
c(person(given = "Han-Wu-Shuang",
family = "Bao",
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
S3method(summary,fmat)
export(.)
export(BERT_download)
export(BERT_info)
export(BERT_vocab)
export(FMAT_load)
export(FMAT_query)
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
**Please check the [latest news (change log)](https://psychbruce.github.io/FMAT/news/index.html) and keep this package updated.**

# FMAT 2024.5

- Added `BERT_info()`.
- Added `add.tokens` and `add.method` parameters for `BERT_vocab()` and `FMAT_run()`: An *experimental* functionality to add new tokens (e.g., out-of-vocabulary words, compound words, or even phrases) as [MASK] options. Validation is still needed for this novel practice (one of my ongoing projects), so currently please only use at your own risk, waiting until the publication of my validation work.
- All functions except `BERT_download()` now import local model files only, without automatically downloading models. Users must first use `BERT_download()` to download models.
- Deprecating `FMAT_load()`: Better to use `FMAT_run()` directly.

# FMAT 2024.4

- Added `BERT_vocab()` and `ICC_models()`.
Expand Down
Loading

0 comments on commit e9adda4

Please sign in to comment.