george2cool36 commited on
Commit
d96744e
·
verified ·
1 Parent(s): e3c5304

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -17,7 +17,7 @@ Fine-tuned **DistilBERT** for text classification on a classmate's HW1 dataset.
17
 
18
  - Dataset: `ddecosmo/hw_text_dataset`
19
  - Text column: `Text`
20
- - Label column: `label` (classes: ['alumni house', 'armstrong hall', 'art museum', 'assumption hall', 'baker hall', 'barrett honors hall', 'bertrand library', 'brickyard', 'bucknell golf club', 'bucknell pickleball', 'cemetery', 'cereus hall', 'christy mathewson stadium', 'cmu tennis courts', 'college of fine art', 'cooper fieldhouse', 'coor', 'cyert hall', 'dept. of visual arts', 'design school north/south', 'dfa', 'donner house', 'douglas hall', 'duq med school', 'duq union', 'durham', 'emmitt field', 'engineering center', "farmer's education building", 'frankling antonio hall', 'galbraith', 'gallery 100', 'gammage', 'gates hillman', 'geisel library', 'gesling stadium', 'gumberg library', 'hall of the arts', 'hamerschlag', 'hassayampa academic village', 'hayden', 'highmark center', 'hunt library', 'institute of religion', 'istb7', 'john muir field', 'juniper hall', 'main gym', 'malesardi quadrangle', 'margaret morrison', 'mcgill house', 'mcginley hall', 'mclintock', 'memorial union', 'mullet arena', 'music building', 'neeb hall', 'newell simon', 'noble library', 'observatory', 'old main', 'physical science', 'porter hall', 'posner', 'power center', 'psych north', 'purnell', 'rcic', 'rec tennis courts', 'revelle plaza', 'rooney field', 'san diego supercomputer center', 'scaife', 'school of engineering', 'school of pharmacy', 'scob', 'scott hall', 'scripps pier', 'sdfc', 'simulator building', 'smith hall', 'soccer field', 'sojka pavilion', 'st ann hall', 'student pavilion', 'student service', 'sun devil bookstore', 'sun devil stadium', 'sun devil tennis court', 'tepper', 'towers hall', 'triton arena', 'university center', 'university farm', 'vaughan hall', 'vickroy hall', 'vista del sol', 'warner hall', 'wean', 'weis center'])
21
  - Train/Eval split: 80/20 (stratified if available)
22
 
23
  ## Training
@@ -27,14 +27,14 @@ Fine-tuned **DistilBERT** for text classification on a classmate's HW1 dataset.
27
  - Best model by: F1 (macro)
28
 
29
  ## Results (Test)
30
- - Accuracy: 0.0000
31
- - F1 (macro): 0.0000
32
  - Precision (macro): nan
33
  - Recall (macro): nan
34
 
35
  ## Notes & Limitations
36
  - Small student dataset; results may vary with seeds.
