abornntec commited on
Commit
db73cc7
·
1 Parent(s): d082771

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +1 -1
  3. pytorch_model.bin +3 -0
  4. tokenizer_config.json +0 -42
  5. training_args.bin +2 -2
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json CHANGED
@@ -31,6 +31,6 @@
31
  "sinusoidal_pos_embds": false,
32
  "tie_weights_": true,
33
  "torch_dtype": "float32",
34
- "transformers_version": "4.41.2",
35
  "vocab_size": 119547
36
  }
 
31
  "sinusoidal_pos_embds": false,
32
  "tie_weights_": true,
33
  "torch_dtype": "float32",
34
+ "transformers_version": "4.31.0",
35
  "vocab_size": 119547
36
  }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2da5d7c865a401d9ceb98bb4f0f5a0d3036cfc7f9bbbc9231e63a656a4730aff
3
+ size 541341997
tokenizer_config.json CHANGED
@@ -1,46 +1,4 @@
1
  {
2
- "added_tokens_decoder": {
3
- "0": {
4
- "content": "[PAD]",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false,
9
- "special": true
10
- },
11
- "100": {
12
- "content": "[UNK]",
13
- "lstrip": false,
14
- "normalized": false,
15
- "rstrip": false,
16
- "single_word": false,
17
- "special": true
18
- },
19
- "101": {
20
- "content": "[CLS]",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false,
25
- "special": true
26
- },
27
- "102": {
28
- "content": "[SEP]",
29
- "lstrip": false,
30
- "normalized": false,
31
- "rstrip": false,
32
- "single_word": false,
33
- "special": true
34
- },
35
- "103": {
36
- "content": "[MASK]",
37
- "lstrip": false,
38
- "normalized": false,
39
- "rstrip": false,
40
- "single_word": false,
41
- "special": true
42
- }
43
- },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_basic_tokenize": true,
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_basic_tokenize": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88688ad5cd92b149153490695a6f48e80b7ee18c5f8bcdc4645f09ebc7638b0d
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:417d4c1f42c4cd73830ee89f6bb074d83deefedd22320617b545f9b629a97f92
3
+ size 4027