Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# LanguagePatternDetector
|
9 |
+
|
10 |
+
tags: language modeling, NLP, clustering
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:** The 'LanguagePatternDetector' dataset comprises various text samples annotated with linguistic patterns that could be useful for training a machine learning model to detect specific language patterns. The dataset includes texts from different genres and styles, and each entry is labeled according to the type of pattern it exhibits.
|
15 |
+
|
16 |
+
|
17 |
+
**CSV Content Preview:**
|
18 |
+
|
19 |
+
```csv
|
20 |
+
|
21 |
+
id,text,label
|
22 |
+
|
23 |
+
1, "The quick brown fox jumps over the lazy dog", "Standard Phrase"
|
24 |
+
|
25 |
+
2, "To be, or not to be, that is the question", "Shakespearean Monologue"
|
26 |
+
|
27 |
+
3, "Innovation in AI requires creativity and interdisciplinary approaches", "Technology Advancement"
|
28 |
+
|
29 |
+
4, "Elizabeth Bennet and Mr. Darcy exhibit complex social maneuvering in Pride and Prejudice", "Classical Literature"
|
30 |
+
|
31 |
+
5, "The recursive neural network model learns patterns in the input data", "Machine Learning Technique"
|
32 |
+
|
33 |
+
```
|
34 |
+
|
35 |
+
**Source of the data:**
|
36 |
+
|
37 |
+
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 '':
|
38 |
+
|
39 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=&dataset=LanguagePatternDetector&tags=language+modeling,+NLP,+clustering
|
40 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
41 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|