shayonhuggingface
commited on
Commit
·
6dd9316
1
Parent(s):
4e7a613
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +36 -0
- pytorch_model.bin +3 -0
- runs/Jul19_14-00-54_89a4315a1f0e/events.out.tfevents.1689775265.89a4315a1f0e.401.0 +3 -0
- runs/Jul19_14-43-47_89a4315a1f0e/events.out.tfevents.1689777830.89a4315a1f0e.401.1 +3 -0
- runs/Jul19_14-45-16_89a4315a1f0e/events.out.tfevents.1689777919.89a4315a1f0e.401.2 +3 -0
- runs/Jul19_14-45-58_89a4315a1f0e/events.out.tfevents.1689777962.89a4315a1f0e.401.3 +3 -0
- runs/Jul19_14-49-01_89a4315a1f0e/events.out.tfevents.1689778145.89a4315a1f0e.401.4 +3 -0
- runs/Jul19_14-53-51_89a4315a1f0e/events.out.tfevents.1689778435.89a4315a1f0e.401.5 +3 -0
- runs/Jul19_14-56-46_89a4315a1f0e/events.out.tfevents.1689778609.89a4315a1f0e.401.6 +3 -0
- runs/Jul19_14-57-52_89a4315a1f0e/events.out.tfevents.1689778676.89a4315a1f0e.401.7 +3 -0
- runs/Jul19_15-03-02_89a4315a1f0e/events.out.tfevents.1689778986.89a4315a1f0e.401.8 +3 -0
- runs/Jul19_15-03-50_89a4315a1f0e/events.out.tfevents.1689779033.89a4315a1f0e.401.9 +3 -0
- runs/Jul19_15-07-57_89a4315a1f0e/events.out.tfevents.1689779280.89a4315a1f0e.401.10 +3 -0
- runs/Jul19_15-10-17_89a4315a1f0e/events.out.tfevents.1689779420.89a4315a1f0e.401.11 +3 -0
- special_tokens_map.json +9 -0
- tokenizer.json +0 -0
- tokenizer_config.json +16 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Fsoft-AIC/videberta-xsmall",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaV2ForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_head_size": 64,
|
7 |
+
"attention_probs_dropout_prob": 0.1,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 384,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 1536,
|
13 |
+
"layer_norm_eps": 1e-07,
|
14 |
+
"max_position_embeddings": 512,
|
15 |
+
"max_relative_positions": -1,
|
16 |
+
"model_type": "deberta-v2",
|
17 |
+
"norm_rel_ebd": "layer_norm",
|
18 |
+
"num_attention_heads": 6,
|
19 |
+
"num_hidden_layers": 12,
|
20 |
+
"pad_token_id": 0,
|
21 |
+
"pooler_dropout": 0,
|
22 |
+
"pooler_hidden_act": "gelu",
|
23 |
+
"pooler_hidden_size": 384,
|
24 |
+
"pos_att_type": [
|
25 |
+
"p2c",
|
26 |
+
"c2p"
|
27 |
+
],
|
28 |
+
"position_biased_input": false,
|
29 |
+
"position_buckets": 256,
|
30 |
+
"relative_attention": true,
|
31 |
+
"share_att_key": true,
|
32 |
+
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.31.0",
|
34 |
+
"type_vocab_size": 0,
|
35 |
+
"vocab_size": 128000
|
36 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5935cd2b44949fc3bfa812611a9e8aeb87873e35598a35f77c0ad2bcbd30c5d4
|
3 |
+
size 283238901
|
runs/Jul19_14-00-54_89a4315a1f0e/events.out.tfevents.1689775265.89a4315a1f0e.401.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08e437b9bc34ad1faf94bda836f16be26c17a1b09069a63c9043d768c4789cc1
|
3 |
+
size 4405
|
runs/Jul19_14-43-47_89a4315a1f0e/events.out.tfevents.1689777830.89a4315a1f0e.401.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a44e0f68151744accb9e8d1a0792e53ec7447e1ebd4464a50a9749302d9589a6
|
3 |
+
size 4251
|
runs/Jul19_14-45-16_89a4315a1f0e/events.out.tfevents.1689777919.89a4315a1f0e.401.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c44589a4a45fb985a75dc05f5cbce8c5feae9e4039f5cefd97cb99b88f45179a
|
3 |
+
size 4251
|
runs/Jul19_14-45-58_89a4315a1f0e/events.out.tfevents.1689777962.89a4315a1f0e.401.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7958b2d3c73403fb656191c8734092e3fe79a82af6c55f181ef752a088d7c48
|
3 |
+
size 4251
|
runs/Jul19_14-49-01_89a4315a1f0e/events.out.tfevents.1689778145.89a4315a1f0e.401.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b2a5fc24dceaba2f7f974b7a0861e4e99012429106f8b35833845a8a15a57bc
|
3 |
+
size 4251
|
runs/Jul19_14-53-51_89a4315a1f0e/events.out.tfevents.1689778435.89a4315a1f0e.401.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26878f2fb95f633402030d3de3b3bac227ad2b5426e155b494cb3ca16664c4b7
|
3 |
+
size 4885
|
runs/Jul19_14-56-46_89a4315a1f0e/events.out.tfevents.1689778609.89a4315a1f0e.401.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f721d5c9258b33d2a1662b0ceb3df1b731ee63f96fe6dbe96c3aad698189a322
|
3 |
+
size 4568
|
runs/Jul19_14-57-52_89a4315a1f0e/events.out.tfevents.1689778676.89a4315a1f0e.401.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39eda416f27031df870c4c6cb00ad02df22f3dca65fce57b32e928f4e7737d89
|
3 |
+
size 4568
|
runs/Jul19_15-03-02_89a4315a1f0e/events.out.tfevents.1689778986.89a4315a1f0e.401.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:549685e6b2180558f00223870b7830ac3cef58b6b7b89921885a24dd9a36fef5
|
3 |
+
size 4568
|
runs/Jul19_15-03-50_89a4315a1f0e/events.out.tfevents.1689779033.89a4315a1f0e.401.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b12ad6cb7658b10341661b0fcf647786ab8e0d7b45331c8a9b0498b1dec4cdb
|
3 |
+
size 4251
|
runs/Jul19_15-07-57_89a4315a1f0e/events.out.tfevents.1689779280.89a4315a1f0e.401.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc3fd0eadf4b5f365db11d510741d65aaf1f3b6b098cdfc4af598a3e36e16642
|
3 |
+
size 4714
|
runs/Jul19_15-10-17_89a4315a1f0e/events.out.tfevents.1689779420.89a4315a1f0e.401.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc1337ffaabba5d69b59eaa72786fa07c1fb328b02a60bbfe96f092d93929047
|
3 |
+
size 4881
|
special_tokens_map.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "[CLS]",
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"eos_token": "[SEP]",
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"pad_token": "[PAD]",
|
7 |
+
"sep_token": "[SEP]",
|
8 |
+
"unk_token": "[UNK]"
|
9 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "[CLS]",
|
3 |
+
"clean_up_tokenization_spaces": true,
|
4 |
+
"cls_token": "[CLS]",
|
5 |
+
"do_lower_case": false,
|
6 |
+
"eos_token": "[SEP]",
|
7 |
+
"mask_token": "[MASK]",
|
8 |
+
"model_max_length": 1000000000000000019884624838656,
|
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 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44b8b2e5b8bb611896016e0a48eee876f00e1d938f03c8ec5024306e46d7c4dd
|
3 |
+
size 3963
|