Theoreticallyhugo
commited on
Commit
•
d2113ac
1
Parent(s):
09c2949
Training in progress, epoch 1
Browse files- .gitattributes +1 -0
- config.json +50 -0
- meta_data/meta_s42_e5_cvi0.json +1 -0
- model.safetensors +3 -0
- special_tokens_map.json +30 -0
- tokenizer.json +3 -0
- tokenizer_config.json +45 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bigscience/bloom-560m",
|
3 |
+
"apply_residual_connection_post_layernorm": false,
|
4 |
+
"architectures": [
|
5 |
+
"BloomForTokenClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"attention_softmax_in_fp32": true,
|
9 |
+
"bias_dropout_fusion": true,
|
10 |
+
"bos_token_id": 1,
|
11 |
+
"eos_token_id": 2,
|
12 |
+
"hidden_dropout": 0.0,
|
13 |
+
"hidden_size": 1024,
|
14 |
+
"id2label": {
|
15 |
+
"0": "O",
|
16 |
+
"1": "B-MajorClaim",
|
17 |
+
"2": "I-MajorClaim",
|
18 |
+
"3": "B-Claim",
|
19 |
+
"4": "I-Claim",
|
20 |
+
"5": "B-Premise",
|
21 |
+
"6": "I-Premise"
|
22 |
+
},
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"label2id": {
|
25 |
+
"B-Claim": 3,
|
26 |
+
"B-MajorClaim": 1,
|
27 |
+
"B-Premise": 5,
|
28 |
+
"I-Claim": 4,
|
29 |
+
"I-MajorClaim": 2,
|
30 |
+
"I-Premise": 6,
|
31 |
+
"O": 0
|
32 |
+
},
|
33 |
+
"layer_norm_epsilon": 1e-05,
|
34 |
+
"masked_softmax_fusion": true,
|
35 |
+
"model_type": "bloom",
|
36 |
+
"n_head": 16,
|
37 |
+
"n_inner": null,
|
38 |
+
"n_layer": 24,
|
39 |
+
"offset_alibi": 100,
|
40 |
+
"pad_token_id": 3,
|
41 |
+
"pretraining_tp": 1,
|
42 |
+
"skip_bias_add": true,
|
43 |
+
"skip_bias_add_qkv": false,
|
44 |
+
"slow_but_exact": false,
|
45 |
+
"torch_dtype": "float32",
|
46 |
+
"transformers_version": "4.37.2",
|
47 |
+
"unk_token_id": 0,
|
48 |
+
"use_cache": true,
|
49 |
+
"vocab_size": 250880
|
50 |
+
}
|
meta_data/meta_s42_e5_cvi0.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"B-Claim": {"precision": 0.4620938628158845, "recall": 0.4507042253521127, "f1-score": 0.45632798573975053, "support": 284.0}, "B-MajorClaim": {"precision": 0.7, "recall": 0.5957446808510638, "f1-score": 0.6436781609195402, "support": 141.0}, "B-Premise": {"precision": 0.6952247191011236, "recall": 0.6991525423728814, "f1-score": 0.6971830985915493, "support": 708.0}, "I-Claim": {"precision": 0.5342320909331219, "recall": 0.48441994247363374, "f1-score": 0.5081081081081082, "support": 4172.0}, "I-MajorClaim": {"precision": 0.7541263517359135, "recall": 0.6379393355801637, "f1-score": 0.6911841418883673, "support": 2077.0}, "I-Premise": {"precision": 0.8258639910813824, "recall": 0.8874690519926524, "f1-score": 0.8555589775177087, "support": 12521.0}, "O": {"precision": 0.886796294411076, "recall": 0.8690143655227454, "f1-score": 0.8778152869451302, "support": 10024.0}, "accuracy": 0.7978079994653657, "macro avg": {"precision": 0.6940481871540717, "recall": 0.660634877735036, "f1-score": 0.6756936799585934, "support": 29927.0}, "weighted avg": {"precision": 0.7935035105957297, "recall": 0.7978079994653657, "f1-score": 0.7946353555655076, "support": 29927.0}}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0465492519f07d335890fa011362bb5d28152afd1e73e74c87bd553830cb9e4a
|
3 |
+
size 2236921156
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<pad>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:115741e229e6690e083cfff9e352463f54ec7541c2fc3c2a0d42fa6e5631668e
|
3 |
+
size 14500470
|
tokenizer_config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": true,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<unk>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<s>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "</s>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<pad>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
}
|
36 |
+
},
|
37 |
+
"bos_token": "<s>",
|
38 |
+
"clean_up_tokenization_spaces": false,
|
39 |
+
"eos_token": "</s>",
|
40 |
+
"model_max_length": 1000000000000000019884624838656,
|
41 |
+
"pad_token": "<pad>",
|
42 |
+
"padding_side": "left",
|
43 |
+
"tokenizer_class": "BloomTokenizer",
|
44 |
+
"unk_token": "<unk>"
|
45 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b2da0857bc7479d04191b9c566cdf67414cfe146549c31286587d475f6b25e3
|
3 |
+
size 4664
|