MFrazz commited on
Commit
1225be0
1 Parent(s): 48e0622

Upload 8 files

Browse files
BatchSize_32_Metrics.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ Date: 04_02, 13:07
2
+ Total Training Time: 0.04066666421499998 hours
3
+ Batch Size: 32
4
+ Eval Strategy: epoch
5
+ Early Stopping: epoch
6
+ Early Stopping Patience: 5
7
+ Best Model Metric: loss
8
+ {'eval_loss': 0.2306215912103653, 'eval_accuracy': 0.906187260448987, 'eval_f1': 0.8569042316258352, 'eval_runtime': 1.4037, 'eval_samples_per_second': 3903.263, 'eval_steps_per_second': 122.534, 'epoch': 7.0}
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0879bc59b805f61acdaf67a5b770b6f7d8518972ed3372e254f61f3cd7fdf805
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:835fe9b1082bbce1b656f6655f4973b041759318d1940984f0acf8eb667b242c
3
  size 267832560
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": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
training_args.bin CHANGED
Binary files a/training_args.bin and b/training_args.bin differ