lgsilvaesilva commited on
Commit
bc98e44
·
verified ·
1 Parent(s): 0271389

Push model using huggingface_hub.

Browse files
Files changed (4) hide show
  1. README.md +143 -0
  2. model.safetensors +1 -1
  3. model_head.pkl +2 -2
  4. tokenizer.json +14 -2
README.md CHANGED
@@ -194,6 +194,149 @@ preds = model("As of June 2022, the level of food insecurity in the country was
194
  | 1.4. Food environments: Examines the conditions—physical, economic, political, social, and cultural—that influence the availability, affordability, and appeal of healthy foods. | 11 |
195
  | 6.3.3 Awareness and use of the evidence-based / agrifood systems approach: Encourages long-term, integrated planning for agrifood systems, guided by robust data, stakeholder consensus, and strategic foresight. | 30 |
196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
  ### Framework Versions
198
  - Python: 3.11.11
199
  - SetFit: 1.1.1
 
194
  | 1.4. Food environments: Examines the conditions—physical, economic, political, social, and cultural—that influence the availability, affordability, and appeal of healthy foods. | 11 |
195
  | 6.3.3 Awareness and use of the evidence-based / agrifood systems approach: Encourages long-term, integrated planning for agrifood systems, guided by robust data, stakeholder consensus, and strategic foresight. | 30 |
196
 
197
+ ### Training Hyperparameters
198
+ - batch_size: (8, 8)
199
+ - num_epochs: (1, 1)
200
+ - max_steps: -1
201
+ - sampling_strategy: oversampling
202
+ - body_learning_rate: (2e-05, 1e-05)
203
+ - head_learning_rate: 0.01
204
+ - loss: CosineSimilarityLoss
205
+ - distance_metric: cosine_distance
206
+ - margin: 0.25
207
+ - end_to_end: False
208
+ - use_amp: False
209
+ - warmup_proportion: 0.1
210
+ - l2_weight: 0.01
211
+ - seed: 42
212
+ - eval_max_steps: -1
213
+ - load_best_model_at_end: True
214
+
215
+ ### Training Results
216
+ | Epoch | Step | Training Loss | Validation Loss |
217
+ |:------:|:----:|:-------------:|:---------------:|
218
+ | 0.0002 | 1 | 0.2741 | - |
219
+ | 0.0083 | 50 | 0.2208 | - |
220
+ | 0.0167 | 100 | 0.2153 | - |
221
+ | 0.0250 | 150 | 0.1977 | - |
222
+ | 0.0333 | 200 | 0.2096 | - |
223
+ | 0.0417 | 250 | 0.1936 | - |
224
+ | 0.0500 | 300 | 0.1678 | - |
225
+ | 0.0583 | 350 | 0.1477 | - |
226
+ | 0.0667 | 400 | 0.1357 | - |
227
+ | 0.0750 | 450 | 0.1304 | - |
228
+ | 0.0833 | 500 | 0.1411 | - |
229
+ | 0.0917 | 550 | 0.1221 | - |
230
+ | 0.1000 | 600 | 0.1265 | - |
231
+ | 0.1084 | 650 | 0.113 | - |
232
+ | 0.1167 | 700 | 0.1053 | - |
233
+ | 0.1250 | 750 | 0.0871 | - |
234
+ | 0.1334 | 800 | 0.0896 | - |
235
+ | 0.1417 | 850 | 0.0786 | - |
236
+ | 0.1500 | 900 | 0.0921 | - |
237
+ | 0.1584 | 950 | 0.0878 | - |
238
+ | 0.1667 | 1000 | 0.075 | - |
239
+ | 0.1750 | 1050 | 0.0985 | - |
240
+ | 0.1834 | 1100 | 0.0984 | - |
241
+ | 0.1917 | 1150 | 0.0848 | - |
242
+ | 0.2000 | 1200 | 0.0923 | - |
243
+ | 0.2084 | 1250 | 0.0894 | - |
244
+ | 0.2167 | 1300 | 0.0727 | - |
245
+ | 0.2250 | 1350 | 0.0807 | - |
246
+ | 0.2334 | 1400 | 0.0715 | - |
247
+ | 0.2417 | 1450 | 0.0728 | - |
248
+ | 0.2500 | 1500 | 0.056 | - |
249
+ | 0.2584 | 1550 | 0.0683 | - |
250
+ | 0.2667 | 1600 | 0.0729 | - |
251
+ | 0.2750 | 1650 | 0.0625 | - |
252
+ | 0.2834 | 1700 | 0.0582 | - |
253
+ | 0.2917 | 1750 | 0.0483 | - |
254
+ | 0.3001 | 1800 | 0.0449 | - |
255
+ | 0.3084 | 1850 | 0.0695 | - |
256
+ | 0.3167 | 1900 | 0.0626 | - |
257
+ | 0.3251 | 1950 | 0.0596 | - |
258
+ | 0.3334 | 2000 | 0.072 | - |
259
+ | 0.3417 | 2050 | 0.0623 | - |
260
+ | 0.3501 | 2100 | 0.0689 | - |
261
+ | 0.3584 | 2150 | 0.0514 | - |
262
+ | 0.3667 | 2200 | 0.0646 | - |
263
+ | 0.3751 | 2250 | 0.0495 | - |
264
+ | 0.3834 | 2300 | 0.057 | - |
265
+ | 0.3917 | 2350 | 0.0697 | - |
266
+ | 0.4001 | 2400 | 0.0501 | - |
267
+ | 0.4084 | 2450 | 0.0503 | - |
268
+ | 0.4167 | 2500 | 0.0469 | - |
269
+ | 0.4251 | 2550 | 0.0418 | - |
270
+ | 0.4334 | 2600 | 0.0399 | - |
271
+ | 0.4417 | 2650 | 0.0555 | - |
272
+ | 0.4501 | 2700 | 0.0597 | - |
273
+ | 0.4584 | 2750 | 0.0545 | - |
274
+ | 0.4667 | 2800 | 0.0552 | - |
275
+ | 0.4751 | 2850 | 0.0454 | - |
276
+ | 0.4834 | 2900 | 0.048 | - |
277
+ | 0.4917 | 2950 | 0.0524 | - |
278
+ | 0.5001 | 3000 | 0.0512 | - |
279
+ | 0.5084 | 3050 | 0.0594 | - |
280
+ | 0.5168 | 3100 | 0.0609 | - |
281
+ | 0.5251 | 3150 | 0.0479 | - |
282
+ | 0.5334 | 3200 | 0.0439 | - |
283
+ | 0.5418 | 3250 | 0.0519 | - |
284
+ | 0.5501 | 3300 | 0.0507 | - |
285
+ | 0.5584 | 3350 | 0.054 | - |
286
+ | 0.5668 | 3400 | 0.0457 | - |
287
+ | 0.5751 | 3450 | 0.0587 | - |
288
+ | 0.5834 | 3500 | 0.0484 | - |
289
+ | 0.5918 | 3550 | 0.0531 | - |
290
+ | 0.6001 | 3600 | 0.0592 | - |
291
+ | 0.6084 | 3650 | 0.0583 | - |
292
+ | 0.6168 | 3700 | 0.0374 | - |
293
+ | 0.6251 | 3750 | 0.0424 | - |
294
+ | 0.6334 | 3800 | 0.049 | - |
295
+ | 0.6418 | 3850 | 0.0406 | - |
296
+ | 0.6501 | 3900 | 0.0476 | - |
297
+ | 0.6584 | 3950 | 0.0476 | - |
298
+ | 0.6668 | 4000 | 0.053 | - |
299
+ | 0.6751 | 4050 | 0.0431 | - |
300
+ | 0.6834 | 4100 | 0.0539 | - |
301
+ | 0.6918 | 4150 | 0.0456 | - |
302
+ | 0.7001 | 4200 | 0.0468 | - |
303
+ | 0.7085 | 4250 | 0.0416 | - |
304
+ | 0.7168 | 4300 | 0.0438 | - |
305
+ | 0.7251 | 4350 | 0.0558 | - |
306
+ | 0.7335 | 4400 | 0.0514 | - |
307
+ | 0.7418 | 4450 | 0.0464 | - |
308
+ | 0.7501 | 4500 | 0.0445 | - |
309
+ | 0.7585 | 4550 | 0.0439 | - |
310
+ | 0.7668 | 4600 | 0.0466 | - |
311
+ | 0.7751 | 4650 | 0.053 | - |
312
+ | 0.7835 | 4700 | 0.0638 | - |
313
+ | 0.7918 | 4750 | 0.0438 | - |
314
+ | 0.8001 | 4800 | 0.0481 | - |
315
+ | 0.8085 | 4850 | 0.0431 | - |
316
+ | 0.8168 | 4900 | 0.0505 | - |
317
+ | 0.8251 | 4950 | 0.055 | - |
318
+ | 0.8335 | 5000 | 0.0322 | - |
319
+ | 0.8418 | 5050 | 0.0471 | - |
320
+ | 0.8501 | 5100 | 0.0462 | - |
321
+ | 0.8585 | 5150 | 0.0458 | - |
322
+ | 0.8668 | 5200 | 0.0446 | - |
323
+ | 0.8751 | 5250 | 0.0487 | - |
324
+ | 0.8835 | 5300 | 0.0385 | - |
325
+ | 0.8918 | 5350 | 0.0385 | - |
326
+ | 0.9002 | 5400 | 0.0467 | - |
327
+ | 0.9085 | 5450 | 0.0415 | - |
328
+ | 0.9168 | 5500 | 0.0345 | - |
329
+ | 0.9252 | 5550 | 0.0414 | - |
330
+ | 0.9335 | 5600 | 0.0475 | - |
331
+ | 0.9418 | 5650 | 0.0472 | - |
332
+ | 0.9502 | 5700 | 0.0568 | - |
333
+ | 0.9585 | 5750 | 0.0376 | - |
334
+ | 0.9668 | 5800 | 0.0477 | - |
335
+ | 0.9752 | 5850 | 0.0487 | - |
336
+ | 0.9835 | 5900 | 0.0354 | - |
337
+ | 0.9918 | 5950 | 0.0433 | - |
338
+ | 1.0 | 5999 | - | 0.2466 |
339
+
340
  ### Framework Versions
341
  - Python: 3.11.11
342
  - SetFit: 1.1.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f839cf4fdde8eff477d7f56a42186948f5e236e0c5350b9b8685d7f810b8813
3
  size 437967672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:328102e84b89fd05aa0585fd10920a56982110ea3725beff77a382eba26f5f81
3
  size 437967672
model_head.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db98689610a7f002b5cd1dc46f272466e359b44503ba2bc03ade124d1751a14d
3
- size 330
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b34a1cd61f7ba126f4fbd0f533d9ef30b6eed0150d5dd3a4f1917f054ffeca2e
3
+ size 100623
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 1,
14
+ "pad_type_id": 0,
15
+ "pad_token": "<pad>"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,