tanoManzo commited on
Commit
d57d55b
·
verified ·
1 Parent(s): 84c14a8

Training in progress, step 500

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. tokenizer.json +2 -14
  4. training_args.bin +2 -2
config.json CHANGED
@@ -27,7 +27,7 @@
27
  "position_embedding_type": "absolute",
28
  "problem_type": "single_label_classification",
29
  "torch_dtype": "float32",
30
- "transformers_version": "4.42.0.dev0",
31
  "type_vocab_size": 2,
32
  "use_cache": true,
33
  "vocab_size": 4096
 
27
  "position_embedding_type": "absolute",
28
  "problem_type": "single_label_classification",
29
  "torch_dtype": "float32",
30
+ "transformers_version": "4.42.3",
31
  "type_vocab_size": 2,
32
  "use_cache": true,
33
  "vocab_size": 4096
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8b033a69bee16fa01307c255fa27a93f834dd0027a645e42dee66b5c3c1e8b7
3
  size 356777880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae6bd49e6999145674aa90c6c42efcd41b175c83ad68a936b2fa0d42f912f655
3
  size 356777880
tokenizer.json CHANGED
@@ -1,19 +1,7 @@
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": 3,
14
- "pad_type_id": 0,
15
- "pad_token": "[PAD]"
16
- },
17
  "added_tokens": [
18
  {
19
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f02d3595d0fad539e15b622d04ab2769a309c13501ecacfefd3323e1cd59a417
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6367e1b064d38e72e173123a6e803d1de72952741e6d5febe7b0680eb128c6c6
3
+ size 5176