Upload folder using huggingface_hub
Browse files- checkpoint-21872/config.json +33 -0
- checkpoint-21872/model.safetensors +3 -0
- checkpoint-21872/optimizer.pt +3 -0
- checkpoint-21872/rng_state.pth +3 -0
- checkpoint-21872/scheduler.pt +3 -0
- checkpoint-21872/trainer_state.json +0 -0
- checkpoint-21872/training_args.bin +3 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
checkpoint-21872/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-21872/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:812606be2373b06852c5c486ed7bba8f0d9bac4e44d6f538211d0cbcf3da8ba0
|
3 |
+
size 263144680
|
checkpoint-21872/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:633e8e8f033db8c9c28d4523d0b401ca4fc554f0b71ac66930ed4cd2b8306f19
|
3 |
+
size 526351109
|
checkpoint-21872/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4714b66ef0faac553839d052fe735cbcdc692be231e06ee85dfe6d451fcfb16e
|
3 |
+
size 14575
|
checkpoint-21872/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e63b9a0081a80d3a09ed49ba009a7aa7fad5bcbe44f321281d75030814356b4d
|
3 |
+
size 627
|
checkpoint-21872/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-21872/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92f3f7bf9649568f1f7ce1ca81c72cbfd5b1e66d023baef68a9f9e2e96072b20
|
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:812606be2373b06852c5c486ed7bba8f0d9bac4e44d6f538211d0cbcf3da8ba0
|
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:92f3f7bf9649568f1f7ce1ca81c72cbfd5b1e66d023baef68a9f9e2e96072b20
|
3 |
size 4091
|