Update README.md
Browse files
README.md
CHANGED
@@ -69,9 +69,20 @@ def generate(text):
|
|
69 |
|
70 |
return output_list
|
71 |
|
72 |
-
content = "
|
73 |
outputs = generate(content)
|
74 |
print(outputs)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
```
|
76 |
|
77 |
## Training Details
|
|
|
69 |
|
70 |
return output_list
|
71 |
|
72 |
+
content = "Use of BICs by businesses has been recommended by the Task Force on Nature-related Financial Disclosures[2] and the first provider of BICs for sale is Botanic Gardens Conservation International (BGCI). The credits are generated by BGCI's international member organisations by rebuilding the populations of tree species at high risk of extinction under the IUCN Red List methodology.[3]"
|
73 |
outputs = generate(content)
|
74 |
print(outputs)
|
75 |
+
"""
|
76 |
+
[
|
77 |
+
"BICs for businesses",
|
78 |
+
"Task Force on Naturerelated Financial Disclosures",
|
79 |
+
"Botanic Gardens Conservation International (BGCI)",
|
80 |
+
"Rebuilding tree species at high risk",
|
81 |
+
"IUCN Red List methodology",
|
82 |
+
"Credits generated by BGCI",
|
83 |
+
"International member organisations"
|
84 |
+
]
|
85 |
+
"""
|
86 |
```
|
87 |
|
88 |
## Training Details
|