Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -10,5 +10,4 @@ size_categories:
|
|
10 |
- 10K<n<100K
|
11 |
---
|
12 |
|
13 |
-
|
14 |
-
If you would like to see my script for gathering the data and organizing it by labels cleanly into JSON, please go to my repository [here](https://github.com/chrismontes22/Dog-Classification/blob/main/LLM/Text%20Data%20Pipeline.py). Thanks!
|
|
|
10 |
- 10K<n<100K
|
11 |
---
|
12 |
|
13 |
+
Here is the dataset I used for training my language model, comprising information from several websites for each dog breed. It is organized by breed into snippets for training a language model for causal inference. I utilized Unsloth for efficient model training. If you'd like to see my script for gathering and organizing the data into labeled JSON, please visit my repository [here](https://github.com/chrismontes22/Dog-Classification/blob/main/LLM/Text%20Data%20Pipeline.py). Thanks!
|
|