Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Version number to v1.1 #38

Merged
merged 1 commit into from
Aug 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<div class="flex-shrink-0 flex py-6 justify-center">
<a data-tip="Changelog" target="_blank" rel="noopener noreferrer"
class="z-50 tooltip tooltip-right cursor-pointer select-none text-white"
href="https://docs.kern.ai/changelog">v1.0</a>
href="https://docs.kern.ai/changelog">v1.1</a>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1 class="text-lg text-gray-900 mb-2">Delete lookup {{ selectedLookupLists.leng
your entities.</div>
<div
class="text-green-800 hover:text-green-500 text-base leading-6 font-semibold mt-3 cursor-pointer">
<a href="https://docs.kern.ai/v1.0/docs/building-labeling-functions#lookup-lists-for-distant-supervision"
<a href="https://docs.kern.ai/docs/building-labeling-functions#lookup-lists-for-distant-supervision"
target="_blank">Read about lookup lists</a>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ <h1 class="text-lg text-gray-900 mb-2 text-center mb-4">Add new active learning<
some label-related output (e.g. the label name for classification tasks).</div>
<div
class="text-green-800 hover:text-green-500 text-base leading-6 font-semibold mt-3 cursor-pointer">
<a href="https://docs.kern.ai/v1.0/docs/building-labeling-functions" target="_blank">Read
<a href="https://docs.kern.ai/docs/building-labeling-functions" target="_blank">Read
about labeling functions</a>
</div>
</div>
Expand All @@ -497,7 +497,7 @@ <h1 class="text-lg text-gray-900 mb-2 text-center mb-4">Add new active learning<
can dive deeper into their mechanics in our docs.</div>
<div
class="text-green-800 hover:text-green-500 text-base leading-6 font-semibold mt-3 cursor-pointer">
<a href="https://docs.kern.ai/v1.0/docs/building-active-learners" target="_blank">Read
<a href="https://docs.kern.ai/docs/building-active-learners" target="_blank">Read
about active learning</a>
</div>
</div>
Expand All @@ -509,7 +509,7 @@ <h1 class="text-lg text-gray-900 mb-2 text-center mb-4">Add new active learning<
time, since they contain enormous amounts of parameters.</div>
<div
class="text-green-800 hover:text-green-500 text-base leading-6 font-semibold mt-3 cursor-pointer">
<a href="https://docs.kern.ai/v1.0/docs/building-zero-shot-classifiers" target="_blank">Read
<a href="https://docs.kern.ai/docs/building-zero-shot-classifiers" target="_blank">Read
about zero-shot</a>
</div>
</div>
Expand Down