fahad1247 commited on
Commit
f69ebdf
·
1 Parent(s): bc57c87

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "GroNLP/hateBERT",
3
+ "_num_labels": 2,
4
+ "architectures": [
5
+ "BertForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "output_past": true,
20
+ "pad_token_id": 0,
21
+ "position_embedding_type": "absolute",
22
+ "problem_type": "single_label_classification",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.16.2",
25
+ "type_vocab_size": 2,
26
+ "use_cache": true,
27
+ "vocab_size": 30522
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3626a582a9c6bed992e4768ccbd69c87570cbddb90bb5eed4c84801af10d24c8
3
+ size 438019245
runs/Dec02_20-51-47_af5b47af6068/1670014330.5539446/events.out.tfevents.1670014330.af5b47af6068.1326.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e5c9b93703c1c845dcf42aa7b679bb35fd8c03030165203ae0f55e4053118e3
3
+ size 4764
runs/Dec02_20-51-47_af5b47af6068/events.out.tfevents.1670014330.af5b47af6068.1326.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d733469808e3257c393864e8cf94f135d66e6deda84f50b11114d0261d12661
3
+ size 3457
runs/Dec02_20-56-35_af5b47af6068/1670014617.4178684/events.out.tfevents.1670014617.af5b47af6068.1482.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75c3c74e1383222f245f9bb5ea1a8d0801bdbfb2706d97f6981d7f08a703ee3d
3
+ size 4764
runs/Dec02_20-56-35_af5b47af6068/events.out.tfevents.1670014617.af5b47af6068.1482.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98e9b40d2048ad3fa199373c405b40725295d7cbd2c70e0ca3103d2d94c9f33d
3
+ size 4140
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "max_len": 512, "special_tokens_map_file": "/root/.cache/huggingface/transformers/11f5da32001370f4754cfc3a58f35f0f4d957be3460bfa723d54f2a723b310f3.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d", "name_or_path": "GroNLP/hateBERT", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913328f690c4f6d00eac032921f2dd63e4ac786428e60f3ee730c13ac216d612
3
+ size 2991
vocab.txt ADDED
The diff for this file is too large to render. See raw diff