Kayvane commited on
Commit
2bbccd5
1 Parent(s): 2d5b35d

Training in progress, step 2000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
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": "Athlete",
13
+ "1": "Person",
14
+ "2": "Animal",
15
+ "3": "Building",
16
+ "4": "Politician",
17
+ "5": "Company",
18
+ "6": "Organisation",
19
+ "7": "MusicalWork",
20
+ "8": "WinterSportPlayer",
21
+ "9": "SocietalEvent",
22
+ "10": "RouteOfTransportation",
23
+ "11": "PeriodicalLiterature",
24
+ "12": "SportsTeam",
25
+ "13": "NaturalPlace",
26
+ "14": "Artist",
27
+ "15": "Broadcaster",
28
+ "16": "Cleric",
29
+ "17": "EducationalInstitution",
30
+ "18": "Tournament",
31
+ "19": "SportsEvent",
32
+ "20": "SportsTeamSeason",
33
+ "21": "Infrastructure",
34
+ "22": "Settlement",
35
+ "23": "Plant",
36
+ "24": "CelestialBody",
37
+ "25": "SportsLeague",
38
+ "26": "SportFacility",
39
+ "27": "Stream",
40
+ "28": "FictionalCharacter",
41
+ "29": "Comic",
42
+ "30": "Race",
43
+ "31": "Cartoon",
44
+ "32": "Software",
45
+ "33": "Olympics",
46
+ "34": "Eukaryote",
47
+ "35": "FootballLeagueSeason",
48
+ "36": "GridironFootballPlayer",
49
+ "37": "BodyOfWater",
50
+ "38": "SportsManager",
51
+ "39": "ClericalAdministrativeRegion",
52
+ "40": "Horse",
53
+ "41": "Coach",
54
+ "42": "Group",
55
+ "43": "LegalCase",
56
+ "44": "Satellite",
57
+ "45": "WrittenWork",
58
+ "46": "Station",
59
+ "47": "Tower",
60
+ "48": "Actor",
61
+ "49": "RacingDriver",
62
+ "50": "Writer",
63
+ "51": "Genre",
64
+ "52": "NaturalEvent",
65
+ "53": "Song",
66
+ "54": "Scientist",
67
+ "55": "Venue",
68
+ "56": "BritishRoyalty",
69
+ "57": "AmusementParkAttraction",
70
+ "58": "MotorcycleRider",
71
+ "59": "OrganisationMember",
72
+ "60": "Wrestler",
73
+ "61": "Boxer",
74
+ "62": "Engine",
75
+ "63": "FloweringPlant",
76
+ "64": "Presenter",
77
+ "65": "MusicalArtist",
78
+ "66": "RaceTrack",
79
+ "67": "ComicsCharacter",
80
+ "68": "VolleyballPlayer",
81
+ "69": "Database"
82
+ },
83
+ "initializer_range": 0.02,
84
+ "label2id": {
85
+ "Actor": 48,
86
+ "AmusementParkAttraction": 57,
87
+ "Animal": 2,
88
+ "Artist": 14,
89
+ "Athlete": 0,
90
+ "BodyOfWater": 37,
91
+ "Boxer": 61,
92
+ "BritishRoyalty": 56,
93
+ "Broadcaster": 15,
94
+ "Building": 3,
95
+ "Cartoon": 31,
96
+ "CelestialBody": 24,
97
+ "Cleric": 16,
98
+ "ClericalAdministrativeRegion": 39,
99
+ "Coach": 41,
100
+ "Comic": 29,
101
+ "ComicsCharacter": 67,
102
+ "Company": 5,
103
+ "Database": 69,
104
+ "EducationalInstitution": 17,
105
+ "Engine": 62,
106
+ "Eukaryote": 34,
107
+ "FictionalCharacter": 28,
108
+ "FloweringPlant": 63,
109
+ "FootballLeagueSeason": 35,
110
+ "Genre": 51,
111
+ "GridironFootballPlayer": 36,
112
+ "Group": 42,
113
+ "Horse": 40,
114
+ "Infrastructure": 21,
115
+ "LegalCase": 43,
116
+ "MotorcycleRider": 58,
117
+ "MusicalArtist": 65,
118
+ "MusicalWork": 7,
119
+ "NaturalEvent": 52,
120
+ "NaturalPlace": 13,
121
+ "Olympics": 33,
122
+ "Organisation": 6,
123
+ "OrganisationMember": 59,
124
+ "PeriodicalLiterature": 11,
125
+ "Person": 1,
126
+ "Plant": 23,
127
+ "Politician": 4,
128
+ "Presenter": 64,
129
+ "Race": 30,
130
+ "RaceTrack": 66,
131
+ "RacingDriver": 49,
132
+ "RouteOfTransportation": 10,
133
+ "Satellite": 44,
134
+ "Scientist": 54,
135
+ "Settlement": 22,
136
+ "SocietalEvent": 9,
137
+ "Software": 32,
138
+ "Song": 53,
139
+ "SportFacility": 26,
140
+ "SportsEvent": 19,
141
+ "SportsLeague": 25,
142
+ "SportsManager": 38,
143
+ "SportsTeam": 12,
144
+ "SportsTeamSeason": 20,
145
+ "Station": 46,
146
+ "Stream": 27,
147
+ "Tournament": 18,
148
+ "Tower": 47,
149
+ "Venue": 55,
150
+ "VolleyballPlayer": 68,
151
+ "WinterSportPlayer": 8,
152
+ "Wrestler": 60,
153
+ "Writer": 50,
154
+ "WrittenWork": 45
155
+ },
156
+ "max_position_embeddings": 512,
157
+ "model_type": "distilbert",
158
+ "n_heads": 12,
159
+ "n_layers": 6,
160
+ "pad_token_id": 0,
161
+ "problem_type": "single_label_classification",
162
+ "qa_dropout": 0.1,
163
+ "seq_classif_dropout": 0.2,
164
+ "sinusoidal_pos_embds": false,
165
+ "tie_weights_": true,
166
+ "torch_dtype": "float32",
167
+ "transformers_version": "4.16.2",
168
+ "vocab_size": 30522
169
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2092eda7ca48eaf6e6ae8bb6e7e954912148c11b99cf981b24e58e336a96b599
3
+ size 268069233
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e54794697f33575c531ff2ab2909359cea9144f278303238149fafa4aa33610
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff