dejanseo commited on
Commit
68131c4
·
verified ·
1 Parent(s): d80472e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -53,7 +53,7 @@ Please [book an appointment](https://dejanmarketing.com/conference/) to discuss
53
  albert/albert-base-v2
54
 
55
  ## Labels
56
-
57
  sentiment_labels = {
58
  0: "very positive",
59
  1: "positive",
@@ -63,7 +63,7 @@ sentiment_labels = {
63
  5: "negative",
64
  6: "very negative"
65
  }
66
-
67
  # Sources of Training Data
68
 
69
  Synthetic. Llama3.
 
53
  albert/albert-base-v2
54
 
55
  ## Labels
56
+ ```py
57
  sentiment_labels = {
58
  0: "very positive",
59
  1: "positive",
 
63
  5: "negative",
64
  6: "very negative"
65
  }
66
+ ```
67
  # Sources of Training Data
68
 
69
  Synthetic. Llama3.