معرفی شرکت ها


biobert-pytorch-0.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Ready to use BioBert pytorch weights for HuggingFace pytorch BertModel.
ویژگی مقدار
سیستم عامل -
نام فایل biobert-pytorch-0.9
نام biobert-pytorch
نسخه کتابخانه 0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jevgenij Gamper
ایمیل نویسنده jevgenij.gamper5@gmail.com
آدرس صفحه اصلی https://github.com/jgamper/biobert-pytorch
آدرس اینترنتی https://pypi.org/project/biobert-pytorch/
مجوز -
# Biobertology Ready to use [BioBert](https://arxiv.org/abs/1901.08746) pytorch weights for [HuggingFace](https://github.com/huggingface/transformers) pytorch [BertModel](https://arxiv.org/abs/1810.04805). To load the model: ``` from biobertology import get_biobert, get_tokenizer biobert = get_biobert(model_dir=None, download=True) tokenizer = get_tokenizer() ``` Example of fine tuning biobert [here](https://github.com/MeRajat/SolvingAlmostAnythingWithBert/tree/master/biobert_ner). ## How was it converted to pytorch? Model weights have been downloaded from [here](https://github.com/naver/biobert-pretrained/releases/tag/v1.1-pubmed) and converted by following the commands described [here](https://github.com/huggingface/transformers/issues/457#issuecomment-518403170).pytorch Specifically, using the command: ``` pytorch_transformers bert biobert_v1.1_pubmed/model.ckpt-1000000 biobert_v1.1_pubmed/bert_config.json biobert_v1.1_pubmed/pytorch_model.bin ``` followed by the renaming of the config file: ``` mv biobert_v1.1_pubmed/bert_config.json biobert_v1.1_pubmed/config.json ``` all of the other files inside the original weights file have been deleted.


نحوه نصب


نصب پکیج whl biobert-pytorch-0.9:

    pip install biobert-pytorch-0.9.whl


نصب پکیج tar.gz biobert-pytorch-0.9:

    pip install biobert-pytorch-0.9.tar.gz