-
Notifications
You must be signed in to change notification settings - Fork 722
/
Copy pathsample.json
30 lines (30 loc) · 1.08 KB
/
sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"guid": "1C4791A0-4189-43D0-8B42-A4318E771DEA",
"name": "Fine-tuning Text Classification Model with Intel® Neural Compressor (INC)",
"categories": ["Toolkit/oneAPI AI And Analytics/Getting Started"],
"description": "This sample demonstrates how to fine-tune text model for emotion classification task using Intel® Neural Compressor Quantization Aware Training (QAT).",
"builder": ["cli"],
"toolchain": ["jupyter"],
"languages": [{"python":{}}],
"os":["linux"],
"targetDevice": ["CPU"],
"ciTests": {
"linux": [
{
"env": [
"source /intel/oneapi/intelpython/bin/activate",
"conda activate pytorch",
"pip install uv",
"uv python pin $(which python)",
"uv venv --system-site-packages",
"uv sync"
],
"id": "inc_text_classification_quantization_py",
"steps": [
"uv run INC_QuantizationAwareTraining_TextClassification.py"
]
}
]
},
"expertise": "Getting Started"
}