rv2307 commited on
Commit
5d1ae1a
1 Parent(s): ab72170

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -69,9 +69,20 @@ def generate(text):
69
 
70
  return output_list
71
 
72
- content = "Hi, How are you??"
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