Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -25,41 +25,41 @@ Dataset au format JSON Lines contenant des données de produits pour l'entraîne
|
|
| 25 |
## 📊 Statistiques du Dataset
|
| 26 |
|
| 27 |
- **Format** : JSON Lines (.jsonl)
|
| 28 |
-
- **Nombre total d'exemples** :
|
| 29 |
-
- **Taille totale** :
|
| 30 |
- **Nombre de fichiers** : 1
|
| 31 |
|
| 32 |
## 📁 Structure des Fichiers
|
| 33 |
|
| 34 |
-
###
|
| 35 |
-
- **Lignes** :
|
| 36 |
-
- **Taille** :
|
| 37 |
-
- **Champs** :
|
| 38 |
|
| 39 |
**Exemple :**
|
| 40 |
```json
|
| 41 |
{
|
| 42 |
-
"product_id": "
|
| 43 |
-
"name_en": "
|
| 44 |
-
"name_fr": "Le
|
| 45 |
-
"description_en": "<p>
|
| 46 |
-
"description_fr": "<p>
|
| 47 |
-
"tags_en": "
|
| 48 |
-
"tags_fr": "
|
| 49 |
-
"seo_title_en": "
|
| 50 |
-
"seo_title_fr": "Le
|
| 51 |
-
"seo_description_en": "Discover
|
| 52 |
-
"seo_description_fr": "Découvrez Le
|
| 53 |
-
"regular_price":
|
| 54 |
-
"extend_price":
|
| 55 |
-
"category_id":
|
| 56 |
-
"product_type": "
|
| 57 |
-
"comments_en": "
|
| 58 |
-
"comments_fr": "
|
| 59 |
-
"discount_offer": "
|
| 60 |
-
"variants": "Standard ($
|
| 61 |
-
"created_at": "
|
| 62 |
-
"updated_at": "2025-
|
| 63 |
}
|
| 64 |
```
|
| 65 |
|
|
|
|
| 25 |
## 📊 Statistiques du Dataset
|
| 26 |
|
| 27 |
- **Format** : JSON Lines (.jsonl)
|
| 28 |
+
- **Nombre total d'exemples** : 500,000,000
|
| 29 |
+
- **Taille totale** : 566356.09 MB
|
| 30 |
- **Nombre de fichiers** : 1
|
| 31 |
|
| 32 |
## 📁 Structure des Fichiers
|
| 33 |
|
| 34 |
+
### produits_numeriquesv2.jsonl
|
| 35 |
+
- **Lignes** : 500,000,000
|
| 36 |
+
- **Taille** : 566356.09 MB
|
| 37 |
+
- **Champs** : seo_title_en, seo_description_fr, seo_title_fr, description_fr, updated_at, product_type, comments_fr, created_at, variants, tags_fr, description_en, tags_en, category_id, extend_price, seo_description_en, comments_en, product_id, name_fr, name_en, regular_price, discount_offer
|
| 38 |
|
| 39 |
**Exemple :**
|
| 40 |
```json
|
| 41 |
{
|
| 42 |
+
"product_id": "998dec5c-f9fb-494a-ad49-996b6bf0c1fd",
|
| 43 |
+
"name_en": "La possibilité d'innover à la pointe",
|
| 44 |
+
"name_fr": "Le pouvoir d'évoluer sans soucis",
|
| 45 |
+
"description_en": "<p>Foi bout présenter mémoire chemin troubler. High-quality digital solution.</p>",
|
| 46 |
+
"description_fr": "<p>Lieu nombre deviner voile. Solution numérique de haute qualité.</p>",
|
| 47 |
+
"tags_en": "api, digital, software",
|
| 48 |
+
"tags_fr": "design, saas, api",
|
| 49 |
+
"seo_title_en": "La possibilité d'innover à la pointe - Best saas Resource",
|
| 50 |
+
"seo_title_fr": "Le pouvoir d'évoluer sans soucis - Meilleure ressource framework",
|
| 51 |
+
"seo_description_en": "Discover La possibilité d'innover à la pointe, the ultimate educational_content solution.",
|
| 52 |
+
"seo_description_fr": "Découvrez Le pouvoir d'évoluer sans soucis, la solution ultime visualisation de données interactive.",
|
| 53 |
+
"regular_price": 101.31,
|
| 54 |
+
"extend_price": 133.87,
|
| 55 |
+
"category_id": 6,
|
| 56 |
+
"product_type": "tutorial",
|
| 57 |
+
"comments_en": "",
|
| 58 |
+
"comments_fr": "Danger choix quand. | Ouvrir pourquoi car. | Classe barbe loi découvrir.",
|
| 59 |
+
"discount_offer": "",
|
| 60 |
+
"variants": "Standard ($101.31) | Extended ($133.87)",
|
| 61 |
+
"created_at": "2024-12-24 08:59:32",
|
| 62 |
+
"updated_at": "2025-04-23 09:34:30"
|
| 63 |
}
|
| 64 |
```
|
| 65 |
|