iiShreya commited on
Commit
75ba0f5
1 Parent(s): de01a70

Training in progress, step 10000

Browse files
config.json CHANGED
@@ -1,15 +1,13 @@
1
  {
2
- "_name_or_path": "xlm-roberta-base",
 
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
- "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
- "hidden_size": 768,
13
  "id2label": {
14
  "0": "O",
15
  "1": "B-PER",
@@ -22,7 +20,6 @@
22
  "8": "I-MISC"
23
  },
24
  "initializer_range": 0.02,
25
- "intermediate_size": 3072,
26
  "label2id": {
27
  "B-LOC": 5,
28
  "B-MISC": 7,
@@ -34,17 +31,17 @@
34
  "I-PER": 2,
35
  "O": 0
36
  },
37
- "layer_norm_eps": 1e-05,
38
- "max_position_embeddings": 514,
39
- "model_type": "xlm-roberta",
40
- "num_attention_heads": 12,
41
- "num_hidden_layers": 12,
42
  "output_past": true,
43
- "pad_token_id": 1,
44
- "position_embedding_type": "absolute",
 
 
 
45
  "torch_dtype": "float32",
46
  "transformers_version": "4.18.0",
47
- "type_vocab_size": 1,
48
- "use_cache": true,
49
- "vocab_size": 250002
50
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
3
+ "activation": "gelu",
4
  "architectures": [
5
+ "DistilBertForTokenClassification"
6
  ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
 
 
 
11
  "id2label": {
12
  "0": "O",
13
  "1": "B-PER",
 
20
  "8": "I-MISC"
21
  },
22
  "initializer_range": 0.02,
 
23
  "label2id": {
24
  "B-LOC": 5,
25
  "B-MISC": 7,
 
31
  "I-PER": 2,
32
  "O": 0
33
  },
34
+ "max_position_embeddings": 512,
35
+ "model_type": "distilbert",
36
+ "n_heads": 12,
37
+ "n_layers": 6,
 
38
  "output_past": true,
39
+ "pad_token_id": 0,
40
+ "qa_dropout": 0.1,
41
+ "seq_classif_dropout": 0.2,
42
+ "sinusoidal_pos_embds": false,
43
+ "tie_weights_": true,
44
  "torch_dtype": "float32",
45
  "transformers_version": "4.18.0",
46
+ "vocab_size": 119547
 
 
47
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3415408c8d9e6981ef5affbf6933a97dca8ab6d4ced017f7f887a335f52091dc
3
- size 1109910961
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f3304db88e2bf718b2902b17662bdc4fa1d752a33a0858bd306d1c204559720
3
+ size 538997621
runs/Apr11_15-35-13_28d6c324a863/events.out.tfevents.1649691563.28d6c324a863.71.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b17aca851283e59357429f8df09d4e044631481600185d24e31654def1e33645
3
- size 7362
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a44f7fc73ed379a86219938b962bc798bf4bca0dc1cb388758449209881ed627
3
+ size 8187
runs/Apr11_15-35-13_28d6c324a863/events.out.tfevents.1649696458.28d6c324a863.71.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98957104ecde07f5cc68f505266cec815c324d05891f19cb481906d7f1b36a59
3
+ size 512
runs/Apr11_17-28-37_28d6c324a863/1649698251.5724418/events.out.tfevents.1649698251.28d6c324a863.71.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50c1c3222194dbe4f6b25d782bbd5d502297456b6257a7512df684134ca52e7b
3
+ size 4870
runs/Apr11_17-28-37_28d6c324a863/events.out.tfevents.1649698251.28d6c324a863.71.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fce7e5fe5eccc2084590408e4395f042442f7f57c0cca8e4a0207abef7db01df
3
+ size 7242
special_tokens_map.json CHANGED
@@ -1 +1 @@
1
- {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2c509a525eb51aebb33fb59c24ee923c1d4c1db23c3ae81fe05ccf354084f7b
3
- size 17082758
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d76a4d25ebe8f217654f1039bd991bfc96e7c2cd36e6d28aff941783ed1e9c8
3
+ size 2919460
tokenizer_config.json CHANGED
@@ -1 +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"}, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "xlm-roberta-base", "tokenizer_class": "XLMRobertaTokenizer"}
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-multilingual-cased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:243e049b8ea7367eaa819cd5094aa8cdcf7f98e227a478166514886f2ad97c57
3
  size 3055
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc6527dce732338800a5aba65d776a1e2b082902d2a82fb3d97485dbd77129ba
3
  size 3055
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff