nicholasKluge commited on
Commit
41462e8
1 Parent(s): 77ec9e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -45,7 +45,9 @@ classifier(text)
45
  ```
46
 
47
  ## Reproducing
48
-
 
 
49
  ```python
50
  # IMDB
51
  ! pip install transformers datasets evaluate accelerate -q
 
45
  ```
46
 
47
  ## Reproducing
48
+
49
+ To reproduce the fine-tuning process, use the following code snippet:
50
+
51
  ```python
52
  # IMDB
53
  ! pip install transformers datasets evaluate accelerate -q