Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# sbic-method2
|
2 |
|
3 |
An updated version of Standard-Based Impact Classification (SBIC) method of CSR report analysis in accordance with GRI framework
|
@@ -64,9 +76,4 @@ The script follows these main steps:
|
|
64 |
The processed results will be saved in: `df_results_0_50k.csv`
|
65 |
|
66 |
## **Execution Time**
|
67 |
-
|
68 |
-
Execution time depends on the number of test samples and system resources. The script prints the total processing time upon completion.
|
69 |
-
|
70 |
-
---
|
71 |
-
license: gpl-3.0
|
72 |
-
---
|
|
|
1 |
+
---
|
2 |
+
license: gpl-3.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-classification
|
6 |
+
tags:
|
7 |
+
- sbic
|
8 |
+
- csr
|
9 |
+
datasets:
|
10 |
+
- ia-nechaev/sbic-method2
|
11 |
+
---
|
12 |
+
|
13 |
# sbic-method2
|
14 |
|
15 |
An updated version of Standard-Based Impact Classification (SBIC) method of CSR report analysis in accordance with GRI framework
|
|
|
76 |
The processed results will be saved in: `df_results_0_50k.csv`
|
77 |
|
78 |
## **Execution Time**
|
79 |
+
Execution time depends on the number of test samples and system resources. The script prints the total processing time upon completion.
|
|
|
|
|
|
|
|
|
|