Andreas Jörg commited on
Commit
0fc75db
·
1 Parent(s): 5d6877f

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-large-finetuned-conll03-german",
3
+ "_num_labels": 9,
4
+ "architectures": [
5
+ "XLMRobertaForMaskedLM"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 1024,
14
+ "id2label": {
15
+ "0": "B-LOC",
16
+ "1": "B-MISC",
17
+ "2": "B-ORG",
18
+ "3": "B-PER",
19
+ "4": "I-LOC",
20
+ "5": "I-MISC",
21
+ "6": "I-ORG",
22
+ "7": "I-PER",
23
+ "8": "O"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 4096,
27
+ "label2id": {
28
+ "B-LOC": 0,
29
+ "B-MISC": 1,
30
+ "B-ORG": 2,
31
+ "B-PER": 3,
32
+ "I-LOC": 4,
33
+ "I-MISC": 5,
34
+ "I-ORG": 6,
35
+ "I-PER": 7,
36
+ "O": 8
37
+ },
38
+ "layer_norm_eps": 1e-05,
39
+ "max_position_embeddings": 514,
40
+ "model_type": "xlm-roberta",
41
+ "num_attention_heads": 16,
42
+ "num_hidden_layers": 24,
43
+ "output_past": true,
44
+ "pad_token_id": 1,
45
+ "position_embedding_type": "absolute",
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.25.1",
48
+ "type_vocab_size": 1,
49
+ "use_cache": true,
50
+ "vocab_size": 250002
51
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5375b49b05ba48a8d6f654c294b143232c64aa1a90dd088a09a91443dffbf5f1
3
+ size 2240710265
runs/Jan01_18-43-12_527731017bab/1672598631.216604/events.out.tfevents.1672598631.527731017bab.1867.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5771a5b72f82c912ae4a2c40cedf9971344e1e6ff593c36cd5e019af9e5fea27
3
+ size 5530
runs/Jan01_18-43-12_527731017bab/events.out.tfevents.1672598631.527731017bab.1867.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a650fe3435ab98416ff9aa77c8ba9ccea46fbb55ee475ed94824420e8e20cef5
3
+ size 4187
runs/Jan01_18-45-03_527731017bab/1672598710.8290956/events.out.tfevents.1672598710.527731017bab.1867.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98c0d982b15f70cef60ea6198a177289d5ce26260db2a97a59735130459112c2
3
+ size 5530
runs/Jan01_18-45-03_527731017bab/events.out.tfevents.1672598710.527731017bab.1867.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0c2423b2bf1915fc2621c29f0db4c10f293f459f35257029b6fce69660811c6
3
+ size 5243
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72f40fe5fd4fac86096c7aa80c72a6bc067932eaee59c8558acbf8ad294ea081
3
+ size 3451