Skip to content

feat: base model switched to roberta rebase#325

Merged
Davidnet merged 13 commits intomainfrom
feat/base-model-switched-to-roberta-rebase
Apr 15, 2026
Merged

feat: base model switched to roberta rebase#325
Davidnet merged 13 commits intomainfrom
feat/base-model-switched-to-roberta-rebase

Conversation

@Davidnet
Copy link
Copy Markdown
Member

This is a rebase of #324 due to the building process was failing since it didn't had the react fixes

Davidnet and others added 2 commits April 14, 2026 15:11
updated training setup

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
HF Hub API rejects binary files, requiring Xet/LFS storage via git push.
Added _upload_binary_via_git helper that clones the repo, tracks the file
extension with LFS, and pushes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 14, 2026 19:25
@Davidnet Davidnet force-pushed the feat/base-model-switched-to-roberta-rebase branch from 2371265 to 877ef05 Compare April 14, 2026 19:32
@Davidnet Davidnet changed the title Feat/base model switched to roberta rebase feat: base model switched to roberta rebase Apr 14, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Rebases prior work to update the quantized model artifacts and training/upload configuration, aiming to unblock builds by incorporating missing fixes from the earlier PR.

Changes:

  • Replaced/added multiple model/quantized/* artifacts (tokenizer/configs, label mappings, CRF transitions) and updated the LFS pointer for model_quantized.onnx.
  • Updated the dataset upload script to additionally push audit_ledger.tsv via a git+LFS workflow.
  • Changed training config to use an audit allowlist ledger path.

Reviewed changes

Copilot reviewed 10 out of 12 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
model/quantized/tokenizer_config.json New tokenizer config content added (now checked in as JSON).
model/quantized/special_tokens_map.json New special token mappings (now checked in as JSON).
model/quantized/ort_config.json New ORT quantization config (now checked in as JSON).
model/quantized/model_quantized.onnx Updated Git LFS pointer to a new quantized ONNX artifact (size increased).
model/quantized/label_mappings.json Added label mapping JSON content (now checked in as JSON).
model/quantized/crf_transitions.json Added large CRF transition matrix artifact.
model/quantized/added_tokens.json Added extra token mapping for [MASK].
model/flows/training_config.toml Set audit_allowlist to a specific local path.
model/dataset/huggingface/upload_dataset_to_hf.py Added git-based upload path for audit_ledger.tsv using LFS.
.gitattributes Added *.onnx LFS rule (repo already has model/quantized/** LFS rule).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread model/flows/training_config.toml Outdated
# Path to audit_allowlist.txt to filter training samples (empty = no filtering)
# Generate with: uv run python model/dataset/audit_dataset.py --samples-dir <dir>
audit_allowlist = ""
audit_allowlist = "/home/hannes/kiji-proxy/model/dataset/data_samples/training_samples/audit_ledger.tsv"
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

audit_allowlist is set to an absolute, machine-specific path. This will break other developers and CI runs that don’t have /home/hannes/....

Use a repo-relative path (e.g. under model/dataset/...) or make this configurable via an environment variable / CLI arg, and keep the default as an empty string (no filtering) or a relative path checked into the repo.

Suggested change
audit_allowlist = "/home/hannes/kiji-proxy/model/dataset/data_samples/training_samples/audit_ledger.tsv"
audit_allowlist = ""

Copilot uses AI. Check for mistakes.
Comment on lines +296 to +301
repo_url = f"https://x-access-token:{token}@huggingface.co/datasets/{repo_id}"
subprocess.run(
["git", "clone", "--depth", "1", repo_url, str(tmpdir / "repo")],
check=True,
capture_output=True,
env={**os.environ, "GIT_LFS_SKIP_SMUDGE": "1"},
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This embeds HF_TOKEN directly into the clone URL. That token can leak via process listings, shell history/logging, or Git error messages.

Prefer passing auth via GIT_ASKPASS/credential helper or git -c http.extraHeader="Authorization: Bearer …" clone ... so the token isn’t present in the command arguments/URL.

Copilot uses AI. Check for mistakes.
Comment on lines +324 to +328
capture_output=True,
env=git_env,
)
subprocess.run(
[
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git commit will fail (exit status 1) when there are no changes (e.g., the target file already exists with identical content). With check=True, that raises and aborts the upload.

Handle the no-op case explicitly (e.g., check git status --porcelain before committing, or allow a non-zero return code specifically for “nothing to commit”).

Copilot uses AI. Check for mistakes.
Comment thread .gitattributes
Comment thread model/quantized/crf_transitions.json Outdated
@@ -0,0 +1 @@
{"transitions": [[0.10524438321590424, 0.05764401704072952, -0.05235537141561508, -0.08696576952934265, -0.01693086512386799, 0.056151360273361206, 0.04314827546477318, -0.10339752584695816, -0.04210261255502701, -0.03143112733960152, 0.07195349037647247, 0.049497537314891815, -0.010904929600656033, 0.039103858172893524, 0.06118905544281006, 0.025822412222623825, -0.005464095622301102, -0.07456085085868835, -0.0744575783610344, 0.02943570353090763, -0.042717427015304565, -0.04755024239420891, -0.09559231996536255, -0.0625845268368721, -0.006601087283343077, 0.019842345267534256, -0.11189615726470947, -0.08544762432575226, 0.05199355259537697, -0.033106107264757156, 0.051043227314949036, -0.06203887611627579, -0.10107340663671494, 0.007900506258010864, -0.027346115559339523, 0.07469035685062408, 0.0335182249546051, -0.018618855625391006, 0.021387947723269463, 0.07403066009283066, 0.05239705741405487, -0.06899646669626236, -0.10255003720521927, 0.009924651123583317, -0.09654349833726883, 0.06513229012489319, 0.0018508520442992449, -0.020367756485939026, 0.045385997742414474, 0.014649780467152596, -0.12576018273830414, 0.06496021896600723, -0.06906898319721222], [-0.09566216915845871, 0.06967951357364655, -0.05785548314452171, 0.03298753872513771, -0.03146498650312424, -0.020160656422376633, 0.04593225568532944, 0.07456845790147781, -0.06671301275491714, -0.0012379540130496025, -0.010583032853901386, -0.029698137193918228, 0.03100798837840557, -0.047364212572574615, -0.11403269320726395, 0.067502960562706, 0.0605446919798851, -0.031129689887166023, -0.06068253889679909, -0.06514294445514679, 0.0829421728849411, 0.0562894307076931, 0.026554780080914497, -0.10012269020080566, 0.04966971278190613, 0.034562986344099045, 0.08617759495973587, -0.08138145506381989, -0.004316270817071199, -0.026807302609086037, 0.03698292002081871, 0.08373255282640457, -0.04017657786607742, -0.0833674818277359, 0.04972945898771286, 0.07645782828330994, -0.04713878408074379, 0.010003450326621532, -0.033502575010061264, -0.07871856540441513, 0.04002140462398529, 0.07565776258707047, -0.04793493077158928, -0.07986783236265182, 0.0708521232008934, 0.035614147782325745, -0.07114837318658829, 0.027907807379961014, -0.06979171931743622, 0.08648034185171127, -0.03872038424015045, 0.038298554718494415, -0.08807112276554108], [0.07001388818025589, 0.015853777527809143, 0.11136836558580399, 0.07263458520174026, 0.07069991528987885, -0.03636714071035385, 0.06371472030878067, -0.03811357170343399, 0.01626681722700596, 0.018572906032204628, -0.02971396967768669, 0.08169977366924286, -0.01750759966671467, -0.07726909220218658, -0.09521671384572983, -0.08998571336269379, -0.003767913207411766, -0.09718484431505203, 0.05778082460165024, -0.012668236158788204, -0.08941641449928284, -0.025892037898302078, 0.010040346533060074, -0.03132670000195503, -0.03652060776948929, -0.036637865006923676, -0.09395608305931091, -0.10228374600410461, 0.016540776938199997, 0.09197171032428741, -0.004683587700128555, -0.029512813314795494, -0.05515133962035179, 0.09169590473175049, -0.0974285826086998, 0.018278971314430237, 0.019571421667933464, -0.05761587247252464, 0.0773940160870552, 0.012829253450036049, 0.006303785368800163, -0.036917608231306076, 0.07268213480710983, -0.10128260403871536, -0.045260243117809296, 0.0015642489306628704, -0.07309699058532715, -0.016346726566553116, 0.06403400003910065, -0.045396655797958374, -0.004247969016432762, 0.08273764699697495, -0.0541670136153698], [-0.016640713438391685, 0.03286774083971977, 0.06776387244462967, -0.08779586106538773, 0.10899036377668381, 0.04279469698667526, 0.050183627754449844, 0.07256865501403809, -0.08203920722007751, -0.02033289335668087, 0.0666247084736824, 0.013742898590862751, -0.04968511685729027, 0.033538464456796646, -0.06046483665704727, 0.07384515553712845, 0.07149862498044968, -0.05202728882431984, -0.04694176837801933, -0.09980662167072296, 0.024134961888194084, -0.10291923582553864, 0.07618891447782516, -0.014607411809265614, -0.09615508466959, -0.10401660203933716, 0.048766374588012695, 0.06282860040664673, -0.013012499548494816, 0.09066296368837357, 0.0464036725461483, 0.023961659520864487, 0.06957049667835236, -0.07318533211946487, -0.08363910019397736, 0.05704442411661148, 0.008461149409413338, -0.07567843794822693, -0.03303675726056099, 0.06266120076179504, -0.10000970959663391, -0.03359130769968033, -0.10088697820901871, -0.0967303067445755, 0.07607803493738174, -0.009072037413716316, -0.09643546491861343, 0.031049376353621483, 0.040497954934835434, -0.06542342901229858, 0.08026916533708572, -0.09508702903985977, -0.11506518721580505], [-0.09137246012687683, 0.0245622918009758, -0.11731773614883423, 0.06983388215303421, -0.026218309998512268, 0.08886081725358963, -0.021600987762212753, -0.08741152286529541, -0.008325112983584404, 0.020019233226776123, -0.10515890270471573, -0.051508355885744095, 0.0847284346818924, -0.057344816625118256, -0.05936107411980629, -0.0638110488653183, -0.09735122323036194, -0.08132918179035187, 0.02245759591460228, -0.050368793308734894, 0.036233603954315186, -0.006013120524585247, 0.011453489772975445, 0.030779076740145683, 0.07998890429735184, 0.03836493566632271, -0.08364655822515488, 0.0768434926867485, 0.00953910406678915, -0.015401525422930717, 0.026906613260507584, -0.03601854667067528, -0.042667169123888016, -0.04773223400115967, -0.038234539330005646, -0.013542864471673965, -0.003343242686241865, 0.06571799516677856, 0.0855318009853363, -0.011691836640238762, 0.0008304942166432738, -0.04902433231472969, -0.06666558980941772, -0.023507993668317795, -0.05104552581906319, 0.023916058242321014, -0.05542507767677307, 0.05571974441409111, 0.07327388226985931, -0.016037331894040108, 0.022884277626872063, -0.10513915121555328, -0.07612137496471405], [0.05494710057973862, -0.02806166559457779, -0.07691580057144165, 0.07584736496210098, 0.02306782454252243, -0.05443096533417702, -0.04556902498006821, -0.03755899891257286, -0.014404190704226494, -0.09553460031747818, -0.05153466761112213, 0.06022721529006958, -0.04982885718345642, 0.0024968800134956837, 0.018930703401565552, -0.04190980643033981, 0.04386575147509575, -0.07584445178508759, -0.07671444118022919, -0.014846710488200188, 0.02147737145423889, -0.050833847373723984, -0.02381221018731594, 0.034974128007888794, 0.03379250690340996, -0.0863654837012291, 0.07756415754556656, -0.020035600289702415, -0.10527106374502182, 0.03160817176103592, 0.05498810485005379, -0.010830191895365715, -0.10423284024000168, -0.027722638100385666, 0.050232671201229095, 0.04240065813064575, -0.04462847486138344, 0.02925543673336506, 0.044112678617239, 0.026155704632401466, -0.0986892431974411, 0.08738290518522263, 0.08161210268735886, 0.07855840772390366, 0.03416827321052551, 0.02845367230474949, 0.007113537285476923, -0.09101733565330505, -0.06135861203074455, 0.0683116540312767, 0.029664169996976852, 0.08096489310264587, -0.045590125024318695], [0.028952879831194878, 0.0532858669757843, -0.10539858043193817, -0.08802604675292969, -0.004335999954491854, -0.1076277643442154, 0.10610322654247284, -0.07920483499765396, -0.06094464287161827, -0.056328605860471725, 0.006201248615980148, -0.05546565353870392, 0.006077482830733061, 0.0691017434000969, 0.06155285984277725, -0.07566466927528381, -0.10468905419111252, -0.020937571302056313, -0.10005529224872589, 0.07320614159107208, 0.05073007941246033, 0.10168907791376114, -0.09751235693693161, 0.07745124399662018, 0.05177752673625946, -0.05825747177004814, -0.008823546580970287, 0.08666985481977463, -0.08541519939899445, -0.09162414073944092, -0.06499595195055008, 0.07417501509189606, -0.01894116774201393, 0.01809331215918064, -0.04588346928358078, -0.043409932404756546, -0.045548684895038605, -0.012201572768390179, -0.10546425729990005, 0.04637865722179413, 0.03783511370420456, 0.05961957573890686, -0.09029989689588547, 0.08678681403398514, 0.029628463089466095, -0.0851292535662651, -0.036517493426799774, -0.06941214203834534, -0.001917060581035912, -0.043669506907463074, -0.09868834912776947, -0.09323664754629135, -0.056313931941986084], [0.025553740561008453, 0.03565791994333267, -0.09973236173391342, -0.05566219612956047, 0.05812356248497963, -0.07401373237371445, 0.06451522558927536, 0.08676137775182724, 0.07757478952407837, -0.0036068425979465246, 0.044995568692684174, -0.03807336837053299, -0.10134293884038925, 0.03808670490980148, -0.05327552184462547, -0.014011889696121216, -0.08515360951423645, -0.06666338443756104, -0.040306806564331055, 0.015186700038611889, -0.08399198949337006, -0.06679742783308029, -0.049121275544166565, -0.017820656299591064, -0.083652064204216, 0.06683126091957092, -0.103612519800663, 0.0838744044303894, -0.009474184364080429, 0.034665513783693314, -0.07191041111946106, -0.07974295318126678, -0.07559756189584732, 0.06040320172905922, -0.01452555786818266, 0.03508644551038742, -0.09566250443458557, -0.1020069494843483, 0.0773339569568634, 0.04031030833721161, -0.042532842606306076, 0.0909222662448883, -0.03352244570851326, -0.0621359683573246, 0.04723667725920677, -0.051532015204429626, 0.07234670966863632, -0.0670374408364296, 0.060283612459897995, 0.03427920490503311, 0.07848387956619263, 0.08257174491882324, -0.06071736663579941], [-0.0909331664443016, -0.09834779798984528, 0.004819347523152828, 0.018860014155507088, -0.06026584655046463, -0.04854879528284073, 0.017763888463377953, 0.005264880135655403, -0.0011222605826333165, -0.09416710585355759, -0.03070659376680851, -0.08432727307081223, -0.02737753838300705, -0.06128548085689545, 0.048114776611328125, -0.06720852851867676, -0.10264667123556137, -0.029367290437221527, -0.0762057676911354, 0.06136701628565788, 0.019286110997200012, -0.10703890770673752, 0.03423124551773071, -0.07444163411855698, -0.025386357679963112, -0.08537334203720093, 0.05134874954819679, 0.030530603602528572, 0.07123827934265137, -0.07897184044122696, -0.04631539806723595, -0.1045282781124115, -0.07612486928701401, 0.01864730939269066, -8.999481360660866e-05, 0.0632176399230957, 0.0738988071680069, 0.07969162613153458, -0.08773087710142136, -0.08350078016519547, -0.01486664917320013, 0.008070103824138641, 0.02187497168779373, -0.016875343397259712, 0.06333521753549576, 0.02643314190208912, -0.04892421141266823, 0.045906294137239456, -0.02223663218319416, -0.051976464688777924, 0.002417336218059063, -0.05876215547323227, -0.0837794616818428], [0.022792687639594078, 0.03813096880912781, -0.08580618351697922, -0.02881595864892006, 0.05539041757583618, -0.013768539763987064, -0.03801324591040611, -0.04098209738731384, -0.02863217703998089, 0.06165018305182457, 0.09067624807357788, -0.015449217520654202, -0.043032992631196976, -0.04423642158508301, -0.1032390221953392, -0.04275040701031685, -0.07571911066770554, -0.06467065215110779, -0.06991156190633774, 0.0864020437002182, 0.08794349431991577, 0.020431041717529297, -0.033296164125204086, -0.03928802162408829, -0.10792772471904755, -0.0049391742795705795, 0.04216272383928299, -0.10055319219827652, -0.09098511934280396, -0.018054701387882233, 0.002113459398970008, -0.05660732090473175, -0.02363370545208454, -0.05343632772564888, 0.008879105560481548, 0.018468400463461876, -0.0934920608997345, -0.06356742978096008, -0.03119230829179287, 0.09383036941289902, 0.0798814594745636, -0.02655838243663311, -0.07032474875450134, -0.06982168555259705, -0.009128298610448837, -0.08349668979644775, -0.06793192774057388, 0.06894147396087646, -0.07838518172502518, 0.0451890267431736, -0.10954992473125458, -0.09251447021961212, -0.08738508820533752], [0.008890671655535698, -0.05598937347531319, -0.08161481469869614, 0.06612502783536911, 0.08507300913333893, 0.046732496470212936, 0.053946252912282944, -0.06723841279745102, -0.024952763691544533, -0.09547948092222214, -0.08067245036363602, -0.0024898871779441833, 0.0863955169916153, -0.030406450852751732, -0.03850621357560158, -0.028617609292268753, -0.060073863714933395, -0.06277202814817429, -0.0703682005405426, 0.02850143238902092, 0.05793946608901024, 0.0916481614112854, -0.028054343536496162, 0.0017954757204279304, -0.08409535884857178, 0.057334549725055695, -0.008403996005654335, 0.06649842113256454, -0.06014406681060791, -0.07021842896938324, 0.04767163097858429, 0.014504154212772846, 0.08732577413320541, -0.09876033663749695, 0.04260143265128136, 0.07994938641786575, 0.034056469798088074, -0.06350315362215042, -0.09505347162485123, -0.09203828871250153, 0.04035284370183945, 0.016085291281342506, -0.09043028205633163, 0.06937321275472641, 0.06585834175348282, -0.10062292963266373, 0.07875949889421463, -0.018606029450893402, -0.012798898853361607, 0.01867038384079933, 0.061843957751989365, 0.006679743528366089, 0.04993753880262375], [-0.012582994997501373, -0.07093122601509094, 0.052605051547288895, -0.041871946305036545, -0.006188283674418926, 0.006642730440944433, 0.05251677706837654, 0.042786866426467896, -0.10608003288507462, 0.06748170405626297, -0.09540694952011108, 0.06340993940830231, -0.019987456500530243, -0.07119877636432648, -0.027688294649124146, -0.10047320276498795, 0.03463221341371536, -0.04519018903374672, 0.026576127856969833, -0.09880848973989487, -0.01785154454410076, 0.038174230605363846, -0.06771398335695267, -0.05661278963088989, -0.03316888585686684, -0.06675011664628983, 0.03300855681300163, 0.07656192779541016, -0.022601017728447914, 0.0696074515581131, -0.10523190349340439, 0.08390138298273087, -0.073100246489048, 0.05189885199069977, -0.01685064472258091, 0.06568025797605515, -0.08512264490127563, -0.09360597282648087, -0.07207565754652023, -0.031078480184078217, -0.07819180190563202, 0.05001942440867424, -0.10490640997886658, -0.046621039509773254, -0.07938095182180405, -0.010809006169438362, -0.06048685684800148, 0.07169368118047714, -0.03197629004716873, 0.02283363789319992, -0.08745253086090088, -0.05133715271949768, 0.03057277761399746], [-0.030876154080033302, -0.01159321516752243, -0.0023138762917369604, 0.020868469029664993, -0.08597198873758316, -0.0370699018239975, -0.06863992661237717, -0.07857950031757355, -0.055650971829891205, -0.04138064756989479, 0.013356142677366734, 0.07550341635942459, 0.09256700426340103, -0.04147534444928169, 0.029687395319342613, -0.02924824319779873, 0.02789347991347313, 0.07766085863113403, 0.06572142243385315, -0.041128069162368774, 0.05256494879722595, -0.06271014362573624, 0.05767549201846123, -0.05017619580030441, -0.08950609713792801, -0.055366646498441696, 0.07798846811056137, 0.07283393293619156, -0.10363665968179703, 0.04910113662481308, -0.07528514415025711, 0.06722679734230042, -7.084499520715326e-05, 0.033827800303697586, 0.0334305465221405, -0.05330472066998482, 0.025137191638350487, -0.08487211912870407, 0.054863374680280685, 0.04957227036356926, -0.07026153802871704, 0.023510966449975967, -0.010929569602012634, -0.005701668560504913, 0.0708862915635109, -0.029038455337285995, 0.06606944650411606, -0.09272154420614243, -0.07864688336849213, 0.0376921109855175, -0.051042161881923676, -0.04399285092949867, -0.1005362793803215], [-0.065696582198143, -0.10006041079759598, -0.0806705504655838, -0.02699662372469902, -0.07100735604763031, 0.07992728054523468, 0.00419648690149188, 0.04098537191748619, 0.016192762181162834, 0.0026581338606774807, 0.05766134336590767, -0.012493819929659367, 0.06333905458450317, -0.04362292215228081, 0.07974757999181747, 0.0700618326663971, -0.049443744122982025, -0.09030868858098984, -0.013774623163044453, -0.018142858520150185, -0.11694362014532089, 0.04535507783293724, -0.022999122738838196, -0.08459389209747314, -0.03560177981853485, -0.05892820656299591, 0.027933189645409584, -0.03178379312157631, 0.03264390304684639, -0.08051993697881699, -0.10572465509176254, 0.017494283616542816, -0.05316990986466408, 0.08849728107452393, -0.06185103952884674, -0.07144685834646225, -0.09036856144666672, 0.009777114726603031, -0.06361260265111923, 0.06607049703598022, 0.03191378712654114, -0.04744964838027954, 0.02527262642979622, -0.020090563222765923, 0.057933736592531204, -0.08665617555379868, -0.014405474066734314, 0.06808072328567505, 0.03566267713904381, 0.01532172691076994, -0.05088192597031593, -0.06954116374254227, 0.0724332332611084], [0.041830480098724365, 0.015621805563569069, 0.06267988681793213, -0.09972980618476868, 0.06390275806188583, 0.004341032821685076, -0.11194957792758942, 0.08253275603055954, 0.08544821292161942, -0.03991071507334709, 0.07878085970878601, 0.04251586273312569, 0.008941683918237686, 0.04188285395503044, 0.08601253479719162, -0.10501857846975327, 0.07196764647960663, -0.09331927448511124, -0.09472913295030594, -0.0029951948672533035, 0.04545874148607254, -0.06845810264348984, -0.055869802832603455, 0.016347289085388184, 0.015925662592053413, -0.06534702330827713, -0.05675290897488594, 0.04933735355734825, -0.08879503607749939, -0.04224897176027298, -0.09355460852384567, 0.0204166229814291, 0.04150328412652016, -0.08204665780067444, -0.07070212066173553, 0.088095523416996, -0.062038637697696686, -0.00961185060441494, -0.10604114085435867, 0.022778788581490517, 0.0713982880115509, 0.07873787730932236, 0.014103508554399014, -0.08137799054384232, -0.10769016295671463, -0.022507602348923683, -0.0554049015045166, 0.07852676510810852, 0.08094266802072525, 0.011357651092112064, 0.01713208481669426, 0.002788499929010868, 0.06622117012739182], [-0.008290030062198639, -0.07952217012643814, -0.06318649649620056, 0.07212129235267639, -0.015366495586931705, -0.04291675239801407, 0.0728798657655716, -0.0023680671583861113, -0.009368211030960083, 0.0773257240653038, -0.09363332390785217, -0.027745576575398445, -0.08763442188501358, 0.03594536334276199, -0.10681625455617905, 0.06519923359155655, -0.015902593731880188, -0.042214054614305496, -0.021185608580708504, -0.0436670184135437, 0.03339214250445366, 0.006131850183010101, 0.044106267392635345, -0.018397239968180656, -0.04958657920360565, 0.0003498258884064853, 0.011580663733184338, -0.025583483278751373, -0.10951562970876694, 0.014195992611348629, -0.10210259258747101, -0.09045471251010895, -0.027867188677191734, -0.01767435111105442, -0.0385405495762825, 0.08655887842178345, -0.08715269714593887, -0.007069648243486881, 0.03610531985759735, -0.026803383603692055, -0.06715068221092224, 0.05826461687684059, -0.0044884937815368176, 0.0924629271030426, 0.00826954934746027, -0.03214326128363609, -0.013460720889270306, 0.044077347964048386, -0.023508833721280098, 0.0787622258067131, 0.046724554151296616, -0.08193062990903854, -0.0020391319412738085], [0.053446974605321884, -0.09790568053722382, -0.08113305270671844, 0.07249895483255386, -0.004609720781445503, 0.08099808543920517, -0.02315491996705532, 0.03191161900758743, -0.06440925598144531, 0.08600176125764847, -0.0069387671537697315, -0.0828126072883606, -0.09187294542789459, 0.07330049574375153, 0.08903132379055023, 0.05214421823620796, -0.06009102240204811, -0.02597305178642273, 0.006116981152445078, -0.03646661341190338, -0.11123140156269073, -0.03168490529060364, 0.023053284734487534, 0.05440564453601837, 0.039807695895433426, 0.03977687284350395, -0.057586997747421265, -0.0008508793544024229, -0.047387197613716125, -0.045072656124830246, -0.026436172425746918, -0.005055918358266354, -0.05182838812470436, -0.05948289483785629, 0.012996035628020763, 0.07063097506761551, 0.026946764439344406, -0.08337357640266418, -0.052063919603824615, -0.09255646914243698, -0.0329112634062767, -0.0051180156879127026, -0.00598421785980463, 0.07083867490291595, 0.014358974993228912, -0.1088910773396492, -0.08498542010784149, 0.0612843818962574, 0.07187933474779129, 0.02546420879662037, 0.06635170429944992, 0.04040561243891716, -0.048008035868406296], [0.01336868479847908, -0.1184014230966568, -0.02386138029396534, 0.042848214507102966, -0.07086672633886337, -0.08830830454826355, 0.01779700443148613, -0.08930820226669312, -0.07334054261445999, 0.05203036591410637, -0.03536536172032356, -0.06635582447052002, -0.0443878211081028, -0.014012081548571587, -0.016764821484684944, -0.1106424555182457, -0.001093486207537353, 0.06680747866630554, -0.04164757952094078, -0.005860411562025547, -0.014879688620567322, -0.04265569522976875, -0.030137954279780388, -0.03375408053398132, -0.07219406217336655, -0.011213120073080063, -0.030544742941856384, -0.046665940433740616, 0.08190872520208359, 0.06292935460805893, -0.08001136779785156, -0.08097349107265472, -0.009302748367190361, 0.06471741199493408, 0.012706608511507511, -0.10034749656915665, -0.0032102148979902267, -0.07731113582849503, -0.10071613639593124, -0.04033150151371956, -0.041266243904829025, 0.029928304255008698, -0.08626985549926758, -0.06309967488050461, -0.03137536719441414, -0.10859183967113495, -0.028500769287347794, -0.057857781648635864, 0.014845623634755611, -0.07373571395874023, -0.022631272673606873, -0.06307448446750641, 0.02611161768436432], [-0.053270306438207626, 0.05426843836903572, -0.1058068573474884, 0.07214662432670593, 0.033854883164167404, -0.04870055243372917, -0.05511365830898285, -0.10635329782962799, 0.0018212896538898349, -0.026867320761084557, 0.0655030757188797, -0.013144123367965221, -0.08807601779699326, -0.06028122082352638, 0.02262473851442337, -0.002116428455337882, -0.09594085067510605, 0.04157199710607529, -0.02848983183503151, -0.029578611254692078, -0.003482075408101082, 0.026912394911050797, -0.100121408700943, 0.004318883176892996, -0.04323654994368553, -0.008246595971286297, 0.07619626820087433, 0.04719725251197815, -0.07647962123155594, 0.08995117992162704, 0.03841118887066841, 0.030288539826869965, 0.022286435589194298, -0.04602786526083946, 0.00024726969422772527, 0.030008118599653244, -0.07467034459114075, -0.00854406226426363, 0.0854693129658699, 0.05566021427512169, 0.021253978833556175, 0.07017023116350174, -0.0723503902554512, 0.05778603255748749, -0.08223775029182434, 0.0322725772857666, 0.022279012948274612, -0.10555852204561234, -0.030134452506899834, -0.028405191376805305, -0.003678790992125869, -0.11209803819656372, -0.08918768912553787], [-0.03068637289106846, -0.08781712502241135, 0.014042879454791546, 0.07556679099798203, -0.06410786509513855, -0.0029099746607244015, 0.03849463909864426, 0.04489947855472565, -0.05983927845954895, -0.08208923786878586, 0.08343140035867691, 0.03474433720111847, -0.046301670372486115, -0.027620740234851837, 0.008969835005700588, 0.06545789539813995, -0.04913554713129997, 0.004456708207726479, 0.04760706052184105, -0.08368159830570221, 0.059911929070949554, 0.09500808268785477, 0.018451789394021034, -0.053105153143405914, -0.0874466821551323, -0.107854463160038, 0.028380639851093292, -0.09544882923364639, 0.015156266279518604, 0.025910235941410065, -0.0030561902094632387, -0.03034837916493416, 0.015431090258061886, 0.0358271524310112, 0.06860338151454926, 0.049874093383550644, -0.02421160601079464, -0.07503875344991684, 0.01871427521109581, 0.08432269841432571, 0.02166535146534443, 0.08764448016881943, -0.004612518008798361, -0.07440568506717682, 0.04052291065454483, -0.026883205398917198, 0.05981474742293358, -0.02359706163406372, 0.062491752207279205, -0.044012829661369324, -0.05073641985654831, -0.048393119126558304, 0.024239346385002136], [-0.07807818055152893, 0.069456547498703, -0.09570248425006866, -0.010318316519260406, 0.03575493395328522, -0.04304826259613037, -0.011579952202737331, 0.09431087225675583, -0.03644469007849693, -0.029288219287991524, -0.10155011713504791, -0.09821077436208725, -0.10786744952201843, -0.07163021713495255, -0.07769335061311722, -0.09826593101024628, -0.10634557902812958, 0.04125198721885681, -0.05034641921520233, 0.03221478313207626, 0.0806436613202095, 0.020796284079551697, 0.017782574519515038, -0.002880836371332407, 0.08903884142637253, -0.03552418202161789, 0.05950749292969704, 0.029288452118635178, 0.00011393399472581223, -0.028891704976558685, 0.08508635312318802, 0.005638666916638613, -0.03218820318579674, 0.023797035217285156, -0.08450707048177719, 0.03712615370750427, 0.015412033535540104, -0.05694197863340378, 0.08688705414533615, -0.009080861695110798, -0.06108340993523598, 0.019175082445144653, -0.011789070442318916, 0.08179450780153275, -0.10578840225934982, -0.10759012401103973, -0.0992913767695427, -0.04576323553919792, 0.09003756195306778, -0.010543085634708405, -0.042888544499874115, -0.052116505801677704, -0.05873098596930504], [0.037998002022504807, 0.03720127418637276, -0.05334106460213661, -0.020913686603307724, -0.10135635733604431, -0.035975806415081024, -0.04001074656844139, 9.013567614601925e-05, 0.06868431717157364, -0.027532773092389107, 0.015340697951614857, -0.039766326546669006, -0.042494915425777435, 0.015201928094029427, -0.08410601317882538, -0.07826321572065353, -0.02270740643143654, -0.10786861181259155, 0.012153241783380508, -0.10264503210783005, 0.07743684947490692, 0.009608203545212746, 0.04395168647170067, 0.04393487051129341, 0.003875728929415345, 0.0657915398478508, 0.001412593643181026, 0.016431517899036407, -0.061303842812776566, -0.054148778319358826, -0.024223346263170242, -0.0058437068946659565, 0.0280595812946558, -0.10318868607282639, 0.07268446683883667, -0.03799746185541153, -0.05805229768157005, 0.008870194666087627, -0.03238365054130554, -0.062048472464084625, -0.09389416128396988, -0.060155611485242844, -0.06994064897298813, -0.019286153838038445, -0.05648292601108551, -0.02005196548998356, -0.0027472989168018103, -0.01402563601732254, 0.08543642610311508, 0.06976059079170227, 0.013938302174210548, 0.0346003919839859, 0.015333237126469612], [-0.052003342658281326, -0.014832753688097, -0.04952793940901756, 0.07462627440690994, -0.005503889638930559, 0.04360858350992203, 0.04549550637602806, 0.038858041167259216, -0.0005873017362318933, 0.04217100143432617, -0.04631773754954338, -0.0646299421787262, 0.03950592502951622, 0.01282399334013462, -0.05696278437972069, -0.013846480287611485, -0.015904119238257408, 0.0903821587562561, -0.04849349334836006, -0.0644509568810463, -0.08692370355129242, -0.08144404739141464, 0.09305627644062042, 0.05363107845187187, -0.052914559841156006, 0.008810332976281643, -0.06813804060220718, -0.0740862712264061, 0.0613708421587944, 0.05031988397240639, -0.03344578668475151, -0.01788543164730072, -0.09308334439992905, 0.010196797549724579, -0.03947451338171959, 0.021613838151097298, -0.012687085196375847, -0.049708541482686996, -0.029401779174804688, -0.048545464873313904, 0.05597016215324402, 0.013018963858485222, 0.0454363115131855, -0.09219709783792496, -0.08035893738269806, 0.03265000507235527, 0.0704871341586113, 0.08282823115587234, -0.05188943073153496, -0.03712572529911995, 0.08070073276758194, 0.006110887508839369, -0.04144786670804024], [-0.0720721036195755, 0.012499037198722363, -0.010860276408493519, -0.06799711287021637, 0.08464142680168152, -0.0400540716946125, -0.07249274849891663, -0.08754945546388626, 0.02299860119819641, -0.05489473044872284, 0.0024622143246233463, -0.04962429776787758, -0.11408958584070206, 0.01657453551888466, -0.10279075056314468, 0.0840202048420906, -0.04999474808573723, 0.07062559574842453, -0.09461268782615662, -0.06177472695708275, -0.08064340800046921, -0.1038900762796402, 0.07189689576625824, -0.056141018867492676, 0.11506345868110657, 0.08760742098093033, 0.025637665763497353, -0.016794469207525253, 0.08445492386817932, 0.053541507571935654, -0.031219031661748886, -0.03916223347187042, 0.03444429859519005, -0.01692858524620533, -0.09422282129526138, -0.066041961312294, -0.06487832218408585, 0.05994297191500664, -0.08529188483953476, 0.08236921578645706, -0.0690942257642746, 0.009823821485042572, 0.06436572968959808, -0.07824421674013138, -0.07462292909622192, -0.10680850595235825, 0.08719757944345474, 0.033783767372369766, 0.01671219803392887, 0.0376569926738739, -0.07138777524232864, 0.06398830562829971, 0.0466897152364254], [0.025724679231643677, 0.0513848215341568, -0.10530968010425568, 0.08162203431129456, 0.041438028216362, 0.03957610949873924, -0.09050028771162033, 0.08557676523923874, -0.09206940978765488, 0.005630998872220516, 0.07914430648088455, 0.03728031367063522, -0.07934914529323578, -0.07568968087434769, 0.022466784343123436, 0.0888921320438385, 0.005234494339674711, -0.07371865212917328, -0.05486595630645752, -0.0261375829577446, 0.009236305952072144, 0.033862970769405365, -0.08785577118396759, 0.05402040854096413, -0.06786218285560608, 0.0369548536837101, -0.021582653746008873, 0.02653457596898079, -0.06061505153775215, 0.04855692759156227, -0.016433563083410263, -0.028812628239393234, 0.008297502063214779, 0.04554278776049614, -0.009970266371965408, 0.02243872359395027, -0.07354166358709335, -0.03625176101922989, -0.03592090681195259, -0.054172348231077194, -0.030094699934124947, 0.04882263019680977, -0.08693055808544159, -0.066217340528965, -0.005670588929206133, 0.029367465525865555, -0.04277728870511055, -0.05124915391206741, -0.0006397491088137031, 0.0862663984298706, -0.03261148929595947, -0.07878117263317108, 0.07751645147800446], [-0.04578476399183273, 0.010878135450184345, 0.07648494094610214, -0.046564891934394836, -0.0729723796248436, 0.005832551512867212, -0.07810384780168533, -0.03895638883113861, -0.001924001146107912, 0.009311326779425144, -0.0742059051990509, -0.039371248334646225, -0.08558590710163116, 0.06111719086766243, 0.030785556882619858, -0.09701459854841232, 0.00537005765363574, 0.025514908134937286, -0.008139736950397491, 0.02145572006702423, -0.051771312952041626, -0.040078308433294296, -0.06314652413129807, -0.0958796888589859, 0.07513441890478134, 0.011607947759330273, -0.058712974190711975, -0.01416102610528469, 0.03992083668708801, -0.03956551477313042, 0.05334515497088432, -0.03748376667499542, 0.04642000421881676, 0.03569035977125168, -0.06345715373754501, -0.05954062566161156, -0.10834819078445435, -0.06157078966498375, 0.04327010735869408, -0.09423470497131348, -0.07617484033107758, 0.06705284863710403, -0.06271733343601227, -0.0676896795630455, -0.016047989949584007, -0.09266996383666992, 0.0462423674762249, -0.10510417819023132, -0.02540551871061325, 0.059808455407619476, -0.030906371772289276, 0.07812300324440002, -0.08154720067977905], [-0.06304297596216202, 0.014971338212490082, -0.017516417428851128, -0.07441332191228867, -0.02832280844449997, 0.04155760630965233, 0.012575325556099415, -0.05868171155452728, -0.04652174562215805, -0.02914377488195896, 5.428646909422241e-05, 0.08664138615131378, 0.02304883301258087, 0.012936572544276714, -0.09519827365875244, 0.058736030012369156, -0.026167701929807663, 0.09288637340068817, -0.047258757054805756, -0.06856756657361984, 0.0318620540201664, -0.07704953849315643, -0.07415630668401718, 0.020287925377488136, 0.005897466093301773, 0.04365251585841179, -0.07744255661964417, 0.043374329805374146, -0.05596235767006874, 0.09460275620222092, 0.03521914407610893, -0.08617275208234787, 0.03695744648575783, -0.0561184324324131, -0.0002578201820142567, -0.07704208791255951, 0.03565467521548271, 0.065567746758461, -0.07767689228057861, 0.025202808901667595, 0.026981720700860023, -0.05934286490082741, 0.02746044285595417, 0.005668131168931723, 0.08567998558282852, -0.002881640801206231, -0.015772568061947823, 0.06309867650270462, -0.023962173610925674, -0.003289340063929558, 0.007351602893322706, -0.025381116196513176, -0.05423044040799141], [-0.02852257527410984, 0.016534797847270966, -0.08879563212394714, 0.014949529431760311, 0.052297696471214294, -0.045350972563028336, 0.0183038841933012, 0.04002953693270683, 0.003989342134445906, -0.07102927565574646, -0.032495319843292236, 0.04336932674050331, 0.019084636121988297, -0.10359553247690201, -0.08289949595928192, 0.02037607878446579, -0.0848696306347847, -0.0051038446836173534, 0.00810833927243948, 0.03778555989265442, -0.04771757125854492, -0.018323658034205437, -0.07515102624893188, -0.008631672710180283, -0.04755840823054314, -0.02137497439980507, -0.09881287068128586, -0.04223398491740227, 0.11047717183828354, -0.02294943481683731, -0.02015456184744835, 0.013108443468809128, 0.06711947917938232, -0.05117250606417656, -0.048667337745428085, -0.07798926532268524, -0.004906503949314356, 0.06129765510559082, 0.026963233947753906, -0.08503564447164536, 0.011227230541408062, -0.049866124987602234, 0.008891073986887932, -0.04322628304362297, -0.04279344901442528, -0.10206058621406555, 0.08019658923149109, -0.061985455453395844, 0.06789153069257736, 0.07152153551578522, -0.006164463236927986, -0.07506275177001953, -0.09446439146995544], [-0.044788114726543427, -0.0827096700668335, -0.05748024210333824, -0.11097022145986557, 0.07538606226444244, -0.03162650018930435, -0.002703216392546892, -0.0077246311120688915, -0.06510558724403381, -0.06009102612733841, -0.06448674201965332, -0.03643343597650528, 0.03276077285408974, -0.018782082945108414, 0.0001580490788910538, 0.011885172687470913, 0.0238430704921484, 0.075774647295475, -0.006471897475421429, -0.07433846592903137, 0.06503415107727051, -0.052242279052734375, 0.004120684694498777, -0.06257717311382294, 0.08191986382007599, -0.09056835621595383, -0.01952005736529827, -0.11484957486391068, 0.07868890464305878, 0.00605785520747304, 0.06808122992515564, -0.10510724782943726, 0.01602674461901188, -0.09334980696439743, -0.04874665290117264, -0.10195092856884003, -0.03910165652632713, 0.04080682620406151, -0.03503014147281647, -0.05895371362566948, 0.054966263473033905, -0.057667095214128494, 0.07484447211027145, 0.06682232767343521, 0.05065791681408882, 0.03693582862615585, -0.08154089003801346, -0.0286067146807909, 0.07546741515398026, 0.06141404062509537, -0.0912105143070221, -0.05839991942048073, -0.02716592326760292], [0.07503063976764679, -0.07132430374622345, -0.04896422103047371, 0.018553270027041435, 0.017526140436530113, 0.08465572446584702, -0.08447534590959549, 0.007171561010181904, 0.001348957302980125, 0.0391530804336071, 0.08045001327991486, 0.04885098710656166, -0.04638955742120743, -0.034257277846336365, 0.0819757804274559, -0.08700059354305267, -0.03256906569004059, -0.08144858479499817, 0.06671328097581863, -0.04526425525546074, 0.04312218725681305, -0.07725328207015991, -0.06248398870229721, 0.06845568120479584, -0.06572866439819336, 0.010604774579405785, -0.020484907552599907, -0.020885661244392395, 0.05858629196882248, -0.029270576313138008, -0.02095763571560383, 0.047739025205373764, -0.08991755545139313, 0.07873742282390594, 0.07806415110826492, 0.02347456105053425, -0.06091485172510147, -0.11130472272634506, -0.09134018421173096, -0.09838631004095078, 0.023129280656576157, -0.0454452820122242, -0.05709807947278023, 0.013326731510460377, 0.07882470637559891, -0.0678090900182724, 0.06767160445451736, 0.0692463144659996, -0.0045376913622021675, -0.07835270464420319, -0.05416344106197357, 0.07560243457555771, 0.05203818529844284], [-0.04129328578710556, -0.08679325133562088, -0.03995571285486221, -0.09570273011922836, -0.026609240099787712, -0.02077355422079563, -0.023758331313729286, -0.044740162789821625, -0.04042009636759758, 0.02624567411839962, -0.03380265086889267, -0.0458190031349659, -0.1101507917046547, 0.039739225059747696, -0.01765386387705803, 0.06091073527932167, -0.10184770077466965, -0.07378668338060379, -0.012411297298967838, -0.024418100714683533, -0.0828632265329361, 0.02620754949748516, -0.0061039733700454235, 0.08174339681863785, 0.06087111681699753, 0.07814989238977432, 0.007556990720331669, 0.0391320176422596, 0.006979108322411776, -0.05219447240233421, 0.011982003226876259, -0.09719137102365494, -0.11525334417819977, -0.005447037983685732, -0.11425856500864029, -0.09597574919462204, 0.058647848665714264, 0.058481622487306595, 0.06151476874947548, 0.07599905133247375, -0.08383076637983322, -0.04094070568680763, -0.10677016526460648, 0.048339586704969406, 0.02598377875983715, 0.062440816313028336, 0.05018196254968643, -0.009958666749298573, -0.0654292181134224, -0.08795956522226334, -0.040385838598012924, -0.09963182359933853, 0.04459857568144798], [0.00640875194221735, 0.07574008405208588, 0.06887683272361755, 0.01818748377263546, -0.03307478502392769, 0.05840777978301048, 0.07172688096761703, -0.09148155897855759, -0.0005824130494147539, 0.009363673627376556, -0.06098942831158638, -0.0221133753657341, -0.038154445588588715, -0.05084643512964249, 0.08237776160240173, -0.05525829643011093, 0.08290109038352966, -0.02024330012500286, 0.06916803866624832, 0.05505085363984108, 0.07922709733247757, -0.00870280060917139, 0.08056709170341492, -0.07765769213438034, 0.003119469154626131, 0.04746789485216141, -0.016611916944384575, -0.04207305237650871, 0.016094369813799858, 0.07153509557247162, 0.04044684022665024, 0.025246448814868927, 0.11549019068479538, 0.05147416144609451, 0.010994160547852516, -0.07226137071847916, -0.06048554927110672, -0.042319171130657196, -0.07341080158948898, -0.025191783905029297, 0.025661583989858627, 0.009210310876369476, -0.0767161175608635, -0.005746518727391958, 0.02242179587483406, 0.052107296884059906, 0.05806583911180496, 0.08332842588424683, -0.09309641271829605, -0.0489315465092659, 0.033564575016498566, -0.03370121493935585, -0.00042547518387436867], [-0.036848705261945724, -0.10320346057415009, -0.10697159916162491, 0.04907844588160515, -0.07158483564853668, -0.027867304161190987, -0.07914327830076218, -0.045143406838178635, -0.05521924048662186, -0.019674235954880714, 0.08473682403564453, 0.0026105002034455538, -0.10902088135480881, -0.03101814165711403, 0.041615162044763565, -0.002303047338500619, -0.10009918361902237, -0.09988933801651001, 0.06060027703642845, 0.0845862329006195, 0.007069161161780357, -0.014898447319865227, -0.10081122815608978, 0.017665324732661247, 0.04348624125123024, 0.021590180695056915, -0.028830306604504585, -0.07385876774787903, 0.021969087421894073, -0.07529677450656891, -0.0907510444521904, 0.048630598932504654, -0.0200818944722414, 0.058772627264261246, -0.030462728813290596, 0.0444800890982151, 0.007987848483026028, 0.062444694340229034, -0.04959030821919441, -0.10743825137615204, 0.04360609129071236, 0.07462447881698608, -0.07154429703950882, -0.0012236094335094094, -0.09308334439992905, -0.049273781478405, -0.07387924939393997, -0.033208515495061874, 0.047504037618637085, -0.10278983414173126, 0.047798220068216324, 0.03172651305794716, 0.02448612079024315], [-0.05663878843188286, -0.026734741404652596, -0.038297154009342194, 0.03487442433834076, -0.057298071682453156, 0.02234269119799137, -0.008001226000487804, 0.0036598178558051586, -0.012342109344899654, -0.08262057602405548, -0.024014130234718323, 0.0028522624634206295, 0.07219196856021881, -0.10254399478435516, 0.08708401769399643, 0.0809887945652008, -0.08218143880367279, -0.005058754701167345, -0.08644475787878036, 0.03516417369246483, -0.01257338933646679, -0.014513865113258362, -0.040457241237163544, 0.04915628209710121, -0.07215340435504913, 0.060263533145189285, 0.033396508544683456, 0.06773147732019424, -0.02863585390150547, -0.05110285058617592, 0.04613445699214935, -0.08230399340391159, 0.0582575760781765, -0.017531832680106163, -0.04138776659965515, 0.07482451945543289, -0.006095472723245621, -0.09260377287864685, -0.07764634490013123, 0.09146726876497269, -0.02294786646962166, 0.010966516099870205, 0.08938015252351761, -0.08580491691827774, -0.09043934941291809, 0.04734756797552109, -0.03827778622508049, 0.014821378514170647, -0.01129417959600687, 0.0150983314961195, -0.11598727852106094, -0.013502215966582298, -0.051259417086839676], [-0.039559170603752136, 0.057757411152124405, 0.008598588407039642, -0.0575810968875885, -0.04056732729077339, 0.07273907214403152, 0.04659289866685867, 0.06313275545835495, -0.09689159691333771, 0.07872860133647919, 0.07615254819393158, -0.009374822489917278, 0.013655543327331543, -0.054869573563337326, -0.05381259694695473, -0.07296758890151978, -0.005513728130608797, -0.03658667951822281, 0.06392621994018555, 0.06486017256975174, -0.04207456484436989, 0.048599518835544586, -0.009858876466751099, -0.041631218045949936, 0.00038598879473283887, -0.04113687574863434, -0.06850270926952362, 0.03273819014430046, 0.022875770926475525, -0.02182028256356716, -0.09281418472528458, -0.10507112741470337, -0.10154076665639877, 0.03389003500342369, -0.05648200586438179, -0.052695490419864655, -0.11176930367946625, 0.018929678946733475, -0.12217914313077927, 0.04437223821878433, -0.030176643282175064, -0.047492414712905884, -0.09682518988847733, -0.015434524975717068, -0.004680038429796696, -0.09817033261060715, -0.09708622097969055, -0.027933835983276367, 0.032636165618896484, 0.01805141195654869, -0.06388553977012634, 0.062453772872686386, 0.034045469015836716], [-0.11316152662038803, -0.007060213014483452, 0.08010745793581009, -0.08521991968154907, 0.05807308107614517, -0.08315185457468033, 0.030418235808610916, 0.020039988681674004, -0.08742077648639679, 0.024315107613801956, 0.07706110179424286, -0.04018839821219444, -0.01647469773888588, 0.06651824712753296, 0.06231139600276947, -0.07844915986061096, -0.1086384728550911, 0.025360502302646637, -0.08983112126588821, 0.03777439519762993, -0.026171119883656502, 0.006034848280251026, -0.002271950477734208, 0.05419014021754265, -0.10469832271337509, -0.07132154703140259, -0.033653657883405685, 0.04854973405599594, -0.027537191286683083, -0.09539450705051422, 0.05158844217658043, -0.10785895586013794, -0.1209922656416893, 0.02024826407432556, -0.10906766355037689, -0.001252644695341587, 0.08194106072187424, 0.02281690202653408, -0.08181475102901459, -0.0038299027364701033, -0.01931999810039997, -0.051822204142808914, 0.0745370090007782, -0.08070605248212814, -0.08263107389211655, -0.05119093134999275, 0.019126595929265022, 0.050325293093919754, -0.036259375512599945, -0.0006440692814067006, -0.10316573828458786, -0.087175153195858, 0.00902293249964714], [-0.01942761242389679, 0.03736009821295738, 0.04192477464675903, -0.004848023876547813, -0.033832378685474396, 0.03159761801362038, 0.06104881316423416, 0.07365207374095917, -0.09922651946544647, 0.05445120483636856, -0.06781535595655441, 0.08508018404245377, -0.10430893301963806, -0.08097044378519058, 0.01995488815009594, 0.020988615229725838, 0.08295641839504242, 0.04583975300192833, 0.08467300236225128, -0.05158274620771408, -0.08554098010063171, -0.0425659604370594, -0.041619330644607544, -0.022793162614107132, -0.057732369750738144, -0.02418982982635498, -0.022068627178668976, 0.03907589986920357, 0.013730491511523724, 0.025560583919286728, -0.020199472084641457, -0.01457053143531084, -0.07861007750034332, -0.0004239568661432713, -0.09642748534679413, 0.05044349282979965, 0.07460590451955795, -0.05437465384602547, 0.024709448218345642, -0.04440631344914436, -0.08095236122608185, 0.05121935158967972, -0.07828216999769211, 0.055437326431274414, -0.005429734941571951, -0.08196356147527695, -0.0972980335354805, 0.085323765873909, -0.00644561555236578, 0.023151839151978493, -0.017458435148000717, -0.030250802636146545, -0.014469141140580177], [-0.10259823501110077, -0.009424913674592972, 0.036251991987228394, -0.015768131241202354, 0.07930848747491837, -0.03378012031316757, 0.0077059646137058735, 0.08294517546892166, 0.02680092304944992, -0.06477519124746323, 0.06720656156539917, -0.0508999340236187, -0.05231728032231331, -0.05038130283355713, 0.03407216817140579, -0.0027405645232647657, -0.10600750893354416, 0.08106885850429535, -0.10509422421455383, 0.08836574852466583, -0.05258059874176979, -0.0026799116749316454, -0.07848595082759857, 0.05754790082573891, 0.07728249579668045, 0.04163772985339165, 0.05466035008430481, 0.048123255372047424, -0.11718982458114624, -0.017465921118855476, 0.03499450162053108, 0.08945514261722565, -0.04122352972626686, -0.04571215808391571, -0.11039865761995316, 0.046232979744672775, 0.034698277711868286, -0.021158859133720398, 0.05727396160364151, 0.02860185131430626, 0.08576927334070206, -0.018710466101765633, -0.034421276301145554, -0.08289322257041931, 0.001862916979007423, -0.10329024493694305, 0.087269626557827, -0.04923870414495468, -0.08760111778974533, -0.0022413707338273525, 0.050608906894922256, -0.058803874999284744, 0.047687236219644547], [-0.02552734687924385, 0.0006759722018614411, -0.06338393688201904, 0.03116482123732567, 0.06108102202415466, -0.05658717826008797, 0.010834264568984509, -0.03422083705663681, -0.11062073707580566, -0.028607262298464775, -0.06835833936929703, -0.03814619034528732, 0.030284594744443893, -0.07001187652349472, 0.01903967186808586, 0.03498222306370735, -0.018461817875504494, -0.08667062968015671, -0.06436631083488464, -0.02431413345038891, -0.006755452137440443, 0.006050539668649435, -0.08705614507198334, 0.05994882807135582, -0.023730572313070297, -0.06761938333511353, -0.018150759860873222, -0.021866977214813232, -0.11400625109672546, -0.02688387595117092, -0.10653790831565857, -0.1112893745303154, -0.08590074628591537, -0.011021957732737064, -0.11419951170682907, 0.057575613260269165, -0.10499215871095657, -0.012038666754961014, 0.052756886929273605, -0.026698119938373566, 0.03351012244820595, -0.02629142627120018, -0.036338284611701965, -0.09808067232370377, -0.011584686115384102, -0.07992830872535706, -0.045350853353738785, 0.05621974542737007, -0.11206541210412979, -0.027822403237223625, -0.08376795798540115, -0.009166629053652287, -0.10460734367370605], [-0.016734136268496513, 0.015308544971048832, 0.026070034131407738, -0.012156568467617035, 0.08094805479049683, -0.024848945438861847, 0.07262664288282394, -0.06041765213012695, -0.061592649668455124, -0.07011732459068298, 0.0785490944981575, 0.049009550362825394, -0.08813753724098206, 0.01903362013399601, -0.004243426024913788, 0.012637622654438019, 0.05051727965474129, 0.02796878106892109, -0.1091579869389534, -0.10344643145799637, -0.10991837829351425, -0.08035113662481308, -0.04527338594198227, -0.013105747289955616, -0.0667249858379364, -0.027579212561249733, 0.0817062184214592, -0.0007429975084960461, -0.03803878650069237, 0.05102115496993065, 0.018706003203988075, -0.013154461048543453, 0.004227438475936651, 0.027707552537322044, -0.07496177405118942, 0.08557520061731339, 0.06546524912118912, -0.08802875876426697, -0.08429378271102905, 0.055949535220861435, -0.04907464608550072, 0.03205721080303192, -0.02659575641155243, 0.0363999605178833, -0.08087700605392456, -0.10188297182321548, 0.07475300133228302, -0.07715164870023727, 0.014920298010110855, 0.019561264663934708, 0.059626370668411255, 0.029800530523061752, 0.04318675771355629], [0.01474207267165184, -0.06226548179984093, 0.06055881083011627, 0.08157305419445038, -0.1013871356844902, -0.03660125285387039, -0.04844111204147339, 0.029463278129696846, 0.06820119917392731, 0.04030844569206238, -0.026629501953721046, 0.04957970604300499, -0.036280978471040726, -0.037533946335315704, 0.06981009989976883, -0.0012522051110863686, 0.06748196482658386, 0.0764039009809494, 0.06291288137435913, 0.057050250470638275, -0.07220349460840225, -0.08164658397436142, 0.05623028054833412, -0.07010345906019211, 0.060177359730005264, 0.0908803790807724, -0.0903390496969223, 0.06353805959224701, 0.047415003180503845, -0.026031337678432465, -0.0681019127368927, 0.05994817242026329, 0.04711902514100075, -0.0025611973833292723, 0.02586239203810692, 0.036070868372917175, 0.029996953904628754, -0.08945009112358093, 0.016234710812568665, -0.09452146291732788, -0.0003921452153008431, 0.030323738232254982, 0.037205953150987625, 0.04334980249404907, 0.06142392009496689, -0.02115529589354992, -0.01365029439330101, 0.0544181652367115, -0.036458052694797516, -0.04152185842394829, 0.06524123251438141, 0.021971633657813072, -0.02154054306447506], [-1.3797148312733043e-05, 0.00014405613183043897, -0.08394380658864975, 0.09065073728561401, -0.059126321226358414, 0.00799606554210186, 0.005276021081954241, 0.0752580389380455, -0.013574978336691856, 0.006955246441066265, -0.03893809765577316, 0.033558525145053864, 0.01752328686416149, 0.011393540538847446, 0.008883731439709663, 0.04652116820216179, 0.0546710379421711, 0.028871892020106316, -0.07831160724163055, -0.10699380934238434, -0.07042103260755539, 0.0643676221370697, -0.089527428150177, 0.04445360228419304, 0.07184206694364548, 0.01896577514708042, -0.07806871831417084, 0.05274590477347374, -0.052501317113637924, -0.0634722039103508, 0.0095309317111969, -0.06911634653806686, 0.037425488233566284, -0.08519720286130905, -0.09687486290931702, -0.0014704747591167688, 0.014872893691062927, 0.06314340978860855, 0.06343894451856613, 0.08284568041563034, 0.038642749190330505, -0.01445376593619585, 0.09231996536254883, -0.06662201881408691, 0.027784112840890884, -0.03396536037325859, -0.07002480328083038, -0.008930853568017483, 0.04547976702451706, 0.0296434685587883, 0.006676798686385155, -0.06262806057929993, -0.017928795889019966], [0.044793833047151566, 0.07625897228717804, 5.379955837270245e-05, 0.04890790209174156, -0.07287468016147614, 0.037560176104307175, -0.034652452915906906, 0.014518093317747116, 0.06603498011827469, -0.039916183799505234, -0.015191638842225075, -0.06942763179540634, -0.048133231699466705, -0.05605921894311905, -0.09196583181619644, -0.044784869998693466, -0.0585508719086647, 0.035063862800598145, -0.06017804145812988, 0.07450491935014725, 0.011596456170082092, 0.047294799238443375, 0.03766889497637749, 0.014069928787648678, -0.00473003089427948, -0.08979521691799164, -0.08106058835983276, -0.06530700623989105, -0.056914322078228, 0.07005394995212555, 0.06042945757508278, -0.0849733054637909, -0.012041566893458366, -0.0649951845407486, -0.08502043038606644, 0.0007994765182957053, 0.032033391296863556, 0.09360690414905548, 0.028095802292227745, 0.003975600469857454, -0.023406239226460457, 0.01913779228925705, -0.07629289478063583, 0.025173330679535866, 0.07877553999423981, 0.03816966712474823, -0.05571894347667694, -0.04663429781794548, 0.0028992798179388046, 0.007959366776049137, 0.033794745802879333, -0.04666262865066528, 0.06873925775289536], [0.05158974975347519, -0.08582314848899841, -0.10634403675794601, 0.0019373715622350574, 0.04435759037733078, 0.056031208485364914, -0.06153004989027977, -0.08893794566392899, 0.07255733758211136, -0.03870841860771179, -0.05139392241835594, -0.0835910513997078, 0.03723369911313057, -0.06482192128896713, -0.09270737320184708, 0.07595907896757126, -0.03588015213608742, 0.0811772271990776, -0.0469767302274704, 0.07562300562858582, -0.0630187913775444, 0.07076122611761093, -0.10228332877159119, 0.05741441994905472, 0.07642403244972229, 0.02088348940014839, 0.03808996081352234, -0.0623420812189579, 0.0395134799182415, 0.04160448908805847, -0.03969317302107811, -0.03419550508260727, 0.08122337609529495, 0.003858009120449424, 0.04873417317867279, 0.08001123368740082, 0.05092795193195343, -0.09920573979616165, -0.02910613641142845, -0.005261570680886507, -0.04515044763684273, -0.01644323207437992, -0.0904814675450325, 0.09025444835424423, 0.03132236748933792, -0.09910551458597183, 0.02316240221261978, -0.014907795004546642, 0.005953911226242781, -0.0938718244433403, -0.10968973487615585, -0.033697549253702164, -0.08411724120378494], [-0.11770888417959213, -0.01456924807280302, 0.06956758350133896, -0.056287068873643875, 0.04392685741186142, -0.0752701535820961, -0.0033477290999144316, -0.09767447412014008, 0.042103346437215805, 0.057031650096178055, -0.010001761838793755, -0.02043510600924492, -0.02205425128340721, -0.0003019947907887399, -0.014767586253583431, 0.053997285664081573, 0.06684038788080215, 0.006096822675317526, 0.03592085838317871, 0.06820350140333176, -0.07226131111383438, 0.034942567348480225, -0.033124327659606934, -0.004020252265036106, -0.07065634429454803, -0.046757977455854416, -0.020775655284523964, -0.09525227546691895, -0.0265823807567358, -0.10392511636018753, -0.0730600655078888, 0.04150433838367462, -0.07132000476121902, 0.08476943522691727, -0.07590578496456146, 0.032612599432468414, -0.051935531198978424, 0.019203873351216316, 0.0852028951048851, 0.09128075838088989, -0.09219752252101898, -0.043083954602479935, 0.07997483760118484, -0.016551285982131958, 0.04754626750946045, 0.040414586663246155, -0.08408188819885254, 0.05373459309339523, -0.10918273776769638, -0.0649082213640213, 0.054589688777923584, 0.03096863441169262, -0.033400166779756546], [-0.008823208510875702, -0.05481840670108795, -0.08408904075622559, -0.034857962280511856, -0.0504680871963501, -0.08882585912942886, -0.07587900757789612, 0.02073606103658676, -0.09848704934120178, 0.050187256187200546, 0.01949167437851429, -0.10284638404846191, -0.013023990206420422, -0.023242205381393433, 0.014815235510468483, 0.046090856194496155, -0.06301356106996536, 0.04786979407072067, 0.05731082707643509, 0.05239089950919151, -0.05743229389190674, -0.08050353825092316, 0.031132740899920464, 0.039894379675388336, -0.010976630263030529, -0.10897598415613174, 0.07856514304876328, -0.02839759550988674, 0.061307258903980255, -0.0013812718680128455, -0.0938931554555893, 0.032240476459264755, -0.03327488154172897, 0.00376403471454978, -0.09201866388320923, -0.008928615599870682, -0.0004378012381494045, -0.10213085263967514, -0.09945514798164368, 0.007846283726394176, -0.09085878729820251, -0.0950651690363884, 0.08706925809383392, 0.024545934051275253, -0.05681291222572327, 0.02425445057451725, -0.025883907452225685, -0.05700856074690819, 0.06387962400913239, 0.05549370497465134, -0.06232554465532303, -0.005450114607810974, -0.05916517972946167], [0.00907217338681221, -0.087316133081913, 0.043180931359529495, 0.03548944368958473, 0.029639706015586853, 0.06868301331996918, 0.042356569319963455, -0.05687260255217552, 0.015540264546871185, -0.007981372065842152, -0.06150132790207863, -0.06619700789451599, -0.09561008960008621, -0.013175735250115395, -0.0871056616306305, 0.05431315675377846, -0.06353922188282013, -0.04126864671707153, 0.011305607855319977, -0.04087567329406738, -0.10609123855829239, 0.06489096581935883, -0.09725932776927948, 0.08496134728193283, -0.02185654640197754, -0.06071510165929794, 0.09375812858343124, -0.0580938458442688, -0.051907289773225784, 0.05604004114866257, 0.000982759171165526, 0.02440199814736843, -0.04644577577710152, 0.03456617891788483, -0.023988336324691772, -0.04143721982836723, 0.026207955554127693, -0.07110614329576492, 0.06112923473119736, 0.030785057693719864, -0.028816748410463333, 0.041365545243024826, 0.006778791546821594, 0.06221377104520798, 0.06297260522842407, -0.005824909545481205, -0.06882128119468689, 0.05054733157157898, 0.06981541216373444, -0.06847164779901505, 0.05179120972752571, 0.021884672343730927, -0.030322879552841187], [0.0655907690525055, -0.08792408555746078, 0.004380820319056511, 0.09383749961853027, 0.034216489642858505, 0.05092473700642586, -0.01673491671681404, 0.0835699811577797, 0.02345241978764534, -0.03995347023010254, -0.021095464006066322, 0.06531979888677597, -0.030215704813599586, 0.04755494371056557, -0.09178413450717926, -0.013484270311892033, 0.017798593267798424, -0.003680083667859435, -0.026464087888598442, 0.022158313542604446, -0.008420607075095177, -0.06211596727371216, 0.0016658451640978456, -0.004178687930107117, -0.04926318675279617, -0.03746899217367172, -0.0026413213927298784, 0.08399157226085663, -0.06186511367559433, -0.056772805750370026, 0.051886845380067825, -0.07308068126440048, 0.05845930427312851, 0.08977797627449036, 0.019304057583212852, 0.040508169680833817, 0.0453147329390049, -0.055811528116464615, 0.026364941149950027, -0.0803438052535057, -0.02400800958275795, -0.03306461498141289, 0.037701379507780075, 0.05226384848356247, -0.04919083043932915, -0.034958839416503906, 0.047849707305431366, -0.015558650717139244, 0.10503102838993073, 0.010481292381882668, 0.07466321438550949, 0.04184330254793167, -0.01442301832139492], [-0.08769074082374573, 0.02974892035126686, -0.1039828211069107, 0.05515912547707558, -0.034959807991981506, -0.025608710944652557, -0.10240492969751358, -0.07435046136379242, 0.040381304919719696, 0.034609027206897736, -0.030816910788416862, -0.01080217957496643, 0.03967961668968201, -0.0924317017197609, -0.05371509864926338, 0.07972055673599243, -0.035301871597766876, -0.06409497559070587, -0.10329114645719528, 0.032944537699222565, 0.07298993319272995, -0.08802056312561035, -0.05407433584332466, -0.021848762407898903, 0.023759599775075912, -0.037724390625953674, -0.05970650911331177, -0.0413290411233902, 0.03691933676600456, -0.07209283858537674, -0.01038354728370905, 0.04114812985062599, -0.061372119933366776, 0.03724795952439308, 0.028536910191178322, 0.04324517399072647, -0.02836572378873825, 0.05648393556475639, -0.06942272186279297, 0.058849263936281204, 0.012141446582973003, -0.078985795378685, 0.060283735394477844, -0.06968409568071365, 0.03971013426780701, 0.05605340749025345, 0.024285413324832916, 0.010752340778708458, 0.087230384349823, -0.08905496448278427, -0.02218696102499962, -0.05828871950507164, -0.09164080768823624], [0.04424276575446129, 0.0008903457783162594, -0.001986367627978325, -0.07460813224315643, -0.049713823944330215, 0.0234298724681139, 0.040376488119363785, -0.09809871762990952, -0.09443927556276321, 0.04946641996502876, 0.08622695505619049, -0.020454680547118187, -0.002620672108605504, -0.06259714812040329, -0.03745068237185478, 0.012727600522339344, 0.04112505540251732, 0.014258514158427715, -0.08287028223276138, 0.005625633522868156, 0.05256938561797142, -0.025231657549738884, 0.04450320824980736, -0.09371161460876465, 0.06289848685264587, 0.04838985204696655, 0.08871560543775558, 0.06758931279182434, 0.07513110339641571, -0.009453967213630676, 0.056382130831480026, 0.06390244513750076, -0.05549810081720352, 0.07569181174039841, 0.061967335641384125, 0.07719595730304718, -0.11399798095226288, 0.09088417887687683, 0.0181229617446661, -0.04437287896871567, 0.03456885740160942, 0.06595958024263382, -0.007646903395652771, -0.03568558022379875, 0.07704361528158188, -0.10062991082668304, -0.011785897426307201, 0.052103426307439804, 0.051585569977760315, -0.06856561452150345, 0.07851015776395798, -0.08461429923772812, 0.016071658581495285], [0.0026816315948963165, 0.03713621944189072, -0.10248495638370514, 0.022077761590480804, -0.08865455538034439, -0.06813766807317734, -0.028108594939112663, 0.032379914075136185, 0.043917592614889145, -0.028511283919215202, -0.044880934059619904, -0.04467150941491127, 0.030842280015349388, 0.006314925849437714, -0.011242358013987541, -0.07639382034540176, -0.08585096895694733, -0.08533056825399399, 0.08429062366485596, 0.0070048305206000805, 0.04220274090766907, 0.03528520464897156, 0.005049665458500385, -0.02652663365006447, 0.010389824397861958, -0.04785650596022606, -0.025629404932260513, -0.016576940193772316, 0.07658807933330536, -0.09787771105766296, -0.07962965220212936, -0.07119469344615936, 0.06646795570850372, 0.003766587469726801, -0.009470144286751747, -0.08972759544849396, -0.03841406852006912, 0.08351574838161469, 0.06515815109014511, 0.06533246487379074, 0.015200476162135601, 0.06539392471313477, -0.07992877066135406, 0.07122235000133514, -0.009860089980065823, 0.03386704623699188, -0.024767791852355003, -0.08289662003517151, -0.044095538556575775, 0.04110437259078026, 0.10284808278083801, 0.01337746437638998, 0.025590170174837112], [0.02468675561249256, -0.026568463072180748, 0.036768797785043716, 0.030993079766631126, 0.024759745225310326, 0.05953972414135933, -0.002481979550793767, -0.10367657989263535, -0.09708193689584732, -0.08115918934345245, -0.05466388911008835, 0.07942347228527069, 0.01511369738727808, -0.07116740942001343, 0.08700166642665863, 0.03361376002430916, -0.04058663174510002, -0.022732552140951157, 0.04547111690044403, -0.019760113209486008, 0.03520391136407852, 0.005089474376291037, -0.09455030411481857, -0.10226330161094666, 0.01433112844824791, -0.0512668639421463, -0.07086674869060516, -0.08369296044111252, 0.07580681145191193, 0.035520825535058975, -0.01312332134693861, -0.05185899883508682, -0.06246525049209595, -0.052595771849155426, -0.02039922960102558, 0.027403729036450386, -0.060222186148166656, -0.061892230063676834, 0.02410915121436119, -0.029054217040538788, -0.09889715164899826, -0.052439481019973755, -0.10349307954311371, 0.02861437201499939, -0.054165855050086975, 0.07059763371944427, 0.020213399082422256, -0.0008795214234851301, -0.01587424986064434, 0.07882639765739441, 0.03850802406668663, -0.01220820751041174, 0.03332672640681267], [-0.051700837910175323, -0.0310127604752779, -0.0005168020143173635, -0.020269174128770828, 0.0374012254178524, 0.056850310415029526, 0.06359893083572388, -0.06701190769672394, -0.04331159591674805, 0.07614362984895706, 0.04026947170495987, -0.014358973130583763, 0.04601464793086052, 0.02213602513074875, -0.010638320818543434, 0.08910223841667175, 0.018248623237013817, 0.02792275883257389, -0.01272471621632576, -0.022681264206767082, 0.08308876305818558, 0.07031336426734924, -0.0618094764649868, -0.034789666533470154, 0.07091599702835083, -0.0057105110026896, -0.03474516049027443, 0.010877265594899654, 0.0084904246032238, -0.0980873554944992, -0.06937810778617859, -0.06171875447034836, -0.1053997352719307, -0.09320136904716492, -0.10357794165611267, -0.0903843566775322, -0.060379285365343094, 0.059422414749860764, -0.0317012183368206, 0.0046906983479857445, -0.07934345304965973, 0.00946954544633627, -0.10798674076795578, -0.06086764857172966, -0.07361938059329987, -0.0011954396031796932, 0.019952701404690742, 0.038019441068172455, -0.11343644559383392, 0.0605388768017292, -0.026438603177666664, -0.055355366319417953, -0.06532702594995499]], "start_transitions": [-0.07429439574480057, 0.03658032417297363, -0.02433057874441147, 0.04774444177746773, -0.05553387477993965, 0.053884122520685196, 0.07028002291917801, -0.049089934676885605, 0.053210705518722534, 0.09208431094884872, 0.06726926565170288, -0.06656769663095474, 0.08709884434938431, 0.056161992251873016, -0.03750603273510933, -0.04804776608943939, -0.020371461287140846, -0.03503436595201492, -0.08908549696207047, 0.021498849615454674, 0.010315228253602982, 0.05683070421218872, -0.032795291393995285, 0.0681132972240448, -0.02320210449397564, -0.0026456196792423725, -0.06812626868486404, -0.02368876151740551, -0.05854974687099457, -0.10001910477876663, -0.0010733265662565827, 0.023310260847210884, -0.014963436871767044, -0.01406031847000122, 0.051480576395988464, 0.06288479268550873, 0.020698433741927147, 0.01214954536408186, 0.08454303443431854, -0.03239934518933296, 0.0760648250579834, 0.007257670629769564, 0.057891845703125, -0.07764865458011627, 0.011549028567969799, -0.02517596073448658, 0.06239019334316254, -0.05360192432999611, 0.0014136502286419272, 0.09322676062583923, -0.031138164922595024, 0.03202307969331741, 0.02281348779797554], "end_transitions": [0.04223376139998436, -0.09305083751678467, -0.006802916526794434, -0.021621854975819588, -0.008567758835852146, 0.01723504811525345, -0.0752904936671257, -0.04200657457113266, 0.042218953371047974, 0.05121453106403351, 0.001424674061127007, 0.027909914031624794, 0.05164525285363197, 0.06076885387301445, 0.0031997866462916136, 0.004088086076080799, -0.05674748122692108, -0.05415956303477287, -0.018912959843873978, -0.09102527052164078, -0.010927925817668438, -0.059550940990448, 0.056549493223428726, 0.03940887749195099, 0.010423269122838974, 0.041970305144786835, -0.09543900936841965, -0.08203210681676865, 0.09140637516975403, -0.049738559871912, -0.012192313559353352, 0.02846093662083149, -0.09287036210298538, -0.09407390654087067, 0.02087697573006153, -0.06197775527834892, 0.043986476957798004, 0.03713025897741318, 0.07794076204299927, -0.06334488838911057, 0.020925605669617653, -0.03582080081105232, 0.015191322192549706, -0.0920226126909256, 0.025300854817032814, -0.02299349009990692, -0.03170883655548096, -0.08272235840559006, 0.022223254665732384, 0.07669724524021149, -0.05578999221324921, -0.05027969926595688, -0.04170933738350868]} No newline at end of file
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is extremely large and is being committed as plain JSON rather than an LFS pointer, despite the repo’s .gitattributes rule model/quantized/** filter=lfs .... This will significantly inflate the Git repo size and make diffs/reviews impractical.

Re-add this artifact through Git LFS so the repo stores only the pointer file.

Copilot uses AI. Check for mistakes.
Comment on lines +55 to +58
"split_by_punct": false,
"tokenizer_class": "DebertaV2Tokenizer",
"unk_token": "[UNK]",
"vocab_type": "spm"
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR metadata says the base model was switched to RoBERTa, but this tokenizer config is for DeBERTa/SentencePiece (tokenizer_class is DebertaV2Tokenizer, vocab_type is spm, and special tokens are BERT-style [CLS]/[SEP]).

Confirm the checked-in quantized artifacts match the intended base model; if this PR is meant to be a RoBERTa switch, these configs/tokenizer files likely need to come from the RoBERTa export instead.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The confusion comes from the branch name feat/base-model-switched-to-roberta-rebase — which is misleading. The branch likely started as a RoBERTa experiment but the model was switched (back) to DeBERTa. The branch name is
stale, but the code and artifacts are internally consistent.

No code changes needed. You may want to rename the branch if the name is causing confusion in reviews:

git branch -m feat/base-model-switched-to-roberta-rebase feat/pii-model-training-updates

@Davidnet Davidnet force-pushed the feat/base-model-switched-to-roberta-rebase branch from ea49338 to 24d5176 Compare April 14, 2026 22:00
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 13 out of 15 changed files in this pull request and generated 5 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .gitattributes
Comment on lines +296 to +302
repo_url = f"https://x-access-token:{token}@huggingface.co/datasets/{repo_id}"
subprocess.run(
["git", "clone", "--depth", "1", repo_url, str(tmpdir / "repo")],
check=True,
capture_output=True,
env={**os.environ, "GIT_LFS_SKIP_SMUDGE": "1"},
)
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This embeds the Hugging Face token directly in the git clone URL. That token can leak via process listings, crash logs, or git remote config inside the cloned repo. Prefer passing credentials via GIT_ASKPASS/GIT_TERMINAL_PROMPT=0 or git -c http.extraheader=Authorization: Bearer ... so the token isn't part of the command-line URL.

Copilot uses AI. Check for mistakes.
repo_dir = tmpdir / "repo"

# Ensure the file extension is tracked by LFS
ext = file_path.suffix # e.g. ".tsv"
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ext = file_path.suffix can be empty (e.g., files without an extension). In that case lfs_pattern becomes * filter=lfs ..., which would unintentionally track all files in the HF repo with LFS. Add a guard to require a non-empty suffix (or accept an explicit pattern) before writing .gitattributes.

Suggested change
ext = file_path.suffix # e.g. ".tsv"
ext = file_path.suffix # e.g. ".tsv"
if not ext:
raise ValueError(
f"Cannot infer an LFS tracking pattern for '{file_path.name}' because it has no file extension. "
"Refusing to write a catch-all '*' rule to .gitattributes."
)

Copilot uses AI. Check for mistakes.
else:
gitattributes.write_text(f"{lfs_pattern}\n")

shutil.copy(file_path, repo_dir / path_in_repo)
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The shutil.copy(file_path, repo_dir / path_in_repo) call will fail if path_in_repo includes directories that don't exist in the cloned repo. Consider ensuring parent.mkdir(parents=True, exist_ok=True) before copying to make this helper safe for non-root paths.

Suggested change
shutil.copy(file_path, repo_dir / path_in_repo)
destination_path = repo_dir / path_in_repo
destination_path.parent.mkdir(parents=True, exist_ok=True)
shutil.copy(file_path, destination_path)

Copilot uses AI. Check for mistakes.
Comment on lines +327 to +342
subprocess.run(
[
"git",
"-c",
"user.name=kiji",
"-c",
"user.email=kiji@575.ai",
"commit",
"-m",
f"Add {path_in_repo}",
],
cwd=repo_dir,
check=True,
capture_output=True,
env=git_env,
)
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git commit will fail with a non-zero exit code when there are no changes to commit (e.g., re-running the script after the file already exists), which will abort the upload. Consider checking git status --porcelain and skipping commit/push when clean, or using git commit --allow-empty only when appropriate.

Copilot uses AI. Check for mistakes.
@Davidnet Davidnet force-pushed the feat/base-model-switched-to-roberta-rebase branch from 3fb5fcd to 63040bf Compare April 15, 2026 03:49
@Davidnet Davidnet requested review from Copilot and hanneshapke April 15, 2026 04:03
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 13 out of 15 changed files in this pull request and generated 5 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/scripts/build_dmg.sh
Comment on lines +402 to 406
ln -sfn ../../../node_modules/electron node_modules/electron
ln -sfn ../../../node_modules/electron-builder node_modules/electron-builder
ln -sfn ../../../node_modules/electron-updater node_modules/electron-updater
ln -sfn ../../../node_modules/@sentry node_modules/@sentry

Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ln -sfn ... node_modules/<pkg> will fail (and abort due to set -e) if node_modules/<pkg> already exists as a real directory (e.g., when deps are installed locally rather than hoisted). Consider only creating these symlinks when the destination is missing, or remove/rename existing directories before linking, so packaging works in both workspace-hoisted and non-hoisted setups.

Suggested change
ln -sfn ../../../node_modules/electron node_modules/electron
ln -sfn ../../../node_modules/electron-builder node_modules/electron-builder
ln -sfn ../../../node_modules/electron-updater node_modules/electron-updater
ln -sfn ../../../node_modules/@sentry node_modules/@sentry
create_safe_symlink() {
local source_path="$1"
local dest_path="$2"
if [ -L "$dest_path" ]; then
ln -sfn "$source_path" "$dest_path"
elif [ ! -e "$dest_path" ]; then
ln -s "$source_path" "$dest_path"
else
echo "ℹ️ Skipping symlink for $dest_path because it already exists and is not a symlink"
fi
}
create_safe_symlink ../../../node_modules/electron node_modules/electron
create_safe_symlink ../../../node_modules/electron-builder node_modules/electron-builder
create_safe_symlink ../../../node_modules/electron-updater node_modules/electron-updater
create_safe_symlink ../../../node_modules/@sentry node_modules/@sentry

Copilot uses AI. Check for mistakes.
trimmedEnd--
}
if trimmedStart < trimmedEnd {
entity.Text = originalText[trimmedStart:trimmedEnd]
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the detected span is entirely whitespace, the trimming logic can end up with trimmedStart == trimmedEnd but leaves entity.Text set to the original whitespace substring, so it won't be filtered out by the later e.Text != "" check. Consider explicitly setting entity.Text = "" (and aligning positions) when trimming removes everything, or skipping the entity in that case.

Suggested change
entity.Text = originalText[trimmedStart:trimmedEnd]
entity.Text = originalText[trimmedStart:trimmedEnd]
} else {
entity.Text = ""

Copilot uses AI. Check for mistakes.
Comment thread model/flows/training_config.toml Outdated
# Path to audit_allowlist.txt to filter training samples (empty = no filtering)
# Generate with: uv run python model/dataset/audit_dataset.py --samples-dir <dir>
audit_allowlist = ""
audit_allowlist = "/home/hannes/kiji-proxy/model/dataset/data_samples/training_samples/audit_ledger.tsv"
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

audit_allowlist is set to an absolute, developer-specific path (/home/hannes/...), which will break training runs on other machines/CI. This should remain empty by default or be a repo-relative path (or configurable via env/CLI) so the config is portable.

Suggested change
audit_allowlist = "/home/hannes/kiji-proxy/model/dataset/data_samples/training_samples/audit_ledger.tsv"
audit_allowlist = ""

Copilot uses AI. Check for mistakes.
Comment on lines +25 to +28
"path": "model_manifest.json",
"sha256": "cc9036b411d9e17a5c15dd6d5387ad12cd7e7e9787a4812d7515ad8145b8a3a5"
},
{
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

model_manifest.json includes an entry for itself with a fixed sha256 value. If this manifest is generated by hashing files and then written to model_manifest.json, the recorded hash for model_manifest.json will be stale (it hashes the previous manifest). Consider excluding model_manifest.json from its own files list, or generating the manifest in two passes so the self-hash matches the final content.

Suggested change
"path": "model_manifest.json",
"sha256": "cc9036b411d9e17a5c15dd6d5387ad12cd7e7e9787a4812d7515ad8145b8a3a5"
},
{

Copilot uses AI. Check for mistakes.
Comment thread src/scripts/build_dmg.sh
Comment on lines +402 to +405
ln -sfn ../../../node_modules/electron node_modules/electron
ln -sfn ../../../node_modules/electron-builder node_modules/electron-builder
ln -sfn ../../../node_modules/electron-updater node_modules/electron-updater
ln -sfn ../../../node_modules/@sentry node_modules/@sentry
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The symlink targets use ../../../node_modules/... while the script has cd src/frontend from the repo root, so ../../../node_modules resolves to the parent of the repo (likely wrong). Use a path based on $PROJECT_ROOT (or ../../node_modules) so the links reliably point at the repo-root node_modules.

Suggested change
ln -sfn ../../../node_modules/electron node_modules/electron
ln -sfn ../../../node_modules/electron-builder node_modules/electron-builder
ln -sfn ../../../node_modules/electron-updater node_modules/electron-updater
ln -sfn ../../../node_modules/@sentry node_modules/@sentry
ln -sfn "$PROJECT_ROOT/node_modules/electron" node_modules/electron
ln -sfn "$PROJECT_ROOT/node_modules/electron-builder" node_modules/electron-builder
ln -sfn "$PROJECT_ROOT/node_modules/electron-updater" node_modules/electron-updater
ln -sfn "$PROJECT_ROOT/node_modules/@sentry" node_modules/@sentry

Copilot uses AI. Check for mistakes.
@Davidnet Davidnet force-pushed the feat/base-model-switched-to-roberta-rebase branch from e0f9cde to f97c9a1 Compare April 15, 2026 04:27
When a detected span is entirely whitespace, the trimming logic leaves
entity.Text set to the original whitespace substring, bypassing the
downstream empty-text filter. Explicitly set entity.Text to "" so these
entities are correctly discarded.
@Davidnet Davidnet force-pushed the feat/base-model-switched-to-roberta-rebase branch from f97c9a1 to 80627b8 Compare April 15, 2026 04:31
hanneshapke and others added 3 commits April 15, 2026 10:29
Resolve relative audit_allowlist paths against the repo root so users
don't need to hardcode absolute paths in training_config.toml.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove the LFS exclusion override so the file falls through to the
model/quantized/** LFS rule.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The switch from DistilBERT (WordPiece) to DeBERTa-v3 (SentencePiece)
changed subword encoding from ## continuation prefixes to ▁ word-start
prefixes. The tokenization code only stripped ## which left ▁ on token
strings, breaking punctuation detection during training label alignment.

Prefer convert_tokens_to_string() as the primary path (handles any
tokenizer natively) with a manual fallback that strips both ## and ▁.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@hanneshapke
Copy link
Copy Markdown
Collaborator

I updated the tokenization to get rid off the whitespace issue.

After the fix:

Screenshot 2026-04-15 at 10 53 28 AM Screenshot 2026-04-15 at 10 53 22 AM

@Davidnet Davidnet merged commit 9fe900b into main Apr 15, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants