vonewman commited on
Commit
2e2a75c
1 Parent(s): 6c3e3ea

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +5 -5
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +2 -2
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "../input/my-model/xlm_roberta_base_pretrained_wolof_model_pytorch",
3
  "architectures": [
4
  "XLMRobertaForTokenClassification"
5
  ],
@@ -9,7 +9,7 @@
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-LOC",
@@ -22,7 +22,7 @@
22
  "8": "I-LOC"
23
  },
24
  "initializer_range": 0.02,
25
- "intermediate_size": 3072,
26
  "label2id": {
27
  "B-DATE": 6,
28
  "B-LOC": 1,
@@ -37,8 +37,8 @@
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",
 
1
  {
2
+ "_name_or_path": "xlm_roberta_large_wolof_pretrained_model_pytorch",
3
  "architectures": [
4
  "XLMRobertaForTokenClassification"
5
  ],
 
9
  "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
  "id2label": {
14
  "0": "O",
15
  "1": "B-LOC",
 
22
  "8": "I-LOC"
23
  },
24
  "initializer_range": 0.02,
25
+ "intermediate_size": 4096,
26
  "label2id": {
27
  "B-DATE": 6,
28
  "B-LOC": 1,
 
37
  "layer_norm_eps": 1e-05,
38
  "max_position_embeddings": 514,
39
  "model_type": "xlm-roberta",
40
+ "num_attention_heads": 16,
41
+ "num_hidden_layers": 24,
42
  "output_past": true,
43
  "pad_token_id": 1,
44
  "position_embedding_type": "absolute",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc5da34755a3927db1c804c4ac6ec68cfc4c1ee351f28ab3cfd55640fb80eda5
3
- size 1109908201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b17c58f4cbd8870d47d5a228ffa2e9660b4c7e301646445e661a20c25b74b499
3
+ size 2235535145
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43cb66d6df6c86021c2ad630f0214930b280cdc6bfb33fe05a555bd4d180fa71
3
- size 17082925
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2c509a525eb51aebb33fb59c24ee923c1d4c1db23c3ae81fe05ccf354084f7b
3
+ size 17082758
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95611591d4c53aef85b03271ca9b472cc61f9ac292089113fa2b403fccbb3010
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2438b2561612d82b80dde2f705af0567bf0697cdcc288270593af9a7e966db1
3
  size 4027