37
- - Labels mapped as: {'alumni house': 0, 'armstrong hall': 1, 'art museum': 2, 'assumption hall': 3, 'baker hall': 4, 'barrett honors hall': 5, 'bertrand library': 6, 'brickyard': 7, 'bucknell golf club': 8, 'bucknell pickleball': 9, 'cemetery': 10, 'cereus hall': 11, 'christy mathewson stadium': 12, 'cmu tennis courts': 13, 'college of fine art': 14, 'cooper fieldhouse': 15, 'coor': 16, 'cyert hall': 17, 'dept. of visual arts': 18, 'design school north/south': 19, 'dfa': 20, 'donner house': 21, 'douglas hall': 22, 'duq med school': 23, 'duq union': 24, 'durham': 25, 'emmitt field': 26, 'engineering center': 27, "farmer's education building": 28, 'frankling antonio hall': 29, 'galbraith': 30, 'gallery 100': 31, 'gammage': 32, 'gates hillman': 33, 'geisel library': 34, 'gesling stadium': 35, 'gumberg library': 36, 'hall of the arts': 37, 'hamerschlag': 38, 'hassayampa academic village': 39, 'hayden': 40, 'highmark center': 41, 'hunt library': 42, 'institute of religion': 43, 'istb7': 44, 'john muir field': 45, 'juniper hall': 46, 'main gym': 47, 'malesardi quadrangle': 48, 'margaret morrison': 49, 'mcgill house': 50, 'mcginley hall': 51, 'mclintock': 52, 'memorial union': 53, 'mullet arena': 54, 'music building': 55, 'neeb hall': 56, 'newell simon': 57, 'noble library': 58, 'observatory': 59, 'old main': 60, 'physical science': 61, 'porter hall': 62, 'posner': 63, 'power center': 64, 'psych north': 65, 'purnell': 66, 'rcic': 67, 'rec tennis courts': 68, 'revelle plaza': 69, 'rooney field': 70, 'san diego supercomputer center': 71, 'scaife': 72, 'school of engineering': 73, 'school of pharmacy': 74, 'scob': 75, 'scott hall': 76, 'scripps pier': 77, 'sdfc': 78, 'simulator building': 79, 'smith hall': 80, 'soccer field': 81, 'sojka pavilion': 82, 'st ann hall': 83, 'student pavilion': 84, 'student service': 85, 'sun devil bookstore': 86, 'sun devil stadium': 87, 'sun devil tennis court': 88, 'tepper': 89, 'towers hall': 90, 'triton arena': 91, 'university center': 92, 'university farm': 93, 'vaughan hall': 94, 'vickroy hall': 95, 'vista del sol': 96, 'warner hall': 97, 'wean': 98, 'weis center': 99}
38
 
39
  ## AI Tool Disclosure
40
  This notebook used ChatGPT for scaffolding code and documentation.
 
17
 
18
  - Dataset: `ddecosmo/hw_text_dataset`
19
  - Text column: `Text`
20
+ - Label column: `label` (classes: ['asu', 'bucknell', 'cmu', 'duq', 'ucsd', 'uscd'])
21
  - Train/Eval split: 80/20 (stratified if available)
22
 
23
  ## Training
 
27
  - Best model by: F1 (macro)
28
 
29
  ## Results (Test)
30
+ - Accuracy: 0.4000
31
+ - F1 (macro): 0.1231
32
  - Precision (macro): nan
33
  - Recall (macro): nan
34
 
35
  ## Notes & Limitations
36
  - Small student dataset; results may vary with seeds.
37
+ - Labels mapped as: {'asu': 0, 'bucknell': 1, 'cmu': 2, 'duq': 3, 'ucsd': 4, 'uscd': 5}
38
 
39
  ## AI Tool Disclosure
40
  This notebook used ChatGPT for scaffolding code and documentation.
