For inquiries about lectures, advertisements, and partnerships, please contact sblab@secondbrainlab.com
[00:00] Introduction to SKT's A.X 4.0 AI model and how to use it through LM Studio
[00:33] Demonstration of how to download LM Studio and search for the A.X 4.0 model (search for "A.X 4.0" or "AX 4.0")
[02:24] How to resolve errors that occur when using the A.X 4.0 model (modification of the default prompt template)
[05:20] Korean language proficiency test of the A.X 4.0 model (self-introduction, summary of the impact of the Korean War, sentence summary, conversion to honorifics, solving math problems)
[10:44] Demonstration of the A.X 4.0 model's PDF document reading and text extraction functions (summarizing Samsung Electronics' quarterly report and extracting Korean text from PDF)
[19:05] Limitations of the A.X 4.0 model (data until October 2023) (Learned and not up to date)
**Modify LM Studio prompts like this
{%- if messages and messages[0].role == 'system' %}
System: {{ messages[0].content }}
{% endif %}
{% for message in messages if message.role != 'system' %}
{{ message.role | capitalize }}: {{ message.content }}
{% endfor %}