Skip to content

Commit 0897a86

Browse files
author
TheAIWizard
committed
update last card and add practical info
1 parent 796933e commit 0897a86

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

cards/cards22.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Webinar with KNBS
2+
title: Webinars with Africa (KNBS, Morocco, Uganda, ...) and OECD
33
image: https://www.insee.fr/static/img/logoInseeFr.svg
44
date: "2026-03-18"
55
description: |

slides/webinar-subsaharan-africa-2026/sections/3-whyml.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
- data not clean anymore
1010
➡️ Teams got [**overwhelmed**]{.blue2}
11-
- automation drop to
11+
- automation drops to 30%
1212

1313
<details>
1414
<summary>

slides/webinar-subsaharan-africa-2026/sections/5-ttc.qmd

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,21 @@
4444

4545
## Features
4646

47-
- Explainability
48-
- Multi-label support
49-
- Modular design
47+
- Explainability :mag: :robot: :bar_chart:
48+
- Multi-label support :label:
49+
- Modular design 🧩⚙️
50+
51+
## Get started
52+
53+
1. check out the [example notebook](https://github.com/InseeFrLab/torchTextClassifiers/blob/main/notebooks/example.ipynb) :books: :rocket:
54+
2. import your own data in **Load and preprocess data**
55+
3. Choose your section based on your goal
56+
- **torchTextClassifiers: a wrapper to handle them all** :relaxed: ➡️ Fast implementation: just grab-and-go :shopping:
57+
- **Let's dive into the different components** :nerd_face: (experts) ➡️ More control: modular customization :wrench: :ok_hand: :sunglasses:
58+
59+
::: {.callout-tip icon=true}
60+
61+
### Some tips for data import
62+
Just update the import section and match your column names.<br>
63+
Works out-of-the-box with [Parquet]{.orange} or [CSV](https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html) for instance (Can ask our [AI chat](https://llm.lab.sspcloud.fr/))
64+
:::

0 commit comments

Comments
 (0)