mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-10-20 04:20:13 +00:00
ch06 dataset
This commit is contained in:
parent
8d78098dfa
commit
83d5cea795
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,6 +18,8 @@ ch05/03_bonus_pretraining_on_gutenberg/model_checkpoints
|
|||||||
ch02/01_main-chapter-code/number-data.txt
|
ch02/01_main-chapter-code/number-data.txt
|
||||||
ch05/03_bonus_pretraining_on_gutenberg/gutenberg
|
ch05/03_bonus_pretraining_on_gutenberg/gutenberg
|
||||||
ch05/03_bonus_pretraining_on_gutenberg/gutenberg_preprocessed
|
ch05/03_bonus_pretraining_on_gutenberg/gutenberg_preprocessed
|
||||||
|
ch06/01_main-chapter-code/sms_spam_collection.zip
|
||||||
|
ch06/01_main-chapter-code/sms_spam_collection
|
||||||
|
|
||||||
# Temporary OS-related files
|
# Temporary OS-related files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
@ -39,12 +39,12 @@
|
|||||||
"name": "stdout",
|
"name": "stdout",
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"text": [
|
"text": [
|
||||||
"matplotlib version: 3.7.2\n",
|
"matplotlib version: 3.8.2\n",
|
||||||
"numpy version: 1.25.2\n",
|
"numpy version: 1.26.0\n",
|
||||||
"tiktoken version: 0.5.1\n",
|
"tiktoken version: 0.5.1\n",
|
||||||
"torch version: 2.2.2\n",
|
"torch version: 2.2.2\n",
|
||||||
"tensorflow version: 2.15.0\n",
|
"tensorflow version: 2.15.0\n",
|
||||||
"pandas version: 2.0.3\n"
|
"pandas version: 2.2.1\n"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -172,7 +172,7 @@
|
|||||||
"name": "stdout",
|
"name": "stdout",
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"text": [
|
"text": [
|
||||||
"sms_spam_collection/SMSSpamCollection.tsv already exists. Skipping download and extraction.\n"
|
"File downloaded and saved as sms_spam_collection/SMSSpamCollection.tsv\n"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user