ruanchaves
commited on
Commit
•
ed31720
1
Parent(s):
aff19a0
Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,11 @@ with torch.no_grad():
|
|
46 |
print(f"{i+1}) Label: {l} Score: {np.round(float(s), 4)}")
|
47 |
```
|
48 |
|
|
|
|
|
|
|
|
|
|
|
49 |
## Citation
|
50 |
|
51 |
Our research is ongoing, and we are currently working on describing our experiments in a paper, which will be published soon.
|
|
|
46 |
print(f"{i+1}) Label: {l} Score: {np.round(float(s), 4)}")
|
47 |
```
|
48 |
|
49 |
+
## Licensing Information
|
50 |
+
|
51 |
+
The HateBR dataset, including all its components, is provided strictly for academic and research purposes. The use of the dataset for any commercial or non-academic purpose is expressly prohibited without the prior written consent of [SINCH](https://www.sinch.com/).
|
52 |
+
|
53 |
+
|
54 |
## Citation
|
55 |
|
56 |
Our research is ongoing, and we are currently working on describing our experiments in a paper, which will be published soon.
|