Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e5a579

Browse files
authoredJul 27, 2020
Update README.rst
1 parent d8a2313 commit 9e5a579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Getting BERT embeddings from Transformers.
1313
"WEBERT: Word Embedding using BERT"
1414
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1515

16-
WEBERT is a python toolkit designed to help students to compute dynamic and static Bidirectional Encoder Representations from Transformers (BERT) embeddings (https://github.com/huggingface/transformers). WEBERT is avalaible for english and spanish (multilingual) models, as well as for base and large models, and cased and lower-cased cases. BETO and SciBERT are also avalaible here. BETO is a pretrained BERT model from spanish corpus (https://github.com/dccuchile/beto). SciBERT is a pre-trained model on english scientific text (https://github.com/allenai/scibert). The static features are computed per each neuron based on the mean, standard deviation, kurtosis, skewness, min and max. The project is currently ongoing.
16+
WEBERT is a python toolkit designed to help students to compute dynamic and static Bidirectional Encoder Representations from Transformers (BERT) embeddings (https://github.com/huggingface/transformers). WEBERT is avalaible for english and spanish (multilingual) models, as well as for base and large models, and cased and lower-cased options. BETO and SciBERT are also avalaible here. BETO is a pretrained BERT model from a spanish corpus (https://github.com/dccuchile/beto). SciBERT is a pre-trained model on english scientific text (https://github.com/allenai/scibert). The static features are computed per each neuron based on the mean, standard deviation, kurtosis, skewness, min and max. The project is currently ongoing.
1717
It was test on linux.
1818

1919
The code for this project is available at https://github.com/PauPerezT/WEBERT

0 commit comments

Comments
 (0)
Please sign in to comment.