yigagilbert commited on
Commit
3062cf9
·
verified ·
1 Parent(s): bc57f4b

Upload tokenizer

Browse files
Files changed (2) hide show
  1. README.md +10 -10
  2. tokenizer.json +2 -2
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  license: apache-2.0
3
- base_model: google/t5-efficient-tiny
4
  tags:
5
  - generated_from_trainer
 
6
  datasets:
7
  - generator
8
  metrics:
@@ -14,8 +14,8 @@ model-index:
14
  - name: salt_language_Classification
15
  results:
16
  - task:
17
- name: Text Classification
18
  type: text-classification
 
19
  dataset:
20
  name: generator
21
  type: generator
@@ -23,18 +23,18 @@ model-index:
23
  split: train
24
  args: default
25
  metrics:
26
- - name: Accuracy
27
- type: accuracy
28
  value: 0.9781586021505376
29
- - name: Precision
30
- type: precision
31
  value: 0.9786579334649282
32
- - name: Recall
33
- type: recall
34
  value: 0.9781586021505376
35
- - name: F1
36
- type: f1
37
  value: 0.97818824673623
 
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
+ base_model: google/t5-efficient-tiny
6
  datasets:
7
  - generator
8
  metrics:
 
14
  - name: salt_language_Classification
15
  results:
16
  - task:
 
17
  type: text-classification
18
+ name: Text Classification
19
  dataset:
20
  name: generator
21
  type: generator
 
23
  split: train
24
  args: default
25
  metrics:
26
+ - type: accuracy
 
27
  value: 0.9781586021505376
28
+ name: Accuracy
29
+ - type: precision
30
  value: 0.9786579334649282
31
+ name: Precision
32
+ - type: recall
33
  value: 0.9781586021505376
34
+ name: Recall
35
+ - type: f1
36
  value: 0.97818824673623
37
+ name: F1
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 5,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 5
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 40,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 40
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,