irenema commited on
Commit
d167260
1 Parent(s): 449a73d

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. tokenizer.json +16 -2
  4. training_args.bin +1 -1
config.json CHANGED
@@ -35,7 +35,7 @@
35
  "position_embedding_type": "absolute",
36
  "problem_type": "single_label_classification",
37
  "torch_dtype": "float32",
38
- "transformers_version": "4.37.0.dev0",
39
  "type_vocab_size": 2,
40
  "use_cache": true,
41
  "vocab_size": 31002
 
35
  "position_embedding_type": "absolute",
36
  "problem_type": "single_label_classification",
37
  "torch_dtype": "float32",
38
+ "transformers_version": "4.38.0.dev0",
39
  "type_vocab_size": 2,
40
  "use_cache": true,
41
  "vocab_size": 31002
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:460a07440eff5ca72f6333d991ea95bbe5d82769c1f5428ebeb870f6f27944bf
3
  size 439442436
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13ca0a548b0f15028e6ee4840c24f55df563304615721c41cd5deb0d2f476160
3
  size 439442436
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43cbb4d017295464a663973d4d0b1b1e12b1fc3aef90ce1d7d341c727c1a8a46
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cbcc5a5e58ab69564db6b8bb88dcbc31089cf65849e1b3ce1c5c16862915029
3
  size 4219