Skip to content

Commit

Permalink
Adds InstrutcLab
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofthejars committed Oct 21, 2024
1 parent 4042066 commit 295e2d9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions documentation/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
**** xref:quarkus.adoc#one[Quarkus I]
**** xref:quarkus.adoc#four[Quarkus IV]

*** xref:instructlab.adoc[InstructLab]
*** xref:podman-desktop.adoc[Podman Desktop]

** OpenShift
Expand Down Expand Up @@ -115,6 +116,7 @@
*** xref:containers.adoc#one[Containers I]
*** xref:containers.adoc#two[Containers II]

** xref:instructlab.adoc[InstructLab]
** xref:podman-desktop.adoc[Podman Desktop]

** xref:kubernetes.adoc[Kubernetes]
Expand Down
31 changes: 31 additions & 0 deletions documentation/modules/ROOT/pages/instructlab.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
= InstructLab
include::_attributes.adoc[]

Learn what's InstructLab and why it is important if you are embracing AI.+
+

image::instructlab.png[InstructLab logo,100,float="right"]

*Slides*: link:https://docs.google.com/presentation/d/1oVkO-oXsOspB1gpLzDdMMTYcLIRQ9Dg1lNr7dAk6k2k[dn.dev/instructlab,window=_blank]

*Tutorial*: link:https://github.com/redhat-scholars/instructlab-deep-dive/[dn.dev/instructlab-tutorial,window=_blank]

[#one]
== InstructLab

[cols="1,3,2"]
|===
| *Duration* | *Audience* | *Level*
|1 hour
|Developers, Data Scientists
|Beginner
|===

The rise of large language models (LLMs) has opened up exciting possibilities for developers looking to build intelligent applications. However, the process of adapting these models to specific use cases can be difficult, requiring deep expertise and substantial resources. In this talk, we'll introduce you to InstructLab, an open-source project that aims to make LLM tuning accessible to developers and data scientists of all skill levels, on consumer-grade hardware. We'll explore how InstructLab's innovative approach combines collaborative knowledge curation, efficient data generation, and instruction training to enable developers to refine foundation models for specific use cases. Through a live demonstration, you’ll learn how IBM Research has partnered with Red Hat to simplify the process of enhancing LLMs with new knowledge and skills for targeted applications. Join us to explore how InstructLab is empowering developers to harness the power of AI in their projects. +
+

What you will learn:

* What is InstructLab
* Why it is important fine-tunig models
* RAG vs Fine-Tuning

0 comments on commit 295e2d9

Please sign in to comment.