checkpoint-15/config.json CHANGED
@@ -9,209 +9,21 @@
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "alumni house",
13
- "1": "armstrong hall",
14
- "2": "art museum",
15
- "3": "assumption hall",
16
- "4": "baker hall",
17
- "5": "barrett honors hall",
18
- "6": "bertrand library",
19
- "7": "brickyard",
20
- "8": "bucknell golf club",
21
- "9": "bucknell pickleball",
22
- "10": "cemetery",
23
- "11": "cereus hall",
24
- "12": "christy mathewson stadium",
25
- "13": "cmu tennis courts",
26
- "14": "college of fine art",
27
- "15": "cooper fieldhouse",
28
- "16": "coor",
29
- "17": "cyert hall",
30
- "18": "dept. of visual arts",
31
- "19": "design school north/south",
32
- "20": "dfa",
33
- "21": "donner house",
34
- "22": "douglas hall",
35
- "23": "duq med school",
36
- "24": "duq union",
37
- "25": "durham",
38
- "26": "emmitt field",
39
- "27": "engineering center",
40
- "28": "farmer's education building",
41
- "29": "frankling antonio hall",
42
- "30": "galbraith",
43
- "31": "gallery 100",
44
- "32": "gammage",
45
- "33": "gates hillman",
46
- "34": "geisel library",
47
- "35": "gesling stadium",
48
- "36": "gumberg library",
49
- "37": "hall of the arts",
50
- "38": "hamerschlag",
51
- "39": "hassayampa academic village",
52
- "40": "hayden",
53
- "41": "highmark center",
54
- "42": "hunt library",
55
- "43": "institute of religion",
56
- "44": "istb7",
57
- "45": "john muir field",
58
- "46": "juniper hall",
59
- "47": "main gym",
60
- "48": "malesardi quadrangle",
61
- "49": "margaret morrison",
62
- "50": "mcgill house",
63
- "51": "mcginley hall",
64
- "52": "mclintock",
65
- "53": "memorial union",
66
- "54": "mullet arena",
67
- "55": "music building",
68
- "56": "neeb hall",
69
- "57": "newell simon",
70
- "58": "noble library",
71
- "59": "observatory",
72
- "60": "old main",
73
- "61": "physical science",
74
- "62": "porter hall",
75
- "63": "posner",
76
- "64": "power center",
77
- "65": "psych north",
78
- "66": "purnell",
79
- "67": "rcic",
80
- "68": "rec tennis courts",
81
- "69": "revelle plaza",
82
- "70": "rooney field",
83
- "71": "san diego supercomputer center",
84
- "72": "scaife",
85
- "73": "school of engineering",
86
- "74": "school of pharmacy",
87
- "75": "scob",
88
- "76": "scott hall",
89
- "77": "scripps pier",
90
- "78": "sdfc",
91
- "79": "simulator building",
92
- "80": "smith hall",
93
- "81": "soccer field",
94
- "82": "sojka pavilion",
95
- "83": "st ann hall",
96
- "84": "student pavilion",
97
- "85": "student service",
98
- "86": "sun devil bookstore",
99
- "87": "sun devil stadium",
100
- "88": "sun devil tennis court",
101
- "89": "tepper",
102
- "90": "towers hall",
103
- "91": "triton arena",
104
- "92": "university center",
105
- "93": "university farm",
106
- "94": "vaughan hall",
107
- "95": "vickroy hall",
108
- "96": "vista del sol",
109
- "97": "warner hall",
110
- "98": "wean",
111
- "99": "weis center"
112
  },
113
  "initializer_range": 0.02,
