debojit01 commited on
Commit
2a24b73
·
verified ·
1 Parent(s): b1abed4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -38,6 +38,7 @@ classifier = pipeline(
38
  # Example inference
39
  result = classifier("This product is absolutely perfect!")
40
  print(result) # Output: {'label': 'REAL', 'score': 0.99}
 
41
 
42
  ## Training Data
43
  - 20,000 real product reviews (OR)
 
38
  # Example inference
39
  result = classifier("This product is absolutely perfect!")
40
  print(result) # Output: {'label': 'REAL', 'score': 0.99}
41
+ ```
42
 
43
  ## Training Data
44
  - 20,000 real product reviews (OR)