leofn3 commited on
Commit
4a5b9dd
1 Parent(s): 49486d5

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "PORTULAN/albertina-ptbr",
3
  "architectures": [
4
  "DebertaV2ForSequenceClassification"
5
  ],
@@ -32,7 +32,7 @@
32
  "relative_attention": true,
33
  "share_att_key": true,
34
  "torch_dtype": "float32",
35
- "transformers_version": "4.31.0",
36
  "type_vocab_size": 0,
37
  "vocab_size": 128100
38
  }
 
1
  {
2
+ "_name_or_path": "leofn3/modelo_racismo",
3
  "architectures": [
4
  "DebertaV2ForSequenceClassification"
5
  ],
 
32
  "relative_attention": true,
33
  "share_att_key": true,
34
  "torch_dtype": "float32",
35
+ "transformers_version": "4.32.1",
36
  "type_vocab_size": 0,
37
  "vocab_size": 128100
38
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9930f44bbe4493ec7b3cf6f9e07d2db9bf3493ee051d3bc75ecd2dc13c7bda28
3
  size 3547966149
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:994b34f7204523427d38854e22fcf3a45e7837ff979317ef35a03f306057274e
3
  size 3547966149
tokenizer_config.json CHANGED
@@ -5,12 +5,19 @@
5
  "do_lower_case": false,
6
  "eos_token": "[SEP]",
7
  "mask_token": "[MASK]",
 
8
  "model_max_length": 512,
 
9
  "pad_token": "[PAD]",
 
 
10
  "sep_token": "[SEP]",
11
  "sp_model_kwargs": {},
12
  "split_by_punct": false,
 
13
  "tokenizer_class": "DebertaV2Tokenizer",
 
 
14
  "unk_token": "[UNK]",
15
  "vocab_type": "spm"
16
  }
 
5
  "do_lower_case": false,
6
  "eos_token": "[SEP]",
7
  "mask_token": "[MASK]",
8
+ "max_length": 512,
9
  "model_max_length": 512,
10
+ "pad_to_multiple_of": null,
11
  "pad_token": "[PAD]",
12
+ "pad_token_type_id": 0,
13
+ "padding_side": "right",
14
  "sep_token": "[SEP]",
15
  "sp_model_kwargs": {},
16
  "split_by_punct": false,
17
+ "stride": 0,
18
  "tokenizer_class": "DebertaV2Tokenizer",
19
+ "truncation_side": "right",
20
+ "truncation_strategy": "longest_first",
21
  "unk_token": "[UNK]",
22
  "vocab_type": "spm"
23
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b075366cd2eea3a51ee9547be3737ce0a6ef4f924706ed69ed2ef53a71d16fd
3
- size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6912d2a362d2f679af2e00c9cfe95922ee42a5fe928e042cdd01522c6f8b4d2
3
+ size 4027