Upload folder using huggingface_hub
Browse files- checkpoint-51552/config.json +33 -0
- checkpoint-51552/model.safetensors +3 -0
- checkpoint-51552/optimizer.pt +3 -0
- checkpoint-51552/rng_state.pth +3 -0
- checkpoint-51552/scheduler.pt +3 -0
- checkpoint-51552/trainer_state.json +0 -0
- checkpoint-51552/training_args.bin +3 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
checkpoint-51552/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-cased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "AI-generated",
|
13 |
+
"1": "Not AI-generated"
|
14 |
+
},
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"label2id": {
|
17 |
+
"AI-generated": 0,
|
18 |
+
"Not AI-generated": 1
|
19 |
+
},
|
20 |
+
"max_position_embeddings": 512,
|
21 |
+
"model_type": "distilbert",
|
22 |
+
"n_heads": 12,
|
23 |
+
"n_layers": 6,
|
24 |
+
"output_past": true,
|
25 |
+
"pad_token_id": 0,
|
26 |
+
"qa_dropout": 0.1,
|
27 |
+
"seq_classif_dropout": 0.2,
|
28 |
+
"sinusoidal_pos_embds": false,
|
29 |
+
"tie_weights_": true,
|
30 |
+
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.35.0",
|
32 |
+
"vocab_size": 28996
|
33 |
+
}
|
checkpoint-51552/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dccb3ae68159c7ff7653eb10253f6e23e6ec6d9acbad3f705e8d544cb3d6ff16
|
3 |
+
size 263144680
|
checkpoint-51552/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99688e9e96bb9308f54554b77910f370ba57f2de28aa202a478cae16f6345ffb
|
3 |
+
size 526351109
|
checkpoint-51552/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8495942f8a87c525bc6bb60582c16bfe819c554adaa7674f59bef5b0182a6e7
|
3 |
+
size 14575
|
checkpoint-51552/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d151b0d9a69173f6cecbfedb7c32a2b11234b70cde0dff7153a41b787babcaa
|
3 |
+
size 627
|
checkpoint-51552/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-51552/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e2632e2e1f68c5972b0498c35825d3854bec78a173f4c59fd249f3e996d512c
|
3 |
+
size 4091
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 263144680
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dccb3ae68159c7ff7653eb10253f6e23e6ec6d9acbad3f705e8d544cb3d6ff16
|
3 |
size 263144680
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e2632e2e1f68c5972b0498c35825d3854bec78a173f4c59fd249f3e996d512c
|
3 |
size 4091
|