vkhangpham commited on
Commit
b13175c
1 Parent(s): 6cdfdb4

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cahya/xlm-roberta-base-indonesian-NER",
3
+ "architectures": [
4
+ "XLMRobertaForTokenClassification"
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
+ "id2label": {
15
+ "0": "O",
16
+ "1": "B-POI",
17
+ "2": "I-POI",
18
+ "3": "B-STR",
19
+ "4": "I-STR"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "B-POI": 1,
25
+ "B-STR": 3,
26
+ "I-POI": 2,
27
+ "I-STR": 4,
28
+ "O": 0
29
+ },
30
+ "layer_norm_eps": 1e-05,
31
+ "max_position_embeddings": 514,
32
+ "model_type": "xlm-roberta",
33
+ "num_attention_heads": 12,
34
+ "num_hidden_layers": 12,
35
+ "output_past": true,
36
+ "pad_token_id": 1,
37
+ "position_embedding_type": "absolute",
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.15.0",
40
+ "type_vocab_size": 1,
41
+ "use_cache": true,
42
+ "vocab_size": 250002
43
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a90cf26d101f040ed784ee7907275c0608b0a809d05781df7a6e24a5b4f4651
3
+ size 1109912305
runs/Jan27_16-38-41_35cc52e96855/1643301725.3282409/events.out.tfevents.1643301725.35cc52e96855.83.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1afa2d14ec323f59495ed693da305a96c9d5557e8efa411ce7cd05c8a0f61308
3
+ size 4707
runs/Jan27_16-38-41_35cc52e96855/1643301799.152401/events.out.tfevents.1643301799.35cc52e96855.83.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:093561abbc365766f7d99978d6cdddee71663c424b4ac81c2109414342a15015
3
+ size 4707
runs/Jan27_16-38-41_35cc52e96855/events.out.tfevents.1643301725.35cc52e96855.83.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60c5ff32eae09feac6cb7a00ee11a2bae1bda1c048ed078ed0d78246da40d590
3
+ size 3717
runs/Jan27_16-38-41_35cc52e96855/events.out.tfevents.1643301799.35cc52e96855.83.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:617167052d1f2200a442d9d73dc29a574a6f4ba4d574d274ca70f87993d2dbcf
3
+ size 3560
runs/Jan27_16-43-54_35cc52e96855/1643301842.8449955/events.out.tfevents.1643301842.35cc52e96855.83.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:999b3d0d509561af7b41baf18bfd95853e97c066e9f07fbcbdcbe7b81050ce43
3
+ size 4707
runs/Jan27_16-43-54_35cc52e96855/events.out.tfevents.1643301842.35cc52e96855.83.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e97e8c4e081fa78dd7c5a385cf56ba52a5c7d4d595bf7715cdc0f66f5d905c
3
+ size 14665
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": "<mask>"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "do_lower_case": false, "model_max_length": 512, "special_tokens_map_file": "/root/.cache/huggingface/transformers/a4bb636aa6a2ba359dc3b9e1ea7a6e8a3789f2e3c346052f19a6a14d3e8c4739.0dc5b1041f62041ebbd23b1297f2f573769d5c97d8b7c28180ec86b8f6185aa8", "name_or_path": "cahya/xlm-roberta-base-indonesian-NER", "sp_model_kwargs": {}, "tokenizer_class": "XLMRobertaTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85f7e35a36dfc11463a31515c4f7283e3c92698cc7bb1230aeae5073fadd1251
3
+ size 2927