anthonny commited on
Commit
a2ba2e7
1 Parent(s): b018e4a

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Hate-speech-CNERG/dehatebert-mono-spanish",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "eos_token_ids": null,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.3,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "NON_HATE",
15
+ "1": "HATE"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "HATE": 1,
21
+ "NON_HATE": 0
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_position_embeddings": 512,
25
+ "model_type": "bert",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "output_past": true,
29
+ "pad_token_id": null,
30
+ "pooler_fc_size": 768,
31
+ "pooler_num_attention_heads": 12,
32
+ "pooler_num_fc_layers": 3,
33
+ "pooler_size_per_head": 128,
34
+ "pooler_type": "first_token_transform",
35
+ "position_embedding_type": "absolute",
36
+ "problem_type": "single_label_classification",
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.17.0",
39
+ "type_vocab_size": 2,
40
+ "use_cache": true,
41
+ "vocab_size": 105879
42
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8300517b24db6f42ff65cf7634cd513014dd241467ba96d45d8d7d0b4bcd200
3
+ size 669516845
runs/Mar22_16-02-51_821999bca87f/1647964992.0206134/events.out.tfevents.1647964992.821999bca87f.71.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06859baa80f2c38060bec32badb539f5a37dd57d2e97dbaaebc8f3bcb783678e
3
+ size 4935
runs/Mar22_16-02-51_821999bca87f/events.out.tfevents.1647964992.821999bca87f.71.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f25417bf780f2c5ab9c7a427d708f8a99550ecbd6a605c9a46964bf1ca13c5ee
3
+ size 3823
runs/Mar22_16-06-44_821999bca87f/1647965212.6042168/events.out.tfevents.1647965212.821999bca87f.71.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41064787cd7686707214d4dd417f9b6dcb9f07731a80884c3864c73f1c7aabd4
3
+ size 4935
runs/Mar22_16-06-44_821999bca87f/events.out.tfevents.1647965212.821999bca87f.71.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e73580cf0e6b900ec0bebf9d8b79f28a72beb2df2808ce98a510d69e8ed3068c
3
+ size 5294
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": false, "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/8ba37f5de3bc533369ddc995b347a8767378d2693b5612f25b42b091d42bbd9b.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d", "name_or_path": "Hate-speech-CNERG/dehatebert-mono-spanish", "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:c9fd15bff8960f4003ae57a4efaf1ba98a19b692198badffe18ac8326a8a3202
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff