黒い心臓 commited on
Commit
a2faa51
1 Parent(s): 8a77176

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -15
README.md CHANGED
@@ -51,25 +51,21 @@ Each entry in the dataset is represented by a dictionary with the following fiel
51
  ## Usage
52
 
53
  ```python
54
- import pickle
55
- import random
56
 
57
  # Load the dataset
58
- with open('data/AnimeQuotes.pkl', 'rb') as file:
59
- anime_quotes = pickle.load(file)
60
 
61
- # Access a random quote
62
- random_quote = random.choice(anime_quotes)
63
-
64
- print(f'Quote: {random_quote["Quote"]}')
65
- print(f'Character: {random_quote["Character"]}')
66
- print(f'URL: {random_quote["URL"]}')
67
  ```
68
 
69
  ```zsh
70
- Quote: 「今、人生のささいな出来事に対処する方法を学べば、後で役に立ちます。」 – 要潤子
71
- Character: 要潤子
72
- URL: https://ja.animemotivation.com/%E3%82%84%E3%82%8B%E6%B0%97%E3%82%92%E8%B5%B7%E3%81%93%E3%81%95%E3%81%9B%E3%82%8B%E3%82%A2%E3%83%8B%E3%83%A1%E3%81%AE%E5%BC%95%E7%94%A8/
 
 
 
73
  ```
74
 
75
  ## Contributions
@@ -83,6 +79,6 @@ A special thanks to [Anime Motivation](https://ja.animemotivation.com) for the i
83
 
84
  ## License
85
  This dataset is provided under the [Apache License 2.0](LICENSE). Feel free to use, modify, and share it.
 
86
 
87
-
88
- > Dive into the Anime Quotes Dataset and let the enchanting magic of anime wisdom unfold! 🌌✨🚀
 
51
  ## Usage
52
 
53
  ```python
54
+ import datasets
 
55
 
56
  # Load the dataset
57
+ dataset = datasets.load_dataset('v3xlrm1nOwo1/AnimeQuotes')
 
58
 
59
+ print(dataset)
 
 
 
 
 
60
  ```
61
 
62
  ```zsh
63
+ DatasetDict({
64
+ train: Dataset({
65
+ features: ['Quote', 'Character', 'URL'],
66
+ num_rows: 10388
67
+ })
68
+ })
69
  ```
70
 
71
  ## Contributions
 
79
 
80
  ## License
81
  This dataset is provided under the [Apache License 2.0](LICENSE). Feel free to use, modify, and share it.
82
+ <p>Dive into the Anime Quotes Dataset and let the enchanting magic of anime wisdom unfold! 🌌✨🚀</p>
83
 
84
+ > **_NOTE:_** To contribute to the project, please contribute directly. I am happy to do so, and if you have any comments, advice, job opportunities, or want me to contribute to a project, please contact me I am happy to do so<a href='mailto:V3xlrm1nOwo1@gmail.com' target='blank'>V3xlrm1nOwo1@gmail.com</a>