chughtaihamad commited on
Commit
a4f32ce
·
verified ·
1 Parent(s): 5d27bcc

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -10,15 +10,7 @@
10
  "dtype": "float32",
11
  "eos_token_id": null,
12
  "hidden_dim": 3072,
13
- "id2label": {
14
- "0": "NEGATIVE",
15
- "1": "POSITIVE"
16
- },
17
  "initializer_range": 0.02,
18
- "label2id": {
19
- "NEGATIVE": 0,
20
- "POSITIVE": 1
21
- },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
24
  "n_heads": 12,
 
10
  "dtype": "float32",
11
  "eos_token_id": null,
12
  "hidden_dim": 3072,
 
 
 
 
13
  "initializer_range": 0.02,
 
 
 
 
14
  "max_position_embeddings": 512,
15
  "model_type": "distilbert",
16
  "n_heads": 12,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1a58cfc473c9d7875122924ef916c496005532526e71ab770d19506a3c9e05c
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a778c0a0a56229f0cc6525c5f2a6719148756a48c0aa093c8e043899f33cd570
3
  size 267832560
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -4,11 +4,15 @@
4
  "do_lower_case": true,
5
  "is_local": false,
6
  "mask_token": "[MASK]",
 
7
  "model_max_length": 512,
8
  "pad_token": "[PAD]",
9
  "sep_token": "[SEP]",
 
10
  "strip_accents": null,
11
  "tokenize_chinese_chars": true,
12
- "tokenizer_class": "BertTokenizer",
 
 
13
  "unk_token": "[UNK]"
14
  }
 
4
  "do_lower_case": true,
5
  "is_local": false,
6
  "mask_token": "[MASK]",
7
+ "max_length": 512,
8
  "model_max_length": 512,
9
  "pad_token": "[PAD]",
10
  "sep_token": "[SEP]",
11
+ "stride": 0,
12
  "strip_accents": null,
13
  "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "TokenizersBackend",
15
+ "truncation_side": "right",
16
+ "truncation_strategy": "longest_first",
17
  "unk_token": "[UNK]"
18
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d2327c678817a3cf3a2e5a46495d9e6debee0238bfe6a5cb30e2ca09ee180b7
3
  size 5201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9e71be1d075e39afd4ed6edf83765e83244d60981ac22e2f2b3d789b40fedf0
3
  size 5201