chrismontes commited on
Commit
03efa01
·
verified ·
1 Parent(s): 7b87aae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -10,5 +10,4 @@ size_categories:
10
  - 10K<n<100K
11
  ---
12
 
13
- Here is the dataset that I have created of information from several websites for each dog breed. It is organized by dog breed into snippets for training a language model for causal inference. I use unsloth for the efficient training of the model.
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!