Omartificial-Intelligence-Space
commited on
update readme.md
Browse files
README.md
CHANGED
@@ -55,11 +55,22 @@ sample = '''
|
|
55 |
PUT SOME TEXT HERE TO CLASSIFY ITS TOPIC
|
56 |
'''
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
classifier(sample)
|
59 |
|
60 |
# [{'label': 'health', 'score': 0.6779336333274841}]
|
61 |
-
```
|
62 |
|
|
|
63 |
## Citation
|
64 |
|
65 |
```
|
|
|
55 |
PUT SOME TEXT HERE TO CLASSIFY ITS TOPIC
|
56 |
'''
|
57 |
|
58 |
+
## Test Phase Results:
|
59 |
+
|
60 |
+
- The model was evalauted on Test Set of 14181 examples of different topics, the distrubtion of these topics are:
|
61 |
+
|
62 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/628f7a71dd993507cfcbe587/n5F6_HHs9shUaHLxGirQb.png)
|
63 |
+
|
64 |
+
- The model achieved the follwoing accuracy for prediction on this test set:
|
65 |
+
|
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 |
```
|