-
Notifications
You must be signed in to change notification settings - Fork 746
Expand file tree
/
Copy pathsample.json
More file actions
26 lines (26 loc) · 974 Bytes
/
sample.json
File metadata and controls
26 lines (26 loc) · 974 Bytes
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
{
"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": [
"pip install uv==0.6.3",
"uv sync"
],
"id": "inc_text_classification_quantization_py",
"steps": [
"uv run jupyter nbconvert --ExecutePreprocessor.enabled=True --to notebook INC_QuantizationAwareTraining_TextClassification.ipynb"
]
}
]
},
"expertise": "Getting Started"
}