114
  "label2id": {
115
- "alumni house": 0,
116
- "armstrong hall": 1,
117
- "art museum": 2,
118
- "assumption hall": 3,
119
- "baker hall": 4,
120
- "barrett honors hall": 5,
121
- "bertrand library": 6,
122
- "brickyard": 7,
123
- "bucknell golf club": 8,
124
- "bucknell pickleball": 9,
125
- "cemetery": 10,
126
- "cereus hall": 11,
127
- "christy mathewson stadium": 12,
128
- "cmu tennis courts": 13,
129
- "college of fine art": 14,
130
- "cooper fieldhouse": 15,
131
- "coor": 16,
132
- "cyert hall": 17,
133
- "dept. of visual arts": 18,
134
- "design school north/south": 19,
135
- "dfa": 20,
136
- "donner house": 21,
137
- "douglas hall": 22,
138
- "duq med school": 23,
139
- "duq union": 24,
140
- "durham": 25,
141
- "emmitt field": 26,
142
- "engineering center": 27,
143
- "farmer's education building": 28,
144
- "frankling antonio hall": 29,
145
- "galbraith": 30,
146
- "gallery 100": 31,
147
- "gammage": 32,
148
- "gates hillman": 33,
149
- "geisel library": 34,
150
- "gesling stadium": 35,
151
- "gumberg library": 36,
152
- "hall of the arts": 37,
153
- "hamerschlag": 38,
154
- "hassayampa academic village": 39,
155
- "hayden": 40,
156
- "highmark center": 41,
157
- "hunt library": 42,
158
- "institute of religion": 43,
159
- "istb7": 44,
160
- "john muir field": 45,
161
- "juniper hall": 46,
162
- "main gym": 47,
163
- "malesardi quadrangle": 48,
164
- "margaret morrison": 49,
165
- "mcgill house": 50,
166
- "mcginley hall": 51,
167
- "mclintock": 52,
168
- "memorial union": 53,
169
- "mullet arena": 54,
170
- "music building": 55,
171
- "neeb hall": 56,
172
- "newell simon": 57,
173
- "noble library": 58,
174
- "observatory": 59,
175
- "old main": 60,
176
- "physical science": 61,
177
- "porter hall": 62,
178
- "posner": 63,
179
- "power center": 64,
180
- "psych north": 65,
181
- "purnell": 66,
182
- "rcic": 67,
183
- "rec tennis courts": 68,
184
- "revelle plaza": 69,
185
- "rooney field": 70,
186
- "san diego supercomputer center": 71,
187
- "scaife": 72,
188
- "school of engineering": 73,
189
- "school of pharmacy": 74,
190
- "scob": 75,
191
- "scott hall": 76,
192
- "scripps pier": 77,
193
- "sdfc": 78,
194
- "simulator building": 79,
195
- "smith hall": 80,
196
- "soccer field": 81,
197
- "sojka pavilion": 82,
198
- "st ann hall": 83,
199
- "student pavilion": 84,
200
- "student service": 85,
201
- "sun devil bookstore": 86,
202
- "sun devil stadium": 87,
203
- "sun devil tennis court": 88,
204
- "tepper": 89,
205
- "towers hall": 90,
206
- "triton arena": 91,
207
- "university center": 92,
208
- "university farm": 93,
209
- "vaughan hall": 94,
210
- "vickroy hall": 95,
211
- "vista del sol": 96,
212
- "warner hall": 97,
213
- "wean": 98,
214
- "weis center": 99
215
  },
216
  "max_position_embeddings": 512,
217
  "model_type": "distilbert",
 
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "asu",
13
+ "1": "bucknell",
14
+ "2": "cmu",
15
+ "3": "duq",
16
+ "4": "ucsd",
17
+ "5": "uscd"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
+ "asu": 0,
22
+ "bucknell": 1,
23
+ "cmu": 2,
24
+ "duq": 3,
25
+ "ucsd": 4,
26
+ "uscd": 5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  },
28
  "max_position_embeddings": 512,
29
  "model_type": "distilbert",
checkpoint-15/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2deb523368cd05cde1bb4540f2e4ea9e46d41f207729b6134dec27397d2ba87
3
- size 268134024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a4bfa05bdc65ddfd8fe96f606014876cc6265d61f8db45ca288976c152ad930
3
+ size 267844872
checkpoint-15/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f09f091019c39adcb1edcc4c79d5a3afdddc0dbfa7b77f8e6910aa31e653747
3
- size 536327755
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d92fd44ab979d8340d671d93e2948c6da687f7c537d72322cfd8f31d1cc5270
3
+ size 535749451
checkpoint-15/trainer_state.json CHANGED
@@ -26,7 +26,7 @@
26
  "attributes": {}
27
  }
28
  },
29
- "total_flos": 3640926362880.0,
30
  "train_batch_size": 16,
31
  "trial_name": null,
32
  "trial_params": null
 
26
  "attributes": {}
27
  }
28
  },
29
+ "total_flos": 3634833520512.0,
30
  "train_batch_size": 16,
31
  "trial_name": null,
32
  "trial_params": null
checkpoint-15/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:87bdfca1dacb611df92cc74e5dbdc79d769792158a5cdda5f4c81624cdaa46b6
3
  size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a8637fbaa7caac2416de4850d157fa12bf2bc42aec121fecff1fcd5a14478cd
3
  size 5777
