Sleoruiz commited on
Commit
87c303b
·
1 Parent(s): a7a613b

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +2 -16
  4. training_args.bin +1 -1
config.json CHANGED
@@ -144,7 +144,7 @@
144
  "num_hidden_layers": 12,
145
  "pad_token_id": 1,
146
  "position_embedding_type": "absolute",
147
- "problem_type": "multi_label_classification",
148
  "torch_dtype": "float32",
149
  "transformers_version": "4.28.1",
150
  "type_vocab_size": 1,
 
144
  "num_hidden_layers": 12,
145
  "pad_token_id": 1,
146
  "position_embedding_type": "absolute",
147
+ "problem_type": "single_label_classification",
148
  "torch_dtype": "float32",
149
  "transformers_version": "4.28.1",
150
  "type_vocab_size": 1,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8e2f8b5d1a2951c6366d91d55b0ba64f275e95ec65d834d8f596ddecb7d539e
3
  size 498831221
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b3800700e9684fc8dbc2df0c06521dcaa488b502e20e1076badbd0d97aeb995
3
  size 498831221
tokenizer.json CHANGED
@@ -1,21 +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": {
11
- "Fixed": 512
12
- },
13
- "direction": "Right",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 1,
16
- "pad_type_id": 0,
17
- "pad_token": "<pad>"
18
- },
19
  "added_tokens": [
20
  {
21
  "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:293c7271900bd454a924531dc9c68913e55861e1ed9f9df289d83ff9a6f1af03
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94fa75dc5e688a5d7f40bbe1b9d5da4214d6ffe339725d56fbfd0a283377952c
3
  size 3579