MohamedAhmedAE commited on
Commit
5cf8c19
1 Parent(s): 2f8a643

Upload tokenizer

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. tokenizer.json +1 -1
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
  license: apache-2.0
3
- base_model: bert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
 
8
  model-index:
9
  - name: bert_mcq
10
  results: []
 
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
  metrics:
6
  - accuracy
7
+ base_model: bert-base-uncased
8
  model-index:
9
  - name: bert_mcq
10
  results: []
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 64,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },