arvindkaphley commited on
Commit
b8e29d1
·
verified ·
1 Parent(s): 2b36622

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -38,9 +38,9 @@ Ruby Code Generator is a versatile tool crafted to streamline the interaction be
38
 
39
  **1. Load Dataset and Model:**
40
 
41
- - Load the bigcode/the-stack-smol dataset using the Hugging Face Datasets library.
42
- - Filter for the specified subset (data/ruby) and split (train).
43
- - Load the bigcode/starcoder2-3b model from the Hugging Face Hub with '4-bit' quantization.
44
 
45
  **2. Data Preprocessing:**
46
 
 
38
 
39
  **1. Load Dataset and Model:**
40
 
41
+ - Load the bigcode/the-stack-smol dataset using the Hugging Face Datasets library.
42
+ - Filter for the specified subset (data/ruby) and split (train).
43
+ - Load the bigcode/starcoder2-3b model from the Hugging Face Hub with '4-bit' quantization.
44
 
45
  **2. Data Preprocessing:**
46