datajose/pruebas-ft
Browse files- README.md +81 -0
- adapter_config.json +27 -0
- adapter_model.safetensors +3 -0
- emissions.csv +14 -0
- runs/Mar09_16-32-46_datajose/events.out.tfevents.1710012779.datajose.4168.0 +3 -0
- runs/Mar09_16-34-09_datajose/events.out.tfevents.1710012855.datajose.4168.1 +3 -0
- runs/Mar09_16-40-25_datajose/events.out.tfevents.1710013231.datajose.4168.2 +3 -0
- runs/Mar09_16-40-25_datajose/events.out.tfevents.1710013314.datajose.4168.3 +3 -0
- runs/Mar09_16-40-25_datajose/events.out.tfevents.1710013912.datajose.4168.4 +3 -0
- runs/Mar09_16-53-25_datajose/events.out.tfevents.1710014013.datajose.32345.0 +3 -0
- runs/Mar09_16-56-46_datajose/events.out.tfevents.1710014213.datajose.32876.0 +3 -0
- runs/Mar09_16-57-55_datajose/events.out.tfevents.1710014281.datajose.32876.1 +3 -0
- runs/Mar09_16-58-24_datajose/events.out.tfevents.1710014309.datajose.33133.0 +3 -0
- runs/Mar09_17-20-36_datajose/events.out.tfevents.1710015640.datajose.34663.0 +3 -0
- runs/Mar09_21-01-27_datajose/events.out.tfevents.1710028894.datajose.34663.1 +3 -0
- runs/Mar09_21-07-49_datajose/events.out.tfevents.1710029277.datajose.50158.0 +3 -0
- runs/Mar09_21-08-18_datajose/events.out.tfevents.1710029303.datajose.50158.1 +3 -0
- runs/Mar09_21-15-37_datajose/events.out.tfevents.1710029742.datajose.50636.0 +3 -0
- runs/Mar09_21-22-22_datajose/events.out.tfevents.1710030146.datajose.51616.0 +3 -0
- runs/Mar10_19-59-26_datajose/events.out.tfevents.1710111572.datajose.120951.0 +3 -0
- runs/Mar10_20-00-05_datajose/events.out.tfevents.1710111611.datajose.120951.1 +3 -0
- runs/Mar10_20-01-45_datajose/events.out.tfevents.1710111712.datajose.120951.2 +3 -0
- runs/Mar10_20-21-46_datajose/events.out.tfevents.1710112911.datajose.127921.0 +3 -0
- runs/Mar10_20-36-05_datajose/events.out.tfevents.1710113769.datajose.127921.1 +3 -0
- runs/Mar10_20-39-32_datajose/events.out.tfevents.1710113977.datajose.130149.0 +3 -0
- runs/Mar10_20-47-03_datajose/events.out.tfevents.1710114428.datajose.130732.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: TheBloke/Mistral-7B-Instruct-v0.2-GPTQ
|
7 |
+
model-index:
|
8 |
+
- name: shawgpt-ft
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# shawgpt-ft
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [TheBloke/Mistral-7B-Instruct-v0.2-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GPTQ) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.1762
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.0002
|
39 |
+
- train_batch_size: 4
|
40 |
+
- eval_batch_size: 4
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 4
|
43 |
+
- total_train_batch_size: 16
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- lr_scheduler_warmup_steps: 2
|
47 |
+
- num_epochs: 20
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 4.0698 | 0.96 | 20 | 3.1762 |
|
54 |
+
| 3.8745 | 1.98 | 41 | 3.1762 |
|
55 |
+
| 3.8712 | 2.99 | 62 | 3.1762 |
|
56 |
+
| 3.8708 | 4.0 | 83 | 3.1762 |
|
57 |
+
| 4.0664 | 4.96 | 103 | 3.1762 |
|
58 |
+
| 3.8739 | 5.98 | 124 | 3.1762 |
|
59 |
+
| 3.8743 | 6.99 | 145 | 3.1762 |
|
60 |
+
| 3.8717 | 8.0 | 166 | 3.1762 |
|
61 |
+
| 4.0685 | 8.96 | 186 | 3.1762 |
|
62 |
+
| 3.8727 | 9.98 | 207 | 3.1762 |
|
63 |
+
| 3.8712 | 10.99 | 228 | 3.1762 |
|
64 |
+
| 3.8747 | 12.0 | 249 | 3.1762 |
|
65 |
+
| 4.0631 | 12.96 | 269 | 3.1762 |
|
66 |
+
| 3.8709 | 13.98 | 290 | 3.1762 |
|
67 |
+
| 3.8746 | 14.99 | 311 | 3.1762 |
|
68 |
+
| 3.8771 | 16.0 | 332 | 3.1762 |
|
69 |
+
| 4.0657 | 16.96 | 352 | 3.1762 |
|
70 |
+
| 3.8752 | 17.98 | 373 | 3.1762 |
|
71 |
+
| 3.8724 | 18.99 | 394 | 3.1762 |
|
72 |
+
| 3.7421 | 19.28 | 400 | 3.1762 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- PEFT 0.9.0
|
78 |
+
- Transformers 4.38.1
|
79 |
+
- Pytorch 2.2.1+cu121
|
80 |
+
- Datasets 2.14.7
|
81 |
+
- Tokenizers 0.15.2
|
adapter_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "TheBloke/Mistral-7B-Instruct-v0.2-GPTQ",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 32,
|
13 |
+
"lora_dropout": 0.05,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"q_proj"
|
23 |
+
],
|
24 |
+
"task_type": "CAUSAL_LM",
|
25 |
+
"use_dora": false,
|
26 |
+
"use_rslora": false
|
27 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b4a0dad478cd518d4e0e83bcd8771d6768679048eb2460b8dd52d62878b3b20
|
3 |
+
size 8397056
|
emissions.csv
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
timestamp,project_name,run_id,duration,emissions,emissions_rate,cpu_power,gpu_power,ram_power,cpu_energy,gpu_energy,ram_energy,energy_consumed,country_name,country_iso_code,region,cloud_provider,cloud_region,os,python_version,codecarbon_version,cpu_count,cpu_model,gpu_count,gpu_model,longitude,latitude,ram_total_size,tracking_mode,on_cloud,pue
|
2 |
+
2024-03-09T17:17:36,codecarbon,ea1a1d63-b5f0-4a8e-94d2-182ebfdcaf5f,1146.60263133049,0.0635903527156479,5.545980008946886e-05,42.5,244.371,23.216667652130127,0.0135358552844988,0.1316100422502746,0.0073924832397113,0.1525383807744846,Chile,CHL,santiago metropolitan,,,Linux-6.5.0-25-generic-x86_64-with-glibc2.35,3.10.13,2.2.3,32,AMD Ryzen 9 7950X3D 16-Core Processor,1,1 x NVIDIA GeForce RTX 4090,-70.6536,-33.4521,61.91111373901367,machine,N,1.0
|
3 |
+
2024-03-09T20:31:03,codecarbon,3fb53714-affb-4a5a-9a30-22ffbb652e51,11422.792159557344,0.6344588143094855,5.554323368990302e-05,42.5,150.367,23.216667652130127,0.1348481485292316,1.3134216838304456,0.07364844722007,1.5219182795797492,Chile,CHL,santiago metropolitan,,,Linux-6.5.0-25-generic-x86_64-with-glibc2.35,3.10.13,2.2.3,32,AMD Ryzen 9 7950X3D 16-Core Processor,1,1 x NVIDIA GeForce RTX 4090,-70.6536,-33.4521,61.91111373901367,machine,N,1.0
|
4 |
+
2024-03-09T21:08:01,codecarbon,330dec1b-666f-428f-8b9d-12bd2811e019,4.3271119594573975,0.0001600240147495,3.6981713495944886e-05,42.5,253.784,23.216667652130127,5.1080490152041126e-05,0.0003048911970154,2.788849055596586e-05,0.0003838601777234,Chile,CHL,santiago metropolitan,,,Linux-6.5.0-25-generic-x86_64-with-glibc2.35,3.10.13,2.2.3,32,AMD Ryzen 9 7950X3D 16-Core Processor,1,1 x NVIDIA GeForce RTX 4090,-70.6536,-33.4521,61.91111373901367,machine,N,1.0
|
5 |
+
2024-03-09T21:08:31,codecarbon,a1edb424-213b-47cc-85e7-08a450cbe03f,8.173315286636353,0.0003356410873071,4.1065476558320056e-05,42.5,288.981,23.216667652130127,9.64868348505762e-05,0.0006559425781023,5.2695040565281775e-05,0.0008051244535182,Chile,CHL,santiago metropolitan,,,Linux-6.5.0-25-generic-x86_64-with-glibc2.35,3.10.13,2.2.3,32,AMD Ryzen 9 7950X3D 16-Core Processor,1,1 x NVIDIA GeForce RTX 4090,-70.6536,-33.4521,61.91111373901367,machine,N,1.0
|
6 |
+
2024-03-09T21:16:12,codecarbon,432c8345-5a96-40f1-bee9-c43dd7dee173,30.11906623840332,0.0014132237647722,4.6921234329977406e-05,42.5,283.63100000000003,23.216667652130127,0.0003555593397882,0.0028402752066589,0.0001941586764922,0.0033899932229394,Chile,CHL,santiago metropolitan,,,Linux-6.5.0-25-generic-x86_64-with-glibc2.35,3.10.13,2.2.3,32,AMD Ryzen 9 7950X3D 16-Core Processor,1,1 x NVIDIA GeForce RTX 4090,-70.6536,-33.4521,61.91111373901367,machine,N,1.0
|
7 |
+
2024-03-09T21:22:57,codecarbon,9e6c43fb-e75c-441a-80cd-33c978053ae6,30.419857501983643,0.0014802090980697,4.865930413951418e-05,42.5,214.435,23.216667652130127,0.0003591092134515,0.0029954452133621,0.0001961209411442,0.003550675367958,Chile,CHL,santiago metropolitan,,,Linux-6.5.0-25-generic-x86_64-with-glibc2.35,3.10.13,2.2.3,32,AMD Ryzen 9 7950X3D 16-Core Processor,1,1 x NVIDIA GeForce RTX 4090,-70.6536,-33.4521,61.91111373901367,machine,N,1.0
|
8 |
+
2024-03-10T19:59:40,codecarbon,b2ea5761-206f-4528-ae63-71c0460a391b,8.144304513931274,0.0003319940303519,4.076395102664759e-05,42.5,286.398,23.216667652130127,9.614420864317154e-05,0.0006477270955097,5.250471286870332e-05,0.0007963760170216,Chile,CHL,santiago metropolitan,,,Linux-6.5.0-25-generic-x86_64-with-glibc2.35,3.10.13,2.2.3,32,AMD Ryzen 9 7950X3D 16-Core Processor,1,1 x NVIDIA GeForce RTX 4090,-70.6536,-33.4521,61.91111373901367,machine,N,1.0
|
9 |
+
2024-03-10T20:00:30,codecarbon,9fa2e975-92b4-48e6-9969-9485b3eb0d3c,19.44430685043335,0.0008465949096002,4.353947487623554e-05,42.5,298.265,23.216667652130127,0.0002295408639642,0.0016758982282575,0.0001253440559673,0.0020307831481891,Chile,CHL,santiago metropolitan,,,Linux-6.5.0-25-generic-x86_64-with-glibc2.35,3.10.13,2.2.3,32,AMD Ryzen 9 7950X3D 16-Core Processor,1,1 x NVIDIA GeForce RTX 4090,-70.6536,-33.4521,61.91111373901367,machine,N,1.0
|
10 |
+
2024-03-10T20:02:30,codecarbon,4bf142b7-f35f-4253-b4eb-9e9a2642f752,38.2437539100647,0.0018821768957975,4.921527578656929e-05,42.5,325.827,23.216667652130127,0.0004514725123842,0.0038168541474394,0.0002465754244582,0.0045149020842818,Chile,CHL,santiago metropolitan,,,Linux-6.5.0-25-generic-x86_64-with-glibc2.35,3.10.13,2.2.3,32,AMD Ryzen 9 7950X3D 16-Core Processor,1,1 x NVIDIA GeForce RTX 4090,-70.6536,-33.4521,61.91111373901367,machine,N,1.0
|
11 |
+
2024-03-10T20:22:30,codecarbon,9d590d08-fe02-4937-ae3e-a1f79e659dd7,38.62720036506653,0.0017985526638062,4.6561817755573886e-05,42.5,347.466,23.216667652130127,0.0004560011797481,0.0036092515765909,0.0002490543572167,0.0043143071135558,Chile,CHL,santiago metropolitan,,,Linux-6.5.0-25-generic-x86_64-with-glibc2.35,3.10.13,2.2.3,32,AMD Ryzen 9 7950X3D 16-Core Processor,1,1 x NVIDIA GeForce RTX 4090,-70.6536,-33.4521,61.91111373901367,machine,N,1.0
|
12 |
+
2024-03-10T20:36:48,codecarbon,ca101f7c-cb99-40c0-b57c-22db52c4cc9c,38.63142704963684,0.001878292403504,4.86208392221862e-05,42.5,332.107,23.216667652130127,0.0004560509007838,0.0038004781568025,0.0002490550383643,0.0045055840959506,Chile,CHL,santiago metropolitan,,,Linux-6.5.0-25-generic-x86_64-with-glibc2.35,3.10.13,2.2.3,32,AMD Ryzen 9 7950X3D 16-Core Processor,1,1 x NVIDIA GeForce RTX 4090,-70.6536,-33.4521,61.91111373901367,machine,N,1.0
|
13 |
+
2024-03-10T20:40:15,codecarbon,7893daa1-51e8-41fa-8d9b-d4731cb9345f,38.76287388801575,0.0018375077998772,4.740380718895457e-05,42.5,330.75100000000003,23.216667652130127,0.0004576034214761,0.0037002286423981,0.0002499193085251,0.0044077513723994,Chile,CHL,santiago metropolitan,,,Linux-6.5.0-25-generic-x86_64-with-glibc2.35,3.10.13,2.2.3,32,AMD Ryzen 9 7950X3D 16-Core Processor,1,1 x NVIDIA GeForce RTX 4090,-70.6536,-33.4521,61.91111373901367,machine,N,1.0
|
14 |
+
2024-03-10T20:50:36,codecarbon,0659ba9e-96ec-4226-ad88-0583b83515c0,207.96208953857422,0.011353635643457104,5.459473728432198e-05,42.5,340.217,23.216667652130127,0.0024550311161412133,0.02343889273893085,0.0013407921513113028,0.02723471600638337,Chile,CHL,santiago metropolitan,,,Linux-6.5.0-25-generic-x86_64-with-glibc2.35,3.10.13,2.2.3,32,AMD Ryzen 9 7950X3D 16-Core Processor,1,1 x NVIDIA GeForce RTX 4090,-70.6536,-33.4521,61.91111373901367,machine,N,1.0
|
runs/Mar09_16-32-46_datajose/events.out.tfevents.1710012779.datajose.4168.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfdc7fdfde77f21435800264a5e1b87f7054e0696acfc512299b3b21488a8e03
|
3 |
+
size 5221
|
runs/Mar09_16-34-09_datajose/events.out.tfevents.1710012855.datajose.4168.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0516214759d88161a224c47dbd965cf482dd7931a1175177513835bd9aa953f
|
3 |
+
size 5221
|
runs/Mar09_16-40-25_datajose/events.out.tfevents.1710013231.datajose.4168.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dbd1a9eab56086c1bedd47c99786c86afbc78731a5e868b1c78bcfae459d6ca
|
3 |
+
size 5216
|
runs/Mar09_16-40-25_datajose/events.out.tfevents.1710013314.datajose.4168.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:538f4c39cd88f3c195f4c16107005bb5b9ef5e57ad1d445962055702476027ae
|
3 |
+
size 5216
|
runs/Mar09_16-40-25_datajose/events.out.tfevents.1710013912.datajose.4168.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08acaa94a6cbe6111851be260bcf930965f8932f1d8d5477422e8d5e19eac5b7
|
3 |
+
size 5216
|
runs/Mar09_16-53-25_datajose/events.out.tfevents.1710014013.datajose.32345.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24af5309ec553ea0619660ea68e49662940217f895e8664bb641f24e60258c80
|
3 |
+
size 5221
|
runs/Mar09_16-56-46_datajose/events.out.tfevents.1710014213.datajose.32876.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72fefbe737b983f10bcbf9168b7badb8e6b28372fadf77e7fafc055c04923b30
|
3 |
+
size 5221
|
runs/Mar09_16-57-55_datajose/events.out.tfevents.1710014281.datajose.32876.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b939dba56dae38075b76b40fd26abd4484579ddfdc32540ef0dcef9280b7d844
|
3 |
+
size 5222
|
runs/Mar09_16-58-24_datajose/events.out.tfevents.1710014309.datajose.33133.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e13bf355e362ada9b24ecb166597039eec8b1340f1687e778991fd4a0135b68c
|
3 |
+
size 6540
|
runs/Mar09_17-20-36_datajose/events.out.tfevents.1710015640.datajose.34663.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:624aaf23da6bae3a2c85787347b68dadeee5e439c2a9f048f8def017e9239ce5
|
3 |
+
size 15232
|
runs/Mar09_21-01-27_datajose/events.out.tfevents.1710028894.datajose.34663.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed5ccb13dfb8b967546265b018be50332921b608fbe5c5f3c3f42b060881f75d
|
3 |
+
size 5222
|
runs/Mar09_21-07-49_datajose/events.out.tfevents.1710029277.datajose.50158.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:387965900cc22d783f20e69783bbef2a9097533828f7489daf3ad8c559ee2f5e
|
3 |
+
size 6516
|
runs/Mar09_21-08-18_datajose/events.out.tfevents.1710029303.datajose.50158.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71c1311ed39562249b345a53947a46360f05efce45fd87a7426cc0446551dac8
|
3 |
+
size 7462
|
runs/Mar09_21-15-37_datajose/events.out.tfevents.1710029742.datajose.50636.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1095ba1def2c4cb1bf9cf8f951873a70a931aa3226738c716de8b0a3de01a094
|
3 |
+
size 7462
|
runs/Mar09_21-22-22_datajose/events.out.tfevents.1710030146.datajose.51616.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f88e8a7f5fa7d39bcbd556a96ae10302f1fb86f13fb3f25030c56d067926c31
|
3 |
+
size 7462
|
runs/Mar10_19-59-26_datajose/events.out.tfevents.1710111572.datajose.120951.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1a8722c9de5fda35c5a1598e3f8171eb4f1c65c5acdeb6753fa5bf22a70a60f
|
3 |
+
size 7454
|
runs/Mar10_20-00-05_datajose/events.out.tfevents.1710111611.datajose.120951.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ec370c143afdf3c00b406a02d5f46acbb636944cb3aec27be28922b083d8d44
|
3 |
+
size 9347
|
runs/Mar10_20-01-45_datajose/events.out.tfevents.1710111712.datajose.120951.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b998a682f17078e083b7436176f67167c0e7d8072bf90ea7d34ce86304261e2
|
3 |
+
size 13131
|
runs/Mar10_20-21-46_datajose/events.out.tfevents.1710112911.datajose.127921.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f77808e4d2f7f44bbd5a85d67f788b7df393ba9f51b57903ab526f5f2e7e097
|
3 |
+
size 13139
|
runs/Mar10_20-36-05_datajose/events.out.tfevents.1710113769.datajose.127921.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eddf9abf187982bbb0e3873efd48d50e1cd133a2b923b766549f10773a659374
|
3 |
+
size 13139
|
runs/Mar10_20-39-32_datajose/events.out.tfevents.1710113977.datajose.130149.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db7ce5cd0766a1bc9720d9ed520142dbcc6e4b6054bedc0254068cf1e6dd78a6
|
3 |
+
size 13139
|
runs/Mar10_20-47-03_datajose/events.out.tfevents.1710114428.datajose.130732.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a09fec0a541a18e155f4648622f4c39c49955337bfac4b0fbdf427a8a3092b82
|
3 |
+
size 15163
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c7853f11e23e191c3706b8da0c31193facf0be70268911e69b1f07bde323328
|
3 |
+
size 4920
|