Training in progress, step 500
Browse files- config.json +3 -2
- model.safetensors +1 -1
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation": "gelu",
|
| 3 |
"architectures": [
|
| 4 |
"DistilBertForSequenceClassification"
|
|
@@ -6,7 +7,6 @@
|
|
| 6 |
"attention_dropout": 0.1,
|
| 7 |
"dim": 768,
|
| 8 |
"dropout": 0.1,
|
| 9 |
-
"dtype": "float32",
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
"0": "General Computation",
|
|
@@ -31,6 +31,7 @@
|
|
| 31 |
"seq_classif_dropout": 0.2,
|
| 32 |
"sinusoidal_pos_embds": false,
|
| 33 |
"tie_weights_": true,
|
| 34 |
-
"
|
|
|
|
| 35 |
"vocab_size": 30522
|
| 36 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "distilbert-base-uncased",
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForSequenceClassification"
|
|
|
|
| 7 |
"attention_dropout": 0.1,
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
|
|
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
"0": "General Computation",
|
|
|
|
| 31 |
"seq_classif_dropout": 0.2,
|
| 32 |
"sinusoidal_pos_embds": false,
|
| 33 |
"tie_weights_": true,
|
| 34 |
+
"torch_dtype": "float32",
|
| 35 |
+
"transformers_version": "4.47.0",
|
| 36 |
"vocab_size": 30522
|
| 37 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267838720
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a638f896523a2d51939eaca135915059cdd0c89098290848c12ae2e3739bc797
|
| 3 |
size 267838720
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:530b40bf34a60d026c81ef3a7612496150f4a3a3b2aead946e4af30ef0007d9b
|
| 3 |
+
size 5368
|