pszemraj commited on
Commit
61bf04d
1 Parent(s): 8490df8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -22,6 +22,7 @@ this predicts the `ret` column of the training dataset, given the `text` column.
22
 
23
 
24
  <details>
 
25
  <summary>Click to expand code example</summary>
26
 
27
  ```py
@@ -74,7 +75,8 @@ text = "This is an example text for regression prediction."
74
  predictions = predict(text, tokenizer, model, regression_config)
75
  print("Predicted Value:", predictions)
76
  ```
77
- <details>
 
78
 
79
  ## Model description
80
 
 
22
 
23
 
24
  <details>
25
+
26
  <summary>Click to expand code example</summary>
27
 
28
  ```py
 
75
  predictions = predict(text, tokenizer, model, regression_config)
76
  print("Predicted Value:", predictions)
77
  ```
78
+
79
+ </details>
80
 
81
  ## Model description
82