File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,28 @@ Refer our paper (#TODO add link) for complete details.
3535
3636## Dependencies
3737
38+
39+ | Dependency | Version | Installation Command |
40+ | ---------- | ------- | -------------------- |
41+ | Python | 3.8 | ` conda create --name covid_entities python=3.8 ` and ` conda activate covid_entities ` |
42+ | PyTorch, cudatoolkit | >=1.5.0, 10.1 | ` conda install pytorch==1.5.0 cudatoolkit=10.1 -c pytorch ` |
43+ | Transformers (Huggingface) | 3.5.1 | ` pip install transformers==3.5.1 ` |
44+ | Scikit-learn | >=0.23.1 | ` pip install scikit-learn==0.23.1 ` |
45+ | Pandas | 0.24.2 | ` pip install pandas==0.24.2 ` |
46+ | Numpy | 1.18.5 | ` pip install numpy==1.18.5 ` |
47+ | Emoji | 0.6.0 | ` pip install emoji==0.6.0 ` |
48+ | Tqdm | 4.48.2| ` pip install tqdm==4.48.2 ` |
49+
50+
3851## Setup Instruction
3952
4053## Trained Models
4154
4255## Model Performance
4356
57+ | Approach | Hostile | Defamation | Fake | Hate | Offensive | Weighted |
58+ | ------ | ------ | ------ | ------ | ------ | ------ | ------ |
59+
60+
4461## Miscellaneous
4562
You can’t perform that action at this time.
0 commit comments