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 |
+
# ChingLanguageAnalysis
|
9 |
+
|
10 |
+
tags: linguistics, NLP, text classification
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'ChingLanguageAnalysis' dataset is a collection of text samples in English that have been annotated for sentiment analysis. The dataset is divided into two main categories: texts discussing 'Ching', a term associated with historical and cultural elements, and texts that mention 'Ching' in a different context. Each text sample has been assigned a sentiment label, indicating whether the sentiment is positive, negative, or neutral towards 'Ching'.
|
17 |
+
|
18 |
+
|
19 |
+
**CSV Content Preview:**
|
20 |
+
|
21 |
+
```csv
|
22 |
+
|
23 |
+
Text,Label
|
24 |
+
|
25 |
+
"The Great Wall of China is often referred to as the Ching Wall due to its massive scale.",Positive
|
26 |
+
|
27 |
+
"Local folklore speaks of the Ching warriors as brave and honorable.",Positive
|
28 |
+
|
29 |
+
"Some people consider the Ching language to be difficult for foreigners to learn.",Negative
|
30 |
+
|
31 |
+
"Ching, a term from ancient Chinese history, is fascinating to linguists.",Neutral
|
32 |
+
|
33 |
+
"Many have criticized the modern interpretations of Ching as historically inaccurate.",Negative
|
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 'ching':
|
40 |
+
|
41 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=ching&dataset=ChingLanguageAnalysis&tags=linguistics,+NLP,+text+classification
|
42 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
43 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|