NaeemCSECUET18 commited on
Commit
c5b5aa2
1 Parent(s): 224a078

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +8 -12
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -9,22 +9,18 @@
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "ReAG",
13
- "1": "RaAG",
14
- "2": "GeAG",
15
- "3": "PoAG",
16
- "4": "VeAG",
17
- "5": "AG"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
- "AG": 5,
23
- "GeAG": 2,
24
- "PoAG": 3,
25
- "RaAG": 1,
26
- "ReAG": 0,
27
- "VeAG": 4
28
  },
29
  "layer_norm_eps": 1e-12,
30
  "max_position_embeddings": 512,
 
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "Personal Attack",
13
+ "1": "Sexism",
14
+ "2": "Racism",
15
+ "3": "hate speech"
 
 
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "Personal Attack": 0,
21
+ "Racism": 2,
22
+ "Sexism": 1,
23
+ "hate speech": 3
 
 
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ed32c68e1203c7765d58aff1142d7c916932039aa901ecf0890770e6460c5d4
3
- size 657628176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e6673dc6500f8692f3e94e91c83f9e255768caea180497f73412129a2c62c18
3
+ size 657622024
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2485e7af73cbe4fd997e3a02cc32c6d6f0598ecebc658f07e02caec6aa1e827d
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c029636dd7925cf644a9ab9a425c474d5c5fcef88284ce3c1c595112764b68bc
3
  size 5112