config.json CHANGED
@@ -9,209 +9,21 @@
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "alumni house",
13
- "1": "armstrong hall",
14
- "2": "art museum",
15
- "3": "assumption hall",
16
- "4": "baker hall",
17
- "5": "barrett honors hall",
18
- "6": "bertrand library",
19
- "7": "brickyard",
20
- "8": "bucknell golf club",
21
- "9": "bucknell pickleball",
22
- "10": "cemetery",
23
- "11": "cereus hall",
24
- "12": "christy mathewson stadium",
25
- "13": "cmu tennis courts",
26
- "14": "college of fine art",
27
- "15": "cooper fieldhouse",
28
- "16": "coor",
29
- "17": "cyert hall",
30
- "18": "dept. of visual arts",
31
- "19": "design school north/south",
32
- "20": "dfa",
33
- "21": "donner house",
34
- "22": "douglas hall",
35
- "23": "duq med school",
36
- "24": "duq union",
37
- "25": "durham",
38
- "26": "emmitt field",
39
- "27": "engineering center",
40
- "28": "farmer's education building",
41
- "29": "frankling antonio hall",
42
- "30": "galbraith",
43
- "31": "gallery 100",
44
- "32": "gammage",
45
- "33": "gates hillman",
46
- "34": "geisel library",
47
- "35": "gesling stadium",
48
- "36": "gumberg library",
49
- "37": "hall of the arts",
50
- "38": "hamerschlag",
51
- "39": "hassayampa academic village",
52
- "40": "hayden",
53
- "41": "highmark center",
54
- "42": "hunt library",
55
- "43": "institute of religion",
56
- "44": "istb7",
57
- "45": "john muir field",
58
- "46": "juniper hall",
59
- "47": "main gym",
60
- "48": "malesardi quadrangle",
61
- "49": "margaret morrison",
62
- "50": "mcgill house",
63
- "51": "mcginley hall",
64
- "52": "mclintock",
65
- "53": "memorial union",
66
- "54": "mullet arena",
67
- "55": "music building",
68
- "56": "neeb hall",
69
- "57": "newell simon",
70
- "58": "noble library",
71
- "59": "observatory",
72
- "60": "old main",
73
- "61": "physical science",
74
- "62": "porter hall",
75
- "63": "posner",
76
- "64": "power center",
77
- "65": "psych north",
78
- "66": "purnell",
79
- "67": "rcic",
80
- "68": "rec tennis courts",
81
- "69": "revelle plaza",
82
- "70": "rooney field",
83
- "71": "san diego supercomputer center",
84
- "72": "scaife",
85
- "73": "school of engineering",
86
- "74": "school of pharmacy",
87
- "75": "scob",
88
- "76": "scott hall",
89
- "77": "scripps pier",
90
- "78": "sdfc",
91
- "79": "simulator building",
92
- "80": "smith hall",
93
- "81": "soccer field",
94
- "82": "sojka pavilion",
95
- "83": "st ann hall",
96
- "84": "student pavilion",
97
- "85": "student service",
98
- "86": "sun devil bookstore",
99
- "87": "sun devil stadium",
100
- "88": "sun devil tennis court",
101
- "89": "tepper",
102
- "90": "towers hall",
103
- "91": "triton arena",
104
- "92": "university center",
105
- "93": "university farm",
106
- "94": "vaughan hall",
107
- "95": "vickroy hall",
108
- "96": "vista del sol",
109
- "97": "warner hall",
110
- "98": "wean",
111
- "99": "weis center"
112
  },
113
  "initializer_range": 0.02,
