Skip to content

Commit a1820e7

Browse files
authored
Update bert-base-ner and gpt-2 license (#3859)
Close #3775 Close #3776
1 parent 5460d89 commit a1820e7

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

models/public/bert-base-ner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ The model can be used in the following demos provided by the Open Model Zoo to s
102102

103103
## Legal Information
104104

105-
The original model is distributed under [Apache License, Version 2.0](https://raw.githubusercontent.com/huggingface/transformers/master/LICENSE).
105+
The original model is distributed under [mit License](https://huggingface.co/dslim/bert-base-NER).

models/public/bert-base-ner/model.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ files:
3737
size: 433316646
3838
checksum: 59e6fefd0f29534cab9681891a15e9762b1d2dd8d047f55a792b39243631a008ac91a0e354f2ca2aa942be443540a8cb
3939
original_source: https://huggingface.co/dslim/bert-base-NER/resolve/main/pytorch_model.bin
40-
source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2022.1/bert-base-ner/pytorch_model.bin
40+
source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2023.2/bert-base-ner/pytorch_model.bin
4141
- name: bert-base-ner/config.json
4242
size: 829
4343
checksum: 66d217d33ba89085a56afc3b485b4e997d278d5253519e6a536c234fce3e065fb80ef39d27894df176148cb457c1cfcb
4444
original_source: https://huggingface.co/dslim/bert-base-NER/resolve/main/config.json
45-
source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2022.1/bert-base-ner/config.json
45+
source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2023.2/bert-base-ner/config.json
4646
- name: bert-base-ner/vocab.txt
4747
size: 213450
4848
checksum: b13bb7bd69958cf6d486a291894d90a8693adcea0cb177d1fbe652000def2b169dc82b292ef51736d1f6f15fee1ab486
4949
original_source: https://huggingface.co/dslim/bert-base-NER/resolve/main/vocab.txt
50-
source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2022.1/bert-base-ner/vocab.txt
50+
source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2023.2/bert-base-ner/vocab.txt
5151
- name: packaging-20.9-py2.py3-none-any.whl
5252
size: 40870
5353
checksum: 422fac4cb009bed3eae42e9688b1712ee15dde1799c888f33c802792e925373dee046602d1d31c460d9d2af3ff6b93a1
@@ -102,4 +102,4 @@ model_optimizer_args:
102102
- --output=output
103103
framework: pytorch
104104
quantizable: true
105-
license: https://raw.githubusercontent.com/huggingface/transformers/master/LICENSE
105+
license: https://huggingface.co/dslim/bert-base-NER

models/public/gpt-2/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,4 @@ The model can be used in the following demos provided by the Open Model Zoo to s
8282
## Legal Information
8383

8484
The original model is distributed under the
85-
[Apache License, Version 2.0](https://raw.githubusercontent.com/huggingface/transformers/master/LICENSE).
86-
A copy of the license is provided in `<omz_dir>/models/public/licenses/APACHE-2.0.txt`.
85+
[mit License](https://huggingface.co/gpt2).

models/public/gpt-2/model.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@ files:
3333
size: 548118077
3434
checksum: da7d73f86e4aaa2ea10ae5cca81af55f1914ad27a65127a8fe171c30fda2addb035bb81e02855c9ff7e4c0c411330d3d
3535
original_source: https://huggingface.co/gpt2/resolve/main/pytorch_model.bin
36-
source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2022.1/gpt-2/pytorch_model.bin
36+
source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2023.2/gpt-2/pytorch_model.bin
3737
- name: gpt2/config.json
3838
size: 665
3939
checksum: 7a725057662831dd8db64fa85aa42426d26a667f2357546bb674388f5598ee5169f653429aff8a2e48819dc251f7648f
4040
original_source: https://huggingface.co/gpt2/resolve/main/config.json
41-
source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2022.1/gpt-2/config.json
41+
source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2023.2/gpt-2/config.json
4242
- name: gpt2/vocab.json
4343
size: 1042301
4444
checksum: 43e578a41ade90c90c71fdc4bfc1457c2e288c0450b872f3fb4a27e9521cadcf881aa6f24e5fae208277d4134991c7b0
4545
original_source: https://huggingface.co/gpt2/resolve/main/vocab.json
46-
source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2022.1/gpt-2/vocab.json
46+
source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2023.2/gpt-2/vocab.json
4747
- name: gpt2/merges.txt
4848
size: 456318
4949
checksum: f91aa09e8551d2e001b4d6d0bf9a350a194ffe19397b913094c5ad8da940093894fd4064fce8edde9792b3474c107038
5050
original_source: https://huggingface.co/gpt2/resolve/main/merges.txt
51-
source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2022.1/gpt-2/merges.txt
51+
source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2023.2/gpt-2/merges.txt
5252
- name: packaging-21.0-py3-none-any.whl
5353
size: 40357
5454
checksum: 1c96c2a22c453058086c807e681af38377d9a78baeb79d9b189f82db2b04055a27b9748b7a24db9aa3e82786019c2182
@@ -124,4 +124,4 @@ model_optimizer_args:
124124
- --input_model=$conv_dir/gpt-2.onnx
125125
- --output=output
126126
framework: pytorch
127-
license: https://raw.githubusercontent.com/huggingface/transformers/master/LICENSE
127+
license: https://huggingface.co/gpt2

0 commit comments

Comments
 (0)