End of training
Browse files- README.md +6 -6
- config.json +8 -6
- model.safetensors +2 -2
- runs/Jan08_19-17-24_087efcd22ea1/events.out.tfevents.1704741454.087efcd22ea1.915.5 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
- Accuracy: 0.7429
|
22 |
|
23 |
## Model description
|
@@ -49,11 +49,11 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| 1.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8375
|
21 |
- Accuracy: 0.7429
|
22 |
|
23 |
## Model description
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 1.385 | 1.0 | 40 | 1.0915 | 0.7429 |
|
53 |
+
| 0.7477 | 2.0 | 80 | 0.9363 | 0.7429 |
|
54 |
+
| 0.585 | 3.0 | 120 | 0.8967 | 0.7429 |
|
55 |
+
| 0.4991 | 4.0 | 160 | 0.8399 | 0.7429 |
|
56 |
+
| 0.467 | 5.0 | 200 | 0.8375 | 0.7429 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
config.json
CHANGED
@@ -13,19 +13,21 @@
|
|
13 |
"1": "Police Departments",
|
14 |
"2": "Private Foundations",
|
15 |
"3": "Corporate Foundations",
|
16 |
-
"4": "
|
17 |
-
"5": "Other
|
18 |
-
"6": "
|
|
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"label2id": {
|
22 |
"Corporate Foundations": 3,
|
23 |
-
"Other Foundations":
|
24 |
-
"Other Government":
|
25 |
"Police Departments": 1,
|
26 |
"Police Nonprofits": 0,
|
27 |
"Private Foundations": 2,
|
28 |
-
"
|
|
|
29 |
},
|
30 |
"max_position_embeddings": 512,
|
31 |
"model_type": "distilbert",
|
|
|
13 |
"1": "Police Departments",
|
14 |
"2": "Private Foundations",
|
15 |
"3": "Corporate Foundations",
|
16 |
+
"4": "SCI Foundations",
|
17 |
+
"5": "Other Foundations",
|
18 |
+
"6": "Other Government",
|
19 |
+
"7": "Unknown"
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"label2id": {
|
23 |
"Corporate Foundations": 3,
|
24 |
+
"Other Foundations": 5,
|
25 |
+
"Other Government": 6,
|
26 |
"Police Departments": 1,
|
27 |
"Police Nonprofits": 0,
|
28 |
"Private Foundations": 2,
|
29 |
+
"SCI Foundations": 4,
|
30 |
+
"Unknown": 7
|
31 |
},
|
32 |
"max_position_embeddings": 512,
|
33 |
"model_type": "distilbert",
|
model.safetensors
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:19eb720c68ee8741dc073f36b7d3fd6a2c8ed2a6989d7b6e99d96198a8eb04d9
|
3 |
+
size 267851024
|
runs/Jan08_19-17-24_087efcd22ea1/events.out.tfevents.1704741454.087efcd22ea1.915.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:486705cdeba8920b1cb6024294c2f30bde946aa46ac4242ce62d2f0f09c28547
|
3 |
+
size 7379
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:978f7d1dde6f1353f1237ec4b81d6f354672cd7bfd809f6485fa90a7b41d7899
|
3 |
size 4600
|