Skip to content

Commit

Permalink
added text classification section
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Feb 13, 2024
1 parent 3488835 commit ab7fd8e
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 2 deletions.
28 changes: 27 additions & 1 deletion pages/docker-images-dockerhub.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. title: Docker Hub images
.. slug: docker-images-dockerhub
.. date: 2023-09-01 16:56:00 UTC+12:00
.. date: 2024-02-14 12:0:00 UTC+13:00
.. tags: docker
.. category: software
.. link:
Expand Down Expand Up @@ -472,3 +472,29 @@ preparation, training and making predictions.
</ul>
</div>
</div>

<!-- ------------------- -->
<!-- text classification -->
<!-- ------------------- -->

<p>
<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#text-classification" aria-expanded="false" aria-controls="text-classification">
Text classification
</button>
</p>
<div class="collapse" id="text-classification">
<div class="card card-body">
<ul>
<li>
<p>Huggingface</p>
<ul>
<li>
<p><a class="reference external" href="https://github.com/waikato-llm/huggingface_transformers/tree/main/4.36.0_cuda11.7_classification">Huggingface 4.36.0, CUDA 11.7</a></p>
<p><code class="docutils literal"><span class="pre">waikatodatamining/pytorch-huggingface-transformers:4.36.0_cuda11.7_classification</span></code></p>
</li>
</ul>
</li>
</ul>
</div>
</div>

28 changes: 27 additions & 1 deletion pages/docker-images-inhouse.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. title: In-house Docker images
.. slug: docker-images-inhouse
.. date: 2023-09-01 16:56:00 UTC+12:00
.. date: 2024-02-14 12:0:00 UTC+13:00
.. tags: docker
.. category: software
.. link:
Expand Down Expand Up @@ -479,3 +479,29 @@ preparation, training and making predictions.
</ul>
</div>
</div>

<!-- ------------------- -->
<!-- text classification -->
<!-- ------------------- -->

<p>
<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#text-classification" aria-expanded="false" aria-controls="text-classification">
Text classification
</button>
</p>
<div class="collapse" id="text-classification">
<div class="card card-body">
<ul>
<li>
<p>Huggingface</p>
<ul>
<li>
<p><a class="reference external" href="https://github.com/waikato-llm/huggingface_transformers/tree/main/4.36.0_cuda11.7_classification">Huggingface 4.36.0, CUDA 11.7</a></p>
<p><code class="docutils literal"><span class="pre">public.aml-repo.cms.waikato.ac.nz:443/pytorch/pytorch-huggingface-transformers:4.36.0_cuda11.7_classification</span></code></p>
</li>
</ul>
</li>
</ul>
</div>
</div>

0 comments on commit ab7fd8e

Please sign in to comment.