Training in progress epoch 0
Browse files- README.md +5 -6
- config.json +86 -4
- tf_model.h5 +2 -2
README.md
CHANGED
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss:
|
19 |
-
- Validation Loss:
|
20 |
-
- Train Accuracy:
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,8 +44,7 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
-
|
|
48 |
-
| 0.3809 | 0.2521 | 1.0 | 1 |
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 3.6546
|
19 |
+
- Validation Loss: 3.5463
|
20 |
+
- Train Accuracy: 0.6
|
21 |
+
- Epoch: 0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 3.6546 | 3.5463 | 0.6 | 0 |
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
config.json
CHANGED
@@ -9,13 +9,95 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"label2id": {
|
17 |
-
"
|
18 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
},
|
20 |
"max_position_embeddings": 512,
|
21 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "no_relation",
|
13 |
+
"1": "org:alternate_names",
|
14 |
+
"2": "org:city_of_headquarters",
|
15 |
+
"3": "org:country_of_headquarters",
|
16 |
+
"4": "org:dissolved",
|
17 |
+
"5": "org:founded",
|
18 |
+
"6": "org:founded_by",
|
19 |
+
"7": "org:member_of",
|
20 |
+
"8": "org:members",
|
21 |
+
"9": "org:number_of_employees/members",
|
22 |
+
"10": "org:parents",
|
23 |
+
"11": "org:political/religious_affiliation",
|
24 |
+
"12": "org:shareholders",
|
25 |
+
"13": "org:stateorprovince_of_headquarters",
|
26 |
+
"14": "org:subsidiaries",
|
27 |
+
"15": "org:top_members/employees",
|
28 |
+
"16": "org:website",
|
29 |
+
"17": "per:age",
|
30 |
+
"18": "per:alternate_names",
|
31 |
+
"19": "per:cause_of_death",
|
32 |
+
"20": "per:charges",
|
33 |
+
"21": "per:children",
|
34 |
+
"22": "per:cities_of_residence",
|
35 |
+
"23": "per:city_of_birth",
|
36 |
+
"24": "per:city_of_death",
|
37 |
+
"25": "per:countries_of_residence",
|
38 |
+
"26": "per:country_of_birth",
|
39 |
+
"27": "per:country_of_death",
|
40 |
+
"28": "per:date_of_birth",
|
41 |
+
"29": "per:date_of_death",
|
42 |
+
"30": "per:employee_of",
|
43 |
+
"31": "per:origin",
|
44 |
+
"32": "per:other_family",
|
45 |
+
"33": "per:parents",
|
46 |
+
"34": "per:religion",
|
47 |
+
"35": "per:schools_attended",
|
48 |
+
"36": "per:siblings",
|
49 |
+
"37": "per:spouse",
|
50 |
+
"38": "per:stateorprovince_of_birth",
|
51 |
+
"39": "per:stateorprovince_of_death",
|
52 |
+
"40": "per:stateorprovinces_of_residence",
|
53 |
+
"41": "per:title",
|
54 |
+
"42": "per:identity"
|
55 |
},
|
56 |
"initializer_range": 0.02,
|
57 |
"label2id": {
|
58 |
+
"no_relation": 0,
|
59 |
+
"org:alternate_names": 1,
|
60 |
+
"org:city_of_headquarters": 2,
|
61 |
+
"org:country_of_headquarters": 3,
|
62 |
+
"org:dissolved": 4,
|
63 |
+
"org:founded": 5,
|
64 |
+
"org:founded_by": 6,
|
65 |
+
"org:member_of": 7,
|
66 |
+
"org:members": 8,
|
67 |
+
"org:number_of_employees/members": 9,
|
68 |
+
"org:parents": 10,
|
69 |
+
"org:political/religious_affiliation": 11,
|
70 |
+
"org:shareholders": 12,
|
71 |
+
"org:stateorprovince_of_headquarters": 13,
|
72 |
+
"org:subsidiaries": 14,
|
73 |
+
"org:top_members/employees": 15,
|
74 |
+
"org:website": 16,
|
75 |
+
"per:age": 17,
|
76 |
+
"per:alternate_names": 18,
|
77 |
+
"per:cause_of_death": 19,
|
78 |
+
"per:charges": 20,
|
79 |
+
"per:children": 21,
|
80 |
+
"per:cities_of_residence": 22,
|
81 |
+
"per:city_of_birth": 23,
|
82 |
+
"per:city_of_death": 24,
|
83 |
+
"per:countries_of_residence": 25,
|
84 |
+
"per:country_of_birth": 26,
|
85 |
+
"per:country_of_death": 27,
|
86 |
+
"per:date_of_birth": 28,
|
87 |
+
"per:date_of_death": 29,
|
88 |
+
"per:employee_of": 30,
|
89 |
+
"per:identity": 42,
|
90 |
+
"per:origin": 31,
|
91 |
+
"per:other_family": 32,
|
92 |
+
"per:parents": 33,
|
93 |
+
"per:religion": 34,
|
94 |
+
"per:schools_attended": 35,
|
95 |
+
"per:siblings": 36,
|
96 |
+
"per:spouse": 37,
|
97 |
+
"per:stateorprovince_of_birth": 38,
|
98 |
+
"per:stateorprovince_of_death": 39,
|
99 |
+
"per:stateorprovinces_of_residence": 40,
|
100 |
+
"per:title": 41
|
101 |
},
|
102 |
"max_position_embeddings": 512,
|
103 |
"model_type": "distilbert",
|
tf_model.h5
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:d947a6151383e23bc0c04321638a866f379791b56de310a6721cca34c48f2e30
|
3 |
+
size 268081096
|