haji2438 commited on
Commit
4b9674e
1 Parent(s): 8f804c6

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "vinai/bertweet-base",
3
+ "architectures": [
4
+ "RobertaForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 130,
18
+ "model_type": "roberta",
19
+ "num_attention_heads": 12,
20
+ "num_hidden_layers": 12,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "tokenizer_class": "BertweetTokenizer",
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.12.3",
26
+ "type_vocab_size": 1,
27
+ "use_cache": true,
28
+ "vocab_size": 64001
29
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5921ee7b82533af16c41bfd08962aab949bc20279122f8113811fbb17077c18c
3
+ size 539930923
runs/Nov10_18-50-13_83738ddb255d/1636570285.5603762/events.out.tfevents.1636570285.83738ddb255d.77.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc230c5247177a29e986bc952cdb97cda42294337b6836e5f417dd9c444b9d2c
3
+ size 4549
runs/Nov10_18-50-13_83738ddb255d/1636570453.5668561/events.out.tfevents.1636570453.83738ddb255d.77.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef19df797951e0d33c8b56e4489194d211cb61558c2c7986cc8ce510856ab896
3
+ size 4549
runs/Nov10_18-50-13_83738ddb255d/events.out.tfevents.1636570285.83738ddb255d.77.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:222664d87ecf74d6cf0576a734d47f99da93b60a2c05d2fe1e4ae3c332bf8aa5
3
+ size 6514
runs/Nov10_19-14-29_83738ddb255d/1636571699.7755325/events.out.tfevents.1636571699.83738ddb255d.77.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:676ecd537a41cbf305dc43b6703ac5bff05f9be67ab89101f95e0cc488fa4003
3
+ size 4549
runs/Nov10_19-14-29_83738ddb255d/events.out.tfevents.1636571699.83738ddb255d.77.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96348fa90ab288e3c94a7b84728000a42dd07a64f63990c86acc69dcb53853ac
3
+ size 3434
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a071a0b7ae24df80edddff8244a283c51ad24adba166cd02a359a908a6ebdc6d
3
+ size 2863