memotirre90
commited on
Commit
•
fda2050
1
Parent(s):
af2ca4b
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- added_tokens.json +6 -0
- config.json +38 -0
- pytorch_model.bin +3 -0
- runs/Jun27_01-01-10_MSI/events.out.tfevents.1687849284.MSI.696338.0 +3 -0
- runs/Jun27_01-03-53_MSI/events.out.tfevents.1687849439.MSI.696338.1 +3 -0
- runs/Jun27_01-04-50_MSI/events.out.tfevents.1687849496.MSI.696338.2 +3 -0
- runs/Jun27_01-16-15_MSI/events.out.tfevents.1687850189.MSI.696635.0 +3 -0
- runs/Jun27_01-18-20_MSI/events.out.tfevents.1687850307.MSI.696789.0 +3 -0
- runs/Jun27_01-46-52_MSI/events.out.tfevents.1687852022.MSI.697024.0 +3 -0
- runs/Jun27_01-47-29_MSI/events.out.tfevents.1687852054.MSI.697024.1 +3 -0
- runs/Jun27_01-49-45_MSI/events.out.tfevents.1687852190.MSI.697024.2 +3 -0
- runs/Jun27_01-52-07_MSI/events.out.tfevents.1687852332.MSI.697024.3 +3 -0
- runs/Jun27_01-52-41_MSI/events.out.tfevents.1687852364.MSI.697024.4 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +15 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
added_tokens.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"@usuario": 31002,
|
3 |
+
"emoji": 31005,
|
4 |
+
"hashtag": 31004,
|
5 |
+
"url": 31003
|
6 |
+
}
|
config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "finiteautomata/beto-sentiment-analysis",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "NEG",
|
14 |
+
"1": "NEU",
|
15 |
+
"2": "POS"
|
16 |
+
},
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 3072,
|
19 |
+
"label2id": {
|
20 |
+
"NEG": 0,
|
21 |
+
"NEU": 1,
|
22 |
+
"POS": 2
|
23 |
+
},
|
24 |
+
"layer_norm_eps": 1e-12,
|
25 |
+
"max_position_embeddings": 512,
|
26 |
+
"model_type": "bert",
|
27 |
+
"num_attention_heads": 12,
|
28 |
+
"num_hidden_layers": 12,
|
29 |
+
"output_past": true,
|
30 |
+
"pad_token_id": 1,
|
31 |
+
"position_embedding_type": "absolute",
|
32 |
+
"problem_type": "single_label_classification",
|
33 |
+
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.30.2",
|
35 |
+
"type_vocab_size": 2,
|
36 |
+
"use_cache": true,
|
37 |
+
"vocab_size": 31006
|
38 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f3e34d6c5aa164c37d1f0316e138e75b24fbb22af36c563ea186a2d8d21e5ac
|
3 |
+
size 439497845
|
runs/Jun27_01-01-10_MSI/events.out.tfevents.1687849284.MSI.696338.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b95a5494bd5688fed11198741d1cf277417a5aeb01a06e848ec93af78f63cd3f
|
3 |
+
size 4377
|
runs/Jun27_01-03-53_MSI/events.out.tfevents.1687849439.MSI.696338.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7acbcca7c764182a8f167b94375649180ea15232e61fc873356b32dce74e1b94
|
3 |
+
size 4184
|
runs/Jun27_01-04-50_MSI/events.out.tfevents.1687849496.MSI.696338.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dfbc0f6e2fbedb4962183d0d08065b7df686bac41cdb74cf00c8678af90d331
|
3 |
+
size 4184
|
runs/Jun27_01-16-15_MSI/events.out.tfevents.1687850189.MSI.696635.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:927a873b981d2bfc1dc3ad3efc339f126c3791465f0664ff405c41258660951d
|
3 |
+
size 4326
|
runs/Jun27_01-18-20_MSI/events.out.tfevents.1687850307.MSI.696789.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d17ddf529871f0d7ac264c121612439444952ffbf13ec0e0bad0ebff07e12de1
|
3 |
+
size 4324
|
runs/Jun27_01-46-52_MSI/events.out.tfevents.1687852022.MSI.697024.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:117d6a83b58e1ad72b2da123a4bbf31b6d42cfb3497ba9636ff3d236dc0ae5f7
|
3 |
+
size 4266
|
runs/Jun27_01-47-29_MSI/events.out.tfevents.1687852054.MSI.697024.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0b8a2219cded403b3e61b660060bca43e6feb72fb1a634557bfa9094e9d0b31
|
3 |
+
size 4268
|
runs/Jun27_01-49-45_MSI/events.out.tfevents.1687852190.MSI.697024.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9472f407c0f76daa80f4e5ecb3efbbb14ed53f389fc5078f2e817c99f3aced7
|
3 |
+
size 4268
|
runs/Jun27_01-52-07_MSI/events.out.tfevents.1687852332.MSI.697024.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6847034c4c12d75404fa98372047b158d03a616c764b0515105f97f516b01821
|
3 |
+
size 4266
|
runs/Jun27_01-52-41_MSI/events.out.tfevents.1687852364.MSI.697024.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfdda45a7b149a4b71ba540d37f6b9b6e1df61039c37c03b96188a91c73d6194
|
3 |
+
size 4265
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"do_basic_tokenize": true,
|
5 |
+
"do_lower_case": false,
|
6 |
+
"mask_token": "[MASK]",
|
7 |
+
"model_max_length": 512,
|
8 |
+
"never_split": null,
|
9 |
+
"pad_token": "[PAD]",
|
10 |
+
"sep_token": "[SEP]",
|
11 |
+
"strip_accents": false,
|
12 |
+
"tokenize_chinese_chars": true,
|
13 |
+
"tokenizer_class": "BertTokenizer",
|
14 |
+
"unk_token": "[UNK]"
|
15 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acfa1781514ac6947be992df742647819712ee2c1e36a2d05e2b75159dd5c490
|
3 |
+
size 3963
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|