You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="sd"> Bert embeddings computation using Transformes. It store and transforms the texts into BERT embeddings. The embedings are stored in csv files.</span>
313
+
<spanclass="sd"> Bert embeddings computation using Transformes. It store and transforms the texts into BERT embeddings. The embeddings are stored in csv files.</span>
318
314
<spanclass="sd"></span>
319
315
<spanclass="sd"> :param path: path to save the embeddings</span>
320
-
<spanclass="sd"> :param dynamic: boolean variable to compute the dynamic embeddings (True).</span>
321
-
<spanclass="sd"> :param static: boolean variable to compute the static embeddings (False).</span>
316
+
<spanclass="sd"> :param dynamic: boolean variable to compute the dynamic embeddings (By defalut: True).</span>
317
+
<spanclass="sd"> :param static: boolean variable to compute the static embeddings (By defalut: False).</span>
322
318
<spanclass="sd"> :returns: static embeddings if static=True</span>
323
319
<spanclass="sd"></span>
324
320
<spanclass="sd"> """</span>
@@ -410,16 +406,16 @@ <h1>Source code for WEBERT</h1><div class="highlight"><pre>
<spanclass="sd"> BETO embeddings computation using Transformes. It store and transforms the texts into BETO embeddings. The embedings are stored in csv files.</span>
523
+
<spanclass="sd"> BETO embeddings computation using Transformes. It store and transforms the texts into BETO embeddings. The embeddings are stored in csv files.</span>
528
524
<spanclass="sd"></span>
529
525
<spanclass="sd"> :param path: path to save the embeddings</span>
530
-
<spanclass="sd"> :param dynamic: boolean variable to compute the dynamic embeddings (True).</span>
531
-
<spanclass="sd"> :param static: boolean variable to compute the static embeddings (False).</span>
526
+
<spanclass="sd"> :param dynamic: boolean variable to compute the dynamic embeddings (By defalut: True).</span>
527
+
<spanclass="sd"> :param static: boolean variable to compute the static embeddings (By defalut: False).</span>
532
528
<spanclass="sd"> :returns: static embeddings if static=True</span>
533
529
<spanclass="sd"></span>
534
530
<spanclass="sd"> """</span>
@@ -627,8 +623,8 @@ <h1>Source code for WEBERT</h1><div class="highlight"><pre>
627
623
<spanclass="sd"></span>
628
624
<spanclass="sd"> :param inputs: input data</span>
629
625
<spanclass="sd"> :param file: name of the document.</span>
630
-
<spanclass="sd"> :param stopwords: boolean variable for the stopword remotion (False).</span>
631
-
<spanclass="sd"> :param cased: boolean variable to compute cased or lower-case model (False).</span>
<spanclass="sd"> SciBert embeddings computation using Transformes. It store and transforms the texts into SciBERT embeddings. The embedings are stored in csv files.</span>
733
+
<spanclass="sd"> SciBert embeddings computation using Transformes. It store and transforms the texts into SciBERT embeddings. The embeddings are stored in csv files.</span>
738
734
<spanclass="sd"></span>
739
735
<spanclass="sd"> :param path: path to save the embeddings</span>
740
-
<spanclass="sd"> :param dynamic: boolean variable to compute the dynamic embeddings (True).</span>
741
-
<spanclass="sd"> :param static: boolean variable to compute the static embeddings (False).</span>
736
+
<spanclass="sd"> :param dynamic: boolean variable to compute the dynamic embeddings (By defalut: True).</span>
737
+
<spanclass="sd"> :param static: boolean variable to compute the static embeddings (By defalut: False).</span>
742
738
<spanclass="sd"> :returns: static embeddings if static=True</span>
This toolkit computes word embeddings using Bidirectional Encoder Representations from Transformers (BERT) for cased and large models in spanish and english automatically.
4
-
BERT embeddings are computed using Transformers (https://github.com/huggingface/transformers). The project is ongoing.
4
+
BERT embeddings are computed using Transformers (https://github.com/huggingface/transformers). The project is currently ongoing.
5
5
6
6
The code for this project is available at https://github.com/PauPerezT/WEBERT
7
7
@@ -30,7 +30,7 @@ To install the requeriments, please run::
30
30
Executing commands
31
31
^^^^^^^^^^^^^^^^^^
32
32
33
-
This are
33
+
34
34
35
35
Run it automatically from linux terminal
36
36
----------------------------------------
@@ -45,12 +45,12 @@ To compute Bert embeddings automatically
0 commit comments