Commit
·
f1305db
1
Parent(s):
b470978
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ metrics:
|
|
| 13 |
- Recall
|
| 14 |
widget:
|
| 15 |
- text: |-
|
| 16 |
-
|
| 17 |
model-index:
|
| 18 |
- name: Action_Items
|
| 19 |
results:
|
|
@@ -75,16 +75,6 @@ summarizer(text)
|
|
| 75 |
from transformers import pipeline
|
| 76 |
summarizer = pipeline("text-classification", model="knkarthick/Action_Items")
|
| 77 |
text = '''
|
| 78 |
-
Let's start the project as soon as possible as we are running out of deadline.
|
| 79 |
-
'''
|
| 80 |
-
summarizer(text)
|
| 81 |
-
```
|
| 82 |
-
|
| 83 |
-
# Example 4
|
| 84 |
-
```python
|
| 85 |
-
from transformers import pipeline
|
| 86 |
-
summarizer = pipeline("text-classification", model="knkarthick/Action_Items")
|
| 87 |
-
text = '''
|
| 88 |
We have been running the business successfully for over a decade now.
|
| 89 |
'''
|
| 90 |
summarizer(text)
|
|
|
|
| 13 |
- Recall
|
| 14 |
widget:
|
| 15 |
- text: |-
|
| 16 |
+
Let's start the project as soon as possible as we are running out of deadline.
|
| 17 |
model-index:
|
| 18 |
- name: Action_Items
|
| 19 |
results:
|
|
|
|
| 75 |
from transformers import pipeline
|
| 76 |
summarizer = pipeline("text-classification", model="knkarthick/Action_Items")
|
| 77 |
text = '''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
We have been running the business successfully for over a decade now.
|
| 79 |
'''
|
| 80 |
summarizer(text)
|