radoslavralev commited on
Commit
d6b1532
·
verified ·
1 Parent(s): 2f0306f

Training in progress, step 500

Browse files
eval/Information-Retrieval_evaluation_test_results.csv CHANGED
@@ -4,3 +4,5 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
4
  0,0,0.966870095902354,0.966870095902354,0.966870095902354,0.966870095902354,0.9836591064647642,0.9798987274369277
5
  0,0,0.966870095902354,0.966870095902354,0.966870095902354,0.966870095902354,0.9836591064647642,0.9798987274369277
6
  31.25,500,0.9659982563208369,0.9659982563208369,0.9659982563208369,0.9659982563208369,0.9834981465528583,0.9796699368805629
 
 
 
4
  0,0,0.966870095902354,0.966870095902354,0.966870095902354,0.966870095902354,0.9836591064647642,0.9798987274369277
5
  0,0,0.966870095902354,0.966870095902354,0.966870095902354,0.966870095902354,0.9836591064647642,0.9798987274369277
6
  31.25,500,0.9659982563208369,0.9659982563208369,0.9659982563208369,0.9659982563208369,0.9834981465528583,0.9796699368805629
7
+ 0,0,0.966870095902354,0.966870095902354,0.966870095902354,0.966870095902354,0.9836591064647642,0.9798987274369277
8
+ 31.25,500,0.9659982563208369,0.9659982563208369,0.9659982563208369,0.9659982563208369,0.9834981465528583,0.9796699368805629
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 64,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
tokenizer_config.json CHANGED
@@ -47,7 +47,7 @@
47
  "do_lower_case": true,
48
  "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
50
- "max_length": 128,
51
  "model_max_length": 512,
52
  "never_split": null,
53
  "pad_to_multiple_of": null,
 
47
  "do_lower_case": true,
48
  "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
50
+ "max_length": 64,
51
  "model_max_length": 512,
52
  "never_split": null,
53
  "pad_to_multiple_of": null,