Upload 11 files
Browse filesadded version5 with some minor tweaks on the dataset
- config.json +3 -3
- full 160k.txt +0 -0
- model.safetensors +1 -1
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- tokenizer.json +2 -2
- trainer_state.json +0 -0
- training_args.bin +3 -0
config.json
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
-
"attention_dropout": 0.
|
8 |
"dim": 768,
|
9 |
-
"dropout": 0.
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
"0": "LABEL_0",
|
@@ -31,6 +31,6 @@
|
|
31 |
"sinusoidal_pos_embds": false,
|
32 |
"tie_weights_": true,
|
33 |
"torch_dtype": "float32",
|
34 |
-
"transformers_version": "4.
|
35 |
"vocab_size": 119547
|
36 |
}
|
|
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
+
"attention_dropout": 0.2,
|
8 |
"dim": 768,
|
9 |
+
"dropout": 0.2,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
"0": "LABEL_0",
|
|
|
31 |
"sinusoidal_pos_embds": false,
|
32 |
"tie_weights_": true,
|
33 |
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.48.3",
|
35 |
"vocab_size": 119547
|
36 |
}
|
full 160k.txt
ADDED
File without changes
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 541320452
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06f81ed462f32e1fde344322cacd35a3d11b441e819ef2f31ce886a2aa2f9b7a
|
3 |
size 541320452
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e7f207c7fa54060b8ec984b73ff4c6e3af99d0325816477743b1348bb459be9
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59a419b43e9a5a520dc2dff1a99877116f2eafd80abe4c63664bd510b7426961
|
3 |
+
size 1064
|
tokenizer.json
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
-
"Fixed":
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 128,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
+
"Fixed": 128
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0457d3ce46c1e7414711f3f88876161be53c051a164c3e80f5dcf728197311c4
|
3 |
+
size 5368
|