Ibrahim-Alam
commited on
Commit
•
20ea85a
1
Parent(s):
8a5df46
Training in progress, epoch 1
Browse files- .gitattributes +1 -0
- .gitignore +1 -0
- config.json +43 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/May31_17-24-54_8053ae486478/1685553901.1365833/events.out.tfevents.1685553901.8053ae486478.412.4 +3 -0
- runs/May31_17-24-54_8053ae486478/events.out.tfevents.1685553901.8053ae486478.412.3 +3 -0
- special_tokens_map.json +20 -0
- tokenizer_config.json +26 -0
- training_args.bin +3 -0
- vocab.json +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
vocab.json filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "xlm-mlm-en-2048",
|
3 |
+
"architectures": [
|
4 |
+
"XLMForSequenceClassification"
|
5 |
+
],
|
6 |
+
"asm": false,
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"bos_index": 0,
|
9 |
+
"bos_token_id": 0,
|
10 |
+
"causal": false,
|
11 |
+
"dropout": 0.1,
|
12 |
+
"emb_dim": 2048,
|
13 |
+
"embed_init_std": 0.02209708691207961,
|
14 |
+
"end_n_top": 5,
|
15 |
+
"eos_index": 1,
|
16 |
+
"gelu_activation": true,
|
17 |
+
"init_std": 0.02,
|
18 |
+
"is_encoder": true,
|
19 |
+
"lang_id": 0,
|
20 |
+
"layer_norm_eps": 1e-12,
|
21 |
+
"mask_index": 5,
|
22 |
+
"mask_token_id": 0,
|
23 |
+
"max_position_embeddings": 512,
|
24 |
+
"model_type": "xlm",
|
25 |
+
"n_heads": 16,
|
26 |
+
"n_langs": 1,
|
27 |
+
"n_layers": 12,
|
28 |
+
"pad_index": 2,
|
29 |
+
"pad_token_id": 2,
|
30 |
+
"problem_type": "single_label_classification",
|
31 |
+
"sinusoidal_embeddings": false,
|
32 |
+
"start_n_top": 5,
|
33 |
+
"summary_activation": null,
|
34 |
+
"summary_first_dropout": 0.1,
|
35 |
+
"summary_proj_to_labels": true,
|
36 |
+
"summary_type": "first",
|
37 |
+
"summary_use_proj": true,
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.28.0",
|
40 |
+
"unk_index": 3,
|
41 |
+
"use_lang_emb": true,
|
42 |
+
"vocab_size": 30145
|
43 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7afbbdaa9e2ef8a8d3b0fc8b08678ad45c908b28470fccde5fb49fd2394917b
|
3 |
+
size 2668441385
|
runs/May31_17-24-54_8053ae486478/1685553901.1365833/events.out.tfevents.1685553901.8053ae486478.412.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41874b676addc0ca343e05b16c510d64f4c0d1eab87c9a919b2edb4b95a10b0a
|
3 |
+
size 5918
|
runs/May31_17-24-54_8053ae486478/events.out.tfevents.1685553901.8053ae486478.412.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:beab83aef93a2b36ddde06a4cdb71b4100d53c2096d4637f0c32aa5caf7aed79
|
3 |
+
size 5569
|
special_tokens_map.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<special0>",
|
4 |
+
"<special1>",
|
5 |
+
"<special2>",
|
6 |
+
"<special3>",
|
7 |
+
"<special4>",
|
8 |
+
"<special5>",
|
9 |
+
"<special6>",
|
10 |
+
"<special7>",
|
11 |
+
"<special8>",
|
12 |
+
"<special9>"
|
13 |
+
],
|
14 |
+
"bos_token": "<s>",
|
15 |
+
"cls_token": "</s>",
|
16 |
+
"mask_token": "<special1>",
|
17 |
+
"pad_token": "<pad>",
|
18 |
+
"sep_token": "</s>",
|
19 |
+
"unk_token": "<unk>"
|
20 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<special0>",
|
4 |
+
"<special1>",
|
5 |
+
"<special2>",
|
6 |
+
"<special3>",
|
7 |
+
"<special4>",
|
8 |
+
"<special5>",
|
9 |
+
"<special6>",
|
10 |
+
"<special7>",
|
11 |
+
"<special8>",
|
12 |
+
"<special9>"
|
13 |
+
],
|
14 |
+
"bos_token": "<s>",
|
15 |
+
"clean_up_tokenization_spaces": true,
|
16 |
+
"cls_token": "</s>",
|
17 |
+
"do_lowercase_and_remove_accent": true,
|
18 |
+
"id2lang": null,
|
19 |
+
"lang2id": null,
|
20 |
+
"mask_token": "<special1>",
|
21 |
+
"model_max_length": 512,
|
22 |
+
"pad_token": "<pad>",
|
23 |
+
"sep_token": "</s>",
|
24 |
+
"tokenizer_class": "XLMTokenizer",
|
25 |
+
"unk_token": "<unk>"
|
26 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67104d4ea2654e74b7c5204c231ac6ec0565533d748b8165a3cb31d6b8283453
|
3 |
+
size 3707
|
vocab.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9eb700423b2604e555abf45cf9912bc16015c7f3f9d9d25fcff95c19cd9e15cf
|
3 |
+
size 646176
|