blingfire 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 225c7163bbbd6bc06e0b7d54b2a0a64c3b622c174e5c6cb0b8fa54b6e68740a3
4
- data.tar.gz: b9d8ce2d21a450c53b1628bdab97b07aa2c39dd1b758fa763c39f052a944084c
3
+ metadata.gz: 130b126e317ef7c923db7f6ef2b53384d1983cbfc25894c27c6e5b59a4ca2523
4
+ data.tar.gz: 2d121c5b405a760889a14977119d605e87375abcf2dc623151ce03c0b164ea2f
5
5
  SHA512:
6
- metadata.gz: 98eed6c71ee974381772e032b27d022cd9c9485a83e8dae25c21817a19489953c7c5dfd4bb4498d796b65a569bd3468f55df558603d904ed9293a4c21e7041d5
7
- data.tar.gz: 15389737eec2ad109f528bf7cd064184205bc17d822d108031f29eb7cf9d421c0a84f40a3d170461e7fa3c853b1fbc912b28f07e403924f9744cb8f6c2294f2d
6
+ metadata.gz: 15ecb71b9875542281cfe9167bd410abb58ba24d9ff57181afe2d942101ca335b7aa95c0c4fcdede39090dd3ec8ab57f7f1ed83c341a4b2505cfc9711e86637e
7
+ data.tar.gz: 23771de5c189aa3d7750cc2b09b2dd0bbe02512bf05fb8ccdad7f8664e63bbbcac1419c1d57f7137c16d9c57e8d36b5fac2d3cae96ea5979081d89bad6737ddd
@@ -1,3 +1,7 @@
1
+ ## 0.1.2 (2020-06-25)
2
+
3
+ - Updated Bling Fire to 0.1.3
4
+
1
5
  ## 0.1.1 (2020-05-01)
2
6
 
3
7
  - Updated Bling Fire to 0.1.1
data/README.md CHANGED
@@ -40,9 +40,13 @@ BlingFire comes with a default model that follows the tokenization logic of NLTK
40
40
  - [BERT Base Cased](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/bert_base_cased_tok.bin)
41
41
  - [BERT Chinese](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/bert_chinese.bin)
42
42
  - [BERT Multilingual Cased](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/bert_multi_cased.bin)
43
- - [WBD](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/wbd_chuni.bin)
43
+ - [Laser 100k](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/laser100k.bin)
44
+ - [Laser 250k](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/laser250k.bin)
45
+ - [Laser 500k](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/laser500k.bin)
46
+ - [XLM Roberta](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/xlm_roberta_base.bin)
44
47
  - [XLNet](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/xlnet.bin)
45
48
  - [XLNet No Norm](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/xlnet_nonorm.bin)
49
+ - [WBD](https://github.com/microsoft/BlingFire/blob/master/dist-pypi/blingfire/wbd_chuni.bin)
46
50
 
47
51
  Load a model
48
52
 
@@ -1,3 +1,3 @@
1
1
  module BlingFire
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blingfire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-01 00:00:00.000000000 Z
11
+ date: 2020-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler