adbaral commited on
Commit
3ae263c
·
verified ·
1 Parent(s): a2fcf5c

Training in progress, step 20000

Browse files
config.json CHANGED
@@ -4,7 +4,7 @@
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
- "bos_token_id": 50281,
8
  "classifier_activation": "gelu",
9
  "classifier_bias": false,
10
  "classifier_dropout": 0.0,
@@ -14,7 +14,7 @@
14
  "deterministic_flash_attn": false,
15
  "dtype": "bfloat16",
16
  "embedding_dropout": 0.0,
17
- "eos_token_id": 50282,
18
  "global_attn_every_n_layers": 3,
19
  "global_rope_theta": 160000.0,
20
  "gradient_checkpointing": false,
 
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
+ "bos_token_id": null,
8
  "classifier_activation": "gelu",
9
  "classifier_bias": false,
10
  "classifier_dropout": 0.0,
 
14
  "deterministic_flash_attn": false,
15
  "dtype": "bfloat16",
16
  "embedding_dropout": 0.0,
17
+ "eos_token_id": null,
18
  "global_attn_every_n_layers": 3,
19
  "global_rope_theta": 160000.0,
20
  "gradient_checkpointing": false,
eval/CrossEncoderClassificationEvaluator_test_cls_results.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ epoch,steps,Accuracy,Accuracy_Threshold,F1,F1_Threshold,Precision,Recall,Average_Precision
2
+ 0,0,0.748589510536592,0.9296875,0.745679865049743,0.91015625,0.6673164701407379,0.8448966077717244,0.7232855607681256
3
+ 0,0,0.748589510536592,0.9296875,0.745679865049743,0.91015625,0.6673164701407379,0.8448966077717244,0.7232855607681256
4
+ 0,0,0.748589510536592,0.9296875,0.745679865049743,0.91015625,0.6673164701407379,0.8448966077717244,0.7232855607681256
5
+ 0,0,0.748589510536592,0.9296875,0.745679865049743,0.91015625,0.6673164701407379,0.8448966077717244,0.7232855607681256
6
+ 0.09596330363269086,20000,0.6851814448259611,0.14453125,0.6952018909764359,0.10253906,0.5840003275265604,0.8587123378382446,0.6796367799419007
7
+ 0.09596330363269086,20000,0.6820844273884064,0.14453125,0.6940909842064261,0.09423828,0.5709486357898825,0.8849592150016555,0.6824569452858757
8
+ 0.09596330363269086,20000,0.6813169056756211,0.14257812,0.693753308628904,0.095214844,0.5778566131521455,0.8678024260301598,0.6677190689780342
9
+ 0.09596330363269086,20000,0.6854507506900963,0.15039062,0.6967098417710165,0.09814453,0.5780313554276643,0.8767119164434277,0.6867667247764809
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c685fcfde896ad977854883c3655abae0d0eeee4b54358622ca5d33c6f11d003
3
  size 299225554
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f57cefc2f8c34f6140f06a8cb2b2f335bc3590cd162be5b0dc5d32cfc35d779
3
  size 299225554
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 8192,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 50283,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b5767dc5e9df46a1618701723827b1233f70830dcbb114907268db46084c22f
3
+ size 6353