Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from sklearn.feature_extraction.text import TfidfVectorizer
|
|
6 |
|
7 |
from datasets import load_dataset
|
8 |
|
9 |
-
text_dataset = load_dataset("HuggingFaceFW/fineweb", name="sample-10BT", split="train", streaming=True,
|
10 |
|
11 |
def greet(name):
|
12 |
print(text_dataset)
|
|
|
6 |
|
7 |
from datasets import load_dataset
|
8 |
|
9 |
+
text_dataset = load_dataset("HuggingFaceFW/fineweb", name="sample-10BT", split="train", streaming=True, columns=['text'])
|
10 |
|
11 |
def greet(name):
|
12 |
print(text_dataset)
|