Omartificial-Intelligence-Space commited on
Commit
72fdef0
·
verified ·
1 Parent(s): 6750c92

update readme.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -54,6 +54,11 @@ classifier = pipeline(
54
  sample = '''
55
  PUT SOME TEXT HERE TO CLASSIFY ITS TOPIC
56
  '''
 
 
 
 
 
57
 
58
  ## Test Phase Results:
59
 
@@ -66,11 +71,6 @@ PUT SOME TEXT HERE TO CLASSIFY ITS TOPIC
66
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/628f7a71dd993507cfcbe587/qAsAfETcFHWK55p894kyM.png)
67
 
68
 
69
- classifier(sample)
70
-
71
- # [{'label': 'health', 'score': 0.6779336333274841}]
72
-
73
- ```
74
  ## Citation
75
 
76
  ```
 
54
  sample = '''
55
  PUT SOME TEXT HERE TO CLASSIFY ITS TOPIC
56
  '''
57
+ classifier(sample)
58
+
59
+ # [{'label': 'health', 'score': 0.6779336333274841}]
60
+
61
+ ```
62
 
63
  ## Test Phase Results:
64
 
 
71
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/628f7a71dd993507cfcbe587/qAsAfETcFHWK55p894kyM.png)
72
 
73
 
 
 
 
 
 
74
  ## Citation
75
 
76
  ```