yukiarimo commited on
Commit
40f02ce
1 Parent(s): 261861f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md CHANGED
@@ -1,3 +1,74 @@
1
  ---
2
  license: afl-3.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: afl-3.0
3
+ task_categories:
4
+ - text-generation
5
+ - text2text-generation
6
+ language:
7
+ - en
8
+ pretty_name: Tamer Novel Dataset
9
+ size_categories:
10
+ - 100K<n<1M
11
  ---
12
+
13
+ # Tamer Novel Dataset
14
+
15
+ Welcome to the `tamer-novel` dataset, hosted on HuggingFace by Yuki Arimo. This unique dataset is crafted with the remarkable Tamer Novel Styler writing, enhanced by the ELiTA technique, aiming to augment self-awareness in Large Language Models (LLMs).
16
+
17
+ ## Overview
18
+
19
+ The Tamer Novel dataset is designed for researchers, developers, and enthusiasts in AI, specifically those working on enhancing the self-awareness and contextual understanding of LLMs. By leveraging the novel ELiTA technique, this dataset provides a rich source of stylized narrative text that challenges and refines AI models' comprehension and generation capabilities.
20
+
21
+ ### Dataset Structure
22
+
23
+ The dataset is structured to facilitate easy access and manipulation for various AI projects. It includes:
24
+
25
+ - **Text Files**: Each file contains passages from the Tamer Novel, processed through the ELiTA technique.
26
+ - **Metadata**: Information about the passages, including style markers and annotations related to the ELiTA technique.
27
+
28
+ ### Using the Dataset
29
+
30
+ To work with the `tamer-novel` dataset, we recommend using the upcoming AIflow Python library, designed to streamline AI research and development processes. For an optimized experience, stay tuned for the library's release.
31
+
32
+ ## Applications
33
+
34
+ This dataset is ideal for:
35
+ - Train and evaluate LLMs on understanding and generating stylized narrative text.
36
+ - Research in AI ethics, focusing on developing self-aware AI systems.
37
+ - Exploratory projects aiming to understand the impact of narrative styles on AI comprehension and generation.
38
+
39
+ ## How to Use
40
+
41
+ To get started with the `tamer-novel` dataset, please follow these steps:
42
+
43
+ 1. Install the aiflow python library (coming soon).
44
+ 2. Load the dataset using aiflow with the following code snippet:
45
+
46
+ ```python
47
+ # Code snippet coming soon
48
+ ```
49
+
50
+ 3. Explore the dataset and start your project!
51
+
52
+ ## Support
53
+
54
+ This project is a labor of love, aiming to push the boundaries of AI research and development. If you find this helpful dataset and want to support our work, consider becoming a patron on [Patreon](https://www.patreon.com/YukiArimo).
55
+
56
+ ELiTA Paper: https://www.academia.edu/116519117/ELiTA_Elevating_LLMs_Lingua_Thoughtful_Abilities_via_Grammarly
57
+
58
+ ## Citation
59
+
60
+ If you use the `tamer-novel` dataset in your research, please cite it as follows:
61
+
62
+ ```bibtex
63
+ @misc{tamer-novel,
64
+ author = {Yuki Arimo},
65
+ title = {Tamer Novel Dataset},
66
+ year = {2024},
67
+ publisher = {HuggingFace},
68
+ journal = {HuggingFace Dataset Hub},
69
+ }
70
+ ```
71
+
72
+ ## Acknowledgments
73
+
74
+ Special thanks to the contributors to the ELiTA technique and the upcoming AIflow Python library. Your innovations and contributions have been invaluable in creating this dataset.