grano1 commited on
Commit
e2d52cc
·
verified ·
1 Parent(s): 09a83e2

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -132,6 +132,13 @@ text = (
132
  result = pipe(text)
133
  print(result)
134
 
 
 
 
 
 
 
 
135
  # Expected labels:
136
  # - Clinical Biochemistry
137
  # - Analytical Chemistry
 
132
  result = pipe(text)
133
  print(result)
134
 
135
+ # Predicted labels:
136
+ [
137
+ {'label': 'Analytical Chemistry', 'score': 0.933479368686676},
138
+ {'label': 'Clinical Biochemistry', 'score': 0.9108470678329468},
139
+ {'label': 'Biochemistry', 'score': 0.494137704372406}
140
+ ]
141
+
142
  # Expected labels:
143
  # - Clinical Biochemistry
144
  # - Analytical Chemistry