Update README.md
Browse files
README.md
CHANGED
@@ -66,23 +66,19 @@ Here you can see the structure of the single sample in the present dataset.
|
|
66 |
### Behaviour
|
67 |
|
68 |
```json
|
69 |
-
|
70 |
{
|
71 |
"text": string, # text of the tweet
|
72 |
"label": int, # 0: Non Misogino, 1: Misogino, 2: Misogino Aggressivo
|
73 |
}
|
74 |
-
|
75 |
```
|
76 |
|
77 |
### Synth
|
78 |
|
79 |
```json
|
80 |
-
|
81 |
{
|
82 |
"text": string, # text of the tweet
|
83 |
"label": int, # 0: Non Misogino, 1: Misogino
|
84 |
}
|
85 |
-
|
86 |
```
|
87 |
|
88 |
## Statitics
|
|
|
66 |
### Behaviour
|
67 |
|
68 |
```json
|
|
|
69 |
{
|
70 |
"text": string, # text of the tweet
|
71 |
"label": int, # 0: Non Misogino, 1: Misogino, 2: Misogino Aggressivo
|
72 |
}
|
|
|
73 |
```
|
74 |
|
75 |
### Synth
|
76 |
|
77 |
```json
|
|
|
78 |
{
|
79 |
"text": string, # text of the tweet
|
80 |
"label": int, # 0: Non Misogino, 1: Misogino
|
81 |
}
|
|
|
82 |
```
|
83 |
|
84 |
## Statitics
|