Atheer174 commited on
Commit
8a7f867
1 Parent(s): 91b6c14

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
 
1
  {
2
+ "_name_or_path": "Atheer174/my_awesome_wnut_model3",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd0e858daec4ae94eba98d8f30b38cb43975a47ff4a5c4ad64dab280c82bf8a7
3
  size 265529381
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e146245cab2389b5958b8abe7c66c3a469d6f7fd6897dec49d95274e24a1fa20
3
  size 265529381
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": 0,
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,
tokenizer_config.json CHANGED
@@ -3,11 +3,18 @@
3
  "cls_token": "[CLS]",
4
  "do_lower_case": false,
5
  "mask_token": "[MASK]",
 
6
  "model_max_length": 512,
 
7
  "pad_token": "[PAD]",
 
 
8
  "sep_token": "[SEP]",
 
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
  "tokenizer_class": "DistilBertTokenizer",
 
 
12
  "unk_token": "[UNK]"
13
  }
 
3
  "cls_token": "[CLS]",
4
  "do_lower_case": false,
5
  "mask_token": "[MASK]",
6
+ "max_length": 512,
7
  "model_max_length": 512,
8
+ "pad_to_multiple_of": null,
9
  "pad_token": "[PAD]",
10
+ "pad_token_type_id": 0,
11
+ "padding_side": "right",
12
  "sep_token": "[SEP]",
13
+ "stride": 0,
14
  "strip_accents": null,
15
  "tokenize_chinese_chars": true,
16
  "tokenizer_class": "DistilBertTokenizer",
17
+ "truncation_side": "right",
18
+ "truncation_strategy": "longest_first",
19
  "unk_token": "[UNK]"
20
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac3213f5ff3f863c67e53e1f40d83bd1d0dfb744e392f382eda92d9f16ed8da9
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df4df511f752c94b1658ebebfa070c0c280a7f1437237926f46e7b82f1b659fd
3
  size 4027