dieineb commited on
Commit
ff467a2
1 Parent(s): 5848fb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -13
README.md CHANGED
@@ -62,20 +62,8 @@ vectorizer = TfidfVectorizer(min_df=10,
62
  # Fit the TfidfVectorizer to our dataset.
63
  vectorizer.fit(dataset['text'])
64
 
65
- ```
66
- # Cite as
67
- ```latex
68
- @misc{teenytinycastle,
69
- doi = {10.5281/zenodo.7112065},
70
- url = {https://github.com/Nkluge-correa/teeny-tiny_castle},
71
- author = {Nicholas Kluge Corr{\^e}a},
72
- title = {Teeny-Tiny Castle},
73
- year = {2024},
74
- publisher = {GitHub},
75
- journal = {GitHub repository},
76
- }
77
  ```
78
 
79
  ## License
80
 
81
- This dataset is licensed under the Apache License, version 2.0. See the LICENSE file for more details.
 
62
  # Fit the TfidfVectorizer to our dataset.
63
  vectorizer.fit(dataset['text'])
64
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  ```
66
 
67
  ## License
68
 
69
+ This dataset is licensed under the Apache License, version 2.0.