114
  "label2id": {
115
- "alumni house": 0,
116
- "armstrong hall": 1,
117
- "art museum": 2,
118
- "assumption hall": 3,
119
- "baker hall": 4,
120
- "barrett honors hall": 5,
121
- "bertrand library": 6,
122
- "brickyard": 7,
123
- "bucknell golf club": 8,
124
- "bucknell pickleball": 9,
125
- "cemetery": 10,
126
- "cereus hall": 11,
127
- "christy mathewson stadium": 12,
128
- "cmu tennis courts": 13,
129
- "college of fine art": 14,
130
- "cooper fieldhouse": 15,
131
- "coor": 16,
132
- "cyert hall": 17,
133
- "dept. of visual arts": 18,
134
- "design school north/south": 19,
135
- "dfa": 20,
136
- "donner house": 21,
137
- "douglas hall": 22,
138
- "duq med school": 23,
139
- "duq union": 24,
140
- "durham": 25,
141
- "emmitt field": 26,
142
- "engineering center": 27,
143
- "farmer's education building": 28,
144
- "frankling antonio hall": 29,
145
- "galbraith": 30,
146
- "gallery 100": 31,
147
- "gammage": 32,
148
- "gates hillman": 33,
149
- "geisel library": 34,
150
- "gesling stadium": 35,
151
- "gumberg library": 36,
152
- "hall of the arts": 37,
153
- "hamerschlag": 38,
154
- "hassayampa academic village": 39,
155
- "hayden": 40,
156
- "highmark center": 41,
157
- "hunt library": 42,
158
- "institute of religion": 43,
159
- "istb7": 44,
160
- "john muir field": 45,
161
- "juniper hall": 46,
162
- "main gym": 47,
163
- "malesardi quadrangle": 48,
164
- "margaret morrison": 49,
165
- "mcgill house": 50,
166
- "mcginley hall": 51,
167
- "mclintock": 52,
168
- "memorial union": 53,
169
- "mullet arena": 54,
170
- "music building": 55,
171
- "neeb hall": 56,
172
- "newell simon": 57,
173
- "noble library": 58,
174
- "observatory": 59,
175
- "old main": 60,
176
- "physical science": 61,
177
- "porter hall": 62,
178
- "posner": 63,
179
- "power center": 64,
180
- "psych north": 65,
181
- "purnell": 66,
182
- "rcic": 67,
183
- "rec tennis courts": 68,
184
- "revelle plaza": 69,
185
- "rooney field": 70,
186
- "san diego supercomputer center": 71,
187
- "scaife": 72,
188
- "school of engineering": 73,
189
- "school of pharmacy": 74,
190
- "scob": 75,
191
- "scott hall": 76,
192
- "scripps pier": 77,
193
- "sdfc": 78,
194
- "simulator building": 79,
195
- "smith hall": 80,
196
- "soccer field": 81,
197
- "sojka pavilion": 82,
198
- "st ann hall": 83,
199
- "student pavilion": 84,
200
- "student service": 85,
201
- "sun devil bookstore": 86,
202
- "sun devil stadium": 87,
203
- "sun devil tennis court": 88,
204
- "tepper": 89,
205
- "towers hall": 90,
206
- "triton arena": 91,
207
- "university center": 92,
208
- "university farm": 93,
209
- "vaughan hall": 94,
210
- "vickroy hall": 95,
211
- "vista del sol": 96,
212
- "warner hall": 97,
213
- "wean": 98,
214
- "weis center": 99
215
  },
216
  "max_position_embeddings": 512,
217
  "model_type": "distilbert",
 
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "asu",
13
+ "1": "bucknell",
14
+ "2": "cmu",
15
+ "3": "duq",
16
+ "4": "ucsd",
17
+ "5": "uscd"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
+ "asu": 0,
22
+ "bucknell": 1,
23
+ "cmu": 2,
24
+ "duq": 3,
25
+ "ucsd": 4,
26
+ "uscd": 5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  },
28
  "max_position_embeddings": 512,
29
  "model_type": "distilbert",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2deb523368cd05cde1bb4540f2e4ea9e46d41f207729b6134dec27397d2ba87
3
- size 268134024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a4bfa05bdc65ddfd8fe96f606014876cc6265d61f8db45ca288976c152ad930
3
+ size 267844872
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:87bdfca1dacb611df92cc74e5dbdc79d769792158a5cdda5f4c81624cdaa46b6
3
  size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a8637fbaa7caac2416de4850d157fa12bf2bc42aec121fecff1fcd5a14478cd
3
  size 5777