Skip to content

Commit 95ebd4d

Browse files
committed
deploy: 8828e34
1 parent 84d8e6d commit 95ebd4d

File tree

4 files changed

+1114
-1114
lines changed

4 files changed

+1114
-1114
lines changed

docs/en/licensed_install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2356,7 +2356,7 @@ <h3 id="step-5-upload-files">Step 5: Upload Files</h3>
23562356

23572357
<p><img src="https://github.com/user-attachments/assets/a275d80d-768f-4402-bdab-d95864e73690" alt="image" /></p>
23582358

2359-
<p><img src="https://github.com/user-attachments/assets/48339e38-fb5e-4dd7-b235-bfcb645cc855" alt="image" /></p>
2359+
<p><img src="https://github.com/user-attachments/assets/53bc84ae-40dc-41dc-9522-e87bf70d4fba" alt="image" /></p>
23602360

23612361
<p>After uploading is complete, you can configure and run the notebook.</p>
23622362

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2024-08-22T08:44:18+00:00</updated><id>/feed.xml</id><title type="html">Spark NLP</title><subtitle>High Performance NLP with Apache Spark
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2024-08-23T13:50:18+00:00</updated><id>/feed.xml</id><title type="html">Spark NLP</title><subtitle>High Performance NLP with Apache Spark
22
</subtitle><author><name>{&quot;type&quot;=&gt;nil, &quot;name&quot;=&gt;nil, &quot;url&quot;=&gt;nil, &quot;avatar&quot;=&gt;nil, &quot;bio&quot;=&gt;nil, &quot;email&quot;=&gt;nil, &quot;facebook&quot;=&gt;nil, &quot;twitter&quot;=&gt;nil, &quot;weibo&quot;=&gt;nil, &quot;googleplus&quot;=&gt;nil, &quot;telegram&quot;=&gt;nil, &quot;medium&quot;=&gt;nil, &quot;zhihu&quot;=&gt;nil, &quot;douban&quot;=&gt;nil, &quot;linkedin&quot;=&gt;nil, &quot;github&quot;=&gt;nil, &quot;npm&quot;=&gt;nil}</name></author><entry><title type="html">JSL_MedM_v2 (LLM - q16)</title><link href="/2024/08/21/jsl_medm_q16_v2_en.html" rel="alternate" type="text/html" title="JSL_MedM_v2 (LLM - q16)" /><published>2024-08-21T00:00:00+00:00</published><updated>2024-08-21T00:00:00+00:00</updated><id>/2024/08/21/jsl_medm_q16_v2_en</id><content type="html" xml:base="/2024/08/21/jsl_medm_q16_v2_en.html">## Description
33

44
This LLM model is trained to extract and link entities in a document. Users needs to define an input schema as explained in the example section. Drug is defined as a list which tells the model that there could be multiple drugs in the document and it has to extract all of them. Each drug has properties like name and reaction. Since “name” is only one, it is a string, but there could be multiple reactions, hence it is a list. Similarly, users can define any schema for any type of entity.

0 commit comments

Comments
 (0)