meryemmm22 commited on
Commit
04ca48b
·
verified ·
1 Parent(s): d9bc6e5

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/mt5-base",
3
+ "architectures": [
4
+ "MT5ForTokenClassification"
5
+ ],
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 2048,
8
+ "d_kv": 64,
9
+ "d_model": 768,
10
+ "decoder_start_token_id": 0,
11
+ "dense_act_fn": "gelu_new",
12
+ "dropout_rate": 0.1,
13
+ "eos_token_id": 1,
14
+ "feed_forward_proj": "gated-gelu",
15
+ "id2label": {
16
+ "0": "O",
17
+ "1": "B-PER",
18
+ "2": "I-PER",
19
+ "3": "B-ORG",
20
+ "4": "I-ORG",
21
+ "5": "B-LOC",
22
+ "6": "I-LOC"
23
+ },
24
+ "initializer_factor": 1.0,
25
+ "is_encoder_decoder": true,
26
+ "is_gated_act": true,
27
+ "label2id": {
28
+ "B-LOC": 5,
29
+ "B-ORG": 3,
30
+ "B-PER": 1,
31
+ "I-LOC": 6,
32
+ "I-ORG": 4,
33
+ "I-PER": 2,
34
+ "O": 0
35
+ },
36
+ "layer_norm_epsilon": 1e-06,
37
+ "model_type": "mt5",
38
+ "num_decoder_layers": 12,
39
+ "num_heads": 12,
40
+ "num_layers": 12,
41
+ "output_past": true,
42
+ "pad_token_id": 0,
43
+ "relative_attention_max_distance": 128,
44
+ "relative_attention_num_buckets": 32,
45
+ "tie_word_embeddings": false,
46
+ "tokenizer_class": "T5Tokenizer",
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.48.3",
49
+ "use_cache": true,
50
+ "vocab_size": 250112
51
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83c2974c34efbad1b20c52cc6626e874c5040b946e0c4a70c78d5cd3f1a04ef3
3
+ size 1108197244
runs/Mar04_09-17-36_3f00a73ca85f/events.out.tfevents.1741079861.3f00a73ca85f.585.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e855f49aa184386f34d8568219f4d847975fc00b261d5d0f5ac6c9bef79f7af6
3
+ size 6207
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b91dbaecf60eb94eb10bf2b61357090964d695159c5e3814a38b1227b04c319f
3
+ size 5368