End of training
Browse files- README.md +9 -9
- config.json +20 -12
- model.safetensors +2 -2
- runs/Jan08_17-58-12_087efcd22ea1/events.out.tfevents.1704736819.087efcd22ea1.915.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ 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:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,16 +49,16 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 1.0 |
|
53 |
-
| No log | 2.0 |
|
54 |
-
| No log | 3.0 |
|
55 |
-
| No log | 4.0 |
|
56 |
-
| No log | 5.0 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.35.2
|
62 |
-
- Pytorch 2.1.0+
|
63 |
-
- Datasets 2.
|
64 |
- Tokenizers 0.15.0
|
|
|
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.8046
|
21 |
+
- Accuracy: 0.7143
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 35 | 1.4036 | 0.6825 |
|
53 |
+
| No log | 2.0 | 70 | 0.9968 | 0.7143 |
|
54 |
+
| No log | 3.0 | 105 | 0.8658 | 0.7302 |
|
55 |
+
| No log | 4.0 | 140 | 0.8246 | 0.7143 |
|
56 |
+
| No log | 5.0 | 175 | 0.8046 | 0.7143 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.35.2
|
62 |
+
- Pytorch 2.1.0+cu121
|
63 |
+
- Datasets 2.16.1
|
64 |
- Tokenizers 0.15.0
|
config.json
CHANGED
@@ -9,21 +9,29 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
|
|
|
|
|
|
|
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"label2id": {
|
21 |
-
"Community Foundations":
|
22 |
-
"Corporate Foundations":
|
23 |
-
"Issue-Based Foundations":
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
|
|
|
|
|
|
|
|
27 |
},
|
28 |
"max_position_embeddings": 512,
|
29 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "Police Nonprofits",
|
13 |
+
"1": "Private Foundations",
|
14 |
+
"2": "Community Foundations",
|
15 |
+
"3": "Corporate Foundations",
|
16 |
+
"4": "Social Service Foundations",
|
17 |
+
"5": "Issue-Based Foundations",
|
18 |
+
"6": "Police Departments",
|
19 |
+
"7": "Other Foundations",
|
20 |
+
"8": "Other Government",
|
21 |
+
"9": "Unknown"
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"label2id": {
|
25 |
+
"Community Foundations": 2,
|
26 |
+
"Corporate Foundations": 3,
|
27 |
+
"Issue-Based Foundations": 5,
|
28 |
+
"Other Foundations": 7,
|
29 |
+
"Other Government": 8,
|
30 |
+
"Police Departments": 6,
|
31 |
+
"Police Nonprofits": 0,
|
32 |
+
"Private Foundations": 1,
|
33 |
+
"Social Service Foundations": 4,
|
34 |
+
"Unknown": 9
|
35 |
},
|
36 |
"max_position_embeddings": 512,
|
37 |
"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:669c5d77bb6e9d73d8e39ae5a2239d159b05521d438cb62e4392f321b8ed02e5
|
3 |
+
size 267857176
|
runs/Jan08_17-58-12_087efcd22ea1/events.out.tfevents.1704736819.087efcd22ea1.915.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c16d07d2d97bbc5bc92670af33b48333739e6a1015c013d129d9a795303928de
|
3 |
+
size 6760
|
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:2f3f1e5ee71ad5c4b39b60f62b3de278e9224c4f726ce54b9eaf962401705d3e
|
3 |
size 4600
|