Omartificial-Intelligence-Space
commited on
update readme.md
Browse files
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 |
```
|