File size: 572 Bytes
0558aa4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Getting Started with Qwen 3
===========================

This repository contains Jupyter Notebook tutorials using the NeMo Framework for Qwen 3 models by Alibaba.

.. list-table::
   :widths: 100 25 100
   :header-rows: 1

   * - Tutorial
     - Dataset
     - Description
   * - `Qwen 3 Pruning and Distillation with NeMo Framework <./pruning-distillation>`_
     - `WikiText-103-v1 <https://huggingface.co/datasets/Salesforce/wikitext/viewer/wikitext-103-v1>`_
     - Perform pruning and distillation on Qwen 3 8B using the WikiText-103-v1 dataset with NeMo Framework.