Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# Pedale-FrenchTextCorpus
|
9 |
+
|
10 |
+
tags: classification, linguistics, French
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'Pedale-FrenchTextCorpus' is a collection of French text excerpts from articles, blog posts, and forum discussions related to bicycle pedals ('pedales'). The dataset is intended for machine learning practitioners who are working on text classification tasks that focus on French-language content, with an emphasis on pedal-related discussions. Each text entry has been manually labeled by experts in the field to indicate whether the text pertains to 'PedalSafety', 'PedalDesign', or 'PedalReviews'.
|
17 |
+
|
18 |
+
|
19 |
+
**CSV Content Preview:**
|
20 |
+
|
21 |
+
```csv
|
22 |
+
|
23 |
+
text_id,text_content,label
|
24 |
+
|
25 |
+
1,"Les nouveaux modèles de pédales électriques offrent une meilleure sécurité pour les cyclistes.",PedalSafety
|
26 |
+
|
27 |
+
2,"La conception des pédales de vélo en titane améliore considérablement l'efficacité du transfert de puissance.",PedalDesign
|
28 |
+
|
29 |
+
3,"Les avis sur la marque de pédales SuperSpeed sont unanimement positifs pour leur durabilité.",PedalReviews
|
30 |
+
|
31 |
+
4,"Des recherches récentes sur la chaussure de pédalier ont révélé une amélioration significative de la répartition du poids.",PedalSafety
|
32 |
+
|
33 |
+
5,"Des ateliers de formation aux pédalades en V sont populaires parmi les cyclistes de vélo de route.",PedalDesign
|
34 |
+
|
35 |
+
```
|
36 |
+
|
37 |
+
**Source of the data:**
|
38 |
+
|
39 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'pedales french text classification':
|
40 |
+
|
41 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=pedales+french+text+classification&dataset=Pedale-FrenchTextCorpus&tags=classification,+linguistics,+French
|
42 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
43 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|