sha
null
last_modified
null
library_name
stringclasses
154 values
text
stringlengths
1
900k
metadata
stringlengths
2
348k
pipeline_tag
stringclasses
45 values
id
stringlengths
5
122
tags
sequencelengths
1
1.84k
created_at
stringlengths
25
25
arxiv
sequencelengths
0
201
languages
sequencelengths
0
1.83k
tags_str
stringlengths
17
9.34k
text_str
stringlengths
0
389k
text_lists
sequencelengths
0
722
processed_texts
sequencelengths
1
723
tokens_length
sequencelengths
1
723
input_texts
sequencelengths
1
61
embeddings
sequencelengths
768
768
null
null
transformers
**Usage HuggingFace Transformers for question generation task** ``` from transformers import AutoTokenizer, AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("AlekseyKulnevich/Pegasus-QuestionGeneration") tokenizer = PegasusTokenizer.from_pretrained('google/pegasus-large') input_text # your text input_ = tokenizer.batch_encode_plus([input_text], max_length=1024, pad_to_max_length=True, truncation=True, padding='longest', return_tensors='pt') input_ids = input_['input_ids'] input_mask = input_['attention_mask'] questions = model.generate(input_ids=input_ids, attention_mask=input_mask, num_beams=32, no_repeat_ngram_size=2, early_stopping=True, num_return_sequences=10) questions = tokenizer.batch_decode(questions, skip_special_tokens=True) ``` **Decoder configuration examples:** [**Input text you can see here**](https://www.bbc.com/news/science-environment-59775105) ``` questions = model.generate(input_ids=input_ids, attention_mask=input_mask, num_beams=32, no_repeat_ngram_size=2, early_stopping=True, num_return_sequences=10) tokenizer.batch_decode(questions, skip_special_tokens=True) ``` output: 1. *What is the impact of human induced climate change on tropical cyclones?* 2. *What is the impact of climate change on tropical cyclones?* 3. *What is the impact of human induced climate change on tropical cyclone formation?* 4. *How many tropical cyclones will occur in the mid-latitudes?* 5. *What is the impact of climate change on the formation of tropical cyclones?* 6. *Is it possible for a tropical cyclone to form in the middle latitudes?* 7. *How many tropical cyclones will be formed in the mid-latitudes?* 8. *How many tropical cyclones will there be in the mid-latitudes?* 9. *How many tropical cyclones will form in the mid-latitudes?* 10. *What is the impact of global warming on tropical cyclones?* 11. *How long does it take for a tropical cyclone to form?* 12. 'What are the impacts of climate change on tropical cyclones?* 13. *What are the effects of climate change on tropical cyclones?* 14. *How many tropical cyclones will be able to form in the middle latitudes?* 15. *What is the impact of climate change on tropical cyclone formation?* 16. *What is the effect of climate change on tropical cyclones?* 17. *How long does it take for a tropical cyclone to form in the middle latitude?* 18. *How many tropical cyclones will occur in the middle latitudes?* 19. *How many tropical cyclones are likely to form in the midlatitudes?* 20. *How many tropical cyclones are likely to form in the middle latitudes?* 21. *How many tropical cyclones are expected to form in the midlatitudes?* 22. *How many tropical cyclones will be formed in the middle latitudes?* 23. *How many tropical cyclones will there be in the middle latitudes?* 24. *How long will it take for a tropical cyclone to form in the middle latitude?* 25. *What is the impact of global warming on tropical cyclone formation?* 26. *How many tropical cyclones will form in the middle latitudes?* 27. *How many tropical cyclones can we expect to form in the middle latitudes?* 28. *Is it possible for a tropical cyclone to form in the middle latitude?* 29. *What is the effect of climate change on tropical cyclone formation?* 30. *What are the effects of climate change on tropical cyclone formation?* Also you can play with the following parameters in generate method: -top_k -top_p [**Meaning of parameters to generate text you can see here**](https://huggingface.co/blog/how-to-generate)
{}
text2text-generation
AlekseyKulnevich/Pegasus-QuestionGeneration
[ "transformers", "pytorch", "pegasus", "text2text-generation", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #pegasus #text2text-generation #autotrain_compatible #endpoints_compatible #region-us
Usage HuggingFace Transformers for question generation task Decoder configuration examples: Input text you can see here output: 1. *What is the impact of human induced climate change on tropical cyclones?* 2. *What is the impact of climate change on tropical cyclones?* 3. *What is the impact of human induced climate change on tropical cyclone formation?* 4. *How many tropical cyclones will occur in the mid-latitudes?* 5. *What is the impact of climate change on the formation of tropical cyclones?* 6. *Is it possible for a tropical cyclone to form in the middle latitudes?* 7. *How many tropical cyclones will be formed in the mid-latitudes?* 8. *How many tropical cyclones will there be in the mid-latitudes?* 9. *How many tropical cyclones will form in the mid-latitudes?* 10. *What is the impact of global warming on tropical cyclones?* 11. *How long does it take for a tropical cyclone to form?* 12. 'What are the impacts of climate change on tropical cyclones?* 13. *What are the effects of climate change on tropical cyclones?* 14. *How many tropical cyclones will be able to form in the middle latitudes?* 15. *What is the impact of climate change on tropical cyclone formation?* 16. *What is the effect of climate change on tropical cyclones?* 17. *How long does it take for a tropical cyclone to form in the middle latitude?* 18. *How many tropical cyclones will occur in the middle latitudes?* 19. *How many tropical cyclones are likely to form in the midlatitudes?* 20. *How many tropical cyclones are likely to form in the middle latitudes?* 21. *How many tropical cyclones are expected to form in the midlatitudes?* 22. *How many tropical cyclones will be formed in the middle latitudes?* 23. *How many tropical cyclones will there be in the middle latitudes?* 24. *How long will it take for a tropical cyclone to form in the middle latitude?* 25. *What is the impact of global warming on tropical cyclone formation?* 26. *How many tropical cyclones will form in the middle latitudes?* 27. *How many tropical cyclones can we expect to form in the middle latitudes?* 28. *Is it possible for a tropical cyclone to form in the middle latitude?* 29. *What is the effect of climate change on tropical cyclone formation?* 30. *What are the effects of climate change on tropical cyclone formation?* Also you can play with the following parameters in generate method: -top_k -top_p Meaning of parameters to generate text you can see here
[]
[ "TAGS\n#transformers #pytorch #pegasus #text2text-generation #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 40 ]
[ "passage: TAGS\n#transformers #pytorch #pegasus #text2text-generation #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.027585696429014206, 0.007313489448279142, -0.007987958379089832, 0.028276974335312843, 0.1623227447271347, 0.029489101842045784, 0.14388062059879303, 0.1242440864443779, 0.009850045666098595, -0.03792005777359009, 0.13300150632858276, 0.18938398361206055, -0.010199892334640026, 0.11770597100257874, -0.06683412194252014, -0.2868051826953888, 0.05056614801287651, 0.0602492094039917, 0.013369484804570675, 0.11579764634370804, 0.08074385672807693, -0.05475851520895958, 0.0842554122209549, -0.022040201351046562, -0.1553604155778885, 0.04147952422499657, 0.04605214670300484, -0.10927402973175049, 0.11837435513734818, 0.05578752979636192, 0.1367022842168808, 0.02636982686817646, -0.04433154687285423, -0.1407824158668518, 0.03448762744665146, -0.014720061793923378, -0.061376310884952545, 0.027768997475504875, 0.09636995941400528, -0.1085098460316658, 0.08680911362171173, 0.07155270874500275, -0.0015284063993021846, 0.028706638142466545, -0.15333975851535797, -0.040771156549453735, -0.029247241094708443, 0.05326661095023155, 0.07017087191343307, 0.0938696637749672, -0.0023286195937544107, 0.12940660119056702, -0.06973444670438766, 0.12064070254564285, 0.14831306040287018, -0.3069976568222046, -0.023601431399583817, 0.051164355129003525, 0.08196950703859329, 0.060703326016664505, -0.013138356618583202, 0.038508057594299316, 0.004770491272211075, 0.03309858217835426, -0.010194709524512291, -0.09564581513404846, -0.11341304332017899, 0.010270420461893082, -0.0789228230714798, -0.049713026732206345, 0.19981756806373596, -0.08309976011514664, 0.07265247404575348, -0.028500063344836235, -0.10695131123065948, -0.03853067383170128, -0.027682418003678322, -0.003380002686753869, -0.06605763733386993, 0.069659523665905, 0.060532331466674805, -0.07793574035167694, -0.14536599814891815, 0.022297315299510956, -0.20593146979808807, 0.16288544237613678, 0.018109871074557304, 0.05828370898962021, -0.20405270159244537, 0.06471621245145798, -0.000674026960041374, -0.11155436187982559, 0.062426161020994186, -0.1034383475780487, 0.056312501430511475, -0.014963206835091114, -0.06676226109266281, -0.07738035917282104, 0.06127918139100075, 0.13003574311733246, 0.01805858500301838, 0.0425294004380703, 0.000416925351601094, 0.08716429769992828, 0.031563982367515564, 0.07732700556516647, 0.038204751908779144, -0.043173011392354965, 0.05311184003949165, -0.11223647743463516, 0.026160402223467827, -0.06356550008058548, -0.1620456576347351, -0.04866127669811249, 0.03333169221878052, 0.0648343563079834, 0.030341170728206635, 0.04835530370473862, -0.05115034803748131, -0.02135358192026615, 0.042705047875642776, -0.07428907603025436, 0.012977183796465397, -0.011686811223626137, 0.027593163773417473, 0.1733904331922531, 0.01275497768074274, 0.015933217480778694, -0.11262805014848709, 0.10365206748247147, -0.04144426807761192, 0.022225968539714813, -0.031255170702934265, -0.06193317472934723, 0.032064761966466904, -0.10890514403581619, 0.019574658945202827, -0.15642012655735016, -0.1485527753829956, -0.002933168550953269, 0.03374786674976349, -0.012360223568975925, -0.04730048030614853, -0.03417011722922325, -0.013707662001252174, 0.052129972726106644, -0.05791617929935455, -0.07272955775260925, -0.04702608659863472, 0.09800393879413605, -0.02281559631228447, 0.09270476549863815, -0.150568425655365, 0.06550474464893341, -0.11241579800844193, -0.03566019609570503, -0.09736364334821701, 0.03307387977838516, 0.006077549885958433, 0.12585744261741638, 0.017013506963849068, -0.016991665586829185, -0.08182661980390549, 0.06388788670301437, -0.02339104935526848, 0.20010937750339508, -0.07624473422765732, -0.10946335643529892, 0.2802630066871643, -0.09066344052553177, -0.17479628324508667, 0.099631667137146, 0.01105901412665844, 0.06156383827328682, 0.08827709406614304, 0.1586672067642212, 0.07052227854728699, -0.03904104232788086, 0.10744263976812363, 0.10079006850719452, -0.07359275221824646, -0.1151127740740776, -0.002174675464630127, -0.012823573313653469, -0.06286858022212982, 0.04804248735308647, 0.10530757158994675, 0.0724087730050087, -0.0541774146258831, -0.02969217859208584, -0.02882094867527485, -0.010560687631368637, 0.09563767910003662, 0.027810651808977127, 0.12510286271572113, -0.08220651745796204, -0.017728282138705254, 0.02057051472365856, -0.024810077622532845, 0.003369437763467431, 0.05307779088616371, -0.02282854914665222, 0.11395441740751266, 0.004360213875770569, 0.03882364556193352, -0.19840337336063385, -0.09772457927465439, -0.03439540043473244, 0.13961806893348694, 0.015888620167970657, 0.10937141627073288, 0.06904613226652145, -0.02631063014268875, -0.014846011064946651, 0.009900660254061222, 0.13852858543395996, -0.0032476484775543213, -0.08019904792308807, -0.05285057798027992, 0.07773507386445999, -0.0647035464644432, 0.0158902108669281, -0.032376978546381, 0.032091882079839706, 0.005679324734956026, 0.126190647482872, 0.008325958624482155, 0.04936828464269638, -0.03833828866481781, 0.048992108553647995, -0.07879862934350967, 0.033698808401823044, 0.10792797058820724, 0.012190357781946659, -0.03352833539247513, 0.20314250886440277, -0.18690161406993866, 0.27732783555984497, 0.21701301634311676, -0.28866350650787354, -0.0028289752081036568, -0.031127361580729485, -0.0049080392345786095, 0.012028669938445091, 0.017860518768429756, 0.005422690417617559, 0.06336858868598938, 0.011650816537439823, 0.19027258455753326, -0.033916812390089035, -0.029085587710142136, -0.0008950633346103132, -0.09117268770933151, -0.019828008487820625, 0.06359892338514328, 0.0754622146487236, -0.11167893558740616, 0.18867111206054688, 0.22761639952659607, -0.005664023570716381, 0.15937748551368713, 0.01669486053287983, 0.0002934074145741761, 0.06447967886924744, -0.02251943200826645, -0.03158864378929138, -0.07360739260911942, -0.17277352511882782, -0.0323944091796875, 0.06492999196052551, 0.02103135548532009, 0.09078200906515121, -0.13177452981472015, -0.03473881632089615, 0.006408968474715948, 0.016965724527835846, -0.02021351270377636, 0.09830889105796814, 0.06264516711235046, 0.10635320842266083, -0.03223403915762901, -0.026686690747737885, 0.08994961529970169, 0.031702350825071335, -0.08927229791879654, 0.15803951025009155, -0.13032759726047516, -0.33472248911857605, -0.1961967945098877, -0.17081882059574127, -0.02966659516096115, 0.058547187596559525, 0.13498379290103912, -0.06335697323083878, -0.01770716719329357, 0.01830151490867138, 0.038136716932058334, -0.059371933341026306, 0.02125345915555954, -0.059107840061187744, 0.056364163756370544, -0.08093783259391785, -0.04274408519268036, -0.06570637226104736, -0.016855569556355476, -0.0026700443122535944, 0.14938177168369293, -0.13856683671474457, 0.0711100772023201, 0.15621811151504517, -0.005724868271499872, 0.0581824816763401, -0.0204726941883564, 0.1929926723241806, -0.07750783115625381, 0.009875580668449402, 0.23746556043624878, -0.043749213218688965, 0.09421402961015701, 0.138494074344635, 0.008542743511497974, -0.069229356944561, 0.024806618690490723, -0.054768387228250504, -0.09452919661998749, -0.2286616861820221, -0.10746050626039505, -0.13038843870162964, 0.06827724725008011, 0.04387153312563896, 0.03257381543517113, 0.11580502241849899, 0.08189541846513748, -0.001768745481967926, 0.04645032808184624, 0.016050761565566063, 0.08648503571748734, 0.2514629065990448, 0.00127126753795892, 0.14783121645450592, -0.06828110665082932, -0.1300143152475357, 0.0998758003115654, 0.054202642291784286, 0.08561010658740997, 0.08967795222997665, 0.02371787466108799, 0.002894588513299823, 0.06688637286424637, 0.13068251311779022, 0.11806440353393555, 0.05838426202535629, -0.015465357340872288, -0.012761455029249191, -0.010601499117910862, -0.062138259410858154, 0.04551485925912857, 0.05189701169729233, -0.14786280691623688, -0.06467288732528687, -0.07705499231815338, 0.06037766858935356, 0.08525983989238739, 0.06848956644535065, -0.2065671980381012, -0.0016404568450525403, 0.08934172987937927, -0.018262570723891258, -0.10992186516523361, 0.06580743193626404, -0.024901799857616425, -0.1476857215166092, 0.07907038927078247, -0.04183332622051239, 0.12713627517223358, -0.0483415462076664, 0.0881928950548172, -0.06425303965806961, -0.1288832277059555, 0.03440796956419945, 0.09157112240791321, -0.2844795882701874, 0.21620750427246094, -0.0030165596399456263, -0.057867277413606644, -0.07066868990659714, -0.006100798025727272, 0.031237421557307243, 0.15481482446193695, 0.0766729786992073, -0.0012382868444547057, -0.09282297641038895, -0.11645262688398361, -0.018441256135702133, 0.009011243470013142, 0.13744759559631348, -0.02134038135409355, 0.006231438834220171, -0.052070535719394684, -0.024937773123383522, -0.04402768611907959, -0.015024320222437382, 0.005306920036673546, -0.18535037338733673, 0.07847286760807037, 0.051017697900533676, 0.036091018468141556, 0.030454594641923904, -0.04382651671767235, -0.09519557654857635, 0.21587572991847992, -0.03829314559698105, -0.10007729381322861, -0.11453396826982498, -0.09901604056358337, 0.04248863831162453, -0.09575305134057999, 0.057071566581726074, -0.09200248122215271, 0.021657638251781464, -0.08639182895421982, -0.18853840231895447, 0.1293722689151764, -0.10336440056562424, -0.012767946347594261, -0.06509127467870712, 0.17806433141231537, -0.07667209208011627, 0.016387995332479477, 0.022154074162244797, 0.016217214986681938, -0.12289292365312576, -0.07649209350347519, -0.01373227871954441, 0.0025731856003403664, 0.03233199566602707, 0.015193344093859196, -0.07542119175195694, -0.047841135412454605, -0.02482183650135994, -0.026332199573516846, 0.29312369227409363, 0.17331668734550476, -0.05373896285891533, 0.159318745136261, 0.09618104249238968, -0.08316412568092346, -0.33121350407600403, -0.115946464240551, -0.08833862096071243, -0.017579875886440277, -0.030331043526530266, -0.15357118844985962, 0.0726977288722992, -0.008525566197931767, -0.02361355535686016, 0.10449516028165817, -0.25195446610450745, -0.10325172543525696, 0.15061473846435547, -0.001681105000898242, 0.38637664914131165, -0.12854944169521332, -0.09129916876554489, -0.06323869526386261, -0.18781696259975433, 0.12713280320167542, -0.02424454875290394, 0.08665256947278976, -0.025318730622529984, 0.1189311295747757, 0.03689003363251686, -0.03186932951211929, 0.09087345004081726, 0.0002512325590942055, -0.008919776417315006, -0.11167082190513611, -0.006444161757826805, 0.06078359857201576, -0.01989692822098732, 0.027989648282527924, -0.018387574702501297, 0.003936428111046553, -0.16014201939105988, -0.037804458290338516, -0.09336313605308533, 0.04309866577386856, 0.026587700471282005, -0.03350997343659401, 0.0279763825237751, -0.07552820444107056, -0.014507034793496132, 0.011567247100174427, 0.20935572683811188, -0.05274742469191551, 0.1701357215642929, 0.1241312101483345, 0.10410413891077042, -0.135208860039711, 0.02291138656437397, -0.07015801221132278, -0.07691501080989838, 0.04072810336947441, -0.08244165778160095, 0.05210975185036659, 0.12575723230838776, -0.05860447883605957, 0.03527315706014633, 0.1000896468758583, 0.027045993134379387, -0.009989666752517223, 0.14556513726711273, -0.25419098138809204, 0.01899345964193344, -0.06604690104722977, 0.007670600898563862, 0.06569205969572067, 0.05836820974946022, 0.17258399724960327, 0.03277072310447693, -0.06186176836490631, -0.013284128159284592, -0.0066999453119933605, -0.026414699852466583, 0.06506989896297455, 0.020127547904849052, 0.01753195747733116, -0.11713390797376633, 0.046958230435848236, 0.01666394993662834, -0.2020876258611679, -0.007182493805885315, 0.20513387024402618, -0.1323099434375763, -0.12713544070720673, 0.025219053030014038, 0.06982459872961044, -0.17893916368484497, -0.03580104187130928, -0.07586657255887985, -0.12027594447135925, 0.06571675091981888, 0.1958850920200348, 0.10050273686647415, 0.06479695439338684, -0.03090684860944748, -0.035288020968437195, -0.01921747624874115, -0.0017136972164735198, 0.05709562450647354, 0.04122164472937584, -0.07452833652496338, 0.03299440070986748, -0.0369621179997921, 0.14526019990444183, -0.09112148731946945, -0.055046677589416504, -0.14336557686328888, 0.037185199558734894, -0.1270676851272583, -0.05180307477712631, -0.09207983314990997, -0.06043447554111481, -0.005520303267985582, -0.03323851525783539, -0.040147148072719574, -0.057040657848119736, -0.11917484551668167, 0.01771133951842785, -0.05767437070608139, 0.010284320451319218, -0.08568691462278366, -0.015235191211104393, 0.1039268895983696, -0.042803216725587845, 0.09270195662975311, 0.14184673130512238, -0.08834710717201233, 0.09435155242681503, -0.11113779991865158, -0.09970304369926453, 0.10261854529380798, 0.02926977165043354, 0.06631676852703094, 0.07538145035505295, 0.02120576798915863, 0.0845770463347435, 0.05438769981265068, 0.06188758835196495, 0.05556515231728554, -0.10286565124988556, 0.05364862456917763, -0.035131338983774185, -0.18136291205883026, -0.03889384865760803, -0.03900923952460289, 0.09032551199197769, 0.008460118435323238, 0.14533020555973053, -0.058411095291376114, 0.12033247947692871, -0.03810322657227516, 0.026920504868030548, -0.0022480199113488197, -0.18228110671043396, -0.04332048445940018, -0.09787475317716599, 0.012237093411386013, 0.020677054300904274, 0.2113143354654312, 0.02447398751974106, 0.09441017359495163, 0.0420667938888073, 0.058334771543741226, -0.0022263480350375175, 0.018762605264782906, 0.16429509222507477, 0.10088097304105759, -0.06769854575395584, -0.09952136874198914, 0.07575821131467819, 0.027615059167146683, 0.020410293713212013, 0.1669931709766388, 0.01749906688928604, -0.007070209365338087, 0.1254429966211319, -0.02630334533751011, 0.08790914714336395, -0.13574211299419403, -0.21889838576316833, -0.019804028794169426, 0.05489349737763405, -0.009880405850708485, 0.08519899100065231, 0.1385723054409027, -0.01635821722447872, 0.024940647184848785, -0.05623963102698326, -0.060569655150175095, -0.19362306594848633, -0.09277856349945068, -0.08268585056066513, -0.10180290043354034, -0.014712493866682053, -0.07669606059789658, 0.034582480788230896, 0.07411330193281174, 0.04844081401824951, -0.06099122762680054, 0.08698969334363937, 0.03972983360290527, -0.08971982449293137, 0.05367860570549965, -0.03972978517413139, 0.06400992721319199, 0.0155027499422431, -0.01754131354391575, -0.14581698179244995, -0.011364766396582127, -0.022526832297444344, 0.061385203152894974, -0.07153992354869843, -0.010531934909522533, -0.15179623663425446, -0.11668801307678223, -0.044254496693611145, 0.06920216232538223, -0.03137056529521942, 0.11045622825622559, 0.01599840074777603, -0.0007468123221769929, 0.03391840308904648, 0.20826643705368042, -0.07851770520210266, -0.09784555435180664, -0.03908612206578255, 0.21046151220798492, 0.06415607780218124, 0.10688471049070358, -0.035213347524404526, 0.007704419083893299, -0.0994245782494545, 0.3409350514411926, 0.2867956757545471, -0.07978424429893494, 0.02958511747419834, 0.03648075833916664, 0.04699551686644554, 0.12769319117069244, 0.12596286833286285, 0.07956866919994354, 0.2516948878765106, -0.08430477976799011, -0.03634202107787132, -0.03634164482355118, -0.018995359539985657, -0.13541501760482788, 0.0857229009270668, 0.023966001346707344, -0.05911729112267494, -0.03720174729824066, 0.11271587014198303, -0.2227962613105774, 0.1707015484571457, -0.051902566105127335, -0.19755250215530396, -0.054956935346126556, 0.00896263774484396, 0.1479974389076233, -0.001425327849574387, 0.09814303368330002, -0.0043182880617678165, -0.10310788452625275, 0.09938514977693558, 0.011675244197249413, -0.22907690703868866, 0.006209614686667919, 0.0485866405069828, -0.12346213310956955, -0.019764546304941177, -0.013896752148866653, 0.04705127701163292, 0.06802719086408615, 0.06532581150531769, -0.015458318404853344, 0.02425820752978325, 0.015196547843515873, 0.001029869425110519, 0.006488078739494085, 0.039524778723716736, 0.0029825230594724417, -0.11641877144575119, 0.06432265788316727, -0.14936137199401855, 0.04568292945623398, -0.05962099879980087, -0.020651979371905327, 0.021721867844462395, 0.024487338960170746, -0.050546206533908844, 0.044824473559856415, 0.07680115103721619, 0.0020370136480778456, -0.009929941035807133, -0.029844362288713455, -0.04111442714929581, 0.016692133620381355, -0.06962182372808456, -0.12554603815078735, -0.11211634427309036, -0.12078654021024704, 0.08791758120059967, 0.016070706769824028, -0.19791674613952637, -0.013232938013970852, -0.11572209000587463, 0.056993354111909866, -0.1938692033290863, 0.10010140389204025, 0.05595893785357475, -0.0007451901328749955, -0.005284659098833799, -0.041861411184072495, 0.052014973014593124, 0.08704550564289093, -0.10205619037151337, -0.0989319309592247 ]
null
null
transformers
**Usage HuggingFace Transformers for summarization task** ``` from transformers import AutoTokenizer, AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("AlekseyKulnevich/Pegasus-Summarization") tokenizer = PegasusTokenizer.from_pretrained('google/pegasus-large') input_text # your text input_ = tokenizer.batch_encode_plus([input_text], max_length=1024, pad_to_max_length=True, truncation=True, padding='longest', return_tensors='pt') input_ids = input_['input_ids'] input_mask = input_['attention_mask'] summary = model.generate(input_ids=input_ids, attention_mask=input_mask, num_beams=32, min_length=100, no_repeat_ngram_size=2, early_stopping=True, num_return_sequences=10) questions = tokenizer.batch_decode(summary, skip_special_tokens=True) ``` **Decoder configuration examples:** [**Input text you can see here**](https://www.bbc.com/news/science-environment-59775105) ``` summary = model.generate(input_ids=input_ids, attention_mask=input_mask, num_beams=32, min_length=100, no_repeat_ngram_size=2, early_stopping=True, num_return_sequences=1) tokenizer.batch_decode(summary, skip_special_tokens=True) ``` output: 1. *global warming will expand the range of tropical cyclones in the mid-latitudes of the world, according to a new study published by the Intergovernmental Panel on Climate change (IPCC) and the US National Oceanic and Atmospheric Administration (NOAA) The study shows that a warming climate will allow more of these types of storms to form over a wider range than they have been able to do over the past three million years. "As the climate warms, it's likely that these storms will become more frequent and more intense," said the authors of this study.* ``` summary = model.generate(input_ids=input_ids, attention_mask=input_mask, top_k=30, no_repeat_ngram_size=2, early_stopping=True, min_length=100, num_return_sequences=1) tokenizer.batch_decode(summary, skip_special_tokens=True) ``` output: 1. *tropical cyclones in the mid-latitudes of the world will likely form more of these types of storms, according to a new study published by the Intergovernmental Panel on Climate change (IPCC) on the impact of human induced climate change on these storms. The study shows that a warming climate will increase the likelihood of a subtropical cyclone forming over a wider range of latitudes, including the equator, than it has been for the past three million years, and that it will be more likely to form over the tropics.* Also you can play with the following parameters in generate method: -top_k -top_p [**Meaning of parameters to generate text you can see here**](https://huggingface.co/blog/how-to-generate)
{}
text2text-generation
AlekseyKulnevich/Pegasus-Summarization
[ "transformers", "pytorch", "pegasus", "text2text-generation", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #pegasus #text2text-generation #autotrain_compatible #endpoints_compatible #region-us
Usage HuggingFace Transformers for summarization task Decoder configuration examples: Input text you can see here output: 1. *global warming will expand the range of tropical cyclones in the mid-latitudes of the world, according to a new study published by the Intergovernmental Panel on Climate change (IPCC) and the US National Oceanic and Atmospheric Administration (NOAA) The study shows that a warming climate will allow more of these types of storms to form over a wider range than they have been able to do over the past three million years. "As the climate warms, it's likely that these storms will become more frequent and more intense," said the authors of this study.* output: 1. *tropical cyclones in the mid-latitudes of the world will likely form more of these types of storms, according to a new study published by the Intergovernmental Panel on Climate change (IPCC) on the impact of human induced climate change on these storms. The study shows that a warming climate will increase the likelihood of a subtropical cyclone forming over a wider range of latitudes, including the equator, than it has been for the past three million years, and that it will be more likely to form over the tropics.* Also you can play with the following parameters in generate method: -top_k -top_p Meaning of parameters to generate text you can see here
[]
[ "TAGS\n#transformers #pytorch #pegasus #text2text-generation #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 40 ]
[ "passage: TAGS\n#transformers #pytorch #pegasus #text2text-generation #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.027585696429014206, 0.007313489448279142, -0.007987958379089832, 0.028276974335312843, 0.1623227447271347, 0.029489101842045784, 0.14388062059879303, 0.1242440864443779, 0.009850045666098595, -0.03792005777359009, 0.13300150632858276, 0.18938398361206055, -0.010199892334640026, 0.11770597100257874, -0.06683412194252014, -0.2868051826953888, 0.05056614801287651, 0.0602492094039917, 0.013369484804570675, 0.11579764634370804, 0.08074385672807693, -0.05475851520895958, 0.0842554122209549, -0.022040201351046562, -0.1553604155778885, 0.04147952422499657, 0.04605214670300484, -0.10927402973175049, 0.11837435513734818, 0.05578752979636192, 0.1367022842168808, 0.02636982686817646, -0.04433154687285423, -0.1407824158668518, 0.03448762744665146, -0.014720061793923378, -0.061376310884952545, 0.027768997475504875, 0.09636995941400528, -0.1085098460316658, 0.08680911362171173, 0.07155270874500275, -0.0015284063993021846, 0.028706638142466545, -0.15333975851535797, -0.040771156549453735, -0.029247241094708443, 0.05326661095023155, 0.07017087191343307, 0.0938696637749672, -0.0023286195937544107, 0.12940660119056702, -0.06973444670438766, 0.12064070254564285, 0.14831306040287018, -0.3069976568222046, -0.023601431399583817, 0.051164355129003525, 0.08196950703859329, 0.060703326016664505, -0.013138356618583202, 0.038508057594299316, 0.004770491272211075, 0.03309858217835426, -0.010194709524512291, -0.09564581513404846, -0.11341304332017899, 0.010270420461893082, -0.0789228230714798, -0.049713026732206345, 0.19981756806373596, -0.08309976011514664, 0.07265247404575348, -0.028500063344836235, -0.10695131123065948, -0.03853067383170128, -0.027682418003678322, -0.003380002686753869, -0.06605763733386993, 0.069659523665905, 0.060532331466674805, -0.07793574035167694, -0.14536599814891815, 0.022297315299510956, -0.20593146979808807, 0.16288544237613678, 0.018109871074557304, 0.05828370898962021, -0.20405270159244537, 0.06471621245145798, -0.000674026960041374, -0.11155436187982559, 0.062426161020994186, -0.1034383475780487, 0.056312501430511475, -0.014963206835091114, -0.06676226109266281, -0.07738035917282104, 0.06127918139100075, 0.13003574311733246, 0.01805858500301838, 0.0425294004380703, 0.000416925351601094, 0.08716429769992828, 0.031563982367515564, 0.07732700556516647, 0.038204751908779144, -0.043173011392354965, 0.05311184003949165, -0.11223647743463516, 0.026160402223467827, -0.06356550008058548, -0.1620456576347351, -0.04866127669811249, 0.03333169221878052, 0.0648343563079834, 0.030341170728206635, 0.04835530370473862, -0.05115034803748131, -0.02135358192026615, 0.042705047875642776, -0.07428907603025436, 0.012977183796465397, -0.011686811223626137, 0.027593163773417473, 0.1733904331922531, 0.01275497768074274, 0.015933217480778694, -0.11262805014848709, 0.10365206748247147, -0.04144426807761192, 0.022225968539714813, -0.031255170702934265, -0.06193317472934723, 0.032064761966466904, -0.10890514403581619, 0.019574658945202827, -0.15642012655735016, -0.1485527753829956, -0.002933168550953269, 0.03374786674976349, -0.012360223568975925, -0.04730048030614853, -0.03417011722922325, -0.013707662001252174, 0.052129972726106644, -0.05791617929935455, -0.07272955775260925, -0.04702608659863472, 0.09800393879413605, -0.02281559631228447, 0.09270476549863815, -0.150568425655365, 0.06550474464893341, -0.11241579800844193, -0.03566019609570503, -0.09736364334821701, 0.03307387977838516, 0.006077549885958433, 0.12585744261741638, 0.017013506963849068, -0.016991665586829185, -0.08182661980390549, 0.06388788670301437, -0.02339104935526848, 0.20010937750339508, -0.07624473422765732, -0.10946335643529892, 0.2802630066871643, -0.09066344052553177, -0.17479628324508667, 0.099631667137146, 0.01105901412665844, 0.06156383827328682, 0.08827709406614304, 0.1586672067642212, 0.07052227854728699, -0.03904104232788086, 0.10744263976812363, 0.10079006850719452, -0.07359275221824646, -0.1151127740740776, -0.002174675464630127, -0.012823573313653469, -0.06286858022212982, 0.04804248735308647, 0.10530757158994675, 0.0724087730050087, -0.0541774146258831, -0.02969217859208584, -0.02882094867527485, -0.010560687631368637, 0.09563767910003662, 0.027810651808977127, 0.12510286271572113, -0.08220651745796204, -0.017728282138705254, 0.02057051472365856, -0.024810077622532845, 0.003369437763467431, 0.05307779088616371, -0.02282854914665222, 0.11395441740751266, 0.004360213875770569, 0.03882364556193352, -0.19840337336063385, -0.09772457927465439, -0.03439540043473244, 0.13961806893348694, 0.015888620167970657, 0.10937141627073288, 0.06904613226652145, -0.02631063014268875, -0.014846011064946651, 0.009900660254061222, 0.13852858543395996, -0.0032476484775543213, -0.08019904792308807, -0.05285057798027992, 0.07773507386445999, -0.0647035464644432, 0.0158902108669281, -0.032376978546381, 0.032091882079839706, 0.005679324734956026, 0.126190647482872, 0.008325958624482155, 0.04936828464269638, -0.03833828866481781, 0.048992108553647995, -0.07879862934350967, 0.033698808401823044, 0.10792797058820724, 0.012190357781946659, -0.03352833539247513, 0.20314250886440277, -0.18690161406993866, 0.27732783555984497, 0.21701301634311676, -0.28866350650787354, -0.0028289752081036568, -0.031127361580729485, -0.0049080392345786095, 0.012028669938445091, 0.017860518768429756, 0.005422690417617559, 0.06336858868598938, 0.011650816537439823, 0.19027258455753326, -0.033916812390089035, -0.029085587710142136, -0.0008950633346103132, -0.09117268770933151, -0.019828008487820625, 0.06359892338514328, 0.0754622146487236, -0.11167893558740616, 0.18867111206054688, 0.22761639952659607, -0.005664023570716381, 0.15937748551368713, 0.01669486053287983, 0.0002934074145741761, 0.06447967886924744, -0.02251943200826645, -0.03158864378929138, -0.07360739260911942, -0.17277352511882782, -0.0323944091796875, 0.06492999196052551, 0.02103135548532009, 0.09078200906515121, -0.13177452981472015, -0.03473881632089615, 0.006408968474715948, 0.016965724527835846, -0.02021351270377636, 0.09830889105796814, 0.06264516711235046, 0.10635320842266083, -0.03223403915762901, -0.026686690747737885, 0.08994961529970169, 0.031702350825071335, -0.08927229791879654, 0.15803951025009155, -0.13032759726047516, -0.33472248911857605, -0.1961967945098877, -0.17081882059574127, -0.02966659516096115, 0.058547187596559525, 0.13498379290103912, -0.06335697323083878, -0.01770716719329357, 0.01830151490867138, 0.038136716932058334, -0.059371933341026306, 0.02125345915555954, -0.059107840061187744, 0.056364163756370544, -0.08093783259391785, -0.04274408519268036, -0.06570637226104736, -0.016855569556355476, -0.0026700443122535944, 0.14938177168369293, -0.13856683671474457, 0.0711100772023201, 0.15621811151504517, -0.005724868271499872, 0.0581824816763401, -0.0204726941883564, 0.1929926723241806, -0.07750783115625381, 0.009875580668449402, 0.23746556043624878, -0.043749213218688965, 0.09421402961015701, 0.138494074344635, 0.008542743511497974, -0.069229356944561, 0.024806618690490723, -0.054768387228250504, -0.09452919661998749, -0.2286616861820221, -0.10746050626039505, -0.13038843870162964, 0.06827724725008011, 0.04387153312563896, 0.03257381543517113, 0.11580502241849899, 0.08189541846513748, -0.001768745481967926, 0.04645032808184624, 0.016050761565566063, 0.08648503571748734, 0.2514629065990448, 0.00127126753795892, 0.14783121645450592, -0.06828110665082932, -0.1300143152475357, 0.0998758003115654, 0.054202642291784286, 0.08561010658740997, 0.08967795222997665, 0.02371787466108799, 0.002894588513299823, 0.06688637286424637, 0.13068251311779022, 0.11806440353393555, 0.05838426202535629, -0.015465357340872288, -0.012761455029249191, -0.010601499117910862, -0.062138259410858154, 0.04551485925912857, 0.05189701169729233, -0.14786280691623688, -0.06467288732528687, -0.07705499231815338, 0.06037766858935356, 0.08525983989238739, 0.06848956644535065, -0.2065671980381012, -0.0016404568450525403, 0.08934172987937927, -0.018262570723891258, -0.10992186516523361, 0.06580743193626404, -0.024901799857616425, -0.1476857215166092, 0.07907038927078247, -0.04183332622051239, 0.12713627517223358, -0.0483415462076664, 0.0881928950548172, -0.06425303965806961, -0.1288832277059555, 0.03440796956419945, 0.09157112240791321, -0.2844795882701874, 0.21620750427246094, -0.0030165596399456263, -0.057867277413606644, -0.07066868990659714, -0.006100798025727272, 0.031237421557307243, 0.15481482446193695, 0.0766729786992073, -0.0012382868444547057, -0.09282297641038895, -0.11645262688398361, -0.018441256135702133, 0.009011243470013142, 0.13744759559631348, -0.02134038135409355, 0.006231438834220171, -0.052070535719394684, -0.024937773123383522, -0.04402768611907959, -0.015024320222437382, 0.005306920036673546, -0.18535037338733673, 0.07847286760807037, 0.051017697900533676, 0.036091018468141556, 0.030454594641923904, -0.04382651671767235, -0.09519557654857635, 0.21587572991847992, -0.03829314559698105, -0.10007729381322861, -0.11453396826982498, -0.09901604056358337, 0.04248863831162453, -0.09575305134057999, 0.057071566581726074, -0.09200248122215271, 0.021657638251781464, -0.08639182895421982, -0.18853840231895447, 0.1293722689151764, -0.10336440056562424, -0.012767946347594261, -0.06509127467870712, 0.17806433141231537, -0.07667209208011627, 0.016387995332479477, 0.022154074162244797, 0.016217214986681938, -0.12289292365312576, -0.07649209350347519, -0.01373227871954441, 0.0025731856003403664, 0.03233199566602707, 0.015193344093859196, -0.07542119175195694, -0.047841135412454605, -0.02482183650135994, -0.026332199573516846, 0.29312369227409363, 0.17331668734550476, -0.05373896285891533, 0.159318745136261, 0.09618104249238968, -0.08316412568092346, -0.33121350407600403, -0.115946464240551, -0.08833862096071243, -0.017579875886440277, -0.030331043526530266, -0.15357118844985962, 0.0726977288722992, -0.008525566197931767, -0.02361355535686016, 0.10449516028165817, -0.25195446610450745, -0.10325172543525696, 0.15061473846435547, -0.001681105000898242, 0.38637664914131165, -0.12854944169521332, -0.09129916876554489, -0.06323869526386261, -0.18781696259975433, 0.12713280320167542, -0.02424454875290394, 0.08665256947278976, -0.025318730622529984, 0.1189311295747757, 0.03689003363251686, -0.03186932951211929, 0.09087345004081726, 0.0002512325590942055, -0.008919776417315006, -0.11167082190513611, -0.006444161757826805, 0.06078359857201576, -0.01989692822098732, 0.027989648282527924, -0.018387574702501297, 0.003936428111046553, -0.16014201939105988, -0.037804458290338516, -0.09336313605308533, 0.04309866577386856, 0.026587700471282005, -0.03350997343659401, 0.0279763825237751, -0.07552820444107056, -0.014507034793496132, 0.011567247100174427, 0.20935572683811188, -0.05274742469191551, 0.1701357215642929, 0.1241312101483345, 0.10410413891077042, -0.135208860039711, 0.02291138656437397, -0.07015801221132278, -0.07691501080989838, 0.04072810336947441, -0.08244165778160095, 0.05210975185036659, 0.12575723230838776, -0.05860447883605957, 0.03527315706014633, 0.1000896468758583, 0.027045993134379387, -0.009989666752517223, 0.14556513726711273, -0.25419098138809204, 0.01899345964193344, -0.06604690104722977, 0.007670600898563862, 0.06569205969572067, 0.05836820974946022, 0.17258399724960327, 0.03277072310447693, -0.06186176836490631, -0.013284128159284592, -0.0066999453119933605, -0.026414699852466583, 0.06506989896297455, 0.020127547904849052, 0.01753195747733116, -0.11713390797376633, 0.046958230435848236, 0.01666394993662834, -0.2020876258611679, -0.007182493805885315, 0.20513387024402618, -0.1323099434375763, -0.12713544070720673, 0.025219053030014038, 0.06982459872961044, -0.17893916368484497, -0.03580104187130928, -0.07586657255887985, -0.12027594447135925, 0.06571675091981888, 0.1958850920200348, 0.10050273686647415, 0.06479695439338684, -0.03090684860944748, -0.035288020968437195, -0.01921747624874115, -0.0017136972164735198, 0.05709562450647354, 0.04122164472937584, -0.07452833652496338, 0.03299440070986748, -0.0369621179997921, 0.14526019990444183, -0.09112148731946945, -0.055046677589416504, -0.14336557686328888, 0.037185199558734894, -0.1270676851272583, -0.05180307477712631, -0.09207983314990997, -0.06043447554111481, -0.005520303267985582, -0.03323851525783539, -0.040147148072719574, -0.057040657848119736, -0.11917484551668167, 0.01771133951842785, -0.05767437070608139, 0.010284320451319218, -0.08568691462278366, -0.015235191211104393, 0.1039268895983696, -0.042803216725587845, 0.09270195662975311, 0.14184673130512238, -0.08834710717201233, 0.09435155242681503, -0.11113779991865158, -0.09970304369926453, 0.10261854529380798, 0.02926977165043354, 0.06631676852703094, 0.07538145035505295, 0.02120576798915863, 0.0845770463347435, 0.05438769981265068, 0.06188758835196495, 0.05556515231728554, -0.10286565124988556, 0.05364862456917763, -0.035131338983774185, -0.18136291205883026, -0.03889384865760803, -0.03900923952460289, 0.09032551199197769, 0.008460118435323238, 0.14533020555973053, -0.058411095291376114, 0.12033247947692871, -0.03810322657227516, 0.026920504868030548, -0.0022480199113488197, -0.18228110671043396, -0.04332048445940018, -0.09787475317716599, 0.012237093411386013, 0.020677054300904274, 0.2113143354654312, 0.02447398751974106, 0.09441017359495163, 0.0420667938888073, 0.058334771543741226, -0.0022263480350375175, 0.018762605264782906, 0.16429509222507477, 0.10088097304105759, -0.06769854575395584, -0.09952136874198914, 0.07575821131467819, 0.027615059167146683, 0.020410293713212013, 0.1669931709766388, 0.01749906688928604, -0.007070209365338087, 0.1254429966211319, -0.02630334533751011, 0.08790914714336395, -0.13574211299419403, -0.21889838576316833, -0.019804028794169426, 0.05489349737763405, -0.009880405850708485, 0.08519899100065231, 0.1385723054409027, -0.01635821722447872, 0.024940647184848785, -0.05623963102698326, -0.060569655150175095, -0.19362306594848633, -0.09277856349945068, -0.08268585056066513, -0.10180290043354034, -0.014712493866682053, -0.07669606059789658, 0.034582480788230896, 0.07411330193281174, 0.04844081401824951, -0.06099122762680054, 0.08698969334363937, 0.03972983360290527, -0.08971982449293137, 0.05367860570549965, -0.03972978517413139, 0.06400992721319199, 0.0155027499422431, -0.01754131354391575, -0.14581698179244995, -0.011364766396582127, -0.022526832297444344, 0.061385203152894974, -0.07153992354869843, -0.010531934909522533, -0.15179623663425446, -0.11668801307678223, -0.044254496693611145, 0.06920216232538223, -0.03137056529521942, 0.11045622825622559, 0.01599840074777603, -0.0007468123221769929, 0.03391840308904648, 0.20826643705368042, -0.07851770520210266, -0.09784555435180664, -0.03908612206578255, 0.21046151220798492, 0.06415607780218124, 0.10688471049070358, -0.035213347524404526, 0.007704419083893299, -0.0994245782494545, 0.3409350514411926, 0.2867956757545471, -0.07978424429893494, 0.02958511747419834, 0.03648075833916664, 0.04699551686644554, 0.12769319117069244, 0.12596286833286285, 0.07956866919994354, 0.2516948878765106, -0.08430477976799011, -0.03634202107787132, -0.03634164482355118, -0.018995359539985657, -0.13541501760482788, 0.0857229009270668, 0.023966001346707344, -0.05911729112267494, -0.03720174729824066, 0.11271587014198303, -0.2227962613105774, 0.1707015484571457, -0.051902566105127335, -0.19755250215530396, -0.054956935346126556, 0.00896263774484396, 0.1479974389076233, -0.001425327849574387, 0.09814303368330002, -0.0043182880617678165, -0.10310788452625275, 0.09938514977693558, 0.011675244197249413, -0.22907690703868866, 0.006209614686667919, 0.0485866405069828, -0.12346213310956955, -0.019764546304941177, -0.013896752148866653, 0.04705127701163292, 0.06802719086408615, 0.06532581150531769, -0.015458318404853344, 0.02425820752978325, 0.015196547843515873, 0.001029869425110519, 0.006488078739494085, 0.039524778723716736, 0.0029825230594724417, -0.11641877144575119, 0.06432265788316727, -0.14936137199401855, 0.04568292945623398, -0.05962099879980087, -0.020651979371905327, 0.021721867844462395, 0.024487338960170746, -0.050546206533908844, 0.044824473559856415, 0.07680115103721619, 0.0020370136480778456, -0.009929941035807133, -0.029844362288713455, -0.04111442714929581, 0.016692133620381355, -0.06962182372808456, -0.12554603815078735, -0.11211634427309036, -0.12078654021024704, 0.08791758120059967, 0.016070706769824028, -0.19791674613952637, -0.013232938013970852, -0.11572209000587463, 0.056993354111909866, -0.1938692033290863, 0.10010140389204025, 0.05595893785357475, -0.0007451901328749955, -0.005284659098833799, -0.041861411184072495, 0.052014973014593124, 0.08704550564289093, -0.10205619037151337, -0.0989319309592247 ]
null
null
transformers
This is a fine-tuned version of GPT-2, trained with the entire corpus of Plato's works. By generating text samples you should be able to generate ancient Greek philosophy on the fly!
{"language": "en", "tags": ["text-generation"], "pipeline_tag": "text-generation", "widget": [{"text": "The Gods"}, {"text": "What is"}]}
text-generation
Alerosae/SocratesGPT-2
[ "transformers", "pytorch", "gpt2", "feature-extraction", "text-generation", "en", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #feature-extraction #text-generation #en #endpoints_compatible #text-generation-inference #region-us
This is a fine-tuned version of GPT-2, trained with the entire corpus of Plato's works. By generating text samples you should be able to generate ancient Greek philosophy on the fly!
[]
[ "TAGS\n#transformers #pytorch #gpt2 #feature-extraction #text-generation #en #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 47 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #feature-extraction #text-generation #en #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0282889436930418, 0.0009478123974986374, -0.007868082262575626, 0.01403009332716465, 0.1635991632938385, 0.04000629112124443, 0.02275751158595085, 0.14084503054618835, -0.017932232469320297, -0.003716195933520794, 0.13020537793636322, 0.20026414096355438, 0.011470472440123558, 0.01216015312820673, -0.054833754897117615, -0.27619510889053345, 0.07480470091104507, 0.07399794459342957, -0.03406407684087753, 0.12450394034385681, 0.05936536192893982, -0.05114299803972244, 0.08424429595470428, -0.006311857607215643, -0.14881081879138947, 0.023770755156874657, 0.04086616635322571, -0.1007334291934967, 0.10761476308107376, 0.03460075333714485, 0.07931507378816605, -0.005310689099133015, -0.09704454243183136, -0.1787341684103012, 0.03022477962076664, 0.03290557488799095, -0.06731178611516953, 0.058432579040527344, 0.09712176024913788, -0.12373406440019608, 0.13167831301689148, 0.067790187895298, -0.043726202100515366, 0.048262521624565125, -0.1760377734899521, -0.10564807057380676, -0.04808754101395607, 0.04225607588887215, 0.020407432690262794, 0.11712533980607986, -0.02291145920753479, 0.04932155832648277, -0.11063899099826813, 0.08908763527870178, 0.22939856350421906, -0.2913689613342285, 0.00598053028807044, 0.06934605538845062, 0.09808394312858582, 0.03246280178427696, -0.02808350697159767, 0.05192004144191742, 0.004469713661819696, 0.015342912636697292, 0.0016440526815131307, -0.07282442599534988, -0.07746651768684387, 0.06949999928474426, -0.10226866602897644, -0.1059136837720871, 0.1996489316225052, -0.040769703686237335, 0.05693597346544266, -0.025334946811199188, -0.10035386681556702, -0.053249429911375046, -0.02453068271279335, 0.035658713430166245, -0.047779615968465805, 0.09441129863262177, 0.04250091686844826, -0.09471658617258072, -0.12722736597061157, -0.05717518925666809, -0.15857698023319244, 0.17272792756557465, 0.009827680885791779, 0.0758146196603775, -0.20576687157154083, 0.1052720695734024, -0.05690274015069008, -0.07529878616333008, 0.00594110693782568, -0.09154807776212692, 0.06082037836313248, 0.031385961920022964, -0.060150306671857834, -0.08446512371301651, 0.07664847373962402, 0.0819682627916336, -0.10816536098718643, 0.018306881189346313, -0.05243409052491188, 0.1170240119099617, 0.027806444093585014, 0.104861781001091, -0.022047502920031548, 0.019787808880209923, 0.011091587133705616, -0.14269153773784637, -0.019980981945991516, -0.06227874383330345, -0.13209491968154907, -0.05813044682145119, 0.03413479030132294, 0.08669427782297134, 0.022329015657305717, 0.07062780112028122, -0.05267176032066345, -0.030186178162693977, 0.03413153439760208, -0.06880119442939758, -0.019849061965942383, 0.022379545494914055, 0.01753862574696541, 0.13697504997253418, -0.008579239249229431, -0.01228080503642559, -0.1501423865556717, 0.025446340441703796, -0.09171125292778015, 0.036533962935209274, -0.03403054177761078, -0.054084423929452896, 0.017947645857930183, -0.14602670073509216, -0.003430895274505019, -0.12105575948953629, -0.18997135758399963, 0.02892443723976612, 0.007027192506939173, -0.025025706738233566, 0.0026877925265580416, -0.0431915782392025, -0.05065900832414627, 0.02247272990643978, -0.05913173407316208, -0.012864830903708935, -0.06501882523298264, 0.11967173963785172, -0.059219930320978165, 0.05811170116066933, -0.11296442151069641, 0.09427034854888916, -0.11893194913864136, 0.02859191596508026, -0.132496640086174, 0.09624389559030533, 0.008021530695259571, 0.10356210917234421, -0.04448157548904419, -0.07238239049911499, -0.11085435748100281, 0.05246101692318916, -0.047985583543777466, 0.20399780571460724, -0.06662901490926743, -0.13788501918315887, 0.2851194739341736, -0.09109912067651749, -0.13583438098430634, 0.0794956162571907, 0.0006418821285478771, 0.003489202819764614, 0.08030297607183456, 0.25911906361579895, 0.04623449966311455, 0.043467357754707336, 0.054913297295570374, 0.1423611342906952, -0.12944471836090088, -0.06349094212055206, 0.043299123644828796, -0.07096604257822037, -0.06717157363891602, 0.030379729345440865, 0.009852954186499119, 0.07752501219511032, -0.037052545696496964, -0.03416648507118225, -0.03520973399281502, 0.022567512467503548, 0.09691350907087326, -0.0031165059190243483, 0.11387677490711212, -0.018445586785674095, -0.030387932434678078, -0.02150377631187439, -0.023286357522010803, -0.06847797334194183, 0.06562041491270065, -0.027027249336242676, 0.18503113090991974, -0.05161423608660698, 0.05060112103819847, -0.22767996788024902, -0.04849279671907425, -0.013227761723101139, 0.08026733249425888, -0.028982961550354958, 0.0635683611035347, 0.05983443930745125, -0.050268080085515976, -0.001810555113479495, -0.007089817430824041, 0.08126042783260345, -0.039038050919771194, -0.028475265949964523, -0.047909677028656006, 0.030650045722723007, -0.05371859669685364, -0.04908384382724762, -0.04388904944062233, 0.018363751471042633, 0.10066685080528259, 0.07037732005119324, -0.0009965799981728196, 0.004059832543134689, -0.01891937479376793, 0.005543629173189402, -0.04499906301498413, -0.019307473674416542, 0.09491134434938431, -0.021724514663219452, -0.08754844963550568, 0.19498009979724884, -0.11440681666135788, 0.1849699765443802, 0.18188178539276123, -0.29769366979599, 0.030160177499055862, -0.08563026040792465, -0.04046019911766052, 0.05053305625915527, 0.05686991289258003, -0.060048140585422516, 0.18602199852466583, 0.013024117797613144, 0.16717472672462463, -0.07399692386388779, -0.060782063752412796, -0.009557994082570076, -0.017049992457032204, -0.00578946340829134, 0.07536027580499649, 0.09909716993570328, -0.11972096562385559, 0.17350590229034424, 0.1953519731760025, 0.05401330068707466, 0.17445141077041626, -0.03816427290439606, -0.05777648463845253, 0.07331232726573944, 0.042967408895492554, -0.05389900878071785, -0.05184599757194519, -0.2761853039264679, -0.02236473374068737, 0.07053319364786148, 0.07468510419130325, 0.14486780762672424, -0.1314868927001953, -0.04814090579748154, -0.011403101496398449, -0.058405790477991104, -0.0726119726896286, 0.060737572610378265, 0.06555555760860443, 0.10431212931871414, 0.018819531425833702, 0.043479785323143005, 0.11048297584056854, 0.01392969861626625, -0.08621130883693695, 0.22303760051727295, -0.11072789132595062, -0.33989521861076355, -0.1464410424232483, -0.11023308336734772, -0.034037694334983826, 0.04500795528292656, 0.10875962674617767, -0.12098720669746399, 0.0027616159059107304, 0.0014496603980660439, 0.14273233711719513, -0.13752321898937225, 0.008078699931502342, -0.06863460689783096, 0.04037473350763321, -0.0855705514550209, -0.09718380868434906, -0.051708538085222244, -0.042239099740982056, -0.06272117793560028, 0.11417096108198166, -0.11013612896203995, 0.04883995279669762, 0.18646247684955597, 0.04649225249886513, 0.0762496143579483, -0.03804158791899681, 0.18297992646694183, -0.10342296957969666, -0.05264637991786003, 0.22252769768238068, -0.03285772725939751, 0.08555930107831955, 0.04622022435069084, 0.00578088266775012, -0.08006016165018082, -0.0217231847345829, -0.017671464011073112, -0.10174130648374557, -0.2507357895374298, -0.10208740085363388, -0.12719880044460297, 0.08306212723255157, 0.030995599925518036, 0.060658253729343414, 0.12276557087898254, 0.06593596935272217, -0.009559464640915394, 0.009694032371044159, 0.021944358944892883, 0.05527687072753906, 0.17288753390312195, -0.032288700342178345, 0.09257163107395172, -0.0413862019777298, -0.10022459179162979, 0.07622966915369034, 0.052242886275053024, 0.22963093221187592, 0.03795713558793068, 0.09652332216501236, 0.040573541074991226, 0.07558188587427139, 0.11016646772623062, 0.12935467064380646, -0.012526488862931728, 0.0011106545571237803, -0.024123715236783028, -0.017146652564406395, -0.047134265303611755, 0.018773769959807396, 0.07492829114198685, -0.1422993242740631, -0.08048101514577866, -0.14599809050559998, 0.12135330587625504, 0.08591636270284653, 0.03622845187783241, -0.19333018362522125, 0.002787893870845437, 0.08141326159238815, -0.024178052321076393, -0.1078784391283989, 0.09171516448259354, 0.010815910063683987, -0.13612742722034454, 0.03955688327550888, -0.07245781272649765, 0.1291845589876175, -0.06550949066877365, 0.07774190604686737, -0.04937555640935898, -0.09341432899236679, 0.025905819609761238, 0.11694680154323578, -0.21211911737918854, 0.23327487707138062, -0.0004984387196600437, -0.04411645978689194, -0.08939623087644577, 0.019202861934900284, 0.00920184701681137, 0.09771206974983215, 0.16888132691383362, 0.013210530392825603, -0.0064320750534534454, -0.07526914030313492, -0.0003448865027166903, 0.03712784871459007, 0.14976851642131805, -0.08482187241315842, -0.007339227944612503, -0.03201739117503166, 0.01739378087222576, -0.040569037199020386, -0.0019984946120530367, 0.07098839432001114, -0.16307099163532257, 0.06177894398570061, -0.04656650498509407, 0.1045471802353859, 0.00040091844857670367, 0.01606198586523533, -0.05258749797940254, 0.21414881944656372, -0.12211035937070847, -0.11695150285959244, -0.10395213961601257, -0.0346197783946991, 0.0836619958281517, -0.05872519314289093, 0.05182550102472305, -0.049887824803590775, 0.02100226655602455, -0.05855013057589531, -0.21254421770572662, 0.11098935455083847, -0.06489217281341553, -0.009873834438621998, -0.0005561376456171274, 0.22162555158138275, -0.061804696917533875, 0.004124020226299763, 0.03081449121236801, 0.011534648947417736, -0.10431276261806488, -0.12627553939819336, 0.01621411181986332, -0.0002384935214649886, 0.056615620851516724, 0.09955465793609619, -0.05031679943203926, 0.04781157523393631, -0.03654646500945091, 0.04220529645681381, 0.32331594824790955, 0.09517614543437958, -0.030163349583745003, 0.17830057442188263, 0.08501535654067993, -0.07551062107086182, -0.28283989429473877, -0.047263097018003464, -0.10694033652544022, -0.05203171819448471, -0.051926709711551666, -0.21560491621494293, 0.07861090451478958, 0.05803455039858818, 0.010933269746601582, 0.16261161863803864, -0.3076072633266449, -0.05041338503360748, 0.09549907594919205, -0.005888495594263077, 0.33472540974617004, -0.13679547607898712, -0.12306413799524307, -0.02724769525229931, -0.1877337098121643, 0.15381284058094025, -0.07785581797361374, 0.11235815286636353, -0.03473271429538727, 0.07899284362792969, 0.04079000651836395, -0.05712270736694336, 0.10706394910812378, 0.04839520528912544, 0.023304518312215805, -0.07144679129123688, -0.053755056113004684, 0.09925731271505356, 0.01677744835615158, 0.027037277817726135, -0.034935835748910904, 0.036000143736600876, -0.1514090746641159, -0.03829944506287575, -0.11535095423460007, 0.059295929968357086, 0.044669922441244125, -0.06157614290714264, -0.021321788430213928, -0.06465283036231995, 0.01589767448604107, 0.03776507452130318, 0.22350874543190002, -0.049961384385824203, 0.13082994520664215, 0.02403882145881653, 0.0821099728345871, -0.12567566335201263, -0.12876197695732117, -0.06626741588115692, -0.023689651861786842, 0.10512443631887436, -0.15639597177505493, 0.05631162226200104, 0.10988982766866684, -0.023880401626229286, 0.07752485573291779, 0.13587024807929993, 0.003407646669074893, 0.02405766025185585, 0.10969584435224533, -0.22519509494304657, -0.05314293131232262, -0.07687413692474365, -0.10281240940093994, 0.06052938476204872, 0.08133561164140701, 0.15797863900661469, 0.04446633532643318, -0.023616580292582512, -0.01618083007633686, 0.013369949534535408, -0.07377177476882935, 0.05002296715974808, -0.003112856764346361, 0.028598567470908165, -0.15650278329849243, 0.08506462723016739, -0.005222841165959835, -0.1702919602394104, -0.0046272557228803635, 0.12942807376384735, -0.12342763692140579, -0.10875924676656723, -0.10702038556337357, 0.0868169441819191, -0.12101195752620697, -0.013569035567343235, -0.04544740915298462, -0.12403613328933716, 0.091401606798172, 0.13531990349292755, 0.055571336299180984, 0.12464471906423569, -0.05034952983260155, -0.022798174992203712, -0.018557477742433548, -0.058066997677087784, -0.013922672718763351, -0.019322456791996956, -0.06714765727519989, 0.06867917627096176, -0.015725061297416687, 0.14894330501556396, -0.06933549046516418, -0.06781081855297089, -0.12989234924316406, 0.04957763850688934, -0.08862938731908798, -0.047951508313417435, -0.11034984141588211, -0.05579075962305069, -0.015360075980424881, 0.02201499231159687, -0.04374322667717934, -0.030420098453760147, -0.1292443722486496, 0.009321553632616997, -0.0608619749546051, 0.012218895368278027, -0.08634020388126373, 0.013446725904941559, 0.07796001434326172, -0.0489998534321785, 0.14870278537273407, 0.1756385862827301, -0.08500974625349045, 0.14474356174468994, -0.17817330360412598, -0.11424507945775986, 0.1094406321644783, 0.00604288699105382, 0.006267402321100235, 0.08441410213708878, 0.04092912748456001, 0.041107624769210815, -0.023739153519272804, 0.04788651317358017, -0.07195129990577698, -0.13794739544391632, 0.013496770523488522, -0.03566019609570503, -0.11318191885948181, -0.05532076209783554, -0.039843492209911346, 0.0585034042596817, 0.03886625915765762, 0.09128215163946152, -0.012394703924655914, 0.11717721819877625, -0.06013180688023567, 0.020961236208677292, 0.024312159046530724, -0.16164188086986542, 0.001712652388960123, -0.08181562274694443, 0.029155684635043144, 0.003986851312220097, 0.27456405758857727, 0.030407434329390526, 0.0051132263615727425, 0.004322560504078865, 0.0831780806183815, 0.0745886042714119, 0.022009463980793953, 0.2615526020526886, 0.11434376239776611, -0.07683134078979492, -0.09082885831594467, 0.07570211589336395, 0.01974489353597164, 0.034451451152563095, 0.1554170697927475, 0.08135752379894257, 0.01137463003396988, 0.10188648849725723, -0.0038218130357563496, 0.021392645314335823, -0.09243602305650711, -0.10810293257236481, 0.0256997998803854, 0.06519698351621628, 0.01970197632908821, 0.10621915757656097, 0.14069518446922302, -0.042527396231889725, 0.07811468094587326, 0.037825193256139755, -0.05521262064576149, -0.1373887062072754, -0.11292850226163864, -0.042804114520549774, -0.14602796733379364, 0.015363667160272598, -0.13355091214179993, 0.04588169604539871, 0.11431840807199478, 0.04170858487486839, -0.04249732568860054, 0.14450357854366302, 0.06385287642478943, -0.1266193836927414, 0.10359989106655121, -0.0359492190182209, 0.057088520377874374, 0.02913954295217991, -0.012481702491641045, -0.028921809047460556, -0.059469446539878845, 0.014726241119205952, 0.06552891433238983, -0.04882916435599327, 0.025951948016881943, -0.1693970113992691, -0.09958392381668091, -0.045481935143470764, 0.07705198228359222, -0.072060227394104, 0.14505143463611603, 0.008065534755587578, -0.05242792144417763, 0.031232019886374474, 0.21434013545513153, -0.06060047075152397, 0.0019252393394708633, -0.034537043422460556, 0.1732274293899536, 0.09262928366661072, 0.0888461098074913, -0.009074791334569454, -0.02126885950565338, -0.04743954539299011, 0.3197647035121918, 0.27500542998313904, -0.04013814032077789, 0.017908649519085884, 0.053825173527002335, 0.03796376287937164, 0.15569691359996796, 0.0880231112241745, 0.09712056815624237, 0.2840052545070648, -0.07576624304056168, -0.059094399213790894, -0.014557084999978542, -0.01860125921666622, -0.08079440146684647, 0.09713760763406754, 0.06885820627212524, -0.08308222889900208, -0.041059695184230804, 0.11900552362203598, -0.2592167258262634, 0.10032205283641815, -0.02341657131910324, -0.1675536185503006, -0.048509631305933, -0.03184589743614197, 0.09545143693685532, 0.02569599263370037, 0.11066881567239761, -0.0023665381595492363, -0.13430866599082947, 0.041561879217624664, 0.05575104430317879, -0.2738773822784424, -0.031154150143265724, 0.05767987668514252, -0.04155293479561806, 0.016579749062657356, -0.023185549303889275, 0.01624590903520584, 0.05678349360823631, 0.054943762719631195, -0.005942994263023138, 0.03537827730178833, -0.003370241029188037, -0.03563780337572098, -0.00994578655809164, 0.05880783125758171, 0.015425791963934898, -0.14064860343933105, 0.056029774248600006, -0.1369563788175583, 0.03362605720758438, 0.003499365411698818, -0.043994370847940445, -0.015563035383820534, -0.06283527612686157, -0.07682034373283386, 0.029193595051765442, 0.11352851241827011, 0.012164381332695484, -0.009832779876887798, -0.08792881667613983, -0.011439607478678226, 0.0001690282515482977, -0.06029406562447548, -0.11196766048669815, -0.1050417497754097, -0.10958400368690491, 0.12999273836612701, -0.04100805148482323, -0.1738104522228241, 0.01126812119036913, -0.04831398278474808, 0.07431627064943314, -0.14799611270427704, 0.06573061645030975, 0.057534169405698776, 0.02789781428873539, 0.010729366913437843, -0.021809671074151993, 0.0594213604927063, 0.10087186098098755, -0.09042785316705704, -0.07259947061538696 ]
null
null
transformers
# XLM-RoBERTa large model whole word masking finetuned on SQuAD Pretrained model using a masked language modeling (MLM) objective. Fine tuned on English and Russian QA datasets ## Used QA Datasets SQuAD + SberQuAD [SberQuAD original paper](https://arxiv.org/pdf/1912.09723.pdf) is here! Recommend to read! ## Evaluation results The results obtained are the following (SberQUaD): ``` f1 = 84.3 exact_match = 65.3
{"language": ["en", "ru", "multilingual"], "license": "apache-2.0"}
question-answering
AlexKay/xlm-roberta-large-qa-multilingual-finedtuned-ru
[ "transformers", "pytorch", "xlm-roberta", "question-answering", "en", "ru", "multilingual", "arxiv:1912.09723", "license:apache-2.0", "endpoints_compatible", "has_space", "region:us" ]
2022-03-02T23:29:04+00:00
[ "1912.09723" ]
[ "en", "ru", "multilingual" ]
TAGS #transformers #pytorch #xlm-roberta #question-answering #en #ru #multilingual #arxiv-1912.09723 #license-apache-2.0 #endpoints_compatible #has_space #region-us
# XLM-RoBERTa large model whole word masking finetuned on SQuAD Pretrained model using a masked language modeling (MLM) objective. Fine tuned on English and Russian QA datasets ## Used QA Datasets SQuAD + SberQuAD SberQuAD original paper is here! Recommend to read! ## Evaluation results The results obtained are the following (SberQUaD): ''' f1 = 84.3 exact_match = 65.3
[ "# XLM-RoBERTa large model whole word masking finetuned on SQuAD\nPretrained model using a masked language modeling (MLM) objective. \nFine tuned on English and Russian QA datasets", "## Used QA Datasets\nSQuAD + SberQuAD\n\nSberQuAD original paper is here! Recommend to read!", "## Evaluation results\nThe results obtained are the following (SberQUaD):\n'''\nf1 = 84.3\nexact_match = 65.3" ]
[ "TAGS\n#transformers #pytorch #xlm-roberta #question-answering #en #ru #multilingual #arxiv-1912.09723 #license-apache-2.0 #endpoints_compatible #has_space #region-us \n", "# XLM-RoBERTa large model whole word masking finetuned on SQuAD\nPretrained model using a masked language modeling (MLM) objective. \nFine tuned on English and Russian QA datasets", "## Used QA Datasets\nSQuAD + SberQuAD\n\nSberQuAD original paper is here! Recommend to read!", "## Evaluation results\nThe results obtained are the following (SberQUaD):\n'''\nf1 = 84.3\nexact_match = 65.3" ]
[ 62, 49, 31, 32 ]
[ "passage: TAGS\n#transformers #pytorch #xlm-roberta #question-answering #en #ru #multilingual #arxiv-1912.09723 #license-apache-2.0 #endpoints_compatible #has_space #region-us \n# XLM-RoBERTa large model whole word masking finetuned on SQuAD\nPretrained model using a masked language modeling (MLM) objective. \nFine tuned on English and Russian QA datasets## Used QA Datasets\nSQuAD + SberQuAD\n\nSberQuAD original paper is here! Recommend to read!## Evaluation results\nThe results obtained are the following (SberQUaD):\n'''\nf1 = 84.3\nexact_match = 65.3" ]
[ -0.11333110928535461, -0.008323971182107925, -0.0032044195104390383, 0.05671990290284157, 0.12199054658412933, -0.025212423875927925, 0.07439691573381424, 0.053967222571372986, 0.011802053079009056, 0.025689464062452316, 0.1041514053940773, -0.002655280288308859, -0.0005556242540478706, 0.14094087481498718, -0.05844811350107193, -0.17851299047470093, 0.06775844097137451, -0.026706745848059654, -0.0959865003824234, 0.13133083283901215, 0.13223008811473846, -0.08603537827730179, 0.07286664843559265, 0.050320789217948914, -0.06944386661052704, 0.01852056011557579, 0.040397848933935165, -0.09799724072217941, 0.06901368498802185, 0.10424385964870453, 0.06039753556251526, 0.0762244239449501, -0.00036573849502019584, -0.10981263965368271, 0.04368002712726593, -0.04670315980911255, -0.07400380074977875, 0.04812397435307503, 0.07253237068653107, -0.015554968267679214, 0.0858297348022461, -0.06654537469148636, -0.07946670055389404, 0.020858246833086014, -0.06676474958658218, -0.1723376214504242, -0.08899985253810883, 0.08992927521467209, 0.038090161979198456, 0.08359719812870026, -0.03439995273947716, 0.1217944547533989, -0.11807864159345627, 0.08668990433216095, 0.129440575838089, -0.3885360360145569, -0.025705305859446526, 0.05274784937500954, 0.01694493368268013, 0.01083457376807928, 0.009287703782320023, 0.09127964079380035, 0.0370459146797657, -0.03159741684794426, -0.0536261722445488, -0.057807594537734985, 0.026252519339323044, 0.0507003478705883, -0.14098317921161652, 0.021164732053875923, 0.1572592556476593, 0.034484125673770905, -0.033916573971509933, -0.07031619548797607, -0.031614355742931366, 0.07780160754919052, -0.013296155259013176, -0.013114922679960728, -0.007775217294692993, -0.03980318084359169, -0.01803608238697052, -0.02410292625427246, -0.09019467234611511, -0.04820786044001579, -0.16655264794826508, 0.1913321316242218, 0.003218324389308691, 0.08248761296272278, -0.10945793986320496, 0.027126282453536987, -0.15762050449848175, -0.09065436571836472, -0.06861837953329086, -0.12205995619297028, -0.03362350910902023, 0.07829030603170395, -0.10049699246883392, -0.057699281722307205, 0.0947551503777504, 0.07293961197137833, 0.016702307388186455, 0.039635542780160904, 0.11248227208852768, 0.05974802374839783, -0.010892437770962715, 0.22912701964378357, -0.1533302366733551, -0.04300549253821373, 0.0342126302421093, -0.027630405500531197, 0.029371939599514008, -0.02584865875542164, -0.13496479392051697, -0.07621414214372635, 0.0013186853611841798, 0.048598513007164, 0.001970025012269616, 0.03471314534544945, 0.01546285580843687, -0.008782573975622654, 0.054215021431446075, -0.08636219054460526, -0.021484646946191788, -0.022763414308428764, -0.03848303109407425, 0.016656244173645973, 0.006899016443639994, 0.03207036480307579, -0.03698049113154411, 0.016564933583140373, -0.025664111599326134, 0.029712557792663574, -0.039229679852724075, -0.17096814513206482, -0.005194469820708036, -0.06751326471567154, 0.020547034218907356, -0.15470191836357117, -0.029977157711982727, -0.0076160915195941925, -0.003468284383416176, 0.004763402044773102, 0.011303799226880074, 0.005893294233828783, -0.02117905020713806, 0.0063310046680271626, -0.003674630308523774, 0.05673777684569359, -0.04102444276213646, 0.026328299194574356, 0.05096060410141945, 0.0994177833199501, -0.14661017060279846, 0.025359079241752625, -0.10621015727519989, 0.00009588478860678151, -0.09405481815338135, 0.10890365391969681, -0.036177705973386765, -0.0038865413516759872, -0.06900538504123688, -0.12937255203723907, -0.003561287419870496, 0.0072419592179358006, 0.06769967079162598, 0.12925736606121063, -0.16856534779071808, -0.04640793427824974, 0.20174579322338104, -0.11944550275802612, -0.10760435461997986, 0.11875617504119873, -0.030872127041220665, -0.04385564476251602, 0.07373379915952682, 0.13719525933265686, 0.07171330600976944, -0.07389568537473679, -0.06062985956668854, 0.031315818428993225, -0.05527515336871147, -0.03240741044282913, 0.1312021166086197, -0.00032095727510750294, -0.04490213468670845, 0.06434989720582962, -0.16654621064662933, 0.0006545272190123796, -0.061291858553886414, -0.10926977545022964, -0.04535380005836487, -0.03069862723350525, 0.06613261252641678, -0.03194808587431908, 0.0779905766248703, -0.048467233777046204, -0.06505706906318665, -0.07065044343471527, 0.041914574801921844, -0.004188284743577242, 0.026074925437569618, -0.13088800013065338, 0.14493884146213531, -0.09642817080020905, 0.04270201176404953, -0.17341439425945282, 0.020257575437426567, -0.04486279934644699, 0.025888800621032715, 0.049937423318624496, 0.04515838995575905, 0.0566897876560688, -0.02615024335682392, -0.050971709191799164, 0.015645556151866913, -0.036071714013814926, -0.020139792934060097, -0.06760179251432419, -0.09694934636354446, -0.01331352163106203, -0.048226144164800644, 0.09288723021745682, -0.04076419025659561, -0.016928046941757202, -0.02085172012448311, -0.02103315107524395, 0.009228652343153954, 0.07796703279018402, -0.004605785943567753, 0.060551341623067856, -0.019684070721268654, 0.058822255581617355, 0.06256669014692307, -0.04357050359249115, -0.18953841924667358, 0.12039636820554733, -0.01120826043188572, 0.15957823395729065, 0.12240665405988693, -0.02683001570403576, 0.04650338366627693, -0.04513291269540787, -0.014660809189081192, 0.03432094678282738, 0.021990448236465454, 0.012902074493467808, 0.1253218799829483, 0.011685242876410484, 0.05680478364229202, -0.09622086584568024, 0.027258271351456642, 0.009841647930443287, -0.05764702707529068, -0.04871327057480812, 0.17252551019191742, 0.04439644142985344, -0.1668976992368698, 0.054866090416908264, 0.16858288645744324, -0.0007932338630780578, 0.12583214044570923, -0.020170113071799278, -0.075201116502285, -0.0405166931450367, -0.039329253137111664, -0.021590379998087883, 0.08703961223363876, 0.011226478032767773, -0.012837337329983711, 0.07878364622592926, -0.0007638844544999301, 0.06063190475106239, -0.10090073198080063, -0.051073115319013596, 0.0004065232933498919, -0.07068932056427002, -0.2249872386455536, 0.1036469042301178, -0.0020905667915940285, 0.08735121786594391, 0.0020270980894565582, -0.03973839059472084, 0.02719886042177677, -0.03781718760728836, -0.08973953127861023, 0.162372425198555, -0.08893490582704544, -0.24847561120986938, -0.13988567888736725, 0.015478917397558689, -0.0810130313038826, -0.027744658291339874, 0.028604656457901, -0.10333435982465744, -0.040934689342975616, -0.04250681772828102, 0.018970074132084846, -0.021789899095892906, 0.0070786504074931145, 0.002499765483662486, 0.020976422354578972, 0.03579423576593399, -0.08053763955831528, -0.020833665505051613, -0.1148429736495018, 0.006552357692271471, 0.0970408096909523, -0.01722952537238598, 0.1705155223608017, 0.09093833714723587, -0.030383173376321793, 0.03780541568994522, -0.032962508499622345, 0.27080926299095154, -0.04125668853521347, -0.037107501178979874, 0.15800680220127106, 0.015499533154070377, 0.03846215456724167, 0.13063547015190125, -0.00021597003797069192, 0.0028592220041900873, 0.019933734089136124, -0.018153542652726173, -0.09401088207960129, -0.2028036117553711, -0.09744109958410263, -0.06723549962043762, -0.06685824692249298, -0.10621750354766846, -0.004434832371771336, -0.12567931413650513, 0.033877577632665634, -0.01654503494501114, -0.1490706503391266, -0.048813581466674805, -0.008587419055402279, 0.11963971704244614, 0.021000565961003304, 0.16878001391887665, -0.059362661093473434, -0.037350550293922424, 0.08516156673431396, -0.03346070647239685, 0.2202780842781067, 0.014362643472850323, 0.02705022692680359, 0.0846245065331459, 0.11693485826253891, 0.10146236419677734, 0.07135993242263794, -0.00568868312984705, -0.021857598796486855, -0.005153624340891838, -0.0686107873916626, 0.009076039306819439, 0.059960588812828064, 0.017181377857923508, -0.019655797630548477, -0.1153881698846817, 0.10157554596662521, 0.11617851257324219, 0.12579329311847687, 0.08639852702617645, -0.10713240504264832, -0.10384627431631088, 0.0410868376493454, 0.023768680170178413, 0.014908385463058949, -0.00454283831641078, 0.04151386395096779, -0.09968943148851395, 0.06223856657743454, -0.019960448145866394, 0.12392783910036087, 0.1328066885471344, 0.02794984169304371, -0.0954425036907196, -0.007032688241451979, 0.006675077136605978, 0.09518231451511383, -0.2646377980709076, 0.271271675825119, 0.026209793984889984, 0.013903515413403511, -0.016288645565509796, -0.04326773062348366, 0.047138553112745285, 0.08236685395240784, 0.13630597293376923, 0.011436713859438896, -0.09320909529924393, -0.11241910606622696, -0.11635242402553558, 0.08522819727659225, 0.04525066539645195, 0.02510615438222885, 0.08887597173452377, 0.01222152728587389, -0.009677757509052753, 0.0075417133048176765, 0.19380298256874084, -0.08231580257415771, -0.08410408347845078, 0.024176035076379776, 0.03364070877432823, -0.07272919267416, -0.04897627234458923, -0.09285841882228851, -0.23718330264091492, 0.03970740735530853, -0.09157779812812805, -0.11301562935113907, -0.058014657348394394, 0.03403035178780556, 0.09776954352855682, -0.14707113802433014, 0.030291946604847908, -0.0323154591023922, 0.029877224937081337, -0.018070746213197708, -0.1311575323343277, 0.03375466167926788, -0.07841095328330994, -0.049599725753068924, 0.044487953186035156, 0.1266096532344818, 0.007526924833655357, 0.05978451296687126, 0.047721363604068756, 0.0246900524944067, -0.07657074183225632, -0.13300637900829315, 0.014032370410859585, -0.029981562867760658, -0.02059151418507099, 0.12388337403535843, -0.06969504058361053, -0.12550348043441772, -0.07338787615299225, -0.001145281596109271, 0.20915021002292633, 0.13188032805919647, -0.1513567417860031, 0.10396111011505127, 0.10345549136400223, -0.0238542128354311, -0.23577405512332916, -0.025258567184209824, 0.001020732568576932, 0.12938876450061798, 0.030463268980383873, -0.057719308882951736, 0.0693754032254219, 0.020067809149622917, -0.022268446162343025, 0.032630354166030884, -0.2020227015018463, -0.11195895075798035, 0.13316386938095093, -0.020909711718559265, 0.24123603105545044, -0.09740091860294342, -0.03322836384177208, -0.05135375261306763, -0.12840929627418518, 0.011779788881540298, -0.08250676095485687, 0.09499725699424744, -0.022231033071875572, 0.06664898991584778, 0.017248954623937607, -0.03953845798969269, 0.1607680320739746, 0.012692485935986042, 0.044908586889505386, -0.03134365379810333, -0.10588254779577255, 0.05149853974580765, -0.0016464442014694214, 0.06177645921707153, -0.028772341087460518, 0.06347022950649261, -0.06672313809394836, -0.040979329496622086, -0.07664963603019714, 0.050127554684877396, -0.010705830529332161, -0.021918537095189095, -0.06376925855875015, 0.0474417470395565, -0.003924237564206123, 0.009313027374446392, 0.09785139560699463, -0.12491485476493835, -0.005529250483959913, 0.08761034905910492, 0.08786623924970627, -0.08260700851678848, 0.013972969725728035, 0.029705394059419632, -0.033258840441703796, 0.09971749782562256, -0.03743377700448036, 0.06277336925268173, 0.14918625354766846, 0.01966690458357334, 0.05935126543045044, 0.033557865768671036, -0.022030260413885117, 0.03908172622323036, 0.09642482548952103, -0.10994712263345718, -0.1842932552099228, -0.050584983080625534, -0.06756536662578583, -0.053974129259586334, 0.05544840916991234, 0.10164833068847656, -0.030883505940437317, -0.03514362871646881, -0.019416628405451775, 0.007491776719689369, -0.037042733281850815, 0.15106581151485443, 0.10845084488391876, 0.02800808660686016, -0.12042517960071564, 0.03948759660124779, -0.009203590452671051, -0.0416703000664711, -0.00882698129862547, -0.03145650774240494, -0.10835719853639603, -0.07316898554563522, -0.0484636053442955, 0.10329999774694443, -0.10490673035383224, -0.11155633628368378, -0.08944503217935562, -0.13952790200710297, 0.05051989108324051, 0.12193097174167633, 0.12266119569540024, -0.016694553196430206, 0.006010770797729492, -0.07526169717311859, 0.023669356480240822, 0.06744356453418732, 0.07439225167036057, -0.056457944214344025, -0.1009354293346405, 0.0725858137011528, -0.037719979882240295, 0.15378451347351074, -0.05634689703583717, -0.011786060407757759, -0.07481762021780014, 0.012465843930840492, -0.19383743405342102, 0.05760083347558975, -0.0332474559545517, -0.0046355691738426685, -0.045925602316856384, -0.052801571786403656, -0.0745619460940361, 0.05322428420186043, -0.0957227498292923, -0.007945189252495766, -0.03004692681133747, 0.021298425272107124, -0.07780897617340088, -0.033222444355487823, 0.02578072063624859, 0.029090793803334236, 0.10331796109676361, 0.10443373024463654, -0.025776205584406853, 0.06964748352766037, -0.16896072030067444, -0.02252267673611641, 0.021344641223549843, 0.053746964782476425, 0.033545155078172684, -0.10702072829008102, 0.06441352516412735, 0.03307875618338585, -0.016621867194771767, 0.04706496745347977, 0.03851820528507233, -0.06870890408754349, -0.03911539912223816, -0.05140610411763191, 0.02096385695040226, -0.01498919166624546, 0.039948638528585434, 0.04348639026284218, 0.14528311789035797, 0.14617586135864258, -0.06413128226995468, 0.0341130755841732, -0.09251875430345535, 0.03418402746319771, -0.050589483231306076, -0.07306631654500961, -0.11273867636919022, -0.03316270932555199, 0.03688616678118706, -0.028151456266641617, 0.21552453935146332, 0.039347268640995026, 0.04167921841144562, 0.012668848037719727, 0.08417738974094391, -0.0031482859048992395, 0.0015482858289033175, 0.1845829039812088, 0.049505338072776794, 0.022348899394273758, 0.044564198702573776, 0.057990286499261856, -0.017795834690332413, 0.14744006097316742, 0.16941912472248077, 0.15130944550037384, 0.1484871804714203, 0.13234275579452515, 0.020713070407509804, 0.0006832191720604897, 0.059062983840703964, -0.04244315251708031, -0.05864876136183739, 0.05102778598666191, -0.02418220043182373, 0.010441174730658531, 0.15701237320899963, -0.09246401488780975, 0.07966360449790955, -0.023502614349126816, -0.05008986219763756, -0.1433006227016449, -0.06835556775331497, -0.1262713074684143, -0.03989892080426216, 0.0038333686534315348, -0.09910653531551361, -0.040000069886446, 0.02631855197250843, 0.019773663952946663, -0.06025201454758644, 0.06541655957698822, -0.1258176863193512, -0.07352260500192642, 0.1308530867099762, -0.04615731164813042, 0.005076608620584011, 0.12924624979496002, 0.008937764912843704, 0.06757397949695587, -0.02918420173227787, 0.0005331110442057252, 0.020299894735217094, -0.02243136614561081, 0.0017090232577174902, -0.10990171134471893, -0.043825291097164154, -0.06898604333400726, 0.09351998567581177, 0.15039904415607452, 0.13377466797828674, 0.039754483848810196, -0.004452371504157782, -0.02377808839082718, 0.1996370106935501, -0.001790257403627038, -0.05322444066405296, -0.10110361129045486, 0.08117189258337021, 0.028378350660204887, 0.06547163426876068, -0.027905434370040894, -0.08520345389842987, -0.0051976656541228294, 0.207114577293396, 0.29859480261802673, -0.10263548791408539, 0.0036024225410073996, -0.06030981242656708, 0.034050796180963516, 0.08332692831754684, 0.05205950140953064, 0.05682150647044182, 0.23351934552192688, -0.0578736737370491, -0.012036735191941261, -0.11384811252355576, 0.03531157225370407, -0.05870112404227257, 0.0639568567276001, 0.04711116850376129, -0.10224033147096634, -0.018132872879505157, 0.10981752723455429, -0.09382061660289764, 0.03778497502207756, -0.05173218995332718, -0.13229921460151672, -0.12585967779159546, 0.016879217699170113, 0.007122827228158712, 0.09970122575759888, 0.054746732115745544, -0.05561736971139908, 0.02318626455962658, 0.03293329477310181, 0.027458233758807182, -0.06699470430612564, -0.04092078283429146, 0.12502892315387726, 0.0760687068104744, 0.027447231113910675, 0.03415917232632637, 0.10416405647993088, 0.08996380865573883, 0.07151295989751816, -0.02634427882730961, 0.12509110569953918, 0.007511748932301998, -0.04182538017630577, 0.06335072219371796, -0.003192927222698927, 0.005222797859460115, -0.04438710957765579, 0.06208082288503647, -0.03477202728390694, 0.04074279963970184, -0.008029413409531116, -0.04033803194761276, -0.10027162730693817, 0.15215611457824707, -0.1403067409992218, 0.08376545459032059, 0.1639631986618042, -0.0488247349858284, -0.023090211674571037, -0.0183136947453022, 0.056288741528987885, -0.00912651140242815, 0.010457456111907959, -0.046160049736499786, -0.06460021436214447, 0.04482438415288925, -0.0441649928689003, -0.01715502329170704, -0.2296675145626068, -0.021858181804418564, -0.08107320964336395, -0.004090003669261932, 0.02719990350306034, 0.07798377424478531, 0.14486755430698395, -0.007320099975913763, -0.0005193539545871317, -0.037711385637521744, 0.023031793534755707, 0.06656958162784576, -0.11011671274900436, -0.09443160891532898 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # sentence-compression-roberta This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.3465 - Accuracy: 0.8473 - F1: 0.6835 - Precision: 0.6835 - Recall: 0.6835 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 5e-05 - train_batch_size: 16 - eval_batch_size: 64 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 500 - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:| | 0.5312 | 1.0 | 50 | 0.5251 | 0.7591 | 0.0040 | 0.75 | 0.0020 | | 0.4 | 2.0 | 100 | 0.4003 | 0.8200 | 0.5341 | 0.7113 | 0.4275 | | 0.3355 | 3.0 | 150 | 0.3465 | 0.8473 | 0.6835 | 0.6835 | 0.6835 | ### Framework versions - Transformers 4.12.5 - Pytorch 1.10.0+cu113 - Datasets 1.16.1 - Tokenizers 0.10.3
{"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["accuracy", "f1", "precision", "recall"], "model-index": [{"name": "sentence-compression-roberta", "results": []}]}
token-classification
AlexMaclean/sentence-compression-roberta
[ "transformers", "pytorch", "roberta", "token-classification", "generated_from_trainer", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #roberta #token-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
sentence-compression-roberta ============================ This model is a fine-tuned version of roberta-base on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 0.3465 * Accuracy: 0.8473 * F1: 0.6835 * Precision: 0.6835 * Recall: 0.6835 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 5e-05 * train\_batch\_size: 16 * eval\_batch\_size: 64 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * lr\_scheduler\_warmup\_steps: 500 * num\_epochs: 3 ### Training results ### Framework versions * Transformers 4.12.5 * Pytorch 1.10.0+cu113 * Datasets 1.16.1 * Tokenizers 0.10.3
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 500\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.12.5\n* Pytorch 1.10.0+cu113\n* Datasets 1.16.1\n* Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #roberta #token-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 500\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.12.5\n* Pytorch 1.10.0+cu113\n* Datasets 1.16.1\n* Tokenizers 0.10.3" ]
[ 50, 116, 4, 33 ]
[ "passage: TAGS\n#transformers #pytorch #roberta #token-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 500\n* num\\_epochs: 3### Training results### Framework versions\n\n\n* Transformers 4.12.5\n* Pytorch 1.10.0+cu113\n* Datasets 1.16.1\n* Tokenizers 0.10.3" ]
[ -0.08405987173318863, 0.07927323877811432, -0.0014021005481481552, 0.12081235647201538, 0.18684478104114532, 0.025732723996043205, 0.11298175156116486, 0.12693557143211365, -0.09936793148517609, 0.018990756943821907, 0.13045480847358704, 0.17961297929286957, 0.003609556006267667, 0.1471073180437088, -0.05483170971274376, -0.29110145568847656, -0.016247620806097984, 0.017826290801167488, -0.09300412237644196, 0.1310187727212906, 0.096201092004776, -0.13999657332897186, 0.09367690980434418, -0.0035190959461033344, -0.22126300632953644, 0.014683804474771023, 0.0230033528059721, -0.05288276821374893, 0.15546180307865143, 0.01819833181798458, 0.12295748293399811, 0.008509796112775803, 0.12260560691356659, -0.1884322315454483, 0.005629843100905418, 0.048386309295892715, 0.020877670496702194, 0.08452808856964111, 0.05298326909542084, 0.0028546766843646765, 0.09805923700332642, -0.0949283242225647, 0.0685579851269722, 0.0075036450289189816, -0.1361881047487259, -0.21225301921367645, -0.08579627424478531, -0.006158361677080393, 0.07976465672254562, 0.08066264539957047, -0.005961951799690723, 0.1488662213087082, -0.09743554890155792, 0.1012452095746994, 0.21285133063793182, -0.2835557460784912, -0.07812510430812836, 0.06255141645669937, 0.013228761032223701, 0.0589347742497921, -0.1282908171415329, -0.01706750877201557, 0.04496735706925392, 0.041902635246515274, 0.13694319128990173, -0.04402685910463333, -0.10503844171762466, 0.02009975165128708, -0.13587377965450287, -0.011188057251274586, 0.09125279635190964, 0.03910820558667183, -0.03255988657474518, -0.031200898811221123, -0.04746929556131363, -0.1611700803041458, -0.04619535431265831, -0.027510415762662888, 0.05718568339943886, -0.0438719242811203, -0.1000729352235794, 0.01713624782860279, -0.08837532997131348, -0.07071705162525177, -0.05350223556160927, 0.1577550768852234, 0.027450375258922577, 0.0002541968715377152, -0.009529801085591316, 0.11267463117837906, -0.004937609191983938, -0.13038931787014008, 0.021602079272270203, 0.03144135698676109, -0.04714898765087128, -0.0854601263999939, -0.05667726323008537, -0.029116282239556313, 0.002046717330813408, 0.13322417438030243, -0.039593689143657684, 0.06166837736964226, 0.04187443479895592, 0.013202442787587643, -0.08772924542427063, 0.1923656016588211, -0.046050459146499634, -0.04848981276154518, -0.010891393758356571, 0.044691070914268494, -0.02561044506728649, -0.008491183631122112, -0.1121475026011467, 0.005972997285425663, 0.11454731971025467, 0.014511983841657639, -0.08136408030986786, 0.0781739130616188, -0.041209131479263306, -0.018910866230726242, -0.017086086794734, -0.09075407683849335, 0.05145343393087387, -0.021342622116208076, -0.09593319892883301, -0.053689658641815186, -0.0056319166906178, 0.02982436679303646, 0.018924953415989876, 0.16035377979278564, -0.10451152920722961, 0.04129684716463089, -0.10173150151968002, -0.113238126039505, -0.002122728619724512, -0.06298653781414032, 0.031865958124399185, -0.09138993173837662, -0.16928069293498993, -0.024299688637256622, 0.06910555809736252, -0.05241570249199867, -0.035825230181217194, -0.060589246451854706, -0.06889659911394119, 0.014982826076447964, -0.018530480563640594, 0.1657397449016571, -0.06658469140529633, 0.1140952855348587, 0.030307229608297348, 0.0699770525097847, -0.0339709036052227, 0.05196405574679375, -0.10814907401800156, 0.007092864718288183, -0.20562861859798431, 0.04658113420009613, -0.05978064239025116, 0.07897980511188507, -0.10412437468767166, -0.11398442089557648, 0.034816399216651917, 0.002829937031492591, 0.07708516716957092, 0.09337668120861053, -0.17307478189468384, -0.06654149293899536, 0.1435829997062683, -0.048711877316236496, -0.09204289317131042, 0.09924397617578506, -0.08029308170080185, 0.07624053210020065, 0.07378355413675308, 0.17792001366615295, 0.06051568314433098, -0.08313145488500595, 0.03331180289387703, -0.03230082988739014, 0.04590876027941704, -0.03135977312922478, 0.046988263726234436, 0.016054335981607437, 0.0045427195727825165, 0.023127304390072823, -0.04364302381873131, 0.0582222044467926, -0.1113690733909607, -0.08980167657136917, -0.020819183439016342, -0.09454543143510818, 0.049822889268398285, 0.06363283097743988, 0.08822663128376007, -0.10595118999481201, -0.06850559264421463, 0.10298645496368408, 0.07486724108457565, -0.04440881684422493, 0.020053094252943993, -0.061076823621988297, 0.03354388475418091, -0.029666654765605927, -0.03255482763051987, -0.18159955739974976, -0.027396967634558678, 0.01043514534831047, 0.021999577060341835, 0.03532085567712784, 0.01876145415008068, 0.08265410363674164, 0.0664304569363594, -0.07132408022880554, -0.012134014628827572, -0.004962287377566099, 0.012935984879732132, -0.136612668633461, -0.20665650069713593, -0.026079243049025536, -0.018205061554908752, 0.10448461025953293, -0.21007086336612701, 0.015045871026813984, -0.020223990082740784, 0.08263102918863297, 0.023951265960931778, -0.011630097404122353, -0.04934277385473251, 0.08997013419866562, -0.02615981176495552, -0.06198021396994591, 0.06492051482200623, -0.013357006944715977, -0.0748010128736496, -0.06857665628194809, -0.09992709010839462, 0.17641277611255646, 0.11891020834445953, -0.0978270024061203, -0.11776072531938553, -0.004545274190604687, -0.04915232211351395, -0.030637357383966446, -0.05002694949507713, 0.05108027160167694, 0.1544179618358612, -0.010573016479611397, 0.14038754999637604, -0.05310903489589691, -0.03800247982144356, 0.018763184547424316, -0.03749443590641022, 0.03416215255856514, 0.11378608644008636, 0.12662531435489655, -0.12062133848667145, 0.13766123354434967, 0.1369784027338028, -0.07335783541202545, 0.13712920248508453, -0.02720566652715206, -0.06249222531914711, -0.035388413816690445, -0.027529040351510048, -0.004732190631330013, 0.09764844179153442, -0.07479952275753021, -0.007155563682317734, 0.0043957955203950405, 0.04140327125787735, -0.006360713392496109, -0.2136092334985733, -0.046789489686489105, 0.02786405198276043, -0.03551811724901199, -0.0016728698974475265, -0.01654566451907158, 0.0004573409096337855, 0.10642867535352707, 0.021249696612358093, -0.09696365892887115, 0.026197612285614014, 0.008654520846903324, -0.06155254691839218, 0.21158277988433838, -0.08572690933942795, -0.11027724295854568, -0.10506652295589447, -0.11006927490234375, -0.038843441754579544, 0.01566484570503235, 0.049988243728876114, -0.09462157636880875, -0.027589481323957443, -0.04701937362551689, 0.01991570182144642, 0.00016268607578240335, 0.03747488185763359, -0.009085460565984249, -0.0033973518293350935, 0.05730172619223595, -0.09563896059989929, -0.012823265045881271, -0.049134332686662674, -0.06485655903816223, 0.05994177982211113, 0.04749056696891785, 0.11245694011449814, 0.13969869911670685, -0.03086058609187603, 0.004673188552260399, -0.044196151196956635, 0.2555505037307739, -0.08286808431148529, -0.014743572100996971, 0.09457746148109436, -0.00891312025487423, 0.04636939615011215, 0.13975942134857178, 0.0729261040687561, -0.11761891096830368, 0.025355590507388115, 0.04133695736527443, -0.027943436056375504, -0.18227125704288483, -0.03376683592796326, -0.04245932027697563, -0.030695276334881783, 0.10438304394483566, 0.01910061202943325, 0.03248753026127815, 0.0537005215883255, 0.06681167334318161, 0.06941698491573334, -0.04274832084774971, 0.06501632183790207, 0.10614388436079025, 0.05490804463624954, 0.13268102705478668, -0.028152771294116974, -0.0820162445306778, 0.03336494415998459, -0.00900981854647398, 0.2287767231464386, 0.029016699641942978, 0.08824814856052399, 0.04383029416203499, 0.1687503159046173, -0.0036711159627884626, 0.07329913228750229, 0.023764776065945625, -0.05061149597167969, -0.023005535826086998, -0.032752834260463715, -0.031370196491479874, 0.0315893329679966, -0.036017559468746185, 0.02404436096549034, -0.11287793517112732, -0.012993956916034222, 0.05521377548575401, 0.2635733485221863, 0.035981204360723495, -0.3130934536457062, -0.07744024693965912, 0.0014117473037913442, -0.05247490108013153, -0.020134663209319115, 0.010163738392293453, 0.08615786582231522, -0.11589443683624268, 0.03338171914219856, -0.07780624181032181, 0.0831838995218277, -0.04119076207280159, 0.047063060104846954, 0.08236023783683777, 0.09802549332380295, -0.015038139186799526, 0.061217352747917175, -0.3174552321434021, 0.3019503951072693, 0.011514903046190739, 0.0764102190732956, -0.06991396844387054, -0.008894834667444229, 0.040426429361104965, 0.05245092138648033, 0.061760298907756805, -0.01721394620835781, -0.1058758795261383, -0.2386014610528946, -0.03396270424127579, 0.022372424602508545, 0.11626347154378891, -0.038814663887023926, 0.10755124688148499, -0.04112931340932846, -0.00006199192284839228, 0.07978589832782745, -0.04116043820977211, -0.05442337691783905, -0.06316492706537247, -0.015087032690644264, 0.007395324297249317, -0.008410410955548286, -0.051765501499176025, -0.10852006077766418, -0.10482791066169739, 0.12645947933197021, 0.014866780489683151, -0.010015570558607578, -0.12671691179275513, 0.09653071314096451, 0.08830441534519196, -0.08343538641929626, 0.043593987822532654, 0.02059211954474449, 0.04347420111298561, 0.04764780029654503, -0.051014672964811325, 0.13228796422481537, -0.052707403898239136, -0.16784794628620148, -0.06424904614686966, 0.07866477221250534, 0.036595627665519714, 0.06484397500753403, -0.009712276980280876, 0.03786054253578186, -0.01832965947687626, -0.08636645972728729, 0.03848990797996521, -0.053895775228738785, 0.05602283030748367, 0.018069498240947723, -0.05674109235405922, 0.030390160158276558, -0.060727719217538834, -0.03669607639312744, 0.16990350186824799, 0.2837570905685425, -0.09901543706655502, 0.018010132014751434, 0.03757477179169655, -0.06794311851263046, -0.19146819412708282, 0.07470136135816574, 0.0689457431435585, -0.0006742788245901465, 0.0749010443687439, -0.18219472467899323, 0.12269821763038635, 0.10237818211317062, -0.011486396193504333, 0.10765451937913895, -0.29062581062316895, -0.13371437788009644, 0.09872918576002121, 0.15417638421058655, 0.1082613468170166, -0.13631662726402283, -0.00638379855081439, -0.011400104500353336, -0.11191301047801971, 0.0966915562748909, -0.021210430189967155, 0.13546091318130493, -0.018784483894705772, 0.10293423384428024, 0.00762203149497509, -0.049987658858299255, 0.10375818610191345, 0.018809715285897255, 0.12941859662532806, -0.062161821871995926, -0.05060473829507828, 0.016182037070393562, -0.03599605709314346, -0.0026263627223670483, -0.05142555758357048, 0.016964109614491463, -0.07607361674308777, -0.019382746890187263, -0.08352875709533691, 0.039422016590833664, -0.03409979119896889, -0.08400710672140121, -0.034410953521728516, 0.06121315062046051, 0.04786180332303047, -0.02864936552941799, 0.11749798059463501, 0.0007249400368891656, 0.14845651388168335, 0.08564387261867523, 0.06265839189291, -0.0466158427298069, -0.02847876399755478, 0.0038696511182934046, -0.014655333012342453, 0.04510052502155304, -0.13378503918647766, 0.02775389514863491, 0.14746518433094025, 0.016461683437228203, 0.1389235109090805, 0.0769975334405899, -0.007490295451134443, 0.009110163897275925, 0.07021079957485199, -0.15341755747795105, -0.06310524791479111, 0.01407527830451727, -0.08854186534881592, -0.08995695412158966, 0.027112511917948723, 0.10396808385848999, -0.06990140676498413, -0.007810904178768396, -0.003081477014347911, 0.0034650564193725586, -0.06110520660877228, 0.21952246129512787, 0.054554492235183716, 0.048444658517837524, -0.0961640253663063, 0.06403885036706924, 0.055274080485105515, -0.04016336053609848, 0.009739507921040058, 0.06665881723165512, -0.08525234460830688, -0.02560148760676384, 0.08588607609272003, 0.18595030903816223, -0.08068539947271347, -0.009769740514457226, -0.13611993193626404, -0.10236672312021255, 0.06498343497514725, 0.16604188084602356, 0.10252369940280914, 0.0035535618662834167, -0.05264219269156456, 0.027339663356542587, -0.1258084923028946, 0.0838114321231842, 0.042079951614141464, 0.07890929281711578, -0.1429809331893921, 0.17792975902557373, -0.014723433181643486, 0.03367581218481064, -0.027533380314707756, 0.03268308937549591, -0.12860064208507538, 0.013075071386992931, -0.0887872651219368, -0.059806257486343384, -0.022488903254270554, 0.005506287328898907, 0.003533204784616828, -0.07662837207317352, -0.05493250489234924, -0.00212956964969635, -0.12693971395492554, -0.023719755932688713, 0.0377143919467926, 0.05272616073489189, -0.10932181030511856, -0.05393892154097557, 0.028157861903309822, -0.0500684417784214, 0.05774938687682152, 0.028271274641156197, 0.02067556418478489, 0.06426823139190674, -0.14238804578781128, 0.000915347074624151, 0.05445528402924538, -0.013498794287443161, 0.08114443719387054, -0.10197770595550537, -0.012882704846560955, -0.018284853547811508, 0.10160203278064728, 0.03207388520240784, 0.07175403088331223, -0.1351979821920395, 0.004860980901867151, -0.04114166647195816, -0.08968611061573029, -0.05702769756317139, 0.025809165090322495, 0.08518275618553162, 0.004566985182464123, 0.19185875356197357, -0.08628706634044647, 0.04065977409482002, -0.20345255732536316, -0.014007315039634705, -0.02009502239525318, -0.12221312522888184, -0.13043531775474548, -0.08444537967443466, 0.0740053579211235, -0.05516872555017471, 0.12381342798471451, 0.048107340931892395, 0.06462500989437103, 0.037546150386333466, -0.047379374504089355, -0.0034040899481624365, 0.02737612836062908, 0.19295808672904968, 0.041929539293050766, -0.04279085621237755, 0.07902680337429047, 0.08077547699213028, 0.08945641666650772, 0.09697629511356354, 0.21294406056404114, 0.14841879904270172, -0.017703674733638763, 0.07456117123365402, 0.024934280663728714, -0.0722716897726059, -0.17049728333950043, 0.04227251186966896, -0.04435015469789505, 0.09291794896125793, -0.04313076287508011, 0.20282603800296783, 0.03833768516778946, -0.18578174710273743, 0.04538446292281151, -0.0722612515091896, -0.09179959446191788, -0.11301369965076447, -0.01452427264302969, -0.09459207206964493, -0.15344923734664917, 0.009760593064129353, -0.10511982440948486, 0.03912302479147911, 0.11302915215492249, 0.01041826419532299, -0.011370362713932991, 0.1648661494255066, 0.0019073223229497671, 0.040372736752033234, 0.05791802704334259, 0.0020985067822039127, -0.025482380762696266, -0.10958725214004517, -0.07428019493818283, -0.040037281811237335, -0.013935467228293419, 0.02698110044002533, -0.07497379928827286, -0.09384685009717941, 0.02521783486008644, -0.025140170007944107, -0.10123138129711151, 0.021249622106552124, 0.035345226526260376, 0.06308922171592712, 0.02755514718592167, 0.004923942033201456, 0.010798439383506775, -0.014785461127758026, 0.2527005672454834, -0.08447500318288803, -0.07593144476413727, -0.10214810073375702, 0.29265740513801575, 0.0457659587264061, 0.013880813494324684, 0.020088165998458862, -0.06419017910957336, 0.017351074144244194, 0.23178982734680176, 0.17696507275104523, -0.11255103349685669, -0.011418317444622517, -0.0016621339600533247, -0.01348046213388443, -0.020541852340102196, 0.13155882060527802, 0.10905879735946655, 0.0012623101938515902, -0.10315757989883423, -0.035530876368284225, -0.051448166370391846, -0.03170830383896828, -0.030913062393665314, 0.04923253878951073, 0.04647260531783104, 0.016653895378112793, -0.04717915132641792, 0.07237249612808228, -0.062222786247730255, -0.1374092698097229, 0.07169197499752045, -0.2096594274044037, -0.16766461730003357, -0.007294573821127415, 0.08868838101625443, 0.002824892057105899, 0.06228669732809067, -0.03087756410241127, 0.00011539982369868085, 0.04167184233665466, -0.01741812936961651, -0.04636480659246445, -0.11147698014974594, 0.10778382420539856, -0.09796123206615448, 0.19179190695285797, -0.052741944789886475, 0.0451253205537796, 0.12767384946346283, 0.05611215904355049, -0.06759117543697357, 0.06731650233268738, 0.05622963234782219, -0.10087356716394424, 0.03416143357753754, 0.10321026295423508, -0.04231978952884674, 0.09341097623109818, 0.03778359666466713, -0.14077240228652954, 0.03575189784169197, -0.07335963100194931, -0.05089586600661278, -0.04509323462843895, -0.042259685695171356, -0.04473182559013367, 0.1364167332649231, 0.23157547414302826, -0.023671749979257584, 0.032044317573308945, -0.08282531052827835, 0.023676974698901176, 0.05012624338269234, 0.02871466428041458, -0.10610442608594894, -0.24987657368183136, 0.010570062324404716, 0.08509949594736099, -0.028597502037882805, -0.20193570852279663, -0.09849260002374649, 0.011502105742692947, -0.06356590986251831, -0.08568371832370758, 0.11797665804624557, 0.06514798849821091, 0.049409169703722, -0.049316149204969406, -0.12480759620666504, -0.07737205177545547, 0.16249646246433258, -0.1543862372636795, -0.08124937862157822 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # sentence-compression This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.2973 - Accuracy: 0.8912 - F1: 0.8367 - Precision: 0.8495 - Recall: 0.8243 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 5e-05 - train_batch_size: 16 - eval_batch_size: 64 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 500 - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:| | 0.2686 | 1.0 | 10000 | 0.2667 | 0.8894 | 0.8283 | 0.8725 | 0.7884 | | 0.2205 | 2.0 | 20000 | 0.2704 | 0.8925 | 0.8372 | 0.8579 | 0.8175 | | 0.1476 | 3.0 | 30000 | 0.2973 | 0.8912 | 0.8367 | 0.8495 | 0.8243 | ### Framework versions - Transformers 4.12.5 - Pytorch 1.10.0+cu113 - Datasets 1.16.1 - Tokenizers 0.10.3
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["accuracy", "f1", "precision", "recall"], "model-index": [{"name": "sentence-compression", "results": []}]}
token-classification
AlexMaclean/sentence-compression
[ "transformers", "pytorch", "distilbert", "token-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #distilbert #token-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
sentence-compression ==================== This model is a fine-tuned version of distilbert-base-cased on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 0.2973 * Accuracy: 0.8912 * F1: 0.8367 * Precision: 0.8495 * Recall: 0.8243 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 5e-05 * train\_batch\_size: 16 * eval\_batch\_size: 64 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * lr\_scheduler\_warmup\_steps: 500 * num\_epochs: 3 ### Training results ### Framework versions * Transformers 4.12.5 * Pytorch 1.10.0+cu113 * Datasets 1.16.1 * Tokenizers 0.10.3
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 500\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.12.5\n* Pytorch 1.10.0+cu113\n* Datasets 1.16.1\n* Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #distilbert #token-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 500\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.12.5\n* Pytorch 1.10.0+cu113\n* Datasets 1.16.1\n* Tokenizers 0.10.3" ]
[ 54, 116, 4, 33 ]
[ "passage: TAGS\n#transformers #pytorch #distilbert #token-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 500\n* num\\_epochs: 3### Training results### Framework versions\n\n\n* Transformers 4.12.5\n* Pytorch 1.10.0+cu113\n* Datasets 1.16.1\n* Tokenizers 0.10.3" ]
[ -0.0983004942536354, 0.09497351944446564, -0.002057088539004326, 0.12381253391504288, 0.17055901885032654, 0.022288301959633827, 0.10824963450431824, 0.1306510865688324, -0.1081969141960144, 0.009128167293965816, 0.12471678853034973, 0.18594181537628174, 0.011309826746582985, 0.1352718323469162, -0.05219035595655441, -0.2773114740848541, -0.0019475682638585567, 0.020687997341156006, -0.08961335569620132, 0.13641102612018585, 0.09311018884181976, -0.12745004892349243, 0.08414176106452942, -0.0006389916525222361, -0.18069231510162354, 0.011765824630856514, 0.003977193031460047, -0.05466723069548607, 0.15714922547340393, 0.012514511123299599, 0.10315699130296707, 0.008082527667284012, 0.1021869033575058, -0.20386819541454315, 0.003663597395643592, 0.05329066514968872, 0.023188559338450432, 0.08279143273830414, 0.05451180040836334, 0.0038833545986562967, 0.10924747586250305, -0.08349305391311646, 0.06261119991540909, 0.017789725214242935, -0.1202482134103775, -0.24325820803642273, -0.0924232006072998, 0.02279588207602501, 0.09067892283201218, 0.09824135154485703, 0.001757990219630301, 0.12701088190078735, -0.10243584960699081, 0.10246382653713226, 0.23193401098251343, -0.28506019711494446, -0.06330227851867676, 0.03379606455564499, 0.006211903877556324, 0.056880589574575424, -0.11016955226659775, -0.032938402146101, 0.028631173074245453, 0.0434039831161499, 0.14478233456611633, -0.03786177933216095, -0.12068282812833786, 0.018114563077688217, -0.14234942197799683, -0.03734542429447174, 0.12086324393749237, 0.04120500758290291, -0.036832619458436966, -0.04512639343738556, -0.05967959761619568, -0.1620277464389801, -0.04459168389439583, -0.013324073515832424, 0.056581027805805206, -0.031899962574243546, -0.05527767911553383, 0.0031901923939585686, -0.08759583532810211, -0.07161015272140503, -0.04526488855481148, 0.14000453054904938, 0.03851436451077461, 0.005357154179364443, -0.010670237243175507, 0.12091012299060822, 0.02945741079747677, -0.1328069269657135, 0.017091721296310425, 0.03254950791597366, -0.02926436811685562, -0.04930214211344719, -0.06152255833148956, 0.0005440099048428237, 0.0062431348487734795, 0.16151314973831177, -0.047309838235378265, 0.053749047219753265, 0.04451606050133705, 0.02424543723464012, -0.10558251291513443, 0.1936817616224289, -0.05079168453812599, -0.044277679175138474, 0.000051451712351990864, 0.057213254272937775, 0.003945182077586651, -0.012525146827101707, -0.10861779004335403, 0.009287780150771141, 0.11326973885297775, 0.031170323491096497, -0.07146376371383667, 0.06937291473150253, -0.051971908658742905, -0.02811983786523342, 0.024788247421383858, -0.10443902760744095, 0.034144528210163116, -0.005628183018416166, -0.0921395868062973, -0.04487483575940132, 0.01226765662431717, 0.025381727144122124, -0.014555809088051319, 0.13566793501377106, -0.08381755650043488, 0.03141408786177635, -0.09812740981578827, -0.10418906807899475, 0.003823050996288657, -0.07764607667922974, 0.032254599034786224, -0.08822361379861832, -0.18667133152484894, -0.017838820815086365, 0.07228738069534302, -0.0328940786421299, -0.06398148834705353, -0.05086876079440117, -0.07365895807743073, 0.01076460536569357, -0.02159777469933033, 0.16515633463859558, -0.07127165049314499, 0.10538636147975922, 0.02385980263352394, 0.05863756313920021, -0.02780306525528431, 0.06433366984128952, -0.10836375504732132, 0.013133490458130836, -0.18395835161209106, 0.04496507719159126, -0.06535135954618454, 0.07526122778654099, -0.10709195584058762, -0.11082898080348969, 0.050513219088315964, -0.00937915500253439, 0.07014237344264984, 0.09235095232725143, -0.16348756849765778, -0.06633002310991287, 0.1313628852367401, -0.05704755708575249, -0.10343144834041595, 0.10493062436580658, -0.06353642791509628, 0.04253300651907921, 0.058414481580257416, 0.1663363128900528, 0.08215738832950592, -0.06880755722522736, 0.03702259436249733, 0.0018689888529479504, 0.052654147148132324, -0.05413338169455528, 0.06836751103401184, 0.007321299985051155, 0.0003656401240732521, 0.030825035646557808, -0.057096291333436966, 0.07138755917549133, -0.08928437530994415, -0.10052364319562912, -0.029921092092990875, -0.09779472649097443, 0.0390409491956234, 0.06786433607339859, 0.07545802742242813, -0.08731167018413544, -0.07488732784986496, 0.06046130508184433, 0.0955585315823555, -0.0512046255171299, 0.030565116554498672, -0.055693235248327255, 0.045466672629117966, -0.014131720177829266, -0.017312459647655487, -0.19106993079185486, -0.01781144179403782, 0.014442350715398788, -0.00978835579007864, 0.013032553717494011, 0.008328798227012157, 0.06988171488046646, 0.06689119338989258, -0.05828077718615532, -0.03600053861737251, -0.018027473241090775, 0.004688325338065624, -0.1264285296201706, -0.20201310515403748, -0.045029036700725555, -0.0192102137953043, 0.1313537061214447, -0.18875591456890106, 0.02478003315627575, -0.023782381787896156, 0.07118885964155197, 0.014237374998629093, -0.004951893351972103, -0.04156330227851868, 0.08580317348241806, -0.03266965597867966, -0.06412173062562943, 0.07572085410356522, -0.0011763874208554626, -0.0787857249379158, -0.04682934284210205, -0.08383765816688538, 0.17852935194969177, 0.11981825530529022, -0.08832548558712006, -0.08351889997720718, -0.0031913532875478268, -0.060243282467126846, -0.04131587594747543, -0.03329931199550629, 0.05727864056825638, 0.170481875538826, -0.001266574370674789, 0.14670820534229279, -0.06110675632953644, -0.04616420343518257, 0.01471527386456728, -0.02060486562550068, 0.03350260108709335, 0.12671314179897308, 0.12474054843187332, -0.08439909666776657, 0.14009401202201843, 0.15632417798042297, -0.08067711442708969, 0.11826931685209274, -0.047274090349674225, -0.0679839700460434, -0.01764865778386593, -0.02069362811744213, -0.0066492133773863316, 0.08885099738836288, -0.10557646304368973, 0.0024550887756049633, 0.023087400943040848, 0.034621160477399826, 0.005943674594163895, -0.21726959943771362, -0.035455625504255295, 0.02957719750702381, -0.049173902720212936, -0.005284058395773172, -0.01922800950706005, -0.0007519041537307203, 0.09646061062812805, 0.010813686065375805, -0.11523978412151337, 0.03811323642730713, 0.005869489628821611, -0.06418390572071075, 0.2098272293806076, -0.1005546897649765, -0.1446395218372345, -0.11354447901248932, -0.09374990314245224, -0.05263754352927208, 0.004862348549067974, 0.062052179127931595, -0.0835416167974472, -0.03383931890130043, -0.06176349148154259, 0.004115683026611805, 0.0004537823551800102, 0.026745643466711044, -0.004507823381572962, -0.005700973328202963, 0.06839324533939362, -0.10356888175010681, -0.011201239190995693, -0.045215245336294174, -0.05970628932118416, 0.0516669824719429, 0.05453234165906906, 0.10488373786211014, 0.14749155938625336, -0.008138151839375496, 0.007704491727054119, -0.03190164640545845, 0.24086734652519226, -0.06582506000995636, -0.013956192880868912, 0.13237032294273376, -0.002670988906174898, 0.05703467130661011, 0.12866675853729248, 0.06662064045667648, -0.10360400378704071, 0.018014775589108467, 0.03856639191508293, -0.023429861292243004, -0.20348161458969116, -0.044846244156360626, -0.0505090206861496, -0.0250551737844944, 0.10363257676362991, 0.025780387222766876, 0.034939322620630264, 0.05239381268620491, 0.048133499920368195, 0.06738650053739548, -0.03298664838075638, 0.05694650486111641, 0.11400632560253143, 0.04822087660431862, 0.12810379266738892, -0.03061458095908165, -0.06305526942014694, 0.03624862805008888, 0.0007352863322012126, 0.22657756507396698, 0.005763739347457886, 0.11790437251329422, 0.045671381056308746, 0.19272145628929138, -0.011891830712556839, 0.08936338126659393, 0.0058333794586360455, -0.034187089651823044, -0.024341899901628494, -0.03569833189249039, -0.046757761389017105, 0.02539619617164135, -0.04670858010649681, 0.04078249633312225, -0.11475055664777756, -0.0006002269801683724, 0.04938766360282898, 0.3055160641670227, 0.02817472256720066, -0.3066527545452118, -0.08197885751724243, 0.0007693936349824071, -0.05285206809639931, -0.022405022755265236, 0.027570350095629692, 0.07219648361206055, -0.11142642050981522, 0.025189876556396484, -0.07243555039167404, 0.09250475466251373, -0.04722502455115318, 0.04697662964463234, 0.08661142736673355, 0.08772694319486618, 0.013302089646458626, 0.07833366096019745, -0.31090378761291504, 0.2830079197883606, -0.0002812097081914544, 0.06570208072662354, -0.0747961699962616, 0.012956532649695873, 0.05421736463904381, 0.06507162004709244, 0.07096794992685318, -0.011112147010862827, -0.07242260873317719, -0.21376001834869385, -0.058406319469213486, 0.020913518965244293, 0.08701194822788239, -0.05121869593858719, 0.09266117215156555, -0.04556790366768837, -0.004079856444150209, 0.06901691854000092, -0.029895329847931862, -0.055255498737096786, -0.08751415461301804, -0.004393016919493675, 0.014886678196489811, -0.009420865215361118, -0.06822800636291504, -0.10792455077171326, -0.10013268142938614, 0.14493070542812347, -0.014938264153897762, -0.03175651654601097, -0.1309630274772644, 0.07005634158849716, 0.09083995223045349, -0.08897555619478226, 0.0457768477499485, 0.009323205798864365, 0.051630858331918716, 0.042208582162857056, -0.07099493592977524, 0.1202859953045845, -0.07224536687135696, -0.17671462893486023, -0.05174989625811577, 0.09272918850183487, 0.02754274569451809, 0.06107809394598007, -0.02126738615334034, 0.02385561540722847, -0.03153165057301521, -0.09023360908031464, 0.02197083830833435, -0.02930167131125927, 0.0687255933880806, 0.027947496622800827, -0.062283605337142944, 0.030978742986917496, -0.06564801186323166, -0.03686411306262016, 0.17810188233852386, 0.2584494948387146, -0.09671176224946976, 0.03774329274892807, 0.04885649308562279, -0.06047189235687256, -0.1955268681049347, 0.023649469017982483, 0.06088564917445183, -0.009640081785619259, 0.05696931108832359, -0.20266327261924744, 0.1288405805826187, 0.10106369853019714, -0.01896602287888527, 0.10611063987016678, -0.31635230779647827, -0.1262660026550293, 0.12951718270778656, 0.14454373717308044, 0.09673004597425461, -0.13363957405090332, -0.01290725264698267, -0.014976360835134983, -0.11346669495105743, 0.08857711404561996, -0.038051433861255646, 0.12786710262298584, -0.034433163702487946, 0.08244404941797256, 0.00022851886751595885, -0.05401645600795746, 0.11326209455728531, 0.02707773447036743, 0.116752989590168, -0.054835930466651917, -0.020521996542811394, 0.017868703231215477, -0.04495910555124283, 0.015261777676641941, -0.08582260459661484, 0.03779620677232742, -0.09466033428907394, -0.019044913351535797, -0.08275572210550308, 0.038702577352523804, -0.03461628034710884, -0.07558971643447876, -0.027764175087213516, 0.04788365960121155, 0.05785325542092323, -0.014907744713127613, 0.13316504657268524, 0.023384643718600273, 0.12398950010538101, 0.1052871122956276, 0.05103672668337822, -0.06498362123966217, -0.0642436295747757, -0.02626679465174675, -0.011150229722261429, 0.059456344693899155, -0.12538544833660126, 0.032999955117702484, 0.14507588744163513, 0.014726968482136726, 0.1353701502084732, 0.07473789900541306, -0.010163229890167713, -0.005305244587361813, 0.053717199712991714, -0.16321277618408203, -0.06615415215492249, 0.0003769851173274219, -0.0659523457288742, -0.09179124981164932, 0.03675819933414459, 0.09877029061317444, -0.0637194886803627, -0.011569038964807987, -0.003136544721201062, 0.020022401586174965, -0.054489053785800934, 0.21191130578517914, 0.05011628195643425, 0.05594600364565849, -0.11263417452573776, 0.08430995792150497, 0.05841589346528053, -0.0687672346830368, 0.0028798943385481834, 0.0767006054520607, -0.09180855005979538, -0.04522562772035599, 0.08732836693525314, 0.1589195281267166, -0.059639059007167816, -0.037358347326517105, -0.1326715052127838, -0.11839213222265244, 0.08622590452432632, 0.129828542470932, 0.11103251576423645, 0.015204865485429764, -0.06383364647626877, 0.009471168741583824, -0.10928814858198166, 0.091522715985775, 0.0371740497648716, 0.07066203653812408, -0.14619000256061554, 0.1433008313179016, 0.00437261862680316, 0.046721361577510834, -0.017269376665353775, 0.023147961124777794, -0.10418259352445602, 0.015391204506158829, -0.11303647607564926, -0.044957928359508514, -0.026467908173799515, 0.017580227926373482, 0.0005027727456763387, -0.06070425361394882, -0.050545308738946915, 0.01897980459034443, -0.12466633319854736, -0.03285009413957596, 0.026048721745610237, 0.060659319162368774, -0.11853717267513275, -0.052756041288375854, 0.03036496974527836, -0.0692610964179039, 0.0764717161655426, 0.040660131722688675, 0.015246964059770107, 0.06136699765920639, -0.11836710572242737, -0.009349476546049118, 0.05744476243853569, 0.011723593808710575, 0.07208076864480972, -0.11043772101402283, -0.011792710982263088, -0.006255481392145157, 0.05904264375567436, 0.014475776813924313, 0.08179381489753723, -0.14753223955631256, -0.0039397613145411015, -0.030079301446676254, -0.08784820139408112, -0.06586392968893051, 0.02129000425338745, 0.08956346660852432, 0.007063719443976879, 0.20593105256557465, -0.07383690774440765, 0.039560768753290176, -0.2024117261171341, -0.005339530762284994, -0.018793795257806778, -0.1258172243833542, -0.1353757083415985, -0.07451216876506805, 0.06623385101556778, -0.05487915128469467, 0.12596900761127472, 0.025638192892074585, 0.06139686703681946, 0.02710891328752041, -0.03898603841662407, 0.016270896419882774, 0.028190970420837402, 0.19323080778121948, 0.04469354450702667, -0.03226313367486, 0.08549771457910538, 0.05604923143982887, 0.08896519243717194, 0.11819133162498474, 0.2044091671705246, 0.14777320623397827, 0.008343780413269997, 0.08940580487251282, 0.015901198610663414, -0.08311377465724945, -0.17949219048023224, 0.04214416444301605, -0.041200000792741776, 0.11595594882965088, -0.030358120799064636, 0.2172553539276123, 0.048641305416822433, -0.1819741427898407, 0.05635932460427284, -0.054729558527469635, -0.08172576129436493, -0.1119481772184372, -0.031806401908397675, -0.07879693061113358, -0.15004202723503113, -0.0016054451698437333, -0.10235127806663513, 0.025739943608641624, 0.11681000143289566, 0.007303387857973576, -0.013303124345839024, 0.14532843232154846, 0.01547528151422739, 0.0352049358189106, 0.05346858501434326, -0.0000018665130028239219, -0.03855934739112854, -0.09542393684387207, -0.08029945194721222, -0.02361992374062538, -0.01772928610444069, 0.03301261365413666, -0.07275577634572983, -0.08982079476118088, 0.04163285344839096, -0.02378806844353676, -0.09264202415943146, 0.020756833255290985, 0.013956120237708092, 0.05711151659488678, 0.05597461760044098, 0.011872504837810993, 0.015352314338088036, -0.005645741242915392, 0.2375025451183319, -0.08713871240615845, -0.0869520902633667, -0.10012828558683395, 0.2914741635322571, 0.05247417092323303, -0.006774214096367359, 0.03682732209563255, -0.053176309913396835, -0.007605028338730335, 0.23813661932945251, 0.18674691021442413, -0.10254544764757156, -0.0162868220359087, 0.007223209831863642, -0.013775806874036789, -0.029052734375, 0.12403690814971924, 0.14370207488536835, 0.02899204194545746, -0.09893161058425903, -0.04267972707748413, -0.05211455374956131, -0.03818516433238983, -0.046420566737651825, 0.06407996267080307, 0.03809761255979538, 0.004519961308687925, -0.034486424177885056, 0.05707807093858719, -0.058417242020368576, -0.11416750401258469, 0.06779266148805618, -0.18618495762348175, -0.17161107063293457, -0.018520260229706764, 0.09763998538255692, 0.010686163790524006, 0.05388646945357323, -0.017980268225073814, -0.002970318775624037, 0.07774662971496582, -0.021044692024588585, -0.06639503687620163, -0.10121116787195206, 0.10803257673978806, -0.10412789136171341, 0.2073066234588623, -0.046229325234889984, 0.04160003736615181, 0.12538903951644897, 0.06912966072559357, -0.0834336057305336, 0.06899552792310715, 0.05173955857753754, -0.09101680666208267, 0.0373469740152359, 0.09086350351572037, -0.03867064416408539, 0.08024661988019943, 0.028859158977866173, -0.12379605323076248, 0.025932369753718376, -0.056371383368968964, -0.05523345246911049, -0.03245283290743828, -0.04308358207345009, -0.04604450985789299, 0.128215953707695, 0.22017072141170502, -0.02691883035004139, 0.0181887224316597, -0.08667872846126556, 0.01664411649107933, 0.039977796375751495, 0.014554048888385296, -0.08800134807825089, -0.2197824865579605, 0.020399075001478195, 0.05221232399344444, -0.020023830235004425, -0.1926380693912506, -0.1005772203207016, 0.00959520973265171, -0.06776754558086395, -0.10121399909257889, 0.09943646937608719, 0.061854612082242966, 0.04682058095932007, -0.047589484602212906, -0.08904685825109482, -0.08570878952741623, 0.15298369526863098, -0.16274283826351166, -0.07997589558362961 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - FR dataset. It achieves the following results on the evaluation set: - Loss: 0.2388 - Wer: 0.3681 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 0.0001 - train_batch_size: 64 - eval_batch_size: 64 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 1500 - num_epochs: 2.0 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:-----:|:---------------:|:------:| | 4.3748 | 0.07 | 500 | 3.8784 | 1.0 | | 2.8068 | 0.14 | 1000 | 2.8289 | 0.9826 | | 1.6698 | 0.22 | 1500 | 0.8811 | 0.7127 | | 1.3488 | 0.29 | 2000 | 0.5166 | 0.5369 | | 1.2239 | 0.36 | 2500 | 0.4105 | 0.4741 | | 1.1537 | 0.43 | 3000 | 0.3585 | 0.4448 | | 1.1184 | 0.51 | 3500 | 0.3336 | 0.4292 | | 1.0968 | 0.58 | 4000 | 0.3195 | 0.4180 | | 1.0737 | 0.65 | 4500 | 0.3075 | 0.4141 | | 1.0677 | 0.72 | 5000 | 0.3015 | 0.4089 | | 1.0462 | 0.8 | 5500 | 0.2971 | 0.4077 | | 1.0392 | 0.87 | 6000 | 0.2870 | 0.3997 | | 1.0178 | 0.94 | 6500 | 0.2805 | 0.3963 | | 0.992 | 1.01 | 7000 | 0.2748 | 0.3935 | | 1.0197 | 1.09 | 7500 | 0.2691 | 0.3884 | | 1.0056 | 1.16 | 8000 | 0.2682 | 0.3889 | | 0.9826 | 1.23 | 8500 | 0.2647 | 0.3868 | | 0.9815 | 1.3 | 9000 | 0.2603 | 0.3832 | | 0.9717 | 1.37 | 9500 | 0.2561 | 0.3807 | | 0.9605 | 1.45 | 10000 | 0.2523 | 0.3783 | | 0.96 | 1.52 | 10500 | 0.2494 | 0.3788 | | 0.9442 | 1.59 | 11000 | 0.2478 | 0.3760 | | 0.9564 | 1.66 | 11500 | 0.2454 | 0.3733 | | 0.9436 | 1.74 | 12000 | 0.2439 | 0.3747 | | 0.938 | 1.81 | 12500 | 0.2411 | 0.3716 | | 0.9353 | 1.88 | 13000 | 0.2397 | 0.3698 | | 0.9271 | 1.95 | 13500 | 0.2388 | 0.3681 | ### Framework versions - Transformers 4.17.0.dev0 - Pytorch 1.10.2+cu102 - Datasets 1.18.2.dev0 - Tokenizers 0.11.0
{"language": ["fr"], "license": "apache-2.0", "tags": ["automatic-speech-recognition", "mozilla-foundation/common_voice_8_0", "generated_from_trainer", "robust-speech-event", "hf-asr-leaderboard"], "datasets": ["mozilla-foundation/common_voice_8_0"], "model-index": [{"name": "xls-r-300m-fr", "results": [{"task": {"type": "automatic-speech-recognition", "name": "Speech Recognition"}, "dataset": {"name": "Common Voice 8.0 fr", "type": "mozilla-foundation/common_voice_8_0", "args": "fr"}, "metrics": [{"type": "wer", "value": 36.81, "name": "Test WER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Dev Data", "type": "speech-recognition-community-v2/dev_data", "args": "fr"}, "metrics": [{"type": "wer", "value": 35.55, "name": "Test WER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Test Data", "type": "speech-recognition-community-v2/eval_data", "args": "fr"}, "metrics": [{"type": "wer", "value": 39.94, "name": "Test WER"}]}]}]}
automatic-speech-recognition
AlexN/xls-r-300m-fr-0
[ "transformers", "pytorch", "wav2vec2", "automatic-speech-recognition", "mozilla-foundation/common_voice_8_0", "generated_from_trainer", "robust-speech-event", "hf-asr-leaderboard", "fr", "dataset:mozilla-foundation/common_voice_8_0", "license:apache-2.0", "model-index", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "fr" ]
TAGS #transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_8_0 #generated_from_trainer #robust-speech-event #hf-asr-leaderboard #fr #dataset-mozilla-foundation/common_voice_8_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the MOZILLA-FOUNDATION/COMMON\_VOICE\_8\_0 - FR dataset. It achieves the following results on the evaluation set: * Loss: 0.2388 * Wer: 0.3681 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 0.0001 * train\_batch\_size: 64 * eval\_batch\_size: 64 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * lr\_scheduler\_warmup\_steps: 1500 * num\_epochs: 2.0 * mixed\_precision\_training: Native AMP ### Training results ### Framework versions * Transformers 4.17.0.dev0 * Pytorch 1.10.2+cu102 * Datasets 1.18.2.dev0 * Tokenizers 0.11.0
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0001\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 1500\n* num\\_epochs: 2.0\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0" ]
[ "TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_8_0 #generated_from_trainer #robust-speech-event #hf-asr-leaderboard #fr #dataset-mozilla-foundation/common_voice_8_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0001\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 1500\n* num\\_epochs: 2.0\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0" ]
[ 111, 130, 4, 39 ]
[ "passage: TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_8_0 #generated_from_trainer #robust-speech-event #hf-asr-leaderboard #fr #dataset-mozilla-foundation/common_voice_8_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0001\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 1500\n* num\\_epochs: 2.0\n* mixed\\_precision\\_training: Native AMP### Training results### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0" ]
[ -0.1240810826420784, 0.1457705795764923, -0.004968408495187759, 0.0332498699426651, 0.11069892346858978, 0.01461311336606741, 0.10714900493621826, 0.1480925977230072, -0.07630407810211182, 0.11132235825061798, 0.0806264579296112, 0.07479729503393173, 0.0921223908662796, 0.11087358742952347, -0.018868278712034225, -0.2645118236541748, 0.03884924203157425, -0.03792571648955345, -0.08154187351465225, 0.09377206116914749, 0.09252853691577911, -0.09031901508569717, 0.032903049141168594, 0.017123261466622353, -0.09927930682897568, -0.001819698722101748, -0.041201066225767136, -0.06248427554965019, 0.07399564236402512, 0.03258105739951134, 0.019616082310676575, 0.02633179910480976, 0.08067651093006134, -0.2695852816104889, 0.012858470901846886, 0.06310275197029114, 0.03813471645116806, 0.04764419421553612, 0.10235065221786499, 0.0018486164044588804, 0.10709884017705917, -0.056139927357435226, 0.025607066228985786, 0.06834755092859268, -0.07639180123806, -0.23095618188381195, -0.08656484633684158, 0.032606255263090134, 0.10462221503257751, 0.09764505922794342, -0.03504157066345215, 0.020249124616384506, -0.07274452596902847, 0.08662610501050949, 0.20438538491725922, -0.18998168408870697, -0.06803427636623383, -0.035621438175439835, 0.02648727223277092, 0.042662933468818665, -0.10288471728563309, -0.00043620826909318566, 0.019851308315992355, 0.01679069548845291, 0.05307985097169876, 0.0054994127713143826, 0.024797849357128143, -0.015804415568709373, -0.1309623122215271, -0.053197167813777924, 0.15713216364383698, 0.07782328128814697, -0.016805564984679222, -0.09560346603393555, -0.02722570113837719, -0.12623196840286255, -0.057256512343883514, 0.01809164322912693, 0.017923032864928246, -0.01724301092326641, -0.03551071137189865, -0.0032968204468488693, -0.03937158361077309, -0.05985675007104874, 0.055162038654088974, 0.13518400490283966, 0.04408048093318939, -0.03524145483970642, -0.007831024937331676, 0.07085788249969482, 0.0794844701886177, -0.16723458468914032, -0.030350344255566597, 0.037054356187582016, -0.07452688366174698, 0.013065162114799023, -0.022342612966895103, 0.04127567633986473, 0.07115021347999573, 0.1265862137079239, -0.014847750775516033, 0.09498337656259537, -0.00251149944961071, 0.004841276444494724, -0.07424482703208923, 0.12766528129577637, -0.06378889828920364, -0.0782933458685875, -0.020012447610497475, 0.12133008986711502, 0.00787591002881527, -0.023451216518878937, -0.07215438783168793, 0.03253630921244621, 0.09006290882825851, 0.0588134229183197, 0.0031423973850905895, 0.0051160287111997604, -0.05062767118215561, -0.030033251270651817, -0.02387245185673237, -0.1299341470003128, 0.04636426270008087, 0.0685625895857811, -0.06608543545007706, 0.012429739348590374, -0.03113904967904091, 0.02860903926193714, -0.06039827689528465, 0.06499257683753967, -0.05064263939857483, 0.006215332075953484, -0.06609226763248444, -0.08004701882600784, 0.04813651740550995, -0.04822000861167908, -0.008789884857833385, -0.07528825104236603, -0.09528466314077377, -0.06707938015460968, 0.03971023112535477, -0.06512396037578583, -0.06504633277654648, -0.09801064431667328, -0.09617862850427628, 0.06056930869817734, -0.0191133301705122, 0.14545227587223053, -0.058613743633031845, 0.08077286928892136, 0.016539191827178, 0.039839934557676315, 0.07126626372337341, 0.0778457522392273, -0.00964123010635376, 0.040026966482400894, -0.07874871045351028, 0.1216103732585907, -0.11597788333892822, 0.03390507027506828, -0.12242630869150162, -0.08354438096284866, -0.019955119118094444, 0.003023493802174926, 0.10297150909900665, 0.15188702940940857, -0.15438807010650635, -0.09551864117383957, 0.15707512199878693, -0.04660418629646301, -0.07834108173847198, 0.1363557130098343, -0.004379245452582836, -0.0519222654402256, 0.02838967740535736, 0.20013998448848724, 0.12615856528282166, -0.09122646600008011, -0.014297885820269585, -0.05387773737311363, 0.12257163971662521, 0.03282368183135986, 0.09356163442134857, -0.05588826909661293, 0.0280779916793108, 0.0019816793501377106, -0.01053936779499054, 0.0679619163274765, -0.07775072008371353, -0.08255783468484879, -0.022703567519783974, -0.07944656908512115, -0.009063316509127617, 0.05230458080768585, 0.007539460901170969, -0.07240395992994308, -0.10822122544050217, -0.012157395482063293, 0.11254226416349411, -0.1053139716386795, 0.03130779787898064, -0.08211297541856766, 0.07958797365427017, -0.00633034436032176, 0.00626958254724741, -0.14553886651992798, -0.0004860463959630579, 0.04539329186081886, -0.04871398210525513, 0.006684634834527969, -0.05501178279519081, 0.05540855973958969, 0.03848982974886894, -0.02704017236828804, -0.05918724834918976, -0.0562572218477726, -0.002810113364830613, -0.04466644674539566, -0.2208513468503952, -0.052882272750139236, -0.02273731678724289, 0.19535216689109802, -0.1745845228433609, 0.0028721620328724384, 0.04537784308195114, 0.14670492708683014, 0.010042030364274979, -0.05674779787659645, 0.021227223798632622, 0.05668387562036514, -0.021043987944722176, -0.07318303734064102, 0.026541441679000854, 0.015107741579413414, -0.08101844787597656, 0.02419884502887726, -0.11559451371431351, 0.05526568740606308, 0.09568065404891968, 0.024845333769917488, -0.02305603213608265, -0.016189472749829292, -0.05519005283713341, -0.04940907284617424, -0.034929078072309494, -0.024054475128650665, 0.13328233361244202, 0.0016849306412041187, 0.10553295910358429, -0.07811218500137329, -0.029088743031024933, 0.044288791716098785, 0.022854691371321678, -0.03197033330798149, 0.14336848258972168, 0.07669644057750702, -0.029995402321219444, 0.09668684750795364, 0.010664558038115501, -0.04326948896050453, 0.16765975952148438, -0.07205304503440857, -0.0904947891831398, -0.025065280497074127, 0.01600414328277111, 0.015511689707636833, 0.09841135889291763, -0.2017049491405487, -0.024389836937189102, 0.026174670085310936, 0.027521895244717598, 0.03475233167409897, -0.1723829060792923, 0.009221510030329227, 0.01843750849366188, -0.09838857501745224, 0.00007907254621386528, 0.025544442236423492, -0.013881184160709381, 0.08248457312583923, 0.0017528471071273088, -0.08899081498384476, -0.027619652450084686, -0.04799383506178856, -0.10806424915790558, 0.13521543145179749, -0.1161763146519661, -0.15439942479133606, -0.11548981070518494, -0.0327674001455307, -0.04973578453063965, -0.015555322170257568, 0.05616472661495209, -0.10211849212646484, -0.03738553822040558, -0.07203822582960129, -0.016942428424954414, -0.057152729481458664, 0.020969416946172714, 0.06203826144337654, -0.005650999490171671, 0.04496487230062485, -0.09553609043359756, 0.006920207757502794, -0.013083943165838718, 0.0019231409532949328, -0.02407941222190857, 0.01577010378241539, 0.09830816090106964, 0.15633361041545868, 0.07173942774534225, 0.0558098666369915, -0.018170904368162155, 0.2127922773361206, -0.12338455766439438, -0.0033274046145379543, 0.12000112235546112, 0.023218495771288872, 0.04886959493160248, 0.1454804241657257, 0.03874650225043297, -0.07592938840389252, 0.014886144548654556, 0.030903199687600136, -0.01222347840666771, -0.22567306458950043, -0.0463540256023407, -0.09087314456701279, -0.04515571892261505, 0.08135264366865158, 0.03764023259282112, 0.005509768147021532, 0.004554156679660082, -0.029887203127145767, -0.010993363335728645, 0.0421796590089798, 0.0394715778529644, 0.08776222169399261, 0.043818745762109756, 0.09684721380472183, -0.010371100157499313, -0.02152496762573719, 0.03408002108335495, -0.026118988171219826, 0.24071718752384186, 0.01670747809112072, 0.1673450767993927, 0.04243459925055504, 0.14798898994922638, -0.0028224417474120855, 0.03305632621049881, 0.012654741294682026, 0.01646195538341999, 0.03454379737377167, -0.062088493257761, -0.04128006845712662, 0.03022175282239914, 0.13436320424079895, 0.012812595814466476, -0.0990038588643074, 0.03851475566625595, 0.021488578990101814, 0.3469749391078949, 0.07911255210638046, -0.25302359461784363, -0.05945412442088127, 0.017880771309137344, -0.06696605682373047, -0.04232104495167732, 0.03961455449461937, 0.12724746763706207, -0.06898590922355652, 0.07393335551023483, -0.038748059421777725, 0.08730179071426392, -0.05522656440734863, -0.00009093542757909745, 0.06030358001589775, 0.10614930093288422, 0.015533223748207092, 0.05375728756189346, -0.28026270866394043, 0.2353770136833191, -0.005204072222113609, 0.09988130629062653, -0.0561644546687603, 0.04668145626783371, 0.05554686114192009, -0.024686463177204132, 0.07622720301151276, 0.010078499093651772, -0.12360277026891708, -0.12376943975687027, -0.11080140620470047, 0.012259488925337791, 0.12305770814418793, -0.041167471557855606, 0.09714584052562714, -0.0399848110973835, -0.04454853758215904, 0.027496663853526115, -0.040817566215991974, -0.16385634243488312, -0.11074088513851166, 0.05880853161215782, 0.07058495283126831, 0.07032966613769531, -0.07796407490968704, -0.09476228058338165, -0.05488825961947441, 0.1119358241558075, -0.11085331439971924, -0.01737985759973526, -0.13283923268318176, 0.05148079991340637, 0.13909056782722473, -0.0638146698474884, 0.031912319362163544, 0.012064961716532707, 0.14004352688789368, 0.025143001228570938, -0.024302497506141663, 0.08188705891370773, -0.09287787228822708, -0.1818263977766037, -0.04514273256063461, 0.17430230975151062, 0.027636662125587463, 0.06256859749555588, -0.008904390037059784, 0.02417050674557686, -0.005721073132008314, -0.07128511369228363, 0.0889117494225502, 0.08371903002262115, 0.0025430340319871902, 0.061863917857408524, -0.0401475727558136, -0.016422133892774582, -0.08945169299840927, -0.06972846388816833, 0.12078294903039932, 0.22283484041690826, -0.06082269176840782, 0.05466418340802193, 0.0506923645734787, -0.07038219273090363, -0.1625557541847229, -0.02298087254166603, 0.11684320122003555, 0.039181485772132874, -0.05246249958872795, -0.22050878405570984, 0.002619148464873433, 0.05972810089588165, -0.02384173311293125, 0.09768475592136383, -0.33077171444892883, -0.13235525786876678, 0.08255522698163986, 0.05719596892595291, 0.012187032029032707, -0.15640626847743988, -0.07597898691892624, -0.03128407523036003, -0.08450733870267868, 0.047828562557697296, -0.03182918578386307, 0.12800689041614532, 0.010376181453466415, 0.022493310272693634, 0.008431111462414265, -0.04599801450967789, 0.15151527523994446, 0.028729405254125595, 0.00830021221190691, -0.016257528215646744, 0.02300821989774704, 0.009140056557953358, -0.0677795559167862, 0.018583718687295914, -0.06240022927522659, 0.03324035182595253, -0.15860307216644287, -0.022457841783761978, -0.08576222509145737, 0.013104315847158432, -0.039380162954330444, -0.006601774133741856, -0.01760677993297577, 0.03890267759561539, 0.11132940649986267, 0.030723344534635544, 0.10893450677394867, -0.055753786116838455, 0.103452168405056, 0.13675448298454285, 0.11173038929700851, -0.02341030351817608, -0.06654994189739227, -0.031063009053468704, -0.005711155943572521, 0.03574545308947563, -0.08522330969572067, 0.03932653367519379, 0.12724009156227112, 0.03844216838479042, 0.14852122962474823, 0.0478278249502182, -0.08954405039548874, 0.012018882669508457, 0.05291994288563728, -0.08004605025053024, -0.1704380214214325, -0.04312869533896446, 0.013265370391309261, -0.11260093748569489, -0.01654736138880253, 0.12368360906839371, -0.03546817973256111, 0.0064614019356667995, 0.002102216938510537, 0.05585096776485443, -0.030343085527420044, 0.21089863777160645, 0.028181279078125954, 0.08138410747051239, -0.10451635718345642, 0.08941522240638733, 0.038585275411605835, -0.08279085159301758, 0.05592862889170647, 0.10578890144824982, -0.05595511198043823, -0.022020507603883743, -0.01296172197908163, 0.0921739861369133, 0.05154450610280037, -0.07272203266620636, -0.10979345440864563, -0.1470688134431839, 0.10301611572504044, 0.04949503019452095, 0.010182125493884087, 0.022250007838010788, -0.03002181090414524, 0.024999462068080902, -0.0977272018790245, 0.1032116711139679, 0.09006759524345398, 0.04517534002661705, -0.12180262804031372, 0.07315723598003387, 0.011654431000351906, 0.01729547418653965, -0.0028661673422902822, -0.023332638666033745, -0.09357628226280212, 0.03003721684217453, -0.1334989070892334, -0.002876550192013383, -0.06786245107650757, -0.009466828778386116, 0.01142667606472969, -0.07061222195625305, -0.07549819350242615, 0.03953860327601433, -0.10492995381355286, -0.05535535141825676, -0.03680820018053055, 0.07030808925628662, -0.09766480326652527, -0.005825017113238573, 0.02060816064476967, -0.13375718891620636, 0.09509964287281036, 0.074101522564888, -0.008204187266528606, 0.014698308892548084, -0.07663542032241821, -0.03136957436800003, 0.021367168053984642, 0.018257275223731995, 0.03176051750779152, -0.1825992912054062, -0.0012895329855382442, -0.004225301556289196, 0.014398314990103245, -0.0131306741386652, 0.030770162120461464, -0.1024412289261818, -0.011689474806189537, -0.050933320075273514, -0.040250103920698166, -0.04058576375246048, 0.06918397545814514, 0.09268860518932343, 0.015690049156546593, 0.14959795773029327, -0.07451486587524414, 0.054373882710933685, -0.20060673356056213, 0.016404494643211365, -0.010643986985087395, -0.06918979436159134, -0.033722713589668274, -0.0257534459233284, 0.10391616076231003, -0.05090032145380974, 0.06817444413900375, -0.026987340301275253, 0.03582199290394783, 0.023907048627734184, -0.10833273082971573, 0.014661022461950779, 0.05015275999903679, 0.17469072341918945, 0.06835053116083145, -0.017489753663539886, 0.09117015451192856, -0.03334580361843109, 0.08059205859899521, 0.13987794518470764, 0.14576473832130432, 0.1395237296819687, 0.10426538437604904, 0.10409774631261826, 0.10053254663944244, -0.12763896584510803, -0.11538573354482651, 0.1539657562971115, -0.06857547163963318, 0.14547792077064514, -0.031204447150230408, 0.17319437861442566, 0.10857841372489929, -0.18560010194778442, 0.056615229696035385, -0.029951436445116997, -0.07726889103651047, -0.11741616576910019, -0.0786934569478035, -0.08338416367769241, -0.17394539713859558, 0.022069714963436127, -0.10869606584310532, 0.07265541702508926, 0.03611695021390915, 0.05057208985090256, 0.02614923007786274, 0.07369452714920044, 0.05338789150118828, -0.0076260617934167385, 0.13805779814720154, -0.014811944216489792, -0.026418179273605347, -0.04765255004167557, -0.12438245862722397, 0.05274153873324394, -0.023791931569576263, 0.07932541519403458, -0.019220171496272087, -0.10028916597366333, 0.06435521692037582, 0.005316604394465685, -0.09244205802679062, 0.03446761891245842, -0.027167338877916336, 0.05016777664422989, 0.0984269380569458, 0.05346185341477394, -0.020664304494857788, 0.009379951283335686, 0.18860068917274475, -0.08271335065364838, -0.05286424234509468, -0.1293329894542694, 0.1258653700351715, 0.009128083474934101, 0.008735032752156258, 0.02808198146522045, -0.07827844470739365, -0.04101036489009857, 0.18351878225803375, 0.13097523152828217, -0.03583693504333496, -0.02693399041891098, 0.03207837790250778, -0.008210822939872742, -0.031901001930236816, 0.07906875014305115, 0.12386858463287354, 0.053878266364336014, -0.021544339135289192, -0.027662204578518867, -0.03312375769019127, -0.07935524731874466, -0.04917187988758087, 0.0863245353102684, -0.0019727020990103483, -0.02754806913435459, -0.013364225625991821, 0.10258225351572037, -0.09380369633436203, -0.12828350067138672, 0.0138976676389575, -0.15260514616966248, -0.18188701570034027, -0.02362442947924137, 0.04750794917345047, 0.0654834434390068, 0.04198718070983887, -0.002080886159092188, -0.02592175267636776, 0.12860673666000366, -0.000040368391637457535, -0.037200212478637695, -0.09742296487092972, 0.061708103865385056, -0.14136332273483276, 0.17021001875400543, -0.03847355768084526, 0.02164941467344761, 0.11656709015369415, 0.07496530562639236, -0.09733092784881592, 0.03033001348376274, 0.08918512612581253, -0.12506751716136932, 0.046124424785375595, 0.20312374830245972, -0.04930848255753517, 0.1260121613740921, 0.04111671447753906, -0.07029154151678085, 0.005388969089835882, -0.0322699211537838, -0.032190773636102676, -0.057883650064468384, -0.0003566777450032532, -0.057602789252996445, 0.13124391436576843, 0.17554980516433716, -0.07369036972522736, -0.015948256477713585, -0.03306984156370163, 0.01590101793408394, 0.00854848325252533, 0.11380315572023392, -0.039311155676841736, -0.28542792797088623, 0.010279133915901184, -0.016845328733325005, 0.03156208246946335, -0.19103355705738068, -0.07489772140979767, 0.014292286708950996, -0.053834494203329086, -0.06585907191038132, 0.1224556490778923, 0.07026670128107071, 0.02981053851544857, -0.05600978061556816, -0.13596421480178833, -0.021111151203513145, 0.19050168991088867, -0.17296752333641052, -0.05525984615087509 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - FR dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 0.0001 - train_batch_size: 64 - eval_batch_size: 64 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 2700 - num_epochs: 1.0 - mixed_precision_training: Native AMP ### Framework versions - Transformers 4.17.0.dev0 - Pytorch 1.10.2+cu102 - Datasets 1.18.2.dev0 - Tokenizers 0.11.0
{"language": ["fr"], "tags": ["automatic-speech-recognition", "generated_from_trainer", "hf-asr-leaderboard", "mozilla-foundation/common_voice_8_0", "robust-speech-event"], "datasets": ["mozilla-foundation/common_voice_8_0"], "model-index": [{"name": "xls-r-300m-fr", "results": [{"task": {"type": "automatic-speech-recognition", "name": "Speech Recognition"}, "dataset": {"name": "Common Voice 8.0 fr", "type": "mozilla-foundation/common_voice_8_0", "args": "fr"}, "metrics": [{"type": "wer", "value": 21.58, "name": "Test WER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Dev Data", "type": "speech-recognition-community-v2/dev_data", "args": "fr"}, "metrics": [{"type": "wer", "value": 36.03, "name": "Test WER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Test Data", "type": "speech-recognition-community-v2/eval_data", "args": "fr"}, "metrics": [{"type": "wer", "value": 38.86, "name": "Test WER"}]}]}]}
automatic-speech-recognition
AlexN/xls-r-300m-fr
[ "transformers", "pytorch", "wav2vec2", "automatic-speech-recognition", "generated_from_trainer", "hf-asr-leaderboard", "mozilla-foundation/common_voice_8_0", "robust-speech-event", "fr", "dataset:mozilla-foundation/common_voice_8_0", "model-index", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "fr" ]
TAGS #transformers #pytorch #wav2vec2 #automatic-speech-recognition #generated_from_trainer #hf-asr-leaderboard #mozilla-foundation/common_voice_8_0 #robust-speech-event #fr #dataset-mozilla-foundation/common_voice_8_0 #model-index #endpoints_compatible #region-us
# This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - FR dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 0.0001 - train_batch_size: 64 - eval_batch_size: 64 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 2700 - num_epochs: 1.0 - mixed_precision_training: Native AMP ### Framework versions - Transformers 4.17.0.dev0 - Pytorch 1.10.2+cu102 - Datasets 1.18.2.dev0 - Tokenizers 0.11.0
[ "# \n\nThis model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - FR dataset.", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 0.0001\n- train_batch_size: 64\n- eval_batch_size: 64\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- lr_scheduler_warmup_steps: 2700\n- num_epochs: 1.0\n- mixed_precision_training: Native AMP", "### Framework versions\n\n- Transformers 4.17.0.dev0\n- Pytorch 1.10.2+cu102\n- Datasets 1.18.2.dev0\n- Tokenizers 0.11.0" ]
[ "TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #generated_from_trainer #hf-asr-leaderboard #mozilla-foundation/common_voice_8_0 #robust-speech-event #fr #dataset-mozilla-foundation/common_voice_8_0 #model-index #endpoints_compatible #region-us \n", "# \n\nThis model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - FR dataset.", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 0.0001\n- train_batch_size: 64\n- eval_batch_size: 64\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- lr_scheduler_warmup_steps: 2700\n- num_epochs: 1.0\n- mixed_precision_training: Native AMP", "### Framework versions\n\n- Transformers 4.17.0.dev0\n- Pytorch 1.10.2+cu102\n- Datasets 1.18.2.dev0\n- Tokenizers 0.11.0" ]
[ 103, 48, 6, 12, 8, 3, 117, 39 ]
[ "passage: TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #generated_from_trainer #hf-asr-leaderboard #mozilla-foundation/common_voice_8_0 #robust-speech-event #fr #dataset-mozilla-foundation/common_voice_8_0 #model-index #endpoints_compatible #region-us \n# \n\nThis model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - FR dataset.## Model description\n\nMore information needed## Intended uses & limitations\n\nMore information needed## Training and evaluation data\n\nMore information needed## Training procedure### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 0.0001\n- train_batch_size: 64\n- eval_batch_size: 64\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- lr_scheduler_warmup_steps: 2700\n- num_epochs: 1.0\n- mixed_precision_training: Native AMP### Framework versions\n\n- Transformers 4.17.0.dev0\n- Pytorch 1.10.2+cu102\n- Datasets 1.18.2.dev0\n- Tokenizers 0.11.0" ]
[ -0.10766394436359406, 0.13645069301128387, -0.0051962872967123985, 0.014750988222658634, 0.1119554340839386, 0.010088654235005379, 0.08672897517681122, 0.12784604728221893, -0.06601430475711823, 0.10629156231880188, 0.051224250346422195, -0.004118363838642836, 0.1103917583823204, 0.11132219433784485, -0.0059083569794893265, -0.23223528265953064, 0.006235809996724129, -0.04729495197534561, -0.04213918000459671, 0.08104309439659119, 0.12492289394140244, -0.07435715943574905, 0.03778736665844917, 0.030017096549272537, -0.10909351706504822, 0.02647201344370842, -0.05424796789884567, -0.06495986878871918, 0.0684434249997139, 0.050103310495615005, 0.0057439361698925495, 0.03405570983886719, 0.09363538026809692, -0.2662419080734253, 0.006398966535925865, 0.07602917402982712, 0.035015467554330826, 0.06684989482164383, 0.11406734585762024, 0.011829083785414696, 0.08964255452156067, -0.14248579740524292, 0.03936116769909859, 0.081370048224926, -0.044438350945711136, -0.1665566861629486, -0.08378587663173676, 0.07392919808626175, 0.08812350779771805, 0.09460831433534622, -0.01805989257991314, 0.07912071794271469, -0.04947545751929283, 0.06680143624544144, 0.18067659437656403, -0.18730244040489197, -0.05495331436395645, -0.030272820964455605, 0.05612962320446968, 0.022327816113829613, -0.11449795961380005, 0.033850666135549545, 0.034656088799238205, 0.007060864008963108, 0.05737388879060745, -0.0005187604110687971, 0.007534010335803032, -0.03151772543787956, -0.10580682009458542, -0.019755205139517784, 0.14873386919498444, 0.09872220456600189, -0.04415855556726456, -0.14036217331886292, -0.02496350184082985, -0.04960053041577339, -0.03496002033352852, -0.02407723106443882, 0.011122167110443115, -0.031034566462039948, -0.028233416378498077, -0.059130117297172546, -0.048091139644384384, -0.0401843786239624, 0.046150244772434235, 0.1498439908027649, 0.013144072145223618, -0.019474808126688004, -0.008038204163312912, 0.057146914303302765, 0.02777737006545067, -0.1337154507637024, -0.023566970601677895, 0.010907858610153198, -0.1193341463804245, -0.022526564076542854, -0.027185074985027313, 0.006219831760972738, 0.04141571745276451, 0.09518645703792572, -0.024338463321328163, 0.08373386412858963, 0.00019095394236501306, -0.016519030556082726, 0.008292811922729015, 0.1221756637096405, -0.06784854084253311, -0.1136300191283226, -0.011745696887373924, 0.10800831019878387, 0.001226678374223411, -0.03028370998799801, -0.06738775223493576, -0.031603168696165085, 0.07814233005046844, 0.07241404801607132, 0.003485296620056033, -0.009083461947739124, -0.05095614120364189, -0.04716885834932327, 0.032947245985269547, -0.14113932847976685, 0.05556477978825569, 0.03840179741382599, -0.05166708678007126, 0.029296858236193657, -0.018975509330630302, 0.02249298244714737, -0.0676003247499466, 0.021366078406572342, -0.035944242030382156, -0.015760302543640137, -0.033047329634428024, -0.04072039946913719, 0.02863675355911255, -0.03425572067499161, -0.011224469169974327, -0.06670600920915604, -0.09073230624198914, -0.06587298214435577, 0.01934864930808544, -0.09071237593889236, -0.06978682428598404, -0.027778204530477524, -0.039663009345531464, 0.03140980005264282, -0.02166055142879486, 0.171833798289299, -0.02959771268069744, 0.04611857607960701, 0.013598435558378696, 0.01366930641233921, 0.06849440932273865, 0.057800374925136566, -0.006707374006509781, 0.04121614247560501, -0.038711197674274445, 0.14330650866031647, -0.11237088590860367, -0.014202415011823177, -0.1364843100309372, -0.07785651087760925, -0.016678253188729286, -0.020947236567735672, 0.08587055653333664, 0.13964641094207764, -0.13813282549381256, -0.06733211874961853, 0.09154655784368515, -0.032143596559762955, -0.04490278288722038, 0.12253895401954651, 0.0032620332203805447, -0.02966218814253807, 0.03958073630928993, 0.14629171788692474, 0.15929275751113892, -0.14913472533226013, -0.01633172295987606, 0.008559192530810833, 0.09266222268342972, 0.07375454157590866, 0.07502244412899017, -0.056972354650497437, 0.017650969326496124, 0.011180112138390541, -0.018052807077765465, 0.025418370962142944, -0.0641721785068512, -0.06537588685750961, -0.027262002229690552, -0.07907793670892715, 0.03994230553507805, 0.003898350754752755, -0.023374175652861595, -0.059295106679201126, -0.11887989938259125, 0.01767224632203579, 0.1290571540594101, -0.05467933416366577, 0.013541336171329021, -0.08220305293798447, 0.009845863096415997, 0.004419963341206312, -0.007182635832577944, -0.1607522964477539, -0.03786436840891838, 0.058076389133930206, -0.06856802105903625, 0.03886143118143082, -0.021251250058412552, 0.04974553361535072, 0.0480252206325531, -0.030509544536471367, -0.025006916373968124, -0.07487162202596664, 0.003816374111920595, -0.04674233868718147, -0.17737919092178345, -0.08688154816627502, -0.019171081483364105, 0.23516115546226501, -0.16615208983421326, -0.008649200201034546, 0.05963719263672829, 0.16688619554042816, -0.0036861789412796497, -0.057506900280714035, 0.045374806970357895, 0.023869480937719345, 0.019048139452934265, -0.0867939293384552, 0.008306507021188736, 0.011020052246749401, -0.10596060007810593, 0.009396672248840332, -0.12399007380008698, 0.004066744819283485, 0.06197831779718399, 0.10441000759601593, -0.04580383002758026, -0.06989802420139313, -0.06201387196779251, -0.04563116282224655, -0.06210772320628166, -0.048364896327257156, 0.20087522268295288, 0.014548566192388535, 0.08989982306957245, -0.06153480336070061, -0.05505220964550972, 0.023303594440221786, 0.02933921292424202, -0.060547761619091034, 0.07669255137443542, 0.045805033296346664, -0.10686149448156357, 0.05026889219880104, 0.013524253852665424, -0.004453293979167938, 0.16710886359214783, -0.04060317948460579, -0.0875914916396141, -0.032461926341056824, 0.005979370791465044, -0.008258113637566566, 0.09059195965528488, -0.1596977859735489, -0.0005463044508360326, 0.05066540837287903, -0.0008643303299322724, 0.050440505146980286, -0.11845198273658752, 0.03881862759590149, 0.038376037031412125, -0.06508577615022659, 0.022634370252490044, 0.002689276123419404, 0.020656228065490723, 0.06342912465333939, 0.010813754983246326, -0.030421365052461624, -0.008558518253266811, -0.03704901039600372, -0.09562387317419052, 0.10969766229391098, -0.11456700414419174, -0.2022342085838318, -0.1322096437215805, 0.022467028349637985, -0.07314441353082657, -0.028107430785894394, 0.005255984142422676, -0.0977051705121994, -0.05457853525876999, -0.0784841924905777, -0.007270344533026218, -0.07075069844722748, 0.012277541682124138, 0.09874504804611206, 0.01529100351035595, 0.08596395701169968, -0.10707491636276245, 0.01208678912371397, 0.0032535623759031296, -0.013745228759944439, -0.05395958572626114, 0.04461824893951416, 0.07906610518693924, 0.11360471695661545, 0.024020032957196236, 0.02620829828083515, -0.03384023532271385, 0.21755258738994598, -0.1166178286075592, 0.044047340750694275, 0.15227456390857697, 0.03207893297076225, 0.04706057533621788, 0.11455560475587845, 0.01316443644464016, -0.07036734372377396, 0.020739076659083366, 0.035045552998781204, -0.008866879157721996, -0.23874272406101227, -0.06029270216822624, -0.07031890749931335, -0.085252545773983, 0.0917416587471962, 0.039088375866413116, 0.0038218884728848934, 0.02225751243531704, -0.07213599979877472, 0.007349965162575245, 0.030296169221401215, 0.04517734795808792, 0.08512407541275024, 0.03424007445573807, 0.08145999908447266, -0.0000982959900284186, -0.005158641375601292, 0.0683211088180542, 0.012511256150901318, 0.18319596350193024, 0.005023794714361429, 0.17283707857131958, 0.005754477344453335, 0.12827648222446442, -0.022008482366800308, 0.011413591913878918, 0.026072094216942787, 0.018894022330641747, 0.02882044017314911, -0.07561387121677399, -0.047180838882923126, 0.02981838956475258, 0.13998745381832123, 0.0025826606433838606, -0.07839799672365189, 0.04713357239961624, 0.0008875842904672027, 0.28974804282188416, 0.046079371124506, -0.22447289526462555, -0.062260594218969345, 0.013152762316167355, -0.03246976435184479, -0.07386776804924011, -0.00043697035289369524, 0.14302831888198853, -0.11957040429115295, 0.1045832708477974, -0.021230347454547882, 0.08717066794633865, -0.0320751778781414, -0.004091436509042978, 0.025077657774090767, 0.15367062389850616, 0.01349383033812046, 0.07947233319282532, -0.1607656627893448, 0.1671075075864792, 0.02191721461713314, 0.09697066247463226, -0.07895862311124802, 0.0690215453505516, 0.010133826173841953, 0.031236974522471428, 0.08414046466350555, 0.008682631887495518, -0.057122137397527695, -0.09633654356002808, -0.1177457645535469, 0.014930055476725101, 0.13680298626422882, -0.044061243534088135, 0.06322452425956726, -0.05152702331542969, -0.03659875690937042, 0.01646813191473484, -0.03938748687505722, -0.20751458406448364, -0.16804666817188263, 0.05707669258117676, 0.07734451442956924, 0.023996340110898018, -0.08639911562204361, -0.08630017191171646, -0.0306551493704319, 0.20638100802898407, -0.03258552774786949, -0.033461764454841614, -0.15597295761108398, 0.0612633191049099, 0.16133402287960052, -0.04655793681740761, 0.003329524537548423, 0.012944796122610569, 0.20236438512802124, -0.005088511388748884, -0.05212932825088501, 0.045489031821489334, -0.09212961047887802, -0.15444490313529968, -0.04415839537978172, 0.21951468288898468, 0.02516438625752926, 0.0549609549343586, 0.016778331249952316, 0.00010194607602898031, 0.01994587853550911, -0.0727110281586647, 0.0671001598238945, 0.09448141604661942, -0.026689562946558, 0.06400573998689651, -0.02786887064576149, -0.036388348788022995, -0.0724237784743309, -0.04095545411109924, 0.1259002834558487, 0.19660110771656036, -0.06421446800231934, 0.09664889425039291, 0.09943971782922745, -0.06487710028886795, -0.1451297402381897, 0.005515838973224163, 0.14765453338623047, 0.05036899074912071, 0.0056915609166026115, -0.19282661378383636, 0.023871053010225296, 0.07187306880950928, -0.011868552304804325, 0.03664986044168472, -0.2793034613132477, -0.12536996603012085, 0.06728173792362213, 0.02012121118605137, -0.028958605602383614, -0.11127779632806778, -0.07961112260818481, -0.07684178650379181, -0.08282127231359482, 0.03382357209920883, -0.06679858267307281, 0.11779242753982544, 0.02908318303525448, 0.04214254394173622, 0.031477779150009155, -0.020599937066435814, 0.16671909391880035, 0.029761046171188354, 0.0037243436090648174, -0.02410094253718853, 0.06405238062143326, 0.04195550084114075, -0.0602712482213974, 0.04491202160716057, -0.061352744698524475, 0.05364741384983063, -0.1481490582227707, -0.04005973041057587, -0.07257003337144852, 0.0677420049905777, -0.04418850317597389, -0.03274974226951599, -0.021583957597613335, 0.03327665105462074, 0.07266349345445633, -0.007470408920198679, -0.010086972266435623, -0.041609592735767365, 0.05749235674738884, 0.2122427076101303, 0.13406550884246826, -0.023761209100484848, -0.11423571407794952, -0.020271237939596176, -0.015696313232183456, 0.055244870483875275, -0.026590358465909958, 0.029894700273871422, 0.08669400960206985, 0.054063137620687485, 0.12799251079559326, -0.013846302404999733, -0.1027797982096672, -0.009342812933027744, 0.015576306730508804, -0.05676943063735962, -0.20315313339233398, -0.05750739946961403, 0.04914432018995285, -0.13765913248062134, -0.02563091740012169, 0.14120525121688843, -0.019257841631770134, -0.012067312374711037, -0.011113361455500126, 0.03214311599731445, -0.02246522717177868, 0.18820908665657043, 0.02014317736029625, 0.08905385434627533, -0.08151040226221085, 0.09257581830024719, 0.07101009041070938, -0.03433924913406372, 0.0753382071852684, 0.07392658293247223, -0.04901087284088135, -0.012543007731437683, -0.009454657323658466, 0.036482617259025574, 0.06416453421115875, -0.060251347720623016, -0.045247528702020645, -0.13614092767238617, 0.06447373330593109, 0.008812006562948227, -0.008565693162381649, -0.0202438123524189, -0.02179328165948391, 0.0062652998603880405, -0.11762971431016922, 0.06964165717363358, 0.053421422839164734, 0.03654253110289574, -0.11369668692350388, 0.07075010985136032, 0.013248300179839134, 0.040828920900821686, -0.007781312335282564, -0.025818128138780594, -0.04370616748929024, -0.0037747048772871494, -0.14162582159042358, -0.006648174487054348, -0.038706835359334946, 0.0006666207918897271, -0.007947588339447975, -0.05706949904561043, -0.040311142802238464, 0.070339635014534, -0.058199044317007065, -0.08326519280672073, -0.025344276800751686, 0.06685303896665573, -0.11051889508962631, 0.016263633966445923, 0.03458952158689499, -0.131103977560997, 0.08915741741657257, 0.06117536127567291, 0.0039847856387495995, -0.00857541337609291, -0.10412009060382843, -0.0625656396150589, 0.025042006745934486, 0.04353313520550728, 0.05220148712396622, -0.15731123089790344, -0.003222862258553505, -0.00624866085126996, 0.013221777975559235, -0.01708984561264515, 0.03488285839557648, -0.10135868936777115, -0.05019050091505051, -0.06451402604579926, -0.03348800539970398, -0.039128631353378296, 0.059990689158439636, 0.09159111976623535, 0.01555684581398964, 0.11776657402515411, -0.061884667724370956, 0.06678597629070282, -0.20720690488815308, -0.0022718042600899935, -0.031786803156137466, -0.002524992451071739, -0.003197120036929846, -0.022790655493736267, 0.10826653242111206, -0.02011621743440628, 0.09403744339942932, -0.025657273828983307, 0.08939185738563538, 0.03331374749541283, -0.08828709274530411, -0.003095918567851186, 0.0248141810297966, 0.1499127894639969, 0.08988786488771439, 0.0015568684320896864, 0.10291364789009094, -0.07034904509782791, 0.07244390994310379, 0.09690600633621216, 0.10872098803520203, 0.1393749862909317, 0.04061025753617287, 0.07166939228773117, 0.12062548846006393, -0.140134796500206, -0.10816328972578049, 0.12651996314525604, -0.06263292580842972, 0.12460558861494064, -0.055529333651065826, 0.12544308602809906, 0.11330083757638931, -0.17984941601753235, 0.0633838027715683, -0.02649485506117344, -0.1012415960431099, -0.08893821388483047, -0.06629045307636261, -0.08169511705636978, -0.11526832729578018, 0.026156311854720116, -0.09118196368217468, 0.0436120331287384, -0.010519858449697495, 0.02652113139629364, 0.024186505004763603, 0.1060144305229187, -0.008535970002412796, -0.045230843126773834, 0.11745248734951019, -0.0050583225674927235, -0.013163965195417404, -0.047561824321746826, -0.09410200268030167, 0.09108617901802063, 0.02971222810447216, 0.10389546304941177, -0.020671293139457703, -0.026827648282051086, 0.0491052083671093, 0.013181474059820175, -0.08603633940219879, 0.025392690673470497, -0.035846512764692307, 0.029018865898251534, 0.09027079492807388, 0.055916935205459595, -0.004182117059826851, -0.037786711007356644, 0.1898486465215683, -0.06008085608482361, -0.07201079279184341, -0.13098713755607605, 0.08723581582307816, 0.011180499568581581, 0.012968037277460098, 0.048389773815870285, -0.09524568170309067, -0.04284658282995224, 0.13863521814346313, 0.1404956728219986, -0.04484974220395088, -0.013999938033521175, -0.012772221118211746, -0.013344916515052319, -0.0322980061173439, 0.09070319682359695, 0.09830784797668457, -0.0025300171691924334, -0.01084219291806221, 0.04058114439249039, -0.00025559760979376733, -0.08160877972841263, -0.06738029420375824, 0.1097920835018158, -0.014928093180060387, 0.0032466119155287743, -0.0054861814714968204, 0.09422039240598679, 0.0017097188392654061, -0.24124114215373993, -0.0016063549555838108, -0.1295950561761856, -0.18150867521762848, -0.022652897983789444, 0.04370991513133049, 0.04478825256228447, 0.06263183057308197, 0.004227085970342159, -0.01132940873503685, 0.16697952151298523, -0.0009819020051509142, -0.036151573061943054, -0.07677686959505081, 0.07492534071207047, -0.12310807406902313, 0.174677312374115, -0.012120597995817661, 0.054090745747089386, 0.09263952076435089, 0.0341276153922081, -0.14065222442150116, 0.019153930246829987, 0.07902639359235764, -0.08698277175426483, 0.0639251247048378, 0.2092931866645813, -0.045640572905540466, 0.11664292216300964, 0.03448687121272087, -0.0895104631781578, -0.029439842328429222, -0.0421009324491024, 0.016248922795057297, -0.06862863898277283, 0.03218746557831764, -0.06204121187329292, 0.13938477635383606, 0.15918698906898499, -0.0655059739947319, -0.03261008486151695, -0.056801170110702515, 0.019820498302578926, 0.031372733414173126, 0.11265396326780319, -0.024204732850193977, -0.2207685261964798, -0.00007818805170245469, -0.014558595605194569, 0.05524219200015068, -0.19751644134521484, -0.08085234463214874, 0.027267444878816605, -0.0473787896335125, -0.021655496209859848, 0.11776851862668991, 0.02538515441119671, 0.009951387532055378, -0.03366158530116081, -0.14751218259334564, -0.010667430236935616, 0.1303485780954361, -0.1684088557958603, -0.01099760364741087 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - PT dataset. It achieves the following results on the evaluation set: - Loss: 0.2290 - Wer: 0.2382 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 0.0002 - train_batch_size: 32 - eval_batch_size: 32 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 1500 - num_epochs: 15.0 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:-----:|:---------------:|:------:| | 3.0952 | 0.64 | 500 | 3.0982 | 1.0 | | 1.7975 | 1.29 | 1000 | 0.7887 | 0.5651 | | 1.4138 | 1.93 | 1500 | 0.5238 | 0.4389 | | 1.344 | 2.57 | 2000 | 0.4775 | 0.4318 | | 1.2737 | 3.21 | 2500 | 0.4648 | 0.4075 | | 1.2554 | 3.86 | 3000 | 0.4069 | 0.3678 | | 1.1996 | 4.5 | 3500 | 0.3914 | 0.3668 | | 1.1427 | 5.14 | 4000 | 0.3694 | 0.3572 | | 1.1372 | 5.78 | 4500 | 0.3568 | 0.3501 | | 1.0831 | 6.43 | 5000 | 0.3331 | 0.3253 | | 1.1074 | 7.07 | 5500 | 0.3332 | 0.3352 | | 1.0536 | 7.71 | 6000 | 0.3131 | 0.3152 | | 1.0248 | 8.35 | 6500 | 0.3024 | 0.3023 | | 1.0075 | 9.0 | 7000 | 0.2948 | 0.3028 | | 0.979 | 9.64 | 7500 | 0.2796 | 0.2853 | | 0.9594 | 10.28 | 8000 | 0.2719 | 0.2789 | | 0.9172 | 10.93 | 8500 | 0.2620 | 0.2695 | | 0.9047 | 11.57 | 9000 | 0.2537 | 0.2596 | | 0.8777 | 12.21 | 9500 | 0.2438 | 0.2525 | | 0.8629 | 12.85 | 10000 | 0.2409 | 0.2493 | | 0.8575 | 13.5 | 10500 | 0.2366 | 0.2440 | | 0.8361 | 14.14 | 11000 | 0.2317 | 0.2385 | | 0.8126 | 14.78 | 11500 | 0.2290 | 0.2382 | ### Framework versions - Transformers 4.17.0.dev0 - Pytorch 1.10.2+cu102 - Datasets 1.18.2.dev0 - Tokenizers 0.11.0
{"language": ["pt"], "license": "apache-2.0", "tags": ["automatic-speech-recognition", "robust-speech-event", "mozilla-foundation/common_voice_8_0", "generated_from_trainer", "hf-asr-leaderboard"], "datasets": ["mozilla-foundation/common_voice_8_0"], "model-index": [{"name": "xls-r-300m-pt", "results": [{"task": {"type": "automatic-speech-recognition", "name": "Speech Recognition"}, "dataset": {"name": "Common Voice 8.0 pt", "type": "mozilla-foundation/common_voice_8_0", "args": "pt"}, "metrics": [{"type": "wer", "value": 19.361, "name": "Test WER"}, {"type": "cer", "value": 5.533, "name": "Test CER"}, {"type": "wer", "value": 19.36, "name": "Test WER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Dev Data", "type": "speech-recognition-community-v2/dev_data", "args": "fr"}, "metrics": [{"type": "wer", "value": 47.812, "name": "Validation WER"}, {"type": "cer", "value": 18.805, "name": "Validation CER"}, {"type": "wer", "value": 48.01, "name": "Test WER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Test Data", "type": "speech-recognition-community-v2/eval_data", "args": "pt"}, "metrics": [{"type": "wer", "value": 49.21, "name": "Test WER"}]}]}]}
automatic-speech-recognition
AlexN/xls-r-300m-pt
[ "transformers", "pytorch", "wav2vec2", "automatic-speech-recognition", "robust-speech-event", "mozilla-foundation/common_voice_8_0", "generated_from_trainer", "hf-asr-leaderboard", "pt", "dataset:mozilla-foundation/common_voice_8_0", "license:apache-2.0", "model-index", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "pt" ]
TAGS #transformers #pytorch #wav2vec2 #automatic-speech-recognition #robust-speech-event #mozilla-foundation/common_voice_8_0 #generated_from_trainer #hf-asr-leaderboard #pt #dataset-mozilla-foundation/common_voice_8_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the MOZILLA-FOUNDATION/COMMON\_VOICE\_8\_0 - PT dataset. It achieves the following results on the evaluation set: * Loss: 0.2290 * Wer: 0.2382 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 0.0002 * train\_batch\_size: 32 * eval\_batch\_size: 32 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * lr\_scheduler\_warmup\_steps: 1500 * num\_epochs: 15.0 * mixed\_precision\_training: Native AMP ### Training results ### Framework versions * Transformers 4.17.0.dev0 * Pytorch 1.10.2+cu102 * Datasets 1.18.2.dev0 * Tokenizers 0.11.0
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0002\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 32\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 1500\n* num\\_epochs: 15.0\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0" ]
[ "TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #robust-speech-event #mozilla-foundation/common_voice_8_0 #generated_from_trainer #hf-asr-leaderboard #pt #dataset-mozilla-foundation/common_voice_8_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0002\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 32\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 1500\n* num\\_epochs: 15.0\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0" ]
[ 111, 131, 4, 39 ]
[ "passage: TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #robust-speech-event #mozilla-foundation/common_voice_8_0 #generated_from_trainer #hf-asr-leaderboard #pt #dataset-mozilla-foundation/common_voice_8_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0002\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 32\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 1500\n* num\\_epochs: 15.0\n* mixed\\_precision\\_training: Native AMP### Training results### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0" ]
[ -0.13396859169006348, 0.14691133797168732, -0.005080720409750938, 0.03463460132479668, 0.11000129580497742, 0.011546251364052296, 0.10062769055366516, 0.14367224276065826, -0.08043120801448822, 0.1196020320057869, 0.07696160674095154, 0.08200006186962128, 0.08795248717069626, 0.12306997925043106, -0.018091116100549698, -0.26420626044273376, 0.039575982838869095, -0.036366552114486694, -0.08719988912343979, 0.09620624780654907, 0.08892006427049637, -0.09870320558547974, 0.026941891759634018, 0.01075596734881401, -0.0879528671503067, -0.009022376500070095, -0.03864297643303871, -0.06451575458049774, 0.083889901638031, 0.028187505900859833, 0.025935309007763863, 0.02603423036634922, 0.07381778955459595, -0.26551109552383423, 0.010601972229778767, 0.06677268445491791, 0.040466275066137314, 0.05296763405203819, 0.10227115452289581, 0.009300109930336475, 0.10444075614213943, -0.060159750282764435, 0.03995894268155098, 0.06349502503871918, -0.07685864716768265, -0.24115189909934998, -0.08242977410554886, 0.0438246950507164, 0.10542009770870209, 0.09791312366724014, -0.034952275454998016, 0.052062299102544785, -0.08039147406816483, 0.08418428152799606, 0.2062566876411438, -0.20044898986816406, -0.06242029741406441, -0.05227334797382355, 0.024133602157235146, 0.051821328699588776, -0.09829671680927277, -0.007261995691806078, 0.016512790694832802, 0.017907027155160904, 0.06538437306880951, 0.008773595094680786, 0.018934398889541626, -0.012382126413285732, -0.1423199474811554, -0.04945581033825874, 0.15582746267318726, 0.07283207029104233, -0.013427363708615303, -0.10971780121326447, -0.034247610718011856, -0.13629373908042908, -0.05789544805884361, 0.011136520653963089, 0.022228937596082687, -0.026023363694548607, -0.041130002588033676, 0.02314925752580166, -0.04039991647005081, -0.06041731312870979, 0.05752428621053696, 0.12101862579584122, 0.051505763083696365, -0.0396256148815155, -0.005814815871417522, 0.06387273967266083, 0.06450861692428589, -0.16056206822395325, -0.025791822001338005, 0.033446911722421646, -0.0860409066081047, 0.009023712016642094, -0.014477751217782497, 0.03587086871266365, 0.06375445425510406, 0.12674559652805328, -0.010442476719617844, 0.09360642731189728, -0.001789744128473103, 0.0036505376920104027, -0.07257074117660522, 0.133760005235672, -0.07328922301530838, -0.07194110006093979, -0.025040259584784508, 0.1190691664814949, 0.014061253517866135, -0.02107144147157669, -0.06430383771657944, 0.04047228395938873, 0.09594472497701645, 0.06074095889925957, 0.004135697614401579, 0.005442202091217041, -0.05276986211538315, -0.03073796071112156, -0.0013803646434098482, -0.1272026151418686, 0.04201921448111534, 0.06589765101671219, -0.07102557271718979, 0.00918925367295742, -0.029816195368766785, 0.02126516029238701, -0.06570259481668472, 0.08225219696760178, -0.05723514035344124, -0.0015184258809313178, -0.06077636778354645, -0.09299544245004654, 0.0494665689766407, -0.05511273816227913, -0.01277641300112009, -0.07501261681318283, -0.08319195359945297, -0.0653696283698082, 0.029186232015490532, -0.05863567069172859, -0.07296362519264221, -0.0896703377366066, -0.0910760834813118, 0.06441055238246918, -0.02510603331029415, 0.1429460644721985, -0.05690091475844383, 0.08280009776353836, 0.017906639724969864, 0.04109545424580574, 0.0848890021443367, 0.07565582543611526, -0.016901914030313492, 0.03539202734827995, -0.09638316184282303, 0.11536448448896408, -0.12116867303848267, 0.04009465500712395, -0.12478124350309372, -0.0896410420536995, -0.013583952561020851, 0.00656746095046401, 0.10252695530653, 0.14655768871307373, -0.1685265600681305, -0.101155586540699, 0.1724236160516739, -0.05263684317469597, -0.08694294840097427, 0.13690558075904846, -0.005592767149209976, -0.06328421086072922, 0.03566857427358627, 0.19746489822864532, 0.11735849827528, -0.09961669147014618, -0.020772315561771393, -0.05469953268766403, 0.11561539024114609, 0.014362708665430546, 0.0923917293548584, -0.059464678168296814, 0.03921948000788689, -0.002363993786275387, -0.015039168298244476, 0.06793554127216339, -0.07329700887203217, -0.08130344748497009, -0.021476563066244125, -0.08300556987524033, -0.009010031819343567, 0.057416882365942, 0.005030304659157991, -0.07609707117080688, -0.11690443009138107, -0.004467811435461044, 0.11811605095863342, -0.1008545458316803, 0.02971196174621582, -0.08138906210660934, 0.0693516731262207, -0.005976281128823757, 0.005003747064620256, -0.14926284551620483, -0.004670947324484587, 0.048053864389657974, -0.049110010266304016, 0.003477509366348386, -0.05416110157966614, 0.059489261358976364, 0.040898457169532776, -0.023788785561919212, -0.06162483990192413, -0.04287650063633919, -0.0018815960502251983, -0.050835635513067245, -0.22811871767044067, -0.04959774762392044, -0.01955760456621647, 0.1875203549861908, -0.17819692194461823, 0.003530970076099038, 0.046090785413980484, 0.13840064406394958, 0.014519824646413326, -0.0575411319732666, 0.02240668050944805, 0.06179923936724663, -0.015790177509188652, -0.07338102161884308, 0.02755405753850937, 0.012667379342019558, -0.07932890206575394, 0.03429998829960823, -0.1296532154083252, 0.06913776695728302, 0.09872785210609436, 0.03473273664712906, -0.032957177609205246, -0.007240775506943464, -0.05771825090050697, -0.05052601173520088, -0.03515150770545006, -0.014572626911103725, 0.12019743025302887, 0.01225291658192873, 0.1089596226811409, -0.07885313779115677, -0.033082108944654465, 0.04667079448699951, 0.028555136173963547, -0.02097211219370365, 0.15352457761764526, 0.08354555815458298, -0.012626888230443, 0.09335992485284805, 0.004308844916522503, -0.039980072528123856, 0.1555839627981186, -0.07449081540107727, -0.09317728877067566, -0.020396746695041656, 0.01288191694766283, 0.025087228044867516, 0.10075613111257553, -0.19893842935562134, -0.027735283598303795, 0.02906058356165886, 0.026786597445607185, 0.03336426615715027, -0.17250977456569672, 0.007098176516592503, 0.026514876633882523, -0.08487387001514435, -0.012581948190927505, 0.019761810079216957, -0.011282294057309628, 0.08767493814229965, 0.0007256412645801902, -0.09278570860624313, -0.03346589580178261, -0.03989611938595772, -0.10820192843675613, 0.14292414486408234, -0.11534988135099411, -0.1595136970281601, -0.10670279711484909, -0.03326147422194481, -0.03477562218904495, -0.017229676246643066, 0.05243152007460594, -0.1125887930393219, -0.038308802992105484, -0.06592851132154465, -0.01854546368122101, -0.05311889573931694, 0.022179706022143364, 0.04667479917407036, -0.0062559000216424465, 0.0506916418671608, -0.09803645312786102, 0.0077558718621730804, -0.021856553852558136, 0.00533686438575387, -0.01894591934978962, 0.022378524765372276, 0.10110172629356384, 0.17631007730960846, 0.07460690289735794, 0.05477313697338104, -0.022602099925279617, 0.19695281982421875, -0.12396329641342163, -0.007851140573620796, 0.11655978858470917, 0.029605908319354057, 0.05059176683425903, 0.1473357230424881, 0.04155898466706276, -0.07261285930871964, 0.013051819987595081, 0.032070014625787735, -0.011377519927918911, -0.23264119029045105, -0.05477434769272804, -0.08597221225500107, -0.03338208049535751, 0.08393778651952744, 0.038620028644800186, 0.006853236351162195, 0.005524602718651295, -0.027733350172638893, -0.007769209798425436, 0.03373144939541817, 0.04088103398680687, 0.08379780501127243, 0.04310082271695137, 0.10533440113067627, -0.012676454149186611, -0.02989385835826397, 0.03275866061449051, -0.0383618138730526, 0.23477166891098022, 0.00906150322407484, 0.17602869868278503, 0.04197871685028076, 0.14836734533309937, 0.0014165365137159824, 0.03595052286982536, 0.01833559200167656, 0.01164090447127819, 0.037762437015771866, -0.06670023500919342, -0.039712607860565186, 0.03116796724498272, 0.1361498087644577, 0.010392249561846256, -0.10267988592386246, 0.04374369606375694, 0.020378869026899338, 0.3373943567276001, 0.07891028374433517, -0.259663850069046, -0.06405121833086014, 0.008476677350699902, -0.06208600476384163, -0.03899731487035751, 0.040499936789274216, 0.11858420073986053, -0.0681857094168663, 0.0685328021645546, -0.03791312128305435, 0.09034418314695358, -0.06391969323158264, 0.0008419355726800859, 0.05925016477704048, 0.10822056978940964, 0.013948173262178898, 0.05359530448913574, -0.2747414708137512, 0.24453887343406677, -0.008347610011696815, 0.09809591621160507, -0.05483104661107063, 0.04060841724276543, 0.04964762181043625, -0.029958229511976242, 0.07789172232151031, 0.00790721271187067, -0.10742411017417908, -0.1381194293498993, -0.1204862967133522, 0.009404104202985764, 0.11821694672107697, -0.02775179222226143, 0.09624547511339188, -0.03318025916814804, -0.04854176938533783, 0.03557552024722099, -0.05058678612112999, -0.1527966856956482, -0.10750597715377808, 0.0581197589635849, 0.06696129590272903, 0.055647626519203186, -0.08006373792886734, -0.10132435709238052, -0.06474430114030838, 0.11625078320503235, -0.11779990047216415, -0.023012934252619743, -0.1301758736371994, 0.03979560732841492, 0.1454925388097763, -0.0697811096906662, 0.028863394632935524, 0.017419731244444847, 0.1434977948665619, 0.01903071627020836, -0.020549792796373367, 0.09241372346878052, -0.0940471664071083, -0.1787617951631546, -0.052207499742507935, 0.1778830885887146, 0.03233473002910614, 0.06658899784088135, -0.019511384889483452, 0.026956986635923386, -0.006513530854135752, -0.06991478055715561, 0.09422249346971512, 0.07436857372522354, -0.008874484337866306, 0.06058390066027641, -0.026251018047332764, -0.01468631997704506, -0.09092176705598831, -0.06489423662424088, 0.12228934466838837, 0.21867378056049347, -0.06731431931257248, 0.061471693217754364, 0.05787777155637741, -0.06479598581790924, -0.1624876707792282, -0.021237924695014954, 0.11950268596410751, 0.03200213983654976, -0.054459720849990845, -0.22147274017333984, 0.014201587997376919, 0.06254122406244278, -0.0220599714666605, 0.08459824323654175, -0.3383629024028778, -0.1352434903383255, 0.10033813863992691, 0.051135435700416565, 0.0061655533500015736, -0.15822893381118774, -0.07619177550077438, -0.03433985263109207, -0.08496750146150589, 0.050484608858823776, -0.03618011623620987, 0.12210800498723984, 0.007566468790173531, 0.019825231283903122, 0.007959158159792423, -0.050432223826646805, 0.1390901803970337, 0.03448285907506943, 0.011416531167924404, -0.009478121064603329, 0.020632414147257805, 0.0022534653544425964, -0.06718305498361588, 0.0209376011043787, -0.05244160443544388, 0.02899232693016529, -0.16080419719219208, -0.022618284448981285, -0.08924323320388794, 0.007695719134062529, -0.0382593497633934, -0.007856682874262333, -0.011280865408480167, 0.03860035538673401, 0.10970444977283478, 0.022182002663612366, 0.0988643616437912, -0.05381423234939575, 0.11026758700609207, 0.11230360716581345, 0.11005135625600815, -0.030223071575164795, -0.09949617832899094, -0.02887493185698986, -0.008056472055613995, 0.03752017766237259, -0.08977296203374863, 0.03600269928574562, 0.1331009417772293, 0.04360174387693405, 0.14296549558639526, 0.0468587726354599, -0.09272105246782303, 0.0037963655777275562, 0.051386430859565735, -0.08276930451393127, -0.1637907475233078, -0.034905266016721725, 0.016393860802054405, -0.11292466521263123, -0.01248464360833168, 0.11754648387432098, -0.04264812171459198, 0.005567346699535847, 0.003608608152717352, 0.05260280892252922, -0.024489810690283775, 0.2299409955739975, 0.04350331425666809, 0.08945910632610321, -0.11147689819335938, 0.08370503783226013, 0.044596415013074875, -0.09169436991214752, 0.06058460846543312, 0.10881415754556656, -0.05772746726870537, -0.016226209700107574, -0.0005007573054172099, 0.0847320407629013, 0.05302589759230614, -0.07543019205331802, -0.11370714008808136, -0.1480378359556198, 0.10977064818143845, 0.061287231743335724, 0.01055879145860672, 0.023340854793787003, -0.03993329405784607, 0.02298206277191639, -0.10176395624876022, 0.10363314300775528, 0.09828570485115051, 0.04644428938627243, -0.12273881584405899, 0.09658417105674744, 0.013804306276142597, 0.008728472515940666, -0.00021235270833130926, -0.022904539480805397, -0.09585125744342804, 0.03336884081363678, -0.1351509839296341, -0.004546299576759338, -0.06206610053777695, -0.011914766393601894, 0.0036466338206082582, -0.05817122757434845, -0.06747233867645264, 0.036506470292806625, -0.10563798993825912, -0.04969073832035065, -0.03389083966612816, 0.06422295421361923, -0.11300694942474365, -0.00019664652063511312, 0.02055572345852852, -0.13167442381381989, 0.0911933034658432, 0.06926103681325912, -0.006158625241369009, 0.015014106407761574, -0.06834261864423752, -0.03793538734316826, 0.02290642075240612, 0.014573230408132076, 0.040382709354162216, -0.1803031861782074, -0.0006931941607035697, -0.007705048657953739, 0.010551217012107372, -0.010849286802113056, 0.023936424404382706, -0.10508967190980911, -0.0027048613410443068, -0.038878314197063446, -0.03959229588508606, -0.0419679693877697, 0.06937213242053986, 0.08962894976139069, 0.01612430438399315, 0.14455775916576385, -0.07544132322072983, 0.05367108806967735, -0.20618973672389984, 0.01198551245033741, -0.01578887552022934, -0.07187595218420029, -0.03757260739803314, -0.009365822188556194, 0.10938956588506699, -0.0551174096763134, 0.07361909747123718, -0.02861144207417965, 0.03540504351258278, 0.026361452415585518, -0.0928218737244606, 0.002071360358968377, 0.046587590128183365, 0.16836994886398315, 0.07036077976226807, -0.022232836112380028, 0.09434444457292557, -0.030632328242063522, 0.08010633289813995, 0.14590521156787872, 0.15262098610401154, 0.13796240091323853, 0.11708241701126099, 0.09961950778961182, 0.09918355196714401, -0.13177649676799774, -0.12679831683635712, 0.14177657663822174, -0.07929082214832306, 0.15029765665531158, -0.026907820254564285, 0.18618537485599518, 0.10214492678642273, -0.17780104279518127, 0.05870210379362106, -0.034882888197898865, -0.08584481477737427, -0.1211041584610939, -0.07132674753665924, -0.08098544925451279, -0.16350798308849335, 0.01754298433661461, -0.10804109275341034, 0.06447595357894897, 0.04959435015916824, 0.051373984664678574, 0.03191254660487175, 0.07495283335447311, 0.062199536710977554, -0.0024775315541774035, 0.1359046846628189, -0.010504689067602158, -0.030123421922326088, -0.04462554305791855, -0.1136356070637703, 0.05512980371713638, -0.026181109249591827, 0.08029676228761673, -0.027970410883426666, -0.10629328340291977, 0.07240710407495499, 0.009739604778587818, -0.09312055259943008, 0.03322211652994156, -0.026858357712626457, 0.0476473905146122, 0.10128296166658401, 0.054154206067323685, -0.01858867146074772, 0.0023632762022316456, 0.19146089255809784, -0.08421698957681656, -0.06572600454092026, -0.12763191759586334, 0.15729980170726776, 0.015187609009444714, 0.0032790573313832283, 0.033193111419677734, -0.07616470754146576, -0.03840155899524689, 0.18647046387195587, 0.1392737776041031, -0.030869759619235992, -0.027176670730113983, 0.031178105622529984, -0.009934316389262676, -0.034957099705934525, 0.08899298310279846, 0.127266988158226, 0.073333740234375, -0.026473410427570343, -0.018871545791625977, -0.037276413291692734, -0.08155976980924606, -0.043503131717443466, 0.08251463621854782, 0.013835740275681019, -0.023817745968699455, -0.014674822799861431, 0.09965778142213821, -0.08448142558336258, -0.12608356773853302, 0.002590031595900655, -0.15717919170856476, -0.18673254549503326, -0.028021667152643204, 0.04862337186932564, 0.06664914637804031, 0.04219922423362732, 0.004488390404731035, -0.027436910197138786, 0.1332755833864212, 0.00519736809656024, -0.04437028989195824, -0.10243457555770874, 0.06561838090419769, -0.12957093119621277, 0.16644923388957977, -0.039902955293655396, 0.030763845890760422, 0.11508937925100327, 0.07812632620334625, -0.09416452795267105, 0.03407988324761391, 0.08644101768732071, -0.13005530834197998, 0.04034378379583359, 0.19964799284934998, -0.04609684646129608, 0.12288656830787659, 0.04037214443087578, -0.07818692922592163, 0.005987539421766996, -0.04658856615424156, -0.03221385180950165, -0.05947437509894371, 0.0015063489554449916, -0.04974384605884552, 0.1321364939212799, 0.18213236331939697, -0.07369884103536606, -0.017243964597582817, -0.03905683755874634, 0.00510285934433341, 0.006226121913641691, 0.11423134803771973, -0.03910921514034271, -0.28105074167251587, 0.012725826352834702, -0.015723228454589844, 0.0345258004963398, -0.20175445079803467, -0.07331651449203491, 0.011500109918415546, -0.05580301210284233, -0.06388720870018005, 0.11803232878446579, 0.06214044988155365, 0.04217362403869629, -0.06163340061903, -0.10040383785963058, -0.018457427620887756, 0.1884152889251709, -0.17025934159755707, -0.05185994505882263 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # cola This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the GLUE COLA dataset. It achieves the following results on the evaluation set: - Loss: 0.7552 - Matthews Correlation: 0.5495 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 1e-05 - train_batch_size: 16 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.0 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
{"language": ["en"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["glue"], "metrics": ["matthews_correlation"], "model_index": [{"name": "cola", "results": [{"task": {"name": "Text Classification", "type": "text-classification"}, "dataset": {"name": "GLUE COLA", "type": "glue", "args": "cola"}, "metric": {"name": "Matthews Correlation", "type": "matthews_correlation", "value": 0.5494768667363472}}]}]}
text-classification
Alireza1044/albert-base-v2-cola
[ "transformers", "pytorch", "tensorboard", "albert", "text-classification", "generated_from_trainer", "en", "dataset:glue", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# cola This model is a fine-tuned version of albert-base-v2 on the GLUE COLA dataset. It achieves the following results on the evaluation set: - Loss: 0.7552 - Matthews Correlation: 0.5495 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 1e-05 - train_batch_size: 16 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.0 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
[ "# cola\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE COLA dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.7552\n- Matthews Correlation: 0.5495", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 1e-05\n- train_batch_size: 16\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# cola\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE COLA dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.7552\n- Matthews Correlation: 0.5495", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 1e-05\n- train_batch_size: 16\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ 64, 54, 6, 12, 8, 3, 90, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n# cola\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE COLA dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.7552\n- Matthews Correlation: 0.5495## Model description\n\nMore information needed## Intended uses & limitations\n\nMore information needed## Training and evaluation data\n\nMore information needed## Training procedure### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 1e-05\n- train_batch_size: 16\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0### Training results### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ -0.09513246268033981, 0.19777244329452515, -0.0024429953191429377, 0.11103436350822449, 0.12592263519763947, 0.02398180216550827, 0.08647486567497253, 0.15393927693367004, -0.07258731871843338, 0.08527370542287827, 0.07683658599853516, 0.025949105620384216, 0.0733930692076683, 0.14372147619724274, -0.029335327446460724, -0.21667702496051788, -0.0065816049464046955, 0.007751758210361004, -0.021496808156371117, 0.09126552194356918, 0.10207720845937729, -0.08594959229230881, 0.07745040208101273, -0.012196707539260387, -0.13537369668483734, 0.012235772795975208, -0.0348130464553833, -0.06039060279726982, 0.0710332989692688, 0.02596486359834671, 0.08761174231767654, 0.013864848762750626, 0.13103553652763367, -0.23065954446792603, -0.00963643379509449, 0.05751295015215874, 0.03824073448777199, 0.08483957499265671, 0.05280943959951401, -0.006582782603800297, 0.06560375541448593, -0.16831114888191223, 0.11935712397098541, 0.023854976519942284, -0.09640424698591232, -0.10690445452928543, -0.11164718866348267, 0.08360163122415543, 0.10670915246009827, 0.07514777779579163, 0.01004831213504076, 0.13209682703018188, -0.06784208118915558, 0.061453692615032196, 0.2483607977628708, -0.27786123752593994, -0.04468431696295738, 0.0705181285738945, 0.05042693391442299, 0.035125717520713806, -0.10811706632375717, 0.006781412288546562, 0.053996145725250244, 0.0175497904419899, 0.09487684816122055, -0.0025372204836457968, -0.07956364750862122, 0.006967669352889061, -0.11597698926925659, -0.053921133279800415, 0.1884852945804596, 0.04236830398440361, -0.04655846953392029, -0.11013337969779968, -0.029347993433475494, -0.12344839423894882, -0.0060982294380664825, -0.02908474951982498, 0.042962368577718735, -0.048004768788814545, -0.03496820107102394, -0.03637009486556053, -0.06837879866361618, -0.054124340415000916, 0.01390143670141697, 0.0771244689822197, 0.036337997764348984, 0.0033655273728072643, 0.004097300581634045, 0.13473951816558838, -0.001336270826868713, -0.13543830811977386, -0.038773976266384125, 0.007715956773608923, -0.08358089625835419, -0.06541751325130463, -0.02999046817421913, -0.012025980278849602, -0.035496972501277924, 0.1477741301059723, -0.0049798861145973206, 0.05533352866768837, 0.015231413766741753, 0.008784757927060127, -0.026018286123871803, 0.18207556009292603, -0.01721341907978058, -0.0579058900475502, -0.007513594347983599, 0.1007249504327774, 0.004742879420518875, -0.030422156676650047, -0.0991838350892067, -0.026870908215641975, 0.07674717903137207, 0.06959617137908936, -0.03454501926898956, 0.012093535624444485, -0.07455085217952728, -0.0261393953114748, -0.001250804285518825, -0.14123223721981049, 0.06994481384754181, -0.03223701938986778, -0.09702929854393005, -0.02971772663295269, 0.06150805577635765, -0.0005389777361415327, -0.04096100851893425, 0.09088075906038284, -0.07028861343860626, -0.0012275953777134418, -0.06946589052677155, -0.03833898901939392, 0.03679075464606285, -0.0913175567984581, -0.01026376523077488, -0.05725770816206932, -0.193437397480011, -0.04361976683139801, 0.04277364909648895, -0.07165265083312988, -0.049515169113874435, -0.046746257692575455, -0.050243835896253586, 0.017987865954637527, -0.010687514208257198, 0.06802516430616379, -0.03736918792128563, 0.06810631603002548, 0.0028110325802117586, 0.04085736721754074, 0.04987527057528496, 0.050648145377635956, -0.06863705813884735, 0.02821144461631775, -0.12254729866981506, 0.06857728213071823, -0.09602008759975433, 0.025222601369023323, -0.11421675980091095, -0.08394885808229446, 0.024967165663838387, -0.035463664680719376, 0.05690877512097359, 0.1385665088891983, -0.18697082996368408, -0.02296186052262783, 0.1536422073841095, -0.052531346678733826, -0.061131760478019714, 0.10207150876522064, -0.05334678292274475, 0.0035107142757624388, 0.074252188205719, 0.13132773339748383, 0.08909453451633453, -0.14108486473560333, -0.04529770836234093, 0.009140522219240665, 0.08718279004096985, 0.032399438321590424, 0.0735759362578392, -0.01899109035730362, 0.05251118540763855, 0.01757713034749031, -0.06555691361427307, -0.022946041077375412, -0.07114002108573914, -0.09049953520298004, -0.049773916602134705, -0.07455655187368393, 0.06443235278129578, 0.03549598157405853, 0.023073649033904076, -0.06156165897846222, -0.13881690800189972, 0.07029218226671219, 0.11742430925369263, -0.04334895685315132, 0.01559540070593357, -0.0786018893122673, 0.07343105971813202, -0.03417554870247841, -0.034830242395401, -0.16587933897972107, -0.09929293394088745, 0.05429990589618683, -0.06948088109493256, 0.0457538440823555, 0.016402896493673325, 0.05146364867687225, 0.0697389617562294, -0.05475864186882973, -0.005730271805077791, -0.1103314459323883, -0.0018444580491632223, -0.10922779142856598, -0.16902732849121094, -0.05148613080382347, -0.024890698492527008, 0.1711287945508957, -0.23228979110717773, 0.02116256207227707, 0.044596586376428604, 0.15971849858760834, 0.031257227063179016, -0.07205440104007721, 0.003899716306477785, 0.02430299110710621, -0.01763923093676567, -0.10836808383464813, 0.0166243314743042, -0.007344373967498541, -0.07721921056509018, -0.06598250567913055, -0.12806029617786407, 0.04894276335835457, 0.08434581011533737, 0.09428185224533081, -0.10241619497537613, -0.008805478923022747, -0.05082525312900543, -0.035437822341918945, -0.0988604724407196, -0.01625625044107437, 0.22596858441829681, 0.016516683623194695, 0.13176758587360382, -0.06113206595182419, -0.08829255402088165, 0.0011562341824173927, 0.003217387478798628, -0.020046373829245567, 0.06867653131484985, 0.06244136765599251, -0.07611341029405594, 0.09686990082263947, 0.0984070897102356, -0.015659093856811523, 0.11387313902378082, -0.04520013928413391, -0.10110864788293839, -0.03682350739836693, -0.000512701109983027, 0.005091858562082052, 0.14550663530826569, -0.05037165433168411, -0.014709267765283585, 0.028374720364809036, 0.008594575338065624, 0.015416271053254604, -0.16862016916275024, -0.007202953565865755, 0.05241173133254051, -0.03927220031619072, 0.008129480294883251, -0.051462993025779724, 0.016037797555327415, 0.09048222750425339, 0.04474852606654167, -0.023389704525470734, 0.012929797172546387, -0.009804001078009605, -0.07293786108493805, 0.16046135127544403, -0.09207776188850403, -0.16707159578800201, -0.14362896978855133, 0.042671747505664825, -0.03838418424129486, -0.012884150259196758, 0.013632756657898426, -0.06788621097803116, -0.06276114284992218, -0.1014375314116478, -0.008520646020770073, -0.039272766560316086, -0.011515028774738312, 0.08498562127351761, 0.007172348443418741, 0.06168799847364426, -0.1323726326227188, 0.004757401999086142, -0.0017225461779162288, -0.07245433330535889, -0.03279947116971016, 0.020168468356132507, 0.1175355315208435, 0.120651975274086, -0.03616773709654808, 0.027692139148712158, -0.0478716716170311, 0.17519669234752655, -0.08998052775859833, -0.005185707006603479, 0.06563466042280197, -0.019736923277378082, 0.055685900151729584, 0.08981230109930038, 0.02889266051352024, -0.10063517838716507, 0.010071144439280033, 0.042975205928087234, -0.02241254225373268, -0.24515821039676666, -0.0521535649895668, -0.018056359142065048, -0.023495890200138092, 0.122380331158638, 0.049395136535167694, 0.024772318080067635, 0.023465292528271675, -0.014093914069235325, 0.0798313245177269, -0.009816296398639679, 0.0911049172282219, 0.050352808088064194, 0.02574947103857994, 0.08218298852443695, -0.04023988917469978, -0.02438434027135372, 0.07474800944328308, 0.014669730328023434, 0.26683157682418823, -0.004477588925510645, 0.11699968576431274, 0.005222110077738762, 0.11886058747768402, -0.023922845721244812, 0.04045805707573891, 0.031231025233864784, 0.016152912750840187, -0.0017334235599264503, -0.062003880739212036, -0.032318998128175735, 0.04515208676457405, 0.00816714484244585, 0.037254322320222855, -0.10613224655389786, -0.010764136910438538, 0.01986573450267315, 0.2327672392129898, 0.05362166091799736, -0.2976002097129822, -0.06610435247421265, 0.03170090168714523, -0.04325103759765625, -0.06134866178035736, 0.0032925799023360014, 0.08437952399253845, -0.13973309099674225, 0.07266359031200409, -0.03929436206817627, 0.09649661928415298, -0.08665963262319565, -0.011500591412186623, 0.0333995446562767, 0.040495019406080246, 0.001252623158507049, 0.09261450916528702, -0.1974356472492218, 0.21312838792800903, 0.0317542664706707, 0.09606730937957764, -0.07649021595716476, 0.04854895547032356, 0.019115030765533447, 0.07299800962209702, 0.13440142571926117, -0.0037294996436685324, -0.013538048602640629, -0.19176243245601654, -0.11576351523399353, 0.009856325574219227, 0.10428965836763382, -0.08472344279289246, 0.09049210697412491, -0.03822094947099686, -0.0061545525677502155, 0.03423220291733742, -0.06845562160015106, -0.14023055136203766, -0.15270476043224335, 0.04827500134706497, -0.01464778557419777, -0.029932625591754913, -0.07284682989120483, -0.11811570823192596, -0.05644695460796356, 0.17378048598766327, -0.03516671061515808, -0.029084911569952965, -0.13884611427783966, 0.0732840895652771, 0.1179947480559349, -0.056589722633361816, 0.013339366763830185, 0.03641912713646889, 0.14164242148399353, 0.02227558195590973, -0.06776309758424759, 0.04449783265590668, -0.04649599641561508, -0.17228136956691742, -0.0655224472284317, 0.1459154486656189, 0.055871814489364624, 0.06672786921262741, 0.017124338075518608, 0.03998096287250519, 0.016948960721492767, -0.08819270133972168, 0.014900674112141132, 0.10479140281677246, 0.0908351019024849, 0.06685704737901688, -0.06990274041891098, 0.025360239669680595, -0.049061909317970276, -0.009160266257822514, 0.1312270611524582, 0.19698134064674377, -0.1022106483578682, 0.09901457279920578, 0.014642748981714249, -0.10555794090032578, -0.17744463682174683, 0.060482654720544815, 0.07567822933197021, 0.03246469795703888, 0.06218021735548973, -0.16042384505271912, 0.08220478147268295, 0.09646028280258179, -0.0336112342774868, 0.04418264329433441, -0.2948353588581085, -0.11961957812309265, 0.07163184881210327, 0.08167072385549545, 0.004689017776399851, -0.14134231209754944, -0.04903984069824219, -0.02592533640563488, -0.1797725409269333, 0.09566948562860489, -0.06930354982614517, 0.10231740027666092, -0.010683802887797356, 0.0519246868789196, 0.029274746775627136, -0.03125115856528282, 0.16410349309444427, 0.06568359583616257, 0.054768189787864685, -0.06441852450370789, 0.0008140362333506346, 0.09587883949279785, -0.09009592980146408, 0.0809442326426506, -0.04031900689005852, 0.048142798244953156, -0.20687736570835114, -0.025379275903105736, -0.015456478111445904, 0.072294682264328, -0.0653834342956543, -0.04199568182229996, -0.06220283359289169, 0.04859952628612518, 0.071212537586689, -0.023991193622350693, 0.05137242376804352, 0.033801641315221786, 0.09224746376276016, 0.09112582355737686, 0.09164022654294968, 0.00006128099630586803, -0.120750293135643, 0.01748502627015114, -0.016978153958916664, 0.04217611253261566, -0.1512226164340973, 0.03306371346116066, 0.14434604346752167, 0.04193753004074097, 0.13569730520248413, 0.025643518194556236, -0.06401257961988449, -0.009166290983557701, 0.036159154027700424, -0.11617949604988098, -0.11422136425971985, -0.02114959992468357, -0.03192649036645889, -0.1321912705898285, 0.0005818726494908333, 0.09043020009994507, -0.06418132781982422, -0.020079465582966805, -0.003336090361699462, 0.02178157866001129, -0.007841523736715317, 0.175066277384758, 0.027294345200061798, 0.061826542019844055, -0.07293964177370071, 0.12376677989959717, 0.1016506627202034, -0.06977162510156631, 0.05119466781616211, 0.05618852749466896, -0.08120737224817276, -0.021748865023255348, 0.06304996460676193, 0.18590785562992096, -0.013293374329805374, -0.02710615284740925, -0.10251140594482422, -0.070582315325737, 0.05208885669708252, 0.10509347915649414, 0.058782901614904404, 0.013584190048277378, -0.027765745297074318, 0.016812069341540337, -0.13731426000595093, 0.0889696404337883, 0.07685920596122742, 0.0685122087597847, -0.13028153777122498, 0.08876772224903107, 0.012850955128669739, 0.044369906187057495, -0.0201119277626276, 0.02249137870967388, -0.07183445245027542, -0.021542852744460106, -0.06939610093832016, 0.00545988604426384, -0.010156153701245785, 0.008909734897315502, -0.028547126799821854, -0.05187630653381348, -0.012517834082245827, 0.043061353266239166, -0.061444442719221115, -0.06124499812722206, 0.0015427629696205258, 0.07191494852304459, -0.12227220833301544, -0.017285581678152084, 0.039000432938337326, -0.09534120559692383, 0.085110142827034, 0.01952538453042507, 0.03574750944972038, 0.01963149569928646, -0.059386346489191055, 0.003078868379816413, 0.009445596486330032, 0.03561018034815788, 0.05268274247646332, -0.11291630566120148, 0.00320242578163743, -0.042642418295145035, 0.04931749403476715, 0.029076725244522095, 0.05758354812860489, -0.1217961311340332, -0.044138647615909576, -0.05922456085681915, -0.055403854697942734, -0.04650760814547539, 0.06135453283786774, 0.1244039535522461, 0.024785464629530907, 0.13490387797355652, -0.05968233570456505, 0.06029540300369263, -0.18862059712409973, -0.024218041449785233, 0.0030698622576892376, -0.030077822506427765, -0.07038598507642746, -0.045106083154678345, 0.077326700091362, -0.04852033406496048, 0.13625159859657288, 0.013294595293700695, 0.09806321561336517, 0.04441443085670471, -0.022566575556993484, -0.007818990387022495, 0.004372136667370796, 0.12034302949905396, 0.0620444230735302, -0.02380446344614029, 0.07777424156665802, -0.02770823985338211, 0.06752042472362518, -0.028138073161244392, 0.15821906924247742, 0.12952439486980438, -0.016116390004754066, 0.06260939687490463, 0.06352946907281876, -0.11715288460254669, -0.18499755859375, 0.07814573496580124, -0.023955609649419785, 0.10670144855976105, -0.04933488741517067, 0.1444566547870636, 0.06813123822212219, -0.18531984090805054, 0.056173983961343765, -0.052339307963848114, -0.10719025135040283, -0.11121886223554611, -0.03315800055861473, -0.08093541115522385, -0.09757137298583984, 0.02325688675045967, -0.10705267637968063, 0.03428032994270325, 0.10623078048229218, -0.008678041398525238, 0.003054011845961213, 0.14644457399845123, -0.07260115444660187, 0.023257974535226822, 0.08206693828105927, 0.019612103700637817, -0.0007865484221838415, -0.10006282478570938, -0.039295557886362076, 0.012494927272200584, 0.021220874041318893, 0.08313308656215668, -0.03676464408636093, 0.028504161164164543, 0.016530027613043785, 0.0007016838062554598, -0.07520519196987152, 0.020951932296156883, 0.009579293429851532, 0.0407404899597168, 0.0474756620824337, 0.04137151688337326, 0.016584711149334908, -0.040538474917411804, 0.24706116318702698, -0.0778086706995964, -0.04167177528142929, -0.12016816437244415, 0.14246588945388794, 0.05897838994860649, -0.012947224080562592, 0.06264938414096832, -0.12442254275083542, 0.0006756941438652575, 0.14093117415905, 0.10877787321805954, -0.019079357385635376, -0.010461153462529182, -0.010641321539878845, -0.003735652659088373, -0.019664492458105087, 0.07905132323503494, 0.08956871181726456, 0.041109681129455566, -0.06270934641361237, -0.03303585201501846, 0.018736934289336205, -0.04369503632187843, -0.07370994240045547, 0.08252421021461487, 0.002035383600741625, 0.012126288376748562, -0.038761839270591736, 0.07467155903577805, 0.02095537818968296, -0.1913047432899475, 0.0628456324338913, -0.23191624879837036, -0.18115410208702087, -0.0042824652045965195, 0.08525768667459488, -0.03792103752493858, 0.05088450014591217, 0.005266275256872177, -0.015006044879555702, 0.14299465715885162, -0.0007321750745177269, -0.09675372391939163, -0.0761258527636528, 0.06561663001775742, -0.09880268573760986, 0.2500901222229004, 0.004182266537100077, 0.06994159519672394, 0.09530849754810333, 0.02300628088414669, -0.133677676320076, 0.012919777072966099, 0.07810166478157043, -0.027035875245928764, 0.026729436591267586, 0.173502579331398, -0.05369718372821808, 0.09775540977716446, 0.04724649339914322, -0.10797432065010071, -0.012660710141062737, -0.04128890484571457, -0.01211214903742075, -0.0896214172244072, -0.0045696343295276165, -0.06343699246644974, 0.16868044435977936, 0.1808655560016632, -0.03454403951764107, -0.003425986971706152, -0.05762561038136482, 0.02157626859843731, 0.046058278530836105, 0.08339697122573853, -0.0077759805135428905, -0.1657632738351822, 0.010909800417721272, -0.019839661195874214, 0.046407297253608704, -0.23739072680473328, -0.09943976253271103, 0.05094444006681442, -0.0552404560148716, -0.07007508724927902, 0.12282274663448334, 0.0843711644411087, 0.021098501980304718, -0.04505576938390732, -0.15780197083950043, -0.037875138223171234, 0.13532066345214844, -0.1672152876853943, -0.042486630380153656 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # mnli This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the GLUE MNLI dataset. It achieves the following results on the evaluation set: - Loss: 0.5383 - Accuracy: 0.8501 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 3e-05 - train_batch_size: 64 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.1 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
{"language": ["en"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["glue"], "metrics": ["accuracy"], "model_index": [{"name": "mnli", "results": [{"task": {"name": "Text Classification", "type": "text-classification"}, "dataset": {"name": "GLUE MNLI", "type": "glue", "args": "mnli"}, "metric": {"name": "Accuracy", "type": "accuracy", "value": 0.8500813669650122}}]}]}
text-classification
Alireza1044/albert-base-v2-mnli
[ "transformers", "pytorch", "albert", "text-classification", "generated_from_trainer", "en", "dataset:glue", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# mnli This model is a fine-tuned version of albert-base-v2 on the GLUE MNLI dataset. It achieves the following results on the evaluation set: - Loss: 0.5383 - Accuracy: 0.8501 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 3e-05 - train_batch_size: 64 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.1 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
[ "# mnli\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE MNLI dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.5383\n- Accuracy: 0.8501", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 3e-05\n- train_batch_size: 64\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.1\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# mnli\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE MNLI dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.5383\n- Accuracy: 0.8501", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 3e-05\n- train_batch_size: 64\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.1\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ 60, 57, 6, 12, 8, 3, 90, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n# mnli\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE MNLI dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.5383\n- Accuracy: 0.8501## Model description\n\nMore information needed## Intended uses & limitations\n\nMore information needed## Training and evaluation data\n\nMore information needed## Training procedure### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 3e-05\n- train_batch_size: 64\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0### Training results### Framework versions\n\n- Transformers 4.9.1\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ -0.0916154608130455, 0.179710254073143, -0.002514180261641741, 0.11677908152341843, 0.1334308385848999, 0.0239237230271101, 0.07813864201307297, 0.16349239647388458, -0.06933952867984772, 0.06404046714305878, 0.07196847349405289, 0.04275976121425629, 0.06653963774442673, 0.1418124884366989, -0.03160182386636734, -0.23588766157627106, -0.0050777168944478035, 0.0009417244582436979, -0.011271363124251366, 0.08371622115373611, 0.10574010759592056, -0.08100486546754837, 0.0761062353849411, -0.015813909471035004, -0.1307976096868515, 0.03210895135998726, -0.03147964924573898, -0.048708729445934296, 0.07771345227956772, 0.008375597186386585, 0.06318189948797226, -0.004796991124749184, 0.12682917714118958, -0.24363858997821808, -0.012045352719724178, 0.05967969819903374, 0.04093034565448761, 0.07626849412918091, 0.06022574007511139, -0.0015319945523515344, 0.07205605506896973, -0.1857972890138626, 0.09614972770214081, 0.02940334938466549, -0.085712730884552, -0.14581923186779022, -0.10479634255170822, 0.071230448782444, 0.09730767458677292, 0.0857471451163292, 0.00860749464482069, 0.1444547176361084, -0.05427081882953644, 0.070870541036129, 0.2425622195005417, -0.2782476842403412, -0.0384579598903656, 0.07199058681726456, 0.0352940671145916, 0.046625766903162, -0.10352616012096405, 0.017504287883639336, 0.05396139621734619, 0.024854931980371475, 0.11480247974395752, -0.009135764092206955, -0.08977372199296951, 0.008934620767831802, -0.11774475872516632, -0.04459693282842636, 0.19662262499332428, 0.04655950143933296, -0.04315074905753136, -0.11805598437786102, -0.03342902287840843, -0.11176390945911407, -0.004303523804992437, -0.03618786111474037, 0.05282815918326378, -0.05260858312249184, -0.023248787969350815, -0.05005708336830139, -0.062090396881103516, -0.056578949093818665, 0.010507071390748024, 0.06454027444124222, 0.045674994587898254, 0.014744879677891731, 0.0008039700915105641, 0.12130723893642426, -0.04388792812824249, -0.1341075301170349, -0.03960719704627991, 0.008145424537360668, -0.08516167104244232, -0.05849989503622055, -0.0362505242228508, -0.007115059066563845, -0.03234289959073067, 0.14756150543689728, -0.04504038393497467, 0.05907799303531647, 0.023499200120568275, 0.006767583079636097, -0.017802804708480835, 0.18421928584575653, -0.03914788365364075, -0.04864886775612831, -0.0052212998270988464, 0.07577385753393173, 0.012858674861490726, -0.01914186216890812, -0.0842602327466011, -0.03929256647825241, 0.08892397582530975, 0.0731481984257698, -0.06280238181352615, 0.016818257048726082, -0.059677403420209885, -0.02805285155773163, -0.016140010207891464, -0.15070335566997528, 0.06199747323989868, -0.035661786794662476, -0.11590806394815445, -0.030075155198574066, 0.04757926985621452, -0.003343283198773861, -0.049816764891147614, 0.07292407006025314, -0.060693174600601196, 0.004737259820103645, -0.0785348191857338, -0.04666756093502045, 0.031326405704021454, -0.10475148260593414, -0.0010499749332666397, -0.05861383676528931, -0.23247048258781433, -0.02772868052124977, 0.046822547912597656, -0.0771099179983139, -0.034478601068258286, -0.04583729803562164, -0.04898561164736748, 0.0014919036766514182, -0.01531173661351204, 0.08835219591856003, -0.046789396554231644, 0.04942847788333893, 0.01687268167734146, 0.040287572890520096, 0.04265043884515762, 0.04527292773127556, -0.067354716360569, 0.030948132276535034, -0.09555403888225555, 0.07593955844640732, -0.08697299659252167, 0.005827375687658787, -0.1094818040728569, -0.09219715744256973, 0.037735626101493835, -0.03499877080321312, 0.05871044471859932, 0.1339503824710846, -0.1688750982284546, -0.020546501502394676, 0.143401637673378, -0.049544259905815125, -0.07061100006103516, 0.10512075573205948, -0.052433546632528305, 0.010521152056753635, 0.07340575754642487, 0.157396599650383, 0.08676198124885559, -0.1435553878545761, -0.042045485228300095, 0.022395767271518707, 0.06412381678819656, 0.023302871733903885, 0.07949315756559372, 0.014759109355509281, 0.03644375875592232, 0.030302878469228745, -0.05572248995304108, -0.02424394153058529, -0.07748328894376755, -0.09718779474496841, -0.05636086314916611, -0.08009941130876541, 0.039841506630182266, 0.03369354456663132, 0.03741438686847687, -0.07055766880512238, -0.1205311194062233, 0.07254303991794586, 0.12045033276081085, -0.045156918466091156, 0.015469232574105263, -0.07013588398694992, 0.04885180667042732, -0.03660018742084503, -0.024940863251686096, -0.17493781447410583, -0.09516092389822006, 0.06008182093501091, -0.08888623118400574, 0.03555488958954811, 0.012913876213133335, 0.05908000096678734, 0.07141339778900146, -0.06571687012910843, -0.01376950554549694, -0.10429500788450241, -0.009709538891911507, -0.09907224029302597, -0.15949895977973938, -0.05336163565516472, -0.0293057169765234, 0.15328259766101837, -0.21489615738391876, 0.025178981944918633, -0.0010643398854881525, 0.143396258354187, 0.026780668646097183, -0.057295266538858414, 0.004889562726020813, 0.02618015743792057, -0.007687937468290329, -0.10245802998542786, 0.02956233359873295, -0.0054708002135157585, -0.07529883831739426, -0.056431278586387634, -0.12594863772392273, 0.050454962998628616, 0.06966913491487503, 0.0781187191605568, -0.08776825666427612, -0.003800815436989069, -0.05640355497598648, -0.044576432555913925, -0.10855299979448318, -0.01297292485833168, 0.22296142578125, 0.012742554768919945, 0.13823099434375763, -0.06099249795079231, -0.09564616531133652, -0.0027820058166980743, -0.002936091274023056, -0.0255664624273777, 0.08126380294561386, 0.0303835216909647, -0.05961597338318825, 0.09706711769104004, 0.08784409612417221, -0.045109234750270844, 0.12967480719089508, -0.041328009217977524, -0.09883196651935577, -0.04070354998111725, -0.009229520335793495, -0.00796164758503437, 0.1389445811510086, -0.06071118637919426, -0.008127592504024506, 0.0319998674094677, 0.02886570245027542, 0.03184273838996887, -0.16743366420269012, -0.008974441327154636, 0.048004139214754105, -0.049413494765758514, -0.0031599365174770355, -0.033091992139816284, 0.015292101539671421, 0.09152770787477493, 0.031157489866018295, -0.015481659211218357, 0.016230368986725807, -0.018370062112808228, -0.07687586545944214, 0.1681322306394577, -0.09772242605686188, -0.16485078632831573, -0.14825119078159332, 0.03658326715230942, -0.06995044648647308, -0.018007688224315643, 0.021279601380228996, -0.07836006581783295, -0.05787896364927292, -0.1109127327799797, -0.011285611428320408, -0.037322480231523514, -0.021827803924679756, 0.07971987128257751, 0.00828898698091507, 0.08013646304607391, -0.13598044216632843, -0.00575215881690383, -0.004213424865156412, -0.07880246639251709, -0.02010139264166355, 0.02571139857172966, 0.11827177554368973, 0.10624851286411285, -0.04164017736911774, 0.04177772253751755, -0.03652225807309151, 0.18156827986240387, -0.06690064817667007, -0.024259153753519058, 0.09802214056253433, 0.008800365030765533, 0.049407389014959335, 0.09408871084451675, 0.028955673798918724, -0.09741915017366409, 0.009142412804067135, 0.06407859921455383, -0.021750595420598984, -0.25984758138656616, -0.04943421483039856, -0.017258137464523315, -0.02434445172548294, 0.10302555561065674, 0.052137356251478195, 0.019788267090916634, 0.02620747499167919, -0.0033340284135192633, 0.06430026143789291, -0.01079736091196537, 0.09354805946350098, 0.05631908401846886, 0.025237049907445908, 0.07710110396146774, -0.03746843338012695, -0.022239262238144875, 0.0737953707575798, 0.039404839277267456, 0.2762344777584076, -0.018034853041172028, 0.10881904512643814, 0.010225534439086914, 0.10730426013469696, -0.04302504286170006, 0.04248430207371712, 0.021676713600754738, 0.015338165685534477, -0.0014485653955489397, -0.06357554346323013, -0.015968648716807365, 0.043053142726421356, -0.025930674746632576, 0.05414661765098572, -0.11596952378749847, 0.008307298645377159, 0.04262397065758705, 0.2439069151878357, 0.04699501395225525, -0.2945839762687683, -0.06578746438026428, 0.031746119260787964, -0.03169969469308853, -0.060919713228940964, 0.009813548065721989, 0.09354262053966522, -0.13587409257888794, 0.06913769990205765, -0.04922552406787872, 0.10385511815547943, -0.07231108099222183, -0.0028848876245319843, 0.04544787481427193, 0.08179693669080734, 0.013484980911016464, 0.10683023929595947, -0.20435845851898193, 0.22292934358119965, 0.0330609567463398, 0.1130344420671463, -0.07095164805650711, 0.0427100844681263, 0.02474168688058853, 0.07837367802858353, 0.1487957239151001, 0.00033599138259887695, -0.05547402426600456, -0.20947565138339996, -0.1017165333032608, 0.019491584971547127, 0.10430019348859787, -0.055586572736501694, 0.081269271671772, -0.033347513526678085, -0.0029791309498250484, 0.036009933799505234, -0.06209021434187889, -0.16908229887485504, -0.13272328674793243, 0.03622087836265564, 0.01607113517820835, -0.04086439311504364, -0.06348660588264465, -0.1087123304605484, -0.06261003017425537, 0.17480511963367462, -0.0025192725006490946, -0.04066143557429314, -0.14220818877220154, 0.080348439514637, 0.1076897382736206, -0.06535965949296951, -0.0036347396671772003, 0.03661784157156944, 0.1509954184293747, 0.027427300810813904, -0.07875323295593262, 0.041169423609972, -0.05068882554769516, -0.1506040245294571, -0.0532231330871582, 0.12883281707763672, 0.062599778175354, 0.06453757733106613, 0.01318372879177332, 0.030364444479346275, 0.018136566504836082, -0.09380684792995453, 0.029108401387929916, 0.10323083400726318, 0.10510607063770294, 0.08299798518419266, -0.10065139085054398, 0.03230716660618782, -0.05582587048411369, -0.014216077513992786, 0.13944193720817566, 0.2123664766550064, -0.10261686891317368, 0.08391940593719482, 0.03423777222633362, -0.11406851559877396, -0.17980486154556274, 0.06619960814714432, 0.07991328090429306, 0.02893536165356636, 0.0607660710811615, -0.17390590906143188, 0.09194360673427582, 0.1220286637544632, -0.02859335206449032, 0.03348023444414139, -0.3169632852077484, -0.12025652080774307, 0.06109202280640602, 0.0967353880405426, 0.010414943099021912, -0.13401350378990173, -0.03278501704335213, -0.034607794135808945, -0.1725025773048401, 0.07544751465320587, -0.09215530753135681, 0.108222596347332, -0.024779867380857468, 0.06856667995452881, 0.024478042498230934, -0.034870319068431854, 0.16883225739002228, 0.07693702727556229, 0.08478483557701111, -0.047826725989580154, 0.02988051436841488, 0.09086447209119797, -0.09864161163568497, 0.11150704324245453, -0.05365642160177231, 0.0613877959549427, -0.1888868510723114, -0.026916582137346268, -0.02523110993206501, 0.07872846722602844, -0.054575737565755844, -0.05646895989775658, -0.046426840126514435, 0.056938350200653076, 0.08273179084062576, -0.032081007957458496, 0.0658644437789917, 0.03176819905638695, 0.08242243528366089, 0.09585139155387878, 0.07947226613759995, -0.017414860427379608, -0.11277616024017334, 0.01140754297375679, -0.01229899562895298, 0.04688825458288193, -0.13653674721717834, 0.038653381168842316, 0.1487324833869934, 0.03388907015323639, 0.14865072071552277, 0.02876744233071804, -0.05239702761173248, -0.004352343734353781, 0.023197393864393234, -0.11672721803188324, -0.11719706654548645, -0.026080938056111336, -0.02640357054769993, -0.10794252902269363, 0.017643669620156288, 0.08496943861246109, -0.07220613956451416, -0.011575906537473202, -0.013104346580803394, 0.023662982508540154, -0.018218984827399254, 0.1823887676000595, 0.02108122408390045, 0.06108162924647331, -0.07402133196592331, 0.14797723293304443, 0.07759738713502884, -0.07959868758916855, 0.059729624539613724, 0.06339170038700104, -0.07821163535118103, -0.025710515677928925, 0.06990871578454971, 0.20682741701602936, -0.02424834854900837, -0.047857705503702164, -0.10469403117895126, -0.06816071271896362, 0.05429953336715698, 0.08895071595907211, 0.0648977980017662, -0.003660272341221571, -0.03667527064681053, 0.009649252519011497, -0.1461946964263916, 0.10210902243852615, 0.08465474098920822, 0.06452930718660355, -0.14246384799480438, 0.07072373479604721, 0.014041666872799397, 0.05928514525294304, -0.02603803388774395, 0.013289098627865314, -0.0710955336689949, -0.012214652262628078, -0.10009763389825821, 0.0032048639841377735, -0.014146342873573303, 0.010115659795701504, -0.031224410980939865, -0.043993208557367325, -0.029692592099308968, 0.05957959219813347, -0.06074109673500061, -0.06875723600387573, 0.0017505331197753549, 0.06700797379016876, -0.1239834651350975, -0.04032941535115242, 0.02471744455397129, -0.0889819860458374, 0.07990294694900513, 0.03538258373737335, 0.02255750633776188, 0.029204031452536583, -0.07908735424280167, -0.0043821376748383045, 0.01812647469341755, 0.03555821254849434, 0.05203640088438988, -0.13251735270023346, 0.009564931504428387, -0.033159300684928894, 0.03769451007246971, 0.024478642269968987, 0.049769625067710876, -0.12571391463279724, -0.04279192537069321, -0.06452935189008713, -0.04526592791080475, -0.06496035307645798, 0.06381575018167496, 0.11815454065799713, 0.03599195182323456, 0.13766030967235565, -0.06882326304912567, 0.05696416273713112, -0.1909835785627365, -0.026036465540528297, 0.013497893698513508, -0.04647621139883995, -0.08425979316234589, -0.0414462648332119, 0.07572709023952484, -0.06554906070232391, 0.16491904854774475, 0.018128039315342903, 0.092661552131176, 0.04180838540196419, -0.04312219098210335, -0.017840122804045677, -0.0062500545755028725, 0.1509474217891693, 0.055651456117630005, -0.024499937891960144, 0.09775957465171814, -0.010141503065824509, 0.07343674451112747, 0.01369895227253437, 0.16373193264007568, 0.1420007199048996, -0.01208786852657795, 0.07368552684783936, 0.060857757925987244, -0.11341206729412079, -0.18224962055683136, 0.06876055896282196, -0.01014628540724516, 0.10971912741661072, -0.04796304926276207, 0.12666641175746918, 0.08299239724874496, -0.19080032408237457, 0.07612983137369156, -0.0542173907160759, -0.11201075464487076, -0.12387676537036896, -0.04024666175246239, -0.08208851516246796, -0.09692174196243286, 0.026328273117542267, -0.12002009153366089, 0.034232690930366516, 0.10575076192617416, -0.0002963900624308735, -0.0001497047342127189, 0.14141318202018738, -0.08610809594392776, 0.030926469713449478, 0.07082077860832214, 0.007939972914755344, -0.004826138727366924, -0.07820796221494675, -0.03325102478265762, 0.029343819245696068, 0.001681506633758545, 0.0810151919722557, -0.03337617218494415, 0.029440825805068016, 0.006641964428126812, -0.01294573675841093, -0.07245946675539017, 0.010242876596748829, 0.010952017270028591, 0.040554337203502655, 0.04393065348267555, 0.04616234824061394, -0.005425068084150553, -0.0383206307888031, 0.2599480152130127, -0.07822761684656143, -0.039962414652109146, -0.12563002109527588, 0.19320134818553925, 0.06753911077976227, -0.016553694382309914, 0.062282342463731766, -0.12361843883991241, -0.015875158831477165, 0.1411438137292862, 0.13130682706832886, -0.018123971298336983, -0.021308928728103638, -0.020594388246536255, -0.006481403950601816, -0.026052657514810562, 0.08891238272190094, 0.09468968957662582, 0.020417505875229836, -0.06679615378379822, -0.009061138145625591, 0.009048804640769958, -0.04181986674666405, -0.08188017457723618, 0.09114944934844971, 0.010901196859776974, 0.01730118691921234, -0.03924029320478439, 0.05999017506837845, 0.017151232808828354, -0.16774365305900574, 0.053059790283441544, -0.19654783606529236, -0.1758245825767517, -0.0024380970280617476, 0.07024979591369629, -0.03068595565855503, 0.05434346944093704, 0.0011203363537788391, -0.0011538934195414186, 0.14581672847270966, -0.006275615654885769, -0.08996491879224777, -0.09231261909008026, 0.06324174255132675, -0.06788930296897888, 0.2512950003147125, 0.006330752279609442, 0.073269322514534, 0.09996426850557327, -0.0028585416730493307, -0.1398731917142868, 0.04170606657862663, 0.06765078753232956, -0.023198576644062996, 0.017166661098599434, 0.18511223793029785, -0.05969876050949097, 0.08981392532587051, 0.032606739550828934, -0.0981774851679802, -0.028588179498910904, -0.04706045985221863, -0.020168805494904518, -0.08335652947425842, -0.00017915027274284512, -0.0529744029045105, 0.15807704627513885, 0.1947861760854721, -0.024788474664092064, -0.00014157140685711056, -0.07818926125764847, 0.03390272706747055, 0.05356733873486519, 0.0731721967458725, -0.005569385830312967, -0.16332392394542694, 0.02071375399827957, 0.016230037435889244, 0.040608275681734085, -0.2392696589231491, -0.1076802983880043, 0.054467733949422836, -0.06202118098735809, -0.050370682030916214, 0.11170804500579834, 0.08314399421215057, 0.03297297656536102, -0.04522499069571495, -0.18715736269950867, -0.029761984944343567, 0.13581722974777222, -0.16033031046390533, -0.054916612803936005 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # mrpc This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the GLUE MRPC dataset. It achieves the following results on the evaluation set: - Loss: 0.4171 - Accuracy: 0.8627 - F1: 0.9011 - Combined Score: 0.8819 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 32 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.0 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
{"language": ["en"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["glue"], "metrics": ["accuracy", "f1"], "model_index": [{"name": "mrpc", "results": [{"task": {"name": "Text Classification", "type": "text-classification"}, "dataset": {"name": "GLUE MRPC", "type": "glue", "args": "mrpc"}, "metric": {"name": "F1", "type": "f1", "value": 0.901060070671378}}]}]}
text-classification
Alireza1044/albert-base-v2-mrpc
[ "transformers", "pytorch", "tensorboard", "albert", "text-classification", "generated_from_trainer", "en", "dataset:glue", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# mrpc This model is a fine-tuned version of albert-base-v2 on the GLUE MRPC dataset. It achieves the following results on the evaluation set: - Loss: 0.4171 - Accuracy: 0.8627 - F1: 0.9011 - Combined Score: 0.8819 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 32 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.0 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
[ "# mrpc\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE MRPC dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.4171\n- Accuracy: 0.8627\n- F1: 0.9011\n- Combined Score: 0.8819", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 2e-05\n- train_batch_size: 32\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# mrpc\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE MRPC dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.4171\n- Accuracy: 0.8627\n- F1: 0.9011\n- Combined Score: 0.8819", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 2e-05\n- train_batch_size: 32\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ 64, 71, 6, 12, 8, 3, 90, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n# mrpc\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE MRPC dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.4171\n- Accuracy: 0.8627\n- F1: 0.9011\n- Combined Score: 0.8819## Model description\n\nMore information needed## Intended uses & limitations\n\nMore information needed## Training and evaluation data\n\nMore information needed## Training procedure### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 2e-05\n- train_batch_size: 32\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0### Training results### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ -0.12874697148799896, 0.17154471576213837, -0.0008269163081422448, 0.1085033044219017, 0.1380055993795395, 0.029001468792557716, 0.06919711083173752, 0.1521012783050537, -0.07092459499835968, 0.08931997418403625, 0.11382538080215454, 0.054140474647283554, 0.059958625584840775, 0.15427245199680328, -0.010762105695903301, -0.23843882977962494, 0.013059011660516262, 0.017176616936922073, -0.004187564365565777, 0.10299155116081238, 0.10381568968296051, -0.07167967408895493, 0.10426673293113708, 0.029121043160557747, -0.1460256576538086, -0.0255685243755579, -0.020678456872701645, -0.052841078490018845, 0.08366470783948898, 0.011712504550814629, 0.023194817826151848, -0.0008636601269245148, 0.09089793264865875, -0.18795672059059143, -0.003601678181439638, 0.03903021663427353, 0.02667207643389702, 0.1106329932808876, 0.042093049734830856, 0.037659160792827606, 0.05972669646143913, -0.12993617355823517, 0.1027631089091301, 0.030914844945073128, -0.0781979113817215, -0.1392093449831009, -0.09494525194168091, 0.06537090241909027, 0.07838550209999084, 0.09756553918123245, 0.01875370368361473, 0.18470695614814758, -0.009674795903265476, 0.0670803114771843, 0.1925814002752304, -0.27411243319511414, -0.047867078334093094, 0.04227573424577713, 0.06853674352169037, 0.059762902557849884, -0.12506571412086487, 0.0031187257263809443, 0.03327522799372673, 0.029463866725564003, 0.12621043622493744, -0.028916580602526665, 0.018039600923657417, -0.029322298243641853, -0.11756140738725662, -0.08079136162996292, 0.2153489738702774, 0.06270641833543777, -0.06368614733219147, -0.12354616820812225, -0.05453825369477272, -0.13191013038158417, -0.02896963059902191, -0.03626729175448418, 0.013421542011201382, -0.03690540790557861, -0.06555923819541931, -0.05096881836652756, -0.07041942328214645, -0.05034717917442322, 0.031589701771736145, 0.10910164564847946, 0.009714308194816113, 0.017544692382216454, 0.015521734021604061, 0.10426198691129684, -0.034220676869153976, -0.15234339237213135, -0.04428393021225929, 0.0007951397565193474, -0.05588391423225403, -0.05473542585968971, -0.03562027961015701, -0.026366624981164932, -0.019341731444001198, 0.1218668520450592, -0.006532099563628435, 0.06518608331680298, 0.038740843534469604, 0.003910149447619915, -0.02021501213312149, 0.18081897497177124, -0.05058496817946434, -0.05535921826958656, 0.02528725564479828, 0.12357989698648453, 0.026410846039652824, -0.04518220201134682, -0.0981849655508995, -0.0091902120038867, 0.1413596272468567, 0.046901557594537735, -0.018736323341727257, 0.04059801250696182, -0.05352148786187172, -0.05163801461458206, 0.10151829570531845, -0.12188298255205154, 0.0385323241353035, -0.027240794152021408, -0.09215480089187622, -0.09524479508399963, 0.03808078542351723, -0.004456397611647844, -0.025774547830224037, 0.06810680776834488, -0.1009555384516716, -0.006275072693824768, -0.05518551543354988, -0.03875464200973511, 0.01764141395688057, -0.03465302661061287, 0.008275685831904411, -0.07253479957580566, -0.16971437633037567, -0.03590812906622887, 0.03623203933238983, -0.05322461947798729, -0.06623191386461258, -0.01807980239391327, -0.03789225220680237, 0.0274181105196476, -0.0036517318803817034, 0.10104654729366302, -0.035296157002449036, 0.06940483301877975, 0.02598109096288681, 0.015439788810908794, 0.010352364741265774, 0.05377092957496643, -0.08434897661209106, 0.03375208377838135, -0.0982603207230568, 0.05796872824430466, -0.08907836675643921, 0.030642660334706306, -0.11579622328281403, -0.09845074266195297, 0.016144614666700363, -0.046787913888692856, 0.05028519034385681, 0.13003145158290863, -0.11690115183591843, -0.024850614368915558, 0.1044844463467598, -0.07134567201137543, -0.10783036798238754, 0.09711291640996933, -0.03254984691739082, 0.03549502044916153, 0.047389645129442215, 0.13421081006526947, 0.14553716778755188, -0.11408691853284836, -0.033534616231918335, 0.023894337937235832, 0.062098994851112366, -0.0003746467991732061, 0.1147502139210701, -0.003311279695481062, 0.010650096461176872, 0.025649908930063248, -0.06840389966964722, -0.02856333553791046, -0.07074490934610367, -0.08882910758256912, -0.0586598739027977, -0.06175217032432556, 0.033347681164741516, 0.03396325930953026, 0.031209632754325867, -0.05306677147746086, -0.10462453961372375, 0.04963548853993416, 0.1281512826681137, -0.04022567346692085, 0.009786603972315788, -0.07783107459545135, 0.0731128454208374, -0.09914226830005646, -0.028482981026172638, -0.20606881380081177, -0.07081323117017746, 0.07654888927936554, -0.09085619449615479, 0.04494243487715721, 0.006386962253600359, 0.0560019314289093, 0.08159831166267395, -0.04603371024131775, -0.03077765367925167, -0.10931592434644699, 0.00423457333818078, -0.10652927309274673, -0.13338416814804077, -0.07265973836183548, -0.04507702216506004, 0.1627778708934784, -0.17301712930202484, -0.002986646955832839, 0.045035578310489655, 0.11885721236467361, 0.03371057286858559, -0.07076133787631989, 0.025332476943731308, 0.012000744231045246, 0.00010728716006269678, -0.10528852790594101, 0.03949982672929764, 0.03782690316438675, -0.10493695735931396, -0.06088835373520851, -0.17297543585300446, 0.09443099796772003, 0.08150706440210342, 0.08051420748233795, -0.07672598212957382, -0.01895250752568245, -0.04988411068916321, -0.04920949041843414, -0.08335206657648087, -0.04102327302098274, 0.21504168212413788, 0.019455039873719215, 0.13763932883739471, -0.06332802027463913, -0.07081403583288193, 0.026912881061434746, 0.015240729786455631, -0.0509684756398201, 0.06165160611271858, 0.005544917192310095, -0.18630558252334595, 0.08991003036499023, 0.07915876060724258, -0.01425901334732771, 0.11171255260705948, -0.04459396004676819, -0.0928366407752037, -0.06190614774823189, 0.004362970590591431, 0.011897651478648186, 0.12974224984645844, -0.08137445151805878, 0.0001276930997846648, 0.06017402186989784, 0.02744879201054573, 0.020233523100614548, -0.15261289477348328, 0.0015736271161586046, 0.04499940574169159, -0.03154372051358223, 0.012148668058216572, -0.0033396966755390167, -0.022321918979287148, 0.07937309145927429, 0.044036757200956345, -0.02803533338010311, 0.03817069157958031, -0.021008918061852455, -0.08253074437379837, 0.1609835922718048, -0.10553622245788574, -0.2128760814666748, -0.16307571530342102, 0.036993373185396194, -0.0881463885307312, -0.00799702201038599, 0.019405601546168327, -0.023625189438462257, -0.053090423345565796, -0.09798025339841843, -0.06495148688554764, -0.07437632232904434, -0.0014374612364917994, 0.07381691038608551, -0.02390260435640812, 0.09634871035814285, -0.1241326779127121, -0.004308206494897604, 0.0077409702353179455, -0.02757561393082142, -0.016840217635035515, 0.03136974200606346, 0.11893374472856522, 0.07491747289896011, -0.01704542338848114, 0.03492980822920799, -0.028328049927949905, 0.25458189845085144, -0.06513147056102753, -0.03764541819691658, 0.1221594363451004, -0.0028966327663511038, 0.07161710411310196, 0.10853512585163116, 0.03634112328290939, -0.08086083084344864, 0.00692941015586257, -0.0011629885993897915, -0.020169027149677277, -0.18164782226085663, -0.04754432663321495, -0.04198082163929939, -0.05344057083129883, 0.1154828667640686, 0.06082604080438614, 0.03604251518845558, 0.04953954741358757, -0.017084920778870583, 0.06159533932805061, -0.032824642956256866, 0.10139304399490356, 0.08921527117490768, 0.0482092909514904, 0.07597167044878006, -0.024472486227750778, -0.013688063248991966, 0.07008739560842514, 0.015345439314842224, 0.2374243289232254, -0.006439681630581617, 0.18478019535541534, 0.00001625886761758011, 0.13023607432842255, -0.009101081639528275, 0.060323316603899, -0.0032897780183702707, 0.019570093601942062, -0.014266034588217735, -0.06785055249929428, -0.06409122794866562, 0.030739998444914818, 0.004745988640934229, 0.06205638870596886, -0.10914447903633118, 0.008291803300380707, -0.0014346884563565254, 0.19614079594612122, 0.029548395425081253, -0.3216969668865204, -0.08353063464164734, 0.0028659896925091743, -0.009709643200039864, -0.07877892255783081, -0.018016299232840538, 0.0857258215546608, -0.1430078148841858, 0.06402617692947388, -0.08507385849952698, 0.08981134742498398, -0.07877904176712036, -0.0038345460779964924, 0.07012501358985901, 0.07381046563386917, 0.004290516022592783, 0.09674958884716034, -0.1857951581478119, 0.2227173149585724, 0.0426957793533802, 0.08296360820531845, -0.07544166594743729, 0.04502757266163826, 0.0330263152718544, 0.09172344952821732, 0.12282601743936539, -0.0030983430333435535, -0.054647114127874374, -0.20854552090168, -0.12941180169582367, 0.012266801670193672, 0.08657332509756088, -0.08407773077487946, 0.059455256909132004, -0.04161721095442772, -0.009311140514910221, 0.02950376085937023, -0.014565955847501755, -0.12174658477306366, -0.14053702354431152, 0.08189619332551956, 0.01809406839311123, -0.009925133548676968, -0.07480639219284058, -0.11384399235248566, -0.006285747047513723, 0.16549980640411377, 0.07973123341798782, -0.034582603722810745, -0.16072185337543488, 0.0626147985458374, 0.12160825729370117, -0.09224358201026917, 0.018568577244877815, -0.004334022291004658, 0.15591759979724884, 0.0374591089785099, -0.063565693795681, 0.05895112827420235, -0.044412195682525635, -0.1581677496433258, -0.04569690674543381, 0.15131475031375885, 0.002239094814285636, 0.06595078855752945, 0.014534124173223972, 0.04293058440089226, -0.008210880681872368, -0.10197048634290695, 0.005562807898968458, 0.0321262888610363, 0.08440042287111282, 0.029881618916988373, -0.029482662677764893, 0.04847336560487747, -0.0427495539188385, -0.0005307843675836921, 0.14677689969539642, 0.21339096128940582, -0.0885898768901825, 0.06286074221134186, 0.04786941036581993, -0.056514911353588104, -0.1564757525920868, 0.007010586094111204, 0.0839136466383934, 0.025196867063641548, 0.073446124792099, -0.13283990323543549, 0.04234059900045395, 0.0663929358124733, -0.04719064384698868, 0.0483478382229805, -0.2770593464374542, -0.1121349111199379, 0.05473994463682175, 0.13236665725708008, 0.009034676477313042, -0.13165636360645294, -0.07154795527458191, -0.013415559194982052, -0.13894955813884735, 0.0931696817278862, -0.03638254478573799, 0.12367037683725357, -0.016682114452123642, 0.07376861572265625, 0.02459491416811943, -0.04050768166780472, 0.17448113858699799, 0.03095117397606373, 0.042777273803949356, -0.04985262453556061, 0.021507734432816505, 0.08591096848249435, -0.07966950535774231, 0.09916925430297852, -0.04561846703290939, 0.07079790532588959, -0.2010193020105362, -0.016708271577954292, -0.02632836438715458, 0.05667302384972572, -0.06218165159225464, -0.05119533836841583, -0.028767697513103485, 0.053117603063583374, 0.053201764822006226, -0.038655221462249756, 0.06141874939203262, 0.04078993573784828, 0.062148451805114746, 0.1619531512260437, 0.08657702803611755, -0.031147707253694534, -0.1697927713394165, -0.015521869994699955, -0.016469120979309082, 0.05837460234761238, -0.10325595736503601, 0.021948231384158134, 0.11262088268995285, 0.03173583373427391, 0.13786530494689941, 0.011704139411449432, -0.05946693941950798, 0.009620549157261848, 0.025035947561264038, -0.12018481642007828, -0.1301378607749939, -0.05066395550966263, 0.004462098702788353, -0.1720472127199173, 0.00017064929124899209, 0.10297137498855591, -0.06073573976755142, -0.012509691528975964, -0.003670608391985297, 0.008782980032265186, 0.0010395061690360308, 0.18508198857307434, 0.0469101145863533, 0.06564859300851822, -0.07754665613174438, 0.09744378179311752, 0.08543661236763, -0.08085575699806213, 0.030977575108408928, 0.019573770463466644, -0.10957136750221252, -0.034244757145643234, 0.03778347745537758, 0.15568599104881287, -0.006843532435595989, -0.031187312677502632, -0.07874184101819992, -0.044884636998176575, 0.03882814198732376, 0.029535159468650818, 0.07075635343790054, 0.014399795792996883, -0.05275235325098038, 0.005533189978450537, -0.11837652325630188, 0.11006822437047958, 0.04741404205560684, 0.06805680692195892, -0.1526491492986679, 0.029909437522292137, 0.008272884413599968, 0.06694649159908295, -0.024217471480369568, -0.0033222129568457603, -0.05710668861865997, -0.03891988471150398, -0.03443469479680061, 0.021061407402157784, -0.033583879470825195, 0.006785767152905464, -0.03740040957927704, -0.07057519257068634, -0.032697197049856186, 0.050041232258081436, -0.054017163813114166, -0.08391343057155609, 0.0118078188970685, 0.0520089752972126, -0.10356052219867706, -0.02073591761291027, 0.03608788922429085, -0.08680561184883118, 0.09396466612815857, 0.03594602644443512, 0.014867161400616169, 0.0008973104995675385, -0.006208400242030621, 0.022874781861901283, 0.0211405660957098, 0.023254243656992912, 0.05765566602349281, -0.13407550752162933, 0.0035052394960075617, -0.030917968600988388, 0.01694214902818203, 0.019174642860889435, 0.10871201008558273, -0.13477680087089539, -0.07261069864034653, -0.06246911734342575, -0.01755925454199314, -0.059635598212480545, 0.047931231558322906, 0.10867812484502792, 0.025748929008841515, 0.15980589389801025, -0.04238190874457359, 0.05603192374110222, -0.2148774415254593, -0.018484042957425117, 0.003080813679844141, -0.06716644018888474, -0.10658738762140274, -0.03908765688538551, 0.07528579980134964, -0.057000357657670975, 0.11523310840129852, -0.00951097160577774, 0.11737029999494553, 0.03720436617732048, 0.036031100898981094, 0.03835649415850639, -0.026144692674279213, 0.16146735846996307, 0.07121899724006653, -0.012812509201467037, 0.13043834269046783, 0.00024834941723383963, 0.05617942288517952, 0.008035662584006786, 0.11086266487836838, 0.10291701555252075, 0.014407636597752571, 0.0672152191400528, 0.044635873287916183, -0.060455065220594406, -0.19763228297233582, 0.030413053929805756, 0.004910490475594997, 0.127516970038414, -0.02397986315190792, 0.12685751914978027, 0.0973864272236824, -0.1688264161348343, 0.05640234798192978, -0.04207444563508034, -0.10171277821063995, -0.0767877921462059, -0.09932216256856918, -0.08860068023204803, -0.10578585416078568, 0.010644733905792236, -0.10835044831037521, 0.014174861833453178, 0.07715708017349243, -0.02925661951303482, -0.011590935289859772, 0.168834388256073, -0.08853217214345932, 0.009812640957534313, 0.0584305040538311, 0.002697867574170232, -0.011099857278168201, -0.04302683472633362, -0.04362362623214722, 0.03000764362514019, 0.026652412489056587, 0.10614689439535141, -0.0449429526925087, 0.03461773693561554, 0.03169785439968109, -0.017201846465468407, -0.09082991629838943, 0.004482330288738012, 0.003892157692462206, 0.03960307687520981, 0.0532480925321579, 0.023439880460500717, 0.010265753604471684, -0.03070932999253273, 0.24473340809345245, -0.06029389053583145, -0.01286645419895649, -0.11477281153202057, 0.1219877079129219, 0.03633856773376465, -0.034267961978912354, 0.06834067404270172, -0.09943095594644547, 0.005310606677085161, 0.14901262521743774, 0.129219189286232, -0.0440637432038784, -0.014882747083902359, 0.009084333665668964, -0.012407496571540833, -0.022152340039610863, 0.09534293413162231, 0.06585168838500977, -0.009247509762644768, -0.06487564742565155, -0.009850599803030491, -0.026405148208141327, -0.044352538883686066, -0.06403528898954391, 0.0499211847782135, 0.02364332415163517, 0.012556945905089378, -0.03926929458975792, 0.06212178245186806, 0.03915581479668617, -0.15467433631420135, 0.0040441229939460754, -0.18738552927970886, -0.1730605959892273, 0.001105323899537325, 0.07438427209854126, -0.0011913044145330787, 0.05240720883011818, 0.018621960654854774, 0.017390510067343712, 0.11646940559148788, -0.012951931916177273, -0.08536738902330399, -0.08557893335819244, 0.07904668897390366, -0.07183429598808289, 0.23060938715934753, 0.00416898587718606, 0.06727119535207748, 0.10676728188991547, 0.019918115809559822, -0.1539989411830902, 0.0352620966732502, 0.07758864760398865, -0.0355520062148571, 0.0543798990547657, 0.1692328155040741, -0.022961514070630074, 0.0720897689461708, 0.020635083317756653, -0.09577344357967377, -0.03385329991579056, -0.0779319480061531, 0.040029000490903854, -0.05550316721200943, -0.011105448938906193, -0.06081705912947655, 0.18386411666870117, 0.1653680056333542, -0.0460825078189373, -0.03803960233926773, -0.06567239761352539, 0.02335001714527607, 0.05878831073641777, 0.0707128494977951, -0.028902480378746986, -0.19708186388015747, -0.004145218059420586, 0.01185357291251421, 0.01856670156121254, -0.22850210964679718, -0.134102001786232, 0.05082973837852478, -0.06027743220329285, -0.02795538492500782, 0.10732201486825943, 0.009817998856306076, 0.005332190077751875, -0.04584790766239166, -0.09340792149305344, -0.0529492013156414, 0.12235728651285172, -0.17818692326545715, -0.0652848407626152 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # qnli This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the GLUE QNLI dataset. It achieves the following results on the evaluation set: - Loss: 0.3608 - Accuracy: 0.9138 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 1e-05 - train_batch_size: 32 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.1 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
{"language": ["en"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["glue"], "metrics": ["accuracy"], "model_index": [{"name": "qnli", "results": [{"task": {"name": "Text Classification", "type": "text-classification"}, "dataset": {"name": "GLUE QNLI", "type": "glue", "args": "qnli"}, "metric": {"name": "Accuracy", "type": "accuracy", "value": 0.9137836353651839}}]}]}
text-classification
Alireza1044/albert-base-v2-qnli
[ "transformers", "pytorch", "tensorboard", "albert", "text-classification", "generated_from_trainer", "en", "dataset:glue", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# qnli This model is a fine-tuned version of albert-base-v2 on the GLUE QNLI dataset. It achieves the following results on the evaluation set: - Loss: 0.3608 - Accuracy: 0.9138 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 1e-05 - train_batch_size: 32 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.1 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
[ "# qnli\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE QNLI dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.3608\n- Accuracy: 0.9138", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 1e-05\n- train_batch_size: 32\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.1\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# qnli\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE QNLI dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.3608\n- Accuracy: 0.9138", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 1e-05\n- train_batch_size: 32\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.1\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ 64, 56, 6, 12, 8, 3, 90, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n# qnli\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE QNLI dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.3608\n- Accuracy: 0.9138## Model description\n\nMore information needed## Intended uses & limitations\n\nMore information needed## Training and evaluation data\n\nMore information needed## Training procedure### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 1e-05\n- train_batch_size: 32\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0### Training results### Framework versions\n\n- Transformers 4.9.1\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ -0.09498390555381775, 0.20804716646671295, -0.0029824580997228622, 0.11239534616470337, 0.11723923683166504, 0.020433178171515465, 0.07301582396030426, 0.1743221879005432, -0.054998014122247696, 0.07411462068557739, 0.06556806713342667, 0.021855205297470093, 0.07447473704814911, 0.12361826747655869, -0.03264931961894035, -0.22363118827342987, -0.005979069508612156, 0.008279277943074703, -0.06267553567886353, 0.08295569568872452, 0.11297626793384552, -0.08643343299627304, 0.07317640632390976, -0.007205100264400244, -0.1177564263343811, 0.029184304177761078, -0.019654424861073494, -0.05993417650461197, 0.08199986070394516, 0.03738949075341225, 0.06647560745477676, 0.016665980219841003, 0.12212403863668442, -0.2552620470523834, -0.006794520653784275, 0.06516820937395096, 0.020392321050167084, 0.08193797618150711, 0.04954813793301582, 0.0023260305169969797, 0.053605858236551285, -0.16859206557273865, 0.09706924855709076, 0.025339189916849136, -0.08385217189788818, -0.15314677357673645, -0.10634792596101761, 0.087194062769413, 0.09268754720687866, 0.07820811122655869, 0.006807774305343628, 0.13291005790233612, -0.054558902978897095, 0.06924312561750412, 0.2228527069091797, -0.2920319139957428, -0.031472064554691315, 0.04625053331255913, 0.05350467190146446, 0.053063374012708664, -0.10500882565975189, 0.014712108299136162, 0.054142627865076065, 0.012200913392007351, 0.09199880808591843, -0.00021005239977966994, -0.06502275168895721, 0.009813165292143822, -0.11454549431800842, -0.049546271562576294, 0.1733466386795044, 0.052465252578258514, -0.0429663322865963, -0.11373844742774963, -0.044001758098602295, -0.12555931508541107, -0.0016745984321460128, -0.03696326166391373, 0.03478485718369484, -0.0446227565407753, -0.035469260066747665, -0.05348001420497894, -0.07183960825204849, -0.053384505212306976, 0.011892999522387981, 0.049830347299575806, 0.05253005400300026, 0.012299681082367897, -0.005947547499090433, 0.11806368082761765, -0.05033630132675171, -0.14226789772510529, -0.041188690811395645, -1.7955109399281355e-7, -0.09210558235645294, -0.046787112951278687, -0.032273828983306885, -0.0053900424391031265, -0.0261297095566988, 0.1545458734035492, -0.03591560944914818, 0.057521454989910126, 0.01247891690582037, 0.003113239072263241, -0.025559209287166595, 0.1975746601819992, -0.022660167887806892, -0.05703971907496452, 0.004050412680953741, 0.09402517229318619, 0.005346504505723715, -0.02939235419034958, -0.09229066222906113, -0.045724496245384216, 0.08210816234350204, 0.08224448561668396, -0.04260437190532684, 0.0055258190259337425, -0.05389690771698952, -0.024373387917876244, 0.014448150992393494, -0.14590463042259216, 0.05789783224463463, -0.02994668111205101, -0.09968792647123337, -0.05249280110001564, 0.05499469116330147, 0.00505793048068881, -0.04846281558275223, 0.042267095297575, -0.05538123846054077, -0.01428693626075983, -0.06264856457710266, -0.050532784312963486, 0.027590513229370117, -0.09970864653587341, 0.008568395860493183, -0.06372049450874329, -0.1909773051738739, -0.022455863654613495, 0.04264278709888458, -0.07591132819652557, -0.052690234035253525, -0.032290019094944, -0.04831725358963013, 0.008836277760565281, -0.008663906715810299, 0.08989739418029785, -0.034289564937353134, 0.06788639724254608, 0.022244693711400032, 0.04588417708873749, 0.03829391300678253, 0.04975871741771698, -0.06001495569944382, 0.04111460968852043, -0.07529876381158829, 0.0943322628736496, -0.10183657705783844, -0.010381367988884449, -0.1144111156463623, -0.08686502277851105, 0.05414885655045509, -0.034487053751945496, 0.06503619253635406, 0.12131468206644058, -0.18319199979305267, -0.021004026755690575, 0.1562468260526657, -0.05849182605743408, -0.08431288599967957, 0.11298839747905731, -0.05681675300002098, 0.004017059225589037, 0.06754913926124573, 0.1543903350830078, 0.12593142688274384, -0.14485961198806763, -0.05771453678607941, 0.03452808037400246, 0.07721277326345444, 0.029668929055333138, 0.08191362768411636, 0.016688311472535133, 0.06297668814659119, 0.018145956099033356, -0.07115461677312851, -0.019556915387511253, -0.06548560410737991, -0.10716744512319565, -0.06321635097265244, -0.0861908569931984, 0.05454915389418602, 0.03432733938097954, 0.032062917947769165, -0.051512207835912704, -0.14449578523635864, 0.05591394007205963, 0.11747562140226364, -0.0524425283074379, 0.023627838119864464, -0.08174743503332138, 0.06308658421039581, -0.03441217541694641, -0.02283269166946411, -0.17438219487667084, -0.09093856811523438, 0.06173792853951454, -0.09132744371891022, 0.032971929758787155, 0.030573895201086998, 0.05626160651445389, 0.07066058367490768, -0.06265208125114441, -0.02276582270860672, -0.1146688312292099, -0.005848095752298832, -0.10990633815526962, -0.15514637529850006, -0.04731568694114685, -0.036646369844675064, 0.1527097225189209, -0.21609599888324738, 0.026518840342760086, 0.022166069597005844, 0.13888493180274963, 0.0316782183945179, -0.04607880488038063, -0.007055298425257206, 0.013475541025400162, -0.01836363784968853, -0.09914611279964447, 0.020335722714662552, -0.009259109385311604, -0.10059498995542526, -0.04981328919529915, -0.13494156301021576, 0.04736078530550003, 0.07022202014923096, 0.09308934211730957, -0.07485634088516235, -0.015886196866631508, -0.06221013143658638, -0.0374935120344162, -0.09337519854307175, -0.019008824601769447, 0.21568256616592407, 0.017967039719223976, 0.13319039344787598, -0.06980355083942413, -0.09437485784292221, 0.0050790151581168175, 0.00654237624257803, -0.02969343587756157, 0.09216561913490295, 0.028507616370916367, -0.06388822942972183, 0.0874914601445198, 0.10743017494678497, -0.019899722188711166, 0.1139935776591301, -0.05379554256796837, -0.10302530229091644, -0.03600512817502022, -0.0038240940775722265, 0.0018107974901795387, 0.1438528150320053, -0.060764871537685394, 0.00045713118743151426, 0.037362661212682724, 0.015200766734778881, 0.019231973215937614, -0.17130160331726074, -0.011537035927176476, 0.05051843449473381, -0.049663692712783813, -0.01962244138121605, -0.03490298613905907, 0.008201970718801022, 0.08896126598119736, 0.0369047112762928, -0.0019091052236035466, 0.015355999581515789, -0.023454910144209862, -0.07342468947172165, 0.16437317430973053, -0.09783468395471573, -0.16697287559509277, -0.14835675060749054, 0.026203550398349762, -0.04862402752041817, -0.01987381838262081, 0.024076445028185844, -0.09381025284528732, -0.06001274287700653, -0.10138215124607086, -0.008964790031313896, -0.037134189158678055, -0.012930022552609444, 0.07714184373617172, 0.01748584769666195, 0.08318755030632019, -0.13658656179904938, 0.0050331722013652325, -0.008692746981978416, -0.08032646030187607, -0.0310461837798357, 0.029745880514383316, 0.11459454149007797, 0.11199457943439484, -0.04778306558728218, 0.035802412778139114, -0.039996977895498276, 0.21391616761684418, -0.08350741118192673, -0.0034011653624475002, 0.10117390006780624, -0.01663336344063282, 0.06172233447432518, 0.10937441885471344, 0.02811114862561226, -0.08719939738512039, 0.009720227681100368, 0.06473875045776367, -0.024066831916570663, -0.27178752422332764, -0.0355820432305336, -0.0098106162622571, -0.029313107952475548, 0.0983940064907074, 0.054776642471551895, 0.027050789445638657, 0.03345507010817528, -0.015913819894194603, 0.07615797966718674, -0.015615309588611126, 0.08366081863641739, 0.0779438391327858, 0.027955928817391396, 0.07869978249073029, -0.044670768082141876, -0.014356790110468864, 0.07251960039138794, 0.05988950654864311, 0.2732841968536377, -0.03247862681746483, 0.13066743314266205, 0.0146113196387887, 0.1310512274503708, -0.023723691701889038, 0.027404658496379852, 0.0049428571946918964, 0.01690772920846939, 0.0015354279894381762, -0.06272304803133011, -0.0181544478982687, 0.049828652292490005, -0.017353666946291924, 0.044840291142463684, -0.11268869042396545, 0.03889809548854828, 0.02124001272022724, 0.22453705966472626, 0.0511816032230854, -0.24987639486789703, -0.08064799755811691, 0.04287025332450867, -0.03594416007399559, -0.054652903228998184, 0.011227634735405445, 0.10717972368001938, -0.12651211023330688, 0.057583894580602646, -0.046024154871702194, 0.10499874502420425, -0.06916845589876175, -0.0072556049562990665, 0.03140012547373772, 0.052920423448085785, 0.013446965254843235, 0.11166419833898544, -0.21821366250514984, 0.21704700589179993, 0.032537203282117844, 0.10688146948814392, -0.07011318951845169, 0.04790210351347923, 0.009923073463141918, 0.07309110462665558, 0.15125422179698944, -0.003957328386604786, -0.04734919220209122, -0.20122560858726501, -0.10110782086849213, 0.02332232892513275, 0.09781770408153534, -0.053049515932798386, 0.08840122073888779, -0.04040176048874855, -0.008495146408677101, 0.0445871464908123, -0.052799392491579056, -0.14868248999118805, -0.16052979230880737, 0.03497806191444397, -0.014397134073078632, -0.03744964301586151, -0.07313617318868637, -0.10710617154836655, -0.07478637248277664, 0.15243500471115112, -0.03811166435480118, -0.05125563219189644, -0.13390757143497467, 0.08224204927682877, 0.11570058763027191, -0.08234737068414688, 0.006507205311208963, 0.03112282045185566, 0.15462160110473633, 0.018291259184479713, -0.08036495000123978, 0.035408712923526764, -0.05124847590923309, -0.17283523082733154, -0.05452916771173477, 0.13925041258335114, 0.04892449826002121, 0.07424864172935486, 0.02090328186750412, 0.02229408547282219, 0.005420030560344458, -0.09116466343402863, 0.03681991621851921, 0.07552824169397354, 0.07848012447357178, 0.04675471410155296, -0.09096916019916534, 0.02544206753373146, -0.0616912916302681, -0.014625834301114082, 0.14868754148483276, 0.2118576318025589, -0.11114222556352615, 0.10578909516334534, 0.03535453602671623, -0.10709250718355179, -0.1747303456068039, 0.04635017737746239, 0.08682402968406677, 0.029845796525478363, 0.06264276057481766, -0.16550585627555847, 0.07634357362985611, 0.09877391904592514, -0.02589523419737816, 0.025548525154590607, -0.30250057578086853, -0.1176517903804779, 0.06485407054424286, 0.08982543647289276, -0.027602899819612503, -0.136488139629364, -0.046579521149396896, -0.02580563724040985, -0.17381592094898224, 0.10064100474119186, -0.07559020817279816, 0.09521689265966415, -0.014641721732914448, 0.05528463050723076, 0.026907987892627716, -0.027278991416096687, 0.1632721722126007, 0.06458447873592377, 0.057794488966464996, -0.04571160674095154, 0.0034169177524745464, 0.09738396853208542, -0.09667091816663742, 0.06880512833595276, -0.04171120375394821, 0.06586073338985443, -0.19880986213684082, -0.024937549605965614, -0.028090644627809525, 0.06405740231275558, -0.06953341513872147, -0.058933451771736145, -0.053360726684331894, 0.053306326270103455, 0.09514329582452774, -0.03456813097000122, 0.07328727841377258, 0.033665671944618225, 0.08528488874435425, 0.10937568545341492, 0.07988345623016357, 0.01885734498500824, -0.11832069605588913, 0.009942963719367981, -0.017527779564261436, 0.04993963614106178, -0.16848808526992798, 0.04749598726630211, 0.14573079347610474, 0.033552609384059906, 0.14340372383594513, 0.018079373985528946, -0.06468522548675537, 0.012682690285146236, 0.021082120016217232, -0.10023807734251022, -0.1394660621881485, -0.03125903010368347, -0.020423412322998047, -0.1245853453874588, 0.01011760625988245, 0.08390941470861435, -0.06534040719270706, -0.01939341239631176, -0.008628771640360355, 0.02189270593225956, -0.0062812501564621925, 0.172707200050354, 0.04655858874320984, 0.06862817704677582, -0.07504800707101822, 0.1342320442199707, 0.08990113437175751, -0.09346771240234375, 0.06678005307912827, 0.05350036174058914, -0.07571463286876678, -0.026870138943195343, 0.051014285534620285, 0.1811395138502121, -0.029672380536794662, -0.043811071664094925, -0.09600671380758286, -0.06969393789768219, 0.05339553579688072, 0.10087579488754272, 0.049656014889478683, -0.005311142653226852, -0.032539453357458115, 0.014192337170243263, -0.14523707330226898, 0.12713022530078888, 0.0703330710530281, 0.056634701788425446, -0.14003686606884003, 0.06457160413265228, 0.01744689978659153, 0.08274208754301071, -0.022006118670105934, 0.013668505474925041, -0.06767933070659637, -0.018875569105148315, -0.1331072747707367, 0.01717861369252205, -0.0010824219789355993, 0.02151469513773918, -0.04745210334658623, -0.05829259008169174, -0.02709050662815571, 0.05749456584453583, -0.06237402185797691, -0.06554754823446274, -0.00315674371086061, 0.05940449982881546, -0.13243421912193298, -0.03177851065993309, 0.03098045103251934, -0.08573748916387558, 0.09489551931619644, 0.01171176042407751, 0.02557491324841976, 0.03423331677913666, -0.042832132428884506, 0.009153401479125023, -0.001759100123308599, 0.04731464385986328, 0.05564429983496666, -0.10742311179637909, 0.016528217121958733, -0.049188073724508286, 0.01915806345641613, 0.019855128601193428, 0.04668054357171059, -0.12234362214803696, -0.035980772227048874, -0.06172751635313034, -0.04033486917614937, -0.05894891545176506, 0.0793226882815361, 0.09858125448226929, 0.03135685250163078, 0.1301271915435791, -0.06638766825199127, 0.06437264382839203, -0.20022906363010406, -0.02828185260295868, 0.01862717978656292, -0.02765958197414875, -0.08366356790065765, -0.04810117185115814, 0.06852591782808304, -0.06193626672029495, 0.15166135132312775, 0.002285519614815712, 0.11350961774587631, 0.04802772030234337, -0.04122469946742058, -0.017865655943751335, -0.0061136577278375626, 0.16832029819488525, 0.06075398251414299, -0.012918733060359955, 0.08795999735593796, -0.030171535909175873, 0.06740596890449524, 0.015409586019814014, 0.14066635072231293, 0.13085879385471344, -0.001788136432878673, 0.06399146467447281, 0.06730372458696365, -0.10806159675121307, -0.1765441596508026, 0.07843871414661407, -0.025176702067255974, 0.09643840789794922, -0.04964639991521835, 0.12555955350399017, 0.07756207138299942, -0.1831112802028656, 0.07201226055622101, -0.04411804676055908, -0.10941951721906662, -0.12367591261863708, -0.04040317237377167, -0.08431249111890793, -0.08845917135477066, 0.023612521588802338, -0.12204532325267792, 0.03492060676217079, 0.08872903883457184, -0.002374719362705946, -0.010968165472149849, 0.13292036950588226, -0.06789326667785645, 0.026953410357236862, 0.06796953082084656, 0.026433028280735016, 0.005212975665926933, -0.06191170588135719, -0.014618957415223122, 0.04505902901291847, 0.013545023277401924, 0.07010309398174286, -0.021511880680918694, 0.03071627952158451, 0.011033914051949978, -0.007914264686405659, -0.07361477613449097, 0.009503320790827274, 0.015643378719687462, 0.03997836634516716, 0.056080080568790436, 0.04400639981031418, 0.013578505255281925, -0.042408984154462814, 0.26568880677223206, -0.07311020791530609, -0.03520381078124046, -0.1294482797384262, 0.1570516973733902, 0.05730035901069641, -0.008823877200484276, 0.06985470652580261, -0.13482972979545593, -0.014091375283896923, 0.15025006234645844, 0.11334163695573807, -0.024500969797372818, -0.014669819734990597, 0.000056448232498951256, -0.002678167074918747, -0.0279984287917614, 0.09002356976270676, 0.09779181331396103, 0.04081888869404793, -0.07273370027542114, -0.029374772682785988, 0.012631173245608807, -0.04153751954436302, -0.07326146960258484, 0.12041966617107391, 0.010967898182570934, 0.016441836953163147, -0.03852391988039017, 0.05715477839112282, 0.014892593026161194, -0.18132348358631134, 0.03962485492229462, -0.21409054100513458, -0.18570613861083984, -0.010098052211105824, 0.08660056442022324, -0.022361835464835167, 0.03838888183236122, 0.012736246921122074, 0.0025183234829455614, 0.16516275703907013, -0.0005951179191470146, -0.08961009234189987, -0.06150441616773605, 0.07707161456346512, -0.05415702611207962, 0.24361015856266022, 0.011891491711139679, 0.06639926135540009, 0.10229620337486267, 0.0035111845936626196, -0.13284718990325928, 0.03330019861459732, 0.0864206850528717, -0.03975272178649902, 0.010743961669504642, 0.18161849677562714, -0.046042196452617645, 0.08282502740621567, 0.052052807062864304, -0.0993189588189125, -0.019032275304198265, -0.05573953688144684, -0.02861817553639412, -0.08864068239927292, 0.011465203948318958, -0.05436768755316734, 0.1591419279575348, 0.1877385377883911, -0.033037927001714706, -0.005783827044069767, -0.0727011039853096, 0.02538008987903595, 0.05365647375583649, 0.09761355072259903, 0.004711451008915901, -0.15468406677246094, 0.021036114543676376, 0.013373912312090397, 0.04634057357907295, -0.24750855565071106, -0.09993914514780045, 0.05701857805252075, -0.05032306909561157, -0.059461526572704315, 0.12546128034591675, 0.09484394639730453, 0.028734514489769936, -0.04377999156713486, -0.15357759594917297, -0.0353856086730957, 0.12425680458545685, -0.15937064588069916, -0.03764036297798157 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # qqp This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the GLUE QQP dataset. It achieves the following results on the evaluation set: - Loss: 0.3695 - Accuracy: 0.9050 - F1: 0.8723 - Combined Score: 0.8886 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 5e-05 - train_batch_size: 64 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.1 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
{"language": ["en"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["glue"], "metrics": ["accuracy", "f1"], "model_index": [{"name": "qqp", "results": [{"task": {"name": "Text Classification", "type": "text-classification"}, "dataset": {"name": "GLUE QQP", "type": "glue", "args": "qqp"}, "metric": {"name": "F1", "type": "f1", "value": 0.8722569490623753}}]}]}
text-classification
Alireza1044/albert-base-v2-qqp
[ "transformers", "pytorch", "albert", "text-classification", "generated_from_trainer", "en", "dataset:glue", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# qqp This model is a fine-tuned version of albert-base-v2 on the GLUE QQP dataset. It achieves the following results on the evaluation set: - Loss: 0.3695 - Accuracy: 0.9050 - F1: 0.8723 - Combined Score: 0.8886 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 5e-05 - train_batch_size: 64 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.1 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
[ "# qqp\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE QQP dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.3695\n- Accuracy: 0.9050\n- F1: 0.8723\n- Combined Score: 0.8886", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 5e-05\n- train_batch_size: 64\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.1\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# qqp\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE QQP dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.3695\n- Accuracy: 0.9050\n- F1: 0.8723\n- Combined Score: 0.8886", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 5e-05\n- train_batch_size: 64\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.1\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ 60, 71, 6, 12, 8, 3, 90, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n# qqp\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE QQP dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.3695\n- Accuracy: 0.9050\n- F1: 0.8723\n- Combined Score: 0.8886## Model description\n\nMore information needed## Intended uses & limitations\n\nMore information needed## Training and evaluation data\n\nMore information needed## Training procedure### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 5e-05\n- train_batch_size: 64\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0### Training results### Framework versions\n\n- Transformers 4.9.1\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ -0.1311829388141632, 0.2145756334066391, -0.0021640623454004526, 0.1031651720404625, 0.12284251302480698, 0.022289156913757324, 0.03582530841231346, 0.17136408388614655, -0.03508622199296951, 0.07061418145895004, 0.10373027622699738, 0.04077291861176491, 0.07875052094459534, 0.14815105497837067, -0.03421120345592499, -0.18352580070495605, 0.0069109308533370495, 0.013420520350337029, -0.02318836748600006, 0.10476033389568329, 0.10860736668109894, -0.075359046459198, 0.0765119269490242, 0.008127695880830288, -0.11394598335027695, 0.002558210864663124, -0.022340042516589165, -0.057521432638168335, 0.08552062511444092, 0.04929201304912567, 0.041133079677820206, 0.02617291361093521, 0.08976063877344131, -0.2338709682226181, 0.0000886767084011808, 0.0437706895172596, 0.01761963963508606, 0.08179225772619247, 0.03644796460866928, 0.02448776736855507, 0.026480799540877342, -0.12647220492362976, 0.0862593725323677, 0.031148767098784447, -0.08750404417514801, -0.1353633552789688, -0.10182833671569824, 0.07843994349241257, 0.08555624634027481, 0.1072802022099495, -0.0038033127784729004, 0.15849265456199646, -0.04037603363394737, 0.06223495677113533, 0.16679520905017853, -0.3162989914417267, -0.03842905908823013, 0.02909928187727928, 0.049662671983242035, 0.05033378303050995, -0.10920985043048859, 0.0017563211731612682, 0.04917994141578674, 0.02331732027232647, 0.09091071039438248, -0.013996141962707043, -0.04262654483318329, -0.016750993207097054, -0.10194952040910721, -0.08165622502565384, 0.19130252301692963, 0.07424376904964447, -0.07452928274869919, -0.1169799342751503, -0.029584288597106934, -0.13732333481311798, -0.004658605437725782, -0.0218046922236681, 0.014352404512465, -0.0408097505569458, -0.0420689731836319, -0.05165154114365578, -0.08084525913000107, -0.05124201253056526, 0.016325900331139565, 0.06798703968524933, 0.033391211181879044, 0.016355492174625397, 0.006471560336649418, 0.11242496967315674, -0.06869422644376755, -0.15075251460075378, -0.05477678030729294, -0.021275551989674568, -0.07591225206851959, -0.034920692443847656, -0.038952119648456573, -0.008843978866934776, -0.005991777870804071, 0.14707280695438385, -0.013343224301934242, 0.06812182813882828, 0.044007882475852966, -0.0030693751759827137, -0.014256315305829048, 0.21652668714523315, -0.025727208703756332, -0.08458393812179565, 0.03594217449426651, 0.1446114480495453, 0.008213629014790058, -0.04646044224500656, -0.09526050090789795, -0.03660089150071144, 0.11309207230806351, 0.07040765136480331, -0.02157336100935936, 0.012791944667696953, -0.04911670461297035, -0.041863881051540375, 0.09105566889047623, -0.1204734817147255, 0.026328284293413162, -0.02285638637840748, -0.09338373690843582, -0.10996218025684357, 0.04233961179852486, 0.007896085269749165, -0.045700304210186005, 0.027266420423984528, -0.06498204171657562, -0.03408315032720566, -0.048789236694574356, -0.05081988871097565, 0.0018128432566300035, -0.06231540068984032, 0.02226441167294979, -0.091423898935318, -0.16678841412067413, -0.044310711324214935, 0.0314883217215538, -0.059087637811899185, -0.097582146525383, -0.02531859278678894, -0.047912340611219406, 0.015802010893821716, -0.014043246395885944, 0.11296816170215607, -0.051275745034217834, 0.08632606267929077, 0.0357850007712841, 0.007917704991996288, -0.011198518797755241, 0.046506766229867935, -0.07274190336465836, 0.03675099089741707, -0.03938794881105423, 0.09016744047403336, -0.09976261854171753, 0.0028915000148117542, -0.11107508093118668, -0.09281809628009796, 0.05597549304366112, -0.046334631741046906, 0.08444442600011826, 0.12059015780687332, -0.15752124786376953, -0.015636852011084557, 0.11586560308933258, -0.038074392825365067, -0.12332066148519516, 0.1097610741853714, -0.03919951617717743, 0.003776263678446412, 0.046953946352005005, 0.1555086374282837, 0.17376677691936493, -0.12046121060848236, -0.06835179775953293, 0.033175304532051086, 0.08914310485124588, -0.004459507763385773, 0.08894836157560349, 0.012754757888615131, 0.010782375931739807, 0.02815931662917137, -0.06845104694366455, 0.0008761054486967623, -0.06360972672700882, -0.10226614773273468, -0.05612996965646744, -0.10064057260751724, 0.04308800771832466, 0.025868970900774002, 0.02732737921178341, -0.04625628516077995, -0.12991534173488617, -0.026256054639816284, 0.11640151590108871, -0.03551863506436348, 0.0015095415292307734, -0.0876164436340332, 0.10352147370576859, -0.06221276894211769, -0.013999872840940952, -0.17933885753154755, -0.07807550579309464, 0.07133498042821884, -0.07708819210529327, 0.025665584951639175, -0.013632899150252342, 0.05155094340443611, 0.062470968812704086, -0.0451873354613781, -0.04199822247028351, -0.11934177577495575, -0.010846887715160847, -0.12827782332897186, -0.10958753526210785, -0.05734618753194809, -0.04107539355754852, 0.20727097988128662, -0.18105973303318024, 0.007739385589957237, 0.0014688463415950537, 0.09100354462862015, 0.014120497740805149, -0.059068452566862106, 0.01983162946999073, 0.023833582177758217, -0.0024974511470645666, -0.09191791713237762, 0.03429550677537918, 0.029872070997953415, -0.11937569826841354, -0.061248715966939926, -0.14143376052379608, 0.07707969844341278, 0.07606039941310883, 0.1222093403339386, -0.0671362653374672, -0.018633252009749413, -0.056345608085393906, -0.024587424471974373, -0.06839898228645325, -0.005429496522992849, 0.24460038542747498, 0.03062344156205654, 0.13700413703918457, -0.06546226143836975, -0.07359036803245544, 0.02557220309972763, 0.02173589915037155, -0.018247636035084724, 0.08392693102359772, 0.011437615379691124, -0.11832065880298615, 0.07240929454565048, 0.1002134457230568, -0.012607631273567677, 0.09426340460777283, -0.040185533463954926, -0.08962690830230713, -0.03073986805975437, 0.0036576073616743088, -0.0017754737054929137, 0.1635303944349289, -0.06819850951433182, 0.01322056446224451, 0.05781107395887375, 0.008498136885464191, 0.016536222770810127, -0.16232019662857056, -0.017469698563218117, 0.049016982316970825, -0.038593534380197525, -0.056326016783714294, -0.022044764831662178, 0.0005327241960912943, 0.08083110302686691, 0.05495254322886467, -0.017680814489722252, 0.017962045967578888, -0.025040173903107643, -0.06928279250860214, 0.17002277076244354, -0.09004533290863037, -0.2077288031578064, -0.14349646866321564, 0.054355889558792114, -0.07471207529306412, -0.023670777678489685, 0.03493784740567207, -0.06255774199962616, -0.05388676002621651, -0.09288232773542404, -0.05451979488134384, -0.03600237891077995, -0.00952213816344738, 0.0613984689116478, -0.012344875372946262, 0.10159234702587128, -0.12522481381893158, 0.0023402771912515163, -0.008655720390379429, -0.05028506740927696, -0.017318129539489746, 0.04220591112971306, 0.12932291626930237, 0.08174797892570496, -0.033395636826753616, 0.04024796932935715, -0.037578701972961426, 0.295097291469574, -0.08897469192743301, -0.0346396379172802, 0.11307162046432495, -0.008463864214718342, 0.05918151140213013, 0.11465872079133987, 0.019008472561836243, -0.09176678955554962, 0.0025312714278697968, 0.04160802811384201, -0.024195684120059013, -0.22528670728206635, -0.03270125389099121, -0.028042670339345932, -0.05319589376449585, 0.10057256370782852, 0.0559551864862442, 0.0051118601113557816, 0.055475130677223206, -0.013038601726293564, 0.05763859674334526, -0.04629603773355484, 0.08246493339538574, 0.07227979600429535, 0.04961562529206276, 0.08577650040388107, -0.033983971923589706, 0.004441500641405582, 0.06890426576137543, 0.06018725410103798, 0.23327650129795074, -0.0461527556180954, 0.12539952993392944, 0.005948162171989679, 0.1820620745420456, -0.0122190210968256, 0.0284784696996212, -0.0017569989431649446, 0.013210050761699677, -0.003996389918029308, -0.045791059732437134, -0.07893379032611847, 0.023366808891296387, 0.022605208680033684, 0.04859955608844757, -0.12666276097297668, 0.017360901460051537, -0.0022751090582460165, 0.2256360948085785, 0.050822414457798004, -0.2615845203399658, -0.09482105076313019, 0.020901687443256378, -0.01655859313905239, -0.08519230037927628, 0.008620362728834152, 0.08378296345472336, -0.14534184336662292, 0.052824582904577255, -0.045743249356746674, 0.10508951544761658, -0.07409448176622391, -0.0005893540801480412, 0.032128285616636276, 0.03238249570131302, 0.010867792181670666, 0.11110170930624008, -0.21081924438476562, 0.2111467868089676, 0.032652951776981354, 0.09894120693206787, -0.06634638458490372, 0.03969878703355789, 0.02165164425969124, 0.055286239832639694, 0.14445608854293823, -0.003480546409264207, 0.014764036051928997, -0.2229892909526825, -0.12409017235040665, 0.0470089428126812, 0.06067817658185959, -0.05307360365986824, 0.09037807583808899, -0.03704001381993294, 0.0005080247647128999, 0.01720433309674263, 0.0013246743474155664, -0.1365182250738144, -0.16815733909606934, 0.04939485713839531, 0.00017837602354120463, -0.009423485957086086, -0.07476702332496643, -0.09012885391712189, -0.05413199961185455, 0.1554747074842453, 0.001992745092138648, -0.061542823910713196, -0.13252149522304535, 0.05793144553899765, 0.11062755435705185, -0.08851269632577896, 0.010251949541270733, 0.005863765254616737, 0.14062976837158203, 0.017575645819306374, -0.06807006150484085, 0.03286798298358917, -0.04946261644363403, -0.1533839851617813, -0.03421153500676155, 0.1457957923412323, 0.010190301574766636, 0.073731929063797, 0.02505364455282688, 0.020973149687051773, -0.01937839202582836, -0.10184486210346222, 0.03518879786133766, 0.016513291746377945, 0.05052188038825989, 0.028831135481595993, -0.026328032836318016, 0.03240036591887474, -0.07792513072490692, -0.003935405984520912, 0.16607503592967987, 0.2356228530406952, -0.09905121475458145, 0.07968230545520782, 0.0359904021024704, -0.06764254719018936, -0.15319201350212097, -0.0048492359928786755, 0.10002689063549042, 0.03692125529050827, 0.046443965286016464, -0.14485444128513336, 0.019347287714481354, 0.08576403558254242, -0.0371713824570179, 0.04437698796391487, -0.2807469666004181, -0.11305832117795944, 0.0815504640340805, 0.10902383923530579, 0.01725567691028118, -0.13653311133384705, -0.06185340881347656, -0.022250600159168243, -0.18699470162391663, 0.09962209314107895, -0.03980647772550583, 0.11082232743501663, -0.023388417437672615, 0.06302379071712494, 0.0348430834710598, -0.03418450057506561, 0.17967966198921204, 0.010848336853086948, 0.031223975121974945, -0.04254286736249924, 0.014055431820452213, 0.055816650390625, -0.09198152273893356, 0.06846040487289429, -0.048683229833841324, 0.0795217901468277, -0.21355347335338593, -0.016503609716892242, -0.05076921358704567, 0.045850157737731934, -0.05799758806824684, -0.049845293164253235, -0.03396841883659363, 0.04760841280221939, 0.07876957952976227, -0.02990408055484295, 0.06629469990730286, 0.022226320579648018, 0.08154632896184921, 0.13626816868782043, 0.08318015187978745, -0.017476513981819153, -0.14063234627246857, 0.0023319616448134184, -0.03048558160662651, 0.06106479838490486, -0.1243143379688263, 0.03488074243068695, 0.137351393699646, 0.031201602891087532, 0.12936188280582428, 0.010913713835179806, -0.054625362157821655, 0.030865870416164398, 0.023000653833150864, -0.11832255125045776, -0.15322156250476837, -0.04673860967159271, 0.007310794200748205, -0.1548030823469162, -0.023913225159049034, 0.0981430783867836, -0.054705750197172165, -0.03344482555985451, -0.01624067686498165, 0.010838847607374191, 0.0012323040282353759, 0.183578222990036, 0.04518305882811546, 0.07277169823646545, -0.08534760028123856, 0.10779985785484314, 0.09110091626644135, -0.08575540035963058, 0.06753799319267273, 0.017700085416436195, -0.09095049649477005, -0.03584258630871773, 0.03557945415377617, 0.15775002539157867, -0.037280648946762085, -0.03774886950850487, -0.08682560920715332, -0.07046708464622498, 0.046756237745285034, 0.056853704154491425, 0.048679690808057785, -0.0019612135365605354, -0.02294446900486946, -0.007318275980651379, -0.12544968724250793, 0.11568137258291245, 0.052092187106609344, 0.05523702874779701, -0.14547835290431976, 0.016854392364621162, 0.014808706939220428, 0.09438538551330566, -0.01584853231906891, -0.004509143531322479, -0.05878656730055809, -0.01734531670808792, -0.13342152535915375, 0.031973835080862045, 0.001269287196919322, 0.025533944368362427, -0.05511919781565666, -0.05748908221721649, -0.03481399640440941, 0.05489620566368103, -0.06824112683534622, -0.08061303943395615, 0.004387625027447939, 0.04574454948306084, -0.11901216953992844, -0.02509569749236107, 0.029750827699899673, -0.08475811034440994, 0.09758133441209793, 0.016623059287667274, 0.02092587947845459, 0.021816043183207512, -0.00642557954415679, -0.0011125507298856974, -0.009576346725225449, 0.04400116205215454, 0.06350492686033249, -0.11144518852233887, 0.022527137771248817, -0.03749002888798714, -0.013276159763336182, 0.023389985784888268, 0.09891882538795471, -0.1302424967288971, -0.07465530931949615, -0.02394304797053337, -0.004231236409395933, -0.06147679686546326, 0.06739650666713715, 0.08918403089046478, 0.044645730406045914, 0.1428469568490982, -0.06038942188024521, 0.04640120640397072, -0.20212393999099731, -0.03872907534241676, 0.004177064634859562, -0.03486138582229614, -0.09348085522651672, -0.0491471067070961, 0.08403372019529343, -0.05232563987374306, 0.1266995072364807, -0.018460480496287346, 0.15180574357509613, 0.03540351986885071, -0.0059975809417665005, 0.022500138729810715, -0.026016967371106148, 0.15795983374118805, 0.07136678695678711, -0.012859153561294079, 0.1149766594171524, -0.011608734726905823, 0.050125088542699814, 0.04164157807826996, 0.12482450157403946, 0.09342337399721146, 0.05542336031794548, 0.06620825082063675, 0.03740222379565239, -0.09080037474632263, -0.15426689386367798, 0.032548896968364716, -0.026350876316428185, 0.11630959808826447, -0.03731132298707962, 0.11595885455608368, 0.06755320727825165, -0.17217998206615448, 0.07412378489971161, -0.065350741147995, -0.1025233343243599, -0.09278935939073563, -0.04851522296667099, -0.08051454275846481, -0.08012538403272629, 0.024458572268486023, -0.11754190176725388, 0.022847777232527733, 0.0786859393119812, -0.015238077379763126, -0.01825324073433876, 0.13112729787826538, -0.05948788300156593, 0.007371635641902685, 0.07379800081253052, 0.007961518131196499, -0.0011019170051440597, -0.05374785512685776, -0.012461095117032528, 0.06194896996021271, 0.010025039315223694, 0.09060302376747131, -0.024204785004258156, 0.013432499952614307, 0.030013836920261383, -0.0003637244808487594, -0.0825715884566307, 0.008141603320837021, 0.02278909645974636, 0.06684346497058868, 0.08431939035654068, 0.040917351841926575, 0.033818528056144714, -0.03529629111289978, 0.281441330909729, -0.060608748346567154, -0.02954484336078167, -0.1298884153366089, 0.14091961085796356, 0.04685332626104355, -0.0292804054915905, 0.07349232584238052, -0.11909937858581543, 0.006427680142223835, 0.1704980432987213, 0.10165101289749146, -0.0748906284570694, -0.023484433069825172, 0.003231641836464405, -0.003938950598239899, -0.022006243467330933, 0.10771279782056808, 0.104812391102314, 0.03722088411450386, -0.08713637292385101, -0.014030152931809425, -0.01182768028229475, -0.03716805949807167, -0.04457685351371765, 0.12994174659252167, 0.016462193801999092, 0.016845764592289925, -0.05359211564064026, 0.050276439636945724, 0.007779858540743589, -0.1535344123840332, -0.0014926329022273421, -0.2055635303258896, -0.20077766478061676, -0.01958710141479969, 0.07678797096014023, 0.0015265853144228458, 0.0479566752910614, 0.016350043937563896, 0.02665351703763008, 0.14773963391780853, -0.020649101585149765, -0.05482305958867073, -0.08787514269351959, 0.077885203063488, -0.051021043211221695, 0.2540450990200043, 0.019160231575369835, 0.06153853237628937, 0.10934344679117203, 0.01941753551363945, -0.1479892134666443, 0.05323433130979538, 0.08834030479192734, -0.03543001040816307, 0.03916765749454498, 0.1767641305923462, -0.021632755175232887, 0.08742224425077438, 0.041356611996889114, -0.0715305432677269, -0.02316373959183693, -0.07971372455358505, 0.006230650469660759, -0.06891001015901566, 0.012653776444494724, -0.05129646882414818, 0.1730092316865921, 0.17274589836597443, -0.050273653119802475, -0.014845984056591988, -0.07453430444002151, 0.02804115228354931, 0.0552198700606823, 0.10268611460924149, -0.021062353625893593, -0.15443244576454163, 0.019823744893074036, 0.013722238130867481, 0.023248398676514626, -0.2621918022632599, -0.08765357732772827, 0.03632527217268944, -0.04920736700296402, -0.022343790158629417, 0.13875535130500793, 0.051871344447135925, 0.022570636123418808, -0.05305761098861694, -0.07301211357116699, -0.05628115311264992, 0.11424570530653, -0.14948272705078125, -0.06486965715885162 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # rte This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the GLUE RTE dataset. It achieves the following results on the evaluation set: - Loss: 0.7994 - Accuracy: 0.6859 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 3e-05 - train_batch_size: 32 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.0 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
{"language": ["en"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["glue"], "metrics": ["accuracy"], "model_index": [{"name": "rte", "results": [{"task": {"name": "Text Classification", "type": "text-classification"}, "dataset": {"name": "GLUE RTE", "type": "glue", "args": "rte"}, "metric": {"name": "Accuracy", "type": "accuracy", "value": 0.6859205776173285}}]}]}
text-classification
Alireza1044/albert-base-v2-rte
[ "transformers", "pytorch", "tensorboard", "albert", "text-classification", "generated_from_trainer", "en", "dataset:glue", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# rte This model is a fine-tuned version of albert-base-v2 on the GLUE RTE dataset. It achieves the following results on the evaluation set: - Loss: 0.7994 - Accuracy: 0.6859 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 3e-05 - train_batch_size: 32 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.0 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
[ "# rte\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE RTE dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.7994\n- Accuracy: 0.6859", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 3e-05\n- train_batch_size: 32\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# rte\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE RTE dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.7994\n- Accuracy: 0.6859", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 3e-05\n- train_batch_size: 32\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ 64, 56, 6, 12, 8, 3, 90, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n# rte\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE RTE dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.7994\n- Accuracy: 0.6859## Model description\n\nMore information needed## Intended uses & limitations\n\nMore information needed## Training and evaluation data\n\nMore information needed## Training procedure### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 3e-05\n- train_batch_size: 32\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0### Training results### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ -0.08039207011461258, 0.18601466715335846, -0.0025320155546069145, 0.11675693839788437, 0.12055297940969467, 0.02688533440232277, 0.07955661416053772, 0.1726115196943283, -0.07213418930768967, 0.06303782016038895, 0.07522247731685638, 0.030456921085715294, 0.0638410672545433, 0.12054561823606491, -0.032615914940834045, -0.23110681772232056, -0.011452310718595982, 0.0032459606882184744, -0.041408270597457886, 0.08252516388893127, 0.11789152026176453, -0.0722246989607811, 0.08223086595535278, -0.016438808292150497, -0.12225573509931564, 0.038916293531656265, -0.021903345361351967, -0.05940661206841469, 0.08230762183666229, 0.03451095148921013, 0.07108020782470703, 0.0062218476086854935, 0.12400241196155548, -0.2360987365245819, -0.007959458976984024, 0.07241999357938766, 0.021451635286211967, 0.08639402687549591, 0.03746580705046654, -0.007979512214660645, 0.08048919588327408, -0.17800655961036682, 0.10709862411022186, 0.02483661286532879, -0.09435676038265228, -0.14789064228534698, -0.10157334059476852, 0.08065561205148697, 0.08712809532880783, 0.08306756615638733, 0.009727784432470798, 0.15227451920509338, -0.04677939787507057, 0.06653035432100296, 0.2377750128507614, -0.2628127336502075, -0.03523683547973633, 0.055081166326999664, 0.04678884893655777, 0.07151437550783157, -0.10306911915540695, 0.01852913573384285, 0.06523851305246353, 0.01876077987253666, 0.09611888974905014, -0.000021134426788194105, -0.07470687478780746, 0.010800562798976898, -0.11345767229795456, -0.05237114802002907, 0.2081112265586853, 0.04548393934965134, -0.04342278838157654, -0.1111491248011589, -0.043125417083501816, -0.10967753827571869, 0.002803562209010124, -0.042845193296670914, 0.036131635308265686, -0.044290777295827866, -0.04481470212340355, -0.06439937651157379, -0.07451233267784119, -0.05199098214507103, 0.012019489891827106, 0.04946283996105194, 0.04874739423394203, 0.009730846621096134, -0.0064311642199754715, 0.11921415477991104, -0.04080073535442352, -0.1387833058834076, -0.04322100430727005, 0.0008448442094959319, -0.08900472521781921, -0.05438882112503052, -0.0385168120265007, -0.012709731236100197, -0.03761615976691246, 0.16682513058185577, -0.030224254354834557, 0.05338000878691673, 0.007154243066906929, 0.003870566375553608, -0.021119026467204094, 0.1806774139404297, -0.031709372997283936, -0.052053336054086685, -0.00010189445310970768, 0.07368393242359161, 0.014840845949947834, -0.025696979835629463, -0.09576757997274399, -0.043082866817712784, 0.08716469258069992, 0.07457412034273148, -0.036073148250579834, 0.008568242192268372, -0.05796681344509125, -0.026899540796875954, 0.018964724615216255, -0.1427367627620697, 0.05578913167119026, -0.04394102469086647, -0.09921623766422272, -0.044823452830314636, 0.06104231998324394, -0.006336234975606203, -0.04846413433551788, 0.047072455286979675, -0.06386254727840424, -0.01914816163480282, -0.06857618689537048, -0.04966670274734497, 0.03195210546255112, -0.11283432692289352, 0.007401013746857643, -0.0662117674946785, -0.21067824959754944, -0.026470523327589035, 0.051388926804065704, -0.0836804136633873, -0.03736627474427223, -0.03363870084285736, -0.05422421544790268, 0.011116373352706432, -0.009549791924655437, 0.08048757910728455, -0.03048468567430973, 0.055747367441654205, 0.01359512284398079, 0.040608156472444534, 0.03430607542395592, 0.05105885490775108, -0.06398512423038483, 0.031158259138464928, -0.0964890643954277, 0.09340693056583405, -0.09098239988088608, -0.004210995510220528, -0.12156680226325989, -0.08749435842037201, 0.02579880878329277, -0.03453660383820534, 0.06522596627473831, 0.11994026601314545, -0.18083755671977997, -0.01643548160791397, 0.142311692237854, -0.059920065104961395, -0.07887426763772964, 0.1214255765080452, -0.0619048997759819, 0.027945449575781822, 0.07275116443634033, 0.14510025084018707, 0.11304029822349548, -0.14032526314258575, -0.039957109838724136, 0.03455635905265808, 0.06639692932367325, 0.031762849539518356, 0.07491724193096161, 0.012097697705030441, 0.059708867222070694, 0.015506086871027946, -0.06295137852430344, -0.02261260338127613, -0.06510081887245178, -0.09613054990768433, -0.05920550972223282, -0.07434381544589996, 0.04838332533836365, 0.03960324451327324, 0.02942814491689205, -0.06930522620677948, -0.14730404317378998, 0.07165888696908951, 0.1213705763220787, -0.050261788070201874, 0.02607782930135727, -0.07696391642093658, 0.05062616989016533, -0.043340615928173065, -0.026106571778655052, -0.1732906550168991, -0.09870388358831406, 0.052094943821430206, -0.07057841867208481, 0.04956550523638725, 0.041248153895139694, 0.062053728848695755, 0.06307905167341232, -0.06633556634187698, -0.010612515732645988, -0.11235584318637848, -0.0011822701198980212, -0.09841594099998474, -0.16502676904201508, -0.04220907762646675, -0.0359036810696125, 0.1535513550043106, -0.21785421669483185, 0.02189895324409008, 0.01143474131822586, 0.15065236389636993, 0.037602052092552185, -0.054942537099123, -0.008295310661196709, 0.008840702474117279, -0.0316290445625782, -0.10949553549289703, 0.012723026797175407, -0.007762272842228413, -0.08933085948228836, -0.03997145965695381, -0.13509851694107056, 0.037760380655527115, 0.07662426680326462, 0.08613955229520798, -0.10069126635789871, 0.016189860180020332, -0.04926293343305588, -0.03696944937109947, -0.09203419089317322, -0.026246851310133934, 0.22705933451652527, 0.00913799274712801, 0.13542498648166656, -0.06564721465110779, -0.10060165822505951, 0.0031154353637248278, -0.004138506017625332, -0.03029230609536171, 0.0803726390004158, 0.019589653238654137, -0.0926612913608551, 0.09360365569591522, 0.10277272015810013, -0.02680087834596634, 0.11234650015830994, -0.04148124158382416, -0.1116211861371994, -0.03368933126330376, -0.003480121260508895, 0.0055612921714782715, 0.13576003909111023, -0.060253407806158066, -0.005699554458260536, 0.03322327882051468, 0.020057212561368942, 0.022002974525094032, -0.1676703542470932, -0.005670975893735886, 0.05775876343250275, -0.04398622736334801, -0.009393326006829739, -0.034844450652599335, 0.0030123605392873287, 0.08895367383956909, 0.032719701528549194, -0.018574539572000504, 0.02186681143939495, -0.014167401939630508, -0.07266826182603836, 0.16248607635498047, -0.09212319552898407, -0.1707744151353836, -0.1494317352771759, 0.03308644890785217, -0.04024619609117508, -0.007549714762717485, 0.025252938270568848, -0.08641509711742401, -0.06582143157720566, -0.10677945613861084, -0.013005005195736885, -0.05413363501429558, -0.02046760357916355, 0.0795392319560051, 0.02117358148097992, 0.07910166680812836, -0.13734841346740723, 0.006814358755946159, -0.006925557740032673, -0.07657279074192047, -0.026461752131581306, 0.009753267280757427, 0.11452559381723404, 0.10394039005041122, -0.05189405381679535, 0.032339077442884445, -0.04319978132843971, 0.17271491885185242, -0.08035418391227722, -0.006589740514755249, 0.09823065251111984, -0.017932193353772163, 0.05744798108935356, 0.09209876507520676, 0.019489916041493416, -0.09227856993675232, 0.015499833039939404, 0.0617806650698185, -0.035056788474321365, -0.2818842828273773, -0.03409477695822716, -0.021156590431928635, -0.03741776943206787, 0.10765539854764938, 0.057332199066877365, 0.046391673386096954, 0.03476084768772125, -0.014924212358891964, 0.0766686424612999, -0.011866706423461437, 0.09719717502593994, 0.07764087617397308, 0.020723268389701843, 0.07759839296340942, -0.051463451236486435, -0.02413369156420231, 0.07760868966579437, 0.04061679542064667, 0.26993972063064575, -0.026157917454838753, 0.14830371737480164, 0.0016372627578675747, 0.10977277904748917, -0.03836997598409653, 0.0349607989192009, 0.011870788410305977, 0.01840897835791111, -0.012036538682878017, -0.05545950308442116, -0.02213294804096222, 0.05833439156413078, -0.018371809273958206, 0.0312130656093359, -0.0959201380610466, 0.03275144472718239, 0.024070044979453087, 0.20922476053237915, 0.05693065747618675, -0.29404935240745544, -0.07615840435028076, 0.03483882173895836, -0.028844458982348442, -0.05985824018716812, 0.005602390039712191, 0.10014408081769943, -0.1173313781619072, 0.06432773917913437, -0.03710298612713814, 0.10140630602836609, -0.07169147580862045, -0.012821869924664497, 0.02916376106441021, 0.07321347296237946, 0.005825525615364313, 0.11054886132478714, -0.20537783205509186, 0.21372941136360168, 0.026139017194509506, 0.09605779498815536, -0.07825671881437302, 0.04320983588695526, 0.007366515696048737, 0.06970633566379547, 0.15577581524848938, 0.00028149294666945934, -0.05403269827365875, -0.17705343663692474, -0.09832854568958282, 0.013704218901693821, 0.11085275560617447, -0.054007090628147125, 0.08121741563081741, -0.04894275218248367, -0.005715747829526663, 0.05661812797188759, -0.06456845998764038, -0.1468479186296463, -0.1612103432416916, 0.03477983921766281, -0.00720136146992445, -0.05204369127750397, -0.06388577073812485, -0.10836908221244812, -0.05235211178660393, 0.18021652102470398, -0.005722490604966879, -0.039972465485334396, -0.14478841423988342, 0.0844971239566803, 0.12723788619041443, -0.07562018185853958, -0.000298001104965806, 0.03351617604494095, 0.14740575850009918, 0.029701540246605873, -0.07971520721912384, 0.04977269098162651, -0.053137440234422684, -0.15806621313095093, -0.06032680347561836, 0.13115379214286804, 0.05429261550307274, 0.07146377861499786, 0.01948387734591961, 0.0326150506734848, 0.011924882419407368, -0.083280548453331, 0.033254820853471756, 0.07909407466650009, 0.08232124149799347, 0.06403032690286636, -0.08451387286186218, 0.02681894227862358, -0.05506199225783348, -0.01755710504949093, 0.143365740776062, 0.1995002180337906, -0.10628915578126907, 0.1055012121796608, 0.03412822633981705, -0.10747600346803665, -0.18374879658222198, 0.05569672957062721, 0.0755310207605362, 0.02138858661055565, 0.06158612295985222, -0.168711319565773, 0.07148225605487823, 0.08789800852537155, -0.022418582811951637, 0.026195025071501732, -0.2978144586086273, -0.1231149360537529, 0.07353533804416656, 0.0792265310883522, -0.0006524514174088836, -0.12940092384815216, -0.0348159484565258, -0.03550596162676811, -0.14904482662677765, 0.08722610026597977, -0.08173635601997375, 0.10157182812690735, -0.00786904152482748, 0.05877145752310753, 0.025340035557746887, -0.026385808363556862, 0.15694810450077057, 0.06853510439395905, 0.06293148547410965, -0.05788593366742134, 0.023267844691872597, 0.12071646004915237, -0.09309351444244385, 0.09038347005844116, -0.035863157361745834, 0.06546878814697266, -0.18644781410694122, -0.0291915163397789, -0.018493495881557465, 0.06826154887676239, -0.05644306167960167, -0.06451510637998581, -0.05360153689980507, 0.04928592965006828, 0.08742069453001022, -0.040694255381822586, 0.08505285531282425, 0.038207218050956726, 0.08171797543764114, 0.09593291580677032, 0.08292392641305923, 0.016724713146686554, -0.1086084246635437, 0.014197137206792831, -0.01958969235420227, 0.044679660350084305, -0.16810911893844604, 0.044506777077913284, 0.13124486804008484, 0.03494740277528763, 0.14719144999980927, 0.020508337765932083, -0.07173917442560196, 0.005855615250766277, 0.027144137769937515, -0.09809538722038269, -0.12443967163562775, -0.027289366349577904, -0.03682780638337135, -0.12421708554029465, 0.014407658018171787, 0.09640499204397202, -0.07472772151231766, -0.013765092007815838, -0.012215817347168922, 0.02316248044371605, -0.011603939346969128, 0.17273308336734772, 0.038278285413980484, 0.05318335443735123, -0.06992286443710327, 0.13916325569152832, 0.0872102677822113, -0.08235734701156616, 0.07878066599369049, 0.052097804844379425, -0.0744890347123146, -0.025349417701363564, 0.05757565051317215, 0.1747102439403534, -0.052470844238996506, -0.04173732548952103, -0.09553481638431549, -0.05229323357343674, 0.054929714649915695, 0.08886326849460602, 0.05415203049778938, -0.002586867194622755, -0.03639788180589676, 0.014315186999738216, -0.15054653584957123, 0.11243496835231781, 0.07479238510131836, 0.06974822282791138, -0.14069479703903198, 0.05329858511686325, 0.01745034195482731, 0.05701000243425369, -0.029001599177718163, 0.018913011997938156, -0.061870623379945755, -0.01743200235068798, -0.1186678484082222, 0.013046070002019405, 0.0004934213357046247, 0.01687581092119217, -0.03348472714424133, -0.0650806799530983, -0.027616608887910843, 0.060082513839006424, -0.06019584834575653, -0.072178415954113, 0.005220914259552956, 0.06158772110939026, -0.13618505001068115, -0.03479686751961708, 0.03383246809244156, -0.09056511521339417, 0.09110051393508911, 0.025303319096565247, 0.022522494196891785, 0.03031986765563488, -0.06633835285902023, 0.0002168640203308314, 0.01025655958801508, 0.04409613460302353, 0.05439410358667374, -0.12178799510002136, 0.014500444754958153, -0.039358317852020264, 0.032102033495903015, 0.017836475744843483, 0.03718762472271919, -0.12051109969615936, -0.03517946973443031, -0.07510799914598465, -0.057607501745224, -0.05670993775129318, 0.07421182096004486, 0.09614989161491394, 0.03726854920387268, 0.13380108773708344, -0.0608600452542305, 0.05641406029462814, -0.1966404765844345, -0.0265861414372921, 0.012499338015913963, -0.02933763712644577, -0.08067739009857178, -0.04963872954249382, 0.06963232904672623, -0.06038699299097061, 0.14866916835308075, 0.014336380176246166, 0.10069366544485092, 0.04989283159375191, -0.03516522794961929, -0.01430602092295885, -0.012281082570552826, 0.15856395661830902, 0.05715469270944595, -0.019281255081295967, 0.06756239384412766, -0.0303417406976223, 0.07837074249982834, -0.009164449758827686, 0.14558450877666473, 0.13635407388210297, -0.01814321242272854, 0.061156533658504486, 0.06041532754898071, -0.11253941804170609, -0.1768067628145218, 0.08012940734624863, -0.011391141451895237, 0.09353744238615036, -0.03398871049284935, 0.11316484212875366, 0.09615451097488403, -0.1799367368221283, 0.06189510226249695, -0.0498577319085598, -0.10359348356723785, -0.12279568612575531, -0.040045518428087234, -0.08855491131544113, -0.09675056487321854, 0.025945618748664856, -0.1195002868771553, 0.039515458047389984, 0.0958523154258728, 0.0018967242212966084, 0.0031601088121533394, 0.1351442039012909, -0.06415146589279175, 0.018695885315537453, 0.0552484393119812, 0.019081231206655502, 0.00667364988476038, -0.05831204727292061, -0.0292342621833086, 0.044774360954761505, 0.02153892070055008, 0.07436836510896683, -0.03165692836046219, 0.045906007289886475, 0.019123265519738197, -0.01086671743541956, -0.07621455192565918, 0.0022947362158447504, 0.024059202522039413, 0.03161154314875603, 0.05011606216430664, 0.04975263029336929, 0.00694602495059371, -0.037126749753952026, 0.26357340812683105, -0.0785631462931633, -0.04377073422074318, -0.13036182522773743, 0.1903664618730545, 0.06634631007909775, -0.009424605406820774, 0.06965844333171844, -0.13329440355300903, -0.006139690987765789, 0.12892647087574005, 0.1376277208328247, -0.013490737415850163, -0.02337701804935932, -0.011454333551228046, -0.0017356713069602847, -0.030359938740730286, 0.08878526091575623, 0.09659471362829208, 0.02954174391925335, -0.06783027946949005, -0.02184823900461197, 0.015516811981797218, -0.0315999910235405, -0.06955469399690628, 0.09512457251548767, 0.011468550190329552, 0.012294590473175049, -0.03258713707327843, 0.06394960731267929, 0.027903731912374496, -0.2099488526582718, 0.050333958119153976, -0.2088429033756256, -0.174446240067482, -0.004379489459097385, 0.08853794634342194, -0.025213394314050674, 0.05118446797132492, 0.00836639292538166, -0.0026303203776478767, 0.15069639682769775, 0.003006166312843561, -0.10752996802330017, -0.05791318416595459, 0.07311710715293884, -0.06475040316581726, 0.23353973031044006, 0.002847821917384863, 0.07159985601902008, 0.10420221090316772, 0.0017824292881414294, -0.13953804969787598, 0.029483165591955185, 0.0752979964017868, -0.012666655704379082, 0.02599976770579815, 0.18177929520606995, -0.05597134679555893, 0.08484525978565216, 0.05474690720438957, -0.10365146398544312, -0.02312055416405201, -0.0460231713950634, -0.018795575946569443, -0.08624417334794998, 0.002947611967101693, -0.06182590499520302, 0.16707971692085266, 0.18346776068210602, -0.03435076028108597, -0.002336082747206092, -0.08112405985593796, 0.014352552592754364, 0.06468112021684647, 0.07734817266464233, 0.003988354466855526, -0.14496654272079468, 0.011762788519263268, 0.023867418989539146, 0.0493285171687603, -0.2551635205745697, -0.0964997336268425, 0.06063108146190643, -0.05625465139746666, -0.05790935456752777, 0.11820487678050995, 0.0884489119052887, 0.037464533001184464, -0.042960431426763535, -0.1386413872241974, -0.03547205030918121, 0.1206330731511116, -0.15715694427490234, -0.03851499781012535 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # sst2 This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the GLUE SST2 dataset. It achieves the following results on the evaluation set: - Loss: 0.3808 - Accuracy: 0.9232 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 1e-05 - train_batch_size: 32 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.0 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
{"language": ["en"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["glue"], "metrics": ["accuracy"], "model_index": [{"name": "sst2", "results": [{"task": {"name": "Text Classification", "type": "text-classification"}, "dataset": {"name": "GLUE SST2", "type": "glue", "args": "sst2"}, "metric": {"name": "Accuracy", "type": "accuracy", "value": 0.9231651376146789}}]}]}
text-classification
Alireza1044/albert-base-v2-sst2
[ "transformers", "pytorch", "tensorboard", "albert", "text-classification", "generated_from_trainer", "en", "dataset:glue", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# sst2 This model is a fine-tuned version of albert-base-v2 on the GLUE SST2 dataset. It achieves the following results on the evaluation set: - Loss: 0.3808 - Accuracy: 0.9232 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 1e-05 - train_batch_size: 32 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.0 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
[ "# sst2\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE SST2 dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.3808\n- Accuracy: 0.9232", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 1e-05\n- train_batch_size: 32\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# sst2\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE SST2 dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.3808\n- Accuracy: 0.9232", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 1e-05\n- train_batch_size: 32\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ 64, 56, 6, 12, 8, 3, 90, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n# sst2\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE SST2 dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.3808\n- Accuracy: 0.9232## Model description\n\nMore information needed## Intended uses & limitations\n\nMore information needed## Training and evaluation data\n\nMore information needed## Training procedure### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 1e-05\n- train_batch_size: 32\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0### Training results### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ -0.08821505308151245, 0.20620565116405487, -0.0029546243604272604, 0.10553278028964996, 0.11946570873260498, 0.02374749816954136, 0.09588044881820679, 0.1638031154870987, -0.06755287945270538, 0.076508067548275, 0.07668092846870422, 0.021375300362706184, 0.07456497102975845, 0.13388362526893616, -0.028845157474279404, -0.2229045331478119, 0.0012339729582890868, -0.001283375546336174, -0.04960275813937187, 0.08307577669620514, 0.11279058456420898, -0.08304707705974579, 0.07748254388570786, -0.014929761178791523, -0.12092292308807373, 0.03258247673511505, -0.01921367458999157, -0.05895991250872612, 0.07537567615509033, 0.027646366506814957, 0.0745251402258873, 0.007775107864290476, 0.1287653148174286, -0.244804248213768, -0.011511840857565403, 0.06785085797309875, 0.0316433310508728, 0.08675447851419449, 0.04647856950759888, -0.0056895106099545956, 0.07644069194793701, -0.179158553481102, 0.1041458249092102, 0.021254131570458412, -0.09047752618789673, -0.15875937044620514, -0.10795915126800537, 0.0800265297293663, 0.09963461011648178, 0.07648850232362747, 0.008165990933775902, 0.1338566094636917, -0.049794990569353104, 0.06541171669960022, 0.22827932238578796, -0.263826847076416, -0.03130171447992325, 0.045017510652542114, 0.039454489946365356, 0.06046583130955696, -0.09950440376996994, 0.01936975121498108, 0.05428306758403778, 0.014236945658922195, 0.10439682751893997, -0.0021361957769840956, -0.07719213515520096, 0.015175731852650642, -0.11145947873592377, -0.06178705021739006, 0.2014061063528061, 0.045257408171892166, -0.043770644813776016, -0.11763981729745865, -0.04079242795705795, -0.11325836181640625, -0.002324676373973489, -0.04304489865899086, 0.04326123744249344, -0.045166052877902985, -0.03848268464207649, -0.060221169143915176, -0.07425612956285477, -0.05488140881061554, 0.019895270466804504, 0.048788562417030334, 0.04416750371456146, 0.01765419915318489, -0.00352212181314826, 0.11726737767457962, -0.040967777371406555, -0.140096977353096, -0.03449586033821106, 0.007007866632193327, -0.09436381608247757, -0.04902735725045204, -0.03575297072529793, -0.020259665325284004, -0.04014875367283821, 0.1650693118572235, -0.03207095339894295, 0.0555361770093441, 0.013845803216099739, 0.006140725687146187, -0.019967813044786453, 0.18220967054367065, -0.023750538006424904, -0.050967875868082047, -0.008440941572189331, 0.08334483951330185, 0.02115616202354431, -0.030967354774475098, -0.0904679000377655, -0.03667876496911049, 0.0799880176782608, 0.07046481966972351, -0.03459898382425308, 0.0023793468717485666, -0.06430373340845108, -0.021898647770285606, 0.008700564503669739, -0.1509428173303604, 0.06644552946090698, -0.033954888582229614, -0.09639602154493332, -0.03862086310982704, 0.060131773352622986, -0.001390952616930008, -0.05077635496854782, 0.06770721077919006, -0.0624576061964035, -0.0061285714618861675, -0.07212506979703903, -0.04481926187872887, 0.03480779007077217, -0.10616132616996765, -0.0015070458175614476, -0.052449338138103485, -0.20949329435825348, -0.02848396636545658, 0.051343586295843124, -0.07623301446437836, -0.036878958344459534, -0.039403773844242096, -0.05094943568110466, 0.01764080859720707, -0.01608172431588173, 0.07556544989347458, -0.031333573162555695, 0.056575026363134384, 0.012969015166163445, 0.03958659991621971, 0.03982579708099365, 0.046637773513793945, -0.06778910756111145, 0.039156075567007065, -0.09481512010097504, 0.08612879365682602, -0.09831801801919937, 0.0001448409748263657, -0.11388906836509705, -0.08641444146633148, 0.03168511763215065, -0.026528863236308098, 0.06649201363325119, 0.13173116743564606, -0.18633730709552765, -0.02377988025546074, 0.15180091559886932, -0.06490703672170639, -0.07351510971784592, 0.11573861539363861, -0.05572611093521118, 0.005647233221679926, 0.0716826468706131, 0.1493973433971405, 0.10238739103078842, -0.13323059678077698, -0.0447496697306633, 0.0332888662815094, 0.07877703011035919, 0.034192077815532684, 0.08310778439044952, -0.0012175956508144736, 0.06906242668628693, 0.02202456444501877, -0.07715512812137604, -0.027463721111416817, -0.05926782637834549, -0.10108103603124619, -0.059523504227399826, -0.075116828083992, 0.051313240081071854, 0.04186683148145676, 0.032567042857408524, -0.06769886612892151, -0.14574967324733734, 0.08932258188724518, 0.1155763640999794, -0.053178753703832626, 0.02692614495754242, -0.0753176361322403, 0.05213623866438866, -0.033208224922418594, -0.02421514317393303, -0.17661455273628235, -0.09261801838874817, 0.05029609426856041, -0.07323884218931198, 0.03861481696367264, 0.03229643777012825, 0.0609610453248024, 0.06785965710878372, -0.06274857372045517, -0.013625982217490673, -0.11102203279733658, -0.00563313951715827, -0.0973883867263794, -0.16111090779304504, -0.05465661361813545, -0.03133625537157059, 0.1550895720720291, -0.2198616862297058, 0.02725418098270893, 0.02347758784890175, 0.15264283120632172, 0.03319721296429634, -0.06676371395587921, -0.009310277178883553, 0.013764524832367897, -0.02671276219189167, -0.10575619339942932, 0.013583274558186531, -0.00930318608880043, -0.09484802931547165, -0.049536023288965225, -0.14412614703178406, 0.04467231035232544, 0.07795849442481995, 0.08214997500181198, -0.08629127591848373, 0.01019534282386303, -0.052614130079746246, -0.034597013145685196, -0.09485989809036255, -0.02940862998366356, 0.20307675004005432, 0.013347271829843521, 0.133083313703537, -0.06325333565473557, -0.09198632836341858, -0.0008443094557151198, -0.004565886687487364, -0.030594374984502792, 0.0808531641960144, 0.02369319461286068, -0.06084311380982399, 0.10221318900585175, 0.10277463495731354, -0.025646809488534927, 0.10954499989748001, -0.051745232194662094, -0.10895667970180511, -0.03764563798904419, -0.006666397675871849, 0.002678189193829894, 0.13982978463172913, -0.05941716581583023, -0.011436352506279945, 0.037361882627010345, 0.02071918174624443, 0.015308169648051262, -0.17267604172229767, -0.0024567877408117056, 0.05814102664589882, -0.0460105799138546, -0.007911769673228264, -0.04567030817270279, 0.0030586146749556065, 0.08540450781583786, 0.029487071558833122, -0.0023087882436811924, 0.016127396374940872, -0.01980438642203808, -0.08180440962314606, 0.16153118014335632, -0.10222241282463074, -0.1691397875547409, -0.15796157717704773, 0.04350098967552185, -0.040755148977041245, -0.0012488460633903742, 0.018882734701037407, -0.08136513084173203, -0.07020847499370575, -0.10987753421068192, -0.01584113948047161, -0.047338541597127914, -0.021083876490592957, 0.0867842584848404, 0.01594524458050728, 0.07812721282243729, -0.13354963064193726, 0.0027661207132041454, 0.000860982050653547, -0.07195250689983368, -0.03469521179795265, 0.03254310041666031, 0.1085083931684494, 0.10917653143405914, -0.0381692610681057, 0.03194834664463997, -0.03719550743699074, 0.17350389063358307, -0.07999321818351746, -0.008577884174883366, 0.09919445216655731, -0.024920450523495674, 0.060916218906641006, 0.09444049745798111, 0.028225282207131386, -0.08751083165407181, 0.010960969142615795, 0.05348248407244682, -0.03242235258221626, -0.2697240710258484, -0.03719401732087135, -0.018388783559203148, -0.024441460147500038, 0.10673437267541885, 0.048848845064640045, 0.02732323296368122, 0.03701970353722572, -0.01863875426352024, 0.08210833370685577, -0.0037957155145704746, 0.09079550951719284, 0.07107449322938919, 0.021964598447084427, 0.07935042679309845, -0.0531717874109745, -0.018577203154563904, 0.07740415632724762, 0.025835618376731873, 0.2603360116481781, -0.021578462794423103, 0.1460241675376892, 0.005732063204050064, 0.11058317124843597, -0.039944298565387726, 0.034161001443862915, 0.018146099522709846, 0.02125842124223709, -0.0035901807714253664, -0.06564997136592865, -0.03177839517593384, 0.0618947297334671, -0.018786652013659477, 0.037525586783885956, -0.09929177165031433, 0.028330715373158455, 0.026912089437246323, 0.2168729603290558, 0.0588437058031559, -0.287201851606369, -0.07601162046194077, 0.051825784146785736, -0.02891378477215767, -0.06008574739098549, 0.003168535651639104, 0.11239324510097504, -0.12419400364160538, 0.06819556653499603, -0.04055286943912506, 0.09933797270059586, -0.06321027874946594, -0.008815869688987732, 0.030689764767885208, 0.0585685558617115, 0.015174686908721924, 0.1097070574760437, -0.2106591761112213, 0.21126949787139893, 0.029638614505529404, 0.09838128834962845, -0.07635904848575592, 0.055814485996961594, 0.009536178782582283, 0.06802639365196228, 0.15216487646102905, 0.0036859028041362762, -0.08441615104675293, -0.1777680516242981, -0.09762609750032425, 0.009142096154391766, 0.10834190994501114, -0.06321975588798523, 0.07977993041276932, -0.042958181351423264, -0.009864605031907558, 0.046178802847862244, -0.06172052025794983, -0.1372252106666565, -0.16021119058132172, 0.041023485362529755, -0.010483760386705399, -0.04434162750840187, -0.07111361622810364, -0.10588893294334412, -0.061776623129844666, 0.1817338764667511, -0.02560141496360302, -0.04425673931837082, -0.14426708221435547, 0.0833258256316185, 0.12027880549430847, -0.06965675950050354, 0.0058440472930669785, 0.03872116655111313, 0.15515229105949402, 0.025089116767048836, -0.07977525889873505, 0.04379821568727493, -0.05246153101325035, -0.1701691448688507, -0.06015113741159439, 0.13951018452644348, 0.050199735909700394, 0.07062756270170212, 0.012645001523196697, 0.03958464413881302, 0.016124162822961807, -0.08720696717500687, 0.03826551511883736, 0.10419604182243347, 0.0948895663022995, 0.06655779480934143, -0.0765545666217804, 0.017409104853868484, -0.04732172563672066, -0.012713581323623657, 0.1349090188741684, 0.20927193760871887, -0.10764344781637192, 0.11090869456529617, 0.03175530210137367, -0.11131706833839417, -0.1898307055234909, 0.05608596280217171, 0.07714236527681351, 0.030457913875579834, 0.07460389286279678, -0.1714496910572052, 0.07995361089706421, 0.09596598893404007, -0.031162261962890625, 0.024590037763118744, -0.2968688905239105, -0.12616340816020966, 0.06923343986272812, 0.08108968287706375, -0.01604931615293026, -0.13705293834209442, -0.0495302677154541, -0.043443989008665085, -0.16709105670452118, 0.09488788992166519, -0.07318387180566788, 0.08888410776853561, -0.005589687265455723, 0.05438395217061043, 0.03075006976723671, -0.03444492444396019, 0.16987676918506622, 0.07016350328922272, 0.0666990876197815, -0.057093389332294464, 0.0265150498598814, 0.11953885108232498, -0.09705036878585815, 0.09033757448196411, -0.044042203575372696, 0.0612337552011013, -0.19572971761226654, -0.023371992632746696, -0.0167353767901659, 0.06561821699142456, -0.06499506533145905, -0.051763616502285004, -0.05678081139922142, 0.04425086826086044, 0.08535677939653397, -0.034635066986083984, 0.08984334766864777, 0.038421835750341415, 0.08414575457572937, 0.1012529507279396, 0.08647410571575165, 0.020259631797671318, -0.10951701551675797, 0.008877167478203773, -0.018824687227606773, 0.04225004464387894, -0.16976751387119293, 0.04599576070904732, 0.13842138648033142, 0.035774171352386475, 0.14629533886909485, 0.01840486004948616, -0.06627721339464188, 0.0006670208531431854, 0.02703678421676159, -0.11041153967380524, -0.1262418031692505, -0.027568664401769638, -0.024990247562527657, -0.12830357253551483, 0.010298959910869598, 0.08966702222824097, -0.06603959947824478, -0.013657556846737862, -0.010540374554693699, 0.032335493713617325, -0.011076799593865871, 0.1699138879776001, 0.03241109848022461, 0.06497544795274734, -0.07061418145895004, 0.14020425081253052, 0.08782986551523209, -0.08718883991241455, 0.07378260791301727, 0.05049412325024605, -0.07562921196222305, -0.019451281055808067, 0.053140025585889816, 0.16715189814567566, -0.021886005997657776, -0.04527166858315468, -0.09975585341453552, -0.06659970432519913, 0.04946792125701904, 0.08108086884021759, 0.055197954177856445, 0.004816844128072262, -0.034002888947725296, 0.015564396046102047, -0.1408158838748932, 0.11300534009933472, 0.07607321441173553, 0.06766457110643387, -0.1385648548603058, 0.07687120139598846, 0.014373447746038437, 0.052684228867292404, -0.024089913815259933, 0.020327473059296608, -0.0675416886806488, -0.014660331420600414, -0.11055926978588104, 0.008531766012310982, -0.012119832448661327, 0.006316727958619595, -0.03056854009628296, -0.06165841594338417, -0.025374094024300575, 0.05396052077412605, -0.06088035926222801, -0.06991706788539886, -0.0020484300330281258, 0.05787282437086105, -0.1364562213420868, -0.028812849894165993, 0.03854677081108093, -0.09673618525266647, 0.08385758846998215, 0.03225468844175339, 0.028103983029723167, 0.03697364404797554, -0.055052272975444794, 0.0019945281092077494, 0.010145669803023338, 0.045334622263908386, 0.0483776330947876, -0.10832727700471878, 0.005956330802291632, -0.03534993529319763, 0.035386454313993454, 0.020180827006697655, 0.04062720015645027, -0.11824201792478561, -0.034315016120672226, -0.05927283316850662, -0.05942318215966225, -0.05798756331205368, 0.07502078264951706, 0.10660556703805923, 0.032137081027030945, 0.1370478868484497, -0.06137222424149513, 0.05815810710191727, -0.19749672710895538, -0.022938301786780357, 0.011874198913574219, -0.031560301780700684, -0.08679872006177902, -0.05020222067832947, 0.07150358706712723, -0.061123959720134735, 0.1512499898672104, 0.006178979761898518, 0.09605388343334198, 0.05093180015683174, -0.03614960238337517, -0.0008750330307520926, 0.002081090584397316, 0.15928825736045837, 0.057755231857299805, -0.022256596013903618, 0.07187821716070175, -0.0324755497276783, 0.07060817629098892, -0.01428575161844492, 0.15060050785541534, 0.13719381392002106, -0.018702955916523933, 0.07346578687429428, 0.05928832292556763, -0.11010223627090454, -0.1839817464351654, 0.07520530372858047, -0.027571717277169228, 0.10178595781326294, -0.047112517058849335, 0.13250359892845154, 0.08226800709962845, -0.19122640788555145, 0.06936433166265488, -0.0503699854016304, -0.1071508526802063, -0.1280742883682251, -0.050065092742443085, -0.08232725411653519, -0.09486709535121918, 0.023419760167598724, -0.11542602628469467, 0.03981226682662964, 0.10671136528253555, -0.0048852539621293545, 0.00003982938142144121, 0.1349259316921234, -0.0750650092959404, 0.02961813099682331, 0.0554320402443409, 0.019947553053498268, 0.001146573107689619, -0.06184937804937363, -0.034022603183984756, 0.04373205080628395, 0.025241678580641747, 0.08357691764831543, -0.030889619141817093, 0.041785433888435364, 0.013923533260822296, -0.004251651931554079, -0.0761323943734169, 0.007171448785811663, 0.0116100013256073, 0.03211550787091255, 0.035970136523246765, 0.047019727528095245, 0.010522058233618736, -0.042629364877939224, 0.2595222592353821, -0.0861620232462883, -0.03663990646600723, -0.13210932910442352, 0.17343735694885254, 0.06196743994951248, -0.008335977792739868, 0.06912871450185776, -0.13729451596736908, -0.008702835999429226, 0.12324126064777374, 0.12635181844234467, -0.010640456341207027, -0.017850417643785477, -0.010644269175827503, -0.0033501076977699995, -0.033253032714128494, 0.08814779669046402, 0.08497054129838943, 0.038208890706300735, -0.06157859042286873, -0.02516249194741249, 0.020368076860904694, -0.04570743441581726, -0.07742716372013092, 0.10039488226175308, -0.0001555758062750101, 0.01612754724919796, -0.03020663559436798, 0.05978405848145485, 0.026672331616282463, -0.1980901062488556, 0.056852005422115326, -0.20817725360393524, -0.17404738068580627, 0.003653980325907469, 0.09480873495340347, -0.026552947238087654, 0.044234078377485275, 0.011352640576660633, -0.002859732136130333, 0.15859073400497437, 0.0043599773198366165, -0.09773606061935425, -0.060816362500190735, 0.07068948447704315, -0.08215892314910889, 0.24315932393074036, 0.007310075219720602, 0.07187418639659882, 0.09667252004146576, 0.005224406719207764, -0.13343091309070587, 0.022423097863793373, 0.07828216999769211, -0.020530911162495613, 0.016812019050121307, 0.18555796146392822, -0.05593043193221092, 0.08996942639350891, 0.05068214610219002, -0.10594615340232849, -0.02769063599407673, -0.045498717576265335, -0.025413062423467636, -0.08372486382722855, -0.006601620931178331, -0.06305418908596039, 0.1594172567129135, 0.18078167736530304, -0.032338716089725494, -0.005252443253993988, -0.07144183665513992, 0.02413959614932537, 0.04931570962071419, 0.08632750064134598, 0.008140020072460175, -0.16110962629318237, 0.014762699604034424, 0.019454771652817726, 0.050027504563331604, -0.2447289228439331, -0.0989842563867569, 0.059303656220436096, -0.05222848430275917, -0.058208633214235306, 0.11224889755249023, 0.08991172164678574, 0.030580032616853714, -0.048238664865493774, -0.15348835289478302, -0.02877051755785942, 0.1311997026205063, -0.15189243853092194, -0.03837064281105995 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # stsb This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the GLUE STSB dataset. It achieves the following results on the evaluation set: - Loss: 0.3978 - Pearson: 0.9090 - Spearmanr: 0.9051 - Combined Score: 0.9071 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 3e-05 - train_batch_size: 64 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.0 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
{"language": ["en"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["glue"], "metrics": ["spearmanr"], "model_index": [{"name": "stsb", "results": [{"task": {"name": "Text Classification", "type": "text-classification"}, "dataset": {"name": "GLUE STSB", "type": "glue", "args": "stsb"}, "metric": {"name": "Spearmanr", "type": "spearmanr", "value": 0.9050744778895732}}]}]}
text-classification
Alireza1044/albert-base-v2-stsb
[ "transformers", "pytorch", "tensorboard", "albert", "text-classification", "generated_from_trainer", "en", "dataset:glue", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# stsb This model is a fine-tuned version of albert-base-v2 on the GLUE STSB dataset. It achieves the following results on the evaluation set: - Loss: 0.3978 - Pearson: 0.9090 - Spearmanr: 0.9051 - Combined Score: 0.9071 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 3e-05 - train_batch_size: 64 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.0 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
[ "# stsb\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE STSB dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.3978\n- Pearson: 0.9090\n- Spearmanr: 0.9051\n- Combined Score: 0.9071", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 3e-05\n- train_batch_size: 64\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# stsb\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE STSB dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.3978\n- Pearson: 0.9090\n- Spearmanr: 0.9051\n- Combined Score: 0.9071", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 3e-05\n- train_batch_size: 64\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ 64, 75, 6, 12, 8, 3, 90, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n# stsb\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE STSB dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.3978\n- Pearson: 0.9090\n- Spearmanr: 0.9051\n- Combined Score: 0.9071## Model description\n\nMore information needed## Intended uses & limitations\n\nMore information needed## Training and evaluation data\n\nMore information needed## Training procedure### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 3e-05\n- train_batch_size: 64\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0### Training results### Framework versions\n\n- Transformers 4.9.0\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ -0.1128661185503006, 0.17603805661201477, -0.002005733083933592, 0.09696338325738907, 0.13785767555236816, 0.021405089646577835, 0.0908341333270073, 0.1489601731300354, -0.07734060287475586, 0.09056562185287476, 0.11096359044313431, 0.06925028562545776, 0.06762708723545074, 0.16458025574684143, -0.017859257757663727, -0.23682159185409546, 0.019042791798710823, 0.013875489123165607, -0.045183680951595306, 0.1094590276479721, 0.1147390604019165, -0.07391924411058426, 0.09746640920639038, 0.034229930490255356, -0.14563792943954468, -0.0014336081221699715, 0.0007483524968847632, -0.0580894760787487, 0.08907736092805862, 0.022017834708094597, 0.040157102048397064, 0.0003567855164874345, 0.09363474696874619, -0.1950000822544098, -0.00607437314465642, 0.05551965907216072, 0.03666599467396736, 0.0991712436079979, 0.05545569583773613, 0.0277569442987442, 0.06301002204418182, -0.13090123236179352, 0.0881059542298317, 0.04618106782436371, -0.09960804134607315, -0.1833489090204239, -0.10472126305103302, 0.06533467769622803, 0.07913460582494736, 0.08268803358078003, 0.013281313702464104, 0.1492510885000229, 0.0027149205561727285, 0.07599073648452759, 0.21757154166698456, -0.2887839674949646, -0.05678987875580788, 0.018118368461728096, 0.05828757584095001, 0.07293948531150818, -0.1074536070227623, 0.011477560736238956, 0.04491570591926575, 0.023247795179486275, 0.12436610460281372, -0.022175099700689316, 0.004556471947580576, -0.0312761552631855, -0.11830687522888184, -0.08584442734718323, 0.22757771611213684, 0.07393772900104523, -0.07274738699197769, -0.0967278778553009, -0.045130982995033264, -0.12147367745637894, -0.027828993275761604, -0.0398622490465641, 0.03287369757890701, -0.03649182617664337, -0.03740382194519043, -0.06430743634700775, -0.07226527482271194, -0.05360834673047066, 0.03758466988801956, 0.11860798299312592, 0.03264499828219414, 0.031107721850275993, -0.0009252166491933167, 0.10033414512872696, -0.04627767950296402, -0.14925727248191833, -0.05056821554899216, 0.0016340039437636733, -0.05908902361989021, -0.03987274318933487, -0.045940984040498734, -0.014122143387794495, -0.018778527155518532, 0.16543908417224884, -0.00715968944132328, 0.07328541576862335, 0.05801102891564369, 0.0073846932500600815, -0.044345349073410034, 0.20144420862197876, -0.02323189564049244, -0.05720983445644379, 0.026950476691126823, 0.10530486702919006, 0.027388272807002068, -0.027402229607105255, -0.08560165762901306, -0.022409414872527122, 0.12047900259494781, 0.04206665977835655, -0.020080335438251495, 0.02163015678524971, -0.06636747717857361, -0.043344542384147644, 0.05238841474056244, -0.1289369761943817, 0.03965103253722191, -0.03465177118778229, -0.08030734211206436, -0.04868490248918533, 0.0455448217689991, -0.019264953210949898, -0.040065012872219086, 0.04703238606452942, -0.09415154159069061, 0.0005032922490499914, -0.052013445645570755, -0.03447088599205017, 0.004473121836781502, -0.06888404488563538, 0.0024729028809815645, -0.07171115279197693, -0.17306803166866302, -0.05714046582579613, 0.031523991376161575, -0.0480537936091423, -0.08081641048192978, -0.00896912906318903, -0.04470297694206238, 0.0334288515150547, -0.01134096086025238, 0.06839943677186966, -0.030817130580544472, 0.07058029621839523, 0.04585449770092964, 0.010870200581848621, 0.014931948855519295, 0.05018115043640137, -0.08430008590221405, 0.045634668320417404, -0.10959538072347641, 0.07684249430894852, -0.08238467574119568, 0.033152755349874496, -0.12989385426044464, -0.10148418694734573, 0.015557162463665009, -0.033896949142217636, 0.0672004371881485, 0.11625197529792786, -0.13360601663589478, -0.0258470568805933, 0.11960189044475555, -0.05595502629876137, -0.10871585458517075, 0.08926928788423538, -0.019924532622098923, 0.01886262558400631, 0.05530436336994171, 0.14893917739391327, 0.12867021560668945, -0.0752304270863533, -0.020615410059690475, 0.03050130605697632, 0.06441299617290497, 0.007429418154060841, 0.09345649927854538, -0.018805593252182007, 0.006975945085287094, 0.03663548827171326, -0.11309819668531418, -0.025753112509846687, -0.0567193329334259, -0.08448681235313416, -0.07331708073616028, -0.06626144796609879, 0.03484196588397026, 0.026027098298072815, 0.038376014679670334, -0.06770839542150497, -0.11467669904232025, 0.077670618891716, 0.1189107596874237, -0.04525283724069595, 0.027549870312213898, -0.06280437856912613, 0.06667353212833405, -0.06286580860614777, -0.016352403908967972, -0.20478545129299164, -0.08354702591896057, 0.06268502026796341, -0.10357144474983215, 0.04256521537899971, 0.003697165520861745, 0.054395437240600586, 0.06441279500722885, -0.026486236602067947, -0.03460985794663429, -0.10777384787797928, -0.018698008731007576, -0.1088736355304718, -0.13409580290317535, -0.07399185746908188, -0.01850530318915844, 0.1509515941143036, -0.18637527525424957, 0.014190828427672386, 0.022915145382285118, 0.11482758074998856, 0.008287586271762848, -0.08447322249412537, 0.012300504371523857, 0.007207957096397877, -0.016354495659470558, -0.10897205770015717, 0.03305315971374512, 0.03104163147509098, -0.11375321447849274, -0.0553089864552021, -0.17581412196159363, 0.0920504704117775, 0.06600592285394669, 0.06242985278367996, -0.08304938673973083, 0.022613966837525368, -0.047277335077524185, -0.045645080506801605, -0.06105169653892517, -0.027118651196360588, 0.1938616782426834, 0.0074540707282722, 0.14255622029304504, -0.06761495023965836, -0.07031510770320892, 0.017643120139837265, -0.004345458000898361, -0.018418479710817337, 0.06528578698635101, -0.025185000151395798, -0.12155042588710785, 0.09129803627729416, 0.10456735640764236, -0.03021492250263691, 0.08114548027515411, -0.05117665231227875, -0.08419034630060196, -0.05180346220731735, 0.0011791310971602798, 0.011005145497620106, 0.1089673861861229, -0.07838528603315353, -0.005572083406150341, 0.055368587374687195, 0.02798764407634735, -0.0029988703317940235, -0.1628868132829666, 0.012416746467351913, 0.053083330392837524, -0.040032364428043365, 0.02624570019543171, -0.015414037741720676, -0.016181154176592827, 0.07625479251146317, 0.04717624559998512, -0.016772393137216568, 0.027691446244716644, -0.015635328367352486, -0.07847178727388382, 0.17521420121192932, -0.09989647567272186, -0.18920542299747467, -0.1762644648551941, 0.041637782007455826, -0.0869201272726059, 0.0008689500391483307, 0.033531881868839264, -0.031205717474222183, -0.06999380886554718, -0.08273077011108398, -0.046476926654577255, -0.07776855677366257, 0.006198877468705177, 0.07666143029928207, -0.02069469355046749, 0.1217816099524498, -0.12616051733493805, -0.0074523757211863995, 0.004165136255323887, -0.05168130621314049, -0.03656821697950363, 0.04868259280920029, 0.110831119120121, 0.0798550397157669, -0.01958669349551201, 0.02615748904645443, -0.02198563516139984, 0.2563284933567047, -0.07621078938245773, -0.014979555271565914, 0.14750751852989197, -0.012036129832267761, 0.08874451369047165, 0.0792987048625946, 0.04176999628543854, -0.08360143005847931, 0.008365727961063385, 0.01381224486976862, -0.0270308256149292, -0.22249966859817505, -0.023346906527876854, -0.04187865927815437, -0.051743872463703156, 0.12340367585420609, 0.05782761424779892, 0.04298727586865425, 0.06781446933746338, -0.02870773710310459, 0.09110791981220245, -0.02574552595615387, 0.11661404371261597, 0.11865703016519547, 0.05156271159648895, 0.0927644595503807, -0.03276286646723747, -0.010130833834409714, 0.07486209273338318, -0.003424492198973894, 0.21682175993919373, 0.004665359389036894, 0.19440433382987976, 0.011072283610701561, 0.13500401377677917, -0.02432212233543396, 0.03884727135300636, 0.0187440924346447, 0.021626891568303108, -0.001967995660379529, -0.06472641974687576, -0.0608643963932991, 0.03153670206665993, -0.035378240048885345, 0.06920084357261658, -0.0935613363981247, 0.01431399118155241, 0.00013714397209696472, 0.23543162643909454, 0.03813180327415466, -0.3195602595806122, -0.09194230288267136, 0.018543316051363945, -0.020191311836242676, -0.0944557711482048, -0.009501618333160877, 0.05722525343298912, -0.15087351202964783, 0.08158193528652191, -0.06563302874565125, 0.09931249171495438, -0.06422216445207596, 0.00287899118848145, 0.058599479496479034, 0.09229347109794617, 0.009214328601956367, 0.09497435390949249, -0.20431232452392578, 0.19367137551307678, 0.024676555767655373, 0.07252645492553711, -0.05367239937186241, 0.05594058334827423, 0.031917791813611984, 0.0816107764840126, 0.12258702516555786, 0.009802820160984993, -0.06484372913837433, -0.1737627387046814, -0.10460017621517181, 0.00503150001168251, 0.10043475031852722, -0.08670397102832794, 0.06841198354959488, -0.06411552429199219, 0.003119746455922723, 0.01858435943722725, -0.04041524976491928, -0.11970584094524384, -0.13115742802619934, 0.058293767273426056, 0.012044120579957962, 0.0020961223635822535, -0.07194295525550842, -0.09879659861326218, -0.04081390053033829, 0.19724023342132568, -0.007541827857494354, -0.05646180734038353, -0.1592371165752411, 0.07055467367172241, 0.1146094873547554, -0.08990536630153656, 0.029018616303801537, -0.014187386259436607, 0.14904913306236267, 0.04820587858557701, -0.07317990064620972, 0.04636676236987114, -0.036415692418813705, -0.1728839874267578, -0.03810404613614082, 0.14640361070632935, -0.013235799968242645, 0.05290381237864494, 0.005955350119620562, 0.0440959669649601, -0.013677522540092468, -0.10097754746675491, 0.009462295100092888, 0.06254290789365768, 0.07156042754650116, 0.03924351930618286, -0.016965683549642563, 0.06984982639551163, -0.05618658661842346, 0.0017563827568665147, 0.1290709376335144, 0.22225555777549744, -0.10054544359445572, 0.05565705895423889, 0.01065746508538723, -0.07794888317584991, -0.16406838595867157, 0.014297181740403175, 0.1086110845208168, 0.022629491984844208, 0.07747818529605865, -0.14323511719703674, 0.07460237294435501, 0.09758389741182327, -0.04965643584728241, 0.05632569268345833, -0.2653895616531372, -0.1294153481721878, 0.06557311862707138, 0.11711163818836212, 0.04764149338006973, -0.15482567250728607, -0.07585296034812927, -0.03181406483054161, -0.13277068734169006, 0.059266697615385056, 0.011050521396100521, 0.11342477053403854, -0.03765556961297989, 0.05233011767268181, 0.0327579528093338, -0.024069705978035927, 0.18334902822971344, 0.03792649880051613, 0.05779639631509781, -0.05962004140019417, 0.05770590901374817, 0.10162218660116196, -0.09610109776258469, 0.09674107283353806, -0.053286463022232056, 0.07335896790027618, -0.1872664988040924, -0.0047495411708951, -0.037905383855104446, 0.06303714215755463, -0.05607910081744194, -0.026400115340948105, -0.04180433973670006, 0.013784819282591343, 0.04363412410020828, -0.02358863316476345, 0.12728460133075714, 0.04983310028910637, 0.05787816643714905, 0.12610243260860443, 0.07322818785905838, 0.011002098210155964, -0.20510552823543549, -0.01737736538052559, -0.011321200989186764, 0.04702414572238922, -0.1471944898366928, 0.025069119408726692, 0.1105542853474617, 0.039497584104537964, 0.12634600698947906, 0.01993594318628311, -0.05489058792591095, -0.0013478106120601296, 0.034539978951215744, -0.11089268326759338, -0.15839269757270813, -0.04934518039226532, -0.012889659963548183, -0.17206884920597076, 0.018459495157003403, 0.1095084622502327, -0.05361268296837807, -0.021262971684336662, -0.008135699667036533, 0.013513176701962948, -0.0077350265346467495, 0.17426800727844238, 0.05494935065507889, 0.0682842805981636, -0.08777350932359695, 0.11370250582695007, 0.07936098426580429, -0.030691981315612793, 0.045728497207164764, 0.044637419283390045, -0.09352879226207733, -0.010293032042682171, 0.06467128545045853, 0.11536658555269241, -0.032050181180238724, -0.033923178911209106, -0.08515425771474838, -0.06764975935220718, 0.03627248853445053, 0.036096200346946716, 0.07701636105775833, 0.0220769215375185, -0.041282009333372116, -0.0060841417871415615, -0.1103268563747406, 0.09775276482105255, 0.055143166333436966, 0.09494701772928238, -0.17679093778133392, 0.04548276215791702, 0.015048905275762081, 0.07173333317041397, -0.013971810229122639, -0.007231550291180611, -0.06619604676961899, -0.040766697376966476, -0.07176601141691208, 0.024914124980568886, -0.02811015024781227, 0.004891359247267246, -0.030630197376012802, -0.06572946906089783, -0.031629450619220734, 0.06662307679653168, -0.060786448419094086, -0.09870975464582443, 0.0069728512316942215, 0.0574197843670845, -0.10903723537921906, -0.008452651090919971, 0.03320398926734924, -0.10184890776872635, 0.08402302861213684, 0.045358605682849884, 0.0309139396995306, 0.020851807668805122, 0.010357854887843132, 0.022167827934026718, 0.026923369616270065, 0.028905078768730164, 0.03781728446483612, -0.09640321135520935, -0.0056768665090203285, -0.032559458166360855, 0.030724871903657913, 0.00107147719245404, 0.07388009130954742, -0.14551573991775513, -0.055102284997701645, -0.051704637706279755, -0.027922211214900017, -0.0561516173183918, 0.04044026881456375, 0.08786540478467941, 0.03388344123959541, 0.16295771300792694, -0.04542090743780136, 0.037921108305454254, -0.2252330332994461, -0.015665818005800247, -0.0011359353084117174, -0.07233496755361557, -0.11156009137630463, -0.06087953597307205, 0.07103534042835236, -0.04279586300253868, 0.09509856253862381, -0.009476141072809696, 0.12213792651891708, 0.03966314718127251, 0.022574571892619133, 0.0423421636223793, -0.017240658402442932, 0.15877337753772736, 0.06018131598830223, -0.021197905763983727, 0.12693935632705688, -0.007564409635961056, 0.06259068101644516, 0.00268756365403533, 0.11298584192991257, 0.1112455427646637, -0.035502899438142776, 0.07987631112337112, 0.0329289585351944, -0.044561125338077545, -0.2010875791311264, 0.04316269978880882, -0.004330329596996307, 0.1225266084074974, -0.01622861437499523, 0.12322870641946793, 0.09219679236412048, -0.17316505312919617, 0.06409318745136261, -0.03532497212290764, -0.09716089814901352, -0.10807918012142181, -0.09690733253955841, -0.08943570405244827, -0.1202038899064064, 0.009252817369997501, -0.11303044110536575, 0.03114834800362587, 0.09638173878192902, -0.03091808594763279, -0.013179821893572807, 0.14918440580368042, -0.05913400277495384, -0.0031634753104299307, 0.05687766522169113, -0.002061627572402358, -0.00995764322578907, -0.021896159276366234, -0.05017084628343582, 0.04320850595831871, 0.015899164602160454, 0.10549522191286087, -0.038492731750011444, 0.030362511053681374, 0.027251040562987328, -0.017373524606227875, -0.09580016881227493, 0.01115299854427576, 0.017760250717401505, 0.022861434146761894, 0.019776204600930214, 0.03182544559240341, 0.0035288964863866568, -0.04206376150250435, 0.2554267346858978, -0.06769385933876038, -0.012649963609874249, -0.10276113450527191, 0.17592327296733856, 0.06098879873752594, -0.04392676427960396, 0.06656288355588913, -0.10575980693101883, 0.012960904277861118, 0.14496707916259766, 0.08922658860683441, -0.020533831790089607, -0.023212067782878876, -0.015594829805195332, -0.015712734311819077, -0.017144054174423218, 0.10992729663848877, 0.06664228439331055, -0.008766508661210537, -0.048937391489744186, 0.004034771583974361, -0.002704063430428505, -0.035092342644929886, -0.09061191976070404, 0.07005073875188828, 0.007028860040009022, 0.009729822166264057, -0.03610530123114586, 0.057369839400053024, 0.037225622683763504, -0.149976447224617, 0.027752231806516647, -0.16437917947769165, -0.17645594477653503, -0.0066081159748137, 0.07653564214706421, 0.00027027123724110425, 0.05621008202433586, 0.018878474831581116, 0.0064333039335906506, 0.13494417071342468, -0.013449957594275475, -0.09265048056840897, -0.09019887447357178, 0.07447583973407745, -0.11060783267021179, 0.2215135097503662, 0.006059619598090649, 0.059718359261751175, 0.09723903983831406, 0.021051352843642235, -0.1582329273223877, 0.022956404834985733, 0.056455377489328384, -0.022452106699347496, 0.053403593599796295, 0.1701030731201172, -0.022489268332719803, 0.0384606309235096, 0.027568046003580093, -0.10836353898048401, -0.05703083053231239, -0.03164495527744293, 0.014103244990110397, -0.06209693104028702, -0.02808399684727192, -0.06201738864183426, 0.16586457192897797, 0.18597759306430817, -0.05689949542284012, -0.03864554688334465, -0.06915987282991409, 0.016395263373851776, 0.06841976940631866, 0.080705426633358, -0.01403141301125288, -0.1868578940629959, -0.0014844428515061736, 0.014354492537677288, 0.01669655181467533, -0.21477261185646057, -0.12363386899232864, 0.033797964453697205, -0.05762729421257973, -0.03764410316944122, 0.10315157473087311, 0.018303383141756058, 0.013438520021736622, -0.041317448019981384, -0.09785443544387817, -0.0581054762005806, 0.14722493290901184, -0.1638893187046051, -0.06770732998847961 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wnli This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the GLUE WNLI dataset. It achieves the following results on the evaluation set: - Loss: 0.6898 - Accuracy: 0.5634 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 16 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.1 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
{"language": ["en"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["glue"], "metrics": ["accuracy"], "model_index": [{"name": "wnli", "results": [{"task": {"name": "Text Classification", "type": "text-classification"}, "dataset": {"name": "GLUE WNLI", "type": "glue", "args": "wnli"}, "metric": {"name": "Accuracy", "type": "accuracy", "value": 0.5633802816901409}}]}]}
text-classification
Alireza1044/albert-base-v2-wnli
[ "transformers", "pytorch", "albert", "text-classification", "generated_from_trainer", "en", "dataset:glue", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# wnli This model is a fine-tuned version of albert-base-v2 on the GLUE WNLI dataset. It achieves the following results on the evaluation set: - Loss: 0.6898 - Accuracy: 0.5634 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 16 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 4.0 ### Training results ### Framework versions - Transformers 4.9.1 - Pytorch 1.9.0+cu102 - Datasets 1.10.2 - Tokenizers 0.10.3
[ "# wnli\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE WNLI dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.6898\n- Accuracy: 0.5634", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 2e-05\n- train_batch_size: 16\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.1\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# wnli\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE WNLI dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.6898\n- Accuracy: 0.5634", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 2e-05\n- train_batch_size: 16\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0", "### Training results", "### Framework versions\n\n- Transformers 4.9.1\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ 60, 56, 6, 12, 8, 3, 90, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #albert #text-classification #generated_from_trainer #en #dataset-glue #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n# wnli\n\nThis model is a fine-tuned version of albert-base-v2 on the GLUE WNLI dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.6898\n- Accuracy: 0.5634## Model description\n\nMore information needed## Intended uses & limitations\n\nMore information needed## Training and evaluation data\n\nMore information needed## Training procedure### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 2e-05\n- train_batch_size: 16\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 4.0### Training results### Framework versions\n\n- Transformers 4.9.1\n- Pytorch 1.9.0+cu102\n- Datasets 1.10.2\n- Tokenizers 0.10.3" ]
[ -0.10206145793199539, 0.17233018577098846, -0.0026526805013418198, 0.11983185261487961, 0.13451358675956726, 0.027681270614266396, 0.0735999271273613, 0.16511216759681702, -0.06237892061471939, 0.05866992101073265, 0.06944018602371216, 0.03470563143491745, 0.06448089331388474, 0.12756919860839844, -0.030406443402171135, -0.22841787338256836, 0.001290070591494441, 0.008682348765432835, -0.009508730843663216, 0.08967635035514832, 0.08916198462247849, -0.08741997927427292, 0.07080258429050446, -0.00856250710785389, -0.13230443000793457, 0.033601149916648865, -0.0341542512178421, -0.052563633769750595, 0.08087281882762909, 0.012364680878818035, 0.07521776854991913, 0.00538557767868042, 0.12795251607894897, -0.24067531526088715, -0.013248476199805737, 0.06291204690933228, 0.03573594242334366, 0.07484935224056244, 0.06616278737783432, -0.008280593901872635, 0.08088064938783646, -0.1831715703010559, 0.08773570507764816, 0.03190489485859871, -0.07983648777008057, -0.14787057042121887, -0.0878266915678978, 0.0784887745976448, 0.08435195684432983, 0.08884678035974503, 0.010534840635955334, 0.14399071037769318, -0.06213359162211418, 0.0826122909784317, 0.23886360228061676, -0.2816303074359894, -0.03631019592285156, 0.05522831156849861, 0.03273731842637062, 0.0319906584918499, -0.1139741837978363, 0.004970957990735769, 0.04631747677922249, 0.030610067769885063, 0.1068117544054985, -0.013423878699541092, -0.11235786974430084, 0.0022492441348731518, -0.1154446080327034, -0.045494791120290756, 0.17869451642036438, 0.046981994062662125, -0.049009937793016434, -0.09501108527183533, -0.049712806940078735, -0.13428841531276703, -0.004724316298961639, -0.022302068769931793, 0.04941932111978531, -0.05771762877702713, -0.021424949169158936, -0.028979120776057243, -0.061017874628305435, -0.06102501228451729, 0.014241241849958897, 0.0940946638584137, 0.050562407821416855, 0.025315986946225166, -0.009190455079078674, 0.13524548709392548, -0.018321437761187553, -0.13815851509571075, -0.04393846169114113, 0.011511445976793766, -0.09571975469589233, -0.04779801145195961, -0.030237000435590744, 0.01134970597922802, -0.029446924105286598, 0.14145438373088837, -0.05808670446276665, 0.06140611693263054, 0.02870749682188034, 0.0031749363988637924, -0.022092649713158607, 0.18487881124019623, -0.03385012224316597, -0.05769304558634758, 0.0025785539764910936, 0.08130042999982834, 0.007409427314996719, -0.014286200515925884, -0.08032070845365524, -0.05255376547574997, 0.09652597457170486, 0.06787730753421783, -0.06342773139476776, 0.028369858860969543, -0.0542258583009243, -0.03008975461125374, -0.005405563395470381, -0.1522742360830307, 0.057111211121082306, -0.02523724175989628, -0.11618606746196747, -0.014050307683646679, 0.0688546672463417, -0.0276524405926466, -0.0557267852127552, 0.08330376446247101, -0.06643357872962952, 0.0019878260791301727, -0.07244528830051422, -0.049711331725120544, 0.02671786956489086, -0.0981297567486763, -0.001256450661458075, -0.06034301593899727, -0.23957942426204681, -0.029851999133825302, 0.037682805210351944, -0.06379557400941849, -0.035291850566864014, -0.05460865795612335, -0.05905992165207863, 0.006246968638151884, -0.01630881056189537, 0.09674442559480667, -0.05079687014222145, 0.06349669396877289, 0.02130378782749176, 0.03719022497534752, 0.034125301986932755, 0.0466025173664093, -0.07572421431541443, 0.02891373075544834, -0.08483928442001343, 0.07936005294322968, -0.09270341694355011, 0.009030196815729141, -0.10105480998754501, -0.10053279250860214, 0.037182167172431946, -0.03349091857671738, 0.056720878928899765, 0.14097006618976593, -0.16921450197696686, -0.025842729955911636, 0.15749523043632507, -0.05356611683964729, -0.052499379962682724, 0.10786742717027664, -0.052869364619255066, -0.002810107311233878, 0.08007609099149704, 0.1497810184955597, 0.1131126657128334, -0.12895390391349792, -0.054120857268571854, 0.025489160791039467, 0.06219417601823807, 0.014290185645222664, 0.06384941935539246, 0.0279631819576025, 0.03264626860618591, 0.03192689269781113, -0.06046135351061821, -0.016903618350625038, -0.07903895527124405, -0.09109857678413391, -0.06140122935175896, -0.08168577402830124, 0.053637489676475525, 0.033522170037031174, 0.038395486772060394, -0.07036487758159637, -0.1329909712076187, 0.07367558777332306, 0.13712748885154724, -0.05196302756667137, 0.020086517557501793, -0.07745912671089172, 0.05296379700303078, -0.025148270651698112, -0.020580237731337547, -0.1827142983675003, -0.08835231512784958, 0.06055909022688866, -0.0706433430314064, 0.032248783856630325, 0.028967101126909256, 0.05879022926092148, 0.07678075134754181, -0.058323390781879425, -0.029267404228448868, -0.10687237232923508, -0.01460896898061037, -0.0989532321691513, -0.16005367040634155, -0.060360316187143326, -0.029686124995350838, 0.13300184905529022, -0.22639423608779907, 0.02444254793226719, -0.0013009143294766545, 0.12792803347110748, 0.01901131682097912, -0.05471861734986305, 0.0029015231411904097, 0.028637202456593513, -0.011952321045100689, -0.09815710783004761, 0.0282159261405468, -0.013805126771330833, -0.0823921263217926, -0.0729617029428482, -0.12003498524427414, 0.05294278636574745, 0.06465891748666763, 0.061035506427288055, -0.0811418667435646, 0.012925734743475914, -0.06141895055770874, -0.05214927718043327, -0.1054430678486824, -0.009883006103336811, 0.23607228696346283, 0.012608385644853115, 0.1353783756494522, -0.05757184699177742, -0.07939273864030838, -0.002403335180133581, 0.008597396314144135, -0.0029142224229872227, 0.0868418887257576, 0.021545106545090675, -0.06352048367261887, 0.08843811601400375, 0.08118782192468643, -0.05241624265909195, 0.1282864660024643, -0.04513250291347504, -0.09477926790714264, -0.025189632549881935, -0.004395556170493364, -0.016084900125861168, 0.1345788836479187, -0.08369908481836319, -0.0034864486660808325, 0.034102920442819595, 0.02427338808774948, 0.02417866326868534, -0.1715066134929657, -0.0020429368596524, 0.04223039746284485, -0.05630483478307724, -0.013058063574135303, -0.03626632317900658, 0.018274277448654175, 0.09217314422130585, 0.020734142512083054, -0.029637636616826057, 0.01248803362250328, -0.017282193526625633, -0.07310133427381516, 0.17220570147037506, -0.08783623576164246, -0.16417470574378967, -0.1486777812242508, 0.01885877549648285, -0.06732621788978577, -0.01872829534113407, 0.024086659774184227, -0.07025007158517838, -0.05860460549592972, -0.09710274636745453, -0.000046860252041369677, -0.03583427146077156, -0.013282750733196735, 0.06943267583847046, 0.006092099938541651, 0.08460169285535812, -0.13999134302139282, -0.006065119057893753, -0.006131814327090979, -0.09670555591583252, -0.013524556532502174, 0.035614702850580215, 0.11119596660137177, 0.10646741092205048, -0.04120565205812454, 0.03462592884898186, -0.03788414224982262, 0.18118445575237274, -0.06406429409980774, -0.019162971526384354, 0.10264036804437637, -0.009780951775610447, 0.053040649741888046, 0.08751467615365982, 0.030871357768774033, -0.0975925624370575, 0.004454005975276232, 0.0593571811914444, -0.01628004014492035, -0.2573285400867462, -0.04578343778848648, -0.01894274912774563, -0.014163829386234283, 0.100257508456707, 0.05514002591371536, 0.010298363864421844, 0.02783896028995514, -0.0046350546181201935, 0.07851782441139221, -0.021792279556393623, 0.08584374934434891, 0.06607219576835632, 0.03336933255195618, 0.08329986035823822, -0.041802383959293365, -0.022276338189840317, 0.0657476931810379, 0.028294477611780167, 0.2864050567150116, -0.03139040619134903, 0.10436415672302246, 0.012298527173697948, 0.11714824289083481, -0.02974383346736431, 0.05045812577009201, 0.02470415085554123, 0.014983296394348145, 0.0009291857713833451, -0.06365661323070526, -0.027922984212636948, 0.02872319333255291, -0.03771088644862175, 0.06951596587896347, -0.11835873872041702, 0.011986924335360527, 0.032445959746837616, 0.2485005110502243, 0.047803666442632675, -0.29728227853775024, -0.07743030041456223, 0.02544376812875271, -0.0469544492661953, -0.06789402663707733, 0.009666827507317066, 0.09949053078889847, -0.1427539885044098, 0.07308103144168854, -0.048432156443595886, 0.10233153402805328, -0.08723487704992294, 0.005750931333750486, 0.03660394251346588, 0.0829383134841919, 0.011858687736093998, 0.10875193029642105, -0.20532377064228058, 0.21985210478305817, 0.03017394430935383, 0.1113794669508934, -0.06960691511631012, 0.03831274062395096, 0.02976902574300766, 0.09128342568874359, 0.14514367282390594, -0.0023011656012386084, -0.012662169523537159, -0.18886210024356842, -0.1087425947189331, 0.027403444051742554, 0.09453979134559631, -0.04050567001104355, 0.0887986496090889, -0.030313115566968918, -0.008625626564025879, 0.03401273116469383, -0.06395428627729416, -0.16138054430484772, -0.11839919537305832, 0.028308069333434105, 0.014788664877414703, -0.0429590679705143, -0.062493082135915756, -0.11332448571920395, -0.06501056253910065, 0.17266972362995148, -0.0021620839834213257, -0.03960052877664566, -0.13785213232040405, 0.09026537835597992, 0.1078219786286354, -0.07480884343385696, -0.0031724576838314533, 0.036589398980140686, 0.1227816641330719, 0.03007478266954422, -0.08902477473020554, 0.040184617042541504, -0.0513782761991024, -0.15553507208824158, -0.050397273153066635, 0.1289488673210144, 0.06687392294406891, 0.06679016351699829, -0.0019865843933075666, 0.01733672432601452, 0.018573647364974022, -0.09250608831644058, 0.015509742312133312, 0.11107382923364639, 0.08243609964847565, 0.0846729651093483, -0.09229680895805359, 0.015061925165355206, -0.05718916282057762, 0.003133591264486313, 0.13707101345062256, 0.2055768221616745, -0.09980370104312897, 0.08598383516073227, 0.029816843569278717, -0.10830178111791611, -0.18867018818855286, 0.06615038961172104, 0.08836603164672852, 0.03573682904243469, 0.05544436722993851, -0.17180338501930237, 0.09666559100151062, 0.10811886936426163, -0.025086205452680588, 0.07045071572065353, -0.308143675327301, -0.11595050245523453, 0.06921983510255814, 0.09995315968990326, 0.03341004252433777, -0.13091875612735748, -0.03160793334245682, -0.025395715609192848, -0.17313113808631897, 0.08296274393796921, -0.07317301630973816, 0.11502490937709808, -0.03449722006917, 0.0753498300909996, 0.02829616889357567, -0.031681787222623825, 0.15086549520492554, 0.07989390194416046, 0.0857069194316864, -0.04580680653452873, 0.03756330534815788, 0.09224052727222443, -0.09582565724849701, 0.09536394476890564, -0.05480271950364113, 0.05879107490181923, -0.19483734667301178, -0.021367456763982773, -0.04196107015013695, 0.08900978416204453, -0.05742918699979782, -0.046592116355895996, -0.038172945380210876, 0.045949820429086685, 0.07430398464202881, -0.026527678593993187, 0.061133626848459244, 0.034590575844049454, 0.06329601258039474, 0.09677261114120483, 0.0845969021320343, -0.004688554909080267, -0.12150442600250244, 0.00456350389868021, -0.006503122393041849, 0.04848143085837364, -0.1507432758808136, 0.03302713856101036, 0.15046396851539612, 0.035651836544275284, 0.13932766020298004, 0.033830199390649796, -0.05388858914375305, -0.019063791260123253, 0.025578511878848076, -0.1274682581424713, -0.11592470109462738, -0.026569800451397896, -0.04363550990819931, -0.11390886455774307, 0.025469347834587097, 0.0848909392952919, -0.07870084047317505, -0.009525262750685215, -0.009072891436517239, 0.017027080059051514, -0.027709823101758957, 0.18993279337882996, 0.02470247633755207, 0.06582862138748169, -0.08277120441198349, 0.14506372809410095, 0.0724717453122139, -0.07045311480760574, 0.05329693853855133, 0.06603231281042099, -0.08474710583686829, -0.02675509639084339, 0.058228105306625366, 0.2105782926082611, -0.019593222066760063, -0.048405230045318604, -0.10119441151618958, -0.07231020927429199, 0.05347265303134918, 0.091643325984478, 0.07079504430294037, 0.0032617843244224787, -0.0463862381875515, 0.011388261802494526, -0.14273597300052643, 0.1024303138256073, 0.08835448324680328, 0.07477761059999466, -0.15211975574493408, 0.08576396107673645, 0.019469134509563446, 0.07620987296104431, -0.023701418191194534, 0.012234018184244633, -0.06657025218009949, -0.009808456525206566, -0.11290107667446136, 0.006675604730844498, -0.006054199766367674, 0.01707352325320244, -0.03274921700358391, -0.04149441048502922, -0.026460254564881325, 0.05915720388293266, -0.06371470540761948, -0.06558286398649216, 0.009281428530812263, 0.05748572573065758, -0.1170780211687088, -0.036308176815509796, 0.01790480874478817, -0.09675373882055283, 0.08509756624698639, 0.04657112434506416, 0.01483459398150444, 0.04219945892691612, -0.07305291295051575, -0.0025553018786013126, 0.023540830239653587, 0.03643617406487465, 0.056879714131355286, -0.09894018620252609, 0.014901797287166119, -0.04186684265732765, 0.039869390428066254, 0.020378146320581436, 0.05163627862930298, -0.1256670504808426, -0.037550315260887146, -0.06311024725437164, -0.03758871927857399, -0.0654020607471466, 0.057699888944625854, 0.11141566187143326, 0.03667636960744858, 0.14474830031394958, -0.06641160696744919, 0.06014353036880493, -0.19567930698394775, -0.02857070602476597, 0.012796268798410892, -0.0492972806096077, -0.0867462158203125, -0.053971804678440094, 0.08017488569021225, -0.06480129063129425, 0.13909855484962463, 0.0033216720912605524, 0.10324714332818985, 0.027494430541992188, -0.04845535382628441, -0.029914164915680885, -0.014874142594635487, 0.14788448810577393, 0.0536281019449234, -0.02302621677517891, 0.09963727742433548, -0.019878974184393883, 0.07781660556793213, 0.020992733538150787, 0.1769946813583374, 0.1363600790500641, -0.034438151866197586, 0.084623321890831, 0.05755969509482384, -0.11429723352193832, -0.18914392590522766, 0.04972640797495842, -0.017780963331460953, 0.11390326917171478, -0.05057486519217491, 0.14005200564861298, 0.06370082497596741, -0.1757901906967163, 0.07751139253377914, -0.04473656043410301, -0.11449135094881058, -0.12399014085531235, -0.03962596505880356, -0.0745014101266861, -0.09626475721597672, 0.028241079300642014, -0.11491292715072632, 0.0340292751789093, 0.09155438095331192, -0.000038582365959882736, -0.007720325142145157, 0.15218433737754822, -0.07215362042188644, 0.028334088623523712, 0.07895629107952118, 0.008270183578133583, -0.005274174269288778, -0.06541156023740768, -0.0271375123411417, 0.02836427465081215, 0.011657606810331345, 0.07992324233055115, -0.033431317657232285, 0.0274242851883173, 0.02021697536110878, -0.01270339172333479, -0.07232404500246048, 0.011853396892547607, 0.014357351697981358, 0.03776019811630249, 0.05357266962528229, 0.04901709780097008, -0.0006045703194104135, -0.04132721200585365, 0.2644450068473816, -0.08598067611455917, -0.04979114606976509, -0.11178461462259293, 0.21044856309890747, 0.07267282158136368, -0.024660196155309677, 0.06573274731636047, -0.12025769054889679, -0.0076910569332540035, 0.15911293029785156, 0.1254071742296219, -0.018676524981856346, -0.01641780324280262, -0.017086045816540718, -0.00833714660257101, -0.023941174149513245, 0.09842465072870255, 0.09146422147750854, 0.02926526963710785, -0.06328658759593964, -0.022655854001641273, 0.006031975150108337, -0.03955409303307533, -0.07666687667369843, 0.08798804879188538, 0.009221174754202366, 0.014657126739621162, -0.0426851250231266, 0.04766673594713211, -0.003505915170535445, -0.18115271627902985, 0.05951453372836113, -0.19560101628303528, -0.17639191448688507, -0.012993771582841873, 0.07540354877710342, -0.01413106918334961, 0.05544136092066765, -0.007229811046272516, -0.0034927220549434423, 0.15687209367752075, -0.01129306759685278, -0.09324911236763, -0.08587782829999924, 0.05943961441516876, -0.07745584845542908, 0.23062407970428467, 0.00821487046778202, 0.07081799954175949, 0.09435844421386719, 0.015246418304741383, -0.1439802348613739, 0.043808866292238235, 0.05325165018439293, -0.0358724519610405, 0.014514765702188015, 0.19017666578292847, -0.05129225552082062, 0.07152122259140015, 0.021433129906654358, -0.10085456073284149, -0.03346114978194237, -0.038628168404102325, -0.01460223738104105, -0.08100861310958862, -0.012524058111011982, -0.0456877276301384, 0.15582440793514252, 0.2055097073316574, -0.02266196347773075, -0.0006116489530541003, -0.09033307433128357, 0.027441678568720818, 0.05277308076620102, 0.06324273347854614, -0.009711505845189095, -0.1701515018939972, 0.022129427641630173, 0.021276071667671204, 0.043086130172014236, -0.2300940901041031, -0.0986456498503685, 0.05540842190384865, -0.06186935678124428, -0.060320742428302765, 0.11719566583633423, 0.06779234111309052, 0.04201272130012512, -0.03760257735848427, -0.1654309332370758, -0.029872456565499306, 0.14003916084766388, -0.17281848192214966, -0.05932913348078728 ]
null
null
transformers
A simple model trained on dialogues of characters in NBC series, `The Office`. The model can do a binary classification between `Michael Scott` and `Dwight Shrute`'s dialogues. <style type="text/css"> .tg {border-collapse:collapse;border-spacing:0;} .tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px; overflow:hidden;padding:10px 5px;word-break:normal;} .tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px; font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;} .tg .tg-c3ow{border-color:inherit;text-align:center;vertical-align:top} </style> <table class="tg"> <thead> <tr> <th class="tg-c3ow" colspan="2">Label Definitions</th> </tr> </thead> <tbody> <tr> <td class="tg-c3ow">Label 0</td> <td class="tg-c3ow">Michael</td> </tr> <tr> <td class="tg-c3ow">Label 1</td> <td class="tg-c3ow">Dwight</td> </tr> </tbody> </table>
{}
text-classification
Alireza1044/bert_classification_lm
[ "transformers", "pytorch", "bert", "text-classification", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #bert #text-classification #autotrain_compatible #endpoints_compatible #region-us
A simple model trained on dialogues of characters in NBC series, 'The Office'. The model can do a binary classification between 'Michael Scott' and 'Dwight Shrute''s dialogues. <style type="text/css"> .tg {border-collapse:collapse;border-spacing:0;} .tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px; overflow:hidden;padding:10px 5px;word-break:normal;} .tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px; font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;} .tg .tg-c3ow{border-color:inherit;text-align:center;vertical-align:top} </style> <table class="tg"> <thead> <tr> <th class="tg-c3ow" colspan="2">Label Definitions</th> </tr> </thead> <tbody> <tr> <td class="tg-c3ow">Label 0</td> <td class="tg-c3ow">Michael</td> </tr> <tr> <td class="tg-c3ow">Label 1</td> <td class="tg-c3ow">Dwight</td> </tr> </tbody> </table>
[]
[ "TAGS\n#transformers #pytorch #bert #text-classification #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 36 ]
[ "passage: TAGS\n#transformers #pytorch #bert #text-classification #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.026536712422966957, 0.04976736754179001, -0.007731540594249964, 0.02341027930378914, 0.20494870841503143, 0.04218224436044693, 0.07166644185781479, 0.1081078052520752, 0.06540437042713165, -0.032089509069919586, 0.10898502916097641, 0.22890737652778625, -0.03745893016457558, 0.11566723883152008, -0.11783017218112946, -0.2979154586791992, 0.06830790638923645, 0.06908033788204193, -0.00024103521718643606, 0.11134638637304306, 0.08377818018198013, -0.08843351900577545, 0.07041390985250473, -0.039391499012708664, -0.11928878724575043, 0.04120895266532898, 0.04201217740774155, -0.128968745470047, 0.10206019878387451, 0.04667878895998001, 0.1612440049648285, 0.020005566999316216, -0.06739236414432526, -0.154616579413414, 0.0336696095764637, -0.0003978070744778961, -0.07949702441692352, 0.041154924780130386, 0.0834934264421463, -0.11765240132808685, 0.009522730484604836, 0.03841863572597504, 0.022789550945162773, 0.05028093606233597, -0.14333219826221466, -0.07251771539449692, -0.002419156488031149, 0.029012316837906837, 0.05913800001144409, 0.0598759762942791, -0.002957597142085433, 0.1424214392900467, -0.13965049386024475, 0.12620261311531067, 0.09429286420345306, -0.2923010587692261, -0.0088807987049222, 0.08759160339832306, 0.027602141723036766, 0.05489844083786011, -0.0477239191532135, 0.050349123775959015, 0.02152593620121479, 0.006244409829378128, 0.0014351755380630493, -0.07273159921169281, -0.10605065524578094, 0.035220496356487274, -0.08316893875598907, -0.049130894243717194, 0.19201035797595978, -0.05444741249084473, 0.07102859020233154, -0.02369237318634987, -0.09560474008321762, -0.05289671570062637, -0.025107022374868393, 0.018850168213248253, -0.04439172148704529, 0.06905210763216019, 0.029569845646619797, 0.010320127010345459, -0.10565698146820068, 0.03122977539896965, -0.21760006248950958, 0.20976117253303528, 0.014575785025954247, 0.05031627416610718, -0.18153272569179535, 0.05320606753230095, 0.012799138203263283, -0.09720049053430557, 0.05345968157052994, -0.10138970613479614, 0.025928562507033348, -0.03812453895807266, -0.07192374020814896, -0.02739580348134041, 0.0816444382071495, 0.13516521453857422, 0.041108258068561554, 0.059053935110569, -0.041404832154512405, 0.08655412495136261, 0.03162030130624771, 0.13472779095172882, 0.033738039433956146, -0.03977132961153984, 0.03946247324347496, -0.1231473833322525, -0.00647841626778245, -0.07187561690807343, -0.15673033893108368, -0.028635773807764053, 0.0752328485250473, 0.08006087690591812, 0.004822878632694483, 0.09519599378108978, -0.060662589967250824, -0.03062121570110321, 0.08224024623632431, -0.07733647525310516, 0.02224470116198063, 0.026406224817037582, 0.022000659257173538, 0.101798415184021, -0.019659440964460373, -0.0015375112416222692, -0.08451379835605621, 0.14397169649600983, -0.05375861003994942, 0.007298978511244059, -0.033063821494579315, -0.08073414862155914, 0.030349934473633766, -0.1405506432056427, 0.02792905643582344, -0.17062804102897644, -0.09528942406177521, 0.012332682497799397, 0.019128363579511642, 0.001749284565448761, -0.023433325812220573, -0.03093680739402771, 0.006545908749103546, 0.0424383319914341, -0.06069215387105942, -0.06501442193984985, -0.07589498907327652, 0.09581612050533295, -0.030969982966780663, 0.07632152736186981, -0.12148407846689224, 0.0795503556728363, -0.09479566663503647, -0.02546360157430172, -0.12941965460777283, 0.0373355858027935, -0.04622753709554672, 0.1718803346157074, 0.013590065762400627, -0.04714406654238701, -0.05325024202466011, 0.06296809762716293, -0.0670921728014946, 0.1699289232492447, -0.06951840966939926, -0.11890474706888199, 0.21500444412231445, -0.08380883932113647, -0.13756290078163147, 0.08620618283748627, -0.014584669843316078, 0.0003590308187995106, 0.10495591163635254, 0.2001815140247345, 0.09155366569757462, 0.006830575410276651, 0.08820617198944092, 0.12077005207538605, -0.08545669168233871, -0.11240582168102264, -0.005832689814269543, -0.005655956454575062, -0.14152070879936218, 0.057374704629182816, 0.07428599894046783, 0.07163040339946747, -0.05171000212430954, -0.03735769912600517, -0.00994520727545023, -0.007230670657008886, 0.13671016693115234, 0.054894041270017624, 0.11879090964794159, -0.08347898721694946, 0.0004564806877169758, 0.008610726334154606, -0.01850513368844986, 0.016449708491563797, 0.02691977098584175, -0.06303919106721878, 0.11149293184280396, 0.01560661755502224, 0.030040156096220016, -0.22954900562763214, -0.07738739997148514, -0.004857209976762533, 0.1317768543958664, -0.016139987856149673, 0.11725185811519623, 0.05058206245303154, -0.058512113988399506, -0.013537165708839893, -0.022089142352342606, 0.18155772984027863, 0.021907884627580643, -0.06484844535589218, -0.06583412736654282, 0.06355377286672592, -0.07136932015419006, -0.0009439446148462594, -0.07689674198627472, 0.014060765504837036, 0.07748502492904663, 0.11273034662008286, 0.01009473018348217, 0.0715249702334404, -0.026004934683442116, 0.06679531186819077, -0.06401108205318451, 0.026931757107377052, 0.118758425116539, -0.012655431404709816, -0.0722615197300911, 0.15806308388710022, -0.14796574413776398, 0.29817652702331543, 0.2068978101015091, -0.3074952960014343, 0.003431171178817749, -0.04410141706466675, -0.0044579943642020226, 0.02857346273958683, 0.03858071565628052, 0.0010076105827465653, 0.0966758206486702, 0.001866061589680612, 0.20398299396038055, -0.02794223465025425, -0.041622765362262726, -0.013331537134945393, -0.048477016389369965, -0.030720924958586693, 0.0930258184671402, 0.06317867338657379, -0.2123168408870697, 0.1965867280960083, 0.2256951779127121, 0.020235497504472733, 0.16021281480789185, -0.007587776519358158, 0.039776433259248734, 0.09032315015792847, -0.04407169669866562, -0.028124243021011353, -0.07736045867204666, -0.19754260778427124, -0.048038698732852936, 0.07934695482254028, 0.03309439867734909, 0.06981316953897476, -0.11398086696863174, -0.028780505061149597, 0.005873502232134342, 0.02043827436864376, -0.030085694044828415, 0.07733964174985886, 0.08143315464258194, 0.11509016901254654, 0.004185348749160767, -0.07153625786304474, 0.11260948330163956, -0.000511682010255754, -0.0829218178987503, 0.18312713503837585, -0.15064290165901184, -0.35457029938697815, -0.15102937817573547, -0.20665821433067322, -0.024193694815039635, 0.05783972144126892, 0.10403360426425934, -0.11499883979558945, -0.043235164135694504, 0.04162687435746193, -0.002294909907504916, -0.062236279249191284, 0.043300777673721313, -0.06919633597135544, 0.06772983074188232, -0.056030891835689545, -0.06578446924686432, -0.07393626123666763, -0.03732382878661156, -0.014316183514893055, 0.15351881086826324, -0.13038954138755798, 0.07227112352848053, 0.17736823856830597, -0.010089537128806114, 0.06711666285991669, -0.038066890090703964, 0.17289850115776062, -0.08991120010614395, -0.028915125876665115, 0.17436328530311584, -0.08250410854816437, 0.0786806121468544, 0.1608263999223709, 0.022829625755548477, -0.06656418740749359, 0.029574787244200706, -0.039340466260910034, -0.08898156136274338, -0.21838922798633575, -0.148067444562912, -0.11992256343364716, 0.05924250930547714, 0.062341220676898956, 0.0696515217423439, 0.12266137450933456, 0.059203725308179855, 0.015477290377020836, -0.0007553264731541276, -0.00036606789217330515, 0.07583136856555939, 0.2552264630794525, -0.0020075372885912657, 0.14774726331233978, -0.05434580519795418, -0.1357378363609314, 0.08277737349271774, 0.01842481829226017, 0.11255297809839249, 0.09960044920444489, 0.014388641342520714, 0.00644803699105978, 0.061373550444841385, 0.16953399777412415, 0.12216762453317642, 0.03140265494585037, -0.015582526102662086, -0.02194071002304554, 0.0020790479611605406, -0.07317613065242767, 0.01304252166301012, 0.07926664501428604, -0.15208743512630463, -0.08082117140293121, -0.15637393295764923, 0.09561088681221008, 0.07428078353404999, 0.049813296645879745, -0.2040114849805832, 0.009754637256264687, 0.09391142427921295, -0.030124526470899582, -0.09943006932735443, 0.07721024006605148, -0.04655788093805313, -0.14170965552330017, 0.10022298991680145, -0.03493443876504898, 0.13963255286216736, -0.08681212365627289, 0.0932496190071106, -0.03828613832592964, -0.11996456235647202, 0.032416898757219315, 0.11279566586017609, -0.2732636332511902, 0.2332872599363327, 0.010946370661258698, -0.07370878010988235, -0.07934506237506866, -0.026762953028082848, 0.041629474610090256, 0.2184235155582428, 0.059754300862550735, 0.002968377433717251, -0.06075876206159592, -0.18870088458061218, -0.006565387360751629, 0.009197798557579517, 0.1304895579814911, -0.03775089234113693, -0.01569267176091671, -0.0419037826359272, -0.03293319419026375, -0.029366329312324524, -0.038726381957530975, 0.035019759088754654, -0.17148956656455994, 0.05544491484761238, 0.0377817265689373, 0.07244952023029327, 0.019013661891222, -0.04418788477778435, -0.12382309138774872, 0.197775200009346, -0.07774023711681366, -0.07762428373098373, -0.11156740039587021, -0.0784677043557167, 0.02202191948890686, -0.08583451807498932, 0.06005251407623291, -0.08652466535568237, 0.016779478639364243, -0.06327100098133087, -0.20542916655540466, 0.13557077944278717, -0.09933868050575256, -0.02806651033461094, -0.06584896147251129, 0.15001823008060455, -0.0767940878868103, 0.01665390096604824, 0.032243192195892334, 0.01813752017915249, -0.08950473368167877, -0.07632966339588165, -0.0018591269617900252, 0.016023563221096992, 0.051190294325351715, 0.06099539250135422, -0.10083866119384766, -0.06429562717676163, -0.03685735538601875, 0.014633421786129475, 0.2983008325099945, 0.15201643109321594, -0.064842589199543, 0.15137214958667755, 0.1384977251291275, -0.07145120203495026, -0.3431456387042999, -0.08484037965536118, -0.10642081499099731, -0.04306303709745407, -0.046289920806884766, -0.16240264475345612, 0.1177973523736, -0.01295482087880373, -0.017609771341085434, 0.08445491641759872, -0.15145616233348846, -0.08574660867452621, 0.20116515457630157, -0.026354258880019188, 0.39032095670700073, -0.10577060282230377, -0.09967513382434845, -0.058081019669771194, -0.121647909283638, 0.1404253989458084, 0.01047214213758707, 0.08493805676698685, -0.009310578927397728, 0.06269232928752899, 0.044362664222717285, -0.039699576795101166, 0.0946895033121109, 0.011379079893231392, 0.01612018421292305, -0.1131248027086258, -0.11301706731319427, 0.007961280643939972, -0.020395388826727867, -0.015760453417897224, -0.00797135941684246, 0.010495016351342201, -0.1657717525959015, -0.04052681475877762, -0.07803480327129364, 0.05654771998524666, 0.04092846438288689, -0.03739452734589577, 0.006628011353313923, -0.021788200363516808, -0.004880301654338837, 0.005630741827189922, 0.2613779604434967, -0.0545232780277729, 0.17406699061393738, 0.09997852146625519, 0.13454613089561462, -0.1609681397676468, 0.02098797634243965, -0.07239851355552673, -0.06214495375752449, 0.07092934846878052, -0.07368351519107819, 0.07252470403909683, 0.13665559887886047, -0.06541655212640762, 0.06771941483020782, 0.11662118136882782, 0.059408992528915405, -0.036289941519498825, 0.15761438012123108, -0.22834214568138123, 0.03067406453192234, -0.05344350263476372, -0.016603386029601097, 0.06837030500173569, 0.06279473006725311, 0.13393236696720123, 0.05459635332226753, -0.043871067464351654, 0.002848769072443247, -0.009000388905405998, -0.0024182628840208054, 0.06304551661014557, 0.05966060236096382, 0.04511803761124611, -0.1356714963912964, 0.04809432104229927, 0.04747392609715462, -0.180133655667305, -0.015834158286452293, 0.13596458733081818, -0.16409757733345032, -0.1254369467496872, -0.014882639050483704, 0.14192621409893036, -0.10471435636281967, -0.05383450537919998, -0.06129157543182373, -0.13381800055503845, 0.07413940876722336, 0.2071639746427536, 0.1222052350640297, 0.0868266150355339, -0.05386051535606384, -0.04268129542469978, 0.013526189140975475, -0.0048812017776072025, 0.000410786597058177, 0.025256112217903137, -0.10814032703638077, 0.030668657273054123, -0.016766557469964027, 0.1549694985151291, -0.0959596261382103, -0.07802556455135345, -0.1802983283996582, 0.04513133689761162, -0.09466184675693512, -0.0370473749935627, -0.0709371566772461, -0.02417352795600891, 0.006666520144790411, -0.05355566740036011, -0.037236955016851425, -0.06802111119031906, -0.12928707897663116, 0.041479259729385376, -0.020978856831789017, 0.04500049725174904, -0.06915231049060822, -0.044879116117954254, 0.10159214586019516, -0.03420831635594368, 0.09736357629299164, 0.10930681228637695, -0.09245149046182632, 0.10182034969329834, -0.1422983705997467, -0.12590330839157104, 0.12893438339233398, 0.02711927518248558, 0.07729022204875946, 0.07507030665874481, 0.03763207420706749, 0.06823369115591049, 0.010589729994535446, 0.06981854140758514, 0.07503756135702133, -0.12291653454303741, 0.05968776345252991, -0.029884058982133865, -0.1753014773130417, -0.0433085560798645, -0.04439191892743111, 0.0955316424369812, 0.0027241117786616087, 0.1497408151626587, -0.05511422082781792, 0.10076558589935303, -0.034150879830121994, 0.007692268583923578, -0.018073493614792824, -0.21772713959217072, -0.0606854185461998, -0.0871635228395462, 0.02593981847167015, 0.0011935612419620156, 0.25321871042251587, 0.060501862317323685, 0.047848355025053024, 0.05219770595431328, 0.0803675726056099, -0.005114862695336342, 0.024529730901122093, 0.17962703108787537, 0.10480687767267227, -0.056110929697752, -0.06051088124513626, 0.06334816664457321, 0.020930401980876923, 0.0037487365771085024, 0.1370624452829361, 0.07126225531101227, -0.025097444653511047, 0.07946188747882843, -0.022343091666698456, 0.04902622103691101, -0.13099198043346405, -0.18797338008880615, -0.0362858846783638, 0.0822635069489479, 0.008193853311240673, 0.06443964689970016, 0.08426562696695328, -0.029682213440537453, 0.05306922271847725, -0.05066857486963272, -0.05351173132658005, -0.18930195271968842, -0.08380404114723206, -0.09822331368923187, -0.10457178205251694, 0.005494547076523304, -0.07776138931512833, -0.007010516710579395, 0.0889914408326149, 0.04661707207560539, -0.04920143634080887, 0.07530294358730316, 0.005946568213403225, -0.05706603452563286, 0.08126048743724823, -0.03929980844259262, 0.035573069006204605, -0.004914599005132914, -0.03371923416852951, -0.14008314907550812, -0.01516553945839405, -0.04801462963223457, 0.04064973443746567, -0.06195714324712753, 0.005159671418368816, -0.14515186846256256, -0.12241504341363907, -0.02803012728691101, 0.052396051585674286, -0.057535864412784576, 0.1368633210659027, 0.0011574793606996536, 0.005521169863641262, 0.04932842403650284, 0.20023545622825623, -0.06511733680963516, -0.05715160444378853, -0.03652770072221756, 0.25829756259918213, 0.07457830011844635, 0.1169453114271164, -0.00899919681251049, -0.005612371955066919, -0.09091201424598694, 0.33026692271232605, 0.2956998944282532, -0.053279418498277664, 0.04956240579485893, 0.021509597077965736, 0.03881188482046127, 0.15772217512130737, 0.14865562319755554, 0.08992809802293777, 0.23702938854694366, -0.06422201544046402, -0.03442860767245293, -0.01987340860068798, -0.020380141213536263, -0.12080796808004379, 0.0805739313364029, 0.0668584331870079, -0.04897911474108696, -0.07300020754337311, 0.10295598208904266, -0.20242395997047424, 0.1379757672548294, -0.0004371747490949929, -0.21978750824928284, -0.07235769927501678, -0.033254899084568024, 0.14364826679229736, -0.008563272655010223, 0.08543892204761505, -0.0008842989918775856, -0.11287369579076767, 0.02438463270664215, 0.019631659612059593, -0.2149261236190796, -0.020671725273132324, 0.06799837201833725, -0.04828084260225296, -0.0022455095313489437, -0.019154418259859085, 0.03060556948184967, 0.07118745148181915, 0.06662483513355255, -0.008223235607147217, 0.04078114032745361, 0.002477803034707904, -0.04111843183636665, 0.005046389531344175, 0.015769492834806442, 0.0016257762908935547, -0.09229632467031479, 0.06661305576562881, -0.16755518317222595, 0.05424373224377632, -0.08128474652767181, -0.06260967999696732, -0.009263207204639912, 0.034962452948093414, -0.054396457970142365, 0.04791352152824402, 0.10115863382816315, 0.0075232600793242455, -0.032317593693733215, -0.050817299634218216, -0.03972724452614784, -0.0014734352007508278, -0.1398703157901764, -0.14837034046649933, -0.09151425212621689, -0.09747706353664398, 0.11042709648609161, 0.001969041768461466, -0.15724746882915497, -0.0015884727472439408, -0.0997534990310669, 0.06987065821886063, -0.16953794658184052, 0.09285256266593933, 0.0341578908264637, 0.015343928709626198, -0.015839118510484695, -0.06526738405227661, 0.05342889577150345, 0.07730220258235931, -0.12141184508800507, -0.08985189348459244 ]
null
null
transformers
#HarryBoy
{"tags": ["conversational"]}
text-generation
AllwynJ/HarryBoy
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
#HarryBoy
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 51 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.009697278961539268, 0.03208012506365776, -0.007204889785498381, 0.004809224978089333, 0.16726240515708923, 0.014898733235895634, 0.09765533357858658, 0.13672804832458496, -0.007841327227652073, -0.031050153076648712, 0.14490588009357452, 0.20411323010921478, -0.006439372431486845, 0.0661218985915184, -0.07572533935308456, -0.2683109939098358, 0.05759621039032936, 0.046649303287267685, 0.016515716910362244, 0.1200079694390297, 0.08573378622531891, -0.05473608896136284, 0.08714032918214798, -0.014583407901227474, -0.150366872549057, 0.017733458429574966, 0.043394338339567184, -0.12260226160287857, 0.11910516023635864, 0.05462685227394104, 0.07063519209623337, 0.014929565601050854, -0.07541623711585999, -0.1631229966878891, 0.03031250834465027, 0.01425902172923088, -0.0594632662832737, 0.04757995903491974, 0.059961482882499695, -0.10165371745824814, 0.10819483548402786, 0.09530027210712433, -0.013078106567263603, 0.06798283755779266, -0.16849711537361145, -0.020869607105851173, -0.01446688175201416, 0.009899779222905636, 0.05550243332982063, 0.09964893013238907, -0.03413357585668564, 0.10497362166643143, -0.09214533120393753, 0.11017382889986038, 0.10932035744190216, -0.32057443261146545, -0.005767723545432091, 0.09167823940515518, 0.039358653128147125, 0.07352814823389053, -0.04467793554067612, 0.06258884817361832, 0.018015462905168533, 0.017986174672842026, -0.014015024527907372, -0.07283061742782593, -0.11612214148044586, 0.04717336222529411, -0.08668071031570435, -0.059868961572647095, 0.2244078367948532, -0.05464440956711769, 0.06881742179393768, -0.05281897634267807, -0.10522868484258652, -0.04308144748210907, -0.029833965003490448, 0.00475557055324316, -0.07660607248544693, 0.08692064881324768, 0.00869679357856512, -0.09547875821590424, -0.1376667022705078, -0.02496783249080181, -0.1776352822780609, 0.16140350699424744, 0.02465328387916088, 0.05232657864689827, -0.2027255892753601, 0.09623090922832489, 0.017906051129102707, -0.08045592904090881, 0.022091427817940712, -0.10046248883008957, 0.029131146147847176, 0.013760408386588097, -0.04754498973488808, -0.061387211084365845, 0.0843690037727356, 0.11199145019054413, -0.01731434464454651, 0.025486016646027565, -0.039331406354904175, 0.08100687712430954, 0.03553595021367073, 0.09077847748994827, 0.007288969587534666, -0.028338588774204254, 0.025842782109975815, -0.13719046115875244, -0.003647835226729512, -0.07116208970546722, -0.16572439670562744, -0.021088803187012672, 0.02994808368384838, 0.08289173990488052, 0.015449047088623047, 0.11682453751564026, -0.03272046521306038, -0.025152435526251793, 0.03602350503206253, -0.047656361013650894, -0.012649794109165668, 0.016648368909955025, 0.013163427822291851, 0.12399329990148544, -0.0022096503525972366, 0.03235051408410072, -0.13653022050857544, 0.031423524022102356, -0.06793295592069626, -0.003740974934771657, -0.03486552834510803, -0.040637075901031494, 0.009043924510478973, -0.06862333416938782, 0.003486064961180091, -0.15030112862586975, -0.15063877403736115, 0.007587034720927477, -0.007836631499230862, -0.04107699543237686, -0.06370922178030014, -0.06952770054340363, -0.013550350442528725, 0.04251532256603241, -0.07093454152345657, -0.011352915316820145, -0.06403283774852753, 0.11004766076803207, -0.03197755664587021, 0.07921615242958069, -0.11953279376029968, 0.08390819281339645, -0.11260783672332764, -0.02386913076043129, -0.060801517218351364, 0.09317506104707718, -0.0006014376995153725, 0.09549830108880997, -0.006563255097717047, -0.017931854352355003, -0.07981178909540176, 0.06445012241601944, -0.042872510850429535, 0.21701598167419434, -0.0615808479487896, -0.11181682348251343, 0.28781595826148987, -0.052628401666879654, -0.1370542049407959, 0.11647392809391022, 0.008682746440172195, 0.05777018144726753, 0.10703510791063309, 0.19733482599258423, -0.015276194550096989, 0.004040541127324104, 0.09471915662288666, 0.11263324320316315, -0.11276852339506149, -0.033160366117954254, 0.013019153848290443, -0.04081077128648758, -0.10867965966463089, 0.04689536616206169, 0.09810488671064377, 0.07090286910533905, -0.04786505550146103, -0.03377414867281914, -0.01366397924721241, 0.0052589005790650845, 0.08885077387094498, -0.007157256826758385, 0.10962837189435959, -0.05819983780384064, -0.03796621412038803, -0.029282379895448685, -0.012126247398555279, -0.03951939567923546, 0.03137664496898651, -0.043376367539167404, 0.10821941494941711, -0.011204327456653118, 0.06364280730485916, -0.16185984015464783, -0.07691477984189987, -0.017002692446112633, 0.1581239402294159, 0.024538565427064896, 0.09859629720449448, 0.0552486926317215, -0.040398042649030685, -0.0012767292791977525, 0.012792680412530899, 0.15581141412258148, -0.022091681137681007, -0.065607450902462, -0.052166227251291275, 0.08642971515655518, -0.05641226842999458, 0.04504093527793884, -0.05937713757157326, 0.012367865070700645, 0.05064384639263153, 0.10342344641685486, -0.00018274025933351368, 0.03323284164071083, -0.008164864964783192, 0.002145637758076191, -0.058205123990774155, 0.007405933458358049, 0.10799351334571838, 0.00036868182360194623, -0.07365862280130386, 0.22074243426322937, -0.17796069383621216, 0.1765957772731781, 0.1893044263124466, -0.299345999956131, 0.017949223518371582, -0.10759581625461578, -0.04561871662735939, 0.014407722279429436, 0.05567655712366104, -0.0454222597181797, 0.1703362911939621, -0.009871348738670349, 0.18874616920948029, -0.04946064203977585, -0.04464937001466751, -0.0200483538210392, -0.05118836089968681, -0.0024189651012420654, 0.07781197130680084, 0.10685696452856064, -0.13992026448249817, 0.1964332014322281, 0.1621224284172058, 0.048237916082143784, 0.19945049285888672, 0.015346456319093704, -0.011589210480451584, 0.0909530371427536, 0.005220826715230942, -0.058739423751831055, -0.07409929484128952, -0.2594851851463318, -0.030033592134714127, 0.07992640137672424, 0.0422382652759552, 0.1212305948138237, -0.11349532753229141, -0.038956157863140106, -0.01763172075152397, -0.023146281018853188, 0.021672505885362625, 0.0914369598031044, 0.06075398623943329, 0.13201528787612915, -0.001710098935291171, -0.007300339173525572, 0.10524573177099228, 0.01783694699406624, -0.09354141354560852, 0.18308524787425995, -0.13652534782886505, -0.37097251415252686, -0.13911493122577667, -0.18057456612586975, -0.05449081212282181, 0.05712554603815079, 0.11679314076900482, -0.12011238187551498, -0.018752124160528183, 0.01578843593597412, 0.10931742936372757, -0.08449502289295197, 0.0021454424131661654, -0.06880278885364532, 0.0321490578353405, -0.10310184955596924, -0.09194442629814148, -0.055416494607925415, -0.031392451375722885, -0.08001253753900528, 0.1423761546611786, -0.10777941346168518, 0.04476889222860336, 0.20262959599494934, 0.04653622955083847, 0.05625178664922714, -0.044105201959609985, 0.19377262890338898, -0.11264272034168243, -0.01661740615963936, 0.19215328991413116, -0.048360925167798996, 0.07476246356964111, 0.1232115849852562, -0.006348740309476852, -0.08765771239995956, 0.03011748194694519, -0.02085109055042267, -0.07988511025905609, -0.23219464719295502, -0.13938382267951965, -0.12429051846265793, 0.09477275609970093, 0.028005298227071762, 0.056365787982940674, 0.17219258844852448, 0.06577219814062119, -0.038416244089603424, 0.006410336587578058, 0.02959546446800232, 0.08237514644861221, 0.23417828977108002, -0.06035616248846054, 0.1364797055721283, -0.03420931473374367, -0.14982740581035614, 0.08169995993375778, 0.0713929831981659, 0.10213395953178406, 0.06678459793329239, 0.0804823637008667, 0.0149586396291852, 0.06188136339187622, 0.1311223804950714, 0.08191446959972382, 0.019586285576224327, -0.02480296604335308, -0.03388110175728798, -0.025523077696561813, -0.05937909707427025, 0.040128443390131, 0.06589099019765854, -0.16763372719287872, -0.039227183908224106, -0.09338314831256866, 0.09657008945941925, 0.0873042419552803, 0.06609832495450974, -0.1842060089111328, -0.008006223477423191, 0.08488986641168594, -0.03854905813932419, -0.13727426528930664, 0.09535189718008041, 0.01523482333868742, -0.15144726634025574, 0.03139317408204079, -0.04061909019947052, 0.12188644707202911, -0.07804752141237259, 0.09809603542089462, -0.08108244836330414, -0.07448557764291763, 0.02123199962079525, 0.1261177361011505, -0.30527687072753906, 0.20240111649036407, -0.0024993624538183212, -0.06486981362104416, -0.1243603527545929, -0.0032166161108762026, 0.002410882618278265, 0.07357452809810638, 0.10519039630889893, -0.007196315098553896, 0.001897757756523788, -0.06300821900367737, -0.01829923689365387, 0.032471053302288055, 0.13080233335494995, -0.0401318334043026, -0.021158374845981598, -0.050194524228572845, -0.001653497340157628, -0.03173094615340233, -0.06934895366430283, 0.02002747356891632, -0.19509181380271912, 0.08751901984214783, 0.04166261479258537, 0.09648149460554123, 0.029994789510965347, 0.004265148192644119, -0.09651939570903778, 0.24698667228221893, -0.07148019969463348, -0.10072879493236542, -0.10919588059186935, -0.046813901513814926, 0.03569883480668068, -0.05628936365246773, 0.04309194162487984, -0.0788632407784462, 0.028997479006648064, -0.06352769583463669, -0.19235502183437347, 0.12410202622413635, -0.09027006477117538, -0.04412810131907463, -0.02371402643620968, 0.2110891044139862, -0.05598580464720726, 0.010335659608244896, 0.02930437959730625, 0.01208863127976656, -0.11645778268575668, -0.09678568691015244, 0.031018631532788277, -0.007351789623498917, 0.050603240728378296, 0.041841957718133926, -0.05915454775094986, -0.017138581722974777, -0.052199993282556534, -0.022926922887563705, 0.3496883809566498, 0.14231905341148376, -0.043836336582899094, 0.19347235560417175, 0.12347975373268127, -0.07452994585037231, -0.3159443140029907, -0.1066238060593605, -0.10937739163637161, -0.04680149629712105, -0.07012093812227249, -0.2002030611038208, 0.06474938243627548, 0.00662544509395957, -0.013415241613984108, 0.12749312818050385, -0.2561831772327423, -0.07571036368608475, 0.15906259417533875, -0.017980827018618584, 0.3745945692062378, -0.1168576180934906, -0.10926306992769241, -0.03950892388820648, -0.14175476133823395, 0.16968177258968353, -0.01989765651524067, 0.11221715062856674, -0.009765521623194218, 0.14388824999332428, 0.05548359826207161, -0.023479344323277473, 0.08544106781482697, 0.004999885335564613, -0.03290518373250961, -0.10304180532693863, -0.05676887184381485, 0.007092386484146118, 0.02477436140179634, 0.018026655539870262, -0.041834570467472076, 0.02227151393890381, -0.11731979995965958, -0.04657655209302902, -0.08982590585947037, 0.04431166127324104, 0.03899754583835602, -0.07325074821710587, -0.002380647463724017, -0.07165111601352692, -0.012272949330508709, 0.022334342822432518, 0.20356793701648712, -0.08029330521821976, 0.16448934376239777, 0.09239562600851059, 0.12419285625219345, -0.14376309514045715, -0.00019283240544609725, -0.0762530043721199, -0.05611240118741989, 0.07737895101308823, -0.09433035552501678, 0.058893077075481415, 0.10901971161365509, -0.04567738622426987, 0.08828683942556381, 0.10377411544322968, 0.008936077356338501, 0.003213887568563223, 0.10916902124881744, -0.2667325437068939, -0.0296600554138422, -0.07532413303852081, 0.000883326749317348, 0.09092561900615692, 0.08562852442264557, 0.18840822577476501, 0.025361526757478714, -0.04293036088347435, -0.002770674182102084, 0.028597986325621605, -0.039021048694849014, 0.051667019724845886, 0.001123449532315135, 0.01947369985282421, -0.1530752182006836, 0.072522833943367, 0.01490565575659275, -0.15215420722961426, 0.021316176280379295, 0.16572684049606323, -0.11656328290700912, -0.1283872276544571, -0.06520111113786697, 0.08313824236392975, -0.11755692958831787, -0.01578943058848381, -0.03279297426342964, -0.13145680725574493, 0.07992171496152878, 0.12629036605358124, 0.05557859688997269, 0.0972496047616005, -0.06061713397502899, -0.020469192415475845, -0.018721895292401314, -0.014099318534135818, -0.012384648434817791, -0.007667020428925753, -0.055978111922740936, 0.0590752474963665, -0.026677248999476433, 0.1425808072090149, -0.09221141785383224, -0.1037059873342514, -0.16142144799232483, 0.0374140702188015, -0.11013076454401016, -0.08825794607400894, -0.08821134269237518, -0.050188567489385605, 0.002360827289521694, -0.019856395199894905, -0.04037635400891304, -0.05829505994915962, -0.12300454825162888, 0.0338277705013752, -0.040771447122097015, 0.024727050215005875, -0.07512269169092178, 0.015856385231018066, 0.08507686108350754, -0.03285100311040878, 0.15655414760112762, 0.1450488418340683, -0.1006515845656395, 0.10741901397705078, -0.14806775748729706, -0.09138492494821548, 0.11116421222686768, 0.015329592861235142, 0.0449691042304039, 0.09723787009716034, 0.013362943194806576, 0.0635865181684494, 0.032776717096567154, 0.05308786407113075, 0.027619892731308937, -0.11959987878799438, 0.06483134627342224, -0.03626115620136261, -0.14700546860694885, -0.049338050186634064, -0.05282869189977646, 0.01647452637553215, 0.013054544106125832, 0.09622690081596375, -0.05301849544048309, 0.10698331147432327, -0.04055701196193695, 0.0346808135509491, 0.017554637044668198, -0.1730053424835205, -0.03816922754049301, -0.08538098633289337, 0.03681723028421402, 0.014741539023816586, 0.25266793370246887, 0.030072299763560295, 0.012416383251547813, 0.032671261578798294, 0.08285367488861084, 0.03899408504366875, 0.010228337720036507, 0.17482228577136993, 0.1162426546216011, -0.06621865928173065, -0.10445023328065872, 0.0729617029428482, 0.016332454979419708, 0.01286179106682539, 0.13617953658103943, 0.008365051820874214, 0.005795429926365614, 0.08649782836437225, -0.016865963116288185, 0.009968153201043606, -0.10052056610584259, -0.13426925241947174, -0.022176474332809448, 0.05151832848787308, -0.04655967652797699, 0.11727844923734665, 0.1406494379043579, -0.01806013658642769, 0.03222079202532768, -0.021771740168333054, -0.05699979141354561, -0.1683429479598999, -0.1429590880870819, -0.06883849948644638, -0.13416796922683716, 0.00897989235818386, -0.11180389672517776, 0.05395037308335304, 0.06001098081469536, 0.06750501692295074, -0.06899319589138031, 0.10220931470394135, 0.04626858979463577, -0.11440542340278625, 0.06264589726924896, -0.0296088308095932, 0.09430401772260666, -0.02759445086121559, -0.019505485892295837, -0.09039592742919922, 0.014574515633285046, 0.011419114656746387, 0.06245238706469536, -0.04707273095846176, 0.007463190704584122, -0.14696238934993744, -0.08972041308879852, -0.0523175448179245, 0.0718572810292244, -0.050409089773893356, 0.14282815158367157, 0.00775480642914772, -0.0170906875282526, 0.039554283022880554, 0.22787313163280487, -0.07476283609867096, -0.04778539761900902, -0.05269690603017807, 0.20717895030975342, 0.02975541539490223, 0.1171872541308403, -0.022938819602131844, -0.006106364540755749, -0.0919521227478981, 0.3764844834804535, 0.30030161142349243, -0.09031439572572708, 0.011794124729931355, 0.02137952297925949, 0.04502861574292183, 0.1316293478012085, 0.1216534823179245, 0.10318691283464432, 0.3006802201271057, -0.07452366501092911, -0.04653361067175865, -0.012629742734134197, -0.023858042433857918, -0.09059546142816544, 0.1021224707365036, 0.04839762672781944, -0.06382183730602264, -0.03313443064689636, 0.0954432487487793, -0.25862133502960205, 0.1277991235256195, -0.12311873584985733, -0.17578600347042084, -0.06654827296733856, 0.009760108776390553, 0.10465722531080246, 0.015642458572983742, 0.0946015790104866, 0.007128213066607714, -0.11252258718013763, 0.06305865943431854, 0.03397420793771744, -0.22762253880500793, 0.0006893770187161863, 0.06642123311758041, -0.07006710022687912, -0.0024247700348496437, -0.026499588042497635, 0.05657242611050606, 0.0656052976846695, 0.054629553109407425, -0.00971333310008049, 0.03816632181406021, 0.0034184439573436975, -0.0585215799510479, 0.016623929142951965, 0.05121519789099693, 0.02472509816288948, -0.09763528406620026, 0.06927435845136642, -0.1574270874261856, 0.04766253009438515, -0.0030655991286039352, -0.04124255105853081, 0.006064958870410919, 0.008823691867291927, -0.06491616368293762, 0.05165379121899605, 0.07916834205389023, -0.0016257909592241049, -0.0062433634884655476, -0.057178743183612823, -0.02632102556526661, -0.027755750343203545, -0.09291748702526093, -0.10495562851428986, -0.14682936668395996, -0.11640441417694092, 0.09368976950645447, -0.01011267676949501, -0.1848134547472, 0.022154374048113823, -0.08606051653623581, 0.08319322764873505, -0.1670055389404297, 0.08040720224380493, 0.07041648775339127, 0.013038921169936657, -0.0031511052511632442, -0.02002427540719509, 0.054132770746946335, 0.086809903383255, -0.10407156497240067, -0.07400695979595184 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # mbart50-ft-si-en This model was trained from scratch on an unkown dataset. It achieves the following results on the evaluation set: - Loss: 5.0476 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 0.0005 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 64 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 10 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | No log | 0.98 | 30 | 5.6367 | | No log | 1.98 | 60 | 4.1221 | | No log | 2.98 | 90 | 3.1880 | | No log | 3.98 | 120 | 3.1175 | | No log | 4.98 | 150 | 3.3575 | | No log | 5.98 | 180 | 3.7855 | | No log | 6.98 | 210 | 4.3530 | | No log | 7.98 | 240 | 4.7216 | | No log | 8.98 | 270 | 4.9202 | | No log | 9.98 | 300 | 5.0476 | ### Framework versions - Transformers 4.9.2 - Pytorch 1.6.0 - Datasets 1.11.0 - Tokenizers 0.10.3
{"tags": ["generated_from_trainer"], "model_index": [{"name": "mbart50-ft-si-en", "results": [{"task": {"name": "Sequence-to-sequence Language Modeling", "type": "text2text-generation"}}]}]}
text2text-generation
Aloka/mbart50-ft-si-en
[ "transformers", "pytorch", "tensorboard", "mbart", "text2text-generation", "generated_from_trainer", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #mbart #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us
mbart50-ft-si-en ================ This model was trained from scratch on an unkown dataset. It achieves the following results on the evaluation set: * Loss: 5.0476 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 0.0005 * train\_batch\_size: 16 * eval\_batch\_size: 16 * seed: 42 * gradient\_accumulation\_steps: 4 * total\_train\_batch\_size: 64 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * num\_epochs: 10 * mixed\_precision\_training: Native AMP ### Training results ### Framework versions * Transformers 4.9.2 * Pytorch 1.6.0 * Datasets 1.11.0 * Tokenizers 0.10.3
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0005\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 64\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 10\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.9.2\n* Pytorch 1.6.0\n* Datasets 1.11.0\n* Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #tensorboard #mbart #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0005\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 64\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 10\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.9.2\n* Pytorch 1.6.0\n* Datasets 1.11.0\n* Tokenizers 0.10.3" ]
[ 50, 140, 4, 31 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #mbart #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0005\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 64\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 10\n* mixed\\_precision\\_training: Native AMP### Training results### Framework versions\n\n\n* Transformers 4.9.2\n* Pytorch 1.6.0\n* Datasets 1.11.0\n* Tokenizers 0.10.3" ]
[ -0.0995524674654007, 0.07197006046772003, -0.0036191577091813087, 0.08292358368635178, 0.14912199974060059, -0.005378391593694687, 0.13180148601531982, 0.14728084206581116, -0.1470889449119568, 0.054091695696115494, 0.13212016224861145, 0.15098732709884644, 0.027994683012366295, 0.155689537525177, -0.052311062812805176, -0.2936260402202606, 0.010404595173895359, 0.05267655849456787, -0.06862033158540726, 0.1352081000804901, 0.07793841511011124, -0.14580470323562622, 0.06269634515047073, 0.025666797533631325, -0.2033536583185196, -0.00023262012109626085, 0.0008847354911267757, -0.06884560734033585, 0.12346886098384857, 0.014592637307941914, 0.11902569979429245, 0.03661468252539635, 0.06247756630182266, -0.15873511135578156, 0.013804814778268337, 0.06144922226667404, 0.022875934839248657, 0.10136071592569351, 0.07542943209409714, -0.02672802470624447, 0.13244591653347015, -0.08370590209960938, 0.07334309816360474, 0.017979655414819717, -0.1372881382703781, -0.30092668533325195, -0.10166869312524796, 0.02498798258602619, 0.06734221428632736, 0.08059883862733841, -0.011308816261589527, 0.16353924572467804, -0.07705528289079666, 0.10621562600135803, 0.28030240535736084, -0.27978456020355225, -0.06909483671188354, -0.007104482967406511, 0.03358497470617294, 0.07408389449119568, -0.10569804906845093, -0.024172917008399963, 0.022908516228199005, 0.04988367110490799, 0.1561414897441864, -0.0115555664524436, -0.0066764503717422485, 0.0026845019310712814, -0.14616605639457703, -0.05106564611196518, 0.09657064080238342, 0.017481984570622444, -0.030796442180871964, -0.06378325074911118, -0.06795652210712433, -0.1991858333349228, -0.056856419891119, -0.006616703234612942, 0.034582674503326416, -0.05755574628710747, -0.11288657039403915, -0.004782949574291706, -0.07130634784698486, -0.05258779972791672, -0.033630017191171646, 0.1631278544664383, 0.055281173437833786, 0.007290653884410858, -0.0433155782520771, 0.0985531434416771, -0.027603210881352425, -0.15380465984344482, 0.021421579644083977, 0.020701458677649498, -0.020772330462932587, -0.04065616428852081, -0.05196268856525421, -0.10132912546396255, -0.013561704196035862, 0.14422306418418884, -0.10681108385324478, 0.06847870349884033, -0.0015258312923833728, 0.038620125502347946, -0.08983708918094635, 0.18732589483261108, -0.0420469306409359, 0.009657432325184345, -0.0016127382405102253, 0.08270686864852905, 0.02147172950208187, -0.029207471758127213, -0.10375023633241653, 0.036918528378009796, 0.11703280359506607, 0.023871995508670807, -0.04698949679732323, 0.06319952011108398, -0.03570721670985222, -0.02512183226644993, 0.028306683525443077, -0.10456652194261551, 0.04752098768949509, -0.00906086154282093, -0.08506142348051071, -0.0006729104206897318, 0.015056658536195755, -0.002903442597016692, -0.03540315479040146, 0.145524263381958, -0.0938957929611206, 0.04353673383593559, -0.09988056868314743, -0.13975587487220764, 0.015107156708836555, -0.08231140673160553, 0.002719093579798937, -0.07751116156578064, -0.11925863474607468, -0.016891341656446457, 0.05037014186382294, -0.05435868352651596, -0.040009111166000366, -0.04046747088432312, -0.08182729035615921, 0.04069214314222336, -0.017725033685564995, 0.11757123470306396, -0.06066015362739563, 0.11363478004932404, 0.05470732972025871, 0.08189769089221954, -0.0039945379830896854, 0.05538295954465866, -0.08554603904485703, 0.02959955483675003, -0.2639826238155365, 0.05897212028503418, -0.06289538741111755, 0.07611757516860962, -0.1007617935538292, -0.1159486174583435, 0.019226420670747757, -0.018398981541395187, 0.1202840730547905, 0.10191928595304489, -0.1526067852973938, -0.10283803194761276, 0.20430082082748413, -0.07443226873874664, -0.0896851196885109, 0.13521626591682434, -0.04978315159678459, -0.006109530571848154, 0.052411001175642014, 0.19742043316364288, 0.04174640029668808, -0.08166784048080444, 0.012598469853401184, -0.061979811638593674, 0.06732271611690521, -0.03615191578865051, 0.0601005032658577, -0.0020089102908968925, 0.062209293246269226, 0.011221703141927719, 0.029330864548683167, 0.048339277505874634, -0.11561577022075653, -0.07139328867197037, -0.04086796194314957, -0.0701519027352333, 0.05760896950960159, 0.06334943324327469, 0.08475669473409653, -0.12355245649814606, -0.11478285491466522, 0.0749073177576065, 0.06849709153175354, -0.07227835804224014, 0.05424303188920021, -0.07786605507135391, 0.10530591756105423, -0.08128762245178223, -0.0047554802149534225, -0.20292417705059052, -0.010628979653120041, 0.019900528714060783, 0.005106477532535791, 0.03290361911058426, -0.024325914680957794, 0.08634257316589355, 0.07327283173799515, -0.05986374244093895, -0.031028183177113533, -0.03774448484182358, -0.005962214432656765, -0.1292143017053604, -0.21244269609451294, -0.03901829198002815, -0.034966953098773956, 0.06795310229063034, -0.17441426217556, 0.03699791803956032, 0.03574196994304657, 0.11112014204263687, 0.03239572420716286, -0.02870001085102558, -0.015662191435694695, 0.09458412230014801, -0.02976195327937603, -0.059364646673202515, 0.06953065097332001, 0.00705752382054925, -0.07736514508724213, -0.012012318708002567, -0.15328986942768097, 0.1671566516160965, 0.13998645544052124, -0.05942255258560181, -0.08650320023298264, -0.031490180641412735, -0.0662589743733406, -0.03255637362599373, -0.021567396819591522, 0.04195854812860489, 0.17976664006710052, 0.021700270473957062, 0.16639429330825806, -0.08742475509643555, -0.054669130593538284, 0.04227546975016594, -0.029174145311117172, 0.011759715154767036, 0.12357988953590393, 0.07227372378110886, -0.07787345349788666, 0.1355394721031189, 0.138248011469841, -0.07638981193304062, 0.14025196433067322, -0.0475798174738884, -0.09104465693235397, -0.030507994815707207, -0.024473080411553383, 0.027416884899139404, 0.09729137271642685, -0.12293101102113724, -0.028971457853913307, 0.024174842983484268, 0.03252223879098892, 0.01824282668530941, -0.19986987113952637, -0.014270201325416565, 0.042210500687360764, -0.03418916463851929, -0.02435126341879368, -0.012351087294518948, 0.023060830309987068, 0.12042079865932465, 0.014764498919248581, -0.0541832260787487, 0.01078600063920021, 0.013481946662068367, -0.048453494906425476, 0.18594348430633545, -0.09670623391866684, -0.15223398804664612, -0.0948101282119751, -0.08473283797502518, -0.05355525389313698, 0.00039705398376099765, 0.06659252941608429, -0.1110362634062767, -0.025907043367624283, -0.06057360768318176, 0.020684408023953438, -0.018727052956819534, 0.03836283087730408, 0.017450042068958282, -0.013664350844919682, 0.06587178260087967, -0.1060076504945755, -0.01593480072915554, -0.04133377969264984, -0.02649732492864132, 0.0751953199505806, 0.05092186853289604, 0.11074972152709961, 0.14936749637126923, -0.03256269171833992, 0.03528982400894165, -0.0392289012670517, 0.1996026337146759, -0.08036768436431885, -0.02931930497288704, 0.11122673004865646, -0.0034257813822478056, 0.08454342931509018, 0.10475698113441467, 0.0700564831495285, -0.09081048518419266, 0.0015517943538725376, 0.04200892150402069, -0.046452347189188004, -0.19947129487991333, -0.0213562473654747, -0.05043497309088707, -0.011575222946703434, 0.10723872482776642, 0.022668445482850075, 0.0283017847687006, 0.04223290830850601, 0.022244499996304512, 0.03340868651866913, -0.02728830836713314, 0.09438547492027283, 0.09597708284854889, 0.044594891369342804, 0.15104684233665466, -0.03991270437836647, -0.0588834173977375, 0.033236026763916016, -0.010753477923572063, 0.22381779551506042, -0.01598980836570263, 0.14590424299240112, 0.04837359860539436, 0.15247060358524323, 0.03002629056572914, 0.07656512409448624, -0.013181405141949654, -0.04298608750104904, -0.007191463839262724, -0.040808118879795074, -0.04389584809541702, 0.004579806234687567, -0.014424808323383331, 0.04145832732319832, -0.14087510108947754, -0.01602400280535221, 0.057821664959192276, 0.28828585147857666, 0.037882499396800995, -0.33968251943588257, -0.09889326244592667, -0.0076142591424286366, -0.052445054054260254, -0.018868030980229378, 0.006994317751377821, 0.09338301420211792, -0.08689053356647491, 0.050913255661726, -0.0915612131357193, 0.10125622898340225, -0.04413986578583717, 0.03257416933774948, 0.04316099360585213, 0.1098863035440445, -0.019534755498170853, 0.04820176213979721, -0.30863508582115173, 0.2862374484539032, 0.01857723481953144, 0.05876274034380913, -0.0660073384642601, 0.009963867254555225, 0.024015920236706734, 0.03487740829586983, 0.043050773441791534, -0.01985926739871502, -0.09077367186546326, -0.19863343238830566, -0.08281897753477097, 0.004307997412979603, 0.11519864946603775, -0.0019416121067479253, 0.12393022328615189, -0.013531307689845562, -0.0007000513141974807, 0.05327752232551575, -0.04893198981881142, -0.03444791957736015, -0.09761112928390503, 0.021968897432088852, -0.003810855094343424, -0.04308253899216652, -0.07356183230876923, -0.12368999421596527, -0.06875520199537277, 0.19034552574157715, 0.04082112014293671, -0.05140164494514465, -0.13645805418491364, 0.08025569468736649, 0.09585382044315338, -0.0846291184425354, 0.037919528782367706, -0.0048514474183321, 0.09329122304916382, -0.004059504717588425, -0.061426397413015366, 0.12798158824443817, -0.05210871249437332, -0.1836017668247223, -0.04953417181968689, 0.12288660556077957, 0.02993907406926155, 0.06799652427434921, -0.0336301364004612, 0.041036639362573624, -0.01618773676455021, -0.08001059293746948, 0.041837554425001144, -0.013614308089017868, 0.09226185083389282, -0.00515984371304512, -0.01275730598717928, 0.047775041311979294, -0.06278643012046814, -0.01778865046799183, 0.18156516551971436, 0.26834559440612793, -0.09466652572154999, 0.047153495252132416, 0.05046756565570831, -0.04554746299982071, -0.16537518799304962, 0.03683833032846451, 0.07710917294025421, -0.003058983478695154, 0.0046727354638278484, -0.17877459526062012, 0.043292105197906494, 0.094952292740345, -0.007571817375719547, 0.09248220920562744, -0.3229856491088867, -0.1300365924835205, 0.0925263836979866, 0.13917455077171326, 0.07407967001199722, -0.170378178358078, -0.030421050265431404, -0.005118615925312042, -0.09185988456010818, 0.09989699721336365, -0.0729004368185997, 0.12467557191848755, -0.034049082547426224, 0.09583087265491486, 0.022007184103131294, -0.06961440294981003, 0.10978318005800247, -0.026242131367325783, 0.08848433941602707, -0.06952366977930069, 0.009099047631025314, 0.08350041508674622, -0.06546540558338165, 0.012003574520349503, -0.06990718096494675, 0.020143728703260422, -0.10357018560171127, -0.018762260675430298, -0.09403546899557114, 0.013462007977068424, -0.03333134204149246, -0.0474836602807045, -0.03584878146648407, 0.02357596717774868, 0.047450777143239975, -0.024755369871854782, 0.16896864771842957, -0.011839312501251698, 0.18076565861701965, 0.13994915783405304, 0.08083362132310867, -0.10801143199205399, -0.05875076726078987, 0.014618446119129658, -0.01304091326892376, 0.04731709882616997, -0.15281137824058533, 0.030331412330269814, 0.15462252497673035, 0.01779927872121334, 0.12166722118854523, 0.07697974145412445, -0.053682513535022736, 0.029015179723501205, 0.06291793286800385, -0.16517308354377747, -0.09609755128622055, 0.00683220149949193, 0.009135519154369831, -0.1128082275390625, 0.05759601667523384, 0.09981187433004379, -0.05482303351163864, -0.024716805666685104, 0.0065361689776182175, 0.01058456301689148, -0.03204838186502457, 0.21678438782691956, 0.04155074059963226, 0.0694744661450386, -0.1047421544790268, 0.0783301591873169, 0.05667825788259506, -0.14088760316371918, 0.033387381583452225, 0.1275671124458313, -0.07597131282091141, -0.021334955468773842, 0.06807976961135864, 0.16293056309223175, -0.04100872576236725, -0.016566064208745956, -0.16998563706874847, -0.11784381419420242, 0.10635140538215637, 0.17791558802127838, 0.06613846868276596, -0.007681889459490776, -0.053279757499694824, 0.02763284184038639, -0.15017744898796082, 0.09499385952949524, 0.06411954760551453, 0.08009111881256104, -0.1220233142375946, 0.17970870435237885, -0.0026616943068802357, 0.04716650769114494, -0.01926320791244507, 0.011737454682588577, -0.11911926418542862, 0.02131035551428795, -0.12872250378131866, -0.039429958909749985, -0.04910637065768242, -0.009441022761166096, -0.02285461314022541, -0.051301345229148865, -0.05172272399067879, 0.003657276974990964, -0.12772834300994873, -0.029063278809189796, 0.02154948189854622, 0.012055321596562862, -0.11553189903497696, -0.024093102663755417, 0.014679793268442154, -0.07855703681707382, 0.08052398264408112, 0.057529788464307785, 0.009180544875562191, 0.0396270789206028, -0.05009806528687477, -0.00323426048271358, 0.053136296570301056, -0.02333964966237545, 0.07693913578987122, -0.10647377371788025, -0.004778052214533091, -0.01606930047273636, 0.052602771669626236, 0.02374659851193428, 0.07914122194051743, -0.1319715827703476, 0.006341959349811077, -0.005240889266133308, -0.08506882190704346, -0.06692677736282349, 0.06118873879313469, 0.07533343136310577, 0.022464046254754066, 0.16093036532402039, -0.08636295050382614, 0.05306506156921387, -0.21585942804813385, -0.010367143899202347, -0.009106919169425964, -0.13904212415218353, -0.036910559982061386, -0.04478936642408371, 0.08023616671562195, -0.06880272179841995, 0.11320560425519943, 0.009540773928165436, 0.053659114986658096, 0.04414769262075424, -0.06525380909442902, -0.01108111534267664, 0.030534593388438225, 0.16033458709716797, 0.028775950893759727, -0.04763641953468323, 0.07426661998033524, 0.05827200412750244, 0.08978265523910522, 0.1353418081998825, 0.21201641857624054, 0.13899049162864685, 0.0451669804751873, 0.0801980271935463, 0.02547968178987503, -0.05816496163606644, -0.1889067441225052, 0.04817977920174599, -0.03832990303635597, 0.12606149911880493, -0.026417048647999763, 0.19302622973918915, 0.13122998178005219, -0.15266038477420807, 0.06768066436052322, -0.03921816870570183, -0.09123775362968445, -0.10575084388256073, -0.06034006178379059, -0.07803715020418167, -0.16386550664901733, 0.0004039498744532466, -0.11478659510612488, 0.05113903060555458, 0.05424683541059494, 0.026286723092198372, -0.007149884477257729, 0.15052509307861328, 0.058527570217847824, 0.019930778071284294, 0.06955015659332275, 0.00931437499821186, -0.027084333822131157, -0.051235076040029526, -0.06972543895244598, -0.00017336700693704188, -0.01319960318505764, 0.047250136733055115, -0.02935345657169819, -0.07116678357124329, 0.04129914939403534, -0.01984284445643425, -0.11542370915412903, 0.023780927062034607, 0.02649373561143875, 0.08544261753559113, 0.046037010848522186, -0.0041405269876122475, -0.005526897497475147, -0.03872983902692795, 0.22110262513160706, -0.08661600202322006, -0.0566488653421402, -0.1005721241235733, 0.2973538339138031, 0.03410238400101662, -0.02764514461159706, 0.018086308613419533, -0.06454160809516907, -0.009391460567712784, 0.1883014440536499, 0.18894171714782715, -0.04114914685487747, -0.0023364615626633167, -0.006796651985496283, -0.013610374182462692, -0.026009855791926384, 0.10535033792257309, 0.13328857719898224, 0.02918791025876999, -0.08735769987106323, -0.0360659658908844, -0.06091298162937164, -0.02179708704352379, -0.042618270963430405, 0.06906075775623322, 0.050181061029434204, 0.016029762104153633, -0.04315696284174919, 0.04613281041383743, -0.04945031926035881, -0.07871738821268082, 0.03160104155540466, -0.22473202645778656, -0.1687905341386795, -0.00286761368624866, 0.06412093341350555, -0.007633565459400415, 0.06821522861719131, 0.004617688246071339, -0.009653080254793167, 0.0724882185459137, -0.014956571161746979, -0.05977357551455498, -0.10643932968378067, 0.10590774565935135, -0.15581616759300232, 0.17181093990802765, -0.04791602864861488, 0.005889645777642727, 0.1408109813928604, 0.059599656611680984, -0.08760904520750046, 0.053007014095783234, 0.04938489943742752, -0.08719159662723541, 0.007963230833411217, 0.16340108215808868, -0.02411481738090515, 0.06254926323890686, 0.03764760494232178, -0.13764162361621857, 0.01331712119281292, -0.14004097878932953, -0.03383318707346916, -0.012640758417546749, -0.027557937428355217, -0.03670307621359825, 0.12233267724514008, 0.22777777910232544, -0.03197542205452919, 0.016115298494696617, -0.07425947487354279, 0.0027909923810511827, 0.06597774475812912, 0.041547052562236786, -0.07255905121564865, -0.280114084482193, 0.01655283197760582, 0.08945654332637787, -0.01609029807150364, -0.2631229758262634, -0.09200793504714966, 0.027079453691840172, -0.057863373309373856, -0.10098176449537277, 0.10569301247596741, 0.051160603761672974, 0.059649508446455, -0.0593823678791523, -0.07951896637678146, -0.07402694970369339, 0.18068116903305054, -0.16916343569755554, -0.05367875471711159 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # distilbert-base-uncased-finetuned-cola This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset. It achieves the following results on the evaluation set: - Loss: 0.7272 - Matthews Correlation: 0.5343 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 5 ### Training results | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation | |:-------------:|:-----:|:----:|:---------------:|:--------------------:| | 0.5219 | 1.0 | 535 | 0.5340 | 0.4215 | | 0.3467 | 2.0 | 1070 | 0.5131 | 0.5181 | | 0.2331 | 3.0 | 1605 | 0.6406 | 0.5040 | | 0.1695 | 4.0 | 2140 | 0.7272 | 0.5343 | | 0.1212 | 5.0 | 2675 | 0.8399 | 0.5230 | ### Framework versions - Transformers 4.12.3 - Pytorch 1.9.0+cu111 - Datasets 1.15.1 - Tokenizers 0.10.3
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["glue"], "metrics": ["matthews_correlation"], "model-index": [{"name": "distilbert-base-uncased-finetuned-cola", "results": [{"task": {"type": "text-classification", "name": "Text Classification"}, "dataset": {"name": "glue", "type": "glue", "args": "cola"}, "metrics": [{"type": "matthews_correlation", "value": 0.5343023846000738, "name": "Matthews Correlation"}]}]}]}
text-classification
Alstractor/distilbert-base-uncased-finetuned-cola
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "dataset:glue", "license:apache-2.0", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-glue #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased-finetuned-cola ====================================== This model is a fine-tuned version of distilbert-base-uncased on the glue dataset. It achieves the following results on the evaluation set: * Loss: 0.7272 * Matthews Correlation: 0.5343 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 2e-05 * train\_batch\_size: 16 * eval\_batch\_size: 16 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * num\_epochs: 5 ### Training results ### Framework versions * Transformers 4.12.3 * Pytorch 1.9.0+cu111 * Datasets 1.15.1 * Tokenizers 0.10.3
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 5", "### Training results", "### Framework versions\n\n\n* Transformers 4.12.3\n* Pytorch 1.9.0+cu111\n* Datasets 1.15.1\n* Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-glue #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 5", "### Training results", "### Framework versions\n\n\n* Transformers 4.12.3\n* Pytorch 1.9.0+cu111\n* Datasets 1.15.1\n* Tokenizers 0.10.3" ]
[ 67, 98, 4, 34 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-glue #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 5### Training results### Framework versions\n\n\n* Transformers 4.12.3\n* Pytorch 1.9.0+cu111\n* Datasets 1.15.1\n* Tokenizers 0.10.3" ]
[ -0.10332313179969788, 0.1015724390745163, -0.002312843920662999, 0.12276768684387207, 0.16639408469200134, 0.033813461661338806, 0.12579520046710968, 0.125900536775589, -0.08453615009784698, 0.023038864135742188, 0.12107968330383301, 0.15842050313949585, 0.022394772619009018, 0.11741199344396591, -0.05019248276948929, -0.26342472434043884, -0.012488359585404396, 0.04783770069479942, -0.053303979337215424, 0.13424590229988098, 0.09187149256467819, -0.12198898196220398, 0.08984480053186417, 0.0111010130494833, -0.19435623288154602, -0.0028592711314558983, -0.0013934202725067735, -0.052089229226112366, 0.1472260057926178, 0.02647952362895012, 0.12323863059282303, 0.00009305680578108877, 0.0856972187757492, -0.19567826390266418, 0.010562565177679062, 0.046667419373989105, 0.004705554340034723, 0.09324687719345093, 0.045802921056747437, 0.00554001796990633, 0.11468727141618729, -0.08120270073413849, 0.05472080782055855, 0.021681981161236763, -0.11497081071138382, -0.2068820297718048, -0.07962364703416824, 0.03758406266570091, 0.0796554908156395, 0.10459806025028229, -0.006230704020708799, 0.11870469897985458, -0.08066938817501068, 0.09285569190979004, 0.2200051099061966, -0.2877482771873474, -0.06635250151157379, 0.04505614936351776, 0.014677424915134907, 0.044682469218969345, -0.10079862177371979, -0.03739927336573601, 0.046519577503204346, 0.05224716290831566, 0.12726302444934845, -0.028189096599817276, -0.12085065245628357, 0.004253816325217485, -0.14072443544864655, -0.03378709405660629, 0.1690913736820221, 0.04055400192737579, -0.027766436338424683, -0.057021185755729675, -0.059814922511577606, -0.1471635103225708, -0.03632897883653641, -0.011735448613762856, 0.04698709771037102, -0.022290624678134918, -0.04063256457448006, -0.009078622795641422, -0.10850299149751663, -0.06297571212053299, -0.07638081163167953, 0.10666792094707489, 0.03696318715810776, 0.007606412284076214, -0.02870200015604496, 0.11179010570049286, -0.006500004790723324, -0.12308304011821747, 0.02411290816962719, 0.02037799172103405, 0.011989167891442776, -0.04045587778091431, -0.05343877151608467, -0.06197403371334076, 0.011763134971261024, 0.13093285262584686, -0.04615522548556328, 0.041309114545583725, 0.04994659498333931, 0.04885588958859444, -0.09086945652961731, 0.1909227818250656, -0.03595937415957451, -0.029715662822127342, 0.008950082585215569, 0.04760708287358284, 0.018111692741513252, -0.01136650238186121, -0.12376341223716736, 0.005472174379974604, 0.08962500095367432, 0.008479108102619648, -0.061838965862989426, 0.07425087690353394, -0.056802667677402496, -0.024721097201108932, 0.004131217021495104, -0.09165093302726746, 0.022375939413905144, 0.00033538369461894035, -0.07052337378263474, -0.02074437029659748, 0.03414750099182129, 0.01585099846124649, -0.021162237972021103, 0.1092941090464592, -0.087677501142025, 0.02684328332543373, -0.0942973792552948, -0.10961209982633591, 0.018874282017350197, -0.10485763847827911, 0.02286994270980358, -0.09466932713985443, -0.1851903200149536, -0.017025593668222427, 0.06075085327029228, -0.02460683509707451, -0.06200755387544632, -0.055202122777700424, -0.06892786920070648, 0.01180870458483696, -0.010335119441151619, 0.11862587183713913, -0.06403875350952148, 0.09118888527154922, 0.020777493715286255, 0.06117178127169609, -0.0423162616789341, 0.06002867966890335, -0.10274525731801987, 0.015605755150318146, -0.15236058831214905, 0.04064709693193436, -0.050737909972667694, 0.07045005261898041, -0.08265955746173859, -0.10432752966880798, 0.009228657931089401, -0.004601517226547003, 0.06231971085071564, 0.09285847097635269, -0.18612444400787354, -0.07489040493965149, 0.15832285583019257, -0.0711991935968399, -0.12159720063209534, 0.12100826948881149, -0.059955913573503494, 0.055244315415620804, 0.058458197861909866, 0.1785026490688324, 0.08259300887584686, -0.07753928750753403, 0.002370839472860098, 0.025448424741625786, 0.05233263596892357, -0.06794770061969757, 0.0690544992685318, 0.005663874093443155, 0.018977288156747818, 0.036096855998039246, -0.029562193900346756, 0.06485143303871155, -0.0860382616519928, -0.09845629334449768, -0.039371419697999954, -0.08255274593830109, 0.04162424057722092, 0.07586991786956787, 0.06841401010751724, -0.09105948358774185, -0.0763910561800003, 0.05037301406264305, 0.0821889340877533, -0.0580642893910408, 0.02314496599137783, -0.0503016896545887, 0.07639402896165848, -0.026829233393073082, -0.02250770479440689, -0.1813187450170517, -0.037914179265499115, 0.008298509754240513, 0.00030782754765823483, 0.015607019886374474, 0.029432959854602814, 0.060222942382097244, 0.06053614616394043, -0.047357939183712006, -0.0169009231030941, -0.030366290360689163, 0.000577409693505615, -0.12813152372837067, -0.1917385756969452, -0.03057681769132614, -0.02423953078687191, 0.156190887093544, -0.2069481760263443, 0.04874441400170326, -0.01621382124722004, 0.07090775668621063, 0.012564027681946754, -0.00612019095569849, -0.03682919591665268, 0.07420222461223602, -0.04411347210407257, -0.0523916520178318, 0.0812264010310173, 0.01811138167977333, -0.08667171746492386, -0.04919980838894844, -0.09627891331911087, 0.1572272926568985, 0.12718626856803894, -0.1034059002995491, -0.0760594829916954, -0.021347712725400925, -0.06660434603691101, -0.0343066044151783, -0.04873832315206528, 0.02556426078081131, 0.1869177520275116, -0.00420853728428483, 0.15050604939460754, -0.06820410490036011, -0.04405202716588974, 0.017060501500964165, -0.035558294504880905, 0.01752503030002117, 0.12857049703598022, 0.13672372698783875, -0.059757087379693985, 0.1549672782421112, 0.14600029587745667, -0.08956955373287201, 0.14581584930419922, -0.042081791907548904, -0.06494435667991638, -0.01576518639922142, -0.030440280213952065, -0.011823378503322601, 0.10109712183475494, -0.15218202769756317, 0.0007694849045947194, 0.03372877836227417, 0.01625664345920086, 0.02555510401725769, -0.22482292354106903, -0.03977283835411072, 0.03489000350236893, -0.04164525121450424, -0.005474809091538191, -0.006538841873407364, 0.006175834219902754, 0.10060788691043854, 0.0008367682457901537, -0.08789040148258209, 0.03857361525297165, 0.0023531760089099407, -0.08380384743213654, 0.21612940728664398, -0.0819648951292038, -0.1740206778049469, -0.13029010593891144, -0.07211651653051376, -0.04652172699570656, -0.0014287153026089072, 0.06717630475759506, -0.0880398079752922, -0.03136340528726578, -0.07241464406251907, 0.022426960989832878, 0.011682678945362568, 0.023577624931931496, 0.004165343940258026, 0.004691360052675009, 0.0627281442284584, -0.1105419248342514, -0.014563986100256443, -0.05693874508142471, -0.04303474351763725, 0.04511274769902229, 0.03093869984149933, 0.11271077394485474, 0.15332992374897003, -0.013051684014499187, 0.01073325052857399, -0.02979433536529541, 0.24044188857078552, -0.059675466269254684, -0.01778922788798809, 0.1437002569437027, -0.011180400848388672, 0.051581159234046936, 0.12121641635894775, 0.07256301492452621, -0.07762006670236588, 0.004628076683729887, 0.035162415355443954, -0.0359310582280159, -0.23016569018363953, -0.058164145797491074, -0.05894760414958, 0.009408839978277683, 0.09179161489009857, 0.02400859072804451, 0.027960199862718582, 0.07174859195947647, 0.042059510946273804, 0.07843010127544403, -0.03859678655862808, 0.054722584784030914, 0.13206149637699127, 0.03266603872179985, 0.12596671283245087, -0.04504057765007019, -0.06483356654644012, 0.042597446590662, -0.007978210225701332, 0.2260333150625229, 0.0050354874692857265, 0.12834273278713226, 0.06157848238945007, 0.16391128301620483, -0.005736029241234064, 0.07894665747880936, -0.011094123125076294, -0.034968651831150055, -0.018255941569805145, -0.0379565991461277, -0.038966793566942215, 0.025144007056951523, -0.06575246900320053, 0.06110115349292755, -0.11959076672792435, 0.014438965357840061, 0.0594814196228981, 0.25026071071624756, 0.03524284064769745, -0.3214956820011139, -0.09808036684989929, 0.002536571817472577, -0.034383345395326614, -0.021274391561746597, 0.027477042749524117, 0.09572268277406693, -0.10085224360227585, 0.02785705029964447, -0.07533792406320572, 0.09723755717277527, -0.05295697599649429, 0.048160042613744736, 0.0843612551689148, 0.09058960527181625, 0.01258720550686121, 0.09319695085287094, -0.28638818860054016, 0.2723681628704071, -0.0008076443918980658, 0.05655864253640175, -0.07818366587162018, 0.009896758943796158, 0.042666301131248474, 0.061884805560112, 0.0813923180103302, -0.01270498987287283, -0.02475418895483017, -0.1838969737291336, -0.07109882682561874, 0.02905798889696598, 0.06135738268494606, -0.03827906772494316, 0.08329746127128601, -0.0324702113866806, 0.007173488847911358, 0.07173983007669449, 0.0008045090944506228, -0.0504738986492157, -0.10899591445922852, -0.006050938740372658, 0.02169676125049591, -0.05962556600570679, -0.0599365308880806, -0.12079009413719177, -0.1269187182188034, 0.15617236495018005, -0.033901963382959366, -0.040993835777044296, -0.10791885852813721, 0.08506791293621063, 0.061464518308639526, -0.08936470001935959, 0.04514557868242264, 0.000738253234885633, 0.08025779575109482, 0.02236143685877323, -0.07390578091144562, 0.1018131747841835, -0.07649685442447662, -0.15652239322662354, -0.06577601283788681, 0.10586735606193542, 0.032722651958465576, 0.06549611687660217, -0.011707024648785591, 0.006774700712412596, -0.04805860295891762, -0.09038307517766953, 0.014813804998993874, 0.008345239795744419, 0.07965285331010818, 0.018025413155555725, -0.07637076824903488, 0.005135191138833761, -0.060153014957904816, -0.032382380217313766, 0.2090013027191162, 0.2155594676733017, -0.1015942245721817, 0.025482993572950363, 0.023000963032245636, -0.07321760803461075, -0.20099571347236633, 0.03190016746520996, 0.05648031458258629, 0.010165005922317505, 0.040752872824668884, -0.18096204102039337, 0.13816599547863007, 0.10710378736257553, -0.01384048257023096, 0.10350605845451355, -0.32117003202438354, -0.12191008031368256, 0.13653840124607086, 0.13403931260108948, 0.10183296352624893, -0.1296095997095108, -0.02106289006769657, -0.017516952008008957, -0.13864044845104218, 0.11807448416948318, -0.08963292092084885, 0.11879412829875946, -0.03526000306010246, 0.08031516522169113, 0.0020454502664506435, -0.05874130129814148, 0.11840783059597015, 0.02880481816828251, 0.09245019406080246, -0.058894455432891846, -0.033727724105119705, 0.03141928091645241, -0.043636053800582886, 0.03591449186205864, -0.0946180671453476, 0.03074265830218792, -0.10552147775888443, -0.02620120160281658, -0.06658472865819931, 0.04482881352305412, -0.04277663305401802, -0.06828492879867554, -0.03765833377838135, 0.02682824432849884, 0.04986222833395004, -0.00781317986547947, 0.12128283083438873, 0.028487224131822586, 0.14118783175945282, 0.09725944697856903, 0.07234017550945282, -0.06849604099988937, -0.07944117486476898, -0.027130937203764915, -0.011693665757775307, 0.050213951617479324, -0.13466434180736542, 0.021673152223229408, 0.15386183559894562, 0.018748361617326736, 0.15085408091545105, 0.08224688470363617, -0.018408451229333878, -0.000038588772440562025, 0.05739474296569824, -0.1663547307252884, -0.09028971940279007, -0.013794506900012493, -0.06592530012130737, -0.120988629758358, 0.04149267077445984, 0.09305112063884735, -0.06741011887788773, -0.00843020249158144, -0.004281180445104837, 0.015313797630369663, -0.04723663255572319, 0.18638592958450317, 0.0613778792321682, 0.047127142548561096, -0.09929908812046051, 0.06995432078838348, 0.04666122794151306, -0.07269814610481262, 0.0037318868562579155, 0.07431449741125107, -0.0890774056315422, -0.05519365519285202, 0.06728839129209518, 0.1886058747768402, -0.046692654490470886, -0.046155206859111786, -0.14003561437129974, -0.12357745319604874, 0.0792497843503952, 0.13904134929180145, 0.1200082004070282, 0.01049793791025877, -0.06785153597593307, 0.00019744649762287736, -0.10795047134160995, 0.10540682822465897, 0.05073263496160507, 0.06298930197954178, -0.1433083862066269, 0.1401301622390747, 0.017138760536909103, 0.04845019429922104, -0.020050548017024994, 0.025569729506969452, -0.10050269961357117, 0.006125289481133223, -0.09719518572092056, -0.013121053576469421, -0.03435098007321358, 0.012958516366779804, -0.0064702765084803104, -0.04612487182021141, -0.05527234822511673, 0.011158852837979794, -0.10654842853546143, -0.02305331639945507, 0.025587547570466995, 0.07028084993362427, -0.10805141925811768, -0.03703869506716728, 0.028576882556080818, -0.061755064874887466, 0.07746455818414688, 0.04322964698076248, 0.016438275575637817, 0.04968917369842529, -0.13629023730754852, 0.015906615182757378, 0.07404516637325287, 0.03180790692567825, 0.06392928212881088, -0.09730302542448044, -0.006607840768992901, -0.005123616196215153, 0.038434166461229324, 0.019799381494522095, 0.07685714215040207, -0.1412917673587799, 0.0021086919587105513, -0.023897405713796616, -0.0807764083147049, -0.0678190290927887, 0.02554340846836567, 0.0894806906580925, 0.02105056308209896, 0.20164498686790466, -0.07591917365789413, 0.0509612113237381, -0.21506349742412567, 0.006144605576992035, -0.008797867223620415, -0.10902569442987442, -0.10422297567129135, -0.07086947560310364, 0.054850414395332336, -0.058269016444683075, 0.15395615994930267, 0.04735720157623291, 0.021246599033474922, 0.02455235831439495, -0.006538163870573044, 0.01522935088723898, 0.012810862623155117, 0.18856413662433624, 0.029759394004940987, -0.03423094376921654, 0.05727945640683174, 0.043753206729888916, 0.10342049598693848, 0.11351202428340912, 0.20185501873493195, 0.14232799410820007, -0.005171371158212423, 0.09228657931089401, 0.04151700809597969, -0.05877390503883362, -0.15959346294403076, 0.04877897724509239, -0.03697333112359047, 0.11068490892648697, -0.021118618547916412, 0.21789439022541046, 0.05992208421230316, -0.17065757513046265, 0.048043910413980484, -0.053645841777324677, -0.08722954988479614, -0.11285875737667084, -0.05258123204112053, -0.07861709594726562, -0.12828193604946136, -0.005204194225370884, -0.11737766861915588, -0.004195031244307756, 0.12757103145122528, 0.003938696812838316, -0.027955971658229828, 0.1557133048772812, 0.009171603247523308, 0.022800177335739136, 0.05762377381324768, 0.011028269305825233, -0.03618573397397995, -0.13145752251148224, -0.05800700932741165, -0.017793944105505943, -0.008399343118071556, 0.032397568225860596, -0.06183177977800369, -0.03914433345198631, 0.03199723735451698, -0.022326383739709854, -0.0926566794514656, 0.004562407732009888, 0.01310307439416647, 0.05314285308122635, 0.04719266667962074, 0.010972186923027039, 0.01877301000058651, -0.002532846527174115, 0.1987847238779068, -0.07100319862365723, -0.06681003421545029, -0.10774929076433182, 0.22878898680210114, 0.03362390398979187, -0.021538235247135162, 0.03544759377837181, -0.06479744613170624, 0.0036737825721502304, 0.2484002709388733, 0.21674033999443054, -0.08312531560659409, -0.00759905856102705, 0.01681341417133808, -0.00897079799324274, -0.022863857448101044, 0.10122310370206833, 0.14477795362472534, 0.056590210646390915, -0.09298194199800491, -0.047185901552438736, -0.05862809717655182, -0.018856044858694077, -0.03680088743567467, 0.06937605887651443, 0.047937873750925064, 0.006903874687850475, -0.034425750374794006, 0.05617259442806244, -0.07130328565835953, -0.08916787803173065, 0.05344979837536812, -0.2158796489238739, -0.17011554539203644, -0.014292381703853607, 0.09855776280164719, 0.002965447725728154, 0.05995777249336243, -0.031091291457414627, -0.0030942149460315704, 0.09429243206977844, -0.020759472623467445, -0.09757246822118759, -0.06830491870641708, 0.0873854011297226, -0.10813889652490616, 0.22028540074825287, -0.04601934924721718, 0.055698469281196594, 0.12523353099822998, 0.06925327330827713, -0.06964798271656036, 0.06347110867500305, 0.04355892911553383, -0.04115929454565048, 0.02771109528839588, 0.0693083107471466, -0.03504079580307007, 0.062450800091028214, 0.048572130501270294, -0.1388675570487976, 0.019971951842308044, -0.05054435878992081, -0.06622850894927979, -0.04647599533200264, -0.022433726117014885, -0.06176520138978958, 0.131880983710289, 0.21606285870075226, -0.026814909651875496, -0.01065120194107294, -0.07013331353664398, 0.01093422994017601, 0.05241850018501282, 0.024957731366157532, -0.05686246231198311, -0.21026171743869781, 0.01677129603922367, 0.03862840309739113, -0.018214931711554527, -0.24465087056159973, -0.10062010586261749, -0.00022786681074649096, -0.07280272245407104, -0.09730440378189087, 0.07464796304702759, 0.08722440898418427, 0.05100062116980553, -0.056749243289232254, -0.0422816202044487, -0.07694271206855774, 0.14514240622520447, -0.14397749304771423, -0.09265366196632385 ]
null
null
transformers
# Wav2vec2-base for Danish This wav2vec2-base model has been pretrained on ~1300 hours of danish speech data. The pretraining data consists of podcasts and audiobooks and is unfortunately not public available. However, we were allowed to distribute the pretrained model. This model was pretrained on 16kHz sampled speech audio. When using the model, make sure to use speech audio sampled at 16kHz. The pre-training was done using the fairseq library in January 2021. It needs to be fine-tuned to perform speech recognition. # Finetuning In order to finetune the model to speech recognition, you can draw inspiration from this [notebook tutorial](https://colab.research.google.com/drive/1FjTsqbYKphl9kL-eILgUc-bl4zVThL8F) or [this blog post tutorial](https://huggingface.co/blog/fine-tune-xlsr-wav2vec2).
{"language": "da", "license": "apache-2.0", "tags": ["speech"]}
null
Alvenir/wav2vec2-base-da
[ "transformers", "pytorch", "wav2vec2", "pretraining", "speech", "da", "license:apache-2.0", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "da" ]
TAGS #transformers #pytorch #wav2vec2 #pretraining #speech #da #license-apache-2.0 #endpoints_compatible #region-us
# Wav2vec2-base for Danish This wav2vec2-base model has been pretrained on ~1300 hours of danish speech data. The pretraining data consists of podcasts and audiobooks and is unfortunately not public available. However, we were allowed to distribute the pretrained model. This model was pretrained on 16kHz sampled speech audio. When using the model, make sure to use speech audio sampled at 16kHz. The pre-training was done using the fairseq library in January 2021. It needs to be fine-tuned to perform speech recognition. # Finetuning In order to finetune the model to speech recognition, you can draw inspiration from this notebook tutorial or this blog post tutorial.
[ "# Wav2vec2-base for Danish\nThis wav2vec2-base model has been pretrained on ~1300 hours of danish speech data. The pretraining data consists of podcasts and audiobooks and is unfortunately not public available. However, we were allowed to distribute the pretrained model.\n\nThis model was pretrained on 16kHz sampled speech audio. When using the model, make sure to use speech audio sampled at 16kHz.\n\nThe pre-training was done using the fairseq library in January 2021.\n\nIt needs to be fine-tuned to perform speech recognition.", "# Finetuning\nIn order to finetune the model to speech recognition, you can draw inspiration from this notebook tutorial or this blog post tutorial." ]
[ "TAGS\n#transformers #pytorch #wav2vec2 #pretraining #speech #da #license-apache-2.0 #endpoints_compatible #region-us \n", "# Wav2vec2-base for Danish\nThis wav2vec2-base model has been pretrained on ~1300 hours of danish speech data. The pretraining data consists of podcasts and audiobooks and is unfortunately not public available. However, we were allowed to distribute the pretrained model.\n\nThis model was pretrained on 16kHz sampled speech audio. When using the model, make sure to use speech audio sampled at 16kHz.\n\nThe pre-training was done using the fairseq library in January 2021.\n\nIt needs to be fine-tuned to perform speech recognition.", "# Finetuning\nIn order to finetune the model to speech recognition, you can draw inspiration from this notebook tutorial or this blog post tutorial." ]
[ 43, 130, 29 ]
[ "passage: TAGS\n#transformers #pytorch #wav2vec2 #pretraining #speech #da #license-apache-2.0 #endpoints_compatible #region-us \n# Wav2vec2-base for Danish\nThis wav2vec2-base model has been pretrained on ~1300 hours of danish speech data. The pretraining data consists of podcasts and audiobooks and is unfortunately not public available. However, we were allowed to distribute the pretrained model.\n\nThis model was pretrained on 16kHz sampled speech audio. When using the model, make sure to use speech audio sampled at 16kHz.\n\nThe pre-training was done using the fairseq library in January 2021.\n\nIt needs to be fine-tuned to perform speech recognition.# Finetuning\nIn order to finetune the model to speech recognition, you can draw inspiration from this notebook tutorial or this blog post tutorial." ]
[ -0.10071468353271484, -0.013230538927018642, 0.0010635626967996359, -0.036669325083494186, 0.012606720440089703, -0.086862713098526, 0.09636928886175156, 0.03393274545669556, -0.10973719507455826, 0.03005971573293209, 0.1106831431388855, -0.028992226347327232, 0.05578625202178955, 0.027531474828720093, 0.057180073112249374, -0.3385433852672577, 0.10777333378791809, 0.0009299915982410312, 0.08091576397418976, 0.06874890625476837, 0.10197005420923233, -0.06834124028682709, -0.056480564177036285, 0.06814650446176529, -0.11624034494161606, -0.0276624895632267, -0.07752463221549988, -0.09610071778297424, 0.1026887521147728, 0.03558335080742836, 0.022040653973817825, 0.11328690499067307, 0.12106838822364807, -0.14010430872440338, 0.026137573644518852, -0.023322900757193565, 0.06236804649233818, 0.013756531290709972, 0.03784656897187233, 0.08580239862203598, 0.14679552614688873, 0.08851460367441177, -0.0428464375436306, 0.04056406766176224, -0.030893487855792046, -0.1469448357820511, 0.00793106947094202, 0.11573433130979538, 0.14371518790721893, 0.12780751287937164, -0.0695735365152359, 0.013690768741071224, -0.09051471948623657, 0.06511248648166656, -0.0013067161198705435, -0.2612428665161133, -0.0004425638762768358, 0.035690296441316605, 0.09987347573041916, 0.01440385915338993, -0.07323785871267319, 0.040488697588443756, 0.024375488981604576, 0.043439704924821854, -0.07328787446022034, -0.04511762410402298, -0.17821820080280304, -0.12300284951925278, -0.18541771173477173, 0.014536675065755844, 0.20274971425533295, 0.016618231311440468, -0.09416114538908005, -0.1010032594203949, 0.017816836014389992, 0.014943384565412998, -0.02010970003902912, -0.02857881411910057, -0.015014143660664558, 0.02350735478103161, 0.03763629123568535, -0.08128002285957336, -0.11587328463792801, -0.11001846194267273, -0.005313759204000235, 0.1843203604221344, 0.020250478759407997, 0.03479503095149994, -0.04683388024568558, 0.03487054631114006, -0.14819055795669556, -0.058159541338682175, -0.019820883870124817, -0.03176359832286835, -0.03383675217628479, -0.028758453205227852, -0.09654299914836884, -0.17025741934776306, -0.022743692621588707, 0.05577968806028366, 0.022315196692943573, 0.018571170046925545, 0.033497780561447144, 0.0743565559387207, 0.04313134774565697, 0.057588059455156326, -0.08315897732973099, 0.021070092916488647, 0.02216515876352787, -0.04239894822239876, 0.037748243659734726, -0.014648299664258957, -0.12200671434402466, -0.07872268557548523, -0.03279034048318863, -0.022114094346761703, -0.03587740287184715, 0.017827484756708145, -0.0015526540810242295, -0.04235967993736267, 0.10081828385591507, -0.005708893295377493, -0.07003770768642426, 0.038350388407707214, -0.021975252777338028, 0.0957300066947937, 0.04892925173044205, 0.12496185302734375, -0.12233134359121323, 0.05842738598585129, 0.038791947066783905, 0.01570742577314377, 0.03511740639805794, -0.07565085589885712, 0.040854740887880325, -0.02706877887248993, 0.024971406906843185, -0.11209840327501297, -0.09410068392753601, -0.060527343302965164, 0.03527327999472618, 0.01955891028046608, -0.07413836568593979, -0.10985537618398666, -0.017188923433423042, 0.012832451611757278, -0.07347512990236282, 0.10816141963005066, -0.01942870393395424, 0.025707148015499115, -0.05969715863466263, 0.09538682550191879, -0.13662812113761902, 0.07854970544576645, -0.08402762562036514, -0.038595836609601974, -0.007464330177754164, 0.07373762130737305, -0.0040926686488091946, -0.037050072103738785, -0.09437167644500732, -0.09395282715559006, -0.18293464183807373, 0.04994560778141022, 0.0626835897564888, 0.09443111717700958, -0.12872037291526794, -0.021266091614961624, 0.07518105208873749, -0.13240399956703186, 0.039503809064626694, 0.1893163025379181, 0.05107375979423523, 0.10076653212308884, 0.08790802210569382, 0.32745930552482605, -0.004892945289611816, -0.22268743813037872, 0.0483289398252964, 0.06704847514629364, -0.04113102704286575, -0.11969731748104095, 0.09319067746400833, -0.06872731447219849, -0.015994006767868996, -0.010263766162097454, 0.01486050896346569, 0.05064235255122185, -0.030757805332541466, -0.028026942163705826, 0.03469790145754814, -0.12045302987098694, -0.018282506614923477, 0.021071739494800568, 0.0757475420832634, -0.016586538404226303, -0.07401810586452484, 0.029230991378426552, 0.09133823961019516, -0.11386792361736298, 0.09160317480564117, -0.049106448888778687, 0.038951944559812546, -0.0683770626783371, -0.02004624530673027, -0.09385669976472855, 0.22798162698745728, -0.029631102457642555, 0.08048268407583237, 0.04908747971057892, 0.1542832851409912, 0.008367445319890976, 0.04056348651647568, 0.008187375962734222, 0.02524903416633606, 0.04403786361217499, 0.02237073704600334, -0.0678141713142395, -0.04519634693861008, -0.026325931772589684, -0.06248972564935684, 0.0763196051120758, -0.08110576122999191, -0.04640071466565132, -0.01547454483807087, 0.029097873717546463, -0.06661295890808105, -0.02224520593881607, 0.12284664809703827, 0.07082077115774155, 0.04824628680944443, 0.016465529799461365, 0.08569827675819397, 0.066078782081604, 0.036143917590379715, 0.16624979674816132, -0.07905011624097824, -0.12563729286193848, 0.14474724233150482, -0.09507033228874207, -0.004863426089286804, 0.04395032301545143, -0.027821006253361702, -0.029959868639707565, -0.014914021827280521, 0.010176663286983967, 0.28033557534217834, -0.04631993919610977, 0.1051199659705162, -0.07045324146747589, 0.020105015486478806, 0.04036315158009529, -0.05642828345298767, -0.0107081588357687, 0.06481128185987473, 0.001873119967058301, 0.023390186950564384, -0.03854896128177643, -0.022197982296347618, -0.07748647034168243, 0.13388337194919586, -0.009980826638638973, -0.06593974679708481, 0.06684976071119308, -0.017888596281409264, -0.08933398872613907, 0.09801361709833145, -0.2037191540002823, -0.044566113501787186, 0.03123372234404087, 0.05694929510354996, 0.0820741280913353, -0.0979134812951088, 0.039260923862457275, -0.0019081785576418042, -0.0930233895778656, -0.15455400943756104, 0.031125418841838837, -0.1372171938419342, 0.013642169535160065, -0.011591201648116112, -0.06466323137283325, 0.023059094324707985, -0.008551391772925854, -0.15163248777389526, 0.0932101458311081, -0.06514489650726318, -0.15267160534858704, -0.11015254259109497, 0.00952918827533722, 0.05036073550581932, 0.05483148619532585, 0.09951242059469223, -0.005693270359188318, -0.04782625660300255, -0.0557076521217823, 0.19493448734283447, -0.07241152226924896, 0.01433135662227869, 0.059801045805215836, -0.06550105661153793, -0.014117608778178692, -0.0953836441040039, 0.05751575529575348, -0.09928452968597412, 0.032751843333244324, -0.019411228597164154, -0.06081005185842514, 0.010489811189472675, 0.17581146955490112, 0.018053149804472923, 0.010532213374972343, -0.029352396726608276, 0.24107712507247925, -0.04085138440132141, 0.04902917519211769, 0.18254037201404572, -0.07360359281301498, -0.057698577642440796, 0.15136279165744781, 0.007514131721109152, -0.05458318442106247, 0.014940024353563786, -0.07174929231405258, -0.09129302948713303, -0.11230045557022095, -0.12371451407670975, -0.035449206829071045, -0.06140730157494545, 0.02211853675544262, 0.028107337653636932, 0.02967141754925251, 0.06139222905039787, -0.04638921469449997, -0.046689391136169434, 0.0332929901778698, 0.010103431530296803, 0.12526382505893707, -0.02355564385652542, 0.07295360416173935, -0.058074671775102615, 0.000009907535968523007, 0.011165747418999672, -0.008944110944867134, 0.032975103706121445, 0.04050727188587189, 0.09816338866949081, 0.0464015007019043, 0.06350915133953094, 0.13623198866844177, 0.09585493803024292, -0.06834854930639267, -0.022889813408255577, 0.012590593658387661, -0.05635664612054825, -0.0526537150144577, 0.04418443143367767, 0.13529634475708008, -0.06236540153622627, -0.09881851822137833, -0.11053556948900223, -0.059007804840803146, 0.23494695127010345, 0.13476814329624176, -0.16966179013252258, -0.13389918208122253, -0.016508234664797783, -0.08133744448423386, -0.02779918722808361, 0.1052834615111351, 0.14652080833911896, -0.03637851029634476, 0.003336758818477392, 0.07056739181280136, 0.09452234953641891, -0.05147938057780266, 0.03133329749107361, -0.0451100654900074, -0.039720941334962845, -0.01522253081202507, 0.06852871924638748, -0.19727261364459991, 0.1271941363811493, 0.006099116988480091, 0.17511411011219025, -0.05415957048535347, -0.0328712984919548, -0.0544377937912941, 0.07557877898216248, 0.18339119851589203, 0.015003930777311325, -0.042936742305755615, -0.011213735677301884, -0.12405960261821747, 0.024700690060853958, 0.04616064578294754, 0.08713093400001526, 0.000774404383264482, 0.025094274431467056, 0.0011579759884625673, 0.01815897226333618, -0.10309752821922302, -0.19966955482959747, -0.01051289401948452, 0.028791015967726707, 0.21139033138751984, 0.1531771868467331, 0.018848001956939697, -0.05936403200030327, -0.15841558575630188, 0.07758419960737228, -0.18170921504497528, -0.08258713036775589, -0.057641882449388504, -0.048507824540138245, 0.11394202709197998, -0.00129466422367841, 0.04960225895047188, 0.04757501557469368, 0.0410887710750103, -0.08082997053861618, -0.05699406936764717, 0.0537116676568985, -0.14258384704589844, -0.10322915017604828, 0.037602778524160385, 0.19341102242469788, 0.1102060005068779, 0.047297656536102295, 0.05972200632095337, 0.02402891032397747, -0.05395694077014923, -0.08170824497938156, 0.03182709962129593, -0.03318984434008598, -0.025484081357717514, -0.1571866124868393, 0.04396921396255493, -0.032721951603889465, -0.028728846460580826, -0.019113538786768913, 0.12257315963506699, 0.11944454908370972, -0.06455615907907486, 0.17805753648281097, 0.3251974880695343, -0.033380307257175446, -0.3216659724712372, -0.037499867379665375, 0.09200268983840942, 0.10313297808170319, -0.15994082391262054, -0.1699610948562622, 0.09718111902475357, -0.017284413799643517, -0.041936323046684265, -0.00964378472417593, -0.24174447357654572, -0.14465920627117157, 0.21384285390377045, -0.01959024742245674, 0.32631194591522217, -0.017502954229712486, -0.0464077964425087, 0.030883032828569412, -0.016843575984239578, 0.09477586299180984, -0.10914634168148041, 0.1171664372086525, 0.05573001503944397, 0.04401366040110588, 0.036082617938518524, -0.03503108769655228, 0.07253813743591309, 0.10984097421169281, -0.07554017752408981, -0.07535360753536224, 0.10367336869239807, -0.038355857133865356, 0.009990344755351543, 0.14720597863197327, 0.04968814179301262, 0.022458504885435104, -0.05248069018125534, -0.10745743662118912, -0.10383617132902145, 0.09576371312141418, 0.008938570506870747, -0.0639260858297348, 0.017949387431144714, -0.007359283044934273, -0.010085836052894592, 0.043624147772789, 0.029908107593655586, -0.12867328524589539, -0.09350842982530594, 0.16065582633018494, 0.19914214313030243, -0.023299919441342354, 0.07732066512107849, 0.04090166091918945, -0.11306779086589813, 0.12305472046136856, -0.01064730528742075, -0.03243003413081169, 0.0754493996500969, 0.02453475072979927, 0.013033496215939522, 0.0028942811768501997, -0.08955325186252594, 0.003772465977817774, 0.027101512998342514, -0.1350039541721344, -0.0226939357817173, -0.04858061298727989, 0.006991345901042223, 0.07528118789196014, 0.03114502690732479, 0.14711330831050873, -0.12486045807600021, 0.014860453084111214, -0.02618611976504326, 0.005123590584844351, -0.1333533078432083, 0.1619088053703308, 0.07520284503698349, 0.03877880424261093, -0.09841358661651611, 0.08293160796165466, 0.015994828194379807, -0.07823393493890762, 0.056656207889318466, 0.023598164319992065, -0.09630012512207031, -0.08704003691673279, -0.10308486968278885, -0.12558096647262573, 0.05063285306096077, -0.14920809864997864, 0.02844434604048729, -0.10248202085494995, -0.001717095379717648, 0.12140288949012756, 0.035909753292798996, -0.01995619758963585, -0.07630669325590134, 0.010079541243612766, -0.14689373970031738, 0.015212452970445156, -0.043494705110788345, -0.022511005401611328, -0.05297023057937622, 0.1628424972295761, 0.01243474893271923, 0.06418412178754807, -0.0782109797000885, -0.07177043706178665, -0.01723734848201275, 0.06208460032939911, 0.0031839327421039343, -0.013613656163215637, -0.1002265065908432, -0.016690555959939957, -0.016774117946624756, -0.09176335483789444, -0.008886680006980896, 0.058671705424785614, -0.0666506290435791, 0.08059677481651306, -0.05764733999967575, -0.04464300349354744, -0.03657718375325203, -0.010943346656858921, -0.04208241030573845, -0.018232323229312897, 0.08132666349411011, 0.11385692656040192, -0.08192887157201767, 0.09223160147666931, -0.2108328491449356, -0.0009841553401201963, 0.03917377442121506, 0.009493694640696049, -0.06669639050960541, -0.0023567690514028072, -0.044695161283016205, 0.08775115013122559, 0.032676491886377335, -0.038361623883247375, 0.11911728978157043, -0.03170705586671829, -0.027884196490049362, -0.03258718177676201, 0.04083257541060448, -0.024324703961610794, 0.021120700985193253, 0.03269962966442108, 0.11484740674495697, 0.12579305469989777, -0.06792167574167252, 0.044803518801927567, 0.015041962265968323, 0.03296785056591034, -0.02675391547381878, 0.002369658090174198, -0.10325232893228531, -0.05848175287246704, 0.03437257558107376, -0.008412799797952175, 0.11166175454854965, -0.04577627405524254, -0.026193125173449516, 0.008593655191361904, -0.0599517859518528, -0.002408401109278202, 0.019254809245467186, 0.30624231696128845, 0.06603614240884781, 0.02772063948214054, -0.11703472584486008, 0.04035419598221779, 0.027181778103113174, 0.08783785998821259, 0.07366031408309937, 0.16542364656925201, 0.053784601390361786, 0.12178363651037216, 0.006530323531478643, -0.02841348387300968, -0.05250663310289383, 0.0886821374297142, -0.035894352942705154, 0.0072961184196174145, -0.06807506084442139, 0.08708152174949646, 0.09516525268554688, -0.03507480025291443, -0.02718590572476387, 0.058388806879520416, -0.0663285106420517, -0.16275633871555328, -0.13621492683887482, -0.022978952154517174, -0.07394403964281082, -0.008748985826969147, -0.06183036044239998, 0.027998561039566994, 0.04074012115597725, 0.07756870239973068, 0.007971806451678276, 0.12820389866828918, -0.07963220030069351, -0.07946765422821045, 0.10597877204418182, -0.08747031539678574, 0.009219123981893063, -0.10775285214185715, -0.020845254883170128, 0.12416256219148636, -0.0018623607465997338, 0.06767590343952179, 0.012748106382787228, -0.07217245548963547, -0.008219877257943153, -0.020295124500989914, -0.06301318109035492, -0.024213848635554314, 0.04538644477725029, 0.133805513381958, 0.13410496711730957, 0.08479782938957214, -0.10024993121623993, 0.008791479282081127, 0.06703376024961472, -0.0176068227738142, -0.18945813179016113, -0.09397430717945099, 0.0544450581073761, -0.014298785477876663, 0.061601556837558746, -0.02900541014969349, -0.03982590138912201, -0.011605504900217056, 0.3239220976829529, 0.14119330048561096, 0.002285788534209132, -0.0027748544234782457, -0.002939245430752635, -0.002643147250637412, 0.0200395118445158, 0.08278653025627136, 0.07916601747274399, 0.25153234601020813, -0.041690047830343246, -0.07029406726360321, -0.0783553197979927, -0.05268821492791176, -0.07667700201272964, 0.0599355511367321, -0.08532634377479553, -0.10046093165874481, -0.0354423001408577, 0.1293826550245285, -0.17470824718475342, -0.11491291970014572, -0.12745149433612823, 0.023150378838181496, -0.04253552109003067, 0.02337116375565529, -0.06399098038673401, 0.13469327986240387, 0.015924979001283646, -0.08169146627187729, 0.03841378539800644, 0.10040122270584106, 0.005297699011862278, -0.03507306054234505, 0.017313916236162186, 0.01660805754363537, -0.026997359469532967, 0.031133240088820457, -0.011531165800988674, 0.17788167297840118, -0.028984563425183296, 0.08857071399688721, -0.05303627625107765, 0.14141474664211273, -0.02170722745358944, -0.10513492673635483, 0.03823620453476906, 0.19054320454597473, -0.052300889045000076, 0.15115250647068024, -0.021145116537809372, -0.17975875735282898, 0.06180423125624657, -0.052573468536138535, -0.07466951757669449, -0.058228928595781326, 0.06650970876216888, -0.032640498131513596, 0.13538344204425812, 0.014444654807448387, -0.06061701104044914, -0.07513047009706497, -0.008200574666261673, 0.025683041661977768, -0.026430444791913033, -0.029693489894270897, -0.002519485540688038, -0.20673467218875885, -0.006842560134828091, -0.18316258490085602, -0.013813493773341179, -0.18664515018463135, 0.029951976612210274, -0.1052391305565834, -0.037850696593523026, 0.016298383474349976, 0.011162304319441319, 0.054766107350587845, -0.057801149785518646, -0.012850129045546055, 0.16726234555244446, 0.06439907848834991, 0.08272792398929596, -0.1442767083644867, -0.1615964025259018 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # roberta-base-finetuned-schizophreniaReddit2 This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset. It achieves the following results on the evaluation set: - Loss: 1.7785 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 5 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | No log | 1.0 | 490 | 1.8093 | | 1.9343 | 2.0 | 980 | 1.7996 | | 1.8856 | 3.0 | 1470 | 1.7966 | | 1.8552 | 4.0 | 1960 | 1.7844 | | 1.8267 | 5.0 | 2450 | 1.7839 | ### Framework versions - Transformers 4.14.1 - Pytorch 1.10.0+cu111 - Datasets 1.16.1 - Tokenizers 0.10.3
{"license": "mit", "tags": ["generated_from_trainer"], "model-index": [{"name": "roberta-base-finetuned-schizophreniaReddit2", "results": []}]}
fill-mask
Amalq/roberta-base-finetuned-schizophreniaReddit2
[ "transformers", "pytorch", "tensorboard", "roberta", "fill-mask", "generated_from_trainer", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #roberta #fill-mask #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
roberta-base-finetuned-schizophreniaReddit2 =========================================== This model is a fine-tuned version of roberta-base on the None dataset. It achieves the following results on the evaluation set: * Loss: 1.7785 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 2e-05 * train\_batch\_size: 8 * eval\_batch\_size: 8 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * num\_epochs: 5 ### Training results ### Framework versions * Transformers 4.14.1 * Pytorch 1.10.0+cu111 * Datasets 1.16.1 * Tokenizers 0.10.3
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 5", "### Training results", "### Framework versions\n\n\n* Transformers 4.14.1\n* Pytorch 1.10.0+cu111\n* Datasets 1.16.1\n* Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #tensorboard #roberta #fill-mask #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 5", "### Training results", "### Framework versions\n\n\n* Transformers 4.14.1\n* Pytorch 1.10.0+cu111\n* Datasets 1.16.1\n* Tokenizers 0.10.3" ]
[ 53, 98, 4, 33 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #roberta #fill-mask #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 5### Training results### Framework versions\n\n\n* Transformers 4.14.1\n* Pytorch 1.10.0+cu111\n* Datasets 1.16.1\n* Tokenizers 0.10.3" ]
[ -0.11048822104930878, 0.03647564724087715, -0.0020721186883747578, 0.12634307146072388, 0.17713390290737152, 0.031141702085733414, 0.12979549169540405, 0.101325124502182, -0.08795546740293503, 0.02785218134522438, 0.13905705511569977, 0.17301462590694427, 0.006365228444337845, 0.12063752114772797, -0.037629127502441406, -0.2643883526325226, -0.031177636235952377, 0.034175168722867966, -0.10096223652362823, 0.1327962428331375, 0.09012988954782486, -0.14079691469669342, 0.07581990212202072, 0.01187136210501194, -0.23045025765895844, 0.01666688546538353, 0.03584390878677368, -0.062183622270822525, 0.15712185204029083, -0.0007635348592884839, 0.1571781486272812, -0.007500936277210712, 0.09146114438772202, -0.14384238421916962, 0.020606495440006256, 0.047147855162620544, 0.003085060277953744, 0.08288918435573578, 0.049534741789102554, -0.0030245869420468807, 0.10275623947381973, -0.09304171055555344, 0.056475698947906494, 0.014838580042123795, -0.14007613062858582, -0.22062470018863678, -0.0767030343413353, -0.005850230343639851, 0.047543399035930634, 0.10245141386985779, -0.0016259985277429223, 0.1646285355091095, -0.09304650872945786, 0.09646590054035187, 0.24134007096290588, -0.28584519028663635, -0.07919587939977646, 0.02460688352584839, 0.01826697215437889, 0.04558449611067772, -0.11492183804512024, -0.007706249598413706, 0.05169933661818504, 0.05298873037099838, 0.13444657623767853, -0.04188999533653259, -0.08928721398115158, 0.013840476050972939, -0.13803631067276, -0.02482934668660164, 0.07757986336946487, 0.022615713998675346, -0.03587121143937111, -0.022555334493517876, -0.0650690346956253, -0.1547977477312088, -0.04401817172765732, -0.005270000547170639, 0.03604840114712715, -0.056753985583782196, -0.10928301513195038, -0.002361057559028268, -0.11105696111917496, -0.07141879200935364, -0.074604831635952, 0.19305860996246338, 0.03542971983551979, 0.02492726407945156, -0.04053403064608574, 0.100986048579216, -0.025097321718931198, -0.14742493629455566, 0.0424729660153389, 0.03522960841655731, -0.016191165894269943, -0.04106281325221062, -0.0753888338804245, -0.09655410051345825, 0.012419761158525944, 0.1216874048113823, -0.04894188791513443, 0.037111423909664154, 0.06655663251876831, 0.05058147385716438, -0.10603119432926178, 0.17910632491111755, -0.04163588583469391, -0.009843859821557999, 0.008755086921155453, 0.03689630702137947, 0.013897704891860485, -0.01168422307819128, -0.10788355022668839, 0.0011941641569137573, 0.08354602754116058, 0.007452031131833792, -0.05873864144086838, 0.054173268377780914, -0.05788719654083252, -0.011627169325947762, -0.005583050195127726, -0.09519965201616287, 0.0329396054148674, -0.017815737053751945, -0.07941831648349762, -0.036588676273822784, 0.023077713325619698, 0.010306054726243019, -0.0011864642146974802, 0.14956167340278625, -0.09744226187467575, 0.042495064437389374, -0.11140716075897217, -0.11975013464689255, -0.002367510460317135, -0.09656611829996109, 0.027142833918333054, -0.09876169264316559, -0.1516581028699875, -0.010431438684463501, 0.0675889402627945, -0.02826005592942238, -0.035200752317905426, -0.021619398146867752, -0.07479219883680344, 0.0022893226705491543, -0.0021964239422231913, 0.16744069755077362, -0.051622916013002396, 0.11825541406869888, 0.05532877892255783, 0.08662538230419159, -0.062436677515506744, 0.04971528798341751, -0.0955667495727539, 0.0024466586764901876, -0.19579510390758514, 0.014645012095570564, -0.042826373130083084, 0.07099314033985138, -0.07009811699390411, -0.12047992646694183, -0.004286084324121475, -0.004655219614505768, 0.09210662543773651, 0.09271476417779922, -0.17274944484233856, -0.08556155115365982, 0.16640883684158325, -0.05855262279510498, -0.09023622423410416, 0.12775760889053345, -0.06446636468172073, 0.044131845235824585, 0.05602813884615898, 0.13621953129768372, 0.06539812684059143, -0.11608676612377167, 0.045015186071395874, -0.01978544145822525, 0.03611931949853897, -0.07004140317440033, 0.052436456084251404, 0.0025652910117059946, 0.0018226400716230273, 0.02806769870221615, -0.012747207656502724, 0.06404606997966766, -0.11053712666034698, -0.09948371350765228, -0.03256448730826378, -0.10855836421251297, 0.07408469170331955, 0.07909201830625534, 0.088083416223526, -0.11347685009241104, -0.07349199056625366, 0.024717751890420914, 0.0575205460190773, -0.03633808717131615, 0.01996341347694397, -0.05374655872583389, 0.07008101791143417, -0.057582683861255646, -0.03954707458615303, -0.19196099042892456, -0.027282867580652237, -0.0011686719954013824, 0.006910472176969051, 0.036532506346702576, 0.02227279171347618, 0.09182403236627579, 0.0743965283036232, -0.05315259471535683, -0.007983356714248657, -0.04354451969265938, -0.011925115250051022, -0.13412030041217804, -0.19922655820846558, -0.03712981566786766, -0.025385063141584396, 0.1141563430428505, -0.17142383754253387, 0.024738432839512825, -0.06738435477018356, 0.07437316328287125, 0.010137449018657207, -0.018735269084572792, -0.052264705300331116, 0.09897688031196594, -0.01115360390394926, -0.04702799394726753, 0.06591308861970901, -0.008481211960315704, -0.08072588592767715, -0.06098021939396858, -0.10036077350378036, 0.19725142419338226, 0.1314508616924286, -0.13988883793354034, -0.10435061901807785, 0.03147096186876297, -0.06520509719848633, -0.02301628515124321, -0.05575009435415268, 0.0537547804415226, 0.1767970770597458, -0.006599258165806532, 0.13701234757900238, -0.05685774236917496, -0.03836727514863014, 0.038868848234415054, -0.04937553033232689, 0.03150290623307228, 0.09796220809221268, 0.13104787468910217, -0.0738711878657341, 0.12749230861663818, 0.1545596420764923, -0.11638742685317993, 0.14363515377044678, -0.02271280251443386, -0.0714593306183815, -0.025950325652956963, -0.024736495688557625, 0.011025732383131981, 0.130133718252182, -0.1227673813700676, -0.014712827280163765, 0.01562432385981083, -0.007802198641002178, 0.017565855756402016, -0.24022738635540009, -0.060555994510650635, 0.030910978093743324, -0.01840837113559246, -0.02937345579266548, 0.003032797249034047, 0.010173944756388664, 0.1100945994257927, -0.0015948297223076224, -0.09309456497430801, 0.03199614956974983, 0.006722752470523119, -0.05781088024377823, 0.2167976051568985, -0.06808287650346756, -0.13136133551597595, -0.12264411151409149, -0.0775739848613739, -0.040744394063949585, 0.015365881845355034, 0.04953991621732712, -0.09827478229999542, -0.028384525328874588, -0.02964300662279129, 0.007584740407764912, 0.008322945795953274, 0.056042514741420746, -0.011567790992558002, -0.009306917898356915, 0.07334153354167938, -0.10788773745298386, -0.011299430392682552, -0.06131210923194885, -0.06667988002300262, 0.06967317312955856, 0.06347809731960297, 0.12881210446357727, 0.14594070613384247, -0.035817038267850876, 0.0015026060864329338, -0.020516596734523773, 0.24529121816158295, -0.07833848893642426, -0.03522874414920807, 0.1279960423707962, -0.007429013028740883, 0.06468699127435684, 0.10480637103319168, 0.08735368400812149, -0.08903778344392776, 0.013337167911231518, 0.02827075682580471, -0.050320230424404144, -0.20135805010795593, -0.03360734134912491, -0.06628042459487915, -0.05603920295834541, 0.09935154020786285, 0.024718517437577248, 0.04715903475880623, 0.07809872180223465, 0.05172033980488777, 0.08085677772760391, -0.07330203056335449, 0.046985067427158356, 0.06842976063489914, 0.046755023300647736, 0.12583735585212708, -0.03764629736542702, -0.09954652190208435, 0.017026744782924652, -0.02640080638229847, 0.2340487688779831, 0.008083801716566086, 0.10914996266365051, 0.06757736951112747, 0.20359069108963013, 0.0021983052138239145, 0.10657044500112534, 0.010125403292477131, -0.06394878029823303, -0.003553061978891492, -0.0426902212202549, -0.025859614834189415, 0.013944128528237343, -0.02358734793961048, 0.0534522645175457, -0.11037029325962067, -0.01592865027487278, 0.03559110686182976, 0.24904009699821472, 0.04073088616132736, -0.325900673866272, -0.07890289276838303, -0.01565600000321865, -0.01656898483633995, -0.014140353538095951, -0.001623410265892744, 0.10358088463544846, -0.08997699618339539, 0.030870642513036728, -0.0813395231962204, 0.08450136333703995, 0.004873405210673809, 0.045453984290361404, 0.06299467384815216, 0.11560073494911194, -0.0030492236837744713, 0.06452204287052155, -0.30948153138160706, 0.30521950125694275, 0.0043756188824772835, 0.08958559483289719, -0.08994714170694351, -0.007140550296753645, 0.04525545611977577, 0.012741224840283394, 0.06489928811788559, -0.01576506718993187, -0.013700446113944054, -0.20657092332839966, -0.0308278426527977, 0.027327654883265495, 0.11687181144952774, -0.015978721901774406, 0.09517771005630493, -0.012568174861371517, -0.00500375684350729, 0.07408662885427475, 0.0008767096442170441, -0.06564211845397949, -0.07673027366399765, -0.0069067152217030525, 0.01827317848801613, -0.09208115190267563, -0.06273195147514343, -0.11965012550354004, -0.13169501721858978, 0.14094772934913635, 0.02302495762705803, -0.020239152014255524, -0.12134768068790436, 0.09472786635160446, 0.09246467798948288, -0.08940433710813522, 0.061482179909944534, 0.004693713970482349, 0.05103806033730507, 0.012059671804308891, -0.06048179790377617, 0.11311862617731094, -0.06342627853155136, -0.14518606662750244, -0.07079879939556122, 0.08815687894821167, 0.03571769967675209, 0.06925249844789505, -0.014588586054742336, 0.027338484302163124, -0.04495837166905403, -0.08585826307535172, 0.05481656268239021, -0.07755324989557266, 0.06161395087838173, 0.025926358997821808, -0.03254067152738571, 0.007015441544353962, -0.05854601785540581, -0.011458163149654865, 0.17549555003643036, 0.25072604417800903, -0.09917838126420975, 0.002674996154382825, 0.030438337475061417, -0.04476844519376755, -0.20663440227508545, 0.05218595266342163, 0.06343726068735123, 0.02146895043551922, 0.06759730726480484, -0.16218997538089752, 0.12351486831903458, 0.08448406308889389, -0.01204813364893198, 0.13965478539466858, -0.3111025094985962, -0.13249081373214722, 0.12447375059127808, 0.174000546336174, 0.16059859097003937, -0.13807721436023712, -0.01393970102071762, -0.018072234466671944, -0.11167130619287491, 0.0667051449418068, -0.07502631843090057, 0.1341603696346283, -0.03399515524506569, 0.11130823194980621, 0.0048239948228001595, -0.07807739824056625, 0.11676900088787079, -0.002987783635035157, 0.10725679248571396, -0.060304079204797745, -0.04544833302497864, 0.05789511278271675, -0.018362365663051605, -0.00570489838719368, -0.05534874647855759, 0.01742442138493061, -0.040357787162065506, -0.010461557656526566, -0.08896143734455109, 0.06823853403329849, -0.029819222167134285, -0.06368761509656906, -0.02297898754477501, 0.028363095596432686, 0.02038445882499218, -0.020711423829197884, 0.11169440299272537, 0.026322273537516594, 0.17968939244747162, 0.0811362937092781, 0.043289054185152054, -0.04754282161593437, -0.07507816702127457, -0.004826060030609369, -0.01701245829463005, 0.06289298832416534, -0.10915704816579819, 0.006984998006373644, 0.13472306728363037, 0.043973907828330994, 0.11773733794689178, 0.08788741379976273, -0.032117802649736404, 0.027282709255814552, 0.08532049506902695, -0.16192278265953064, -0.06796301156282425, 0.0019172272877767682, -0.0823284313082695, -0.10467354953289032, 0.043995730578899384, 0.07813630998134613, -0.06917717307806015, -0.011246669106185436, -0.02042670175433159, -0.011929198168218136, -0.08097203075885773, 0.21998991072177887, 0.07798627018928528, 0.04989193007349968, -0.1023322269320488, 0.04352201521396637, 0.046510159969329834, -0.07004079222679138, -0.012649399228394032, 0.0699535384774208, -0.060851823538541794, -0.032746411859989166, 0.11250927299261093, 0.18324917554855347, -0.056685589253902435, -0.021719109266996384, -0.15289609134197235, -0.10778377950191498, 0.05933262035250664, 0.17548972368240356, 0.10322840511798859, -0.009370665065944195, -0.055241335183382034, 0.021739820018410683, -0.12614162266254425, 0.07012184709310532, 0.05833543464541435, 0.07582966983318329, -0.12149932980537415, 0.18422289192676544, 0.0015736768255010247, 0.05938452109694481, -0.028484154492616653, 0.03037470206618309, -0.10491755604743958, 0.02041948027908802, -0.09966406226158142, -0.048395898193120956, -0.017047764733433723, -0.013148716650903225, -0.007503679022192955, -0.06368039548397064, -0.06374956667423248, 0.015845907852053642, -0.13092777132987976, -0.033560726791620255, 0.05014386400580406, 0.021771308034658432, -0.11642595380544662, -0.04716062173247337, 0.03331892937421799, -0.05093260481953621, 0.044027261435985565, 0.058313339948654175, 0.014020603150129318, 0.06483029574155807, -0.1631702333688736, -0.01658865064382553, 0.06343425810337067, 0.00045309789129532874, 0.07979370653629303, -0.05892008915543556, -0.010547309182584286, -0.016609378159046173, 0.08927085995674133, 0.01584901660680771, 0.07230838388204575, -0.1476207971572876, 0.007202334236353636, -0.0229179784655571, -0.10052091628313065, -0.06654800474643707, 0.011671795509755611, 0.07126414030790329, 0.006008367985486984, 0.18695245683193207, -0.09147786349058151, 0.06531233340501785, -0.20829865336418152, -0.003491267329081893, -0.020799824967980385, -0.10222797095775604, -0.10417032986879349, -0.055477261543273926, 0.07629161328077316, -0.0514906570315361, 0.12283190339803696, 0.03537832200527191, 0.05058109760284424, 0.02077643573284149, -0.005861875135451555, 0.013278824277222157, 0.013273906894028187, 0.19845087826251984, 0.03227927163243294, -0.044581424444913864, 0.056697964668273926, 0.07833444327116013, 0.09441118687391281, 0.11724141985177994, 0.21429339051246643, 0.14457319676876068, 0.021226931363344193, 0.08878250420093536, 0.028021031990647316, -0.043598636984825134, -0.1451820582151413, 0.009434647858142853, -0.03677146136760712, 0.08567115664482117, -0.018775848671793938, 0.16995570063591003, 0.07449764013290405, -0.16492432355880737, 0.05408370867371559, -0.04882919043302536, -0.08991843461990356, -0.10752372443675995, -0.040307145565748215, -0.0757337138056755, -0.10974942892789841, 0.01871694065630436, -0.08531009405851364, 0.01747763343155384, 0.11569434404373169, -0.000057120229030260816, -0.022159235551953316, 0.2046445906162262, 0.028958521783351898, 0.04193202406167984, 0.05429002270102501, 0.012987103313207626, -0.016807623207569122, -0.07859340310096741, -0.05767130106687546, -0.041234903037548065, -0.024376578629016876, 0.030608011409640312, -0.07947320491075516, -0.0963704064488411, 0.045031849294900894, -0.011444556526839733, -0.11301378905773163, 0.015415651723742485, 0.02070477604866028, 0.0697588324546814, 0.0455583855509758, 0.0057676187716424465, 0.029063569381833076, -0.028124604374170303, 0.19373883306980133, -0.081138014793396, -0.09582967311143875, -0.08800850063562393, 0.2682119607925415, 0.03326374292373657, -0.015621865168213844, 0.02263793908059597, -0.0644557923078537, 0.015293584205210209, 0.24880848824977875, 0.225951686501503, -0.0969385951757431, 0.010984398424625397, 0.010002488270401955, -0.014390842989087105, -0.0367044061422348, 0.12516263127326965, 0.1176232099533081, 0.0718422681093216, -0.10819666087627411, -0.03968117758631706, -0.06753484904766083, -0.012041963636875153, -0.0635620579123497, 0.03583905100822449, 0.056068941950798035, 0.009071295149624348, -0.04869666323065758, 0.06720257550477982, -0.06315716356039047, -0.10758867859840393, 0.10638908296823502, -0.20518316328525543, -0.16286307573318481, -0.010719118639826775, 0.10670294612646103, 0.011561155319213867, 0.08225026726722717, -0.03745807707309723, 0.006435859948396683, 0.04135705903172493, -0.01511938963085413, -0.07799192517995834, -0.09323183447122574, 0.10033922642469406, -0.11491907387971878, 0.1998514086008072, -0.046482834964990616, 0.07773233950138092, 0.1251232624053955, 0.07490909099578857, -0.05053452402353287, 0.06714782863855362, 0.04656515643000603, -0.10110629349946976, 0.024090273305773735, 0.1197035014629364, -0.028511127457022667, 0.016113201156258583, 0.030622949823737144, -0.1192598044872284, 0.041647523641586304, -0.07606175541877747, -0.026140408590435982, -0.03847641125321388, -0.027160588651895523, -0.057508308440446854, 0.11813265085220337, 0.2187022715806961, -0.012475176714360714, 0.017108649015426636, -0.07656338065862656, 0.008696164935827255, 0.0828094333410263, 0.02485230565071106, -0.11406774073839188, -0.22888241708278656, 0.01058102399110794, 0.0566515251994133, -0.04006453603506088, -0.2501544654369354, -0.09299998730421066, -0.007608271669596434, -0.08176285028457642, -0.08369644731283188, 0.06548760086297989, 0.07418783754110336, 0.05919142812490463, -0.040268588811159134, -0.09448850899934769, -0.07666591554880142, 0.14987504482269287, -0.16587123274803162, -0.08860917389392853 ]
null
null
transformers
# Question Answering NLU Question Answering NLU (QANLU) is an approach that maps the NLU task into question answering, leveraging pre-trained question-answering models to perform well on few-shot settings. Instead of training an intent classifier or a slot tagger, for example, we can ask the model intent- and slot-related questions in natural language: ``` Context : Yes. No. I'm looking for a cheap flight to Boston. Question: Is the user looking to book a flight? Answer : Yes Question: Is the user asking about departure time? Answer : No Question: What price is the user looking for? Answer : cheap Question: Where is the user flying from? Answer : (empty) ``` Note the "Yes. No. " prepended in the context. Those are to allow the model to answer intent-related questions (e.g. "Is the user looking for a restaurant?"). Thus, by asking questions for each intent and slot in natural language, we can effectively construct an NLU hypothesis. For more details, please read the paper: [Language model is all you need: Natural language understanding as question answering](https://assets.amazon.science/33/ea/800419b24a09876601d8ab99bfb9/language-model-is-all-you-need-natural-language-understanding-as-question-answering.pdf). ## Model training Instructions for how to train and evaluate a QANLU model, as well as the necessary code for ATIS are in the [Amazon Science repository](https://github.com/amazon-research/question-answering-nlu). ## Intended use and limitations This model has been fine-tuned on ATIS (English) and is intended to demonstrate the power of this approach. For other domains or tasks, it should be further fine-tuned on relevant data. ## Use in transformers: ```python from transformers import AutoTokenizer, AutoModelForQuestionAnswering, pipeline tokenizer = AutoTokenizer.from_pretrained("AmazonScience/qanlu", use_auth_token=True) model = AutoModelForQuestionAnswering.from_pretrained("AmazonScience/qanlu", use_auth_token=True) qa_pipeline = pipeline('question-answering', model=model, tokenizer=tokenizer) qa_input = { 'context': 'Yes. No. I want a cheap flight to Boston.', 'question': 'What is the destination?' } answer = qa_pipeline(qa_input) ``` ## Citation If you use this work, please cite: ``` @inproceedings{namazifar2021language, title={Language model is all you need: Natural language understanding as question answering}, author={Namazifar, Mahdi and Papangelis, Alexandros and Tur, Gokhan and Hakkani-T{\"u}r, Dilek}, booktitle={ICASSP 2021-2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7803--7807}, year={2021}, organization={IEEE} } ``` ## License This library is licensed under the CC BY NC License.
{"language": "en", "license": "cc-by-4.0", "datasets": ["atis"], "widget": [{"context": "Yes. No. I'm looking for a cheap flight to Boston."}]}
question-answering
AmazonScience/qanlu
[ "transformers", "pytorch", "roberta", "question-answering", "en", "dataset:atis", "license:cc-by-4.0", "endpoints_compatible", "has_space", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #roberta #question-answering #en #dataset-atis #license-cc-by-4.0 #endpoints_compatible #has_space #region-us
# Question Answering NLU Question Answering NLU (QANLU) is an approach that maps the NLU task into question answering, leveraging pre-trained question-answering models to perform well on few-shot settings. Instead of training an intent classifier or a slot tagger, for example, we can ask the model intent- and slot-related questions in natural language: Note the "Yes. No. " prepended in the context. Those are to allow the model to answer intent-related questions (e.g. "Is the user looking for a restaurant?"). Thus, by asking questions for each intent and slot in natural language, we can effectively construct an NLU hypothesis. For more details, please read the paper: Language model is all you need: Natural language understanding as question answering. ## Model training Instructions for how to train and evaluate a QANLU model, as well as the necessary code for ATIS are in the Amazon Science repository. ## Intended use and limitations This model has been fine-tuned on ATIS (English) and is intended to demonstrate the power of this approach. For other domains or tasks, it should be further fine-tuned on relevant data. ## Use in transformers: If you use this work, please cite: ## License This library is licensed under the CC BY NC License.
[ "# Question Answering NLU\n\nQuestion Answering NLU (QANLU) is an approach that maps the NLU task into question answering, \nleveraging pre-trained question-answering models to perform well on few-shot settings. Instead of \ntraining an intent classifier or a slot tagger, for example, we can ask the model intent- and \nslot-related questions in natural language: \n\n\n\nNote the \"Yes. No. \" prepended in the context. Those are to allow the model to answer intent-related questions (e.g. \"Is the user looking for a restaurant?\").\n\nThus, by asking questions for each intent and slot in natural language, we can effectively construct an NLU hypothesis. For more details, please read the paper: Language model is all you need: Natural language understanding as question answering.", "## Model training\n\nInstructions for how to train and evaluate a QANLU model, as well as the necessary code for ATIS are in the Amazon Science repository.", "## Intended use and limitations\n\nThis model has been fine-tuned on ATIS (English) and is intended to demonstrate the power of this approach. For other domains or tasks, it should be further fine-tuned \non relevant data.", "## Use in transformers:\n\n\n\nIf you use this work, please cite:", "## License\n\nThis library is licensed under the CC BY NC License." ]
[ "TAGS\n#transformers #pytorch #roberta #question-answering #en #dataset-atis #license-cc-by-4.0 #endpoints_compatible #has_space #region-us \n", "# Question Answering NLU\n\nQuestion Answering NLU (QANLU) is an approach that maps the NLU task into question answering, \nleveraging pre-trained question-answering models to perform well on few-shot settings. Instead of \ntraining an intent classifier or a slot tagger, for example, we can ask the model intent- and \nslot-related questions in natural language: \n\n\n\nNote the \"Yes. No. \" prepended in the context. Those are to allow the model to answer intent-related questions (e.g. \"Is the user looking for a restaurant?\").\n\nThus, by asking questions for each intent and slot in natural language, we can effectively construct an NLU hypothesis. For more details, please read the paper: Language model is all you need: Natural language understanding as question answering.", "## Model training\n\nInstructions for how to train and evaluate a QANLU model, as well as the necessary code for ATIS are in the Amazon Science repository.", "## Intended use and limitations\n\nThis model has been fine-tuned on ATIS (English) and is intended to demonstrate the power of this approach. For other domains or tasks, it should be further fine-tuned \non relevant data.", "## Use in transformers:\n\n\n\nIf you use this work, please cite:", "## License\n\nThis library is licensed under the CC BY NC License." ]
[ 50, 175, 37, 54, 15, 15 ]
[ "passage: TAGS\n#transformers #pytorch #roberta #question-answering #en #dataset-atis #license-cc-by-4.0 #endpoints_compatible #has_space #region-us \n# Question Answering NLU\n\nQuestion Answering NLU (QANLU) is an approach that maps the NLU task into question answering, \nleveraging pre-trained question-answering models to perform well on few-shot settings. Instead of \ntraining an intent classifier or a slot tagger, for example, we can ask the model intent- and \nslot-related questions in natural language: \n\n\n\nNote the \"Yes. No. \" prepended in the context. Those are to allow the model to answer intent-related questions (e.g. \"Is the user looking for a restaurant?\").\n\nThus, by asking questions for each intent and slot in natural language, we can effectively construct an NLU hypothesis. For more details, please read the paper: Language model is all you need: Natural language understanding as question answering.## Model training\n\nInstructions for how to train and evaluate a QANLU model, as well as the necessary code for ATIS are in the Amazon Science repository.## Intended use and limitations\n\nThis model has been fine-tuned on ATIS (English) and is intended to demonstrate the power of this approach. For other domains or tasks, it should be further fine-tuned \non relevant data.## Use in transformers:\n\n\n\nIf you use this work, please cite:## License\n\nThis library is licensed under the CC BY NC License." ]
[ -0.015085995197296143, 0.08361505717039108, -0.003181988839060068, 0.03289590775966644, 0.08432452380657196, 0.009148509241640568, 0.1015951931476593, 0.08219926059246063, 0.03434319794178009, 0.05287091061472893, -0.001177681377157569, -0.028286512941122055, 0.054025303572416306, -0.1081571877002716, 0.06727156043052673, -0.13289456069469452, -0.004741592798382044, 0.002150872489437461, 0.07035988569259644, 0.1287059783935547, 0.06577867269515991, -0.029451200738549232, 0.07976509630680084, 0.0029331855475902557, 0.01583251543343067, -0.012588344514369965, 0.013189566321671009, -0.03421010076999664, 0.12565577030181885, 0.027399538084864616, 0.07075823098421097, -0.002683317521587014, 0.05342552438378334, -0.24897021055221558, 0.012370353564620018, 0.0642000287771225, -0.05446453392505646, 0.04025566950440407, -0.015314320102334023, 0.015193499624729156, 0.14911268651485443, -0.02080727182328701, 0.0570155531167984, 0.11216714233160019, -0.17453956604003906, -0.05273842811584473, -0.06387214362621307, 0.04983462765812874, 0.0167218130081892, 0.14746244251728058, -0.054480455815792084, 0.05044657364487648, -0.11138004064559937, 0.03764090687036514, -0.07146015018224716, -0.21703122556209564, -0.0010375595884397626, 0.15614613890647888, 0.06181812658905983, 0.11730846762657166, -0.03586782515048981, 0.04652581363916397, 0.06819197535514832, 0.031128054484725, 0.008818303234875202, -0.04251063987612724, 0.12315642088651657, -0.03163936734199524, -0.14612507820129395, -0.10577838867902756, 0.18975941836833954, 0.01980925165116787, -0.09796526283025742, -0.08868135511875153, -0.00011684990022331476, 0.12882579863071442, 0.020764099434018135, -0.0647096112370491, 0.02738075517117977, 0.055583544075489044, 0.07053979486227036, -0.12379761785268784, -0.09864886850118637, -0.037025630474090576, -0.019271554425358772, 0.06738056242465973, 0.036392152309417725, 0.008860211819410324, -0.09351134300231934, 0.06291797012090683, -0.16209851205348969, -0.0468050055205822, -0.08906513452529907, -0.03880873695015907, -0.0822284147143364, -0.027835244312882423, -0.04249993711709976, 0.008542336523532867, -0.011075900867581367, 0.17719142138957977, -0.043494198471307755, 0.0041425880044698715, 0.0004923536907881498, 0.04192206263542175, 0.06778132170438766, 0.1262054294347763, -0.01257662009447813, 0.02169688604772091, 0.02074682153761387, 0.014223777689039707, -0.03926979377865791, -0.0767134353518486, -0.06507615745067596, -0.05766595900058746, -0.06991524994373322, 0.05589866638183594, 0.08739601075649261, 0.019836165010929108, -0.011375494301319122, -0.05145461484789848, 0.0012094677658751607, -0.06721553951501846, -0.011548356153070927, 0.0018352835904806852, -0.004724160768091679, -0.024367816746234894, 0.025165550410747528, 0.07389912009239197, -0.0681120827794075, -0.07009048759937286, -0.06731954962015152, -0.021575771272182465, -0.1286841481924057, -0.06097819283604622, 0.052909623831510544, 0.0212173443287611, -0.024509405717253685, -0.08827127516269684, -0.22306157648563385, -0.09107325971126556, 0.02034868858754635, -0.03765905648469925, -0.044247377663850784, 0.017788046970963478, 0.0035303302574902773, -0.03048320859670639, -0.003822298487648368, -0.08423396944999695, -0.006675734184682369, 0.023862386122345924, 0.05170098692178726, 0.0017610350623726845, -0.0035998066887259483, 0.033692698925733566, -0.10761743038892746, 0.024643542245030403, -0.046577855944633484, 0.13657507300376892, -0.060548923909664154, -0.04431933909654617, -0.09901292622089386, -0.053200479596853256, -0.029491202905774117, 0.04768594726920128, 0.004310989752411842, 0.131143257021904, -0.1519511342048645, 0.03200945630669594, 0.11216499656438828, -0.10434064269065857, -0.08219100534915924, 0.11025305092334747, -0.04613470658659935, 0.17284734547138214, 0.07702251523733139, 0.1175481528043747, 0.11459236592054367, -0.02965952269732952, -0.03708229586482048, -0.00035453500458970666, -0.07798534631729126, 0.028644604608416557, 0.027562787756323814, -0.014969198033213615, -0.09623868018388748, 0.0029448196291923523, -0.10822334885597229, -0.061156515032052994, 0.004486497957259417, -0.09842623770236969, -0.03032388538122177, 0.001037314417771995, 0.03599848970770836, 0.026746829971671104, -0.04160027205944061, 0.03994075208902359, -0.0783492773771286, -0.008768654428422451, 0.026264511048793793, -0.005172807723283768, 0.01424159575253725, -0.10220658779144287, -0.004882933106273413, -0.048099469393491745, 0.006712435279041529, -0.1430038958787918, -0.0917365625500679, 0.028706157580018044, -0.04062316566705704, 0.20918457210063934, 0.09097963571548462, 0.013586274348199368, -0.00005395024345489219, -0.060988884419202805, -0.01694057695567608, -0.1699816882610321, 0.009548339061439037, -0.03802910074591637, -0.1333542764186859, 0.007803814485669136, -0.02149827592074871, 0.07282859086990356, -0.19479434192180634, 0.04377376288175583, 0.011559450067579746, -0.045680031180381775, -0.04569331556558609, 0.0056223319843411446, -0.0019581711385399103, 0.051488909870386124, 0.013418510556221008, 0.009699433110654354, 0.04722708836197853, -0.014442875050008297, -0.09253814071416855, 0.07201158255338669, -0.12480245530605316, -0.16490650177001953, 0.048970092087984085, -0.025521285831928253, -0.07205823808908463, -0.0038478043861687183, -0.015620099380612373, -0.03392382711172104, -0.0669124498963356, -0.02330920659005642, 0.26102033257484436, -0.003994901664555073, 0.008393377996981144, -0.09480394423007965, -0.006191721186041832, -0.0484095960855484, -0.05023845285177231, 0.021857863292098045, 0.03695283457636833, 0.15212000906467438, -0.1228778213262558, 0.047824427485466, 0.0677545964717865, -0.04955045133829117, 0.09400126338005066, -0.01573915220797062, -0.07178974896669388, -0.039524637162685394, 0.05663878098130226, 0.016125598922371864, 0.12399227172136307, -0.020835693925619125, 0.06218177452683449, 0.040268413722515106, 0.04888790845870972, 0.03602932021021843, -0.11785227805376053, -0.006989102810621262, 0.03315756469964981, -0.04834883660078049, -0.13795268535614014, -0.04405764490365982, -0.04226730391383171, 0.07357002794742584, 0.00838969275355339, -0.0005391608574427664, 0.02336692251265049, -0.04183406010270119, -0.17830175161361694, 0.1411910504102707, -0.03384081646800041, -0.23410235345363617, -0.10888008028268814, 0.11137126386165619, -0.02078336663544178, -0.01770152524113655, 0.03880197927355766, -0.08117680996656418, -0.03965955972671509, -0.06705515086650848, -0.041879743337631226, -0.05532385781407356, -0.14463037252426147, -0.11975177377462387, 0.06075821444392204, 0.01644998788833618, -0.1198159009218216, 0.021542105823755264, -0.021652506664395332, -0.1178666427731514, 0.017096295952796936, -0.0010573856998234987, 0.08920732140541077, 0.1729866862297058, 0.007854164578020573, -0.05363161489367485, -0.046965643763542175, 0.2286529690027237, -0.10135132074356079, 0.06337280571460724, 0.16613249480724335, 0.05609893798828125, 0.05126345530152321, 0.145085409283638, 0.02407342754304409, -0.030210107564926147, 0.05808955803513527, 0.05959256365895271, -0.09533320367336273, -0.27273431420326233, -0.07870455831289291, -0.0592903308570385, -0.05798449367284775, 0.010746421292424202, 0.023028675466775894, 0.1516396701335907, 0.06829840689897537, -0.05211939662694931, 0.005403690971434116, 0.03646807372570038, 0.09378483146429062, 0.175959050655365, -0.03742194175720215, 0.0843106061220169, -0.03455480933189392, -0.008677946403622627, 0.03917309269309044, 0.12038169801235199, 0.18341517448425293, 0.049322355538606644, 0.14059622585773468, 0.08786844462156296, 0.10425642877817154, 0.05237363278865814, -0.020910771563649178, -0.03068193607032299, 0.03543964773416519, -0.04980108141899109, -0.05019930377602577, -0.08464519679546356, 0.12159696966409683, 0.11227667331695557, -0.04799923300743103, 0.011169517412781715, -0.008908784948289394, -0.008729620836675167, 0.09504581242799759, 0.01193792000412941, -0.08845211565494537, -0.0537954680621624, 0.040444545447826385, 0.0439961776137352, -0.05907783284783363, 0.052219223231077194, 0.09196558594703674, -0.12816497683525085, -0.04252536594867706, 0.02645750716328621, 0.12626704573631287, 0.010325555689632893, 0.0001014444133033976, -0.053243476897478104, -0.001809300621971488, 0.008146436884999275, 0.1342475563287735, -0.29666101932525635, 0.09578412771224976, 0.0035566994920372963, 0.0815439522266388, -0.012244381941854954, 0.01844172365963459, -0.030061738565564156, 0.09154385328292847, 0.12325066328048706, 0.04385550692677498, -0.03161633014678955, -0.05305498093366623, -0.03388600051403046, 0.05647397041320801, 0.0570283941924572, -0.03105759434401989, 0.07095581293106079, 0.005634517874568701, 0.06695882976055145, 0.019850628450512886, 0.07555998116731644, -0.21659918129444122, -0.13095799088478088, 0.08801254630088806, -0.008234439417719841, 0.059972718358039856, -0.029055865481495857, -0.00825026910752058, 0.019501691684126854, 0.12125765532255173, -0.10121247172355652, -0.05333634465932846, -0.10578422993421555, -0.14120331406593323, 0.0850251093506813, -0.05335749685764313, 0.006382159423083067, 0.016938311979174614, 0.04299616813659668, -0.058449793606996536, -0.011531096883118153, 0.02823781967163086, -0.07650528103113174, -0.1381170153617859, -0.03206817805767059, 0.05575788766145706, 0.08525345474481583, 0.12377922236919403, 0.07263685017824173, 0.03848382830619812, -0.06013363599777222, -0.18064117431640625, 0.006497009191662073, 0.03776900842785835, 0.003656597575172782, 0.10801775753498077, -0.05980076640844345, -0.022818494588136673, -0.1037699356675148, -0.005552881862968206, 0.11525987088680267, 0.11675919592380524, -0.05620875954627991, 0.12247501313686371, 0.20094706118106842, -0.14194631576538086, -0.16595469415187836, -0.0033878637477755547, -0.007719447836279869, 0.002734783571213484, 0.032573580741882324, -0.17322367429733276, 0.04530181363224983, -0.006553952116519213, -0.03271813690662384, -0.014698000624775887, -0.22332580387592316, -0.09693971276283264, 0.04556204006075859, 0.06890928745269775, 0.05796312168240547, -0.10187410563230515, -0.044624537229537964, 0.03729435056447983, -0.10336824506521225, 0.13064588606357574, -0.17434506118297577, 0.08511026948690414, 0.013823294080793858, 0.11269796639680862, 0.01587698422372341, -0.02776240184903145, 0.11883653700351715, 0.054904624819755554, 0.00985198374837637, -0.023165350779891014, 0.04336124286055565, 0.150642529129982, -0.0336848646402359, 0.11864734441041946, 0.005721325054764748, 0.03941047936677933, -0.1833494007587433, -0.06256615370512009, -0.08356255292892456, 0.08368310332298279, -0.1034887358546257, -0.09081446379423141, -0.06225341185927391, 0.09389305859804153, 0.09571963548660278, 0.004487508442252874, -0.05220368877053261, -0.1235518679022789, 0.017646975815296173, 0.15226490795612335, 0.2685020864009857, 0.04794967174530029, -0.16214291751384735, 0.021224062889814377, -0.004087080247700214, 0.10299777239561081, -0.07941748201847076, 0.01426240149885416, 0.1073736622929573, 0.049585893750190735, 0.11391881853342056, 0.03328729793429375, -0.1035703644156456, -0.0026245180051773787, -0.008458207361400127, -0.014579449780285358, -0.20284409821033478, 0.0074046882800757885, 0.06464803218841553, -0.12122617661952972, -0.046724364161491394, 0.11902399361133575, -0.11703578382730484, 0.007489928975701332, 0.011988830752670765, 0.06835545599460602, -0.020039143040776253, -0.0029639247804880142, 0.10793367028236389, 0.055134132504463196, -0.024004900828003883, 0.0165416207164526, 0.0840044841170311, -0.07915594428777695, 0.0738396868109703, 0.02546970546245575, -0.06262271851301193, -0.10374761372804642, -0.08589377999305725, -0.019522840157151222, -0.167170450091362, -0.101718470454216, 0.031124059110879898, -0.0881991982460022, 0.01843416504561901, 0.04008155316114426, 0.0009892426896840334, -0.016453683376312256, -0.04748057946562767, 0.0008387333364225924, -0.0892135351896286, 0.025783037766814232, -0.08734656870365143, 0.011969164945185184, -0.016505204141139984, 0.02063591778278351, 0.0823407769203186, 0.04766684025526047, -0.03641156107187271, -0.07174616307020187, -0.09579455852508545, 0.05495378375053406, -0.14419443905353546, 0.0337173268198967, -0.10510531067848206, 0.029152091592550278, -0.02599485032260418, -0.058848947286605835, -0.00436871824786067, 0.04211254417896271, -0.038513753563165665, -0.021070953458547592, 0.024654356762766838, 0.09879646450281143, -0.14451339840888977, 0.02552141062915325, 0.08556617051362991, -0.02316903881728649, 0.05649843439459801, -0.05097810924053192, -0.09758565574884415, 0.027890237048268318, -0.048915110528469086, 0.08800419420003891, -0.07345254719257355, 0.06881963461637497, -0.020748784765601158, -0.1673985868692398, 0.017387116327881813, -0.004246251657605171, -0.02274671196937561, 0.022850967943668365, -0.046906061470508575, -0.08791419118642807, 0.04387112706899643, 0.0565095990896225, -0.07421545684337616, -0.08022279292345047, 0.05205289274454117, -0.05404237285256386, 0.032794222235679626, 0.11430343985557556, -0.013064442202448845, 0.11573940515518188, -0.1268949806690216, -0.01669425331056118, 0.014820211566984653, 0.10884606838226318, -0.10264432430267334, -0.07923036813735962, 0.031509879976511, -0.026201723143458366, 0.18457534909248352, -0.002365144668146968, 0.04786927253007889, 0.01347449142485857, -0.036414727568626404, 0.024263184517621994, -0.05469413846731186, 0.1348273605108261, 0.03494498133659363, 0.0037233775947242975, 0.08684739470481873, 0.0020280301105231047, -0.11315570771694183, -0.08915863186120987, 0.15186788141727448, 0.10986670851707458, 0.13782747089862823, 0.036150433123111725, 0.06647026538848877, -0.0021408009342849255, -0.08496269583702087, 0.022217335179448128, 0.03327423706650734, -0.033956971019506454, -0.06220707297325134, 0.038444772362709045, 0.18567687273025513, -0.11921685189008713, 0.1352810561656952, -0.036393795162439346, -0.07559570670127869, -0.08648344874382019, -0.17787833511829376, -0.018132109194993973, -0.03986777365207672, 0.02250397391617298, -0.14549627900123596, -0.03135720267891884, 0.03023400343954563, -0.016718203201889992, -0.07590240985155106, 0.040769562125205994, -0.0335659384727478, -0.06325618177652359, -0.0019770553335547447, -0.004523144569247961, 0.13581037521362305, -0.00086785270832479, 0.05536472797393799, 0.0016127470880746841, 0.03362525254487991, 0.06468437612056732, 0.08053366839885712, 0.015182090923190117, 0.005253496114164591, -0.014494952745735645, -0.010545473545789719, -0.009923931211233139, 0.03507445007562637, 0.05827156454324722, 0.14285922050476074, 0.03421740233898163, -0.05647936835885048, 0.023616451770067215, 0.20061561465263367, -0.04020180553197861, -0.15012480318546295, -0.1262420117855072, 0.3392135798931122, -0.019441723823547363, -0.023023389279842377, -0.03837790712714195, -0.08746606111526489, 0.07407060265541077, 0.15989603102207184, 0.13606557250022888, -0.0686359852552414, -0.01635136641561985, -0.013695355504751205, 0.01953750289976597, 0.06631062179803848, 0.07248874753713608, 0.032683562487363815, 0.3317294716835022, -0.13832807540893555, 0.05193974822759628, -0.044348325580358505, -0.0166202150285244, -0.04150115326046944, 0.06931211799383163, -0.019619116559624672, -0.03970136120915413, -0.07463666051626205, 0.1139749139547348, -0.10899607092142105, -0.07353334873914719, 0.004823756869882345, 0.029451362788677216, -0.03931932523846626, -0.0183388814330101, 0.01778455637395382, -0.021457144990563393, 0.03450240194797516, -0.022808799520134926, -0.04125203564763069, 0.04942212998867035, 0.01646558940410614, -0.04091094061732292, 0.06931842863559723, 0.10695377737283707, 0.09172438830137253, 0.19070254266262054, 0.02936047688126564, 0.13700734078884125, 0.10082461684942245, 0.05762062966823578, -0.11838476359844208, 0.105360247194767, 0.02026841603219509, -0.060531798750162125, -0.0024823076091706753, 0.0816318467259407, 0.037612609565258026, 0.09636582434177399, 0.08825813978910446, -0.10668358206748962, 0.08603353798389435, 0.05043884366750717, 0.029348036274313927, -0.11483654379844666, 0.04136234521865845, -0.11674586683511734, 0.16464565694332123, 0.10389936715364456, -0.03092806227505207, -0.07889699935913086, -0.05727127194404602, 0.022258149459958076, -0.021201007068157196, 0.07092751562595367, -0.028185874223709106, -0.02643478289246559, -0.008960905484855175, 0.02022789604961872, 0.03361976519227028, -0.223049595952034, -0.1007196232676506, 0.09278316795825958, 0.006867826450616121, 0.03631753474473953, 0.09487863630056381, 0.12517032027244568, 0.011328115127980709, -0.04537004232406616, -0.2187686413526535, -0.01324431225657463, 0.14395782351493835, -0.14358413219451904, -0.06412109732627869 ]
null
null
transformers
# indian-foods Autogenerated by HuggingPics🤗🖼️ Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb). Report any issues with the demo at the [github repo](https://github.com/nateraw/huggingpics). ## Example Images #### idli ![idli](images/idli.jpg) #### kachori ![kachori](images/kachori.jpg) #### pani puri ![pani puri](images/pani_puri.jpg) #### samosa ![samosa](images/samosa.jpg) #### vada pav ![vada pav](images/vada_pav.jpg)
{"tags": ["image-classification", "pytorch", "huggingpics"], "metrics": ["accuracy"]}
image-classification
Amrrs/indian-foods
[ "transformers", "pytorch", "tensorboard", "vit", "image-classification", "huggingpics", "model-index", "autotrain_compatible", "endpoints_compatible", "has_space", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #has_space #region-us
# indian-foods Autogenerated by HuggingPics️ Create your own image classifier for anything by running the demo on Google Colab. Report any issues with the demo at the github repo. ## Example Images #### idli !idli #### kachori !kachori #### pani puri !pani puri #### samosa !samosa #### vada pav !vada pav
[ "# indian-foods\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nReport any issues with the demo at the github repo.", "## Example Images", "#### idli\n\n!idli", "#### kachori\n\n!kachori", "#### pani puri\n\n!pani puri", "#### samosa\n\n!samosa", "#### vada pav\n\n!vada pav" ]
[ "TAGS\n#transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #has_space #region-us \n", "# indian-foods\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nReport any issues with the demo at the github repo.", "## Example Images", "#### idli\n\n!idli", "#### kachori\n\n!kachori", "#### pani puri\n\n!pani puri", "#### samosa\n\n!samosa", "#### vada pav\n\n!vada pav" ]
[ 53, 43, 4, 7, 8, 9, 7, 7 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #has_space #region-us \n# indian-foods\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nReport any issues with the demo at the github repo.## Example Images#### idli\n\n!idli#### kachori\n\n!kachori#### pani puri\n\n!pani puri#### samosa\n\n!samosa#### vada pav\n\n!vada pav" ]
[ -0.06414994597434998, 0.14793093502521515, -0.00047112914035096765, 0.07455983757972717, 0.19373425841331482, 0.031689442694187164, 0.008278673514723778, 0.14859828352928162, 0.041509829461574554, 0.029740627855062485, 0.12354275584220886, 0.17431139945983887, 0.037033308297395706, 0.2197115272283554, 0.027023369446396828, -0.3231286108493805, 0.0281367227435112, 0.11007258296012878, -0.004622834734618664, 0.1446722447872162, 0.0461079403758049, -0.13171875476837158, 0.14624422788619995, 0.010943273082375526, -0.16387909650802612, -0.0553332082927227, -0.020439166575670242, -0.09537030756473541, 0.05832386016845703, -0.08205666393041611, 0.11759559065103531, -0.01711353287100792, 0.016193309798836708, -0.05434193089604378, 0.06227841228246689, 0.03520377352833748, 0.01018992904573679, 0.05157558247447014, 0.08680747449398041, 0.06760196387767792, 0.0587063692510128, 0.02051694691181183, -0.06579720228910446, 0.05633847787976265, -0.0989939272403717, -0.16069075465202332, -0.005608649458736181, 0.035248663276433945, 0.07196636497974396, 0.05127599090337753, -0.04178820922970772, 0.02096582017838955, -0.08657307922840118, 0.06760954856872559, 0.1558174341917038, -0.003734986297786236, -0.12072048336267471, 0.007992232218384743, 0.02714543230831623, -0.0016813657712191343, 0.003760717110708356, 0.06969714909791946, 0.07632731646299362, -0.012060626409947872, -0.04730953276157379, -0.046341992914676666, -0.06347475200891495, -0.04448753222823143, -0.07925369590520859, 0.019847702234983444, 0.08821773529052734, -0.06332684308290482, -0.01256822794675827, -0.013529442250728607, -0.105649933218956, -0.04811422899365425, -0.06382867693901062, 0.00023099358077161014, 0.01070056576281786, -0.003364023519679904, -0.004194849170744419, -0.017626643180847168, -0.12456429749727249, -0.021785346791148186, 0.055104810744524, 0.10982370376586914, 0.08677732944488525, 0.010921694338321686, -0.07621100544929504, -0.007448583375662565, -0.025046110153198242, -0.08738897740840912, -0.0064956569112837315, -0.05644070729613304, 0.01830311119556427, -0.012759712524712086, 0.07518637925386429, -0.17000095546245575, 0.10363824665546417, 0.00035857633338309824, 0.001965401228517294, 0.05999178811907768, 0.008340236730873585, -0.020704228430986404, 0.07961802929639816, 0.14165599644184113, -0.1546606421470642, 0.10954272747039795, -0.0031189345754683018, 0.02115832082927227, 0.04775579273700714, -0.04068055376410484, -0.06453335285186768, -0.01863926649093628, 0.01065248716622591, -0.016355415806174278, 0.02077726647257805, 0.05820862576365471, -0.0696985274553299, -0.04778450354933739, 0.12180903553962708, 0.026133883744478226, -0.028490183874964714, -0.04606219753623009, -0.014973265118896961, 0.11611220985651016, 0.0023930459283292294, 0.015642045065760612, -0.011086653918027878, 0.09532433748245239, -0.09489045292139053, 0.03337899222970009, -0.0967637374997139, 0.029835544526576996, 0.0319552905857563, -0.20995086431503296, -0.017467625439167023, -0.15767227113246918, -0.044353682547807693, -0.032374270260334015, 0.06200394779443741, -0.07431957125663757, -0.07076605409383774, 0.03085094317793846, 0.03170938789844513, -0.09175007045269012, 0.018250329419970512, 0.0679137334227562, -0.04788832366466522, 0.0966363251209259, -0.03237470984458923, 0.1496170610189438, 0.0711798220872879, 0.07782237231731415, -0.11495988816022873, 0.05890119820833206, -0.1537894457578659, -0.03240175172686577, -0.07583492994308472, 0.10418322682380676, -0.07024376094341278, -0.02382676675915718, 0.03396404907107353, -0.011102033779025078, -0.03652310371398926, 0.18024492263793945, -0.1249755248427391, -0.06039731577038765, 0.06858125329017639, -0.11850954592227936, -0.1090741977095604, 0.14122514426708221, 0.0463007315993309, 0.10713019222021103, 0.07543963193893433, 0.1583932340145111, 0.05465710535645485, -0.10859566926956177, 0.02302403561770916, -0.029723327606916428, -0.060658469796180725, -0.015363898128271103, 0.04161854088306427, 0.052240777760744095, -0.06476354598999023, 0.03803365305066109, -0.028398143127560616, 0.09939523786306381, -0.08221828937530518, -0.048225004225969315, 0.013381415978074074, -0.14251767098903656, 0.08486557006835938, 0.06338019669055939, 0.07706612348556519, 0.05990459769964218, 0.0036719345953315496, -0.11038024723529816, 0.04364748299121857, -0.01403987780213356, 0.020975884050130844, -0.03232688829302788, 0.28679853677749634, -0.08830961585044861, -0.0080728093162179, -0.0822821632027626, 0.08775395154953003, 0.04007238522171974, -0.04959777742624283, 0.04444848746061325, 0.0022211724426597357, 0.042418017983436584, -0.01589357852935791, 0.02326667308807373, -0.00697921309620142, 0.07574842870235443, 0.04210310056805611, -0.07688471674919128, -0.037145525217056274, 0.048192910850048065, -0.01708524487912655, 0.14735105633735657, 0.00397349800914526, -0.013985887169837952, 0.060050979256629944, 0.12817007303237915, 0.08619803935289383, -0.055575307458639145, 0.10705829411745071, 0.0041714985854923725, 0.002853743266314268, 0.01142230723053217, 0.08803418278694153, -0.07275193184614182, 0.020944828167557716, 0.11757168918848038, 0.0583963580429554, 0.05108056589961052, 0.10601062327623367, -0.20612718164920807, -0.029294544830918312, 0.010214762762188911, 0.0019924091175198555, 0.02235943078994751, -0.08909730613231659, 0.12298031896352768, -0.07243339717388153, 0.0231112539768219, 0.12326859682798386, -0.00539254629984498, 0.09158588945865631, 0.05499788373708725, -0.07397332787513733, -0.09707413613796234, 0.06801734119653702, 0.19884368777275085, -0.04832711070775986, 0.11725518107414246, 0.17762258648872375, 0.0013974800240248442, 0.1488073170185089, 0.04443061724305153, -0.02005378156900406, 0.02185654267668724, -0.005163421388715506, -0.02306344360113144, 0.08961903303861618, -0.20922936499118805, 0.003909578546881676, 0.07266983389854431, -0.12299146503210068, 0.02370579168200493, -0.09690135717391968, -0.02699902094900608, 0.01345713622868061, 0.01286389958113432, 0.06645561009645462, 0.09245028346776962, -0.049527496099472046, 0.04927952587604523, 0.009525621309876442, 0.03960815817117691, -0.03504551202058792, 0.08541073650121689, 0.03248578682541847, 0.1280631422996521, -0.062161270529031754, -0.27640631794929504, -0.0852305144071579, -0.13227573037147522, 0.0015845448942855, 0.06969162821769714, 0.061014387756586075, -0.21448439359664917, -0.10803010314702988, 0.04105105251073837, -0.02535911090672016, 0.07480429112911224, 0.015215698629617691, -0.15384015440940857, -0.01587149314582348, -0.04816960543394089, -0.01775522530078888, 0.005644978955388069, -0.02107073739171028, 0.05318233743309975, 0.15583349764347076, -0.05082502216100693, 0.1582302302122116, 0.042930372059345245, -0.02649863064289093, 0.038934607058763504, 0.03864182531833649, 0.13242389261722565, -0.12583301961421967, 0.07279708981513977, 0.2993493378162384, 0.04578825831413269, 0.0578915998339653, 0.1400909125804901, -0.025669770315289497, -0.06321238726377487, -0.003573455149307847, 0.005341077223420143, -0.1311907023191452, -0.09985712915658951, -0.05697351694107056, -0.06269567459821701, 0.13099518418312073, 0.1270930916070938, 0.03611938655376434, -0.015230309218168259, 0.22842350602149963, -0.02511848695576191, 0.03990090265870094, -0.08254516869783401, 0.005260900128632784, 0.06988352537155151, -0.09190130978822708, 0.039477162063121796, 0.0031234342604875565, -0.07739993929862976, 0.095781609416008, 0.06259021162986755, 0.14110127091407776, -0.011674074456095695, 0.08852230757474899, 0.08636628091335297, 0.08825076371431351, 0.0706353411078453, -0.07182131707668304, -0.00797998532652855, -0.009383645839989185, -0.03471551090478897, -0.049265287816524506, -0.10971194505691528, 0.047035373747348785, 0.07723048329353333, -0.143582284450531, 0.054613254964351654, 0.027543112635612488, -0.0018411272903904319, 0.15610508620738983, 0.022466344758868217, -0.18460002541542053, 0.06790602207183838, 0.016657862812280655, 0.032666295766830444, -0.06767215579748154, -0.0021001254208385944, -0.016705790534615517, -0.027604173868894577, 0.032441455870866776, -0.12302273511886597, 0.09228404611349106, -0.10703819245100021, 0.03002960979938507, 0.0947708934545517, -0.03876621276140213, -0.018893716856837273, 0.056561071425676346, -0.13729432225227356, 0.1684611588716507, -0.024751681834459305, -0.07641363888978958, -0.12930725514888763, -0.0196305513381958, 0.003421780886128545, 0.13663698732852936, 0.08636021614074707, 0.001439567538909614, 0.08204884827136993, -0.18801848590373993, -0.040525175631046295, -0.01229235902428627, 0.00016462324128951877, 0.033011212944984436, -0.036652740091085434, -0.022143753245472908, -0.024527784436941147, -0.072950080037117, 0.05833970755338669, -0.10963626205921173, -0.03362584859132767, 0.06397025287151337, -0.007529138587415218, 0.04995940998196602, -0.019297407940030098, -0.081688791513443, -0.13168196380138397, 0.004040938336402178, 0.11832498759031296, -0.07455602288246155, -0.08320807665586472, 0.05698011815547943, 0.002286008559167385, -0.059386059641838074, 0.06055053696036339, -0.10932526737451553, 0.06736341118812561, -0.01665951870381832, -0.037765417248010635, 0.0693640485405922, -0.014738411642611027, -0.11800798028707504, -0.047376833856105804, -0.05619203671813011, 0.055867139250040054, -0.04143567383289337, 0.012270765379071236, 0.08975093811750412, -0.09534581750631332, -0.02701914682984352, -0.057435110211372375, 0.023390326648950577, 0.05114787444472313, 0.12223665416240692, -0.029607286676764488, -0.13241733610630035, -0.024665813893079758, -0.049403686076402664, 0.054652098566293716, 0.12536253035068512, -0.01500883512198925, 0.10937070101499557, 0.04695511981844902, 0.025366339832544327, -0.25578609108924866, -0.08456319570541382, -0.03825666010379791, 0.013393279165029526, -0.0035518845543265343, -0.1131545677781105, 0.1400747448205948, 0.12656888365745544, -0.05509673431515694, 0.055843863636255264, -0.1577054262161255, -0.13943035900592804, 0.03356408327817917, 0.24298778176307678, 0.14849618077278137, -0.1605587601661682, -0.011927288956940174, -0.03565629944205284, 0.034954752773046494, 0.05880928039550781, -0.04608543589711189, 0.0688450038433075, -0.0840301662683487, 0.02521328441798687, 0.0333670973777771, -0.0524393729865551, 0.10850599408149719, -0.04108268395066261, -0.04715920239686966, -0.11947258561849594, -0.0814274325966835, -0.03257844224572182, 0.03910069540143013, 0.02730303257703781, 0.015873396769165993, -0.021724093705415726, -0.13242554664611816, 0.02533000148832798, -0.08307269215583801, 0.0474148727953434, 0.0115762148052454, -0.07829591631889343, -0.10253706574440002, 0.12664133310317993, -0.05606112629175186, 0.05159539356827736, 0.1645144373178482, -0.06288433820009232, 0.10651233792304993, 0.16089984774589539, -0.020904850214719772, -0.08583490550518036, 0.06746206432580948, -0.11380551755428314, -0.04850677028298378, 0.07672879099845886, -0.18031834065914154, -0.0048407865688204765, 0.019939426332712173, 0.04677426442503929, 0.06403622776269913, -0.0167788527905941, -0.0010305076139047742, 0.06147082522511482, 0.1055852398276329, -0.05837627127766609, -0.10374103486537933, 0.0073017822578549385, -0.12065090984106064, 0.0013526680413633585, -0.04083885997533798, 0.13005931675434113, -0.04605749994516373, -0.0622374601662159, -0.0027633225545287132, 0.05916234478354454, 0.0014917694497853518, 0.11781700700521469, 0.18359817564487457, -0.025041185319423676, -0.1087702214717865, -0.0022553792223334312, 0.10707705467939377, -0.16290023922920227, -0.07816959917545319, 0.04850831627845764, -0.08638176321983337, -0.14512810111045837, 0.04985707625746727, 0.04591456055641174, -0.08471513539552689, 0.02339743636548519, -0.07262396067380905, -0.039311595261096954, 0.06646434217691422, -0.05946660786867142, 0.08617774397134781, -0.004417026415467262, -0.024465052410960197, -0.014545976184308529, -0.08365391194820404, 0.09090403467416763, 0.06405871361494064, 0.12609757483005524, -0.2111474722623825, -0.05803799256682396, -0.025089750066399574, 0.13209973275661469, -0.1027626246213913, -0.020579110831022263, -0.13234655559062958, -0.00913290400058031, -0.08379392325878143, 0.06966262310743332, -0.1438112109899521, -0.04349420964717865, -0.048050254583358765, -0.04087792709469795, -0.03013879619538784, -0.004407479427754879, -0.07695505768060684, 0.022553976625204086, -0.009136494249105453, 0.07284525781869888, -0.10223913937807083, -0.020648598670959473, 0.10800766944885254, 0.01958938129246235, 0.060739852488040924, -0.051339227706193924, -0.05104721337556839, -0.02870148792862892, -0.10031098127365112, 0.0019951460417360067, 0.08063942193984985, 0.00011756203457480296, 0.027759067714214325, -0.02984595112502575, 0.06277348846197128, -0.04040447995066643, 0.0112391896545887, 0.05988479033112526, 0.19961971044540405, -0.08121464401483536, 0.06507489085197449, -0.03998756781220436, -0.05264225974678993, -0.04985910654067993, 0.10025419294834137, 0.057670678943395615, -0.0006323144189082086, 0.06098950654268265, -0.03752643242478371, 0.06678362935781479, -0.03117748163640499, 0.02001398615539074, -0.036716315895318985, -0.1231263279914856, -0.028217362239956856, -0.08552395552396774, -0.005418877117335796, 0.024743299931287766, 0.01457168534398079, 0.16705594956874847, 0.09899936616420746, 0.04080066829919815, 0.12945707142353058, 0.08898785710334778, 0.013078396208584309, 0.08801266551017761, 0.004548302851617336, 0.039470572024583817, -0.000419390358729288, 0.08877842873334885, 0.03756972774863243, 0.0030598524026572704, -0.09172780066728592, 0.11251376569271088, -0.12571750581264496, -0.017993245273828506, -0.00639739353209734, 0.04731088876724243, -0.16788449883460999, 0.025326402857899666, -0.1770433485507965, 0.12100331485271454, -0.039852920919656754, -0.029102418571710587, 0.08917775005102158, -0.12555310130119324, -0.03442125767469406, -0.012673119083046913, -0.06687797605991364, -0.020374014973640442, -0.17326918244361877, -0.08187054097652435, -0.15096302330493927, 0.07189690321683884, -0.0019635409116744995, -0.046694327145814896, 0.05209333822131157, -0.022813178598880768, -0.025937827304005623, 0.2367352843284607, 0.024336429312825203, -0.0413886234164238, 0.05162832885980606, 0.03585435077548027, -0.09347999840974808, -0.029818817973136902, -0.11567073315382004, -0.09048183262348175, 0.048049964010715485, -0.01509197149425745, -0.038068465888500214, -0.05041111260652542, 0.017055261880159378, -0.049111783504486084, -0.0657239630818367, -0.01141925249248743, 0.014612354338169098, 0.05938069894909859, 0.07123476266860962, -0.08195292949676514, 0.024209851399064064, 0.01735427789390087, 0.15135279297828674, 0.0008294348954223096, 0.11265677213668823, -0.0962199792265892, 0.04073777049779892, -0.019192593172192574, -0.032232604920864105, -0.005196708254516125, 0.010268070735037327, -0.028079615905880928, 0.25088563561439514, 0.14954088628292084, -0.12177342176437378, -0.004395700991153717, -0.014208660461008549, 0.01354211289435625, -0.015281335450708866, 0.1359630525112152, 0.0461239293217659, -0.029509924352169037, -0.08655505627393723, 0.01629297249019146, -0.022857217118144035, -0.04708733782172203, -0.19779112935066223, -0.04714376479387283, 0.11388582736253738, -0.07431141287088394, -0.0719909593462944, 0.15938511490821838, -0.12317761778831482, 0.03498942404985428, 0.02893141470849514, -0.11950934678316116, -0.15448245406150818, -0.05439990386366844, 0.05806662142276764, 0.04952656477689743, 0.07609755545854568, -0.040631502866744995, 0.03626597300171852, 0.04646620899438858, 0.05468912050127983, -0.14250265061855316, -0.0006613731384277344, 0.08452212810516357, -0.07838214188814163, 0.15745384991168976, -0.020883696153759956, -0.1169729009270668, 0.07057707756757736, -0.012080165557563305, -0.06715362519025803, -0.028835128992795944, 0.0030755253974348307, -0.08335727453231812, -0.017830757424235344, 0.09468130767345428, -0.01116560585796833, -0.12517045438289642, 0.0276570413261652, -0.10453981161117554, 0.0056212348863482475, 0.07870758324861526, 0.11838163435459137, -0.051434215158224106, 0.15543536841869354, -0.13136428594589233, 0.1283712387084961, 0.0777159184217453, -0.001603361451998353, -0.0587615892291069, -0.04174954444169998, 0.05478651821613312, -0.011621656827628613, -0.086521677672863, -0.06903038173913956, -0.0674954354763031, -0.10902001708745956, -0.15064896643161774, -0.029279028996825218, -0.10913566499948502, 0.003979918546974659, -0.1759919971227646, 0.03741293400526047, -0.04153807833790779, 0.13296808302402496, -0.009207400493323803, -0.040662046521902084, 0.04642702639102936, -0.06031601130962372, 0.001990541350096464, 0.07245499640703201, -0.11016130447387695, -0.06735412776470184 ]
null
null
transformers
# south-indian-foods Autogenerated by HuggingPics🤗🖼️ Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb). Report any issues with the demo at the [github repo](https://github.com/nateraw/huggingpics). ## Example Images #### dosai ![dosai](images/dosai.jpg) #### idiyappam ![idiyappam](images/idiyappam.jpg) #### idli ![idli](images/idli.jpg) #### puttu ![puttu](images/puttu.jpg) #### vadai ![vadai](images/vadai.jpg)
{"tags": ["image-classification", "pytorch", "huggingpics"], "metrics": ["accuracy"]}
image-classification
Amrrs/south-indian-foods
[ "transformers", "pytorch", "tensorboard", "vit", "image-classification", "huggingpics", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us
# south-indian-foods Autogenerated by HuggingPics️ Create your own image classifier for anything by running the demo on Google Colab. Report any issues with the demo at the github repo. ## Example Images #### dosai !dosai #### idiyappam !idiyappam #### idli !idli #### puttu !puttu #### vadai !vadai
[ "# south-indian-foods\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nReport any issues with the demo at the github repo.", "## Example Images", "#### dosai\n\n!dosai", "#### idiyappam\n\n!idiyappam", "#### idli\n\n!idli", "#### puttu\n\n!puttu", "#### vadai\n\n!vadai" ]
[ "TAGS\n#transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "# south-indian-foods\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nReport any issues with the demo at the github repo.", "## Example Images", "#### dosai\n\n!dosai", "#### idiyappam\n\n!idiyappam", "#### idli\n\n!idli", "#### puttu\n\n!puttu", "#### vadai\n\n!vadai" ]
[ 49, 46, 4, 7, 11, 7, 7, 7 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us \n# south-indian-foods\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nReport any issues with the demo at the github repo.## Example Images#### dosai\n\n!dosai#### idiyappam\n\n!idiyappam#### idli\n\n!idli#### puttu\n\n!puttu#### vadai\n\n!vadai" ]
[ -0.11193650215864182, 0.1870627999305725, -0.0007494018063880503, 0.0954122245311737, 0.2046598643064499, 0.04216891527175903, 0.09554238617420197, 0.15689313411712646, 0.1686960756778717, 0.0031046466901898384, 0.11089686304330826, 0.20598538219928741, 0.05520227923989296, 0.18090969324111938, 0.012971991673111916, -0.27210140228271484, 0.025026418268680573, 0.10772587358951569, -0.00568815041333437, 0.13131816685199738, 0.03328363224864006, -0.10052008181810379, 0.1491793394088745, -0.03015432134270668, -0.22531834244728088, -0.04905089735984802, -0.03795831277966499, -0.054270390421152115, 0.06944426894187927, -0.06026541441679001, 0.09052883833646774, 0.016472071409225464, 0.007900136522948742, -0.05043546110391617, 0.05438370630145073, 0.021313153207302094, -0.006622522138059139, 0.06091808155179024, 0.08365987986326218, 0.09286892414093018, 0.06423144787549973, 0.05037423223257065, -0.07012932747602463, 0.0582360103726387, -0.10867476463317871, -0.10678982734680176, -0.025865737348794937, 0.0024679997004568577, 0.053624048829078674, 0.06641892343759537, -0.02518361806869507, 0.06337352097034454, -0.03453713282942772, 0.10690344125032425, 0.1288413405418396, -0.007694614585489035, -0.07991866767406464, 0.07737968116998672, 0.04645608365535736, 0.007160132750868797, -0.003951410762965679, 0.04827520623803139, 0.043232012540102005, 0.003960381727665663, -0.09665164351463318, -0.036415956914424896, -0.0933968722820282, -0.07193829119205475, -0.06358540058135986, 0.04498215392231941, 0.10588943213224411, -0.03694802150130272, -0.037953902035951614, 0.001906219869852066, -0.09319765865802765, -0.09502530843019485, -0.05724622309207916, -0.021973226219415665, 0.00005692024569725618, 0.022869344800710678, 0.010988355614244938, -0.03073504939675331, -0.10299648344516754, 0.011433209292590618, 0.0488814115524292, 0.10371365398168564, 0.07833828032016754, 0.01248080376535654, -0.09983677417039871, -0.019202519208192825, -0.02395465038716793, -0.10099725425243378, -0.014252278953790665, -0.03525197133421898, -0.04342057183384895, -0.044044800102710724, 0.09425617754459381, -0.16512639820575714, 0.09804467856884003, -0.00929828267544508, -0.030663620680570602, 0.08731981366872787, -0.04304349794983864, -0.008828429505228996, 0.08888116478919983, 0.14943832159042358, -0.12024717777967453, 0.05687004700303078, 0.01868475414812565, -0.008080299943685532, 0.042370133101940155, -0.03885732591152191, -0.08978106081485748, -0.017579199746251106, 0.0013836780562996864, -0.011594807729125023, 0.037302158772945404, 0.05748356133699417, -0.0794246643781662, -0.0796281099319458, 0.12277963012456894, 0.03446611762046814, -0.04081590473651886, -0.04076661542057991, -0.02793886885046959, 0.07713397592306137, 0.05659440904855728, 0.024534571915864944, -0.004958450328558683, 0.052161458879709244, -0.07436411827802658, 0.052329204976558685, -0.06164766848087311, 0.029523862525820732, 0.03204001113772392, -0.22363734245300293, -0.010818117298185825, -0.12814222276210785, -0.07281342893838882, -0.023835567757487297, 0.06500357389450073, -0.08077392727136612, -0.05852658674120903, -0.016742587089538574, 0.032819487154483795, -0.08501532673835754, 0.04699975624680519, -0.05305512994527817, -0.03356161341071129, 0.08398512005805969, 0.0017409264110028744, 0.11430389434099197, 0.00812531542032957, 0.06451084464788437, -0.09808124601840973, 0.05135748162865639, -0.08453856408596039, 0.008040480315685272, -0.050693951547145844, 0.1324242204427719, -0.06921923160552979, 0.0035671128425747156, 0.026059899479150772, -0.009221936576068401, -0.019227882847189903, 0.2305150330066681, -0.18508192896842957, -0.027788853272795677, 0.07351499795913696, -0.09486844390630722, -0.13453549146652222, 0.1683795154094696, 0.03016180358827114, 0.10861870646476746, 0.07360486686229706, 0.09825889021158218, 0.04787486791610718, -0.12629804015159607, 0.048357024788856506, -0.017466645687818527, -0.0987672358751297, -0.04687373712658882, 0.010425812564790249, 0.07549110800027847, -0.06455017626285553, 0.020236704498529434, 0.020534856244921684, 0.103785440325737, -0.08452456444501877, -0.03321557864546776, -0.0024191278498619795, -0.12000022828578949, 0.08098290860652924, 0.08379505574703217, 0.03693663328886032, 0.06234333664178848, 0.02658236213028431, -0.12705457210540771, 0.037711214274168015, -0.00004752511813421734, -0.004026041366159916, -0.05717252194881439, 0.21185322105884552, -0.10745198279619217, -0.029539475217461586, -0.08537034690380096, -0.0025853493716567755, 0.05937482789158821, 0.018667681142687798, 0.09541913121938705, -0.022496860474348068, 0.05049348622560501, 0.00734433950856328, 0.03192410618066788, -0.0035862713120877743, 0.11435513943433762, 0.019535209983587265, -0.09066406637430191, -0.030707860365509987, 0.08663308620452881, -0.04129037633538246, 0.11942275613546371, -0.07157491147518158, -0.016451695933938026, 0.05767174810171127, 0.10391079634428024, 0.09892576932907104, -0.09038161486387253, 0.1156405434012413, -0.020437559112906456, -0.03392748907208443, -0.011408127844333649, 0.07611352950334549, -0.039190441370010376, -0.03419111296534538, 0.10091111063957214, 0.040949296206235886, 0.01712103746831417, 0.08858270943164825, -0.1973792016506195, -0.04844298213720322, -0.053919289261102676, 0.018442820757627487, 0.013982962816953659, -0.035635389387607574, 0.12046054005622864, -0.04310953617095947, 0.04900951683521271, 0.12337703257799149, 0.023537790402770042, 0.07794427126646042, 0.04936853423714638, -0.04594795033335686, -0.09735923260450363, 0.060878120362758636, 0.22731658816337585, -0.12530142068862915, 0.11246313154697418, 0.13277089595794678, 0.07658080756664276, 0.12083561718463898, 0.05117543786764145, 0.023505616933107376, -0.008540459908545017, 0.03222903236746788, -0.0036058747209608555, 0.08502356708049774, -0.20839184522628784, 0.034452855587005615, 0.05324403569102287, -0.11832448095083237, 0.0035542508121579885, -0.09009110182523727, -0.016509631648659706, 0.034325554966926575, 0.0063910228200256824, 0.059242021292448044, 0.06610984355211258, -0.04208818078041077, 0.03289016708731651, -0.010891200043261051, 0.02588924951851368, 0.00640800129622221, 0.07492899894714355, 0.00925772450864315, 0.14488065242767334, -0.0751035213470459, -0.2888021469116211, -0.10280736535787582, -0.2151874154806137, -0.01893916167318821, 0.08696803450584412, 0.057023148983716965, -0.19789990782737732, -0.08450580388307571, 0.05077352374792099, 0.03233973681926727, 0.05807939171791077, 0.01843501441180706, -0.15080101788043976, -0.002557840198278427, -0.05989909544587135, -0.03964988514780998, 0.005238184705376625, -0.001022689393721521, 0.05839616060256958, 0.17181505262851715, -0.08895590901374817, 0.10044452548027039, 0.025769067928195, 0.014325401745736599, 0.048299260437488556, 0.03573812171816826, 0.16916115581989288, -0.13292734324932098, 0.07316131144762039, 0.26210451126098633, 0.006380484439432621, 0.06705951690673828, 0.16408364474773407, -0.008610997349023819, -0.11148098856210709, 0.01074496190994978, -0.011291468515992165, -0.12433929741382599, -0.11296841502189636, -0.03872133791446686, -0.07652460038661957, 0.1075051948428154, 0.11243585497140884, 0.034400492906570435, 0.05110149830579758, 0.22478491067886353, -0.010372884571552277, 0.07868612557649612, -0.0836348906159401, 0.0025510815903544426, -0.006441718433052301, -0.04905705526471138, 0.0032635556999593973, -0.002859376836568117, -0.0558122955262661, 0.10239197313785553, 0.0585479810833931, 0.16175423562526703, 0.04571996629238129, 0.15219980478286743, 0.0684923455119133, 0.07784709334373474, 0.06435233354568481, -0.05002246052026749, -0.016948454082012177, -0.009460697881877422, -0.021319521591067314, -0.045682936906814575, -0.10093595832586288, 0.023684652522206306, 0.07331397384405136, -0.1506364494562149, 0.09433475881814957, 0.06213937699794769, -0.019734900444746017, 0.13601593673229218, -0.016410594806075096, -0.24824672937393188, 0.07077040523290634, -0.005462632980197668, 0.04809105023741722, -0.09347979724407196, -0.031228622421622276, -0.02162502519786358, -0.009129012934863567, 0.02343876287341118, -0.14724761247634888, 0.08145606517791748, -0.14673875272274017, 0.011090565472841263, 0.13513001799583435, -0.018961232155561447, -0.009259385988116264, 0.02299591153860092, -0.14024315774440765, 0.16436155140399933, -0.01770084723830223, -0.09707418084144592, -0.11840040236711502, -0.013586732558906078, 0.013152929954230785, 0.14088764786720276, 0.10678103566169739, 0.008769077248871326, 0.08402733504772186, -0.20100225508213043, -0.05312148109078407, -0.035990022122859955, 0.03683961182832718, 0.024140238761901855, -0.01845717616379261, 0.003093700623139739, -0.03095034323632717, -0.05433794483542442, 0.01246823463588953, -0.11555112898349762, -0.05451114475727081, 0.06918296962976456, -0.008335807360708714, 0.06292285025119781, 0.015628045424818993, -0.052161820232868195, -0.14124692976474762, 0.04798099026083946, 0.04315618425607681, -0.08139533549547195, -0.12144492566585541, 0.10351181030273438, -0.0023530933540314436, -0.0640169307589531, 0.042875539511442184, -0.11197400838136673, 0.09176032245159149, -0.021714048460125923, -0.07707977294921875, 0.08530020713806152, -0.046643514186143875, -0.09542093425989151, -0.07439781725406647, -0.047076448798179626, 0.07585544139146805, -0.06144397705793381, 0.022348888218402863, 0.07951164990663528, -0.032941292971372604, -0.014592664316296577, -0.06247658655047417, -0.011110583320260048, 0.0007604493875987828, 0.13411007821559906, -0.043650005012750626, -0.08630047738552094, -0.049347639083862305, -0.058084022253751755, 0.10068897902965546, 0.10942890495061874, -0.004022092092782259, 0.08868437260389328, 0.010335789062082767, -0.0011946067679673433, -0.22786317765712738, -0.04345349967479706, 0.018708139657974243, 0.009484624490141869, 0.018402349203824997, -0.15518704056739807, 0.15579749643802643, 0.0852014571428299, -0.03490638732910156, 0.11906564980745316, -0.16010402143001556, -0.11192171275615692, 0.004157090559601784, 0.22385625541210175, 0.10432194173336029, -0.16875016689300537, -0.04635157436132431, -0.034823838621377945, 0.030243372544646263, 0.15076616406440735, 0.05779062956571579, 0.057016413658857346, -0.06932990998029709, 0.023676911368966103, 0.06315002590417862, -0.03579064458608627, 0.07839520275592804, -0.019747277721762657, -0.0076080127619206905, -0.12687012553215027, -0.10467133671045303, -0.08860423415899277, 0.035419631749391556, 0.0337141752243042, 0.04795977845788002, -0.022634970024228096, -0.16071109473705292, 0.018786605447530746, -0.06943486630916595, 0.03971309959888458, -0.00179394893348217, -0.046517401933670044, -0.06242924928665161, 0.1058463305234909, -0.05030086636543274, 0.041413698345422745, 0.20229816436767578, -0.03089994564652443, 0.026372022926807404, 0.13048005104064941, 0.012528170831501484, -0.027584068477153778, 0.028330162167549133, -0.12205495685338974, -0.02326902747154236, 0.032421160489320755, -0.12748326361179352, 0.01124202273786068, 0.033700618892908096, 0.03580176830291748, 0.08925881236791611, -0.010439759120345116, 0.010061485692858696, 0.05751172825694084, 0.1115274727344513, -0.021699421107769012, -0.09267959743738174, -0.005720345303416252, -0.036821845918893814, 0.02455698885023594, -0.028856534510850906, 0.13693076372146606, -0.011930279433727264, -0.04484931007027626, -0.006604170426726341, 0.05824751406908035, 0.013538165017962456, 0.07520154118537903, 0.15254628658294678, -0.029105573892593384, -0.11939847469329834, 0.023296525701880455, 0.1075880378484726, -0.1275860220193863, -0.06916996091604233, 0.11793553084135056, -0.09518720209598541, -0.1357666552066803, 0.036950841546058655, 0.08737774938344955, -0.12378647178411484, 0.02890469878911972, -0.0549454540014267, -0.01697109267115593, 0.023729968816041946, -0.044401634484529495, 0.07894881814718246, -0.0044403946958482265, -0.024114983156323433, -0.0378032848238945, -0.0911245122551918, 0.06583000719547272, 0.059884630143642426, 0.14455725252628326, -0.21623015403747559, -0.10006821900606155, -0.03822389245033264, 0.12431629002094269, -0.09718391299247742, -0.04347619786858559, -0.10959690064191818, -0.01476834062486887, -0.02394343726336956, 0.11245135217905045, -0.11051057279109955, -0.03131786361336708, -0.02713121846318245, -0.04398895055055618, -0.005810829810798168, -0.01773809641599655, -0.09108056128025055, 0.00621141167357564, -0.006253471132367849, 0.05389374867081642, -0.05349922925233841, -0.06470555067062378, 0.10898008197546005, -0.01267793495208025, 0.09240490943193436, -0.032608553767204285, -0.0750521644949913, -0.022089511156082153, -0.13379715383052826, 0.005868881940841675, 0.09567573666572571, 0.022829223424196243, 0.03906702250242233, -0.025599781423807144, 0.06564054638147354, -0.04889790341258049, 0.017511840909719467, 0.028200702741742134, 0.22578179836273193, -0.09216303378343582, -0.0166480615735054, -0.05245286971330643, -0.03850824758410454, -0.07276192307472229, 0.09516871720552444, 0.051444023847579956, -0.008629916235804558, 0.10422824323177338, -0.037533678114414215, 0.06872889399528503, -0.036911409348249435, 0.01320041436702013, 0.0015205562813207507, -0.1158018708229065, -0.05417997017502785, -0.10782056301832199, 0.02025054395198822, 0.047792255878448486, -0.02965441532433033, 0.1085127517580986, 0.08877047896385193, 0.02493087388575077, 0.0965978279709816, 0.06122884526848793, -0.03878774121403694, 0.06008512154221535, -0.0026551384944468737, 0.04549286887049675, -0.015380504541099072, 0.06997080892324448, 0.059865932911634445, -0.07085210084915161, -0.05589556694030762, 0.09221594780683517, -0.15610700845718384, -0.008139838464558125, 0.013272736221551895, 0.04404623806476593, -0.08947686105966568, 0.002998474519699812, -0.17390255630016327, 0.10727738589048386, -0.007282775826752186, 0.015694523230195045, 0.041508615016937256, -0.08344414830207825, 0.005502413026988506, 0.004909834824502468, -0.06501959264278412, 0.0009444234892725945, -0.13640159368515015, -0.07872205972671509, -0.13261628150939941, 0.07861302047967911, -0.01713690347969532, -0.03131595999002457, 0.05969696491956711, 0.016469169408082962, -0.032867059111595154, 0.20835264027118683, 0.0071227457374334335, -0.03826921805739403, 0.040981896221637726, 0.020002128556370735, -0.09797073900699615, -0.011422929354012012, -0.09549371898174286, -0.08401703834533691, 0.08734717220067978, 0.000954493589233607, -0.015486729331314564, -0.024948161095380783, 0.028181375935673714, -0.07042799890041351, -0.10028421133756638, -0.01862458512187004, -0.005192965269088745, 0.002071874216198921, 0.06687048077583313, -0.06883131712675095, 0.05076193809509277, 0.016332760453224182, 0.09391164779663086, 0.012391837313771248, 0.08021701127290726, -0.08889556676149368, 0.0701412782073021, -0.02193223126232624, -0.03325236588716507, -0.04637943208217621, 0.000870558840688318, -0.012477322481572628, 0.23734192550182343, 0.11316047608852386, -0.11440553516149521, -0.02104221284389496, -0.0029306006617844105, 0.01832977868616581, -0.01963353529572487, 0.1270778626203537, 0.03029952012002468, 0.009623984806239605, -0.07067476212978363, 0.023038804531097412, -0.019924037158489227, -0.042845454066991806, -0.14788159728050232, -0.04529610276222229, 0.10499605536460876, -0.029043907299637794, -0.08167815208435059, 0.19084970653057098, -0.1302991807460785, -0.029510995373129845, 0.04792419821023941, -0.11075159907341003, -0.13998590409755707, -0.09109114110469818, -0.0037446022033691406, 0.059401873499155045, 0.056268200278282166, -0.04214092344045639, 0.014478493481874466, 0.017602773383259773, 0.03516543656587601, -0.1964646577835083, 0.03342367708683014, 0.040222544223070145, -0.13730672001838684, 0.1720632016658783, -0.013437981717288494, -0.07931031286716461, 0.07119283080101013, -0.035430993884801865, -0.08130820840597153, -0.039568763226270676, -0.018627353012561798, -0.018513647839426994, -0.00701418612152338, 0.10730991512537003, -0.00710606575012207, -0.14007322490215302, -0.0014003426767885685, -0.0691341832280159, -0.0031396597623825073, 0.06402356177568436, 0.07875870913267136, -0.05549127981066704, 0.15231698751449585, -0.09611158072948456, 0.12423240393400192, 0.06607424467802048, 0.007870900444686413, -0.03649527579545975, -0.04692263528704643, 0.06256121397018433, -0.0027432271745055914, -0.10553912818431854, -0.08337660878896713, -0.08521751314401627, -0.08560281246900558, -0.08656946569681168, -0.01921844854950905, -0.08816351741552353, -0.007224067114293575, -0.1633063703775406, 0.033293429762125015, -0.04905044287443161, 0.12994533777236938, 0.046911921352148056, -0.026220863685011864, 0.03931122645735741, -0.043378639966249466, -0.010595547035336494, 0.07167743891477585, -0.10163763165473938, -0.08213256299495697 ]
null
null
transformers
# Wav2Vec2-Large-XLSR-53-Tamil Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) in Tamil using the [Common Voice](https://huggingface.co/datasets/common_voice) When using this model, make sure that your speech input is sampled at 16kHz. ## Usage The model can be used directly (without a language model) as follows: ```python import torch import torchaudio from datasets import load_dataset from transformers import Wav2Vec2ForCTC, Wav2Vec2Processor test_dataset = load_dataset("common_voice", "ta", split="test[:2%]"). processor = Wav2Vec2Processor.from_pretrained("Amrrs/wav2vec2-large-xlsr-53-tamil") model = Wav2Vec2ForCTC.from_pretrained("Amrrs/wav2vec2-large-xlsr-53-tamil") resampler = torchaudio.transforms.Resample(48_000, 16_000) # Preprocessing the datasets. # We need to read the aduio files as arrays def speech_file_to_array_fn(batch): speech_array, sampling_rate = torchaudio.load(batch["path"]) batch["speech"] = resampler(speech_array).squeeze().numpy() return batch test_dataset = test_dataset.map(speech_file_to_array_fn) inputs = processor(test_dataset["speech"][:2], sampling_rate=16_000, return_tensors="pt", padding=True) with torch.no_grad(): logits = model(inputs.input_values, attention_mask=inputs.attention_mask).logits predicted_ids = torch.argmax(logits, dim=-1) print("Prediction:", processor.batch_decode(predicted_ids)) print("Reference:", test_dataset["sentence"][:2]) ``` ## Evaluation The model can be evaluated as follows on the {language} test data of Common Voice. ```python import torch import torchaudio from datasets import load_dataset, load_metric from transformers import Wav2Vec2ForCTC, Wav2Vec2Processor import re test_dataset = load_dataset("common_voice", "ta", split="test") wer = load_metric("wer") processor = Wav2Vec2Processor.from_pretrained("Amrrs/wav2vec2-large-xlsr-53-tamil") model = Wav2Vec2ForCTC.from_pretrained("Amrrs/wav2vec2-large-xlsr-53-tamil") model.to("cuda") chars_to_ignore_regex = '[\,\?\.\!\-\;\:\"\“]' resampler = torchaudio.transforms.Resample(48_000, 16_000) # Preprocessing the datasets. # We need to read the aduio files as arrays def speech_file_to_array_fn(batch): batch["sentence"] = re.sub(chars_to_ignore_regex, '', batch["sentence"]).lower() speech_array, sampling_rate = torchaudio.load(batch["path"]) batch["speech"] = resampler(speech_array).squeeze().numpy() return batch test_dataset = test_dataset.map(speech_file_to_array_fn) # Preprocessing the datasets. # We need to read the aduio files as arrays def evaluate(batch): inputs = processor(batch["speech"], sampling_rate=16_000, return_tensors="pt", padding=True) with torch.no_grad(): logits = model(inputs.input_values.to("cuda"), attention_mask=inputs.attention_mask.to("cuda")).logits pred_ids = torch.argmax(logits, dim=-1) batch["pred_strings"] = processor.batch_decode(pred_ids) return batch result = test_dataset.map(evaluate, batched=True, batch_size=8) print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"]))) ``` **Test Result**: 82.94 % ## Training The Common Voice `train`, `validation` datasets were used for training. The script used for training can be found [here](https://colab.research.google.com/drive/1-Klkgr4f-C9SanHfVC5RhP0ELUH6TYlN?usp=sharing)
{"language": "ta", "license": "apache-2.0", "tags": ["audio", "automatic-speech-recognition", "speech", "xlsr-fine-tuning-week"], "datasets": ["common_voice"], "model-index": [{"name": "XLSR Wav2Vec2 Tamil by Amrrs", "results": [{"task": {"type": "automatic-speech-recognition", "name": "Speech Recognition"}, "dataset": {"name": "Common Voice ta", "type": "common_voice", "args": "ta"}, "metrics": [{"type": "wer", "value": 82.94, "name": "Test WER"}]}]}]}
automatic-speech-recognition
Amrrs/wav2vec2-large-xlsr-53-tamil
[ "transformers", "pytorch", "jax", "wav2vec2", "automatic-speech-recognition", "audio", "speech", "xlsr-fine-tuning-week", "ta", "dataset:common_voice", "license:apache-2.0", "model-index", "endpoints_compatible", "has_space", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "ta" ]
TAGS #transformers #pytorch #jax #wav2vec2 #automatic-speech-recognition #audio #speech #xlsr-fine-tuning-week #ta #dataset-common_voice #license-apache-2.0 #model-index #endpoints_compatible #has_space #region-us
# Wav2Vec2-Large-XLSR-53-Tamil Fine-tuned facebook/wav2vec2-large-xlsr-53 in Tamil using the Common Voice When using this model, make sure that your speech input is sampled at 16kHz. ## Usage The model can be used directly (without a language model) as follows: ## Evaluation The model can be evaluated as follows on the {language} test data of Common Voice. Test Result: 82.94 % ## Training The Common Voice 'train', 'validation' datasets were used for training. The script used for training can be found here
[ "# Wav2Vec2-Large-XLSR-53-Tamil\n\nFine-tuned facebook/wav2vec2-large-xlsr-53 in Tamil using the Common Voice\nWhen using this model, make sure that your speech input is sampled at 16kHz.", "## Usage\n\nThe model can be used directly (without a language model) as follows:", "## Evaluation\n\nThe model can be evaluated as follows on the {language} test data of Common Voice.\n\n\n\n\nTest Result: 82.94 %", "## Training\n\nThe Common Voice 'train', 'validation' datasets were used for training.\n\nThe script used for training can be found here" ]
[ "TAGS\n#transformers #pytorch #jax #wav2vec2 #automatic-speech-recognition #audio #speech #xlsr-fine-tuning-week #ta #dataset-common_voice #license-apache-2.0 #model-index #endpoints_compatible #has_space #region-us \n", "# Wav2Vec2-Large-XLSR-53-Tamil\n\nFine-tuned facebook/wav2vec2-large-xlsr-53 in Tamil using the Common Voice\nWhen using this model, make sure that your speech input is sampled at 16kHz.", "## Usage\n\nThe model can be used directly (without a language model) as follows:", "## Evaluation\n\nThe model can be evaluated as follows on the {language} test data of Common Voice.\n\n\n\n\nTest Result: 82.94 %", "## Training\n\nThe Common Voice 'train', 'validation' datasets were used for training.\n\nThe script used for training can be found here" ]
[ 84, 60, 20, 30, 32 ]
[ "passage: TAGS\n#transformers #pytorch #jax #wav2vec2 #automatic-speech-recognition #audio #speech #xlsr-fine-tuning-week #ta #dataset-common_voice #license-apache-2.0 #model-index #endpoints_compatible #has_space #region-us \n# Wav2Vec2-Large-XLSR-53-Tamil\n\nFine-tuned facebook/wav2vec2-large-xlsr-53 in Tamil using the Common Voice\nWhen using this model, make sure that your speech input is sampled at 16kHz.## Usage\n\nThe model can be used directly (without a language model) as follows:## Evaluation\n\nThe model can be evaluated as follows on the {language} test data of Common Voice.\n\n\n\n\nTest Result: 82.94 %## Training\n\nThe Common Voice 'train', 'validation' datasets were used for training.\n\nThe script used for training can be found here" ]
[ -0.14625538885593414, -0.025803357362747192, -0.0006738790543749928, -0.005033901892602444, 0.11739180982112885, -0.05176210775971413, 0.17070166766643524, 0.13181763887405396, -0.0018764821579679847, -0.010653254576027393, 0.017079900950193405, 0.015753189101815224, 0.06341883540153503, 0.11737870424985886, 0.04261646419763565, -0.24895428121089935, -0.022032683715224266, 0.043260667473077774, 0.04346618056297302, 0.13602948188781738, 0.10414323955774307, -0.0683213397860527, -0.01155342347919941, 0.07584606856107712, -0.14990869164466858, 0.0441066175699234, 0.009223097003996372, -0.11026250571012497, 0.1395776867866516, 0.02285638265311718, 0.09116598963737488, 0.037275705486536026, 0.10427059233188629, -0.1973942667245865, 0.03526594862341881, 0.04137337952852249, 0.03989152982831001, 0.023506762459874153, 0.03745609521865845, 0.009879681281745434, 0.12615621089935303, 0.11098674684762955, 0.005330591928213835, 0.0794445350766182, -0.06575240194797516, -0.1991812288761139, 0.015005964785814285, -0.011866744607686996, 0.07281903922557831, 0.1777620166540146, -0.07398345321416855, 0.12301003932952881, -0.13355106115341187, 0.09488216042518616, 0.115449458360672, -0.16617004573345184, 0.0010621544206514955, 0.11163149029016495, 0.1150197833776474, 0.07762835174798965, -0.07728514075279236, 0.002646304666996002, 0.016293859109282494, 0.03490332514047623, 0.05846073478460312, -0.0122627392411232, -0.21385784447193146, -0.018201686441898346, -0.1191888302564621, 0.0016799940494820476, 0.21837466955184937, -0.04726063460111618, -0.05933805927634239, -0.1180732324719429, -0.02246673032641411, -0.036824800074100494, -0.005909422878175974, -0.032286182045936584, -0.02139827236533165, 0.06296644359827042, -0.0012476382544264197, -0.027851520106196404, -0.123506098985672, -0.14172258973121643, 0.06223563104867935, 0.023319261148571968, 0.025444697588682175, -0.0013046858366578817, -0.17666782438755035, 0.09100085496902466, -0.05510096251964569, -0.06926295161247253, -0.019504960626363754, 0.03632244095206261, -0.039988741278648376, 0.01820801943540573, -0.0699610486626625, -0.18069152534008026, -0.0113441227003932, -0.0018214621813967824, 0.09484288096427917, 0.020982861518859863, -0.04611247777938843, 0.06637097895145416, -0.002673026407137513, 0.11534712463617325, -0.08060074597597122, 0.022885940968990326, 0.05768970400094986, 0.06831737607717514, -0.026555044576525688, -0.029788848012685776, -0.07070712000131607, -0.053192682564258575, 0.033009063452482224, 0.0721811056137085, -0.03691865876317024, 0.04533687233924866, -0.04639910161495209, -0.0452730730175972, 0.04138025641441345, -0.11373874545097351, -0.054522253572940826, 0.06783543527126312, -0.009533778764307499, 0.07100682705640793, 0.09883251786231995, 0.03774924948811531, -0.08734900504350662, -0.061266664415597916, -0.012165975756943226, 0.08877930790185928, -0.06472046673297882, -0.09963317960500717, 0.007147904019802809, -0.023771321401000023, -0.03067850135266781, -0.10392507165670395, -0.13709662854671478, -0.049284279346466064, -0.026967443525791168, 0.03511966019868851, -0.0010815669083967805, -0.09819373488426208, 0.0017793204169720411, -0.0480976365506649, -0.05890116095542908, 0.07167913764715195, -0.030994398519396782, 0.07791949808597565, 0.025376172736287117, 0.07444138824939728, 0.07532444596290588, 0.08695248514413834, -0.08760768920183182, -0.06619217991828918, 0.03312681242823601, 0.10494545847177505, -0.024365108460187912, -0.020312517881393433, -0.07454988360404968, -0.07893847674131393, -0.0760168805718422, 0.06136167049407959, 0.056906912475824356, 0.11979133635759354, -0.2701868414878845, -0.07914921641349792, 0.24070799350738525, -0.12785765528678894, -0.07076721638441086, 0.16607020795345306, -0.008146078325808048, 0.168064683675766, 0.09898696839809418, 0.21106906235218048, 0.10369126498699188, -0.1915711760520935, 0.04689985141158104, 0.0016154804034158587, -0.0015250707510858774, -0.08779861032962799, 0.08816560357809067, -0.03382163122296333, 0.028462650254368782, 0.029784854501485825, -0.0847388505935669, 0.08163933455944061, -0.04046563804149628, -0.05799095332622528, -0.015614507719874382, -0.07447897642850876, 0.017717374488711357, 0.04516585171222687, 0.04757864028215408, -0.00551929185166955, -0.07924912124872208, 0.03366689383983612, 0.13504643738269806, -0.1475391834974289, 0.0679374486207962, -0.13178762793540955, 0.07135621458292007, -0.03988826647400856, 0.00407794676721096, -0.1654273420572281, 0.16096460819244385, 0.006656740792095661, 0.05613970011472702, 0.047733645886182785, 0.10046881437301636, 0.01469465158879757, 0.02389492839574814, -0.033914171159267426, -0.004871572367846966, -0.004135534632951021, -0.02538902871310711, -0.05664307251572609, -0.061054129153490067, -0.04005122184753418, -0.07168371230363846, 0.09985584765672684, -0.1895664632320404, 0.03673764690756798, 0.03551383689045906, -0.0014353487640619278, 0.013814333826303482, -0.03868120536208153, 0.10900431871414185, 0.09832855314016342, -0.01073650922626257, -0.01860186830163002, 0.058328140527009964, 0.021077509969472885, -0.04985690489411354, 0.10644011944532394, -0.1793181151151657, 0.008293718099594116, 0.08384259790182114, -0.09164395183324814, 0.001455258927308023, 0.0478501133620739, -0.012580472975969315, -0.0172770693898201, -0.08890510350465775, -0.0037253231275826693, 0.26189661026000977, -0.002464480698108673, 0.1541426181793213, -0.08999045193195343, 0.020694414153695107, -0.00212270300835371, -0.08585907518863678, 0.07584553956985474, 0.023451797664165497, 0.05223826691508293, 0.032171569764614105, 0.033245526254177094, -0.05451032891869545, -0.07641935348510742, 0.24920541048049927, -0.019328488036990166, -0.08175752311944962, 0.022174734622240067, -0.024458374828100204, -0.01840829849243164, 0.007617759518325329, -0.20028620958328247, -0.05742504820227623, 0.018860958516597748, 0.03446407616138458, 0.0752544105052948, -0.1574079841375351, -0.013892027549445629, 0.024110209196805954, -0.09997345507144928, -0.1813570261001587, 0.09585190564393997, -0.06875674426555634, 0.04559599235653877, -0.10444505512714386, -0.00922451727092266, -0.013546035625040531, -0.035517025738954544, -0.18850742280483246, 0.15700308978557587, -0.08345948904752731, -0.24059821665287018, -0.1495259404182434, 0.05732529237866402, 0.10859234631061554, 0.004793053492903709, 0.08303655683994293, -0.14308327436447144, -0.012277910485863686, -0.05015334486961365, 0.08799903094768524, 0.027558429166674614, -0.050188448280096054, -0.040686365216970444, 0.021990519016981125, 0.0601414330303669, -0.1543734073638916, 0.017146825790405273, -0.017606589943170547, -0.09359509497880936, 0.015545708127319813, -0.034709904342889786, -0.009045334532856941, 0.17293566465377808, 0.03324819356203079, 0.01971524767577648, -0.01998448744416237, 0.13666018843650818, -0.08485256880521774, 0.012240908108651638, 0.22994069755077362, 0.009527665562927723, -0.01736413687467575, 0.07220477610826492, 0.01852506585419178, -0.06590425223112106, 0.014966802671551704, -0.03548695892095566, -0.08891460299491882, -0.25251322984695435, -0.08404497057199478, -0.06467343121767044, -0.045457083731889725, -0.012943928129971027, 0.0007408462115563452, 0.0760609358549118, 0.023147495463490486, -0.00551611790433526, -0.07645400613546371, 0.062315359711647034, 0.010141945444047451, 0.055785391479730606, 0.002140246331691742, 0.11534718424081802, -0.054127998650074005, 0.018592840060591698, -0.009581147693097591, 0.014060142450034618, 0.18871143460273743, 0.04074494540691376, 0.11478371918201447, 0.09436208754777908, 0.10397487133741379, 0.128433495759964, 0.07057902961969376, -0.06054367870092392, -0.020769134163856506, 0.0176225733011961, -0.04397935792803764, -0.03954572230577469, 0.030158942565321922, 0.08194243907928467, -0.06134437769651413, -0.04069007188081741, -0.016428060829639435, 0.004614116158336401, 0.14963515102863312, 0.04898190125823021, -0.21152718365192413, -0.08870101720094681, -0.03119703382253647, -0.04801778867840767, 0.011191685684025288, 0.05420665442943573, 0.15271320939064026, -0.1250385195016861, -0.009142558090388775, -0.025072980672121048, 0.09259655326604843, -0.008007222786545753, 0.027295375242829323, -0.06271646171808243, 0.00003033697430510074, -0.00014323610230349004, 0.08783894777297974, -0.2474498450756073, 0.23564770817756653, 0.004590614233165979, 0.12498117238283157, -0.033080849796533585, -0.013234114274382591, 0.020197156816720963, 0.0868440568447113, 0.09332167357206345, 0.0010372804244980216, 0.06061184033751488, -0.14565017819404602, -0.05205312743782997, 0.04496239125728607, -0.002501749200746417, 0.018061891198158264, 0.05817367509007454, -0.009060567244887352, 0.012607112526893616, 0.022123828530311584, -0.0632847398519516, -0.13047891855239868, -0.04471779242157936, 0.02864896133542061, 0.13340282440185547, 0.09805929660797119, -0.05184759944677353, -0.11022801697254181, -0.04932660236954689, 0.04241620749235153, -0.10349372774362564, -0.050614289939403534, -0.03668871149420738, 0.02040378376841545, 0.06187603250145912, -0.08522477746009827, 0.007492350414395332, 0.08817142993211746, 0.08564290404319763, -0.02240711823105812, -0.027143483981490135, 0.056669268757104874, -0.09632737934589386, -0.08534017950296402, -0.010972907766699791, 0.1641409546136856, 0.0855342447757721, 0.046483125537633896, 0.03391264006495476, 0.009933553636074066, -0.004160595126450062, -0.02039509266614914, -0.01707281544804573, 0.1343151479959488, -0.1002720519900322, -0.004858352709561586, -0.05528610572218895, -0.13340310752391815, -0.10657232999801636, -0.08714976906776428, 0.1785000115633011, 0.06599133461713791, -0.04960077255964279, 0.13189181685447693, 0.20440398156642914, -0.10939767211675644, -0.2141834795475006, -0.019284501671791077, 0.07082422822713852, 0.11384698003530502, 0.025334205478429794, -0.2408158779144287, 0.04343508556485176, -0.00637151999399066, -0.01669224724173546, -0.05698179081082344, -0.3014135956764221, -0.14916296303272247, 0.12754110991954803, 0.01314658671617508, 0.10036671161651611, -0.03558699041604996, -0.004050863441079855, 0.02613762952387333, -0.008741854690015316, -0.006852984894067049, -0.10568076372146606, 0.12550722062587738, 0.009325176477432251, 0.06976981461048126, 0.03516542539000511, -0.050974808633327484, 0.053965792059898376, 0.05329145863652229, -0.013722727075219154, -0.025772113353013992, 0.040535055100917816, 0.06700880080461502, 0.024399982765316963, 0.15251584351062775, -0.10066300630569458, 0.016392331570386887, -0.09776996821165085, -0.1002788171172142, -0.07746097445487976, 0.03533310070633888, 0.035496488213539124, -0.043627895414829254, 0.009243639186024666, -0.015258449129760265, -0.005831674672663212, 0.0042734467424452305, -0.06483440101146698, -0.1288718432188034, 0.09797820448875427, 0.13480842113494873, 0.19412004947662354, -0.01944791153073311, -0.08528607338666916, -0.024194730445742607, -0.011358842253684998, 0.11966656148433685, -0.13229025900363922, -0.007630432490259409, 0.05333287641406059, 0.04980993643403053, 0.14836819469928741, 0.030063102021813393, -0.09483040124177933, 0.09528284519910812, 0.05576510354876518, 0.005067172460258007, -0.14501389861106873, -0.02904670126736164, -0.005153140053153038, -0.0477854460477829, 0.011366150341928005, 0.07505932450294495, -0.10743682086467743, -0.031954292207956314, -0.01900104619562626, 0.03295786678791046, -0.1164899617433548, 0.19042149186134338, 0.03210766613483429, 0.07641486078500748, -0.07281725108623505, 0.02907431498169899, 0.01774940825998783, -0.033770062029361725, 0.040181417018175125, 0.036525432020425797, -0.11798305809497833, -0.0930689200758934, -0.03945989906787872, 0.08623693138360977, 0.05926116183400154, -0.07207436114549637, -0.07515932619571686, -0.05419401824474335, 0.0038246875628829002, 0.07972104102373123, 0.03789626806974411, 0.0052437991835176945, -0.15314213931560516, -0.04054019972681999, -0.09780998528003693, 0.05995197221636772, 0.07545235753059387, -0.031960442662239075, -0.08883221447467804, 0.21134620904922485, 0.11634835600852966, 0.01881062053143978, -0.030785562470555305, -0.09411455690860748, 0.0030702445656061172, 0.08738478273153305, -0.028584551066160202, -0.026822296902537346, -0.05264245346188545, -0.00937587022781372, -0.025479640811681747, -0.0614532008767128, 0.010448405519127846, 0.08115347474813461, -0.07724779099225998, 0.030162356793880463, -0.025486642494797707, 0.07475098967552185, -0.0759178176522255, 0.002486689481884241, 0.0444132424890995, -0.052921734750270844, 0.07145443558692932, 0.10660559684038162, -0.11053165793418884, 0.1252027153968811, -0.17086058855056763, -0.03199104964733124, 0.05392784997820854, 0.06472387909889221, -0.041849877685308456, -0.08599461615085602, 0.03775709867477417, 0.0497867614030838, 0.07847411930561066, -0.000727098376955837, 0.10313696414232254, -0.064352847635746, 0.002792516490444541, -0.049544159322977066, 0.025190772488713264, -0.047217048704624176, 0.06707586348056793, 0.02904389053583145, 0.14437830448150635, 0.13469946384429932, -0.10878762602806091, 0.11745137721300125, -0.14576305449008942, 0.015524220652878284, -0.05279291048645973, -0.02215687371790409, -0.11141489446163177, -0.08097916096448898, 0.06059000641107559, -0.07245243340730667, 0.07188887149095535, 0.009680652990937233, 0.018447846174240112, -0.01594151370227337, -0.06679099053144455, 0.025994926691055298, -0.025728300213813782, 0.23581944406032562, 0.061783283948898315, 0.023420710116624832, -0.009266427718102932, 0.00011802589142462239, 0.005576508119702339, 0.13846410810947418, 0.008826677687466145, 0.1502504050731659, -0.023673029616475105, 0.06775560230016708, 0.06122220307588577, -0.06251255422830582, -0.11051233112812042, -0.08688226342201233, -0.13224105536937714, 0.036631546914577484, -0.07998763024806976, 0.189932718873024, 0.18986347317695618, -0.053655944764614105, 0.07623380422592163, 0.0155238201841712, -0.10903416574001312, -0.14403456449508667, -0.14311254024505615, -0.04643670842051506, -0.12630227208137512, 0.024363014847040176, -0.07254838943481445, 0.022332634776830673, 0.055468518286943436, 0.05136691406369209, -0.0376826673746109, 0.2390211820602417, 0.0690358579158783, -0.0907016173005104, 0.05737884342670441, -0.08504430949687958, -0.01710759475827217, -0.10489651560783386, 0.04715636000037193, 0.13042138516902924, -0.011231397278606892, 0.07072549313306808, 0.0034435130655765533, -0.08194322884082794, 0.0337994359433651, -0.09193584322929382, -0.07220521569252014, -0.02504773437976837, -0.0012949451338499784, 0.043514177203178406, 0.15458771586418152, 0.10305126011371613, -0.06194453686475754, 0.014002375304698944, 0.13439638912677765, -0.013598443940281868, -0.15127263963222504, -0.13805407285690308, 0.1707131415605545, 0.061907339841127396, -0.02507760003209114, -0.0193669144064188, -0.01250156108289957, -0.021889442577958107, 0.26219433546066284, 0.22682029008865356, 0.05183464661240578, 0.03293650224804878, -0.011546428315341473, -0.0073648495599627495, -0.05554252490401268, 0.09619823098182678, 0.09330441057682037, 0.14835421741008759, -0.03069119155406952, 0.03882885351777077, -0.09015166014432907, -0.0826948881149292, -0.032016489654779434, -0.0014327872777357697, -0.049938593059778214, -0.043554969131946564, -0.018602820113301277, 0.11708241701126099, -0.03490575775504112, -0.048053957521915436, -0.12690319120883942, -0.09216222912073135, -0.0734737366437912, -0.036556292325258255, -0.0036889726761728525, 0.07321346551179886, 0.01709684357047081, -0.05309141054749489, 0.033209897577762604, 0.1295935958623886, 0.009217611514031887, -0.04792370647192001, -0.06878356635570526, 0.07379664480686188, -0.11418977379798889, -0.005904938094317913, -0.03869979828596115, 0.1482384353876114, 0.019379550591111183, 0.10613904893398285, -0.017195411026477814, 0.1712205410003662, -0.02064071036875248, 0.02152121253311634, -0.008166036568582058, 0.12089657783508301, -0.0458749458193779, 0.09257261455059052, -0.008108571171760559, -0.13438169658184052, 0.05712881684303284, -0.15569822490215302, -0.018148917704820633, -0.08554480224847794, 0.0416671484708786, -0.01765892095863819, 0.09601786732673645, 0.0902986153960228, -0.08003084361553192, -0.08065329492092133, -0.04564761742949486, 0.02795802801847458, 0.016754621639847755, -0.05904396250844002, -0.062020037323236465, -0.24408426880836487, -0.021998338401317596, -0.11139486730098724, 0.01374430675059557, -0.22260798513889313, -0.02838945761322975, 0.01050627138465643, -0.08760742098093033, -0.010482730343937874, 0.06654760241508484, 0.09450379014015198, 0.033370837569236755, 0.0010538153583183885, -0.026035815477371216, 0.06084134057164192, 0.13769569993019104, -0.2025579959154129, -0.12722088396549225 ]
null
null
transformers
# Model Trained Using AutoNLP - Problem type: Multi-class Classification - Model ID: 479512837 - CO2 Emissions (in grams): 123.88023112815048 ## Validation Metrics - Loss: 0.6220805048942566 - Accuracy: 0.7961119332705503 - Macro F1: 0.7616345204219084 - Micro F1: 0.7961119332705503 - Weighted F1: 0.795387503907883 - Macro Precision: 0.782839455262034 - Micro Precision: 0.7961119332705503 - Weighted Precision: 0.7992606754484262 - Macro Recall: 0.7451485972167191 - Micro Recall: 0.7961119332705503 - Weighted Recall: 0.7961119332705503 ## Usage You can use cURL to access this model: ``` $ curl -X POST -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love AutoNLP"}' https://api-inference.huggingface.co/models/Anamika/autonlp-Feedback1-479512837 ``` Or Python API: ``` from transformers import AutoModelForSequenceClassification, AutoTokenizer model = AutoModelForSequenceClassification.from_pretrained("Anamika/autonlp-Feedback1-479512837", use_auth_token=True) tokenizer = AutoTokenizer.from_pretrained("Anamika/autonlp-Feedback1-479512837", use_auth_token=True) inputs = tokenizer("I love AutoNLP", return_tensors="pt") outputs = model(**inputs) ```
{"language": "unk", "tags": "autonlp", "datasets": ["Anamika/autonlp-data-Feedback1"], "widget": [{"text": "I love AutoNLP \ud83e\udd17"}], "co2_eq_emissions": 123.88023112815048}
text-classification
Anamika/autonlp-Feedback1-479512837
[ "transformers", "pytorch", "xlm-roberta", "text-classification", "autonlp", "unk", "dataset:Anamika/autonlp-data-Feedback1", "co2_eq_emissions", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "unk" ]
TAGS #transformers #pytorch #xlm-roberta #text-classification #autonlp #unk #dataset-Anamika/autonlp-data-Feedback1 #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us
# Model Trained Using AutoNLP - Problem type: Multi-class Classification - Model ID: 479512837 - CO2 Emissions (in grams): 123.88023112815048 ## Validation Metrics - Loss: 0.6220805048942566 - Accuracy: 0.7961119332705503 - Macro F1: 0.7616345204219084 - Micro F1: 0.7961119332705503 - Weighted F1: 0.795387503907883 - Macro Precision: 0.782839455262034 - Micro Precision: 0.7961119332705503 - Weighted Precision: 0.7992606754484262 - Macro Recall: 0.7451485972167191 - Micro Recall: 0.7961119332705503 - Weighted Recall: 0.7961119332705503 ## Usage You can use cURL to access this model: Or Python API:
[ "# Model Trained Using AutoNLP\n\n- Problem type: Multi-class Classification\n- Model ID: 479512837\n- CO2 Emissions (in grams): 123.88023112815048", "## Validation Metrics\n\n- Loss: 0.6220805048942566\n- Accuracy: 0.7961119332705503\n- Macro F1: 0.7616345204219084\n- Micro F1: 0.7961119332705503\n- Weighted F1: 0.795387503907883\n- Macro Precision: 0.782839455262034\n- Micro Precision: 0.7961119332705503\n- Weighted Precision: 0.7992606754484262\n- Macro Recall: 0.7451485972167191\n- Micro Recall: 0.7961119332705503\n- Weighted Recall: 0.7961119332705503", "## Usage\n\nYou can use cURL to access this model:\n\n\n\nOr Python API:" ]
[ "TAGS\n#transformers #pytorch #xlm-roberta #text-classification #autonlp #unk #dataset-Anamika/autonlp-data-Feedback1 #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us \n", "# Model Trained Using AutoNLP\n\n- Problem type: Multi-class Classification\n- Model ID: 479512837\n- CO2 Emissions (in grams): 123.88023112815048", "## Validation Metrics\n\n- Loss: 0.6220805048942566\n- Accuracy: 0.7961119332705503\n- Macro F1: 0.7616345204219084\n- Micro F1: 0.7961119332705503\n- Weighted F1: 0.795387503907883\n- Macro Precision: 0.782839455262034\n- Micro Precision: 0.7961119332705503\n- Weighted Precision: 0.7992606754484262\n- Macro Recall: 0.7451485972167191\n- Micro Recall: 0.7961119332705503\n- Weighted Recall: 0.7961119332705503", "## Usage\n\nYou can use cURL to access this model:\n\n\n\nOr Python API:" ]
[ 72, 44, 153, 17 ]
[ "passage: TAGS\n#transformers #pytorch #xlm-roberta #text-classification #autonlp #unk #dataset-Anamika/autonlp-data-Feedback1 #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us \n# Model Trained Using AutoNLP\n\n- Problem type: Multi-class Classification\n- Model ID: 479512837\n- CO2 Emissions (in grams): 123.88023112815048## Validation Metrics\n\n- Loss: 0.6220805048942566\n- Accuracy: 0.7961119332705503\n- Macro F1: 0.7616345204219084\n- Micro F1: 0.7961119332705503\n- Weighted F1: 0.795387503907883\n- Macro Precision: 0.782839455262034\n- Micro Precision: 0.7961119332705503\n- Weighted Precision: 0.7992606754484262\n- Macro Recall: 0.7451485972167191\n- Micro Recall: 0.7961119332705503\n- Weighted Recall: 0.7961119332705503## Usage\n\nYou can use cURL to access this model:\n\n\n\nOr Python API:" ]
[ -0.12092582136392593, 0.22555725276470184, -0.0023491138126701117, 0.07799478620290756, 0.1279972493648529, 0.039161939173936844, 0.0434514544904232, 0.12688925862312317, 0.0006545293144881725, 0.16451212763786316, 0.09219343960285187, 0.1701546013355255, 0.06920769810676575, 0.14138543605804443, -0.08440056443214417, -0.09176601469516754, 0.01942908577620983, 0.021426910534501076, 0.046210501343011856, 0.08399982005357742, 0.0508565790951252, -0.09091195464134216, 0.12057612836360931, -0.019233405590057373, -0.13070179522037506, 0.050838403403759, 0.07426822185516357, -0.05827486887574196, 0.056045349687337875, 0.10995464026927948, 0.11273360252380371, -0.010050681419670582, 0.07728845626115799, -0.12519954144954681, -0.017217449843883514, 0.04485229030251503, -0.03769051656126976, 0.08041751384735107, 0.13445903360843658, 0.0028286122251302004, 0.06027482450008392, -0.11654996126890182, 0.06469443440437317, 0.07313170284032822, -0.08260730654001236, -0.06037823110818863, -0.1322457641363144, 0.07796270400285721, 0.07868335396051407, 0.09746173769235611, 0.015952106565237045, 0.21420983970165253, -0.011635205708444118, 0.09689664095640182, 0.08592895418405533, -0.22623704373836517, -0.04938860610127449, 0.1821654886007309, -0.026227522641420364, 0.011574717238545418, -0.014139064587652683, 0.0111011303961277, 0.06581400334835052, 0.006760867778211832, 0.002808567602187395, -0.05326130613684654, -0.020593546330928802, -0.014116202481091022, -0.10932710766792297, -0.08942458033561707, 0.14329415559768677, 0.03221335634589195, -0.07478288561105728, -0.09560191631317139, -0.06736064702272415, -0.10988637804985046, -0.05142221599817276, -0.037435855716466904, 0.013648921623826027, -0.05136508867144585, -0.05512931942939758, 0.06607430428266525, -0.036749906837940216, -0.09649930894374847, -0.1226043552160263, 0.03434240072965622, 0.0013035987503826618, 0.048643920570611954, 0.021139156073331833, 0.007213805802166462, -0.07356774061918259, -0.05446167290210724, -0.027186909690499306, 0.02493741177022457, -0.07780147343873978, -0.06318267434835434, 0.0037894200067967176, 0.08099861443042755, 0.058702252805233, 0.1197943240404129, -0.027442289516329765, 0.10231859236955643, 0.054315075278282166, -0.0104973204433918, -0.048384781926870346, 0.12767989933490753, -0.11939152330160141, -0.10146961361169815, 0.017635276541113853, -0.03396181762218475, 0.014713072218000889, -0.034184135496616364, -0.036565519869327545, -0.09196044504642487, 0.035838671028614044, 0.06186186149716377, 0.04980185255408287, 0.0019637185614556074, -0.06070810556411743, -0.05277279391884804, 0.09941890835762024, -0.09129147231578827, 0.031239990144968033, 0.008244285359978676, -0.11519109457731247, 0.08806681632995605, 0.06722703576087952, -0.008990094996988773, -0.13819459080696106, 0.003792419796809554, -0.12451600283384323, 0.01650047115981579, -0.06799542158842087, -0.12213819473981857, 0.052432019263505936, 0.017846908420324326, -0.02247694507241249, -0.12797068059444427, -0.16574645042419434, -0.09426660090684891, -0.0185701884329319, -0.06378044188022614, -0.04265172407031059, -0.014486044645309448, -0.03316405415534973, 0.04164130985736847, 0.010358440689742565, 0.010359496809542179, -0.02642252668738365, 0.036911461502313614, 0.05152740702033043, 0.05554530397057533, -0.040733084082603455, 0.0348922461271286, -0.04336181655526161, 0.02250269055366516, -0.12002528458833694, 0.07215193659067154, -0.08593539148569107, 0.04391390085220337, -0.17647334933280945, -0.04331782087683678, 0.07620498538017273, -0.03498394787311554, 0.09095503389835358, 0.09535464644432068, -0.123077891767025, 0.010747096501290798, 0.11391095072031021, -0.08492327481508255, -0.12376608699560165, 0.05008630082011223, 0.017138836905360222, 0.01119348593056202, 0.030369196087121964, 0.09930242598056793, 0.17313985526561737, -0.13016828894615173, -0.08798232674598694, -0.0037794881500303745, 0.014268548227846622, -0.09525593370199203, 0.072243832051754, -0.044224563986063004, -0.13317860662937164, -0.006588385906070471, -0.013016143813729286, -0.014939095824956894, -0.03186677023768425, -0.07262006402015686, -0.04248747602105141, -0.04269631952047348, -0.006418266799300909, 0.0024087908677756786, 0.0065781851299107075, -0.02742270939052105, -0.01782228611409664, 0.06784224510192871, 0.1693062037229538, -0.05059802159667015, -0.03198213130235672, -0.12926393747329712, 0.052402183413505554, -0.13999910652637482, -0.03689814358949661, -0.2123522162437439, -0.07011877000331879, 0.008372648619115353, -0.12106723338365555, 0.025670893490314484, -0.05065847188234329, 0.08911062031984329, 0.04795938357710838, 0.06478975713253021, 0.019241346046328545, 0.07513318955898285, -0.005872936453670263, -0.0836242139339447, -0.04538862779736519, -0.030810127034783363, 0.004707054700702429, 0.21623602509498596, -0.18046073615550995, 0.005080294795334339, 0.03370664641261101, 0.03453625366091728, -0.0013201232068240643, -0.06918095797300339, -0.021917516365647316, 0.08847252279520035, 0.032242193818092346, -0.056431692093610764, 0.061986472457647324, -0.03013175167143345, -0.08274338394403458, -0.006487560458481312, -0.25031083822250366, 0.2036800980567932, 0.12358906865119934, 0.03654437139630318, -0.0894463062286377, -0.05764278769493103, 0.04683144763112068, -0.06436976045370102, -0.01692783087491989, 0.03168068081140518, 0.10759671032428741, 0.03375973924994469, 0.0837346538901329, -0.06038695201277733, -0.007249835412949324, 0.026504699140787125, -0.03163478523492813, -0.04057527706027031, 0.18712091445922852, 0.06207497417926788, -0.09663863480091095, 0.05677368864417076, 0.017306772992014885, -0.0849870815873146, 0.03181043267250061, 0.033322300761938095, -0.07178822159767151, -0.08784181624650955, -0.0034334268420934677, 0.05171962454915047, 0.03019023686647415, -0.0028911500703543425, 0.0747859999537468, 0.05005287006497383, -0.02419249154627323, 0.034939009696245193, -0.10572541505098343, 0.013555501587688923, 0.03108840435743332, -0.056039948016405106, -0.07303616404533386, 0.009994165040552616, 0.01884651556611061, 0.10091973096132278, 0.014022378250956535, 0.0029080931562930346, -0.011629505082964897, -0.015048529952764511, -0.13500137627124786, 0.2070464789867401, -0.09569589793682098, -0.1482134908437729, -0.17116482555866241, -0.11006294190883636, -0.07658757269382477, -0.07005078345537186, -0.008859056979417801, -0.029013123363256454, -0.11407734453678131, -0.05205250158905983, -0.10058081150054932, -0.016338029876351357, -0.07060753554105759, 0.03643229231238365, -0.02128518745303154, 0.08404981344938278, -0.11926455050706863, -0.032479386776685715, -0.006208251230418682, -0.1228138655424118, 0.04877222701907158, 0.0022922116331756115, 0.14024561643600464, 0.16426250338554382, -0.040649350732564926, 0.029910681769251823, 0.009649822488427162, 0.21334104239940643, -0.0020658220164477825, -0.04645807668566704, 0.20790450274944305, 0.09688437730073929, 0.07900817692279816, 0.10207507014274597, 0.07048651576042175, -0.06548233330249786, -0.020607981830835342, 0.03993517905473709, -0.01566539704799652, -0.1847098171710968, -0.1761578917503357, 0.0012030135840177536, -0.017287274822592735, 0.1591714322566986, 0.03650806471705437, 0.029721515253186226, 0.09990178793668747, 0.03227326273918152, 0.049513332545757294, -0.06474026292562485, 0.07121570408344269, 0.12198708206415176, 0.043664734810590744, 0.10996808111667633, -0.08537901937961578, 0.04725794121623039, 0.08948197960853577, -0.0007776487618684769, 0.08538088947534561, 0.052289921790361404, 0.13882720470428467, -0.01706096902489662, 0.13923853635787964, 0.020350569859147072, 0.10049114376306534, 0.04610332474112511, -0.016193801537156105, 0.06571687757968903, -0.10381072014570236, -0.1183016300201416, -0.014496484771370888, 0.01868467777967453, 0.060265351086854935, -0.10536390542984009, -0.00661207502707839, 0.013772856444120407, 0.05290491133928299, 0.04602520912885666, -0.44514748454093933, -0.06559880822896957, 0.003675144864246249, 0.001604524557478726, -0.08507198095321655, -0.02812810428440571, -0.008808902464807034, -0.14049451053142548, 0.040919940918684006, -0.005639255046844482, 0.12503837049007416, -0.06391303241252899, -0.045225612819194794, -0.04676896333694458, 0.06723130494356155, 0.000030308961868286133, 0.06310267001390457, -0.15698140859603882, 0.16337831318378448, 0.04724736139178276, 0.06714048981666565, -0.05736870318651199, 0.00020019066869281232, 0.0362197645008564, -0.005067453719675541, 0.14551696181297302, 0.01686527021229267, -0.11034700274467468, -0.3233252465724945, -0.1300390362739563, 0.030692560598254204, -0.025890754535794258, 0.010535556823015213, 0.08965557813644409, -0.017036592587828636, -0.01896827295422554, -0.03885328024625778, -0.06406327337026596, -0.09033988416194916, -0.054152071475982666, 0.025208698585629463, 0.09235311299562454, -0.04667428880929947, -0.0420273020863533, -0.03141234070062637, -0.024360988289117813, 0.12794800102710724, -0.081503726541996, -0.04422366991639137, -0.1250062733888626, -0.02563607133924961, 0.12388280034065247, -0.12821149826049805, 0.04301946610212326, -0.0018358934903517365, 0.07989021390676498, 0.007378678768873215, -0.11538907885551453, 0.05752028524875641, -0.0481436513364315, -0.02423764206469059, 0.04322352632880211, 0.03558718413114548, 0.00021283619571477175, 0.04313535988330841, 0.05560174584388733, 0.035338208079338074, -0.02932877652347088, -0.14502647519111633, -0.03571300581097603, 0.06797092407941818, 0.10452114790678024, 0.10012591630220413, 0.038230013102293015, -0.15022750198841095, -0.06064930185675621, 0.07558348029851913, 0.11570308357477188, 0.24785611033439636, -0.07692845165729523, -0.018541287630796432, 0.1083952933549881, -0.040607187896966934, -0.2107296586036682, -0.020157167688012123, 0.01384203415364027, 0.012597210705280304, -0.04205399379134178, -0.049073971807956696, 0.14072254300117493, 0.17659065127372742, -0.03039625845849514, -0.0399785190820694, -0.30498477816581726, -0.12868523597717285, 0.16111968457698822, 0.16247022151947021, 0.021761273965239525, -0.14690913259983063, -0.06546015292406082, -0.11079380661249161, -0.17964984476566315, 0.1279786229133606, -0.0536922924220562, 0.06345810741186142, -0.056226037442684174, 0.07887666672468185, 0.048056039959192276, -0.07414519041776657, 0.1729053556919098, -0.0031254198402166367, 0.019824553281068802, -0.0422026701271534, -0.045571524649858475, -0.02523036301136017, -0.09750380367040634, 0.13724657893180847, 0.05879402905702591, 0.08791066706180573, -0.20536452531814575, 0.01524537056684494, -0.006615331396460533, 0.05240780860185623, -0.04744963347911835, 0.000028208305593580008, -0.004975364543497562, 0.017703482881188393, -0.023290304467082024, -0.030586978420615196, -0.06616178900003433, -0.04734214395284653, 0.06899633258581161, 0.20228414237499237, 0.07790717482566833, -0.0200756024569273, -0.1058151051402092, 0.048508141189813614, -0.05821692943572998, 0.0453229583799839, -0.11376882344484329, 0.06690964847803116, 0.13496480882167816, 0.06271257251501083, 0.06512633711099625, 0.01630161702632904, -0.037790387868881226, -0.018870575353503227, 0.042634427547454834, -0.12255096435546875, 0.010131371207535267, 0.006340263411402702, -0.001920913578942418, -0.0917770266532898, -0.042196694761514664, 0.10591165721416473, -0.006633663084357977, -0.023991063237190247, 0.019715461879968643, -0.006466683465987444, -0.03341951593756676, 0.2532478868961334, 0.023175891488790512, 0.08959970623254776, -0.11872725188732147, 0.06552158296108246, 0.08827459067106247, -0.15032421052455902, 0.010706295259296894, 0.10098207741975784, -0.07840640842914581, -0.059682708233594894, -0.005253700539469719, 0.13449198007583618, -0.14629587531089783, -0.07228128612041473, 0.006755293346941471, -0.05243133381009102, 0.05774291604757309, 0.21021708846092224, 0.10607393831014633, 0.01240305695682764, 0.010429413989186287, -0.0862848311662674, -0.120155468583107, 0.024095091968774796, 0.09685900807380676, 0.015811948105692863, -0.11442768573760986, 0.15378066897392273, -0.000349279900547117, 0.027549605816602707, -0.0046127913519740105, -0.011869092471897602, -0.18316568434238434, -0.026476489380002022, -0.025941554456949234, 0.09764065593481064, -0.0779527947306633, 0.05577143654227257, -0.006443547084927559, 0.025060167536139488, -0.059803374111652374, 0.014600048772990704, -0.053521789610385895, -0.06982890516519547, 0.014363488182425499, 0.05434832721948624, -0.12386567890644073, -0.0205158069729805, 0.07236286252737045, -0.016019010916352272, 0.02114490605890751, 0.11598449945449829, 0.07492309808731079, 0.02362302504479885, -0.061684347689151764, -0.005822344217449427, 0.06868810206651688, 0.022775590419769287, 0.07765752077102661, -0.1750345528125763, 0.05927684158086777, 0.004770548548549414, 0.012965094298124313, 0.0476067028939724, 0.0943443775177002, -0.12114046514034271, -0.021345898509025574, -0.109877809882164, -0.055875640362501144, -0.12976431846618652, 0.052889034152030945, 0.16373424232006073, 0.07576033473014832, 0.046617064625024796, -0.07638894021511078, 0.02680896781384945, -0.1809602677822113, -0.02060425840318203, -0.04308374971151352, -0.026254594326019287, 0.003427802585065365, -0.012228066101670265, 0.08998709172010422, -0.0078065525740385056, 0.07715469598770142, -0.038537971675395966, 0.03577837347984314, 0.01925457827746868, 0.0755765438079834, -0.02762908861041069, -0.059335943311452866, 0.19346272945404053, 0.07918915152549744, 0.009380796924233437, 0.11140483617782593, 0.1095343679189682, 0.0023030478041619062, 0.003366131102666259, 0.02182910218834877, 0.06056664139032364, -0.07457733154296875, 0.07046899199485779, 0.04221218079328537, -0.08145597577095032, -0.001961427042260766, 0.07751248776912689, -0.11185938864946365, 0.009701547212898731, -0.051757365465164185, 0.030556639656424522, 0.15235048532485962, -0.1471872180700302, 0.009880012832581997, -0.008217675611376762, -0.07123838365077972, -0.17829835414886475, -0.08206335455179214, -0.12309365719556808, -0.035207416862249374, -0.04170753061771393, -0.10545474290847778, 0.017663883045315742, 0.15466463565826416, 0.007183275651186705, 0.03145705908536911, 0.11386483162641525, -0.17430491745471954, -0.009729038923978806, -0.06093725562095642, -0.011111282743513584, -0.004632153082638979, -0.012343263253569603, 0.00883330125361681, 0.05137081816792488, -0.017140230163931847, 0.1123499795794487, 0.04400976002216339, 0.03879738971590996, 0.10686211287975311, -0.042105063796043396, -0.0947980210185051, -0.046165719628334045, 0.03998317942023277, 0.02155269682407379, 0.13457567989826202, 0.05624498799443245, 0.008520292118191719, -0.042726628482341766, 0.203006774187088, -0.09404494613409042, 0.013213185593485832, -0.11457297950983047, 0.24315255880355835, 0.012184479273855686, 0.03367909416556358, 0.029780877754092216, -0.022175250574946404, 0.04207679629325867, 0.1606730967760086, 0.09051359444856644, -0.006700255908071995, -0.015071326866745949, 0.013761039823293686, -0.007145990151911974, -0.0438721589744091, 0.08025334775447845, 0.05552884191274643, 0.18224619328975677, -0.07484986633062363, 0.03850153088569641, -0.0028388765640556812, 0.005362305790185928, -0.08709333837032318, 0.006346635986119509, -0.005234023556113243, -0.012164678424596786, 0.002825863193720579, 0.11800303310155869, -0.03721635416150093, 0.05259713903069496, 0.10919491201639175, -0.08727099746465683, -0.1292773187160492, 0.02075306884944439, -0.04899406060576439, -0.043857693672180176, 0.08506011217832565, -0.05709875375032425, 0.0005384287796914577, 0.051372043788433075, 0.008509302511811256, -0.1945396363735199, -0.09705817699432373, -0.009544739499688148, 0.166391983628273, 0.267779678106308, 0.025419291108846664, 0.12587012350559235, 0.16656972467899323, 0.0065187495201826096, -0.17055806517601013, 0.10499405860900879, 0.010981063358485699, -0.15444308519363403, 0.10828897356987, 0.04941603168845177, -0.03912423923611641, 0.1260775923728943, 0.04363791644573212, -0.15424977242946625, -0.014303055591881275, -0.00807257741689682, 0.10324431955814362, -0.06015776842832565, 0.01836235634982586, -0.07518675923347473, 0.134722039103508, 0.13976885378360748, -0.028736885637044907, 0.018950205296278, -0.04169236868619919, 0.052290212363004684, -0.01637539453804493, 0.001121933339163661, -0.023171236738562584, -0.09827333688735962, 0.07435564696788788, -0.19785864651203156, 0.02026682160794735, -0.26778915524482727, -0.02239183336496353, -0.0016644415445625782, -0.06998226791620255, -0.030970195308327675, 0.11003563553094864, 0.025607675313949585, 0.0035273751709610224, -0.04518105089664459, -0.16319361329078674, 0.0109593216329813, 0.17003515362739563, -0.1225435733795166, -0.14950674772262573 ]
null
null
transformers
# Model Trained Using AutoNLP - Problem type: Multi-class Classification - Model ID: 473312409 - CO2 Emissions (in grams): 25.128735714898614 ## Validation Metrics - Loss: 0.6010786890983582 - Accuracy: 0.7990650945370823 - Macro F1: 0.7429662929144928 - Micro F1: 0.7990650945370823 - Weighted F1: 0.7977660363770382 - Macro Precision: 0.7744390888231261 - Micro Precision: 0.7990650945370823 - Weighted Precision: 0.800444194278352 - Macro Recall: 0.7198278524814119 - Micro Recall: 0.7990650945370823 - Weighted Recall: 0.7990650945370823 ## Usage You can use cURL to access this model: ``` $ curl -X POST -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love AutoNLP"}' https://api-inference.huggingface.co/models/Anamika/autonlp-fa-473312409 ``` Or Python API: ``` from transformers import AutoModelForSequenceClassification, AutoTokenizer model = AutoModelForSequenceClassification.from_pretrained("Anamika/autonlp-fa-473312409", use_auth_token=True) tokenizer = AutoTokenizer.from_pretrained("Anamika/autonlp-fa-473312409", use_auth_token=True) inputs = tokenizer("I love AutoNLP", return_tensors="pt") outputs = model(**inputs) ```
{"language": "en", "tags": "autonlp", "datasets": ["Anamika/autonlp-data-fa"], "widget": [{"text": "I love AutoNLP \ud83e\udd17"}], "co2_eq_emissions": 25.128735714898614}
text-classification
Anamika/autonlp-fa-473312409
[ "transformers", "pytorch", "roberta", "text-classification", "autonlp", "en", "dataset:Anamika/autonlp-data-fa", "co2_eq_emissions", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #roberta #text-classification #autonlp #en #dataset-Anamika/autonlp-data-fa #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us
# Model Trained Using AutoNLP - Problem type: Multi-class Classification - Model ID: 473312409 - CO2 Emissions (in grams): 25.128735714898614 ## Validation Metrics - Loss: 0.6010786890983582 - Accuracy: 0.7990650945370823 - Macro F1: 0.7429662929144928 - Micro F1: 0.7990650945370823 - Weighted F1: 0.7977660363770382 - Macro Precision: 0.7744390888231261 - Micro Precision: 0.7990650945370823 - Weighted Precision: 0.800444194278352 - Macro Recall: 0.7198278524814119 - Micro Recall: 0.7990650945370823 - Weighted Recall: 0.7990650945370823 ## Usage You can use cURL to access this model: Or Python API:
[ "# Model Trained Using AutoNLP\n\n- Problem type: Multi-class Classification\n- Model ID: 473312409\n- CO2 Emissions (in grams): 25.128735714898614", "## Validation Metrics\n\n- Loss: 0.6010786890983582\n- Accuracy: 0.7990650945370823\n- Macro F1: 0.7429662929144928\n- Micro F1: 0.7990650945370823\n- Weighted F1: 0.7977660363770382\n- Macro Precision: 0.7744390888231261\n- Micro Precision: 0.7990650945370823\n- Weighted Precision: 0.800444194278352\n- Macro Recall: 0.7198278524814119\n- Micro Recall: 0.7990650945370823\n- Weighted Recall: 0.7990650945370823", "## Usage\n\nYou can use cURL to access this model:\n\n\n\nOr Python API:" ]
[ "TAGS\n#transformers #pytorch #roberta #text-classification #autonlp #en #dataset-Anamika/autonlp-data-fa #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us \n", "# Model Trained Using AutoNLP\n\n- Problem type: Multi-class Classification\n- Model ID: 473312409\n- CO2 Emissions (in grams): 25.128735714898614", "## Validation Metrics\n\n- Loss: 0.6010786890983582\n- Accuracy: 0.7990650945370823\n- Macro F1: 0.7429662929144928\n- Micro F1: 0.7990650945370823\n- Weighted F1: 0.7977660363770382\n- Macro Precision: 0.7744390888231261\n- Micro Precision: 0.7990650945370823\n- Weighted Precision: 0.800444194278352\n- Macro Recall: 0.7198278524814119\n- Micro Recall: 0.7990650945370823\n- Weighted Recall: 0.7990650945370823", "## Usage\n\nYou can use cURL to access this model:\n\n\n\nOr Python API:" ]
[ 66, 43, 151, 17 ]
[ "passage: TAGS\n#transformers #pytorch #roberta #text-classification #autonlp #en #dataset-Anamika/autonlp-data-fa #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us \n# Model Trained Using AutoNLP\n\n- Problem type: Multi-class Classification\n- Model ID: 473312409\n- CO2 Emissions (in grams): 25.128735714898614## Validation Metrics\n\n- Loss: 0.6010786890983582\n- Accuracy: 0.7990650945370823\n- Macro F1: 0.7429662929144928\n- Micro F1: 0.7990650945370823\n- Weighted F1: 0.7977660363770382\n- Macro Precision: 0.7744390888231261\n- Micro Precision: 0.7990650945370823\n- Weighted Precision: 0.800444194278352\n- Macro Recall: 0.7198278524814119\n- Micro Recall: 0.7990650945370823\n- Weighted Recall: 0.7990650945370823## Usage\n\nYou can use cURL to access this model:\n\n\n\nOr Python API:" ]
[ -0.09413326531648636, 0.1769489049911499, -0.00299017783254385, 0.06963860243558884, 0.10115846246480942, 0.043640803545713425, 0.062168169766664505, 0.12283053249120712, 0.010188386775553226, 0.12656262516975403, 0.09690967947244644, 0.17336419224739075, 0.06794267892837524, 0.1491413712501526, -0.08942410349845886, -0.13663028180599213, 0.02956714853644371, 0.016649721190333366, 0.045044660568237305, 0.06982246786355972, 0.0828021690249443, -0.07000215351581573, 0.13333429396152496, 0.015954425558447838, -0.09979467839002609, 0.03345109149813652, 0.09697148948907852, -0.09299855679273605, 0.061801742762327194, 0.10801827162504196, 0.12336965650320053, -0.0034304799046367407, 0.09212120622396469, -0.1254860758781433, -0.024749543517827988, 0.047491222620010376, -0.026970673352479935, 0.08789976686239243, 0.1778850555419922, 0.005981008056551218, 0.04434738680720329, -0.06187048554420471, 0.0926138237118721, 0.10668465495109558, -0.07489869743585587, -0.1216607391834259, -0.11085190623998642, 0.06977884471416473, 0.1086171343922615, 0.07771200686693192, 0.014062099158763885, 0.16915883123874664, -0.028383197262883186, 0.08547694981098175, 0.054940562695264816, -0.26156923174858093, -0.044069308787584305, 0.17328807711601257, -0.0057973372749984264, -0.0366411991417408, -0.0011434367625042796, 0.014161890372633934, 0.045206084847450256, -0.0063727619126439095, 0.021560220047831535, -0.07644669711589813, -0.03620029240846634, -0.01628863625228405, -0.11992550641298294, -0.028821250423789024, 0.14584538340568542, 0.02572009339928627, -0.08376727253198624, -0.06809916347265244, -0.05781053751707077, -0.09192024171352386, -0.04842058941721916, -0.03552008047699928, 0.015077191404998302, -0.02533997967839241, -0.03563772886991501, 0.08070296794176102, -0.03500092774629593, -0.0598229318857193, -0.13987399637699127, 0.008793635293841362, 0.0060220141895115376, 0.07389325648546219, 0.020346494391560555, 0.014409244060516357, -0.06387769430875778, -0.04141400381922722, -0.0077296230010688305, -0.002376121934503317, -0.13706867396831512, -0.07438825815916061, 0.006639949977397919, 0.07685447484254837, 0.025671126320958138, 0.20847593247890472, 0.00816833134740591, 0.10244297236204147, 0.06570791453123093, -0.033238429576158524, -0.049759142100811005, 0.11694645881652832, -0.1090860590338707, -0.1559232622385025, 0.02230445295572281, -0.07330039143562317, 0.013385399244725704, -0.02066775970160961, -0.06438875943422318, -0.08137296885251999, 0.019390160217881203, 0.030028298497200012, 0.030070509761571884, 0.018149977549910545, -0.05689866840839386, -0.06357554346323013, 0.04545637592673302, -0.0856013223528862, 0.05073348060250282, 0.006981339305639267, -0.11114972084760666, 0.09524030983448029, 0.05233423411846161, 0.018217813223600388, -0.08624620735645294, 0.03189373388886452, -0.12096758186817169, -0.006584990303963423, -0.09433556348085403, -0.1287423074245453, 0.05440744757652283, 0.01756858453154564, -0.01768377237021923, -0.11102630943059921, -0.1566750556230545, -0.049858853220939636, 0.029921557754278183, -0.10077493637800217, -0.042226921766996384, 0.03659288212656975, 0.011327079497277737, 0.057999808341264725, 0.0065582673996686935, 0.045602887868881226, -0.02005193568766117, 0.007245228160172701, 0.08201725780963898, 0.08884257078170776, -0.036533597856760025, 0.022921552881598473, -0.026078537106513977, 0.02883155643939972, -0.1305800974369049, 0.04854227975010872, -0.08926080167293549, 0.05005699396133423, -0.18516667187213898, -0.05133264139294624, 0.08759511262178421, -0.04210618510842323, 0.06026582792401314, 0.07346339523792267, -0.07760095596313477, 0.018258458003401756, 0.08550366759300232, -0.05038883909583092, -0.1135123148560524, 0.0579887293279171, 0.006942450068891048, 0.009501982480287552, 0.02838730812072754, 0.05715937539935112, 0.15605682134628296, -0.12295858561992645, -0.08460337668657303, 0.02711285836994648, 0.006558040622621775, -0.09167157113552094, 0.09599786251783371, -0.030692309141159058, -0.15332156419754028, -0.002128303749486804, 0.06575411558151245, -0.01140194945037365, -0.028076916933059692, -0.07410241663455963, -0.032650064677000046, -0.036012597382068634, -0.012922700494527817, -0.023184550926089287, 0.01683157868683338, -0.023488016799092293, -0.05062440410256386, 0.030776886269450188, 0.15012910962104797, -0.013818474486470222, -0.04030049592256546, -0.16994178295135498, 0.03631618246436119, -0.1389838606119156, -0.04681168869137764, -0.1902330219745636, -0.06200539693236351, 0.001940632238984108, -0.1453857719898224, 0.0007142877439036965, -0.04539252072572708, 0.07622851431369781, 0.030449841171503067, 0.046346697956323624, 0.041374340653419495, 0.10980597883462906, -0.019859323278069496, -0.0833214670419693, -0.044962286949157715, -0.06077761575579643, 0.016204070299863815, 0.21124185621738434, -0.16812945902347565, 0.008975460194051266, 0.04492540657520294, 0.04747765511274338, -0.00364678748883307, -0.037527550011873245, -0.04875573143362999, 0.049284789711236954, 0.006679551675915718, -0.054660387337207794, 0.04640614241361618, -0.02765849232673645, -0.055461734533309937, -0.02395150624215603, -0.2390393614768982, 0.18741628527641296, 0.11419034749269485, -0.005486455280333757, -0.0810370221734047, -0.03596947714686394, 0.03461804240942001, -0.04755203798413277, -0.012945903465151787, 0.020858559757471085, 0.0900915265083313, 0.030529942363500595, 0.08443441987037659, -0.0564592219889164, -0.0353202186524868, 0.03391653299331665, -0.04121141880750656, -0.02385369874536991, 0.1559624820947647, 0.11782927066087723, -0.13615140318870544, 0.06059812381863594, -0.009808456525206566, -0.08922243118286133, 0.01453712210059166, 0.05001373589038849, -0.04658632352948189, -0.08959339559078217, -0.02541293203830719, 0.059294186532497406, 0.03653958812355995, 0.012644845992326736, 0.08231888711452484, 0.07508322596549988, -0.028142912313342094, 0.027375703677535057, -0.09144371002912521, 0.021638473495841026, 0.02536631189286709, -0.036092501133680344, -0.04143938794732094, 0.021048126742243767, 0.028106510639190674, 0.092865951359272, 0.023708881810307503, -0.006242595613002777, 0.011976669542491436, -0.0043246811255812645, -0.10926391184329987, 0.22699187695980072, -0.10324050486087799, -0.16066676378250122, -0.17401531338691711, -0.2113666534423828, -0.05881552770733833, -0.043856360018253326, -0.017178134992718697, -0.04738721251487732, -0.1448626071214676, -0.045467786490917206, -0.06166589632630348, -0.036258310079574585, -0.04242398589849472, 0.02976134791970253, -0.008768230676651001, 0.10400130599737167, -0.12029573321342468, -0.02037471905350685, 0.038234878331422806, -0.11361706256866455, 0.04328812658786774, 0.003915694542229176, 0.09312698245048523, 0.1700451374053955, -0.02913748286664486, 0.02525690756738186, 0.02218577452003956, 0.24791541695594788, 0.0024442444555461407, 0.005194546189159155, 0.21395787596702576, 0.09076905995607376, 0.06682585179805756, 0.13223794102668762, 0.06706225872039795, -0.06603330373764038, -0.006463984027504921, 0.05876229703426361, -0.025292471051216125, -0.21173620223999023, -0.1802225261926651, 0.003996083978563547, 0.025537390261888504, 0.12393201887607574, 0.013404755853116512, 0.0736473947763443, 0.11415170133113861, 0.029598930850625038, 0.10140375047922134, -0.056013140827417374, 0.08653135597705841, 0.15733180940151215, 0.05146868899464607, 0.14265701174736023, -0.08179643750190735, 0.017614087089896202, 0.11158062517642975, 0.02059927023947239, 0.0884677991271019, 0.08606370538473129, 0.10169513523578644, -0.022706173360347748, 0.11567143350839615, 0.035931333899497986, 0.10697483271360397, 0.037722911685705185, -0.03246841952204704, 0.049399398267269135, -0.06570422649383545, -0.0743720605969429, 0.0022459940519183874, 0.004873390309512615, 0.019618550315499306, -0.0800316110253334, 0.031087754294276237, -0.020658105611801147, 0.07023561000823975, 0.06874445825815201, -0.44661810994148254, -0.03970496729016304, 0.02625063993036747, -0.02822132408618927, -0.11821778118610382, -0.03638717904686928, -0.02978190779685974, -0.14316345751285553, 0.05431974679231644, -0.03174890950322151, 0.11961030215024948, -0.04454341158270836, -0.033619195222854614, -0.005654604639858007, 0.07045041769742966, -0.00440888712182641, 0.06906634569168091, -0.129281148314476, 0.15281696617603302, 0.05401121452450752, 0.04813423380255699, -0.06659163534641266, 0.02567620761692524, 0.013328188098967075, 0.01213548332452774, 0.12262865900993347, 0.009767837822437286, -0.17215387523174286, -0.31407076120376587, -0.12817706167697906, 0.0063745430670678616, -0.003430838230997324, 0.014746706001460552, 0.09615109115839005, -0.04928220808506012, -0.010430202819406986, -0.01814425364136696, -0.023750949651002884, -0.10502355545759201, -0.08508498221635818, 0.04504016414284706, 0.10022350400686264, -0.02877862937748432, -0.03228970617055893, -0.0006059374427422881, 0.012533213011920452, 0.14111080765724182, -0.1383359134197235, -0.0525699257850647, -0.159987211227417, -0.03895047679543495, 0.1405932456254959, -0.11872908473014832, 0.07555699348449707, -0.01760661043226719, 0.08855590969324112, 0.0011415677145123482, -0.12569384276866913, 0.08746857196092606, -0.07545358687639236, -0.022023379802703857, 0.007991310209035873, 0.016061140224337578, -0.006199645344167948, 0.06271769851446152, 0.06853646039962769, 0.008902029134333134, -0.0544324554502964, -0.14048254489898682, -0.02771083079278469, 0.031098833307623863, 0.12366048991680145, 0.030148081481456757, 0.003726878436282277, -0.08735603839159012, -0.02385091409087181, 0.06641897559165955, 0.11356309056282043, 0.23191477358341217, -0.07518815994262695, -0.0029322304762899876, 0.07695205509662628, -0.03186600282788277, -0.1973615139722824, -0.016230905428528786, 0.022105541080236435, 0.0007065121899358928, -0.05263127014040947, -0.09333782643079758, 0.16443940997123718, 0.18762069940567017, -0.04848005995154381, -0.036626752465963364, -0.24138067662715912, -0.1188126653432846, 0.1463833451271057, 0.08301891386508942, 0.043377406895160675, -0.1592698097229004, -0.06260363757610321, -0.15906056761741638, -0.20435985922813416, 0.13877981901168823, -0.06745496392250061, 0.055836375802755356, -0.03910660371184349, 0.10832513123750687, 0.024530842900276184, -0.07026026397943497, 0.16771620512008667, 0.01125519908964634, 0.017298443242907524, -0.05096004530787468, -0.020458262413740158, 0.0015632194699719548, -0.07759693264961243, 0.11775387078523636, 0.03445383533835411, 0.051516178995370865, -0.2355327010154724, -0.017174677923321724, 0.005574323236942291, 0.06608667969703674, -0.0543009489774704, -0.03489755466580391, -0.01394704170525074, 0.034541621804237366, -0.012616855092346668, -0.03484784811735153, -0.029503880068659782, -0.0436849407851696, 0.05162559822201729, 0.19988776743412018, 0.11618199944496155, -0.005305322352796793, -0.09940842539072037, 0.057108283042907715, -0.052863091230392456, 0.04301419109106064, -0.11888893693685532, 0.07989001274108887, 0.1067751795053482, 0.0017307137604802847, 0.07062400877475739, 0.03470800444483757, -0.03438764065504074, -0.0186909306794405, 0.061858054250478745, -0.10190757364034653, 0.0401875376701355, 0.015137485228478909, 0.07642265409231186, -0.11407000571489334, -0.03921136632561684, 0.12309778481721878, 0.034532733261585236, -0.03034028224647045, 0.02169264853000641, -0.0029539535753428936, -0.0279410257935524, 0.2435561865568161, 0.012912760488688946, 0.09282425045967102, -0.10252727568149567, 0.05458793044090271, 0.0947612002491951, -0.11265850067138672, -0.0067916554398834705, 0.0949878841638565, -0.08298390358686447, -0.06338342279195786, 0.000859174644574523, 0.08418607711791992, -0.18312853574752808, -0.05720336735248566, 0.0036889559123665094, -0.0916454941034317, 0.07027187198400497, 0.1952921748161316, 0.07934969663619995, -0.0025935235898941755, 0.013239828869700432, -0.08954695612192154, -0.12049227952957153, 0.01640910841524601, 0.0688430443406105, 0.019039515405893326, -0.107906274497509, 0.1553604006767273, -0.028883017599582672, -0.006079076789319515, -0.0075625209137797356, 0.017840586602687836, -0.20217140018939972, -0.03388343006372452, -0.10991142690181732, 0.05689389258623123, -0.06870760768651962, 0.04125179722905159, 0.0021459776908159256, 0.02203567884862423, -0.07526814937591553, 0.012317102402448654, -0.06377016752958298, -0.06968919932842255, 0.013928981497883797, 0.05041295662522316, -0.08135376870632172, -0.01770332269370556, 0.08470073342323303, -0.027153346687555313, 0.02545738033950329, 0.06643158197402954, 0.07386211305856705, -0.012378505431115627, -0.032051533460617065, -0.0077416920103132725, 0.04267903417348862, 0.03104274533689022, 0.0866340696811676, -0.19772367179393768, 0.061597056686878204, 0.007928218692541122, 0.033300094306468964, 0.04319882020354271, 0.07841133326292038, -0.11532064527273178, 0.023314211517572403, -0.12342564761638641, -0.06711360067129135, -0.11254606395959854, 0.012526779435575008, 0.15102799236774445, 0.03849625587463379, 0.06613940000534058, -0.0583144947886467, 0.040567122399806976, -0.174974262714386, -0.0032330621033906937, -0.03741977736353874, -0.009190683253109455, 0.01127610169351101, -0.014435331337153912, 0.07805883139371872, -0.011330150999128819, 0.11114320158958435, -0.015363612212240696, 0.054826319217681885, 0.029710520058870316, 0.058594316244125366, -0.004488847218453884, -0.03035016916692257, 0.19621878862380981, 0.10834640264511108, 0.011844245716929436, 0.12823572754859924, 0.09558945894241333, 0.024570738896727562, -0.007365253753960133, 0.006931840907782316, 0.07086992263793945, -0.10631882399320602, 0.07528773695230484, 0.026912102475762367, -0.12575681507587433, -0.03557349741458893, 0.09016844630241394, -0.10539618879556656, 0.01689186692237854, -0.04110562801361084, 0.046473365277051926, 0.13580848276615143, -0.12538520991802216, 0.00026679332950152457, 0.017374001443386078, -0.06559990346431732, -0.230390265583992, -0.10639587789773941, -0.12756651639938354, -0.0379234254360199, -0.017651094123721123, -0.10277420282363892, 0.018862716853618622, 0.14078405499458313, 0.012775445356965065, 0.03668152168393135, 0.07830310612916946, -0.22480814158916473, -0.0021705622784793377, -0.06420677155256271, 0.009546219371259212, -0.0036029419861733913, -0.004145739134401083, -0.007791760843247175, 0.010845623910427094, -0.008798356167972088, 0.08963713049888611, 0.01063638087362051, 0.005612653214484453, 0.0870976448059082, 0.003795268712565303, -0.07933040708303452, -0.05202746018767357, 0.02237221971154213, 0.031922683119773865, 0.13007527589797974, 0.007716001942753792, 0.015505394898355007, -0.0395195409655571, 0.1782570630311966, -0.11322745680809021, 0.025415023788809776, -0.12049225717782974, 0.22976037859916687, 0.011809983290731907, 0.06589175760746002, 0.00842402596026659, -0.0025051662232726812, 0.0014571669744327664, 0.21350893378257751, 0.09650534391403198, 0.004312431905418634, -0.03521215170621872, 0.018282610923051834, -0.01332167349755764, -0.025469684973359108, 0.10270072519779205, 0.04555121436715126, 0.1712922751903534, -0.05919512361288071, 0.03368662670254707, 0.03205321729183197, -0.01105664111673832, -0.09416463226079941, 0.05665014684200287, -0.003796298522502184, -0.010314008221030235, 0.030198141932487488, 0.10332098603248596, -0.04912438988685608, 0.06586607545614243, 0.09858882427215576, -0.037704043090343475, -0.13153700530529022, 0.02950822003185749, -0.0488663949072361, -0.06328130513429642, 0.0954020768404007, -0.047009825706481934, -0.03791334480047226, 0.0710706040263176, 0.005682343151420355, -0.22885757684707642, -0.09288261830806732, 0.005406483542174101, 0.12990619242191315, 0.28743791580200195, 0.03680673614144325, 0.10815249383449554, 0.1853991597890854, -0.023459890857338905, -0.165839284658432, 0.08715102821588516, 0.007874676026403904, -0.16226370632648468, 0.10966020822525024, 0.060540709644556046, -0.05437061935663223, 0.16507667303085327, 0.03697293996810913, -0.1735711246728897, -0.009091666899621487, -0.0010890691773965955, 0.08579935133457184, -0.06096367537975311, -0.0052455211989581585, -0.09618403762578964, 0.12235108762979507, 0.15801160037517548, -0.048141904175281525, -0.002819729968905449, -0.03347007930278778, 0.08182614296674728, -0.0025721383281052113, 0.01181433442980051, -0.03334095701575279, -0.094443179666996, 0.06726031005382538, -0.20999343693256378, 0.008555668406188488, -0.2558687627315521, -0.03601518273353577, -0.01006739865988493, -0.05352725833654404, -0.06314893811941147, 0.10050298273563385, 0.045408815145492554, 0.0016043545911088586, -0.04832981154322624, -0.16356664896011353, 0.0005053829518146813, 0.1372641921043396, -0.12125605344772339, -0.1347145438194275 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # electra_large_discriminator_squad2_512 This model is a fine-tuned version of [ahotrod/electra_large_discriminator_squad2_512](https://huggingface.co/ahotrod/electra_large_discriminator_squad2_512) on an unknown dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 5e-05 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3.0 ### Training results ### Framework versions - Transformers 4.17.0.dev0 - Pytorch 1.10.2 - Datasets 1.18.3 - Tokenizers 0.11.0
{"tags": ["generated_from_trainer"], "model-index": [{"name": "electra_large_discriminator_squad2_512", "results": []}]}
question-answering
Andranik/TestQA2
[ "transformers", "pytorch", "electra", "question-answering", "generated_from_trainer", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #electra #question-answering #generated_from_trainer #endpoints_compatible #region-us
# electra_large_discriminator_squad2_512 This model is a fine-tuned version of ahotrod/electra_large_discriminator_squad2_512 on an unknown dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 5e-05 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3.0 ### Training results ### Framework versions - Transformers 4.17.0.dev0 - Pytorch 1.10.2 - Datasets 1.18.3 - Tokenizers 0.11.0
[ "# electra_large_discriminator_squad2_512\n\nThis model is a fine-tuned version of ahotrod/electra_large_discriminator_squad2_512 on an unknown dataset.", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 5e-05\n- train_batch_size: 8\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 3.0", "### Training results", "### Framework versions\n\n- Transformers 4.17.0.dev0\n- Pytorch 1.10.2\n- Datasets 1.18.3\n- Tokenizers 0.11.0" ]
[ "TAGS\n#transformers #pytorch #electra #question-answering #generated_from_trainer #endpoints_compatible #region-us \n", "# electra_large_discriminator_squad2_512\n\nThis model is a fine-tuned version of ahotrod/electra_large_discriminator_squad2_512 on an unknown dataset.", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 5e-05\n- train_batch_size: 8\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 3.0", "### Training results", "### Framework versions\n\n- Transformers 4.17.0.dev0\n- Pytorch 1.10.2\n- Datasets 1.18.3\n- Tokenizers 0.11.0" ]
[ 37, 55, 6, 12, 8, 3, 90, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #electra #question-answering #generated_from_trainer #endpoints_compatible #region-us \n# electra_large_discriminator_squad2_512\n\nThis model is a fine-tuned version of ahotrod/electra_large_discriminator_squad2_512 on an unknown dataset.## Model description\n\nMore information needed## Intended uses & limitations\n\nMore information needed## Training and evaluation data\n\nMore information needed## Training procedure### Training hyperparameters\n\nThe following hyperparameters were used during training:\n- learning_rate: 5e-05\n- train_batch_size: 8\n- eval_batch_size: 8\n- seed: 42\n- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n- lr_scheduler_type: linear\n- num_epochs: 3.0### Training results### Framework versions\n\n- Transformers 4.17.0.dev0\n- Pytorch 1.10.2\n- Datasets 1.18.3\n- Tokenizers 0.11.0" ]
[ -0.09914527833461761, 0.07870863378047943, -0.0021741194650530815, 0.08219228684902191, 0.18595188856124878, 0.028339460492134094, 0.10602907836437225, 0.1038270816206932, -0.112612284719944, 0.0624292753636837, 0.07965591549873352, 0.07667040079832077, 0.029544295743107796, 0.08912840485572815, -0.048605263233184814, -0.2513781189918518, -0.005421902053058147, 0.03438543528318405, -0.13721342384815216, 0.09617763012647629, 0.12334877252578735, -0.1382499784231186, 0.07963043451309204, 0.03286368399858475, -0.1998462826013565, 0.03961336612701416, -0.018940960988402367, -0.07100028544664383, 0.10102791339159012, 0.02567475475370884, 0.13404127955436707, -0.008311726152896881, 0.1264154464006424, -0.18127642571926117, 0.003927638754248619, 0.06664539128541946, 0.039206311106681824, 0.08649947494268417, 0.022190095856785774, 0.0010784107726067305, 0.10696174949407578, -0.11288395524024963, 0.10938600450754166, 0.039990704506635666, -0.08824529498815536, -0.1935833990573883, -0.07946702092885971, 0.05595344305038452, 0.08924412727355957, 0.11077792197465897, 0.004392547998577356, 0.1637587547302246, -0.11030533909797668, 0.06978131085634232, 0.200751394033432, -0.23507839441299438, -0.0753985047340393, 0.044241633266210556, 0.06055629253387451, 0.05393866449594498, -0.10312756150960922, -0.021316098049283028, 0.07898535579442978, 0.051347337663173676, 0.09707078337669373, -0.017261259257793427, -0.07280413061380386, 0.009675316512584686, -0.13663150370121002, -0.01749901846051216, 0.19226890802383423, 0.04549650102853775, -0.03714141622185707, -0.08160342276096344, -0.05778300389647484, -0.10271643102169037, -0.01321593951433897, -0.0446346141397953, 0.03035331517457962, -0.06276644021272659, -0.08543534576892853, -0.045430347323417664, -0.08402428776025772, -0.08501038700342178, -0.031746700406074524, 0.15902936458587646, 0.043671127408742905, 0.025876352563500404, -0.0643322542309761, 0.0969732329249382, -0.002654454903677106, -0.1314396858215332, -0.022012267261743546, -0.004437372088432312, -0.057419031858444214, -0.06313995271921158, -0.05216012895107269, -0.014770346693694592, 0.011482711881399155, 0.16954198479652405, -0.06467484682798386, 0.06375962495803833, 0.02964995987713337, 0.008129269815981388, -0.019351044669747353, 0.16917993128299713, -0.051436010748147964, 0.001276133581995964, 0.00010959634528262541, 0.09126044064760208, -0.004772254731506109, -0.007623839657753706, -0.0905294194817543, -0.03548523038625717, 0.08026973903179169, 0.050024475902318954, -0.06276120245456696, 0.028997689485549927, -0.01837223581969738, -0.03491276130080223, -0.018220404163002968, -0.11435385793447495, 0.033307213336229324, 0.003027325961738825, -0.09835615009069443, -0.00211030594073236, 0.002535831416025758, 0.01351147424429655, -0.009286643005907536, 0.07822006940841675, -0.11076033860445023, -0.007101601455360651, -0.110347218811512, -0.09584371000528336, 0.003927954006940126, -0.060696471482515335, 0.023854155093431473, -0.09734662622213364, -0.17661941051483154, -0.026877770200371742, 0.024924248456954956, -0.042653799057006836, -0.03846415504813194, -0.024702413007616997, -0.08099354803562164, 0.008586875163018703, -0.003798259422183037, 0.11150862276554108, -0.03933814540505409, 0.078748419880867, 0.06442217528820038, 0.030669111758470535, 0.0016255236696451902, 0.04033311828970909, -0.08055906742811203, 0.022487211972475052, -0.13934411108493805, 0.05035161226987839, -0.07593207061290741, 0.040961697697639465, -0.10064496099948883, -0.14285199344158173, 0.009264415130019188, -0.008371962234377861, 0.07589607685804367, 0.10514761507511139, -0.14160950481891632, -0.050586823374032974, 0.10072927176952362, -0.08207200467586517, -0.11517447978258133, 0.08874141424894333, -0.049510207027196884, 0.030582193285226822, 0.05426313355565071, 0.1130448654294014, 0.09748364239931107, -0.1190175712108612, -0.02773570828139782, 0.0019663223065435886, 0.05401669815182686, 0.011698273941874504, 0.06419980525970459, 0.007825215347111225, 0.017103854566812515, 0.013342158868908882, -0.052819930016994476, 0.0004738573916256428, -0.1132344976067543, -0.08256667107343674, -0.05855390429496765, -0.09181348234415054, 0.0644281804561615, 0.05390983447432518, 0.04903671145439148, -0.0786212757229805, -0.09601076692342758, 0.14854462444782257, 0.13611267507076263, -0.0559643991291523, 0.0006940634921193123, -0.1056184247136116, 0.056922465562820435, -0.053863584995269775, -0.03528406098484993, -0.20529380440711975, -0.08978164941072464, 0.015037245117127895, -0.022606462240219116, 0.012866459786891937, 0.052589576691389084, 0.06625275313854218, 0.059985242784023285, -0.05016312748193741, -0.026421617716550827, -0.14310672879219055, -0.0049626706168055534, -0.10509449243545532, -0.1665268987417221, -0.06533807516098022, -0.017173565924167633, 0.13507653772830963, -0.23998631536960602, 0.031082024797797203, -0.0028643093537539244, 0.13289637863636017, 0.028394244611263275, -0.02338973991572857, -0.043965838849544525, 0.05920233950018883, -0.031804244965314865, -0.08078311383724213, 0.020262889564037323, 0.0019238325767219067, -0.08045006543397903, -0.11083586513996124, -0.1380464732646942, 0.1185399666428566, 0.09583427011966705, -0.006176139693707228, -0.07844243943691254, 0.0050277104601264, -0.07613926380872726, -0.023421896621584892, -0.088033027946949, -0.011027044616639614, 0.17382793128490448, -0.0030220800545066595, 0.14352265000343323, -0.06524831056594849, -0.057835839688777924, 0.018797555938363075, -0.007310818415135145, 0.017690280452370644, 0.07916828244924545, 0.09836077690124512, -0.0869099572300911, 0.09929613023996353, 0.09673985093832016, -0.09773575514554977, 0.13635802268981934, -0.06294740736484528, -0.083647720515728, -0.020860018208622932, -0.024729134514927864, -0.01217007264494896, 0.1189190149307251, -0.09787838160991669, 0.014042899012565613, 0.02141537144780159, 0.026039956137537956, 0.03795114904642105, -0.17894229292869568, -0.008638297207653522, 0.030398929491639137, -0.012087082490324974, -0.04654201120138168, -0.004252064973115921, 0.03901175037026405, 0.08184650540351868, 0.027774596586823463, -0.016582855954766273, 0.023952286690473557, -0.0015460116555914283, -0.07825826108455658, 0.21322496235370636, -0.10263705253601074, -0.11721834540367126, -0.12372313439846039, 0.07533100992441177, -0.046731479465961456, -0.009613001719117165, 0.0179392509162426, -0.1010967418551445, -0.047802459448575974, -0.05744325742125511, 0.03919962793588638, -0.04804698005318642, 0.0014320968184620142, 0.07333401590585709, 0.027833735570311546, 0.07707823812961578, -0.15274226665496826, 0.016630766913294792, -0.030468806624412537, -0.11126473546028137, -0.005060614552348852, 0.04686277359724045, 0.1118314191699028, 0.14039036631584167, -0.031421419233083725, 0.021889308467507362, -0.02693876437842846, 0.25942787528038025, -0.08756306022405624, -0.045522306114435196, 0.149309441447258, 0.014346824958920479, 0.03448055312037468, 0.09927955269813538, 0.048957470804452896, -0.10384462773799896, 0.041436322033405304, 0.07203881442546844, -0.018391000106930733, -0.25099998712539673, -0.03366497904062271, -0.04180924966931343, -0.069095179438591, 0.08643761277198792, 0.029490115121006966, 0.029946180060505867, 0.06732720136642456, -0.00803430937230587, 0.05745039880275726, -0.045213744044303894, 0.08410823345184326, 0.14746516942977905, 0.04602188989520073, 0.10816721618175507, -0.04190173000097275, -0.06131216883659363, 0.04089109227061272, -0.021810166537761688, 0.2852451503276825, -0.01011329609900713, 0.07185624539852142, 0.053201038390398026, 0.10840313136577606, -0.018917785957455635, 0.059803932905197144, 0.010939340107142925, -0.03550126031041145, 0.009131316095590591, -0.04532098397612572, -0.025227706879377365, 0.018284080550074577, -0.012406261637806892, 0.09616255015134811, -0.13439638912677765, 0.04584075137972832, 0.03468486666679382, 0.24063962697982788, 0.019578514620661736, -0.30629172921180725, -0.10464823246002197, 0.011347944848239422, -0.03380502387881279, -0.06901942938566208, 0.020988285541534424, 0.12658610939979553, -0.1287827342748642, 0.038646481931209564, -0.05445248633623123, 0.10065005719661713, -0.013863866217434406, 0.017383240163326263, 0.04175635799765587, 0.12426134943962097, -0.007710540201514959, 0.08630401641130447, -0.23677578568458557, 0.22311453521251678, 0.027017662301659584, 0.12374207377433777, -0.06323608756065369, 0.02153257466852665, 0.005057693924754858, 0.10243777185678482, 0.051806580275297165, -0.020338691771030426, -0.05711539834737778, -0.21024875342845917, -0.013151933439075947, 0.051743101328611374, 0.12152204662561417, -0.038221798837184906, 0.10703018307685852, -0.049514058977365494, 0.03132878616452217, 0.06418964266777039, -0.06649816036224365, -0.1546325385570526, -0.10538527369499207, 0.006699482444673777, -0.003211650298908353, -0.011671447195112705, -0.08173464238643646, -0.10581035166978836, -0.010552657768130302, 0.11522969603538513, -0.06240438297390938, -0.050993695855140686, -0.1404852718114853, 0.1063004732131958, 0.13418510556221008, -0.06493324041366577, 0.044036753475666046, 0.03667584806680679, 0.1459771990776062, 0.037637803703546524, -0.06446342915296555, 0.05738191306591034, -0.07555687427520752, -0.19396664202213287, -0.01968577690422535, 0.10026254504919052, 0.058510035276412964, 0.05477244779467583, 0.005100911948829889, 0.024860341101884842, -0.006875071674585342, -0.10391738265752792, 0.01175840012729168, 0.05730912461876869, 0.08274150639772415, 0.07213693857192993, -0.04252304136753082, 0.04890036955475807, -0.01782486028969288, -0.0034829883370548487, 0.1336812674999237, 0.20005548000335693, -0.07835900038480759, -0.002085160231217742, 0.04983184114098549, -0.07384340465068817, -0.16063621640205383, 0.1062978208065033, 0.11398077756166458, 0.027180921286344528, 0.05620022118091583, -0.1979391872882843, 0.12848232686519623, 0.11488118767738342, -0.016086962074041367, 0.07453383505344391, -0.32957732677459717, -0.11608501523733139, 0.07033155113458633, 0.10034497082233429, 0.05032672360539436, -0.127534881234169, -0.022364439442753792, -0.0461004376411438, -0.1797419786453247, 0.10005481541156769, -0.1038309708237648, 0.10182991623878479, -0.017403466627001762, 0.11119678616523743, 0.025221871212124825, -0.03608820587396622, 0.1509929597377777, 0.024016227573156357, 0.1143055185675621, -0.03675847128033638, -0.020985672250390053, 0.10945144295692444, -0.048629578202962875, 0.03195062652230263, -0.028859850019216537, 0.06805835664272308, -0.1341937780380249, -0.031590674072504044, -0.08024691790342331, 0.076975017786026, -0.052535608410835266, -0.06721122562885284, -0.058581143617630005, 0.03302003815770149, 0.036578286439180374, -0.03346405178308487, 0.11318022012710571, 0.027085792273283005, 0.14161168038845062, 0.04945753142237663, 0.13116614520549774, -0.022894827648997307, -0.10507052391767502, 0.017629364505410194, -0.002567943884059787, 0.09012790024280548, -0.14574149250984192, 0.04677886515855789, 0.1424253135919571, 0.05836423486471176, 0.1388857215642929, 0.07502332329750061, -0.0388459637761116, 0.03118356131017208, 0.03897669538855553, -0.08461262285709381, -0.14327968657016754, -0.017428314313292503, -0.004228718113154173, -0.1539820432662964, 0.05788696929812431, 0.09355036914348602, -0.07089751213788986, -0.013232508674263954, -0.017156580463051796, -0.010031110607087612, -0.029878726229071617, 0.1937769651412964, 0.0799027532339096, 0.07498583197593689, -0.08522099256515503, 0.09171406179666519, 0.05191493406891823, -0.08375410735607147, 0.04324017092585564, 0.04291781410574913, -0.07003451138734818, -0.02133876644074917, 0.05204902961850166, 0.16027623414993286, -0.08852772414684296, -0.046755436807870865, -0.13406583666801453, -0.10566329956054688, 0.04089828580617905, 0.142424076795578, 0.06859507411718369, -0.012250851839780807, -0.040849268436431885, 0.057883210480213165, -0.16215866804122925, 0.09046249091625214, 0.022161582484841347, 0.06866191327571869, -0.17808037996292114, 0.14124350249767303, 0.008447432890534401, 0.0474071279168129, -0.020178886130452156, 0.020609023049473763, -0.09610734134912491, 0.007700982503592968, -0.14936412870883942, -0.023011207580566406, -0.017240947112441063, 0.005157049745321274, -0.007175905629992485, -0.056845229119062424, -0.08158429712057114, 0.05544958636164665, -0.08454244583845139, -0.036428000777959824, 0.0387897714972496, 0.04494772478938103, -0.12216013669967651, -0.005551123525947332, 0.03686260059475899, -0.09299538284540176, 0.07304598391056061, 0.046292323619127274, 0.03075060434639454, 0.04381803795695305, -0.07515766471624374, -0.021659811958670616, 0.04296756908297539, 0.031277306377887726, 0.07200663536787033, -0.08976327627897263, 0.008707703091204166, -0.03154454380273819, 0.08306077867746353, 0.011657406575977802, 0.02405996061861515, -0.13301238417625427, -0.020848359912633896, -0.05072535201907158, -0.059194549918174744, -0.07529755681753159, 0.0372297540307045, 0.09178731590509415, 0.04286164045333862, 0.18382836878299713, -0.06260077655315399, 0.037845298647880554, -0.1962348371744156, -0.027803944423794746, -0.011610331945121288, -0.028513826429843903, -0.07082220166921616, -0.030522581189870834, 0.07758448272943497, -0.07561642676591873, 0.12046851217746735, -0.014973748475313187, 0.10843121260404587, 0.05399608984589577, -0.02564810961484909, -0.021730272099375725, 0.012165441177785397, 0.23165927827358246, 0.06521500647068024, -0.011877080425620079, 0.0828595981001854, 0.009320951998233795, 0.07735320180654526, 0.06807248294353485, 0.1979372203350067, 0.14112621545791626, -0.05380481854081154, 0.0625818520784378, 0.07789523899555206, -0.09078317135572433, -0.1572403758764267, 0.06284362822771072, -0.008540299721062183, 0.0808013305068016, -0.04012962803244591, 0.12297079712152481, 0.1397641897201538, -0.14104411005973816, 0.03658662736415863, -0.08394476026296616, -0.09751512110233307, -0.12939709424972534, 0.012422852218151093, -0.08626396209001541, -0.15583279728889465, 0.033062394708395004, -0.14421714842319489, 0.022326132282614708, 0.10664288699626923, 0.0008581070578657091, -0.00027090709772892296, 0.15899509191513062, 0.0006508019869215786, 0.016652682796120644, 0.03875664994120598, 0.001249079592525959, 0.0002781798248179257, -0.07130549848079681, -0.05216704308986664, 0.040400873869657516, -0.016405940055847168, 0.07374349236488342, -0.058835435658693314, -0.06571599096059799, 0.02015606127679348, -0.0232378002256155, -0.06658876687288284, 0.016723958775401115, 0.03196887671947479, 0.03269767016172409, 0.012544124387204647, 0.023979537189006805, 0.000705481506884098, -0.04876899719238281, 0.28337258100509644, -0.08912647515535355, -0.09162545949220657, -0.15074561536312103, 0.2099056839942932, 0.06956007331609726, 0.00917647872120142, 0.061358511447906494, -0.1224408745765686, -0.025539813563227654, 0.16035096347332, 0.12049707025289536, -0.047395702451467514, -0.021065915003418922, -0.007910813204944134, -0.01959693618118763, -0.08096229285001755, 0.09968554973602295, 0.10837724804878235, 0.04670562222599983, -0.06118723377585411, -0.029122740030288696, -0.02762897126376629, -0.01635548286139965, -0.059464916586875916, 0.056954577565193176, 0.021830551326274872, 0.013006522320210934, -0.029724225401878357, 0.06702659279108047, -0.013060493394732475, -0.1501598060131073, 0.06031328812241554, -0.15032094717025757, -0.16167813539505005, -0.02477468177676201, 0.06592323631048203, -0.010454319417476654, 0.07178720831871033, -0.031054360792040825, -0.03603622317314148, 0.11026202142238617, -0.013192013837397099, -0.051479145884513855, -0.1199631616473198, 0.12266362458467484, -0.054541390389204025, 0.19965097308158875, -0.023108307272195816, 0.0831340029835701, 0.12292241305112839, 0.018257414922118187, -0.11414410918951035, 0.036513276398181915, 0.07601398229598999, -0.06532753258943558, 0.020498014986515045, 0.14615966379642487, -0.03500942885875702, 0.09411817044019699, 0.038424521684646606, -0.1712639331817627, -0.01860623061656952, -0.046291500329971313, -0.01968524605035782, -0.0915820524096489, -0.006768017075955868, -0.05978960171341896, 0.13635113835334778, 0.19931386411190033, -0.05019953474402428, -0.004540108609944582, -0.07007880508899689, 0.04342733323574066, 0.07541242986917496, 0.09259598702192307, -0.044391680508852005, -0.24511350691318512, 0.022184448316693306, 0.037703488022089005, -0.016887031495571136, -0.22746801376342773, -0.07368997484445572, 0.049429718405008316, -0.06742873787879944, -0.03429587930440903, 0.07923232764005661, 0.08418242633342743, 0.041217830032110214, -0.0435151606798172, -0.13117186725139618, -0.08369998633861542, 0.15939971804618835, -0.1638275533914566, -0.06281190365552902 ]
null
null
transformers
This is a pretrained model that was loaded from t5-base. It has been adapted and changed by changing the max_length and summary_length.
{}
text2text-generation
AndreLiu1225/t5-news
[ "transformers", "pytorch", "t5", "text2text-generation", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #t5 #text2text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
This is a pretrained model that was loaded from t5-base. It has been adapted and changed by changing the max_length and summary_length.
[]
[ "TAGS\n#transformers #pytorch #t5 #text2text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 48 ]
[ "passage: TAGS\n#transformers #pytorch #t5 #text2text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.01584368571639061, 0.001455417019315064, -0.00658801756799221, 0.0177968367934227, 0.18000324070453644, 0.01899094320833683, 0.1102970764040947, 0.13923293352127075, -0.029492201283574104, -0.031411342322826385, 0.1258108913898468, 0.215000182390213, -0.002026807749643922, 0.09281328320503235, -0.09747900068759918, -0.26333776116371155, 0.035797640681266785, 0.06643600016832352, 0.01654808409512043, 0.13231700658798218, 0.07867445051670074, -0.06135464087128639, 0.09729219973087311, -0.03548338636755943, -0.1792060285806656, 0.056830670684576035, 0.06633275002241135, -0.14007478952407837, 0.12120860069990158, 0.05082603916525841, 0.11879663914442062, 0.03541290760040283, -0.049473561346530914, -0.12151949107646942, 0.027005361393094063, 0.036254558712244034, -0.0702618658542633, 0.05806567892432213, 0.12953147292137146, -0.09849721938371658, 0.101417675614357, 0.05899258330464363, -0.011092896573245525, 0.06627913564443588, -0.1479889154434204, 0.00348502560518682, -0.010794720612466335, 0.021929796785116196, 0.07188789546489716, 0.09843083471059799, -0.011102980934083462, 0.12869638204574585, -0.09904436022043228, 0.14108110964298248, 0.1505395472049713, -0.3118693232536316, 0.005070185288786888, 0.04695354029536247, 0.043711405247449875, 0.07051856815814972, -0.00885665975511074, 0.03730452060699463, 0.03216231241822243, 0.03300926089286804, 0.03037545457482338, -0.07585509866476059, -0.1657770276069641, 0.04152299836277962, -0.08708652853965759, -0.0615064837038517, 0.23453429341316223, -0.06484062969684601, 0.066205233335495, -0.0072464910335838795, -0.13153931498527527, -0.06954485923051834, 0.0006044790497981012, -0.0053634620271623135, -0.055698949843645096, 0.06370817124843597, 0.016068486496806145, -0.056699495762586594, -0.1428028792142868, -0.010085990652441978, -0.20030196011066437, 0.12700670957565308, 0.0098763108253479, 0.055072084069252014, -0.23676714301109314, 0.09703067690134048, 0.05306711047887802, -0.09924419224262238, 0.062389008700847626, -0.08943060785531998, 0.014000056311488152, -0.02474105730652809, -0.06801413744688034, -0.1568288505077362, 0.06617090106010437, 0.08920741081237793, 0.003721588756889105, 0.020913373678922653, -0.08072061836719513, 0.07540135085582733, 0.015950961038470268, 0.08084282279014587, -0.009468162432312965, -0.02545289881527424, 0.050731536000967026, -0.13451236486434937, -0.00853751040995121, -0.06626977026462555, -0.15002763271331787, -0.07248537242412567, 0.08783774077892303, 0.09340707957744598, 0.024510055780410767, 0.09635060280561447, -0.0332786962389946, -0.04203520715236664, 0.009204940870404243, -0.09221477061510086, -0.024659397080540657, 0.0008180328877642751, 0.006082381121814251, 0.14675909280776978, 0.02296186424791813, 0.007892758585512638, -0.17018215358257294, 0.06483504176139832, -0.0723656713962555, -0.007938898168504238, -0.029325438663363457, -0.07534618675708771, 0.023915085941553116, -0.10881388932466507, 0.008133405819535255, -0.17433200776576996, -0.16765841841697693, 0.01697476953268051, 0.007396905682981014, -0.018866462633013725, -0.043013010174036026, -0.045346371829509735, -0.03770101070404053, 0.04327743873000145, -0.07020818442106247, 0.010033725760877132, -0.04259585589170456, 0.10675564408302307, -0.0398472361266613, 0.06604313105344772, -0.1241411417722702, 0.08126731216907501, -0.12840037047863007, -0.026247713714838028, -0.06916461884975433, 0.0695473924279213, 0.03665204346179962, 0.12047890573740005, -0.03775748983025551, -0.03622163087129593, -0.07566536217927933, 0.04284011945128441, -0.01894138753414154, 0.1950719952583313, -0.0944138839840889, -0.10338135808706284, 0.24115116894245148, -0.07720785588026047, -0.16225671768188477, 0.08871348202228546, 0.01112399436533451, 0.0527188703417778, 0.09158273041248322, 0.17049458622932434, 0.044303521513938904, -0.007278476841747761, 0.0970718041062355, 0.1028069406747818, -0.11937293410301208, -0.10302774608135223, 0.002267509698867798, -0.020705346018075943, -0.11959504336118698, 0.04289879649877548, 0.09645403176546097, 0.07236005365848541, -0.05477796122431755, -0.03351253643631935, -0.04923287779092789, -0.007655630353838205, 0.1011999323964119, 0.004759210627526045, 0.13131408393383026, -0.06056664139032364, -0.016454286873340607, 0.00607975572347641, -0.029107315465807915, -0.03001979924738407, 0.04808073490858078, -0.027159245684742928, 0.11719837784767151, -0.03463059291243553, 0.043614711612463, -0.20667698979377747, -0.08273608982563019, -0.011199901811778545, 0.16215083003044128, -0.00014803845260757953, 0.09622485190629959, 0.05017630010843277, -0.026423487812280655, -0.013082671910524368, -0.020495356991887093, 0.14194169640541077, -0.008744661696255207, -0.07192710041999817, -0.055666014552116394, 0.05686090514063835, -0.056457314640283585, -0.029490424320101738, -0.06336628645658493, 0.016674358397722244, 0.022723432630300522, 0.12466312199831009, 0.024511994794011116, 0.060258712619543076, -0.019767967984080315, 0.026875387877225876, -0.09027257561683655, 0.012787343002855778, 0.10328754037618637, -0.005430325400084257, -0.06139841303229332, 0.2012202888727188, -0.18243330717086792, 0.21768754720687866, 0.1899390071630478, -0.2988763451576233, 0.0007227785536088049, -0.05822010710835457, -0.0336349755525589, 0.0059656258672475815, 0.05502323433756828, -0.03447169065475464, 0.08369144052267075, 0.0008040695101954043, 0.20492856204509735, -0.06399808824062347, -0.05498965084552765, 0.0025857435539364815, -0.05458337441086769, -0.006101091392338276, 0.058100759983062744, 0.0824960395693779, -0.17706909775733948, 0.1713913381099701, 0.20838424563407898, 0.023575296625494957, 0.17638693749904633, -0.007809492759406567, -0.04934080317616463, 0.08402703702449799, 0.006972316186875105, -0.032568447291851044, -0.10796601325273514, -0.1734510064125061, -0.016349755227565765, 0.0808510109782219, 0.0383298397064209, 0.09945333003997803, -0.11086979508399963, -0.022686339914798737, -0.005985935218632221, -0.0060494341887533665, -0.008344912901520729, 0.09246525168418884, 0.08367523550987244, 0.14147034287452698, -0.015902556478977203, -0.008576065301895142, 0.11812435835599899, 0.015694094821810722, -0.12598107755184174, 0.19254222512245178, -0.1325615793466568, -0.3495909571647644, -0.1631333827972412, -0.16477428376674652, -0.043477918952703476, 0.048511527478694916, 0.11342941224575043, -0.10511619597673416, -0.02352173998951912, -0.0007881404599174857, 0.08415862917900085, -0.07211752235889435, 0.03677205741405487, -0.08311079442501068, 0.06613492220640182, -0.06391098350286484, -0.08130958676338196, -0.04755308851599693, -0.013113722205162048, -0.0506163015961647, 0.15241199731826782, -0.13060742616653442, 0.05517926067113876, 0.20086060464382172, -0.008659793995320797, 0.05646828934550285, -0.0447811521589756, 0.1698468029499054, -0.06439661234617233, 0.014364821836352348, 0.22857394814491272, -0.06645470857620239, 0.07465333491563797, 0.13026019930839539, -0.017004651948809624, -0.06887000799179077, 0.04647034779191017, -0.03181997686624527, -0.08305076509714127, -0.27305132150650024, -0.11097732186317444, -0.12417944520711899, 0.08551718294620514, 0.060253627598285675, 0.050218936055898666, 0.1729225218296051, 0.07009439915418625, -0.011698170565068722, 0.04006649926304817, 0.008571630343794823, 0.0824633464217186, 0.19053572416305542, -0.008197087794542313, 0.13242574036121368, -0.06245150417089462, -0.11769289523363113, 0.08968717604875565, 0.05989821255207062, 0.12555105984210968, 0.04239042103290558, 0.046467121690511703, 0.009043761529028416, 0.07225343585014343, 0.13442648947238922, 0.1651877760887146, 0.034123022109270096, -0.0027062329463660717, -0.01349344477057457, -0.028245382010936737, -0.040193621069192886, 0.037729669362306595, 0.013470759615302086, -0.12968936562538147, -0.09492611140012741, -0.07551674544811249, 0.07577058672904968, 0.12997229397296906, 0.0744793638586998, -0.240804523229599, 0.012753864750266075, 0.06319929659366608, -0.046554870903491974, -0.11563625931739807, 0.08299679309129715, -0.003961589653044939, -0.13062408566474915, 0.06372487545013428, -0.05805215612053871, 0.12147562950849533, -0.028284739702939987, 0.09374229609966278, -0.03364879637956619, -0.07243189960718155, 0.018441040068864822, 0.1096850335597992, -0.33529332280158997, 0.20487374067306519, 0.0006690678419545293, -0.06490825116634369, -0.11783778667449951, -0.0044849165715277195, -0.0012578379828482866, 0.11027327179908752, 0.09952930361032486, -0.003345120931044221, -0.03474462404847145, -0.09134820103645325, -0.0031049586832523346, 0.016545293852686882, 0.14250630140304565, -0.025273242965340614, 0.0148016894236207, -0.059562280774116516, -0.021893899887800217, -0.013236827217042446, -0.013637681491672993, -0.002603176049888134, -0.1513184756040573, 0.0671682059764862, 0.020377542823553085, 0.06982939690351486, 0.01960124634206295, -0.02438407950103283, -0.06273293495178223, 0.21248282492160797, -0.06458115577697754, -0.10695376992225647, -0.12842507660388947, -0.04645165428519249, 0.05069807916879654, -0.0799480676651001, 0.05590132996439934, -0.07412241399288177, 0.026752561330795288, -0.0460817776620388, -0.2500396966934204, 0.12516821920871735, -0.08440219610929489, -0.04263054579496384, -0.039096806198358536, 0.18710920214653015, -0.09238360822200775, 0.0015196007443591952, 0.024500641971826553, -0.00008093049837043509, -0.08618257939815521, -0.05626978352665901, -0.008611418306827545, -0.01370612159371376, 0.0605587363243103, 0.04142594337463379, -0.09551963210105896, -0.06058591976761818, -0.04161534458398819, -0.0018586971564218402, 0.33403095602989197, 0.09810057282447815, -0.046292744576931, 0.17393392324447632, 0.10699018090963364, -0.08708086609840393, -0.30292707681655884, -0.07725819945335388, -0.0799851045012474, -0.026687202975153923, -0.028951935470104218, -0.16540394723415375, 0.0818692147731781, -0.0030985758639872074, 0.010349465534090996, 0.10349910706281662, -0.24794204533100128, -0.09147637337446213, 0.1472831815481186, 0.023999102413654327, 0.3351094424724579, -0.11293166130781174, -0.09755206853151321, -0.04931047186255455, -0.14179958403110504, 0.17238929867744446, -0.054965659976005554, 0.08938152343034744, -0.03220284730195999, 0.1103312224149704, 0.057209331542253494, -0.038672249764204025, 0.03753164783120155, 0.01280028186738491, 0.004070690833032131, -0.11656955629587173, -0.03721853345632553, 0.05927279219031334, -0.01239687204360962, 0.0431542843580246, -0.030626775696873665, 0.05042644962668419, -0.11610346287488937, -0.03559141978621483, -0.09718530625104904, 0.05527614802122116, 0.033209703862667084, -0.07230573892593384, 0.02535100467503071, -0.07929795235395432, 0.026679834350943565, -0.011463316157460213, 0.19073231518268585, -0.04869036376476288, 0.16655586659908295, 0.15388649702072144, 0.13591068983078003, -0.10760082304477692, 0.03837193548679352, -0.07492130249738693, -0.06832669675350189, 0.06800366938114166, -0.10502270609140396, 0.06655241549015045, 0.12330719083547592, -0.0411357618868351, 0.06374823302030563, 0.11320103704929352, 0.02062961272895336, -0.01765989325940609, 0.1385980248451233, -0.25890034437179565, 0.023826781660318375, -0.09969114512205124, -0.053946852684020996, 0.045324306935071945, 0.06959566473960876, 0.1803196519613266, 0.01996755413711071, -0.03243176266551018, -0.010976474732160568, 0.0005780249484814703, -0.04870473966002464, 0.07170422375202179, 0.021222015842795372, 0.024676067754626274, -0.1308782398700714, 0.09323612600564957, 0.032887544482946396, -0.14486797153949738, 0.019849436357617378, 0.19134655594825745, -0.1371304839849472, -0.11486499011516571, 0.01224886067211628, 0.11295973509550095, -0.15867024660110474, -0.024805627763271332, -0.06911034882068634, -0.1232672780752182, 0.09491096436977386, 0.21401236951351166, 0.05331400781869888, 0.1008497029542923, -0.046942487359046936, -0.0496317520737648, -0.04561499506235123, 0.009240290150046349, 0.012895791791379452, 0.030672000721096992, -0.097745880484581, 0.10578422248363495, -0.040116216987371445, 0.16213259100914001, -0.0917268618941307, -0.06222947686910629, -0.14983442425727844, 0.03229285031557083, -0.15211552381515503, -0.05419791117310524, -0.06350395083427429, -0.05325648933649063, -0.01421641930937767, -0.009074408560991287, -0.04453456401824951, -0.039223432540893555, -0.1178443431854248, 0.023740172386169434, -0.04184343293309212, 0.03357211872935295, -0.07360640168190002, -0.00745047302916646, 0.0597982257604599, -0.04032554477453232, 0.12730717658996582, 0.12071295082569122, -0.11999447643756866, 0.13207589089870453, -0.13698095083236694, -0.10772223025560379, 0.10667144507169724, 0.019947899505496025, 0.057580724358558655, 0.08691609650850296, 0.024122396484017372, 0.07328153401613235, 0.017016666010022163, 0.03875018656253815, 0.022994665428996086, -0.11720026284456253, 0.02915577031672001, -0.0438992902636528, -0.14189468324184418, -0.07547144591808319, -0.034607090055942535, 0.03158587962388992, 0.008018662221729755, 0.11852530390024185, -0.053823456168174744, 0.12022940069437027, -0.07060523331165314, 0.010234953835606575, 0.010690975934267044, -0.16182446479797363, -0.06637652963399887, -0.08411522209644318, 0.032836735248565674, -0.008235974237322807, 0.18409450352191925, 0.03454678878188133, 0.05747787654399872, 0.02793210744857788, 0.07954391092061996, 0.005215851124376059, 0.020794428884983063, 0.22607649862766266, 0.07304691523313522, -0.06886540353298187, -0.1103024035692215, 0.06498146802186966, 0.008004664443433285, 0.04483301192522049, 0.1749526411294937, 0.03727349266409874, -0.03907724469900131, 0.10007185488939285, -0.019638560712337494, 0.028130175545811653, -0.11450393497943878, -0.17080892622470856, -0.00801891554147005, 0.07657715678215027, -0.011517325416207314, 0.0829968973994255, 0.16146962344646454, -0.019973335787653923, 0.030916273593902588, -0.009044856764376163, -0.056131210178136826, -0.17957162857055664, -0.1594834178686142, -0.08296467363834381, -0.10509900003671646, -0.0014652428217232227, -0.10988666117191315, 0.05996263399720192, 0.05867818742990494, 0.06662456691265106, -0.06648626923561096, 0.10458429902791977, 0.06543407589197159, -0.11919818818569183, 0.07942314445972443, -0.028797946870326996, 0.08120650798082352, 0.000997701776213944, -0.009244642220437527, -0.08453210443258286, 0.008097044192254543, -0.03108268976211548, 0.04917836934328079, -0.047017112374305725, 0.02154003456234932, -0.15374121069908142, -0.1096470057964325, -0.02257644757628441, 0.05983618274331093, -0.0428229495882988, 0.12894387543201447, 0.017068613320589066, -0.030336754396557808, 0.02801426127552986, 0.22194334864616394, -0.08584439754486084, -0.08055929839611053, -0.050540681928396225, 0.2432609349489212, 0.06307961791753769, 0.08444320410490036, 0.0028589183930307627, -0.012717257253825665, -0.09089452773332596, 0.3591165244579315, 0.2667014002799988, -0.055692918598651886, 0.02277890220284462, 0.015944819897413254, 0.0347137413918972, 0.11798495799303055, 0.16456447541713715, 0.08827649056911469, 0.25443965196609497, -0.06533562391996384, -0.018368344753980637, -0.014501972123980522, 0.000018250484572490677, -0.0930345430970192, 0.13507813215255737, 0.04284169152379036, -0.08161267638206482, -0.024515492841601372, 0.10017646849155426, -0.24063174426555634, 0.14782121777534485, -0.09359890967607498, -0.16162940859794617, -0.060918986797332764, -0.0147289102897048, 0.11586485803127289, -0.0017279664753004909, 0.08164822310209274, -0.01215168833732605, -0.08752647042274475, 0.05363667756319046, 0.029349831864237785, -0.222853422164917, 0.01617160066962242, 0.05048945173621178, -0.11925873160362244, -0.024077240377664566, -0.011171307414770126, 0.04385644197463989, 0.06714760512113571, 0.07385427504777908, -0.04466511681675911, 0.046728942543268204, -0.004126311279833317, -0.011370057240128517, 0.04598446562886238, 0.06270765513181686, 0.01540715154260397, -0.09723247587680817, 0.05001823231577873, -0.1556699126958847, 0.03317674249410629, -0.01597830280661583, -0.023336609825491905, -0.002392916241660714, -0.005987333599478006, -0.04110949859023094, 0.057095758616924286, 0.1028817892074585, -0.008210273459553719, 0.012179257348179817, -0.09038258343935013, -0.0342213474214077, -0.0023632640950381756, -0.11412134766578674, -0.09127872437238693, -0.11541768163442612, -0.10260939598083496, 0.11215279996395111, -0.009719906374812126, -0.2153121829032898, 0.021527882665395737, -0.1023377850651741, 0.04012138023972511, -0.21606485545635223, 0.10211227834224701, 0.09086371958255768, 0.011539488099515438, 0.008776325732469559, -0.008126933127641678, 0.0464082807302475, 0.10446552187204361, -0.12512299418449402, -0.09291534125804901 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information Keras had access to. You should probably proofread and complete it, then remove this comment. --> # model-QA-5-epoch-RU This model is a fine-tuned version of [AndrewChar/diplom-prod-epoch-4-datast-sber-QA](https://huggingface.co/AndrewChar/diplom-prod-epoch-4-datast-sber-QA) on sberquad dataset. It achieves the following results on the evaluation set: - Train Loss: 1.1991 - Validation Loss: 0.0 - Epoch: 5 ## Model description Модель отвечающая на вопрос по контектсу это дипломная работа ## Intended uses & limitations Контекст должен содержать не более 512 токенов ## Training and evaluation data DataSet SberSQuAD {'exact_match': 54.586, 'f1': 73.644} ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_re': 2e-06 'decay_steps': 2986, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False} - training_precision: float32 ### Training results | Train Loss | Validation Loss | Epoch | |:----------:|:---------------:|:-----:| | 1.1991 | | 5 | ### Framework versions - Transformers 4.15.0 - TensorFlow 2.7.0 - Datasets 1.17.0 - Tokenizers 0.10.3
{"language": "ru", "tags": ["generated_from_keras_callback"], "datasets": ["sberquad"], "model-index": [{"name": "model-QA-5-epoch-RU", "results": []}]}
question-answering
AndrewChar/model-QA-5-epoch-RU
[ "transformers", "tf", "distilbert", "question-answering", "generated_from_keras_callback", "ru", "dataset:sberquad", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "ru" ]
TAGS #transformers #tf #distilbert #question-answering #generated_from_keras_callback #ru #dataset-sberquad #endpoints_compatible #region-us
model-QA-5-epoch-RU =================== This model is a fine-tuned version of AndrewChar/diplom-prod-epoch-4-datast-sber-QA on sberquad dataset. It achieves the following results on the evaluation set: * Train Loss: 1.1991 * Validation Loss: 0.0 * Epoch: 5 Model description ----------------- Модель отвечающая на вопрос по контектсу это дипломная работа Intended uses & limitations --------------------------- Контекст должен содержать не более 512 токенов Training and evaluation data ---------------------------- DataSet SberSQuAD {'exact\_match': 54.586, 'f1': 73.644} Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * optimizer: {'name': 'Adam', 'learning\_rate': {'class\_name': 'PolynomialDecay', 'config': {'initial\_learning\_re': 2e-06 'decay\_steps': 2986, 'end\_learning\_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta\_1': 0.9, 'beta\_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False} * training\_precision: float32 ### Training results ### Framework versions * Transformers 4.15.0 * TensorFlow 2.7.0 * Datasets 1.17.0 * Tokenizers 0.10.3
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'Adam', 'learning\\_rate': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_learning\\_re': 2e-06 'decay\\_steps': 2986, 'end\\_learning\\_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta\\_1': 0.9, 'beta\\_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}\n* training\\_precision: float32", "### Training results", "### Framework versions\n\n\n* Transformers 4.15.0\n* TensorFlow 2.7.0\n* Datasets 1.17.0\n* Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #tf #distilbert #question-answering #generated_from_keras_callback #ru #dataset-sberquad #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'Adam', 'learning\\_rate': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_learning\\_re': 2e-06 'decay\\_steps': 2986, 'end\\_learning\\_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta\\_1': 0.9, 'beta\\_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}\n* training\\_precision: float32", "### Training results", "### Framework versions\n\n\n* Transformers 4.15.0\n* TensorFlow 2.7.0\n* Datasets 1.17.0\n* Tokenizers 0.10.3" ]
[ 50, 177, 4, 31 ]
[ "passage: TAGS\n#transformers #tf #distilbert #question-answering #generated_from_keras_callback #ru #dataset-sberquad #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'Adam', 'learning\\_rate': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_learning\\_re': 2e-06 'decay\\_steps': 2986, 'end\\_learning\\_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta\\_1': 0.9, 'beta\\_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}\n* training\\_precision: float32### Training results### Framework versions\n\n\n* Transformers 4.15.0\n* TensorFlow 2.7.0\n* Datasets 1.17.0\n* Tokenizers 0.10.3" ]
[ -0.0619235560297966, 0.014837060123682022, -0.005463727749884129, 0.0682763084769249, 0.15865950286388397, 0.05109139531850815, 0.13201691210269928, 0.11504366248846054, -0.06728874146938324, 0.11687682569026947, 0.15098436176776886, 0.12610431015491486, 0.06211525574326515, 0.07857425510883331, -0.08639758825302124, -0.19128955900669098, 0.051623888313770294, -0.01783963106572628, -0.10165561735630035, 0.0922173410654068, 0.083299420773983, -0.09061968326568604, 0.0871969535946846, -0.018625346943736076, -0.10753312706947327, 0.0318332202732563, 0.07387392222881317, -0.04656177759170532, 0.11349031329154968, 0.06904064863920212, 0.10610413551330566, -0.00546973617747426, 0.025156544521450996, -0.19987079501152039, 0.012033837847411633, 0.10574877262115479, -0.0041704862378537655, 0.0630248412489891, 0.008775940164923668, -0.022897152230143547, 0.13686741888523102, -0.11846057325601578, 0.04386160895228386, 0.033810462802648544, -0.14273306727409363, -0.22380326688289642, -0.10806605219841003, -0.0000591734133195132, 0.07350117713212967, 0.09502420574426651, -0.00944473035633564, 0.17670530080795288, -0.060225710272789, 0.0951157659292221, 0.18468065559864044, -0.3114820420742035, -0.06812873482704163, 0.0315091647207737, 0.03310195729136467, 0.045973338186740875, -0.08409537374973297, 0.018067440018057823, 0.0372932069003582, 0.04599205404520035, -0.012583999894559383, -0.019577229395508766, -0.010526622645556927, -0.03196737915277481, -0.08175958693027496, -0.05527197942137718, 0.1331673115491867, 0.05091174319386482, -0.06675733625888824, -0.03565474599599838, -0.04252633452415466, -0.1389470249414444, 0.004852614365518093, -0.04698498547077179, 0.006125432439148426, -0.0074346717447042465, -0.05612029507756233, -0.02627871371805668, -0.0748877301812172, -0.06229499727487564, -0.014950275421142578, 0.15331900119781494, 0.029990799725055695, 0.05848831683397293, -0.0351201631128788, 0.06421816349029541, -0.026193387806415558, -0.12035155296325684, -0.021251695230603218, -0.005835789255797863, -0.06553856283426285, -0.02856465056538582, -0.0954948142170906, -0.05562025308609009, 0.05144105479121208, 0.1408633291721344, -0.06882782280445099, 0.10507173836231232, -0.018465010449290276, 0.01512928307056427, -0.09082135558128357, 0.12502801418304443, -0.043693117797374725, 0.02475476823747158, -0.022097203880548477, 0.0480559840798378, 0.019258078187704086, -0.04302065446972847, -0.04181212559342384, 0.015539499931037426, 0.07122265547513962, 0.023204321041703224, -0.05615033954381943, 0.07769463211297989, -0.06817067414522171, -0.009229933843016624, -0.06774858385324478, -0.09137971699237823, 0.03428087383508682, 0.0296999029815197, -0.09533717483282089, 0.05131363868713379, 0.06408612430095673, -0.004549125675112009, -0.04335414990782738, 0.03295860067009926, -0.07242336124181747, -0.016527801752090454, -0.0919872596859932, -0.12369508296251297, 0.01718681864440441, -0.08473575860261917, -0.0031195192132145166, -0.0624673068523407, -0.15722393989562988, -0.03671687841415405, 0.075353242456913, -0.05498266965150833, 0.01113229338079691, -0.07134399563074112, -0.16534863412380219, 0.03782695531845093, 0.014087632298469543, 0.11507566273212433, -0.035305146127939224, 0.08231545239686966, 0.007974697276949883, 0.06023123115301132, -0.04066222906112671, 0.024907346814870834, -0.04681108891963959, 0.04049672931432724, -0.13857531547546387, 0.0883612334728241, -0.07781729102134705, 0.025476450100541115, -0.14178189635276794, -0.10693315416574478, 0.04282931983470917, 0.010634114034473896, 0.12346436828374863, 0.1147063672542572, -0.15464754402637482, -0.058106679469347, 0.11732786893844604, -0.08198335766792297, -0.0860539972782135, 0.09270752966403961, -0.06440950930118561, 0.04239445552229881, 0.07428977638483047, 0.07838207483291626, 0.02179533988237381, -0.11807191371917725, 0.016385270282626152, -0.06117067113518715, 0.0017392415320500731, 0.08102643489837646, 0.02048632502555847, -0.022877292707562447, -0.07039749622344971, 0.00832468643784523, -0.015413437969982624, -0.006487035192549229, -0.09963405877351761, -0.06668096035718918, -0.030802084133028984, -0.06317596882581711, 0.05742042884230614, 0.04313792660832405, 0.04295868054032326, -0.100575752556324, -0.14360514283180237, 0.059125084429979324, 0.03908897936344147, -0.05876880884170532, 0.019613012671470642, -0.08487912267446518, 0.021179601550102234, 0.029838738963007927, -0.0006256551132537425, -0.15957695245742798, -0.08141998946666718, 0.010785027407109737, 0.06474506109952927, 0.01581450179219246, 0.008567889221012592, 0.08354715257883072, 0.01453044917434454, -0.05664125829935074, 0.0048848409205675125, -0.04921619966626167, 0.017074568197131157, -0.07264908403158188, -0.2252199500799179, -0.026685526594519615, -0.021829308941960335, 0.05433521419763565, -0.28152844309806824, -0.0009287950815632939, 0.06857246905565262, 0.12628738582134247, 0.02806219831109047, -0.01714417152106762, -0.04165104404091835, 0.052391309291124344, -0.021246537566184998, -0.051178622990846634, 0.025593502447009087, 0.01262933574616909, -0.11511589586734772, -0.08438089489936829, -0.1371140331029892, 0.08349022269248962, 0.10754416882991791, -0.08971741795539856, -0.14651378989219666, 0.065750852227211, -0.04451967030763626, -0.028534764423966408, -0.0050742132589221, 0.0042846472933888435, 0.15250170230865479, 0.040342655032873154, 0.10306136310100555, -0.03903800621628761, -0.007854307070374489, 0.041173841804265976, -0.03832005336880684, -0.022926703095436096, 0.13315853476524353, -0.024738434702157974, -0.12015759944915771, 0.08301165699958801, 0.06459822505712509, -0.10637202858924866, 0.11326472461223602, -0.04152829572558403, -0.07391590625047684, -0.09094839543104172, 0.0671183243393898, 0.051172513514757156, 0.11224348843097687, -0.12298879027366638, 0.008540762588381767, 0.00507953530177474, 0.01488171424716711, -0.021460721269249916, -0.18500231206417084, -0.015118473209440708, -0.0006081301253288984, -0.046926405280828476, -0.008635525591671467, 0.019981510937213898, 0.028274275362491608, 0.12168176472187042, 0.029141033068299294, -0.03051472082734108, 0.06019885465502739, -0.038621313869953156, -0.08602563291788101, 0.23792912065982819, -0.11404667049646378, -0.10926585644483566, -0.11166006326675415, -0.03480886295437813, -0.05863935500383377, -0.0010207784362137318, 0.0015593101270496845, -0.10750670731067657, -0.043851181864738464, -0.04178375005722046, 0.004499839153140783, -0.027430420741438866, 0.032057762145996094, 0.02812018245458603, 0.0013314238749444485, 0.13514403998851776, -0.0954255685210228, -0.028803177177906036, -0.03862171620130539, -0.08194095641374588, 0.035555701702833176, 0.01509179174900055, 0.012809691950678825, 0.09569989144802094, -0.014060432091355324, 0.03340638056397438, -0.037536751478910446, 0.254146546125412, -0.057729486376047134, -0.017043210566043854, 0.11729174852371216, -0.03309560567140579, 0.05946842208504677, 0.1302972286939621, 0.05596590042114258, -0.1313989907503128, 0.05306306481361389, 0.07869306951761246, -0.02083854004740715, -0.2604697644710541, -0.008089886046946049, -0.03869456425309181, -0.08969555795192719, 0.04738356173038483, 0.019721657037734985, 0.10620605200529099, 0.0222148634493351, 0.010122767649590969, 0.06939183175563812, 0.008489539846777916, 0.057705678045749664, 0.14675085246562958, 0.044698622077703476, 0.08677435666322708, -0.029877658933401108, -0.026766985654830933, 0.016404394060373306, -0.014988694339990616, 0.2171783596277237, 0.019895968958735466, 0.051289550960063934, 0.0821157693862915, 0.0927569568157196, -0.04338206350803375, 0.019042283296585083, 0.012444989755749702, -0.029573699459433556, 0.019305454567074776, -0.05368568375706673, -0.05378330498933792, 0.055473510175943375, 0.002237348584458232, 0.08556250482797623, -0.10885491967201233, 0.029504263773560524, 0.062219440937042236, 0.24186882376670837, 0.10789335519075394, -0.29264935851097107, -0.14429251849651337, 0.004205115605145693, -0.026872240006923676, -0.051978763192892075, -0.0038344976492226124, 0.10273688286542892, -0.0978335291147232, 0.06034868583083153, -0.07606411725282669, 0.050045765936374664, -0.015479739755392075, 0.048941563814878464, 0.09744727611541748, 0.0972367376089096, 0.0073946514166891575, 0.03142977133393288, -0.3340052664279938, 0.31677135825157166, 0.023538054898381233, 0.1423291563987732, -0.07082077860832214, 0.022992247715592384, 0.02020762860774994, -0.04870719835162163, 0.10995614528656006, -0.009404728189110756, -0.1083277240395546, -0.20967671275138855, -0.024722011759877205, 0.017279841005802155, 0.16676868498325348, 0.015085036866366863, 0.1296333521604538, -0.04165351390838623, 0.020127050578594208, 0.07635825872421265, -0.013236042112112045, -0.15924008190631866, -0.06477228552103043, 0.04295974597334862, 0.0017187540652230382, -0.03611902520060539, -0.07361054420471191, -0.08756543695926666, -0.04999883100390434, 0.19404830038547516, -0.12160833179950714, -0.04143655300140381, -0.12253154069185257, 0.11807253956794739, 0.10520829260349274, -0.06462497264146805, 0.019865602254867554, 0.010100746527314186, 0.056513749063014984, 0.05100848153233528, -0.07614590972661972, 0.13180552423000336, -0.022087739780545235, -0.2190268635749817, -0.05847875401377678, 0.12328935414552689, 0.07816936075687408, 0.04196826368570328, -0.0057717845775187016, 0.07090461254119873, 0.03377532213926315, -0.10241716355085373, 0.09745590388774872, -0.0028075475711375475, 0.019690245389938354, 0.06868202239274979, -0.01246670726686716, 0.032574500888586044, -0.05946805700659752, 0.01901554875075817, 0.11787690967321396, 0.2923226058483124, -0.08005302399396896, 0.021618470549583435, 0.0025236362125724554, -0.07554446905851364, -0.18810027837753296, 0.08411812782287598, 0.1038442850112915, 0.01791951060295105, -0.039788372814655304, -0.18119987845420837, 0.05460584536194801, 0.06873428076505661, -0.0026225594338029623, 0.06464861333370209, -0.3080371618270874, -0.1283477246761322, 0.08714043349027634, 0.1285809427499771, 0.147406667470932, -0.16986501216888428, -0.04927363619208336, -0.039187442511320114, -0.05136529356241226, 0.14752072095870972, -0.056924641132354736, 0.11251899600028992, 0.01697981357574463, 0.07617593556642532, 0.01582014001905918, -0.03530275821685791, 0.1476496309041977, -0.028229020535945892, 0.09088058769702911, -0.041409991681575775, -0.06369173526763916, 0.12332241237163544, -0.06175030395388603, 0.02063746750354767, -0.007981177419424057, 0.030922647565603256, -0.12227258086204529, -0.0016488507390022278, -0.10519640147686005, 0.05169261246919632, -0.06841591745615005, -0.019772076979279518, -0.01200256310403347, 0.05791562795639038, 0.07866565138101578, -0.009218988940119743, 0.10622091591358185, -0.010766754858195782, 0.17992480099201202, 0.14641806483268738, 0.0871102511882782, 0.036914292722940445, -0.025613073259592056, 0.07757594436407089, -0.014555764384567738, 0.06654226779937744, -0.13230766355991364, 0.03784257173538208, 0.1530851125717163, 0.023058466613292694, 0.1501939296722412, 0.0720989853143692, -0.06932889670133591, 0.03552970662713051, 0.048256099224090576, -0.14921410381793976, -0.1472190022468567, 0.021485844627022743, -0.011856630444526672, -0.10166363418102264, 0.04415374994277954, 0.15173208713531494, -0.04857315495610237, 0.028407953679561615, 0.0008760812925174832, 0.037430278956890106, -0.08493835479021072, 0.13227154314517975, 0.03597034141421318, 0.06471146643161774, -0.07478910684585571, 0.11398033052682877, 0.03999555483460426, -0.1146475151181221, 0.10734429210424423, 0.02460850588977337, -0.05467459186911583, -0.007855135947465897, 0.016366859897971153, 0.0787976086139679, 0.018462518230080605, -0.03791683167219162, -0.12436563521623611, -0.15939688682556152, 0.060607440769672394, 0.21463419497013092, 0.047499846667051315, 0.05797519162297249, -0.058490391820669174, 0.013850854709744453, -0.10262620449066162, 0.0684819445014, 0.07287219911813736, 0.03307194262742996, -0.1338806003332138, 0.16650748252868652, -0.016895920038223267, 0.012827645055949688, -0.017308903858065605, -0.005978614091873169, -0.19648170471191406, 0.017051326110959053, -0.16035817563533783, 0.004497511778026819, 0.009011062793433666, -0.017321281135082245, 0.03778614476323128, -0.07631277292966843, -0.07640767097473145, 0.03876715898513794, -0.09583520889282227, -0.032148100435733795, 0.0672064870595932, 0.054030463099479675, -0.1395731270313263, -0.07082771509885788, 0.04706403240561485, -0.10467715561389923, 0.04440442472696304, 0.08436722308397293, -0.004496726207435131, 0.04466336965560913, -0.12616586685180664, 0.01663132943212986, 0.03866957128047943, -0.010971887968480587, 0.058535922318696976, -0.1598667949438095, 0.009447011165320873, -0.036384545266628265, 0.053274184465408325, 0.03344835340976715, 0.08942156285047531, -0.08373945951461792, -0.04254016652703285, -0.018254311755299568, -0.03229476884007454, -0.0495365671813488, 0.04170117527246475, 0.11581297963857651, -0.005212809890508652, 0.1615719050168991, -0.1289474070072174, 0.046459827572107315, -0.19203923642635345, 0.002240845002233982, 0.014451608061790466, -0.07897686958312988, -0.08481869846582413, -0.020062735304236412, 0.11412918567657471, -0.0925152450799942, 0.08431365340948105, -0.06666715443134308, 0.10095403343439102, 0.03479607403278351, -0.09553421288728714, -0.0787086933851242, 0.07550789415836334, 0.18692481517791748, 0.04747501760721207, -0.02861696667969227, 0.03016422502696514, -0.029594967141747475, 0.06635665893554688, 0.10097885131835938, 0.23762229084968567, 0.13377654552459717, 0.03427422046661377, 0.10928165912628174, 0.07414635270833969, -0.05813967064023018, -0.0803261250257492, 0.12217181921005249, -0.06377921998500824, 0.1332954615354538, -0.04490136727690697, 0.08183665573596954, 0.0590074248611927, -0.18018236756324768, 0.02592567168176174, -0.10619927942752838, -0.1154865026473999, -0.1147591695189476, -0.08896412700414658, -0.08311820775270462, -0.1182778850197792, 0.021776285022497177, -0.1185162141919136, 0.040567830204963684, 0.08515271544456482, 0.03587166219949722, -0.010019656270742416, 0.1252032369375229, -0.04674024134874344, 0.03702963516116142, 0.10304491221904755, 0.00026501822867430747, -0.009762711822986603, -0.02565734274685383, -0.05671923607587814, 0.05423952266573906, -0.017850780859589577, 0.03535303473472595, 0.003415177809074521, -0.018118537962436676, 0.03586599603295326, -0.019695311784744263, -0.10225041210651398, 0.05101738125085831, 0.043282631784677505, 0.018146974965929985, 0.05298033356666565, 0.050846852362155914, -0.00038745347410440445, -0.033919528126716614, 0.14358170330524445, -0.1010877937078476, -0.020034443587064743, -0.15930010378360748, 0.3016657829284668, -0.016061851754784584, 0.04905293509364128, 0.010230766609311104, -0.0766332745552063, -0.037276554852724075, 0.1866873949766159, 0.14039751887321472, -0.07407840341329575, -0.012206955812871456, 0.06808333843946457, -0.007172202691435814, -0.04314488172531128, 0.10217974334955215, 0.0690535381436348, -0.017646512016654015, -0.0682031586766243, -0.055037133395671844, -0.014911220408976078, -0.02818557620048523, -0.022866936400532722, 0.06795442849397659, 0.037286821752786636, -0.0032744589261710644, -0.0382206030189991, 0.0784311518073082, -0.10792180150747299, -0.17398416996002197, 0.11326175928115845, -0.21542836725711823, -0.15767063200473785, -0.012539396062493324, -0.0019780651200562716, 0.020707136020064354, 0.08263862878084183, -0.028814533725380898, -0.025465495884418488, 0.1401776671409607, -0.020082352682948112, -0.009472031146287918, -0.09942332655191422, 0.0812138095498085, -0.06530416011810303, 0.16651663184165955, -0.020462946966290474, 0.05572688952088356, 0.13162007927894592, 0.024079592898488045, -0.06878653168678284, 0.02261379361152649, 0.08740292489528656, -0.11069544404745102, -0.024553237482905388, 0.11856239289045334, -0.019429199397563934, 0.13336509466171265, 0.07482050359249115, -0.12460397928953171, 0.03443080186843872, -0.05171489715576172, -0.06844127178192139, -0.04241219907999039, -0.02577914483845234, -0.07196490466594696, 0.1217186227440834, 0.26704293489456177, -0.037755779922008514, 0.02553868666291237, -0.03573223203420639, 0.0003000010037794709, 0.07153810560703278, 0.038395918905735016, -0.05649397894740105, -0.23853659629821777, 0.06653235852718353, 0.058701109141111374, 0.0396539680659771, -0.18595100939273834, -0.09745997935533524, 0.04131156578660011, -0.017755309119820595, -0.061612244695425034, 0.09589487314224243, 0.04045295715332031, 0.06064724922180176, -0.052239224314689636, -0.13207575678825378, -0.04841208830475807, 0.19372648000717163, -0.09485281258821487, -0.08589688688516617 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - DE dataset. It achieves the following results on the evaluation set: - Loss: 0.1355 - Wer: 0.1532 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 7.5e-05 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 32 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 2000 - num_epochs: 2.5 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:-----:|:---------------:|:------:| | 1.0826 | 0.07 | 1000 | 0.4637 | 0.4654 | | 1.118 | 0.15 | 2000 | 0.2595 | 0.2687 | | 1.1268 | 0.22 | 3000 | 0.2635 | 0.2661 | | 1.0919 | 0.29 | 4000 | 0.2417 | 0.2566 | | 1.1013 | 0.37 | 5000 | 0.2414 | 0.2567 | | 1.0898 | 0.44 | 6000 | 0.2546 | 0.2731 | | 1.0808 | 0.51 | 7000 | 0.2399 | 0.2535 | | 1.0719 | 0.59 | 8000 | 0.2353 | 0.2528 | | 1.0446 | 0.66 | 9000 | 0.2427 | 0.2545 | | 1.0347 | 0.73 | 10000 | 0.2266 | 0.2402 | | 1.0457 | 0.81 | 11000 | 0.2290 | 0.2448 | | 1.0124 | 0.88 | 12000 | 0.2295 | 0.2448 | | 1.025 | 0.95 | 13000 | 0.2138 | 0.2345 | | 1.0107 | 1.03 | 14000 | 0.2108 | 0.2294 | | 0.9758 | 1.1 | 15000 | 0.2019 | 0.2204 | | 0.9547 | 1.17 | 16000 | 0.2000 | 0.2178 | | 0.986 | 1.25 | 17000 | 0.2018 | 0.2200 | | 0.9588 | 1.32 | 18000 | 0.1992 | 0.2138 | | 0.9413 | 1.39 | 19000 | 0.1898 | 0.2049 | | 0.9339 | 1.47 | 20000 | 0.1874 | 0.2056 | | 0.9268 | 1.54 | 21000 | 0.1797 | 0.1976 | | 0.9194 | 1.61 | 22000 | 0.1743 | 0.1905 | | 0.8987 | 1.69 | 23000 | 0.1738 | 0.1932 | | 0.8884 | 1.76 | 24000 | 0.1703 | 0.1873 | | 0.8939 | 1.83 | 25000 | 0.1633 | 0.1831 | | 0.8629 | 1.91 | 26000 | 0.1549 | 0.1750 | | 0.8607 | 1.98 | 27000 | 0.1550 | 0.1738 | | 0.8316 | 2.05 | 28000 | 0.1512 | 0.1709 | | 0.8321 | 2.13 | 29000 | 0.1481 | 0.1657 | | 0.825 | 2.2 | 30000 | 0.1446 | 0.1627 | | 0.8115 | 2.27 | 31000 | 0.1396 | 0.1583 | | 0.7959 | 2.35 | 32000 | 0.1389 | 0.1569 | | 0.7835 | 2.42 | 33000 | 0.1362 | 0.1545 | | 0.7959 | 2.49 | 34000 | 0.1355 | 0.1531 | ### Framework versions - Transformers 4.17.0.dev0 - Pytorch 1.10.2+cu102 - Datasets 1.18.2.dev0 - Tokenizers 0.11.0 #### Evaluation Commands 1. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test` ```bash python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-1B-german --dataset mozilla-foundation/common_voice_8_0 --config de --split test --log_outputs ``` 2. To evaluate on test dev data ```bash python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-1B-german --dataset speech-recognition-community-v2/dev_data --config de --split validation --chunk_length_s 5.0 --stride_length_s 1.0 ```
{"language": ["de"], "license": "apache-2.0", "tags": ["automatic-speech-recognition", "mozilla-foundation/common_voice_8_0", "generated_from_trainer", "robust-speech-event", "de", "hf-asr-leaderboard"], "datasets": ["mozilla-foundation/common_voice_8_0"], "model-index": [{"name": "XLS-R-300M - German", "results": [{"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Common Voice 8", "type": "mozilla-foundation/common_voice_8_0", "args": "de"}, "metrics": [{"type": "wer", "value": 15.25, "name": "Test WER"}, {"type": "cer", "value": 3.78, "name": "Test CER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Dev Data", "type": "speech-recognition-community-v2/dev_data", "args": "de"}, "metrics": [{"type": "wer", "value": 35.29, "name": "Test WER"}, {"type": "cer", "value": 13.83, "name": "Test CER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Test Data", "type": "speech-recognition-community-v2/eval_data", "args": "de"}, "metrics": [{"type": "wer", "value": 36.2, "name": "Test WER"}]}]}]}
automatic-speech-recognition
AndrewMcDowell/wav2vec2-xls-r-1B-german
[ "transformers", "pytorch", "wav2vec2", "automatic-speech-recognition", "mozilla-foundation/common_voice_8_0", "generated_from_trainer", "robust-speech-event", "de", "hf-asr-leaderboard", "dataset:mozilla-foundation/common_voice_8_0", "license:apache-2.0", "model-index", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "de" ]
TAGS #transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_8_0 #generated_from_trainer #robust-speech-event #de #hf-asr-leaderboard #dataset-mozilla-foundation/common_voice_8_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us
This model is a fine-tuned version of facebook/wav2vec2-xls-r-1b on the MOZILLA-FOUNDATION/COMMON\_VOICE\_8\_0 - DE dataset. It achieves the following results on the evaluation set: * Loss: 0.1355 * Wer: 0.1532 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 7.5e-05 * train\_batch\_size: 8 * eval\_batch\_size: 8 * seed: 42 * gradient\_accumulation\_steps: 4 * total\_train\_batch\_size: 32 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * lr\_scheduler\_warmup\_steps: 2000 * num\_epochs: 2.5 * mixed\_precision\_training: Native AMP ### Training results ### Framework versions * Transformers 4.17.0.dev0 * Pytorch 1.10.2+cu102 * Datasets 1.18.2.dev0 * Tokenizers 0.11.0 #### Evaluation Commands 1. To evaluate on 'mozilla-foundation/common\_voice\_8\_0' with split 'test' 2. To evaluate on test dev data
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 2.5\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0", "#### Evaluation Commands\n\n\n1. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'\n2. To evaluate on test dev data" ]
[ "TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_8_0 #generated_from_trainer #robust-speech-event #de #hf-asr-leaderboard #dataset-mozilla-foundation/common_voice_8_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 2.5\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0", "#### Evaluation Commands\n\n\n1. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'\n2. To evaluate on test dev data" ]
[ 111, 159, 4, 39, 44 ]
[ "passage: TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_8_0 #generated_from_trainer #robust-speech-event #de #hf-asr-leaderboard #dataset-mozilla-foundation/common_voice_8_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 2.5\n* mixed\\_precision\\_training: Native AMP### Training results### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0#### Evaluation Commands\n\n\n1. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'\n2. To evaluate on test dev data" ]
[ -0.13207627832889557, 0.12429849058389664, -0.006239145994186401, 0.042449865490198135, 0.09927774220705032, 0.0337371751666069, 0.10909031331539154, 0.16356198489665985, -0.05507772043347359, 0.11216598749160767, 0.0719810351729393, 0.07711575925350189, 0.07944095134735107, 0.11214929074048996, -0.02484850026667118, -0.2541024088859558, 0.019630001857876778, -0.04877142608165741, -0.1208089143037796, 0.11609769612550735, 0.10528804361820221, -0.0884917676448822, 0.03651200979948044, 0.02236356772482395, -0.07480457425117493, -0.013548245653510094, -0.04216494783759117, -0.034060634672641754, 0.06715942174196243, 0.04289745166897774, 0.04904760420322418, 0.04641174152493477, 0.06575075536966324, -0.2676416337490082, 0.005034625995904207, 0.07848574966192245, 0.03647878021001816, 0.05670308321714401, 0.1263255476951599, -0.014989909715950489, 0.10164881497621536, -0.06232953444123268, 0.04550843685865402, 0.07645614445209503, -0.09339983761310577, -0.2452649027109146, -0.10308962315320969, 0.04687913507223129, 0.14016014337539673, 0.07426142692565918, -0.03546970710158348, 0.043218087404966354, -0.08532843738794327, 0.08677518367767334, 0.19740797579288483, -0.20827311277389526, -0.08029872924089432, -0.0034634999465197325, 0.050560321658849716, 0.019429262727499008, -0.10512478649616241, -0.024375921115279198, 0.007890962064266205, 0.009975811466574669, 0.05245595425367355, -0.0038732560351490974, 0.031010672450065613, 0.003309172810986638, -0.14079102873802185, -0.0674794465303421, 0.13567283749580383, 0.0661657303571701, -0.028393933549523354, -0.1111597791314125, -0.02021898329257965, -0.1857009083032608, -0.040556278079748154, 0.02134997956454754, 0.015534989535808563, -0.03193753957748413, -0.020437585189938545, 0.023485876619815826, -0.05070459097623825, -0.08081479370594025, 0.06577073782682419, 0.11602545529603958, 0.045496173202991486, -0.033122602850198746, 0.0019875303842127323, 0.11812644451856613, 0.07331465929746628, -0.17966660857200623, -0.05737203732132912, 0.015495281666517258, -0.14322757720947266, -0.02328908070921898, -0.02300388365983963, 0.014659504406154156, 0.07603375613689423, 0.17906337976455688, -0.012336076237261295, 0.10098030418157578, 0.008013194426894188, 0.005628532730042934, -0.06667619943618774, 0.18225988745689392, -0.05292856693267822, -0.09044407308101654, -0.05042475089430809, 0.14194831252098083, -0.02223292365670204, 0.0035402376670390368, -0.03660716861486435, 0.021697495132684708, 0.10816311836242676, 0.08596626669168472, 0.021421823650598526, 0.02694619446992874, -0.06595876812934875, -0.02902771532535553, 0.009730585850775242, -0.13074402511119843, 0.04500792175531387, 0.07842198014259338, -0.07103761285543442, -0.017321955412626266, -0.018056461587548256, -0.00562035758048296, -0.037253811955451965, 0.07772067189216614, -0.0529230497777462, -0.006230262573808432, -0.09233975410461426, -0.07949512451887131, 0.03688105568289757, -0.008646952919661999, -0.022364581003785133, -0.04796329885721207, -0.09994420409202576, -0.0816926658153534, 0.054202597588300705, -0.06675752997398376, -0.055501263588666916, -0.05039530247449875, -0.10417381674051285, 0.049763161689043045, -0.013617515563964844, 0.1728781759738922, -0.05282815918326378, 0.0802222415804863, 0.041978731751441956, 0.029993105679750443, 0.1444687843322754, 0.055447209626436234, -0.019346611574292183, 0.07698019593954086, -0.13040681183338165, 0.1109573245048523, -0.1341748833656311, 0.06238235905766487, -0.1468012034893036, -0.09833072870969772, 0.01023182924836874, -0.011244071647524834, 0.08894351124763489, 0.143137127161026, -0.15949048101902008, -0.06315834820270538, 0.13793432712554932, -0.05327771604061127, -0.10414799302816391, 0.11354458332061768, -0.005110436584800482, -0.029569290578365326, -0.0025523193180561066, 0.1300317943096161, 0.18518990278244019, -0.09726585447788239, 0.001535810180939734, -0.045975442975759506, 0.09034796059131622, 0.08439303934574127, 0.10191290825605392, -0.04335159435868263, 0.033961594104766846, 0.0033008847385644913, -0.08053982257843018, 0.02495020069181919, -0.07346620410680771, -0.07841937243938446, -0.01705252379179001, -0.05847631394863129, 0.00988298561424017, 0.04366469755768776, -0.00840373057872057, -0.07048314809799194, -0.14412465691566467, -0.007690797559916973, 0.12156565487384796, -0.07424690574407578, 0.0022001827601343393, -0.10052801668643951, 0.07953952252864838, -0.002954127499833703, 0.006680348422378302, -0.15569128096103668, -0.06152937561273575, 0.047994863241910934, -0.08698805421590805, -0.012116964906454086, -0.018188899382948875, 0.05991257727146149, 0.029749546200037003, -0.014604795724153519, -0.07013481110334396, -0.05275828763842583, -0.017339320853352547, -0.043237075209617615, -0.2212541699409485, -0.09546395391225815, -0.01663774624466896, 0.20521217584609985, -0.1958320587873459, 0.01870325580239296, 0.09516408294439316, 0.11973148584365845, 0.009957618080079556, -0.039290957152843475, 0.017761748284101486, 0.03613534942269325, -0.029464296996593475, -0.07372241467237473, 0.019871585071086884, 0.007948335260152817, -0.07923999428749084, -0.010884596966207027, -0.11512788385152817, 0.03249916434288025, 0.06737203896045685, 0.03318124637007713, -0.07374123483896255, -0.04055838659405708, -0.0697379782795906, -0.05399574711918831, -0.023662494495511055, -0.033792607486248016, 0.13950981199741364, 0.03894802927970886, 0.09913051128387451, -0.07354506105184555, -0.06862276792526245, 0.01913595013320446, 0.024559592828154564, -0.00393919600173831, 0.14658789336681366, 0.03490845486521721, -0.037589218467473984, 0.08385741710662842, 0.02447139471769333, -0.05818793177604675, 0.11886846274137497, -0.08059221506118774, -0.09118303656578064, -0.05038144066929817, 0.06442555785179138, 0.040215764194726944, 0.09512738138437271, -0.17780853807926178, -0.0037335881497710943, 0.03532937914133072, 0.023668857291340828, 0.027849582955241203, -0.16743941605091095, 0.013027640990912914, 0.026679307222366333, -0.0838259756565094, -0.0018900579307228327, 0.020309386774897575, 0.004109778441488743, 0.06656230241060257, 0.013469824567437172, -0.060134075582027435, -0.028931530192494392, -0.06048407778143883, -0.1004243716597557, 0.17390218377113342, -0.07854000478982925, -0.13466034829616547, -0.13984058797359467, -0.014869114384055138, -0.0421140119433403, -0.0317264087498188, 0.04798794165253639, -0.07985888421535492, -0.04708040878176689, -0.07072947919368744, 0.008680793456733227, -0.0063008093275129795, 0.004161363001912832, 0.024566300213336945, 0.02021859772503376, 0.0780942514538765, -0.10318764299154282, 0.015671512112021446, 0.009285381063818932, -0.03049851581454277, 0.002798201283439994, 0.028933214023709297, 0.09245649725198746, 0.16312891244888306, 0.061517730355262756, 0.05445163697004318, -0.006855777930468321, 0.20052866637706757, -0.13856273889541626, 0.007912563160061836, 0.12935929000377655, -0.000817472580820322, 0.04818698391318321, 0.1424461007118225, 0.02661905065178871, -0.0783691480755806, 0.0156865157186985, 0.048037219792604446, -0.0009516331483609974, -0.2475333958864212, -0.018290942534804344, -0.07693158090114594, -0.014145633205771446, 0.08961648494005203, 0.032586418092250824, 0.014374424703419209, 0.020001575350761414, -0.022827770560979843, -0.03313043341040611, 0.053014546632766724, 0.06055695191025734, 0.07967379689216614, 0.04458656534552574, 0.10781057178974152, -0.021056024357676506, -0.0114047322422266, 0.022874940186738968, 0.0020778526086360216, 0.23283973336219788, -0.015461771748960018, 0.2046079933643341, 0.07454747706651688, 0.12560513615608215, -0.013451355509459972, 0.029689619317650795, 0.0038611204363405704, 0.010059178806841373, 0.04948684573173523, -0.06007574871182442, -0.020352523773908615, 0.028576795011758804, 0.08546098321676254, 0.023742100223898888, -0.09448456764221191, 0.014786340296268463, 0.04951167479157448, 0.3543182909488678, 0.08425946533679962, -0.2721119821071625, -0.07075366377830505, 0.017560789361596107, -0.06956768035888672, -0.046287186443805695, 0.0071273609064519405, 0.09352617710828781, -0.10060089826583862, 0.07715100795030594, -0.06955182552337646, 0.09188725054264069, -0.05990758538246155, 0.0022756564430892467, 0.1199847012758255, 0.10182472318410873, 0.019256312400102615, 0.06801275908946991, -0.23250126838684082, 0.22742138803005219, -0.015475036576390266, 0.05976802483201027, -0.04792293533682823, 0.06552547961473465, 0.043271780014038086, -0.0022626661229878664, 0.07424861192703247, -0.013456028886139393, -0.07862435281276703, -0.13055939972400665, -0.09145370870828629, 0.013011373579502106, 0.12276149541139603, -0.07581702619791031, 0.1369399130344391, -0.057958077639341354, -0.05242234468460083, 0.017042841762304306, -0.05050009861588478, -0.11445458233356476, -0.08538970351219177, 0.07861343771219254, -0.031804159283638, 0.07802695780992508, -0.09564102441072464, -0.07695262134075165, -0.050950177013874054, 0.17005236446857452, -0.151997372508049, -0.03672780096530914, -0.14304335415363312, 0.04727416858077049, 0.1670825332403183, -0.06745823472738266, 0.02427186630666256, -0.0003433149540796876, 0.15827620029449463, 0.05308666452765465, -0.009477239102125168, 0.08425983786582947, -0.07880055904388428, -0.22254589200019836, -0.0394684299826622, 0.17317450046539307, 0.015134774148464203, 0.05177588760852814, -0.01281128078699112, 0.00933854654431343, -0.011547444388270378, -0.08695990592241287, 0.04776439815759659, 0.024831896647810936, -0.0067769065499305725, 0.04826623201370239, -0.03428661823272705, 0.009350973181426525, -0.08942332863807678, -0.029862361028790474, 0.07732277363538742, 0.23654046654701233, -0.07439973205327988, 0.01646440662443638, -0.002636923687532544, -0.06293723732233047, -0.15010176599025726, 0.011011171154677868, 0.13199292123317719, 0.027280868962407112, -0.02547081932425499, -0.17571137845516205, 0.011488758027553558, 0.07874470949172974, -0.024208126589655876, 0.12376221269369125, -0.34186771512031555, -0.12711909413337708, 0.06425271928310394, 0.051528122276067734, -0.09338555485010147, -0.18821750581264496, -0.08945048600435257, -0.013161574490368366, -0.11469149589538574, 0.021066181361675262, -0.02667689323425293, 0.10822735726833344, -0.012292814441025257, 0.008428171277046204, 0.020861713215708733, -0.051822010427713394, 0.1734001785516739, 0.030735913664102554, 0.038398757576942444, -0.008265737444162369, 0.029411278665065765, 0.04475947469472885, -0.08481186628341675, 0.024814287200570107, -0.06570736318826675, 0.03616541624069214, -0.1520162671804428, -0.018800437450408936, -0.09001052379608154, 0.018088847398757935, -0.07077399641275406, -0.00237844861112535, -0.016098681837320328, 0.05405210331082344, 0.08096932619810104, 0.02004443109035492, 0.09282223880290985, -0.06342769414186478, 0.10171232372522354, 0.15948323905467987, 0.10229646414518356, 0.028190897777676582, -0.13159437477588654, 0.001740316511131823, 0.02682083286345005, 0.02057432197034359, -0.12796953320503235, 0.05093468353152275, 0.13928557932376862, 0.048255931586027145, 0.14520114660263062, 0.04337728023529053, -0.09199553728103638, -0.003177985083311796, 0.06311224400997162, -0.06314126402139664, -0.14036989212036133, -0.021542727947235107, 0.01242789439857006, -0.1546907275915146, -0.021457489579916, 0.11950865387916565, -0.010595758445560932, 0.0020901893731206656, 0.025875091552734375, 0.052745118737220764, -0.02801421843469143, 0.21783997118473053, 0.0136577682569623, 0.11873142421245575, -0.08195246011018753, 0.05923185497522354, 0.039960917085409164, -0.06930294632911682, 0.0024023987352848053, 0.1162741631269455, -0.058253344148397446, -0.03884339705109596, -0.01611573062837124, 0.07080185413360596, 0.03792453557252884, -0.04692952707409859, -0.12401287257671356, -0.14873254299163818, 0.08781849592924118, 0.06751106679439545, 0.03379516676068306, 0.034710850566625595, 0.007088784594088793, 0.026913482695817947, -0.0807863250374794, 0.12763327360153198, 0.0932539626955986, 0.0736103504896164, -0.1157447025179863, 0.08490318804979324, 0.0025767001789063215, 0.017841657623648643, 0.006671632640063763, -0.008663211949169636, -0.09715303033590317, 0.023591283708810806, -0.15932750701904297, -0.01042754016816616, -0.04594305530190468, -0.0029182916041463614, 0.023776451125741005, -0.05723463371396065, -0.060517605394124985, 0.02937501296401024, -0.10812482237815857, -0.06638140976428986, -0.03864723816514015, 0.08292632550001144, -0.10517950356006622, -0.0018953887047246099, 0.04701778665184975, -0.158964604139328, 0.1023881733417511, 0.029514078050851822, 0.017583604902029037, 0.004747471306473017, -0.051483456045389175, -0.004018247593194246, 0.003068312304094434, 0.019836977124214172, 0.0369064025580883, -0.215429425239563, 0.009534411132335663, -0.03664242848753929, -0.00022869455278851092, -0.010161646641790867, 0.015678012743592262, -0.12434462457895279, 0.012815807946026325, -0.0237960796803236, -0.04329899325966835, -0.04281436651945114, 0.055475711822509766, 0.0722048282623291, 0.024771995842456818, 0.16570796072483063, -0.051954083144664764, 0.07018912583589554, -0.22666895389556885, -0.005005496088415384, 0.0017175701214000583, -0.04424405097961426, -0.015428518876433372, -0.019826026633381844, 0.10284610092639923, -0.07022623717784882, 0.07417285442352295, -0.040070030838251114, 0.07951296865940094, 0.03719419613480568, -0.08628100156784058, 0.03942262381315231, 0.07094701379537582, 0.10951241105794907, 0.04102606326341629, -0.003283671336248517, 0.07652092725038528, -0.042833175510168076, 0.03206329420208931, 0.03767894580960274, 0.16657797992229462, 0.15004988014698029, 0.053679611533880234, 0.07048723846673965, 0.08918090909719467, -0.13026048243045807, -0.12420503050088882, 0.14267590641975403, -0.0791931226849556, 0.14519056677818298, -0.03742629289627075, 0.1581554114818573, 0.11309704929590225, -0.20316176116466522, 0.07757101953029633, -0.04928029328584671, -0.08563096076250076, -0.08728276193141937, -0.06683497130870819, -0.0746120810508728, -0.16375738382339478, 0.01173430122435093, -0.09714951366186142, 0.06483754515647888, 0.04683033004403114, 0.0414574034512043, 0.022195614874362946, 0.10542743653059006, 0.04991214722394943, -0.0075140283443033695, 0.11148141324520111, 0.0027908156625926495, -0.014193194918334484, -0.012764151208102703, -0.08095858991146088, 0.03679164499044418, -0.02228877693414688, 0.07574744522571564, -0.018717091530561447, -0.09187134355306625, 0.04430551826953888, 0.009094842709600925, -0.09940414875745773, 0.03076675347983837, -0.02624969370663166, 0.02257094718515873, 0.08227863907814026, 0.03997963294386864, 0.005904620513319969, -0.008274315856397152, 0.19203150272369385, -0.07466087490320206, -0.06505228579044342, -0.14751987159252167, 0.17390835285186768, -0.0004417584277689457, -0.00027788252918981016, 0.03156377375125885, -0.07379370182752609, -0.026662232354283333, 0.1745397001504898, 0.11205364018678665, -0.03148582577705383, -0.027277136221528053, 0.03703221678733826, -0.004669976886361837, -0.024959297850728035, 0.07223676145076752, 0.10565237700939178, 0.06392782181501389, -0.02826347015798092, -0.012442230246961117, -0.011415436863899231, -0.07630397379398346, -0.02273750491440296, 0.0834479033946991, 0.010415771044790745, -0.000022055211957194842, -0.015681229531764984, 0.12040763348340988, -0.07457391172647476, -0.15097559988498688, 0.057204898446798325, -0.1430712342262268, -0.20089593529701233, -0.04364338889718056, 0.062116120010614395, 0.008101348765194416, 0.06977380067110062, -0.0006685173721052706, -0.06218813359737396, 0.14635661244392395, -0.008298706263303757, -0.008650454692542553, -0.11459094285964966, 0.07841555774211884, -0.1321353316307068, 0.19276493787765503, -0.03700126335024834, 0.027309007942676544, 0.1437263786792755, 0.017356254160404205, -0.12307397276163101, 0.017943544313311577, 0.10656370967626572, -0.13644613325595856, 0.055739957839250565, 0.17913594841957092, -0.02566240355372429, 0.12351183593273163, 0.04476841539144516, -0.07148711383342743, 0.007417502347379923, -0.046958815306425095, -0.012927808798849583, -0.09152234345674515, -0.004138402175158262, -0.04699679836630821, 0.1228012815117836, 0.22877874970436096, -0.07249802350997925, 0.00025863212067633867, -0.04710913076996803, 0.020435893908143044, 0.009675566107034683, 0.1542850136756897, -0.04230247810482979, -0.25895634293556213, 0.039349302649497986, -0.002377002267166972, 0.03242045268416405, -0.19950422644615173, -0.08351223915815353, 0.04367358237504959, -0.050370845943689346, -0.03872459754347801, 0.13815124332904816, 0.05305825173854828, 0.047546762973070145, -0.042490750551223755, -0.1041988879442215, -0.030429141595959663, 0.18249280750751495, -0.17860707640647888, -0.05911197140812874 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - AR dataset. It achieves the following results on the evaluation set: - Loss: 1.1373 - Wer: 0.8607 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 6.5e-05 - train_batch_size: 16 - eval_batch_size: 8 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 64 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 2000 - num_epochs: 30.0 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:-----:|:---------------:|:------:| | 2.2416 | 0.84 | 500 | 1.2867 | 0.8875 | | 2.3089 | 1.67 | 1000 | 1.8336 | 0.9548 | | 2.3614 | 2.51 | 1500 | 1.5937 | 0.9469 | | 2.5234 | 3.35 | 2000 | 1.9765 | 0.9867 | | 2.5373 | 4.19 | 2500 | 1.9062 | 0.9916 | | 2.5703 | 5.03 | 3000 | 1.9772 | 0.9915 | | 2.4656 | 5.86 | 3500 | 1.8083 | 0.9829 | | 2.4339 | 6.7 | 4000 | 1.7548 | 0.9752 | | 2.344 | 7.54 | 4500 | 1.6146 | 0.9638 | | 2.2677 | 8.38 | 5000 | 1.5105 | 0.9499 | | 2.2074 | 9.21 | 5500 | 1.4191 | 0.9357 | | 2.3768 | 10.05 | 6000 | 1.6663 | 0.9665 | | 2.3804 | 10.89 | 6500 | 1.6571 | 0.9720 | | 2.3237 | 11.72 | 7000 | 1.6049 | 0.9637 | | 2.317 | 12.56 | 7500 | 1.5875 | 0.9655 | | 2.2988 | 13.4 | 8000 | 1.5357 | 0.9603 | | 2.2906 | 14.24 | 8500 | 1.5637 | 0.9592 | | 2.2848 | 15.08 | 9000 | 1.5326 | 0.9537 | | 2.2381 | 15.91 | 9500 | 1.5631 | 0.9508 | | 2.2072 | 16.75 | 10000 | 1.4565 | 0.9395 | | 2.197 | 17.59 | 10500 | 1.4304 | 0.9406 | | 2.198 | 18.43 | 11000 | 1.4230 | 0.9382 | | 2.1668 | 19.26 | 11500 | 1.3998 | 0.9315 | | 2.1498 | 20.1 | 12000 | 1.3920 | 0.9258 | | 2.1244 | 20.94 | 12500 | 1.3584 | 0.9153 | | 2.0953 | 21.78 | 13000 | 1.3274 | 0.9054 | | 2.0762 | 22.61 | 13500 | 1.2933 | 0.9073 | | 2.0587 | 23.45 | 14000 | 1.2516 | 0.8944 | | 2.0363 | 24.29 | 14500 | 1.2214 | 0.8902 | | 2.0302 | 25.13 | 15000 | 1.2087 | 0.8871 | | 2.0071 | 25.96 | 15500 | 1.1953 | 0.8786 | | 1.9882 | 26.8 | 16000 | 1.1738 | 0.8712 | | 1.9772 | 27.64 | 16500 | 1.1647 | 0.8672 | | 1.9585 | 28.48 | 17000 | 1.1459 | 0.8635 | | 1.944 | 29.31 | 17500 | 1.1414 | 0.8616 | ### Framework versions - Transformers 4.17.0.dev0 - Pytorch 1.10.2+cu102 - Datasets 1.18.2.dev0 - Tokenizers 0.11.0
{"language": ["ar"], "license": "apache-2.0", "tags": ["automatic-speech-recognition", "mozilla-foundation/common_voice_8_0", "generated_from_trainer"], "datasets": ["common_voice"], "model-index": [{"name": "", "results": []}]}
automatic-speech-recognition
AndrewMcDowell/wav2vec2-xls-r-1b-arabic
[ "transformers", "pytorch", "wav2vec2", "automatic-speech-recognition", "mozilla-foundation/common_voice_8_0", "generated_from_trainer", "ar", "dataset:common_voice", "license:apache-2.0", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "ar" ]
TAGS #transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_8_0 #generated_from_trainer #ar #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us
This model is a fine-tuned version of facebook/wav2vec2-xls-r-1b on the MOZILLA-FOUNDATION/COMMON\_VOICE\_8\_0 - AR dataset. It achieves the following results on the evaluation set: * Loss: 1.1373 * Wer: 0.8607 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 6.5e-05 * train\_batch\_size: 16 * eval\_batch\_size: 8 * seed: 42 * gradient\_accumulation\_steps: 4 * total\_train\_batch\_size: 64 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * lr\_scheduler\_warmup\_steps: 2000 * num\_epochs: 30.0 * mixed\_precision\_training: Native AMP ### Training results ### Framework versions * Transformers 4.17.0.dev0 * Pytorch 1.10.2+cu102 * Datasets 1.18.2.dev0 * Tokenizers 0.11.0
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 6.5e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 64\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 30.0\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0" ]
[ "TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_8_0 #generated_from_trainer #ar #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 6.5e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 64\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 30.0\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0" ]
[ 79, 160, 4, 39 ]
[ "passage: TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_8_0 #generated_from_trainer #ar #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 6.5e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 64\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 30.0\n* mixed\\_precision\\_training: Native AMP### Training results### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0" ]
[ -0.122341588139534, 0.15802060067653656, -0.0039328536950051785, 0.026099558919668198, 0.10646619647741318, 0.007733722683042288, 0.09482292085886002, 0.1482316553592682, -0.07874351739883423, 0.12224624305963516, 0.0991123616695404, 0.09445363283157349, 0.09529288113117218, 0.13874806463718414, -0.01785098947584629, -0.2670358717441559, 0.03526168689131737, -0.03360952436923981, -0.08491454273462296, 0.10253933817148209, 0.09079325944185257, -0.10539766401052475, 0.032757360488176346, 0.011241585947573185, -0.09503298997879028, -0.01864466816186905, -0.03945594280958176, -0.0650407001376152, 0.08612294495105743, 0.049891047179698944, 0.03774004802107811, 0.02681162767112255, 0.07097601890563965, -0.2791959345340729, 0.009574566967785358, 0.061538781970739365, 0.03769446164369583, 0.05417895317077637, 0.10288920998573303, -0.007259328383952379, 0.11168455332517624, -0.07962965965270996, 0.039576150476932526, 0.05295036360621452, -0.08065479248762131, -0.2790372967720032, -0.10252538323402405, 0.012538916431367397, 0.1286851465702057, 0.09435462206602097, -0.04043284058570862, 0.04992329329252243, -0.04535141959786415, 0.08088305592536926, 0.2264985889196396, -0.23317724466323853, -0.06396596878767014, -0.019254710525274277, 0.04050338640809059, 0.03546963259577751, -0.10423018038272858, 0.006681984290480614, 0.026326186954975128, 0.012319667264819145, 0.07433108985424042, 0.01919928751885891, 0.06250650435686111, 0.003330584615468979, -0.1327088326215744, -0.055215023458004, 0.1484450250864029, 0.09172879159450531, -0.019110627472400665, -0.11501240730285645, -0.025935469195246696, -0.1681840568780899, -0.050654493272304535, 0.010201470926404, 0.022762732580304146, -0.0229449812322855, -0.07706417143344879, 0.016879770904779434, -0.03845536336302757, -0.05770047381520271, 0.021693453192710876, 0.13274075090885162, 0.03742184862494469, -0.04271466284990311, 0.026689082384109497, 0.06508149206638336, 0.061295293271541595, -0.15858955681324005, -0.018088655546307564, 0.044325318187475204, -0.08932796120643616, 0.0035141801927238703, -0.026091815903782845, 0.019841570407152176, 0.06268095970153809, 0.13106273114681244, 0.022006647661328316, 0.09337687492370605, 0.005056194961071014, 0.007686321157962084, -0.06574933975934982, 0.15111835300922394, -0.07652269303798676, -0.12925215065479279, -0.03266650065779686, 0.10034238547086716, 0.028441717848181725, -0.027551019564270973, -0.0839913934469223, 0.034320298582315445, 0.10678330063819885, 0.05015626549720764, 0.02306283265352249, 0.0069347769021987915, -0.07501550018787384, -0.027716444805264473, 0.001733039622195065, -0.11439002305269241, 0.051579125225543976, 0.038876865059137344, -0.061166778206825256, 0.015229631215333939, -0.03543219342827797, 0.03229355067014694, -0.03199426084756851, 0.08405102789402008, -0.05000348016619682, -0.014205247163772583, -0.06697428226470947, -0.09480896592140198, 0.04231157526373863, -0.042309198528528214, -0.00028319351258687675, -0.06930754333734512, -0.07909751683473587, -0.07281500846147537, 0.04811975359916687, -0.06658344715833664, -0.07050057500600815, -0.09951649606227875, -0.07834767550230026, 0.07272054255008698, -0.026744626462459564, 0.1497287005186081, -0.06291011720895767, 0.09399191290140152, 0.010886848904192448, 0.05756727233529091, 0.06842886656522751, 0.07199689745903015, -0.014162394218146801, 0.041537363082170486, -0.13278798758983612, 0.1040685698390007, -0.10307015478610992, 0.048547014594078064, -0.14907392859458923, -0.08624137192964554, -0.004164211452007294, -0.004307967610657215, 0.1111186072230339, 0.1233069896697998, -0.17414914071559906, -0.09575477987527847, 0.14071975648403168, -0.051346663385629654, -0.09383003413677216, 0.14254340529441833, -0.007007721345871687, -0.05673346668481827, 0.03482796251773834, 0.18806426227092743, 0.10527144372463226, -0.09173334389925003, -0.024211077019572258, -0.0655529797077179, 0.1307147592306137, 0.025684719905257225, 0.11003120243549347, -0.06348489224910736, 0.020607860758900642, -0.00108802760951221, -0.010982747189700603, 0.07739605754613876, -0.07851089537143707, -0.07019323110580444, -0.01015089824795723, -0.07481472194194794, -0.005286695901304483, 0.04759468138217926, 0.006216570734977722, -0.09631630033254623, -0.12119152396917343, -0.028609242290258408, 0.1111980676651001, -0.1029965952038765, 0.028439166024327278, -0.08756175637245178, 0.09185342490673065, -0.03156905248761177, 0.004102998413145542, -0.1407625377178192, 0.010472152382135391, 0.04165062680840492, -0.035566989332437515, -0.0021224627271294594, -0.06487184017896652, 0.05392587557435036, 0.032553188502788544, -0.03450697287917137, -0.05944712087512016, -0.03197290375828743, -0.0023500726092606783, -0.04912170395255089, -0.23925241827964783, -0.05264364555478096, -0.025943968445062637, 0.16868340969085693, -0.16024433076381683, -0.012754322960972786, 0.038674093782901764, 0.1419607400894165, 0.02105315588414669, -0.060498084872961044, 0.012789926491677761, 0.06708496063947678, -0.035325877368450165, -0.07604529708623886, 0.026957573369145393, 0.014143973588943481, -0.11033252626657486, 0.01996072567999363, -0.12142832577228546, 0.06973350048065186, 0.11086129397153854, 0.01912931725382805, -0.04261675104498863, -0.05979513004422188, -0.04043162614107132, -0.043010275810956955, -0.027572384104132652, -0.0028066730592399836, 0.1495419442653656, 0.010436863638460636, 0.0951051115989685, -0.07806678861379623, -0.027402210980653763, 0.046481795608997345, 0.025450177490711212, -0.03757837787270546, 0.1316271722316742, 0.07068605720996857, -0.043460626155138016, 0.10460851341485977, 0.07154513150453568, -0.027420518919825554, 0.13971050083637238, -0.06401766836643219, -0.08577588945627213, -0.040356721729040146, 0.012748722918331623, 0.02301105298101902, 0.09754317253828049, -0.1868860423564911, -0.02500019036233425, 0.03006892465054989, 0.0329321064054966, 0.01705707050859928, -0.16280505061149597, 0.01119370199739933, 0.03996592015028, -0.07643714547157288, -0.006861744448542595, -0.0028364642057567835, -0.027878928929567337, 0.08070288598537445, 0.02593337558209896, -0.07577113807201385, -0.030210088938474655, -0.03885840252041817, -0.09505259245634079, 0.14921371638774872, -0.12935197353363037, -0.14079779386520386, -0.11103006452322006, -0.057803139090538025, -0.03644561767578125, -0.004247522912919521, 0.05415302887558937, -0.10053601861000061, -0.04406841844320297, -0.06677008420228958, 0.014495698735117912, -0.06623301655054092, 0.04233217611908913, 0.054297130554914474, -0.0017912673065438867, 0.032980777323246, -0.0849781483411789, 0.011102884076535702, -0.006806114222854376, 0.018046250566840172, -0.00895571056753397, 0.00827554427087307, 0.1150631308555603, 0.16106949746608734, 0.0689852386713028, 0.04268261417746544, -0.035960134118795395, 0.17773297429084778, -0.130784273147583, -0.004579467233270407, 0.10718819499015808, 0.03318927437067032, 0.03827652335166931, 0.1524651050567627, 0.0282282754778862, -0.09505943208932877, 0.021044576540589333, 0.01862998493015766, -0.017629273235797882, -0.2203560620546341, -0.0496697835624218, -0.08160825818777084, -0.037450000643730164, 0.09421323239803314, 0.024223567917943, -0.010618265718221664, 0.017367510125041008, -0.02504032850265503, 0.0025721522979438305, 0.029011014848947525, 0.05453568696975708, 0.09037395566701889, 0.04631807282567024, 0.11542773991823196, -0.019694048911333084, -0.00822317786514759, 0.039641719311475754, -0.017325902357697487, 0.24085810780525208, 0.01942027546465397, 0.19369949400424957, 0.040736787021160126, 0.15588989853858948, 0.0007896985625848174, 0.031086532399058342, 0.023752404376864433, 0.004794322419911623, 0.009973801672458649, -0.055885136127471924, -0.05537745729088783, 0.04073574021458626, 0.13690513372421265, 0.013952156528830528, -0.11092188209295273, 0.022982554510235786, 0.024340005591511726, 0.3491199016571045, 0.09094724804162979, -0.28154727816581726, -0.07078681141138077, 0.017326712608337402, -0.05802500993013382, -0.03888285160064697, 0.03794059529900551, 0.10523833334445953, -0.056663572788238525, 0.09241574257612228, -0.038751184940338135, 0.0855720043182373, -0.08305101096630096, -0.006005074363201857, 0.055501412600278854, 0.08998685330152512, 0.006050237454473972, 0.05731822922825813, -0.26504066586494446, 0.2624245882034302, -0.004138934891670942, 0.08097594976425171, -0.05383097752928734, 0.04283549264073372, 0.03406484052538872, -0.03275790810585022, 0.07675883919000626, -0.0021784345153719187, -0.1379953771829605, -0.12696202099323273, -0.10924594849348068, 0.009258336387574673, 0.12616218626499176, -0.053517311811447144, 0.11040201038122177, -0.0413949117064476, -0.03821112588047981, 0.034349799156188965, -0.045409854501485825, -0.10933512449264526, -0.12345464527606964, 0.029095904901623726, 0.05086345225572586, 0.08544553071260452, -0.07764878869056702, -0.09337875992059708, -0.07292286306619644, 0.1581585556268692, -0.09849280118942261, -0.008582163602113724, -0.1305493414402008, 0.0705682709813118, 0.14232639968395233, -0.064397893846035, 0.04914865270256996, 0.007912952452898026, 0.132023885846138, 0.023391015827655792, -0.013031062670052052, 0.11257745325565338, -0.08407276123762131, -0.18111753463745117, -0.06835838407278061, 0.15966346859931946, 0.0217104684561491, 0.06386031210422516, -0.014362815767526627, 0.03465157747268677, -0.012360472232103348, -0.06954765319824219, 0.09141336381435394, 0.08573312312364578, 0.026940342038869858, 0.057519521564245224, -0.0006648041890002787, -0.012514851056039333, -0.08760852366685867, -0.08752384036779404, 0.1328979879617691, 0.26662713289260864, -0.07887911051511765, 0.04843829572200775, 0.051788195967674255, -0.055338554084300995, -0.15424297749996185, -0.020132090896368027, 0.11226397752761841, 0.0456627681851387, -0.03690418601036072, -0.20953088998794556, -0.003925785887986422, 0.06287689507007599, -0.02393687702715397, 0.06151044741272926, -0.3314184546470642, -0.12884707748889923, 0.082875557243824, 0.06826262176036835, 0.007031085900962353, -0.15982143580913544, -0.07796958088874817, -0.04078638181090355, -0.0777580663561821, 0.03512149304151535, 0.0028151860460639, 0.1216784343123436, 0.0149947889149189, 0.009310118854045868, 0.012740049511194229, -0.04674095660448074, 0.15861794352531433, 0.0035044101532548666, 0.017999475821852684, -0.01960870251059532, 0.044535961002111435, -0.021168671548366547, -0.06421537697315216, -0.009638415649533272, -0.06021818146109581, 0.032663747668266296, -0.13623394072055817, -0.03399321809411049, -0.06819146871566772, 0.01166688185185194, -0.026628663763403893, -0.020614279434084892, -0.04619655758142471, 0.03774506598711014, 0.09976189583539963, 0.010555450804531574, 0.13199058175086975, -0.04995898902416229, 0.1138736829161644, 0.10098896920681, 0.09476874768733978, -0.02993733435869217, -0.06910275667905807, -0.014507360756397247, -0.019058993086218834, 0.03413718193769455, -0.11135664582252502, 0.02871849201619625, 0.135454922914505, 0.03783555328845978, 0.13994310796260834, 0.04768989980220795, -0.08979716151952744, 0.025952473282814026, 0.06261148303747177, -0.07018926739692688, -0.15936413407325745, -0.022973641753196716, 0.03800087794661522, -0.11339598894119263, -0.01470733992755413, 0.10632897168397903, -0.021358422935009003, -0.00016427977243438363, 0.006894816178828478, 0.04480014368891716, -0.0210562814027071, 0.2123919427394867, 0.008320795372128487, 0.07364901900291443, -0.10444942116737366, 0.09066999703645706, 0.051662687212228775, -0.13689470291137695, 0.05925968289375305, 0.06753595173358917, -0.059448566287755966, -0.013654513284564018, 0.012275909073650837, 0.09005694091320038, 0.03727400302886963, -0.06350241601467133, -0.10823186486959457, -0.14529593288898468, 0.1083284243941307, 0.043915849179029465, 0.02496185526251793, 0.019396696239709854, -0.021658528596162796, 0.01591668091714382, -0.09228403121232986, 0.09771759808063507, 0.08422691375017166, 0.0509062334895134, -0.12807126343250275, 0.0719478502869606, 0.009236630983650684, -0.0035620802082121372, -0.00100046640727669, -0.01142457127571106, -0.091695636510849, 0.025390246883034706, -0.11861441284418106, -0.011639283038675785, -0.08438298106193542, -0.0077013373374938965, 0.014192911796271801, -0.06639564037322998, -0.06900463998317719, 0.015005245804786682, -0.10689064115285873, -0.06148000434041023, -0.03282913193106651, 0.06781792640686035, -0.09431849420070648, -0.016236471012234688, 0.026008915156126022, -0.12447661906480789, 0.09597371518611908, 0.04973972588777542, 0.03080606460571289, 0.004547350574284792, -0.06731362640857697, -0.017867237329483032, 0.03434835001826286, 0.007914864458143711, 0.030039753764867783, -0.20070074498653412, -0.007795292884111404, -0.0025174350012093782, 0.0037095362786203623, -0.011705371551215649, 0.0423741489648819, -0.11238107085227966, -0.029671575874090195, -0.05298575758934021, -0.03897798806428909, -0.04349849745631218, 0.06631015241146088, 0.0988338440656662, 0.01892305724322796, 0.15520696341991425, -0.07756433635950089, 0.047343675047159195, -0.2005167305469513, 0.015064531937241554, -0.0364256426692009, -0.06482618302106857, -0.04675117880105972, -0.0266261026263237, 0.09776518493890762, -0.046103883534669876, 0.07647369801998138, -0.04811495542526245, 0.05219645798206329, 0.028022514656186104, -0.10412941873073578, 0.023656724020838737, 0.04798644036054611, 0.19231203198432922, 0.064761683344841, -0.020560070872306824, 0.08533550053834915, 0.0017875655321404338, 0.0851152166724205, 0.1710505187511444, 0.11829053610563278, 0.14772896468639374, 0.10847560316324234, 0.10780268162488937, 0.06366758793592453, -0.1429964303970337, -0.14123855531215668, 0.16081611812114716, -0.06897684186697006, 0.15138986706733704, -0.002899455837905407, 0.18507368862628937, 0.10289249569177628, -0.1987585723400116, 0.049028124660253525, -0.032522689551115036, -0.07116144150495529, -0.1021805927157402, -0.074310801923275, -0.09326808899641037, -0.19353698194026947, 0.010840494185686111, -0.10775099694728851, 0.06292108446359634, 0.031796641647815704, 0.045768436044454575, 0.03958756476640701, 0.06304224580526352, 0.03864634409546852, -0.014286553487181664, 0.12185659259557724, 0.005119456443935633, -0.03872232139110565, -0.046261031180620193, -0.12405870854854584, 0.05105920508503914, -0.038147296756505966, 0.07839745283126831, -0.014946945942938328, -0.10560999065637589, 0.07884547859430313, 0.01654750294983387, -0.10826420783996582, 0.022932356223464012, -0.021718796342611313, 0.055429618805646896, 0.11614563316106796, 0.04537620395421982, -0.014168756082654, 0.003906496334820986, 0.20277872681617737, -0.09195168316364288, -0.03742585703730583, -0.1351640820503235, 0.16880616545677185, 0.0029112331103533506, 0.01302286982536316, 0.01966473087668419, -0.07920964807271957, -0.02545134536921978, 0.1605234444141388, 0.13036516308784485, -0.01681734248995781, -0.035676583647727966, 0.030170829966664314, -0.010340087115764618, -0.04130905494093895, 0.07243146747350693, 0.12778814136981964, 0.04797954112291336, -0.035831816494464874, -0.032410163432359695, -0.0544392429292202, -0.062123656272888184, -0.02321084588766098, 0.07594306021928787, 0.00658895680680871, -0.02648909017443657, -0.005513104610145092, 0.11961286514997482, -0.05950763821601868, -0.1366731971502304, 0.044311027973890305, -0.18488867580890656, -0.1872199922800064, -0.02238328568637371, 0.058320507407188416, 0.053484246134757996, 0.05125456303358078, 0.003915359266102314, -0.01690712198615074, 0.12569814920425415, 0.007329678162932396, -0.05554335191845894, -0.10374747961759567, 0.059905681759119034, -0.10260922461748123, 0.16914667189121246, -0.04055007919669151, 0.015610617585480213, 0.1338016241788864, 0.08404406160116196, -0.09816835075616837, 0.03956621140241623, 0.08529073745012283, -0.09972034394741058, 0.07209224253892899, 0.17165902256965637, -0.04576393589377403, 0.15431562066078186, 0.06242603063583374, -0.05537322536110878, 0.025999749079346657, -0.09367553889751434, -0.03310152143239975, -0.05683526024222374, 0.007526125758886337, -0.056471195071935654, 0.14373168349266052, 0.1600867360830307, -0.07361310720443726, -0.018918456509709358, -0.025640293955802917, 0.016157306730747223, 0.015135573223233223, 0.14225852489471436, -0.03357250615954399, -0.2764478623867035, 0.012124348431825638, -0.002808671211823821, 0.032169636338949203, -0.2085086852312088, -0.07351943850517273, 0.016098858788609505, -0.05548977106809616, -0.06668407469987869, 0.1212073341012001, 0.04894016310572624, 0.02607245184481144, -0.07662896811962128, -0.1162564754486084, -0.018167581409215927, 0.18059051036834717, -0.16743476688861847, -0.06253685057163239 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - JA dataset. It achieves the following results on the evaluation set: - Loss: 0.5500 - Wer: 1.0132 - Cer: 0.1609 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 7.5e-05 - train_batch_size: 32 - eval_batch_size: 8 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 128 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 1500 - num_epochs: 50.0 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Wer | Cer | |:-------------:|:-----:|:----:|:---------------:|:------:|:------:| | 1.7019 | 12.65 | 1000 | 1.0510 | 0.9832 | 0.2589 | | 1.6385 | 25.31 | 2000 | 0.6670 | 0.9915 | 0.1851 | | 1.4344 | 37.97 | 3000 | 0.6183 | 1.0213 | 0.1797 | ### Framework versions - Transformers 4.17.0.dev0 - Pytorch 1.10.2+cu102 - Datasets 1.18.2.dev0 - Tokenizers 0.11.0 #### Evaluation Commands 1. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test` ```bash python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-1b-japanese-hiragana-katakana --dataset mozilla-foundation/common_voice_8_0 --config ja --split test --log_outputs ``` 2. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test` ```bash python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-1b-japanese-hiragana-katakana --dataset speech-recognition-community-v2/dev_data --config de --split validation --chunk_length_s 5.0 --stride_length_s 1.0 ```
{"language": ["ja"], "license": "apache-2.0", "tags": ["automatic-speech-recognition", "mozilla-foundation/common_voice_8_0", "generated_from_trainer", "robust-speech-event", "ja", "hf-asr-leaderboard"], "datasets": ["common_voice"], "model-index": [{"name": "", "results": [{"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Common Voice 8", "type": "mozilla-foundation/common_voice_8_0", "args": "ja"}, "metrics": [{"type": "wer", "value": 95.33, "name": "Test WER"}, {"type": "cer", "value": 22.27, "name": "Test CER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Dev Data", "type": "speech-recognition-community-v2/dev_data", "args": "de"}, "metrics": [{"type": "wer", "value": 100.0, "name": "Test WER"}, {"type": "cer", "value": 30.33, "name": "Test CER"}, {"type": "cer", "value": 29.63, "name": "Test CER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Test Data", "type": "speech-recognition-community-v2/eval_data", "args": "ja"}, "metrics": [{"type": "cer", "value": 32.69, "name": "Test CER"}]}]}]}
automatic-speech-recognition
AndrewMcDowell/wav2vec2-xls-r-1b-japanese-hiragana-katakana
[ "transformers", "pytorch", "wav2vec2", "automatic-speech-recognition", "mozilla-foundation/common_voice_8_0", "generated_from_trainer", "robust-speech-event", "ja", "hf-asr-leaderboard", "dataset:common_voice", "license:apache-2.0", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "ja" ]
TAGS #transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_8_0 #generated_from_trainer #robust-speech-event #ja #hf-asr-leaderboard #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us
This model is a fine-tuned version of facebook/wav2vec2-xls-r-1b on the MOZILLA-FOUNDATION/COMMON\_VOICE\_8\_0 - JA dataset. It achieves the following results on the evaluation set: * Loss: 0.5500 * Wer: 1.0132 * Cer: 0.1609 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 7.5e-05 * train\_batch\_size: 32 * eval\_batch\_size: 8 * seed: 42 * gradient\_accumulation\_steps: 4 * total\_train\_batch\_size: 128 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * lr\_scheduler\_warmup\_steps: 1500 * num\_epochs: 50.0 * mixed\_precision\_training: Native AMP ### Training results ### Framework versions * Transformers 4.17.0.dev0 * Pytorch 1.10.2+cu102 * Datasets 1.18.2.dev0 * Tokenizers 0.11.0 #### Evaluation Commands 1. To evaluate on 'mozilla-foundation/common\_voice\_8\_0' with split 'test' 2. To evaluate on 'mozilla-foundation/common\_voice\_8\_0' with split 'test'
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 128\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 1500\n* num\\_epochs: 50.0\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0", "#### Evaluation Commands\n\n\n1. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'\n2. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'" ]
[ "TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_8_0 #generated_from_trainer #robust-speech-event #ja #hf-asr-leaderboard #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 128\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 1500\n* num\\_epochs: 50.0\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0", "#### Evaluation Commands\n\n\n1. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'\n2. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'" ]
[ 97, 160, 4, 39, 66 ]
[ "passage: TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_8_0 #generated_from_trainer #robust-speech-event #ja #hf-asr-leaderboard #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 128\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 1500\n* num\\_epochs: 50.0\n* mixed\\_precision\\_training: Native AMP### Training results### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0#### Evaluation Commands\n\n\n1. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'\n2. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'" ]
[ -0.11913269758224487, 0.1495753973722458, -0.0071907369419932365, 0.044078655540943146, 0.08584751188755035, 0.02597866952419281, 0.09281317889690399, 0.1652391403913498, -0.055759645998477936, 0.12671718001365662, 0.06768246740102768, 0.08861856907606125, 0.0864587351679802, 0.11072776466608047, -0.031158505007624626, -0.22950607538223267, 0.01891319453716278, -0.061611827462911606, -0.0924532413482666, 0.11911474913358688, 0.09252786636352539, -0.08951012790203094, 0.018976550549268723, 0.00771746039390564, -0.04986605793237686, -0.016118552535772324, -0.04842240735888481, -0.04110589623451233, 0.07242219150066376, 0.033485110849142075, 0.027286726981401443, 0.045631293207407, 0.06773911416530609, -0.28822287917137146, 0.004117890726774931, 0.06995266675949097, 0.03486969321966171, 0.05477221682667732, 0.1381402611732483, -0.011174612678587437, 0.09177348017692566, -0.0623098760843277, 0.03832406550645828, 0.06166725605726242, -0.08773273229598999, -0.23212386667728424, -0.0935680940747261, 0.015909599140286446, 0.15591898560523987, 0.06455184519290924, -0.041961051523685455, 0.03250274434685707, -0.07717917114496231, 0.09025643020868301, 0.2063441276550293, -0.20803828537464142, -0.06913969665765762, -0.036563221365213394, 0.03386671468615532, 0.013499678112566471, -0.09338762611150742, -0.01663176901638508, 0.0007229771581478417, 0.006452516186982393, 0.05514882504940033, -0.005636089481413364, 0.052481759339571, -0.0009668757556937635, -0.13569991290569305, -0.06818591058254242, 0.11746080964803696, 0.07099347561597824, -0.032871365547180176, -0.11660747975111008, -0.023570667952299118, -0.1744617223739624, -0.04357311874628067, 0.010166577994823456, 0.009855080395936966, -0.03233308717608452, -0.009492711164057255, 0.04822888597846031, -0.043608345091342926, -0.07443302869796753, 0.06650423258543015, 0.1220141276717186, 0.04667739197611809, -0.04485265165567398, 0.0302873644977808, 0.1003396213054657, 0.07623685896396637, -0.18100854754447937, -0.03291783481836319, 0.029417747631669044, -0.13671447336673737, -0.012023832648992538, -0.016627609729766846, 0.003606931772083044, 0.08728747814893723, 0.1723562777042389, 0.015618735924363136, 0.10511287301778793, 0.016391603276133537, -0.006771463435143232, -0.056794580072164536, 0.14985442161560059, -0.05260718986392021, -0.11300820112228394, -0.04776104539632797, 0.13631068170070648, -0.01604699343442917, 0.0007502148509956896, -0.035405129194259644, 0.02787417732179165, 0.10978370904922485, 0.08802973479032516, 0.01842609979212284, 0.008862202987074852, -0.0801931768655777, -0.028311191126704216, 0.006291986908763647, -0.1412423551082611, 0.048096708953380585, 0.08116038143634796, -0.06435684859752655, -0.03474092483520508, -0.02200067602097988, -0.0015897465636953712, -0.04973780736327171, 0.08990024775266647, -0.03271651268005371, -0.00845510233193636, -0.06756184250116348, -0.08411842584609985, 0.028414443135261536, -0.027138393372297287, -0.016600018367171288, -0.03921109437942505, -0.07464007288217545, -0.09283614158630371, 0.05343847721815109, -0.07750456035137177, -0.06359986960887909, -0.06984687596559525, -0.09454884380102158, 0.04861870035529137, -0.013808888383209705, 0.16981354355812073, -0.05314551293849945, 0.08632088452577591, 0.026781123131513596, 0.03623891994357109, 0.16618168354034424, 0.06561986356973648, -0.01651212014257908, 0.06833524256944656, -0.13878479599952698, 0.11863591521978378, -0.12711985409259796, 0.0470709390938282, -0.1626802533864975, -0.08839479833841324, 0.02831219509243965, -0.015072351321578026, 0.10511322319507599, 0.15487633645534515, -0.18572404980659485, -0.05971985682845116, 0.1232144758105278, -0.042785946279764175, -0.0892358124256134, 0.13280238211154938, -0.006795596797019243, -0.04199719801545143, -0.004763053264468908, 0.1631435602903366, 0.1651233732700348, -0.09417388588190079, 0.020101578906178474, -0.06896799802780151, 0.0996149331331253, 0.09479212015867233, 0.09474566578865051, -0.06546618789434433, 0.03884216398000717, -0.006352628115564585, -0.06139048933982849, 0.028205912560224533, -0.06832204759120941, -0.07491080462932587, 0.0014800212811678648, -0.05276584252715111, -0.005664939992129803, 0.03532332554459572, -0.020117754116654396, -0.08041990548372269, -0.13572166860103607, -0.05270148813724518, 0.1039932519197464, -0.084473617374897, 0.009883229620754719, -0.09155286103487015, 0.0787191092967987, -0.003726061200723052, 0.01182221993803978, -0.1457037627696991, -0.004848729819059372, 0.05803952366113663, -0.08016873151063919, -0.006711802911013365, -0.04050850495696068, 0.05613132193684578, 0.03227899223566055, -0.006153665017336607, -0.07060610502958298, -0.024332581087946892, -0.015559222549200058, -0.04301553592085838, -0.2292976826429367, -0.07233448326587677, -0.015632957220077515, 0.16821260750293732, -0.16832581162452698, 0.0038981903344392776, 0.08525431901216507, 0.11632528156042099, -0.00285715376958251, -0.045646969228982925, 0.03232055529952049, 0.03970453143119812, -0.01935519278049469, -0.06982199102640152, 0.013363892212510109, -0.00016576601774431765, -0.08860635757446289, -0.005920407362282276, -0.12092163413763046, 0.026415379717946053, 0.054817214608192444, 0.04079548269510269, -0.07669124752283096, -0.037885576486587524, -0.05719834938645363, -0.05477016046643257, -0.02134421281516552, -0.015933038666844368, 0.1569449007511139, 0.04604377597570419, 0.0843600258231163, -0.07403907924890518, -0.0638078972697258, 0.02531246468424797, 0.023895304650068283, -0.0015757092041894794, 0.16129940748214722, 0.03812727704644203, -0.040928829461336136, 0.06787266582250595, 0.02514846995472908, -0.03742117062211037, 0.0934613049030304, -0.07893723249435425, -0.09009507298469543, -0.05731558799743652, 0.06498247385025024, 0.03349178284406662, 0.08016639202833176, -0.16918928921222687, -0.0009194454760290682, 0.04166794195771217, 0.021033745259046555, 0.011208114214241505, -0.15515612065792084, 0.010825775563716888, 0.03926689177751541, -0.08875589072704315, 0.004963533487170935, 0.01677604578435421, -0.0020094369538128376, 0.06623052060604095, 0.004079389851540327, -0.07714968919754028, -0.04497700184583664, -0.06632628291845322, -0.09981284290552139, 0.1571854203939438, -0.08904363960027695, -0.13457456231117249, -0.11463358253240585, -0.025060243904590607, -0.025754721835255623, -0.021968211978673935, 0.05872726812958717, -0.07831700146198273, -0.055786170065402985, -0.06934261322021484, -0.0010859983740374446, 0.001734964200295508, 0.017657333984971046, 0.03147893771529198, 0.0020989489275962114, 0.0667937770485878, -0.09119006991386414, 0.015448981896042824, 0.007803800515830517, -0.006007425021380186, 0.003846872830763459, 0.03758333623409271, 0.10068919509649277, 0.15063999593257904, 0.06061626970767975, 0.045870792120695114, -0.008265762589871883, 0.20595428347587585, -0.13971677422523499, 0.012690884061157703, 0.11523012816905975, -0.013841257430613041, 0.055235978215932846, 0.15905480086803436, 0.021113984286785126, -0.07971630990505219, 0.01337093859910965, 0.03426127880811691, 0.003994184546172619, -0.24704863131046295, -0.022151866927742958, -0.0664544627070427, -0.013100648298859596, 0.08948609232902527, 0.03359781578183174, -0.014521194621920586, 0.014434410259127617, -0.017079871147871017, -0.05228586122393608, 0.05722983926534653, 0.051601797342300415, 0.07705182582139969, 0.04363212734460831, 0.10530175268650055, -0.004426438361406326, -0.020092198625206947, 0.024195043370127678, -0.006432501599192619, 0.20984579622745514, -0.009191405959427357, 0.22137121856212616, 0.05969860404729843, 0.1308813989162445, -0.028225556015968323, 0.04078632965683937, 0.0015660182107239962, 0.02519567683339119, 0.0367952324450016, -0.056206345558166504, -0.039201535284519196, 0.02075943537056446, 0.11181442439556122, 0.006345980800688267, -0.07761716842651367, 0.03610331192612648, 0.054093681275844574, 0.34541594982147217, 0.07419147342443466, -0.23728640377521515, -0.049460269510746, 0.011350249871611595, -0.07533229887485504, -0.0414658859372139, 0.00955096073448658, 0.10513003170490265, -0.07940936088562012, 0.08179168403148651, -0.05596030876040459, 0.0898982509970665, -0.07043912261724472, 0.0031367873307317495, 0.0991181805729866, 0.08700095117092133, 0.0165178831666708, 0.05876613035798073, -0.2320707142353058, 0.22340303659439087, -0.01262203510850668, 0.06168891116976738, -0.05422193557024002, 0.06341776996850967, 0.020275328308343887, -0.04889403283596039, 0.09884333610534668, -0.019204026088118553, -0.07288389652967453, -0.11324355751276016, -0.10888230055570602, 0.01033276692032814, 0.12453336268663406, -0.07600980997085571, 0.12832100689411163, -0.04268208146095276, -0.05956127867102623, 0.009133306331932545, -0.05359984561800957, -0.10372400283813477, -0.08267991244792938, 0.073817178606987, -0.028929132968187332, 0.05629674717783928, -0.07287485897541046, -0.07300922274589539, -0.08532952517271042, 0.16383732855319977, -0.1444156914949417, -0.03796471282839775, -0.1335223913192749, 0.023326074704527855, 0.18077684938907623, -0.06887790560722351, 0.03250647708773613, 0.0092304153367877, 0.12742605805397034, 0.04058403894305229, 0.0056476048193871975, 0.09604344516992569, -0.07402285188436508, -0.20328930020332336, -0.052046868950128555, 0.19031785428524017, 0.016201619058847427, 0.054393477737903595, -0.017586398869752884, 0.014938903972506523, -0.015812749043107033, -0.0845818892121315, 0.06767818331718445, -0.0018629489932209253, -0.006450005806982517, 0.04386086389422417, -0.021815015003085136, -0.01347256638109684, -0.10801089555025101, -0.04941875860095024, 0.08266426622867584, 0.2660302221775055, -0.0747728943824768, 0.044628631323575974, 0.006113997660577297, -0.06178008019924164, -0.1332474797964096, -0.036651335656642914, 0.1343442052602768, 0.029705727472901344, -0.008038079366087914, -0.1682540476322174, -0.00642940541729331, 0.06983943283557892, -0.017768248915672302, 0.10506309568881989, -0.3306379020214081, -0.1300109624862671, 0.07310573011636734, 0.048801712691783905, -0.09193934500217438, -0.17980851233005524, -0.08785785734653473, -0.011698819696903229, -0.09112567454576492, 0.00559908477589488, 0.006654251366853714, 0.10935017466545105, -0.002992224646732211, 0.014819425530731678, 0.029133152216672897, -0.04809754341840744, 0.16349133849143982, 0.03719324991106987, 0.03265346214175224, -0.012470126152038574, 0.02712343819439411, -0.0030068010091781616, -0.06856035441160202, 0.021180709823966026, -0.0730379968881607, 0.02775166928768158, -0.14559540152549744, -0.016341136768460274, -0.07323455065488815, 0.0020082953851670027, -0.06261890381574631, -0.0031912371050566435, -0.013650059700012207, 0.03589574992656708, 0.10368214547634125, 0.01983231119811535, 0.08193067461252213, -0.06114412471652031, 0.08023407310247421, 0.16932757198810577, 0.1026688739657402, 0.03664937615394592, -0.11766394227743149, 0.008265865966677666, 0.02486145682632923, 0.005939952097833157, -0.11219480633735657, 0.06038263440132141, 0.14471551775932312, 0.04348137974739075, 0.14103196561336517, 0.025707563385367393, -0.0935029461979866, -0.015638627111911774, 0.05866555497050285, -0.07656709849834442, -0.14100103080272675, -0.008608636446297169, -0.00028693157946690917, -0.13464531302452087, -0.036906126886606216, 0.11082040518522263, 0.00126000982709229, -0.0069971331395208836, 0.02631220407783985, 0.0630539283156395, -0.01767827197909355, 0.24212874472141266, -0.0020121668931096792, 0.11364273726940155, -0.08854584395885468, 0.06676310300827026, 0.04543445259332657, -0.06955613940954208, 0.018933476880192757, 0.11219130456447601, -0.052772797644138336, -0.029838083311915398, 0.014514678157866001, 0.0756317600607872, 0.06307487934827805, -0.032967280596494675, -0.12113849818706512, -0.1407952755689621, 0.0962953045964241, 0.049454689025878906, 0.02953942120075226, 0.02536669932305813, 0.004264346789568663, 0.01612708903849125, -0.07229633629322052, 0.1341732293367386, 0.1192115917801857, 0.053716689348220825, -0.0964362695813179, 0.0783572718501091, -0.008056828752160072, 0.006375843193382025, 0.0060553536750376225, 0.0007391340332105756, -0.0877971202135086, 0.02896292321383953, -0.1327027827501297, 0.0022612717002630234, -0.05570423603057861, 0.00244667730294168, 0.02514035254716873, -0.05494058504700661, -0.046603359282016754, 0.02395220659673214, -0.10367640107870102, -0.06771945208311081, -0.04440174996852875, 0.07704099267721176, -0.10107528418302536, -0.015543417073786259, 0.03767184168100357, -0.1514563411474228, 0.10781068354845047, 0.032687678933143616, 0.012461633421480656, -0.014467602595686913, -0.06575900316238403, -0.011536556296050549, 0.01499661710113287, 0.019331980496644974, 0.02634824812412262, -0.2383962720632553, 0.00042745357495732605, -0.03112473152577877, -0.01701916940510273, -0.02145439013838768, 0.02458123490214348, -0.12834785878658295, 0.014217397198081017, -0.033398859202861786, -0.03944360837340355, -0.04245324060320854, 0.04453352093696594, 0.06709831953048706, 0.02397458255290985, 0.16507668793201447, -0.052817266434431076, 0.09184470027685165, -0.21565526723861694, -0.005988018587231636, -0.00023254839470610023, -0.04302416741847992, -0.029926307499408722, -0.014453623443841934, 0.10894270241260529, -0.06747463345527649, 0.0593678243458271, -0.03392021730542183, 0.0681314542889595, 0.021957024931907654, -0.08486389368772507, 0.03643057867884636, 0.059727005660533905, 0.10946781933307648, 0.037474580109119415, -0.016449159011244774, 0.06691112369298935, -0.04944929853081703, 0.03712158277630806, 0.05750260129570961, 0.11935152858495712, 0.13777345418930054, 0.08630792796611786, 0.05709756538271904, 0.08363506942987442, -0.14390991628170013, -0.11876419186592102, 0.15383729338645935, -0.06551790237426758, 0.1387861967086792, -0.024264752864837646, 0.17611292004585266, 0.08975033462047577, -0.2005159556865692, 0.08122048527002335, -0.040696773678064346, -0.0844210609793663, -0.08880911767482758, -0.08313261717557907, -0.08171577751636505, -0.14265207946300507, 0.01299295388162136, -0.09324824064970016, 0.0746179074048996, 0.015825171023607254, 0.04317775368690491, 0.025202544406056404, 0.08611179888248444, 0.04024049639701843, -0.017196819186210632, 0.11758171021938324, 0.013777176849544048, -0.0217918511480093, 0.002399571007117629, -0.0761161595582962, 0.04455970227718353, -0.01347286719828844, 0.08284740895032883, -0.016824018210172653, -0.08780606091022491, 0.05031876638531685, -0.0010754495160654187, -0.10350953042507172, 0.030523357912898064, -0.032336343079805374, 0.03290879353880882, 0.1108478233218193, 0.044572748243808746, 0.007923061028122902, -0.004345025401562452, 0.17479684948921204, -0.0717230886220932, -0.057897716760635376, -0.1320188343524933, 0.1496322602033615, 0.004951187409460545, 0.01674915850162506, 0.03102177195250988, -0.07252903282642365, -0.015011082403361797, 0.15660570561885834, 0.11334164440631866, -0.02925965003669262, -0.027820341289043427, 0.04114416241645813, 0.00009436816617380828, -0.01125361118465662, 0.046623364090919495, 0.11090880632400513, 0.03658018633723259, -0.027960844337940216, 0.0031650171149522066, -0.026716239750385284, -0.07594707608222961, -0.030428580939769745, 0.07876984775066376, 0.01464446447789669, -0.00259455107152462, -0.006554814055562019, 0.12614122033119202, -0.06994839012622833, -0.1720825731754303, 0.03733953833580017, -0.14692480862140656, -0.19930289685726166, -0.031849175691604614, 0.06658174842596054, 0.034701231867074966, 0.05439502373337746, 0.004187487531453371, -0.05283856764435768, 0.14552174508571625, 0.000540123728569597, -0.009102297015488148, -0.0942082479596138, 0.06021495908498764, -0.14891432225704193, 0.17115887999534607, -0.019651727750897408, 0.040727268904447556, 0.12657016515731812, 0.03402608260512352, -0.11398175358772278, 0.03299666941165924, 0.11144918203353882, -0.13541249930858612, 0.07578632980585098, 0.18562540411949158, -0.025881752371788025, 0.12257395684719086, 0.04723814129829407, -0.050526734441518784, 0.005573663394898176, -0.04197993129491806, -0.014819834381341934, -0.07491201907396317, 0.003382381284609437, -0.04788149893283844, 0.11602632701396942, 0.20164000988006592, -0.07383367419242859, 0.008504396304488182, -0.04723266512155533, 0.014007152058184147, 0.010046059265732765, 0.1547100692987442, -0.04225659742951393, -0.2560264468193054, 0.042329154908657074, 0.003055691486224532, 0.043101876974105835, -0.164441779255867, -0.08007660508155823, 0.03663776442408562, -0.05198664590716362, -0.0557498000562191, 0.1301867514848709, 0.03194431960582733, 0.04460554197430611, -0.04486332833766937, -0.12426508963108063, -0.016464894637465477, 0.18004757165908813, -0.17396517097949982, -0.05393214151263237 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_7_0 - AR dataset. It achieves the following results on the evaluation set: - Loss: 0.4502 - Wer: 0.4783 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 7.5e-05 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 32 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 2000 - num_epochs: 5.0 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:-----:|:---------------:|:------:| | 4.7972 | 0.43 | 500 | 5.1401 | 1.0 | | 3.3241 | 0.86 | 1000 | 3.3220 | 1.0 | | 3.1432 | 1.29 | 1500 | 3.0806 | 0.9999 | | 2.9297 | 1.72 | 2000 | 2.5678 | 1.0057 | | 2.2593 | 2.14 | 2500 | 1.1068 | 0.8218 | | 2.0504 | 2.57 | 3000 | 0.7878 | 0.7114 | | 1.937 | 3.0 | 3500 | 0.6955 | 0.6450 | | 1.8491 | 3.43 | 4000 | 0.6452 | 0.6304 | | 1.803 | 3.86 | 4500 | 0.5961 | 0.6042 | | 1.7545 | 4.29 | 5000 | 0.5550 | 0.5748 | | 1.7045 | 4.72 | 5500 | 0.5374 | 0.5743 | | 1.6733 | 5.15 | 6000 | 0.5337 | 0.5404 | | 1.6761 | 5.57 | 6500 | 0.5054 | 0.5266 | | 1.655 | 6.0 | 7000 | 0.4926 | 0.5243 | | 1.6252 | 6.43 | 7500 | 0.4946 | 0.5183 | | 1.6209 | 6.86 | 8000 | 0.4915 | 0.5194 | | 1.5772 | 7.29 | 8500 | 0.4725 | 0.5104 | | 1.5602 | 7.72 | 9000 | 0.4726 | 0.5097 | | 1.5783 | 8.15 | 9500 | 0.4667 | 0.4956 | | 1.5442 | 8.58 | 10000 | 0.4685 | 0.4937 | | 1.5597 | 9.01 | 10500 | 0.4708 | 0.4957 | | 1.5406 | 9.43 | 11000 | 0.4539 | 0.4810 | | 1.5274 | 9.86 | 11500 | 0.4502 | 0.4783 | ### Framework versions - Transformers 4.16.0.dev0 - Pytorch 1.10.1+cu102 - Datasets 1.17.1.dev0 - Tokenizers 0.11.0
{"language": ["ar"], "license": "apache-2.0", "tags": ["ar", "automatic-speech-recognition", "generated_from_trainer", "hf-asr-leaderboard", "mozilla-foundation/common_voice_7_0", "robust-speech-event"], "datasets": ["mozilla-foundation/common_voice_7_0"], "model-index": [{"name": "XLS-R-300M - Arabic", "results": [{"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Common Voice 7", "type": "mozilla-foundation/common_voice_7_0", "args": "ar"}, "metrics": [{"type": "wer", "value": 47.54, "name": "Test WER"}, {"type": "cer", "value": 17.64, "name": "Test CER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Dev Data", "type": "speech-recognition-community-v2/dev_data", "args": "ar"}, "metrics": [{"type": "wer", "value": 93.72, "name": "Test WER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Test Data", "type": "speech-recognition-community-v2/eval_data", "args": "ar"}, "metrics": [{"type": "wer", "value": 92.49, "name": "Test WER"}]}]}]}
automatic-speech-recognition
AndrewMcDowell/wav2vec2-xls-r-300m-arabic
[ "transformers", "pytorch", "wav2vec2", "automatic-speech-recognition", "ar", "generated_from_trainer", "hf-asr-leaderboard", "mozilla-foundation/common_voice_7_0", "robust-speech-event", "dataset:mozilla-foundation/common_voice_7_0", "license:apache-2.0", "model-index", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "ar" ]
TAGS #transformers #pytorch #wav2vec2 #automatic-speech-recognition #ar #generated_from_trainer #hf-asr-leaderboard #mozilla-foundation/common_voice_7_0 #robust-speech-event #dataset-mozilla-foundation/common_voice_7_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the MOZILLA-FOUNDATION/COMMON\_VOICE\_7\_0 - AR dataset. It achieves the following results on the evaluation set: * Loss: 0.4502 * Wer: 0.4783 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 7.5e-05 * train\_batch\_size: 8 * eval\_batch\_size: 8 * seed: 42 * gradient\_accumulation\_steps: 4 * total\_train\_batch\_size: 32 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * lr\_scheduler\_warmup\_steps: 2000 * num\_epochs: 5.0 * mixed\_precision\_training: Native AMP ### Training results ### Framework versions * Transformers 4.16.0.dev0 * Pytorch 1.10.1+cu102 * Datasets 1.17.1.dev0 * Tokenizers 0.11.0
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 5.0\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.0.dev0\n* Pytorch 1.10.1+cu102\n* Datasets 1.17.1.dev0\n* Tokenizers 0.11.0" ]
[ "TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #ar #generated_from_trainer #hf-asr-leaderboard #mozilla-foundation/common_voice_7_0 #robust-speech-event #dataset-mozilla-foundation/common_voice_7_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 5.0\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.0.dev0\n* Pytorch 1.10.1+cu102\n* Datasets 1.17.1.dev0\n* Tokenizers 0.11.0" ]
[ 111, 159, 4, 41 ]
[ "passage: TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #ar #generated_from_trainer #hf-asr-leaderboard #mozilla-foundation/common_voice_7_0 #robust-speech-event #dataset-mozilla-foundation/common_voice_7_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 5.0\n* mixed\\_precision\\_training: Native AMP### Training results### Framework versions\n\n\n* Transformers 4.16.0.dev0\n* Pytorch 1.10.1+cu102\n* Datasets 1.17.1.dev0\n* Tokenizers 0.11.0" ]
[ -0.13983333110809326, 0.11411168426275253, -0.005387204233556986, 0.0484548956155777, 0.1220448762178421, 0.007736077532172203, 0.08694206178188324, 0.151136115193367, -0.09050387889146805, 0.09333959221839905, 0.07449441403150558, 0.0982985720038414, 0.07953846454620361, 0.09254541993141174, -0.002456734888255596, -0.31453803181648254, 0.013157160021364689, -0.014134906232357025, -0.11410636454820633, 0.11287403106689453, 0.09850022196769714, -0.09168466180562973, 0.021762022748589516, 0.0414731428027153, -0.09171333909034729, -0.002540975110605359, -0.04536350816488266, -0.04972444474697113, 0.0857313945889473, 0.039693307131528854, 0.05121736600995064, 0.03447968512773514, 0.0772375613451004, -0.2374645620584488, 0.010375509038567543, 0.06642496585845947, 0.040104251354932785, 0.0641641840338707, 0.12911054491996765, -0.0289452001452446, 0.13194222748279572, -0.036142345517873764, 0.0353669747710228, 0.07334677875041962, -0.10258785635232925, -0.28773245215415955, -0.07996853440999985, 0.05746359005570412, 0.12726034224033356, 0.09647548198699951, -0.03693622723221779, 0.02981613203883171, -0.09492101520299911, 0.09965256601572037, 0.23291875422000885, -0.21950006484985352, -0.06795288622379303, -0.014090417884290218, 0.03664340823888779, 0.005368415731936693, -0.11885766685009003, -0.031210504472255707, 0.012628653086721897, 0.009580371901392937, 0.07856538891792297, 0.010105125606060028, 0.00316416984423995, -0.00042344379471614957, -0.14159123599529266, -0.05459278076887131, 0.13050135970115662, 0.07221765071153641, -0.008309473283588886, -0.10774438083171844, -0.02191891334950924, -0.20000387728214264, -0.0448477603495121, 0.037599798291921616, 0.016752777621150017, -0.03669462725520134, -0.04385434463620186, 0.04387609288096428, -0.05024351179599762, -0.07659140974283218, 0.059987906366586685, 0.1294289082288742, 0.052255671471357346, -0.02804119512438774, -0.0056481859646737576, 0.12242519110441208, 0.07552067190408707, -0.17111144959926605, -0.03414680436253548, 0.034830037504434586, -0.10760529339313507, 0.00035587564343586564, -0.011563347652554512, 0.02503054216504097, 0.030054932460188866, 0.1263381838798523, -0.021179737523198128, 0.08421523869037628, 0.028208918869495392, 0.021172259002923965, -0.07608014345169067, 0.17295509576797485, -0.08640766888856888, -0.06861069053411484, -0.04699878394603729, 0.12270920723676682, -0.017425142228603363, -0.006772951222956181, -0.0583900548517704, 0.032875098288059235, 0.0979885533452034, 0.06153370067477226, 0.0009492372628301382, 0.03739811107516289, -0.05685345456004143, -0.037028584629297256, 0.018538683652877808, -0.12241730839014053, 0.03304256126284599, 0.07372593879699707, -0.11223503947257996, 0.00614881468936801, -0.012931449338793755, 0.00425665033981204, -0.052177831530570984, 0.09167954325675964, -0.06099781394004822, 0.004772012121975422, -0.08585967123508453, -0.091199591755867, 0.0374290831387043, -0.0295553095638752, -0.00551563547924161, -0.04789462685585022, -0.10994460433721542, -0.07215508073568344, 0.04381372779607773, -0.06104421615600586, -0.07529543340206146, -0.07010289281606674, -0.09641020745038986, 0.05191929265856743, -0.02201022580265999, 0.16308392584323883, -0.05586623027920723, 0.09248296916484833, 0.03453689441084862, 0.039077237248420715, 0.12616881728172302, 0.07768229395151138, -0.03522026911377907, 0.04946500062942505, -0.12649589776992798, 0.10647544264793396, -0.11413127928972244, 0.062130220234394073, -0.11582843214273453, -0.11695178598165512, -0.015909669920802116, 0.000118960153486114, 0.08920878916978836, 0.13178639113903046, -0.13805757462978363, -0.10316062718629837, 0.17387758195400238, -0.05595824122428894, -0.07873884588479996, 0.11690391600131989, -0.003805282060056925, -0.0463503897190094, 0.02750411257147789, 0.17093048989772797, 0.15210925042629242, -0.07461703568696976, -0.0018568490631878376, -0.05344260483980179, 0.10694354772567749, 0.03483957424759865, 0.09236450493335724, -0.040794018656015396, 0.04392731562256813, 0.015282686799764633, -0.031345345079898834, 0.06030556187033653, -0.09017755091190338, -0.08198705315589905, -0.008394680917263031, -0.07439842820167542, 0.018115904182195663, 0.07940393686294556, 0.020763356238603592, -0.06930627673864365, -0.1403857320547104, 0.004303087014704943, 0.12284497171640396, -0.09847193211317062, 0.012057223357260227, -0.08284911513328552, 0.06608510762453079, 0.00022815568081568927, 0.0006986141088418663, -0.16491980850696564, -0.0258135087788105, 0.030980583280324936, -0.08034245669841766, 0.005311500746756792, -0.02131190337240696, 0.0739888846874237, 0.04789659380912781, -0.032395776361227036, -0.07988911122083664, -0.04735530912876129, -0.020700603723526, -0.04336739331483841, -0.22266528010368347, -0.09379921853542328, -0.013268458656966686, 0.18547512590885162, -0.2010391354560852, 0.016536718234419823, 0.048046551644802094, 0.1283719688653946, 0.016195034608244896, -0.05512741580605507, 0.027345648035407066, 0.05770346522331238, -0.016104351729154587, -0.06999657303094864, 0.03855770081281662, 0.008690232411026955, -0.07806585729122162, 0.0204999428242445, -0.12044183164834976, 0.0939318835735321, 0.0793234258890152, 0.010659820400178432, -0.0645953044295311, -0.030011974275112152, -0.07373663038015366, -0.06105868145823479, -0.009622059762477875, -0.00882992148399353, 0.16206565499305725, 0.0178699791431427, 0.11664276570081711, -0.07561394572257996, -0.05674830451607704, 0.03075994923710823, 0.01980634406208992, 0.005513346754014492, 0.16325104236602783, 0.05545478314161301, -0.024405285716056824, 0.09808724373579025, -0.022634221240878105, -0.06419673562049866, 0.17417268455028534, -0.07886264473199844, -0.09428703784942627, -0.029398223385214806, 0.02656521089375019, 0.025365427136421204, 0.10302941501140594, -0.19817595183849335, -0.02260897122323513, 0.03228365629911423, 0.017509648576378822, 0.03513059392571449, -0.18886099755764008, -0.004801803734153509, 0.031078608706593513, -0.0834619328379631, -0.0180622860789299, 0.02385115809738636, -0.005003551486879587, 0.08517182618379593, -0.004957121796905994, -0.08916124701499939, -0.03638628497719765, -0.04284551367163658, -0.0891023725271225, 0.17736384272575378, -0.07625871896743774, -0.1542082577943802, -0.12842638790607452, -0.020824728533625603, -0.04141295328736305, -0.025661269202828407, 0.04126596823334694, -0.0972023606300354, -0.030467722564935684, -0.057087492197752, 0.030102407559752464, -0.042059242725372314, 0.009500730782747269, 0.016107123345136642, 0.004208339843899012, 0.06606975942850113, -0.11404956877231598, 0.019233787432312965, -0.02381320856511593, -0.03850967437028885, 0.0023387169931083918, 0.024345265701413155, 0.09349323809146881, 0.19537515938282013, 0.07097171247005463, 0.05581321939826012, -0.022566668689250946, 0.1752518117427826, -0.13518767058849335, -0.0014272381085902452, 0.11889384686946869, 0.024962615221738815, 0.04821600019931793, 0.13891911506652832, 0.04959917441010475, -0.06103469431400299, 0.004093641880899668, 0.05201590806245804, -0.02304098755121231, -0.23878303170204163, -0.03253759443759918, -0.07957251369953156, -0.012597777880728245, 0.08846091479063034, 0.03625563904643059, 0.04295581951737404, 0.01651771366596222, -0.03269725665450096, -0.04120489954948425, 0.057155728340148926, 0.04362335056066513, 0.05901496857404709, 0.0434228777885437, 0.12176701426506042, -0.019143007695674896, -0.03423960506916046, 0.008333047851920128, -0.01770041137933731, 0.24062831699848175, -0.02079339697957039, 0.17204856872558594, 0.06275726854801178, 0.14462235569953918, 0.0035017472691833973, 0.05001607909798622, -0.0013035389129072428, -0.007929771207273006, 0.04441913962364197, -0.05266307666897774, -0.011073452420532703, 0.01791529916226864, 0.11281360685825348, 0.037138212472200394, -0.11760067939758301, -0.009321496821939945, 0.022054849192500114, 0.3641693890094757, 0.08577628433704376, -0.2943880259990692, -0.08345994353294373, -0.005883741658180952, -0.06275470554828644, -0.034310054033994675, 0.03222430869936943, 0.07849066704511642, -0.08856753259897232, 0.07255744934082031, -0.059620413929224014, 0.0934877097606659, -0.06781519204378128, -0.002767004771158099, 0.10412436723709106, 0.09640762209892273, 0.011240918189287186, 0.06888512521982193, -0.2300509810447693, 0.26563164591789246, -0.019966037943959236, 0.07565824687480927, -0.03758290410041809, 0.05104714259505272, 0.04661215841770172, -0.0028900247998535633, 0.06929074972867966, -0.005297051277011633, -0.06844492256641388, -0.17116525769233704, -0.09178468585014343, -0.0041696978732943535, 0.10846710205078125, -0.06579837948083878, 0.11470626294612885, -0.03382457047700882, -0.04745729640126228, 0.03335883095860481, -0.06942334771156311, -0.11082647740840912, -0.09346488863229752, 0.060017023235559464, 0.01798851788043976, 0.08435241132974625, -0.08981987833976746, -0.10710804909467697, -0.05317305773496628, 0.15450584888458252, -0.12007186561822891, -0.03801961988210678, -0.13091419637203217, 0.05155983194708824, 0.15777216851711273, -0.07325155287981033, 0.02753324620425701, 0.009549920447170734, 0.1348998248577118, 0.04380156472325325, -0.02250043675303459, 0.09503468871116638, -0.08170054107904434, -0.19963234663009644, -0.03755630925297737, 0.19227701425552368, 0.03581738471984863, 0.06182556226849556, -0.03168664127588272, 0.016316374763846397, -0.009212655946612358, -0.07727759331464767, 0.06990380585193634, 0.03955860808491707, -0.005552027840167284, 0.05082664638757706, -0.03077307529747486, 0.009807177819311619, -0.08745867013931274, -0.038702599704265594, 0.09605561941862106, 0.22588011622428894, -0.07987270504236221, 0.03834535926580429, 0.03620008006691933, -0.05893490090966225, -0.1528869867324829, -0.003144914750009775, 0.14275869727134705, 0.03517695516347885, -0.03755011782050133, -0.21657077968120575, 0.01786220446228981, 0.06807747483253479, -0.024493053555488586, 0.10426187515258789, -0.36735424399375916, -0.12712568044662476, 0.10272756963968277, 0.04877632483839989, -0.0364471934735775, -0.16994304955005646, -0.0699373260140419, 0.0012435187818482518, -0.1006147563457489, 0.03473559394478798, -0.0018431635107845068, 0.12702740728855133, -0.00964384339749813, 0.02759876847267151, 0.017913775518536568, -0.051751188933849335, 0.1373414695262909, 0.028961431235074997, 0.0389493964612484, -0.00940000545233488, 0.02013188600540161, 0.02395721711218357, -0.06877896934747696, 0.028812585398554802, -0.04775724187493324, 0.023228207603096962, -0.16526654362678528, -0.027024365961551666, -0.11763639748096466, 0.02794463187456131, -0.04691263288259506, -0.011651880107820034, -0.01782187819480896, 0.04826827347278595, 0.0796855092048645, 0.027502836659550667, 0.10824032872915268, -0.06216093897819519, 0.1380995661020279, 0.13560497760772705, 0.08449781686067581, -0.0015184872318059206, -0.14647173881530762, -0.030553508549928665, 0.020848745480179787, 0.03860706835985184, -0.10241499543190002, 0.031617313623428345, 0.14753839373588562, 0.056959833949804306, 0.14087674021720886, 0.05993133783340454, -0.08786284923553467, 0.0009159579058177769, 0.05808164179325104, -0.07048136740922928, -0.12048003077507019, -0.040937475860118866, -0.0006721418467350304, -0.11794774234294891, 0.011193152517080307, 0.09631671756505966, -0.03862019255757332, 0.002491882536560297, 0.01952323503792286, 0.043970607221126556, -0.030216768383979797, 0.23558010160923004, 0.03156052529811859, 0.10896974056959152, -0.10300643742084503, 0.06558685749769211, 0.047667354345321655, -0.09217048436403275, 0.013666808605194092, 0.10961045324802399, -0.04346651956439018, -0.027399351820349693, -0.020473426207900047, 0.06787432730197906, 0.03484676033258438, -0.0600559338927269, -0.12995263934135437, -0.15279462933540344, 0.10281198471784592, 0.06103626266121864, 0.026894574984908104, 0.03270691633224487, -0.029849985614418983, 0.03585534170269966, -0.09792713820934296, 0.10874667018651962, 0.10799059271812439, 0.055996254086494446, -0.1323280781507492, 0.11617649346590042, 0.023256082087755203, 0.015048228204250336, 0.009933074936270714, -0.033776480704545975, -0.09729448705911636, 0.036294806748628616, -0.11143286526203156, -0.02881770394742489, -0.05271531268954277, -0.0027097794227302074, -0.0008922854904085398, -0.05723947286605835, -0.06397442519664764, 0.037191350013017654, -0.12027297914028168, -0.04294062778353691, -0.02570773847401142, 0.06596879661083221, -0.10622548311948776, -0.012658684514462948, 0.033106088638305664, -0.12824273109436035, 0.08717774599790573, 0.06504613906145096, 0.011097460985183716, 0.014999466016888618, -0.06502470374107361, -0.0120624965056777, 0.026112258434295654, 0.00019872508710250258, 0.031172839924693108, -0.17972634732723236, 0.005536197684705257, -0.0318530835211277, 0.003213012358173728, -0.01817219704389572, -0.01276796218007803, -0.1255379021167755, -0.008199004456400871, -0.02811140939593315, -0.04758279025554657, -0.05027678236365318, 0.06904846429824829, 0.07658648490905762, 0.02587687037885189, 0.1516905575990677, -0.0651981458067894, 0.07181209325790405, -0.23863615095615387, 0.005898722913116217, -0.00593006145209074, -0.06484708935022354, -0.026408184319734573, -0.01214402075856924, 0.10100121051073074, -0.06480146199464798, 0.07412804663181305, -0.013569765724241734, 0.04599836468696594, 0.021483097225427628, -0.0896359458565712, 0.04089606553316116, 0.059100568294525146, 0.1313675045967102, 0.04736916348338127, -0.01520911417901516, 0.10427147895097733, -0.011321624740958214, 0.04936649650335312, 0.12040650099515915, 0.16070419549942017, 0.11937978118658066, 0.06868759542703629, 0.07814786583185196, 0.09079678356647491, -0.13939717411994934, -0.14034372568130493, 0.11925321072340012, -0.06405241042375565, 0.1480824500322342, -0.024562476202845573, 0.19553561508655548, 0.1249937042593956, -0.1810869723558426, 0.08413489907979965, -0.03318416327238083, -0.09109843522310257, -0.0989995226264, -0.09779390692710876, -0.06414635479450226, -0.1748981922864914, 0.020981645211577415, -0.10233417898416519, 0.06216707453131676, 0.052786361426115036, 0.045414723455905914, 0.0237274132668972, 0.11194173991680145, 0.06783193349838257, -0.005313747096806765, 0.11582998186349869, 0.000950557179749012, -0.023127609863877296, -0.05132276937365532, -0.08431285619735718, 0.04747422784566879, -0.032235972583293915, 0.061261434108018875, -0.040216829627752304, -0.11642542481422424, 0.06319111585617065, 0.01550900936126709, -0.0978589728474617, 0.029779626056551933, -0.020203938707709312, 0.06747796386480331, 0.07770280539989471, 0.03829426318407059, -0.005739356391131878, -0.013482057489454746, 0.21439029276371002, -0.08198831230401993, -0.043617479503154755, -0.12229381501674652, 0.19848108291625977, 0.019383972510695457, -0.013323762454092503, 0.033216699957847595, -0.06812912225723267, -0.028940904885530472, 0.18177329003810883, 0.15178444981575012, -0.0029282555915415287, -0.02746756747364998, 0.01218285970389843, -0.010476435534656048, -0.02015882357954979, 0.07735952734947205, 0.12112190574407578, 0.09983442723751068, -0.037191830575466156, -0.011423645541071892, -0.03053094446659088, -0.07384246587753296, -0.02577080950140953, 0.10194254666566849, 0.02165774069726467, -0.008758561685681343, -0.027182437479496002, 0.11097175627946854, -0.10177046805620193, -0.12887544929981232, 0.03543243184685707, -0.170784592628479, -0.19223229587078094, -0.05033299699425697, 0.05684928596019745, 0.047603923827409744, 0.07148388028144836, -0.0016196956858038902, -0.049945637583732605, 0.11604063957929611, 0.012772850692272186, -0.046668946743011475, -0.1304853856563568, 0.06928635388612747, -0.12935592234134674, 0.190254345536232, -0.05207137018442154, 0.022218890488147736, 0.12044304609298706, 0.04756550118327141, -0.09546346962451935, 0.01889231614768505, 0.07782165706157684, -0.14474694430828094, 0.03657940402626991, 0.20133331418037415, -0.0271349735558033, 0.11283708363771439, 0.021843349561095238, -0.09238710254430771, 0.014471310190856457, -0.07326871901750565, -0.024272292852401733, -0.07085909694433212, -0.000975887116510421, -0.029832953587174416, 0.1204443946480751, 0.22294852137565613, -0.06829750537872314, -0.02012268826365471, -0.056520286947488785, 0.001924167270772159, 0.01915770024061203, 0.11267995089292526, -0.03837508708238602, -0.2736169099807739, 0.026352403685450554, -0.022753944620490074, 0.02226545289158821, -0.19770242273807526, -0.08296453952789307, 0.039691757410764694, -0.08162229508161545, -0.05244560167193413, 0.10977047681808472, 0.048638489097356796, 0.05289827287197113, -0.04855050519108772, -0.07121836394071579, -0.031007111072540283, 0.18567867577075958, -0.19243450462818146, -0.06476925313472748 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. eval results: WER: 0.20161578657865786 CER: 0.05062357805269733 --> # This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_7_0 - DE dataset. It achieves the following results on the evaluation set: - Loss: 0.1768 - Wer: 0.2016 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 7.5e-05 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 32 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 2000 - num_epochs: 3.4 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:-----:|:---------------:|:------:| | 5.7531 | 0.04 | 500 | 5.4564 | 1.0 | | 2.9882 | 0.08 | 1000 | 3.0041 | 1.0 | | 2.1953 | 0.13 | 1500 | 1.1723 | 0.7121 | | 1.2406 | 0.17 | 2000 | 0.3656 | 0.3623 | | 1.1294 | 0.21 | 2500 | 0.2843 | 0.2926 | | 1.0731 | 0.25 | 3000 | 0.2554 | 0.2664 | | 1.051 | 0.3 | 3500 | 0.2387 | 0.2535 | | 1.0479 | 0.34 | 4000 | 0.2345 | 0.2512 | | 1.0026 | 0.38 | 4500 | 0.2270 | 0.2452 | | 0.9921 | 0.42 | 5000 | 0.2212 | 0.2353 | | 0.9839 | 0.47 | 5500 | 0.2141 | 0.2330 | | 0.9907 | 0.51 | 6000 | 0.2122 | 0.2334 | | 0.9788 | 0.55 | 6500 | 0.2114 | 0.2270 | | 0.9687 | 0.59 | 7000 | 0.2066 | 0.2323 | | 0.9777 | 0.64 | 7500 | 0.2033 | 0.2237 | | 0.9476 | 0.68 | 8000 | 0.2020 | 0.2194 | | 0.9625 | 0.72 | 8500 | 0.1977 | 0.2191 | | 0.9497 | 0.76 | 9000 | 0.1976 | 0.2175 | | 0.9781 | 0.81 | 9500 | 0.1956 | 0.2159 | | 0.9552 | 0.85 | 10000 | 0.1958 | 0.2191 | | 0.9345 | 0.89 | 10500 | 0.1964 | 0.2158 | | 0.9528 | 0.93 | 11000 | 0.1926 | 0.2154 | | 0.9502 | 0.98 | 11500 | 0.1953 | 0.2149 | | 0.9358 | 1.02 | 12000 | 0.1927 | 0.2167 | | 0.941 | 1.06 | 12500 | 0.1901 | 0.2115 | | 0.9287 | 1.1 | 13000 | 0.1936 | 0.2090 | | 0.9491 | 1.15 | 13500 | 0.1900 | 0.2104 | | 0.9478 | 1.19 | 14000 | 0.1931 | 0.2120 | | 0.946 | 1.23 | 14500 | 0.1914 | 0.2134 | | 0.9499 | 1.27 | 15000 | 0.1931 | 0.2173 | | 0.9346 | 1.32 | 15500 | 0.1913 | 0.2105 | | 0.9509 | 1.36 | 16000 | 0.1902 | 0.2137 | | 0.9294 | 1.4 | 16500 | 0.1895 | 0.2086 | | 0.9418 | 1.44 | 17000 | 0.1913 | 0.2183 | | 0.9302 | 1.49 | 17500 | 0.1884 | 0.2114 | | 0.9418 | 1.53 | 18000 | 0.1894 | 0.2108 | | 0.9363 | 1.57 | 18500 | 0.1886 | 0.2132 | | 0.9338 | 1.61 | 19000 | 0.1856 | 0.2078 | | 0.9185 | 1.66 | 19500 | 0.1852 | 0.2056 | | 0.9216 | 1.7 | 20000 | 0.1874 | 0.2095 | | 0.9176 | 1.74 | 20500 | 0.1873 | 0.2078 | | 0.9288 | 1.78 | 21000 | 0.1865 | 0.2097 | | 0.9278 | 1.83 | 21500 | 0.1869 | 0.2100 | | 0.9295 | 1.87 | 22000 | 0.1878 | 0.2095 | | 0.9221 | 1.91 | 22500 | 0.1852 | 0.2121 | | 0.924 | 1.95 | 23000 | 0.1855 | 0.2042 | | 0.9104 | 2.0 | 23500 | 0.1858 | 0.2105 | | 0.9284 | 2.04 | 24000 | 0.1850 | 0.2080 | | 0.9162 | 2.08 | 24500 | 0.1839 | 0.2045 | | 0.9111 | 2.12 | 25000 | 0.1838 | 0.2080 | | 0.91 | 2.17 | 25500 | 0.1889 | 0.2106 | | 0.9152 | 2.21 | 26000 | 0.1856 | 0.2026 | | 0.9209 | 2.25 | 26500 | 0.1891 | 0.2133 | | 0.9094 | 2.29 | 27000 | 0.1857 | 0.2089 | | 0.9065 | 2.34 | 27500 | 0.1840 | 0.2052 | | 0.9156 | 2.38 | 28000 | 0.1833 | 0.2062 | | 0.8986 | 2.42 | 28500 | 0.1789 | 0.2001 | | 0.9045 | 2.46 | 29000 | 0.1769 | 0.2022 | | 0.9039 | 2.51 | 29500 | 0.1819 | 0.2073 | | 0.9145 | 2.55 | 30000 | 0.1828 | 0.2063 | | 0.9081 | 2.59 | 30500 | 0.1811 | 0.2049 | | 0.9252 | 2.63 | 31000 | 0.1833 | 0.2086 | | 0.8957 | 2.68 | 31500 | 0.1795 | 0.2083 | | 0.891 | 2.72 | 32000 | 0.1809 | 0.2058 | | 0.9023 | 2.76 | 32500 | 0.1812 | 0.2061 | | 0.8918 | 2.8 | 33000 | 0.1775 | 0.1997 | | 0.8852 | 2.85 | 33500 | 0.1790 | 0.1997 | | 0.8928 | 2.89 | 34000 | 0.1767 | 0.2013 | | 0.9079 | 2.93 | 34500 | 0.1735 | 0.1986 | | 0.9032 | 2.97 | 35000 | 0.1793 | 0.2024 | | 0.9018 | 3.02 | 35500 | 0.1778 | 0.2027 | | 0.8846 | 3.06 | 36000 | 0.1776 | 0.2046 | | 0.8848 | 3.1 | 36500 | 0.1812 | 0.2064 | | 0.9062 | 3.14 | 37000 | 0.1800 | 0.2018 | | 0.9011 | 3.19 | 37500 | 0.1783 | 0.2049 | | 0.8996 | 3.23 | 38000 | 0.1810 | 0.2036 | | 0.893 | 3.27 | 38500 | 0.1805 | 0.2056 | | 0.897 | 3.31 | 39000 | 0.1773 | 0.2035 | | 0.8992 | 3.36 | 39500 | 0.1804 | 0.2054 | | 0.8987 | 3.4 | 40000 | 0.1768 | 0.2016 | ### Framework versions - Transformers 4.16.0.dev0 - Pytorch 1.10.1+cu102 - Datasets 1.17.1.dev0 - Tokenizers 0.11.0 #### Evaluation Commands 1. To evaluate on `mozilla-foundation/common_voice_7_0` with split `test` ```bash python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-300m-german-de --dataset mozilla-foundation/common_voice_7_0 --config de --split test --log_outputs ``` 2. To evaluate on test dev data ```bash python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-300m-german-de --dataset speech-recognition-community-v2/dev_data --config de --split validation --chunk_length_s 5.0 --stride_length_s 1.0 ```
{"language": ["de"], "license": "apache-2.0", "tags": ["automatic-speech-recognition", "de", "generated_from_trainer", "hf-asr-leaderboard", "mozilla-foundation/common_voice_7_0", "robust-speech-event"], "datasets": ["mozilla-foundation/common_voice_7_0"], "model-index": [{"name": "XLS-R-300M - German", "results": [{"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Common Voice 7", "type": "mozilla-foundation/common_voice_7_0", "args": "de"}, "metrics": [{"type": "wer", "value": 20.16, "name": "Test WER"}, {"type": "cer", "value": 5.06, "name": "Test CER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Dev Data", "type": "speech-recognition-community-v2/dev_data", "args": "de"}, "metrics": [{"type": "wer", "value": 39.79, "name": "Test WER"}, {"type": "cer", "value": 15.02, "name": "Test CER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Test Data", "type": "speech-recognition-community-v2/eval_data", "args": "de"}, "metrics": [{"type": "wer", "value": 47.95, "name": "Test WER"}]}]}]}
automatic-speech-recognition
AndrewMcDowell/wav2vec2-xls-r-300m-german-de
[ "transformers", "pytorch", "wav2vec2", "automatic-speech-recognition", "de", "generated_from_trainer", "hf-asr-leaderboard", "mozilla-foundation/common_voice_7_0", "robust-speech-event", "dataset:mozilla-foundation/common_voice_7_0", "license:apache-2.0", "model-index", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "de" ]
TAGS #transformers #pytorch #wav2vec2 #automatic-speech-recognition #de #generated_from_trainer #hf-asr-leaderboard #mozilla-foundation/common_voice_7_0 #robust-speech-event #dataset-mozilla-foundation/common_voice_7_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the MOZILLA-FOUNDATION/COMMON\_VOICE\_7\_0 - DE dataset. It achieves the following results on the evaluation set: * Loss: 0.1768 * Wer: 0.2016 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 7.5e-05 * train\_batch\_size: 8 * eval\_batch\_size: 8 * seed: 42 * gradient\_accumulation\_steps: 4 * total\_train\_batch\_size: 32 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * lr\_scheduler\_warmup\_steps: 2000 * num\_epochs: 3.4 * mixed\_precision\_training: Native AMP ### Training results ### Framework versions * Transformers 4.16.0.dev0 * Pytorch 1.10.1+cu102 * Datasets 1.17.1.dev0 * Tokenizers 0.11.0 #### Evaluation Commands 1. To evaluate on 'mozilla-foundation/common\_voice\_7\_0' with split 'test' 2. To evaluate on test dev data
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 3.4\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.0.dev0\n* Pytorch 1.10.1+cu102\n* Datasets 1.17.1.dev0\n* Tokenizers 0.11.0", "#### Evaluation Commands\n\n\n1. To evaluate on 'mozilla-foundation/common\\_voice\\_7\\_0' with split 'test'\n2. To evaluate on test dev data" ]
[ "TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #de #generated_from_trainer #hf-asr-leaderboard #mozilla-foundation/common_voice_7_0 #robust-speech-event #dataset-mozilla-foundation/common_voice_7_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 3.4\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.0.dev0\n* Pytorch 1.10.1+cu102\n* Datasets 1.17.1.dev0\n* Tokenizers 0.11.0", "#### Evaluation Commands\n\n\n1. To evaluate on 'mozilla-foundation/common\\_voice\\_7\\_0' with split 'test'\n2. To evaluate on test dev data" ]
[ 111, 159, 4, 41, 44 ]
[ "passage: TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #de #generated_from_trainer #hf-asr-leaderboard #mozilla-foundation/common_voice_7_0 #robust-speech-event #dataset-mozilla-foundation/common_voice_7_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 3.4\n* mixed\\_precision\\_training: Native AMP### Training results### Framework versions\n\n\n* Transformers 4.16.0.dev0\n* Pytorch 1.10.1+cu102\n* Datasets 1.17.1.dev0\n* Tokenizers 0.11.0#### Evaluation Commands\n\n\n1. To evaluate on 'mozilla-foundation/common\\_voice\\_7\\_0' with split 'test'\n2. To evaluate on test dev data" ]
[ -0.12741737067699432, 0.11049387603998184, -0.006292941980063915, 0.045448631048202515, 0.1109750047326088, 0.027023954316973686, 0.09660723805427551, 0.1629907190799713, -0.066348597407341, 0.10548499971628189, 0.06490739434957504, 0.09815691411495209, 0.08025956898927689, 0.10424607992172241, -0.01868022046983242, -0.27977755665779114, 0.0136086605489254, -0.034873757511377335, -0.10939731448888779, 0.12471503019332886, 0.10400553047657013, -0.09179343283176422, 0.026646025478839874, 0.030187316238880157, -0.07051018625497818, -0.011797851882874966, -0.04687316715717316, -0.040366049855947495, 0.0729065090417862, 0.03570644184947014, 0.04939070716500282, 0.04330085963010788, 0.06292302161455154, -0.2593066096305847, 0.007584322709590197, 0.07756278663873672, 0.036032844334840775, 0.06186807528138161, 0.13877271115779877, -0.03128654137253761, 0.118415966629982, -0.050484705716371536, 0.04343806952238083, 0.07719176262617111, -0.09464339911937714, -0.2785910665988922, -0.0971771851181984, 0.04986802488565445, 0.14495113492012024, 0.08616100251674652, -0.04031673073768616, 0.04241301491856575, -0.10136265307664871, 0.09382610023021698, 0.21803444623947144, -0.21121694147586823, -0.07244765013456345, -0.011118856258690357, 0.044450074434280396, -0.00012481509475037456, -0.11087081581354141, -0.036208782345056534, 0.001196539611555636, 0.012424913235008717, 0.05915098264813423, 0.00025327756884507835, 0.02205975353717804, 0.0031672122422605753, -0.14604005217552185, -0.06856010854244232, 0.12839309871196747, 0.06359449774026871, -0.021549589931964874, -0.11704105883836746, -0.022363562136888504, -0.1947227269411087, -0.041840825229883194, 0.023587245494127274, 0.009216804057359695, -0.03462817892432213, -0.024881210178136826, 0.03959426283836365, -0.05467351898550987, -0.08175700157880783, 0.06009340286254883, 0.1256980150938034, 0.0577964149415493, -0.033610012382268906, 0.004263972397893667, 0.12940967082977295, 0.07034315168857574, -0.17629854381084442, -0.048769984394311905, 0.01899009197950363, -0.12834414839744568, -0.010926568880677223, -0.022412128746509552, 0.00405013607814908, 0.06123356148600578, 0.1715511679649353, -0.021125558763742447, 0.09091158211231232, 0.016436003148555756, 0.012394655495882034, -0.0670805498957634, 0.1745326668024063, -0.06798609346151352, -0.06650848686695099, -0.05294094607234001, 0.13395830988883972, -0.02488257735967636, 0.0035916848573833704, -0.0350058376789093, 0.027550557628273964, 0.1094214916229248, 0.08476123213768005, 0.01880239136517048, 0.031774770468473434, -0.06947825103998184, -0.035013843327760696, 0.014926471747457981, -0.13035942614078522, 0.04189880192279816, 0.0827886313199997, -0.08837119489908218, -0.012164497748017311, -0.014767731539905071, -0.005136583466082811, -0.05161997675895691, 0.09585810452699661, -0.05234663933515549, 0.0014168055495247245, -0.09286016970872879, -0.086361825466156, 0.034194622188806534, -0.004760434851050377, -0.0200289748609066, -0.04471161589026451, -0.10332556813955307, -0.0804358646273613, 0.04589661955833435, -0.06303758174180984, -0.059052981436252594, -0.0508149117231369, -0.10164955258369446, 0.04331960529088974, -0.014449728652834892, 0.17479729652404785, -0.053982172161340714, 0.0920674204826355, 0.03955790773034096, 0.03073551319539547, 0.15676788985729218, 0.06823796778917313, -0.03329848125576973, 0.06466174125671387, -0.13358210027217865, 0.11064552515745163, -0.12977327406406403, 0.053559672087430954, -0.13919055461883545, -0.11512855440378189, 0.004898213781416416, -0.013705863617360592, 0.08659617602825165, 0.14184854924678802, -0.15093989670276642, -0.07673920691013336, 0.15011756122112274, -0.05864556506276131, -0.08519331365823746, 0.11786623299121857, -0.0024784167762845755, -0.044595956802368164, 0.0032090700697153807, 0.1468128263950348, 0.1730165332555771, -0.0806199386715889, 0.004417707212269306, -0.05132462829351425, 0.08484774082899094, 0.07569827139377594, 0.10620950162410736, -0.044731054455041885, 0.03808756545186043, 0.012883644551038742, -0.06767162680625916, 0.033819589763879776, -0.08494190871715546, -0.07671595364809036, -0.01062663085758686, -0.05481836572289467, 0.021627310663461685, 0.06213681027293205, -0.003956358879804611, -0.07386533915996552, -0.14974436163902283, -0.01842578686773777, 0.12266629189252853, -0.07660961896181107, 0.004303178284317255, -0.0944734588265419, 0.08260560035705566, 0.005834963638335466, 0.009589000605046749, -0.16559678316116333, -0.04244490712881088, 0.043801743537187576, -0.08718188107013702, -0.008846674114465714, -0.018871840089559555, 0.06213489919900894, 0.03633349761366844, -0.021129185333848, -0.0803709402680397, -0.054479341953992844, -0.023678790777921677, -0.04145999997854233, -0.2168123722076416, -0.09632474929094315, -0.012948162853717804, 0.18065239489078522, -0.18651120364665985, 0.020286215469241142, 0.08318865299224854, 0.12113594263792038, 0.007226807996630669, -0.04103834927082062, 0.023206356912851334, 0.045686427503824234, -0.0238492488861084, -0.06428255140781403, 0.02903437428176403, 0.004123116843402386, -0.0711929202079773, -0.006524371448904276, -0.11178475618362427, 0.04774175584316254, 0.07052255421876907, 0.018121322616934776, -0.07530168443918228, -0.03281232342123985, -0.08031889796257019, -0.052833620458841324, -0.025860752910375595, -0.02362520806491375, 0.14865104854106903, 0.03819742053747177, 0.10400453209877014, -0.07406444102525711, -0.06673511862754822, 0.016846954822540283, 0.021442364901304245, 0.0020202810410410166, 0.16106727719306946, 0.04165662080049515, -0.023937176913022995, 0.09064691513776779, 0.006384369917213917, -0.05827542766928673, 0.12846340239048004, -0.08148717880249023, -0.09463274478912354, -0.04425520822405815, 0.05994277447462082, 0.034517984837293625, 0.08521400392055511, -0.18873338401317596, -0.0014562081778421998, 0.043220434337854385, 0.017603866755962372, 0.029799526557326317, -0.17864657938480377, 0.0032458605710417032, 0.027194837108254433, -0.07990121096372604, -0.005954904947429895, 0.03052414581179619, 0.009432720020413399, 0.0758858174085617, 0.0048135570250451565, -0.06742098182439804, -0.0327518992125988, -0.05609440430998802, -0.09576588124036789, 0.17916472256183624, -0.07708267867565155, -0.1494818776845932, -0.13197901844978333, -0.011644757352769375, -0.049168918281793594, -0.030613869428634644, 0.05474766716361046, -0.08776560425758362, -0.04520433023571968, -0.06375982612371445, 0.023151598870754242, -0.014779319055378437, 0.004386439453810453, 0.0107237808406353, 0.017410345375537872, 0.07107239961624146, -0.10911937057971954, 0.016722211614251137, -0.004958232864737511, -0.03714243695139885, 0.012467081658542156, 0.036532893776893616, 0.09303780645132065, 0.17749235033988953, 0.06112254410982132, 0.0552629791200161, -0.01163929421454668, 0.18799109756946564, -0.13397136330604553, -0.0009804749861359596, 0.13850712776184082, 0.009973976761102676, 0.053954899311065674, 0.13590064644813538, 0.03234252333641052, -0.06753582507371902, 0.012238692492246628, 0.05275272578001022, -0.004638827871531248, -0.25388187170028687, -0.024952378123998642, -0.0756952166557312, -0.002944137202575803, 0.08628461509943008, 0.03689061105251312, 0.027747711166739464, 0.021660683676600456, -0.032241228967905045, -0.05312488600611687, 0.05732392147183418, 0.05807274207472801, 0.07582084834575653, 0.03838667646050453, 0.1176254004240036, -0.019843053072690964, -0.02544068545103073, 0.015554885379970074, -0.010106013156473637, 0.2337949126958847, -0.026383455842733383, 0.1875653862953186, 0.07951117306947708, 0.13954494893550873, -0.010249510407447815, 0.04259873554110527, -0.002094815019518137, 0.005684065166860819, 0.04834284633398056, -0.054551105946302414, -0.016940465196967125, 0.020132165402173996, 0.09755180776119232, 0.029851170256733894, -0.10289675742387772, -0.0020947232842445374, 0.04890703409910202, 0.3569791615009308, 0.07631973922252655, -0.2713068425655365, -0.07701636850833893, 0.0052170176059007645, -0.06992669403553009, -0.038683708757162094, 0.013433418236672878, 0.08037380874156952, -0.10335541516542435, 0.07071448117494583, -0.06835799664258957, 0.09266116470098495, -0.0595521479845047, 0.0009709170553833246, 0.11502373218536377, 0.10294052213430405, 0.020247923210263252, 0.07683298736810684, -0.23329411447048187, 0.23202262818813324, -0.022135866805911064, 0.05916753038764, -0.052656326442956924, 0.06463975459337234, 0.04183443635702133, -0.010094162076711655, 0.08039938658475876, -0.015878571197390556, -0.05284278094768524, -0.14385297894477844, -0.0867118164896965, -0.0001647091849008575, 0.12111984193325043, -0.08098628371953964, 0.12826448678970337, -0.05102997273206711, -0.05157749727368355, 0.018905801698565483, -0.052673015743494034, -0.10562381148338318, -0.08408910781145096, 0.07751442492008209, -0.026287376880645752, 0.08004798740148544, -0.09343535453081131, -0.09351538866758347, -0.05738123133778572, 0.1705462783575058, -0.13948224484920502, -0.045968104153871536, -0.13938690721988678, 0.05278593301773071, 0.16787683963775635, -0.07282426953315735, 0.023693740367889404, -0.001090870937332511, 0.14888373017311096, 0.048808179795742035, -0.011336168274283409, 0.08598034083843231, -0.07938943803310394, -0.227234348654747, -0.034421052783727646, 0.18924355506896973, 0.019844885915517807, 0.055420879274606705, -0.025782592594623566, 0.00882940087467432, -0.018794042989611626, -0.08782364428043365, 0.0547066256403923, 0.01917249895632267, 0.0017199923750013113, 0.05662214756011963, -0.04001840576529503, -0.0037101798225194216, -0.09691553562879562, -0.03313424810767174, 0.08649387210607529, 0.22336892783641815, -0.07519996166229248, 0.024984225630760193, 0.005595114082098007, -0.05494822561740875, -0.1519489884376526, -0.004580546170473099, 0.13788564503192902, 0.023802656680345535, -0.018272865563631058, -0.1841697096824646, 0.010049786418676376, 0.07430679351091385, -0.020970836281776428, 0.11934824287891388, -0.3583434820175171, -0.12434370070695877, 0.07633108645677567, 0.05761866644024849, -0.08602108806371689, -0.18527235090732574, -0.08106809109449387, -0.0002487952006049454, -0.09800944477319717, 0.027445204555988312, -0.015016281045973301, 0.11486617475748062, -0.018305739387869835, 0.015407513827085495, 0.025052126497030258, -0.053950823843479156, 0.15963013470172882, 0.03122843988239765, 0.04160614311695099, -0.011610056273639202, 0.024979596957564354, 0.04563131183385849, -0.06871603429317474, 0.030151600018143654, -0.05652579665184021, 0.034333422780036926, -0.1580626219511032, -0.023571450263261795, -0.10566943883895874, 0.022138388827443123, -0.06364952027797699, -0.008023951202630997, -0.019464321434497833, 0.053193703293800354, 0.08081500977277756, 0.020985011011362076, 0.09666582196950912, -0.059372708201408386, 0.11874426901340485, 0.15826642513275146, 0.08876581490039825, 0.02982810139656067, -0.15027521550655365, -0.011315330862998962, 0.029768602922558784, 0.019545603543519974, -0.11858181655406952, 0.043916866183280945, 0.1447024941444397, 0.05265049263834953, 0.14279520511627197, 0.051039572805166245, -0.0935027003288269, -0.00274658203125, 0.06332188844680786, -0.07016652077436447, -0.14414817094802856, -0.029528144747018814, 0.004421563819050789, -0.1423993706703186, -0.006525060161948204, 0.09700828045606613, -0.015024503692984581, -0.005520934239029884, 0.02430831827223301, 0.05425429344177246, -0.027361441403627396, 0.22632509469985962, 0.015340163372457027, 0.11918109655380249, -0.0929863452911377, 0.05969740077853203, 0.046224165707826614, -0.07597014307975769, -0.002127039013430476, 0.12095409631729126, -0.056872084736824036, -0.04248540475964546, -0.018912462517619133, 0.06494513899087906, 0.04254094511270523, -0.047230497002601624, -0.13204333186149597, -0.1513281613588333, 0.09555913507938385, 0.04925352334976196, 0.03527653217315674, 0.029075659811496735, -0.003907065372914076, 0.02698585018515587, -0.08731067180633545, 0.1289023607969284, 0.10376615822315216, 0.060148172080516815, -0.11462940275669098, 0.09531696140766144, 0.012833396904170513, 0.025122635066509247, 0.009088791906833649, -0.01806041970849037, -0.09213247150182724, 0.031858205795288086, -0.13472238183021545, -0.02531633898615837, -0.0517854206264019, -0.003653131425380707, 0.014065721072256565, -0.056178707629442215, -0.053430646657943726, 0.035153113305568695, -0.11530109494924545, -0.06125067546963692, -0.034503351897001266, 0.07736069709062576, -0.10820306092500687, -0.0055193472653627396, 0.043080780655145645, -0.14692576229572296, 0.10095538198947906, 0.04668064042925835, 0.0162337739020586, 0.005593068897724152, -0.0538848377764225, -0.009089134633541107, 0.00961400754749775, 0.014745323918759823, 0.02946334518492222, -0.20950917899608612, 0.013498141430318356, -0.034835610538721085, -0.01052074320614338, -0.014450429938733578, 0.008594064973294735, -0.13584305346012115, 0.013629625551402569, -0.022851936519145966, -0.05144600570201874, -0.04823611304163933, 0.05525577440857887, 0.06812397390604019, 0.030148625373840332, 0.16859303414821625, -0.05275150388479233, 0.08526704460382462, -0.23351989686489105, -0.0020627400372177362, -0.000619264435954392, -0.050332024693489075, -0.01910361647605896, -0.014964883215725422, 0.09992159157991409, -0.06555566936731339, 0.06975717842578888, -0.022486137226223946, 0.07557365298271179, 0.028817737475037575, -0.08170903474092484, 0.050973959267139435, 0.06393126398324966, 0.10968412458896637, 0.03511986881494522, -0.010570406913757324, 0.08112049102783203, -0.03751549869775772, 0.033650074154138565, 0.04973570629954338, 0.15883997082710266, 0.14359180629253387, 0.06488022208213806, 0.056139059364795685, 0.08569596707820892, -0.13623347878456116, -0.13765549659729004, 0.12449723482131958, -0.06494610011577606, 0.13932086527347565, -0.032169364392757416, 0.17454981803894043, 0.11689645051956177, -0.1940312683582306, 0.09068278968334198, -0.04042747616767883, -0.08295629918575287, -0.084242083132267, -0.08687321841716766, -0.06850872933864594, -0.1702023297548294, 0.016811132431030273, -0.09777893126010895, 0.06076126545667648, 0.04460737854242325, 0.040274087339639664, 0.01685558259487152, 0.11064855009317398, 0.05152728036046028, -0.01312180794775486, 0.10872010886669159, 0.002652661642059684, -0.01856948807835579, -0.015062233433127403, -0.07510296255350113, 0.038835830986499786, -0.02775575779378414, 0.07420901954174042, -0.023944947868585587, -0.10833416134119034, 0.04660647734999657, 0.004819950554519892, -0.09985841810703278, 0.03116864524781704, -0.024261310696601868, 0.03623178228735924, 0.0944053903222084, 0.0363888181746006, 0.00495403865352273, -0.011553102172911167, 0.1957087367773056, -0.07137114554643631, -0.05956106260418892, -0.13558518886566162, 0.19107060134410858, 0.017481479793787003, -0.006285944953560829, 0.037813812494277954, -0.07592100650072098, -0.02880062535405159, 0.17493411898612976, 0.1246250718832016, -0.010565168224275112, -0.0254915039986372, 0.035012681037187576, -0.006431729067116976, -0.01878274418413639, 0.06393682211637497, 0.12149745970964432, 0.0847785547375679, -0.034999895840883255, 0.00048811681335791945, -0.022511161863803864, -0.07107885181903839, -0.02612411603331566, 0.0883287563920021, 0.021082276478409767, -0.005325821693986654, -0.019205568358302116, 0.12294337898492813, -0.08596368879079819, -0.13925111293792725, 0.0556887611746788, -0.15131776034832, -0.19642241299152374, -0.04754055291414261, 0.06488332152366638, 0.021374361589550972, 0.07488126307725906, 0.0028422677423805, -0.05691980570554733, 0.13809038698673248, 0.0023649558424949646, -0.02060285583138466, -0.11854757368564606, 0.07793831825256348, -0.12926192581653595, 0.18556252121925354, -0.03922753036022186, 0.03266655281186104, 0.1373416930437088, 0.022066060453653336, -0.1144469603896141, 0.027202658355236053, 0.09678252786397934, -0.13925331830978394, 0.05307478830218315, 0.18695664405822754, -0.017469007521867752, 0.10716298222541809, 0.03224325180053711, -0.0817684456706047, 0.011810441501438618, -0.056986335664987564, -0.012075811624526978, -0.08428473025560379, 0.008297387510538101, -0.044062599539756775, 0.11422459036111832, 0.23237812519073486, -0.06872857362031937, -0.00515661621466279, -0.058256860822439194, 0.01498988177627325, 0.011554629541933537, 0.1422833502292633, -0.0379013754427433, -0.2650609016418457, 0.04111075401306152, -0.001267986255697906, 0.03309672698378563, -0.19801127910614014, -0.08283480256795883, 0.04508977383375168, -0.06844039261341095, -0.04932102560997009, 0.12185174226760864, 0.04256283491849899, 0.04774368554353714, -0.04053301364183426, -0.09725651144981384, -0.029512934386730194, 0.1844584345817566, -0.18374842405319214, -0.055411696434020996 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - JA dataset. Kanji are converted into Hiragana using the [pykakasi](https://pykakasi.readthedocs.io/en/latest/index.html) library during training and evaluation. The model can output both Hiragana and Katakana characters. Since there is no spacing, WER is not a suitable metric for evaluating performance and CER is more suitable. On mozilla-foundation/common_voice_8_0 it achieved: - cer: 23.64% On speech-recognition-community-v2/dev_data it achieved: - cer: 30.99% It achieves the following results on the evaluation set: - Loss: 0.5212 - Wer: 1.3068 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 7.5e-05 - train_batch_size: 48 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 2000 - num_epochs: 50.0 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:-----:|:---------------:|:------:| | 4.0974 | 4.72 | 1000 | 4.0178 | 1.9535 | | 2.1276 | 9.43 | 2000 | 0.9301 | 1.2128 | | 1.7622 | 14.15 | 3000 | 0.7103 | 1.5527 | | 1.6397 | 18.87 | 4000 | 0.6729 | 1.4269 | | 1.5468 | 23.58 | 5000 | 0.6087 | 1.2497 | | 1.4885 | 28.3 | 6000 | 0.5786 | 1.3222 | | 1.451 | 33.02 | 7000 | 0.5726 | 1.3768 | | 1.3912 | 37.74 | 8000 | 0.5518 | 1.2497 | | 1.3617 | 42.45 | 9000 | 0.5352 | 1.2694 | | 1.3113 | 47.17 | 10000 | 0.5228 | 1.2781 | ### Framework versions - Transformers 4.17.0.dev0 - Pytorch 1.10.2+cu102 - Datasets 1.18.2.dev0 - Tokenizers 0.11.0 #### Evaluation Commands 1. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test` ```bash python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-300m-japanese --dataset mozilla-foundation/common_voice_8_0 --config ja --split test --log_outputs ``` 2. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test` ```bash python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-300m-japanese --dataset speech-recognition-community-v2/dev_data --config de --split validation --chunk_length_s 5.0 --stride_length_s 1.0 ```
{"language": ["ja"], "license": "apache-2.0", "tags": ["automatic-speech-recognition", "generated_from_trainer", "hf-asr-leaderboard", "ja", "mozilla-foundation/common_voice_8_0", "robust-speech-event"], "datasets": ["mozilla-foundation/common_voice_8_0"], "model-index": [{"name": "XLS-R-300-m", "results": [{"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Common Voice 8", "type": "mozilla-foundation/common_voice_8_0", "args": "ja"}, "metrics": [{"type": "wer", "value": 95.82, "name": "Test WER"}, {"type": "cer", "value": 23.64, "name": "Test CER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Dev Data", "type": "speech-recognition-community-v2/dev_data", "args": "de"}, "metrics": [{"type": "wer", "value": 100.0, "name": "Test WER"}, {"type": "cer", "value": 30.99, "name": "Test CER"}, {"type": "cer", "value": 30.37, "name": "Test CER"}]}, {"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Recognition"}, "dataset": {"name": "Robust Speech Event - Test Data", "type": "speech-recognition-community-v2/eval_data", "args": "ja"}, "metrics": [{"type": "cer", "value": 34.42, "name": "Test CER"}]}]}]}
automatic-speech-recognition
AndrewMcDowell/wav2vec2-xls-r-300m-japanese
[ "transformers", "pytorch", "wav2vec2", "automatic-speech-recognition", "generated_from_trainer", "hf-asr-leaderboard", "ja", "mozilla-foundation/common_voice_8_0", "robust-speech-event", "dataset:mozilla-foundation/common_voice_8_0", "license:apache-2.0", "model-index", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "ja" ]
TAGS #transformers #pytorch #wav2vec2 #automatic-speech-recognition #generated_from_trainer #hf-asr-leaderboard #ja #mozilla-foundation/common_voice_8_0 #robust-speech-event #dataset-mozilla-foundation/common_voice_8_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the MOZILLA-FOUNDATION/COMMON\_VOICE\_8\_0 - JA dataset. Kanji are converted into Hiragana using the pykakasi library during training and evaluation. The model can output both Hiragana and Katakana characters. Since there is no spacing, WER is not a suitable metric for evaluating performance and CER is more suitable. On mozilla-foundation/common\_voice\_8\_0 it achieved: * cer: 23.64% On speech-recognition-community-v2/dev\_data it achieved: * cer: 30.99% It achieves the following results on the evaluation set: * Loss: 0.5212 * Wer: 1.3068 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 7.5e-05 * train\_batch\_size: 48 * eval\_batch\_size: 8 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * lr\_scheduler\_warmup\_steps: 2000 * num\_epochs: 50.0 * mixed\_precision\_training: Native AMP ### Training results ### Framework versions * Transformers 4.17.0.dev0 * Pytorch 1.10.2+cu102 * Datasets 1.18.2.dev0 * Tokenizers 0.11.0 #### Evaluation Commands 1. To evaluate on 'mozilla-foundation/common\_voice\_8\_0' with split 'test' 2. To evaluate on 'mozilla-foundation/common\_voice\_8\_0' with split 'test'
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 48\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 50.0\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0", "#### Evaluation Commands\n\n\n1. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'\n2. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'" ]
[ "TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #generated_from_trainer #hf-asr-leaderboard #ja #mozilla-foundation/common_voice_8_0 #robust-speech-event #dataset-mozilla-foundation/common_voice_8_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 48\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 50.0\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0", "#### Evaluation Commands\n\n\n1. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'\n2. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'" ]
[ 111, 132, 4, 39, 66 ]
[ "passage: TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #generated_from_trainer #hf-asr-leaderboard #ja #mozilla-foundation/common_voice_8_0 #robust-speech-event #dataset-mozilla-foundation/common_voice_8_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 48\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 2000\n* num\\_epochs: 50.0\n* mixed\\_precision\\_training: Native AMP### Training results### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* Pytorch 1.10.2+cu102\n* Datasets 1.18.2.dev0\n* Tokenizers 0.11.0#### Evaluation Commands\n\n\n1. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'\n2. To evaluate on 'mozilla-foundation/common\\_voice\\_8\\_0' with split 'test'" ]
[ -0.1087740883231163, 0.1477416604757309, -0.005788300186395645, 0.013155115768313408, 0.10168784856796265, 0.03503540903329849, 0.11511356383562088, 0.15956926345825195, -0.05871691554784775, 0.13984927535057068, 0.06451325118541718, 0.10002699494361877, 0.09042244404554367, 0.12264932692050934, -0.04007740318775177, -0.21010822057724, 0.042469460517168045, -0.0689309611916542, -0.07715807855129242, 0.11195503175258636, 0.09204067289829254, -0.08278888463973999, 0.02514229714870453, -0.0008792848675511777, -0.07553447782993317, -0.01334616169333458, -0.034911125898361206, -0.040422964841127396, 0.05722523108124733, 0.03563104197382927, 0.029681194573640823, 0.03776860609650612, 0.04564438387751579, -0.2972787916660309, 0.005103148519992828, 0.08102361857891083, 0.019244004040956497, 0.04617222771048546, 0.10508732497692108, -0.01805555261671543, 0.09709670394659042, -0.0775347501039505, 0.039789579808712006, 0.08165973424911499, -0.07914163917303085, -0.2222466915845871, -0.11647417396306992, 0.027785543352365494, 0.15701860189437866, 0.0904143825173378, -0.04615062102675438, 0.04984421283006668, -0.09164845943450928, 0.08497298508882523, 0.2104804664850235, -0.20402811467647552, -0.06143715977668762, -0.010810239240527153, 0.02561807446181774, 0.02669430896639824, -0.09532139450311661, -0.014534858986735344, 0.004748138133436441, -0.00002266479168611113, 0.038230787962675095, -0.004701788071542978, 0.05563238635659218, -0.002598206279799342, -0.14502231776714325, -0.0830666571855545, 0.1489851325750351, 0.07351472228765488, -0.037659116089344025, -0.11904042214155197, -0.016562167555093765, -0.18190069496631622, -0.04835500195622444, 0.013735764659941196, 0.017232397571206093, -0.019287846982479095, -0.01979869417846203, 0.027029974386096, -0.05988167226314545, -0.06916576623916626, 0.058555036783218384, 0.13192495703697205, 0.04002091661095619, -0.05036861076951027, 0.014790055342018604, 0.08875028789043427, 0.05164388194680214, -0.1580030471086502, -0.058058302849531174, 0.03927292674779892, -0.1427135318517685, -0.008364439941942692, -0.03324529156088829, -0.004433698020875454, 0.08963260799646378, 0.197251096367836, 0.019467879086732864, 0.09856586903333664, -0.012515608221292496, 0.011376751586794853, -0.05642092972993851, 0.1474575698375702, -0.023042479529976845, -0.08099934458732605, -0.041957560926675797, 0.12869194149971008, -0.00721860583871603, -0.010843121446669102, -0.02981436997652054, 0.03888479247689247, 0.10885139554738998, 0.09743758291006088, 0.034257348626852036, -0.0010745712788775563, -0.0837646946310997, -0.025659827515482903, -0.019328292459249496, -0.14711476862430573, 0.059861596673727036, 0.07345984876155853, -0.03928293660283089, -0.026789890602231026, -0.029810339212417603, 0.026285255327820778, -0.04997982829809189, 0.09403006732463837, -0.052826736122369766, -0.0000771524864831008, -0.07659143209457397, -0.08891177922487259, 0.054340679198503494, -0.004658709280192852, -0.036530785262584686, -0.05130812153220177, -0.06666810810565948, -0.09381060302257538, 0.04751531779766083, -0.051369667053222656, -0.052074357867240906, -0.07117757201194763, -0.09715499728918076, 0.049286529421806335, -0.01066017709672451, 0.16810189187526703, -0.052193645387887955, 0.08398734778165817, 0.017744766548275948, 0.02971000410616398, 0.13120567798614502, 0.06826508790254593, -0.01252234447747469, 0.06093045696616173, -0.12527966499328613, 0.10995301604270935, -0.1350339651107788, 0.053963903337717056, -0.16346971690654755, -0.07960791140794754, 0.006118742283433676, -0.008786252699792385, 0.08765316754579544, 0.14486128091812134, -0.18164360523223877, -0.07237306982278824, 0.13650980591773987, -0.061347510665655136, -0.08854631334543228, 0.12925216555595398, 0.003477761521935463, -0.041578371077775955, 0.0064088162034749985, 0.15457475185394287, 0.13142310082912445, -0.09764263033866882, -0.02034412883222103, -0.07363413274288177, 0.07897048443555832, 0.057345911860466, 0.11599653959274292, -0.07200410962104797, 0.023843662813305855, -0.0063104587607085705, -0.07462050765752792, 0.01386431884020567, -0.06436075270175934, -0.07882321625947952, -0.004112743306905031, -0.041469596326351166, -0.02971045672893524, 0.024468347430229187, -0.029770614579319954, -0.08238744735717773, -0.12593035399913788, -0.043233904987573624, 0.11135084927082062, -0.07991854101419449, 0.0246325321495533, -0.09014477580785751, 0.06108643859624863, 0.009421923197805882, 0.019463147968053818, -0.14789429306983948, -0.0363239124417305, 0.049919817596673965, -0.0853586345911026, -0.005922773387283087, -0.04135718196630478, 0.03250168263912201, 0.018542395904660225, -0.0046475548297166824, -0.05702078714966774, -0.05195922777056694, -0.015209702774882317, -0.0473407581448555, -0.22196969389915466, -0.06655586510896683, -0.01885778084397316, 0.22292578220367432, -0.17538335919380188, 0.02171972207725048, 0.10974080115556717, 0.10332230478525162, -0.00029188074404373765, -0.05275413766503334, 0.013702730648219585, 0.0481017529964447, -0.02617982029914856, -0.059972185641527176, 0.008623763918876648, 0.007669304497539997, -0.08968833833932877, -0.024148665368556976, -0.1370444893836975, 0.024139514192938805, 0.08031045645475388, 0.052427150309085846, -0.055452700704336166, -0.04198748245835304, -0.07149502635002136, -0.04533102363348007, -0.053846996277570724, -0.0346534363925457, 0.08729126304388046, 0.04353948310017586, 0.08739906549453735, -0.07273350656032562, -0.05855002626776695, 0.027549805119633675, 0.016847090795636177, -0.027820875868201256, 0.14902810752391815, 0.05691412091255188, -0.06044582277536392, 0.08993193507194519, 0.026469044387340546, -0.03866554796695709, 0.11186252534389496, -0.06011715158820152, -0.09090210497379303, -0.06316986680030823, 0.08336108922958374, 0.04404586926102638, 0.0705011636018753, -0.18182238936424255, -0.00377039797604084, 0.04122260585427284, 0.035476621240377426, 0.023088354617357254, -0.1702616661787033, 0.01111573539674282, 0.021327907219529152, -0.08401083201169968, -0.006362211890518665, 0.020770108327269554, -0.011741490103304386, 0.07213378697633743, 0.02177577279508114, -0.042916398495435715, -0.03534857928752899, -0.06233357638120651, -0.12696340680122375, 0.1537202000617981, -0.10502689331769943, -0.16080555319786072, -0.12085900455713272, -0.03294072300195694, -0.04437030479311943, -0.03224250674247742, 0.07675431668758392, -0.09537222981452942, -0.05769955366849899, -0.08068261295557022, -0.033292826265096664, -0.03749557211995125, 0.018223341554403305, 0.05154959484934807, 0.021069733425974846, 0.04818948730826378, -0.0979401096701622, -0.005408273544162512, -0.004600396379828453, -0.008114281110465527, -0.0007580707315355539, 0.044008612632751465, 0.099307119846344, 0.15460838377475739, 0.06795667856931686, 0.06726348400115967, -0.015995262190699577, 0.21678681671619415, -0.1231498047709465, -0.013050854206085205, 0.11007002741098404, 0.006019898224622011, 0.061989109963178635, 0.15774817764759064, 0.02511467970907688, -0.07921166718006134, 0.02253521978855133, 0.04597237706184387, -0.0013353730319067836, -0.25632551312446594, -0.02823888696730137, -0.08521348983049393, -0.02333091013133526, 0.08538305759429932, 0.04832465946674347, 0.028804762288928032, 0.00006417921395041049, -0.0301272664219141, -0.03189895674586296, 0.049926090985536575, 0.07248390465974808, 0.0739877000451088, 0.03754280507564545, 0.0973183810710907, -0.019215868785977364, 0.002577554900199175, 0.028971273452043533, -0.018436448648571968, 0.22958695888519287, 0.027164291590452194, 0.20804652571678162, 0.0771929994225502, 0.14167137444019318, -0.015451895073056221, 0.0280695091933012, 0.012827679514884949, 0.01608141139149666, 0.04111621901392937, -0.0690062865614891, -0.048154059797525406, 0.04470739886164665, 0.12005890905857086, -0.004368465393781662, -0.08732756972312927, 0.017751308158040047, 0.05024973675608635, 0.32641854882240295, 0.07028119266033173, -0.23183751106262207, -0.050929538905620575, 0.018188439309597015, -0.06847714632749557, -0.023299233987927437, -0.005960805341601372, 0.09439518302679062, -0.0860380157828331, 0.06957847625017166, -0.05563811957836151, 0.09013970196247101, -0.04815508797764778, -0.004288388881832361, 0.07169382274150848, 0.10188069194555283, 0.01644844375550747, 0.061755672097206116, -0.2576664686203003, 0.2276265174150467, -0.005650322884321213, 0.07540401816368103, -0.06310959905385971, 0.060869310051202774, 0.02750534750521183, -0.05519917979836464, 0.0928097814321518, -0.002720352029427886, -0.11286044865846634, -0.13088107109069824, -0.09974940866231918, 0.0006169184925965965, 0.1417112797498703, -0.07992597669363022, 0.13231498003005981, -0.0454610176384449, -0.05904149264097214, 0.015101990662515163, -0.0021347971633076668, -0.1285717487335205, -0.09736166894435883, 0.09629026800394058, 0.021624090149998665, 0.0762212947010994, -0.08854726701974869, -0.07488133013248444, -0.04802006483078003, 0.17824500799179077, -0.1496058851480484, -0.015705734491348267, -0.1430455595254898, 0.06130681931972504, 0.1522814929485321, -0.07212702184915543, 0.030780980363488197, -0.004098606761544943, 0.14491842687129974, 0.027333807200193405, 0.005721551366150379, 0.07744576036930084, -0.08497558534145355, -0.19962821900844574, -0.0424664169549942, 0.19328804314136505, 0.007259809877723455, 0.05753184109926224, -0.010982424952089787, 0.01800045184791088, -0.014871063642203808, -0.09198039770126343, 0.07750681787729263, 0.056535929441452026, 0.006128828972578049, 0.0721377581357956, -0.04402696713805199, -0.03909243643283844, -0.10687132924795151, -0.06528892368078232, 0.1188289001584053, 0.27234622836112976, -0.05993768200278282, 0.035325922071933746, 0.010931512340903282, -0.056125372648239136, -0.1281430870294571, -0.019732847809791565, 0.11811324208974838, 0.019511621445417404, -0.015471790917217731, -0.1707654893398285, -0.015854738652706146, 0.0924377366900444, -0.019183073192834854, 0.09038271009922028, -0.33199137449264526, -0.12576128542423248, 0.04488607868552208, 0.06318698823451996, -0.026589468121528625, -0.18574416637420654, -0.09350314736366272, -0.02831840328872204, -0.09134162217378616, 0.05288255959749222, -0.015958989039063454, 0.11981193721294403, 0.01293250359594822, -0.0012019902933388948, 0.017548421397805214, -0.06222259998321533, 0.1592288613319397, 0.04996703937649727, 0.011544732376933098, -0.009889856912195683, 0.010394533164799213, 0.03226924687623978, -0.07445240765810013, 0.031942661851644516, -0.07251317799091339, 0.020598279312253, -0.1440768539905548, -0.023826319724321365, -0.07044395804405212, -0.002039239974692464, -0.06544223427772522, 0.00536341592669487, -0.019949564710259438, 0.045036401599645615, 0.11330589652061462, 0.01689167134463787, 0.08313802629709244, -0.051780786365270615, 0.09468266367912292, 0.1500033289194107, 0.09072425216436386, 0.019859904423356056, -0.12134414166212082, -0.004623623564839363, 0.009400354698300362, 0.00625223945826292, -0.11128894239664078, 0.04891355335712433, 0.12558703124523163, 0.043818775564432144, 0.16635343432426453, 0.03901210427284241, -0.09933703392744064, -0.012898358516395092, 0.06836090236902237, -0.06474295258522034, -0.18597087264060974, -0.012777979485690594, 0.031226417049765587, -0.1515895426273346, -0.029996629804372787, 0.1164131835103035, -0.004838780499994755, 0.002552330493927002, 0.023568302392959595, 0.06625021249055862, -0.027307068929076195, 0.2134394496679306, -0.0030792567413300276, 0.11429131776094437, -0.09196129441261292, 0.06698654592037201, 0.048767417669296265, -0.08291850984096527, 0.029134145006537437, 0.11724531650543213, -0.062427639961242676, -0.03733101487159729, -0.028074800968170166, 0.06637497991323471, 0.05883374065160751, -0.03921577334403992, -0.11016212403774261, -0.12894967198371887, 0.10514949262142181, 0.026415005326271057, 0.028547190129756927, 0.03304830193519592, 0.005385200027376413, 0.022617477923631668, -0.07699140161275864, 0.10513479262590408, 0.08819974958896637, 0.04803583025932312, -0.09270486980676651, 0.07621791958808899, 0.010284041054546833, 0.006120402831584215, 0.018272187560796738, -0.017112817615270615, -0.095110684633255, 0.02786312624812126, -0.07434035837650299, -0.01919488236308098, -0.07482413947582245, -0.018983514979481697, 0.03449297323822975, -0.06329751759767532, -0.059338245540857315, 0.02713288739323616, -0.11120347678661346, -0.08754691481590271, -0.058651044964790344, 0.08689604699611664, -0.1116422638297081, 0.005274755880236626, 0.037360675632953644, -0.15704524517059326, 0.09941170364618301, 0.05212407559156418, 0.013139680027961731, -0.005773358512669802, -0.06818518042564392, -0.022421980276703835, 0.018782218918204308, 0.016420092433691025, 0.03022436611354351, -0.23211951553821564, -0.004683718550950289, -0.008337345905601978, 0.001272663357667625, -0.005000933539122343, 0.030927017331123352, -0.12843798100948334, -0.009869852103292942, -0.03427158668637276, -0.05549843609333038, -0.0482478104531765, 0.040627628564834595, 0.08394203335046768, 0.017645107582211494, 0.16971655189990997, -0.04121823236346245, 0.08255002647638321, -0.2086729258298874, 0.00002177966780436691, -0.0014644460752606392, -0.04268849641084671, -0.01604347489774227, -0.028918858617544174, 0.09736286103725433, -0.055846717208623886, 0.04770171269774437, -0.03587127849459648, 0.059236668050289154, 0.03341237083077431, -0.08336438983678818, 0.03836851939558983, 0.045303408056497574, 0.15266938507556915, 0.06668359041213989, -0.016295546665787697, 0.07415127009153366, -0.06215552240610123, 0.04651289060711861, 0.03993904963135719, 0.15657979249954224, 0.16333556175231934, 0.116054967045784, 0.07312367111444473, 0.07646792382001877, -0.1431719958782196, -0.1372508853673935, 0.165970116853714, -0.08846595138311386, 0.14081569015979767, -0.0395544096827507, 0.1765228807926178, 0.11341039091348648, -0.20502091944217682, 0.07705754786729813, -0.020207218825817108, -0.07093504071235657, -0.08815912902355194, -0.09519562125205994, -0.08375655114650726, -0.14944922924041748, 0.010216662660241127, -0.09537575393915176, 0.0831122025847435, 0.01393190585076809, 0.03913471847772598, 0.045509010553359985, 0.07988026738166809, 0.02519194222986698, -0.02047496661543846, 0.1053866595029831, -0.014770467765629292, -0.02473100647330284, -0.008506952784955502, -0.08640526235103607, 0.05633917823433876, -0.029552588239312172, 0.10771621018648148, 0.006454769987612963, -0.08175500482320786, 0.06293248385190964, -0.004539621528238058, -0.10728983581066132, 0.033632468432188034, -0.030353594571352005, 0.028835995122790337, 0.10150393098592758, 0.045991200953722, -0.005703745409846306, 0.010085402056574821, 0.16757895052433014, -0.06388213485479355, -0.07222308963537216, -0.14002260565757751, 0.1346954107284546, 0.021164963021874428, 0.007541170809417963, 0.01697583869099617, -0.08257226645946503, -0.027725020423531532, 0.1746097207069397, 0.10030832886695862, -0.005761069245636463, -0.02150832675397396, 0.05469776317477226, -0.00478697195649147, -0.01971440203487873, 0.05922664329409599, 0.1122036874294281, 0.08002873510122299, -0.019586334004998207, 0.009757071733474731, -0.028244223445653915, -0.08713611215353012, -0.030797921121120453, 0.07191623002290726, 0.011338296346366405, -0.01378666516393423, -0.0073870024643838406, 0.1279318928718567, -0.03408581763505936, -0.15055401623249054, 0.03676231950521469, -0.14071407914161682, -0.18811243772506714, -0.016113322228193283, 0.09614787250757217, 0.02739056944847107, 0.06186115741729736, 0.0005808438872918487, -0.05137735605239868, 0.15117532014846802, -0.009169952012598515, -0.02224922738969326, -0.10713595896959305, 0.07128940522670746, -0.10103794932365417, 0.16476388275623322, -0.029639529064297676, 0.047111812978982925, 0.14732210338115692, 0.037716615945100784, -0.11521261930465698, 0.050352469086647034, 0.09862856566905975, -0.1376897245645523, 0.06814020872116089, 0.19299201667308807, -0.03930767998099327, 0.12174093723297119, 0.04682924970984459, -0.09151551127433777, 0.010880493558943272, -0.028962207958102226, -0.004201733972877264, -0.07349542528390884, 0.0009740798268467188, -0.06631552428007126, 0.1197848916053772, 0.1957956999540329, -0.07348763942718506, 0.011314268223941326, -0.04058344289660454, 0.02107921428978443, 0.000293861172394827, 0.15358412265777588, -0.043159954249858856, -0.27917811274528503, 0.04421854391694069, 0.0045698839239776134, 0.028731731697916985, -0.18270628154277802, -0.08871931582689285, 0.03539258986711502, -0.04338612034916878, -0.060522034764289856, 0.11763280630111694, 0.05492451414465904, 0.026249634101986885, -0.04773934185504913, -0.1942048817873001, -0.010461837984621525, 0.19137272238731384, -0.15540608763694763, -0.05503041297197342 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # mbert-finetuned-ner This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the wikiann dataset. It achieves the following results on the evaluation set: - Loss: 0.1264 - Precision: 0.9305 - Recall: 0.9375 - F1: 0.9340 - Accuracy: 0.9700 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:| | 0.301 | 1.0 | 625 | 0.1756 | 0.8843 | 0.9067 | 0.8953 | 0.9500 | | 0.1259 | 2.0 | 1250 | 0.1248 | 0.9285 | 0.9335 | 0.9310 | 0.9688 | | 0.0895 | 3.0 | 1875 | 0.1264 | 0.9305 | 0.9375 | 0.9340 | 0.9700 | ### Framework versions - Transformers 4.19.4 - Pytorch 1.11.0+cu113 - Datasets 2.2.2 - Tokenizers 0.12.1
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wikiann"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "mbert-finetuned-ner", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dataset": {"name": "wikiann", "type": "wikiann", "args": "lv"}, "metrics": [{"type": "precision", "value": 0.9304986338797814, "name": "Precision"}, {"type": "recall", "value": 0.9375430144528561, "name": "Recall"}, {"type": "f1", "value": 0.9340075419952005, "name": "F1"}, {"type": "accuracy", "value": 0.9699674740348558, "name": "Accuracy"}]}]}]}
token-classification
Andrey1989/mbert-finetuned-ner
[ "transformers", "pytorch", "tensorboard", "bert", "token-classification", "generated_from_trainer", "dataset:wikiann", "license:apache-2.0", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-wikiann #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
mbert-finetuned-ner =================== This model is a fine-tuned version of bert-base-multilingual-cased on the wikiann dataset. It achieves the following results on the evaluation set: * Loss: 0.1264 * Precision: 0.9305 * Recall: 0.9375 * F1: 0.9340 * Accuracy: 0.9700 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 2e-05 * train\_batch\_size: 16 * eval\_batch\_size: 16 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * num\_epochs: 3 ### Training results ### Framework versions * Transformers 4.19.4 * Pytorch 1.11.0+cu113 * Datasets 2.2.2 * Tokenizers 0.12.1
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.19.4\n* Pytorch 1.11.0+cu113\n* Datasets 2.2.2\n* Tokenizers 0.12.1" ]
[ "TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-wikiann #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.19.4\n* Pytorch 1.11.0+cu113\n* Datasets 2.2.2\n* Tokenizers 0.12.1" ]
[ 66, 98, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-wikiann #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3### Training results### Framework versions\n\n\n* Transformers 4.19.4\n* Pytorch 1.11.0+cu113\n* Datasets 2.2.2\n* Tokenizers 0.12.1" ]
[ -0.10305804759263992, 0.10961544513702393, -0.0018086218042299151, 0.1267901211977005, 0.1558895707130432, 0.03104560635983944, 0.11313606053590775, 0.12545624375343323, -0.08956429362297058, 0.018652750179171562, 0.1335294246673584, 0.1636468470096588, 0.013856463134288788, 0.1108115091919899, -0.04352221637964249, -0.26987093687057495, 0.0009707480203360319, 0.04877559468150139, -0.06925267726182938, 0.1267993450164795, 0.09438521414995193, -0.13733266294002533, 0.09809904545545578, 0.025438925251364708, -0.20194289088249207, 0.0021421376150101423, 0.013157127425074577, -0.06379293650388718, 0.14551284909248352, 0.028100652620196342, 0.12522895634174347, -0.006550407502800226, 0.09491229802370071, -0.17913280427455902, 0.010391827672719955, 0.05236087366938591, 0.01117390301078558, 0.0965467244386673, 0.041262563318014145, 0.019954200834035873, 0.12736918032169342, -0.07169544696807861, 0.05571487173438072, 0.00818629190325737, -0.11037745326757431, -0.2220371514558792, -0.0865764245390892, 0.047955576330423355, 0.08088795095682144, 0.09465842694044113, 0.0033861021511256695, 0.14548014104366302, -0.08986711502075195, 0.08831578493118286, 0.2171211987733841, -0.30437472462654114, -0.0679345428943634, 0.023338062688708305, 0.0037648212164640427, 0.03264804556965828, -0.10838373750448227, -0.031339891254901886, 0.05467772111296654, 0.04678637906908989, 0.13261839747428894, -0.034834329038858414, -0.10622984915971756, 0.019241776317358017, -0.13634152710437775, -0.03396301344037056, 0.16242220997810364, 0.050104353576898575, -0.0317937433719635, -0.04246789962053299, -0.05551321431994438, -0.13611248135566711, -0.027650723233819008, -0.015655703842639923, 0.04419272765517235, -0.034325841814279556, -0.06619872152805328, -0.001733123674057424, -0.11214611679315567, -0.05666637048125267, -0.08173292875289917, 0.13209760189056396, 0.03931976854801178, 0.025722647085785866, -0.037584513425827026, 0.10507611185312271, 0.003670345526188612, -0.1277802288532257, 0.012705807574093342, 0.02364242821931839, 0.0041393558494746685, -0.05376795679330826, -0.045405760407447815, -0.046333830803632736, 0.013472726568579674, 0.12484629452228546, -0.05106264725327492, 0.033516738563776016, 0.041958149522542953, 0.04169419780373573, -0.07465320825576782, 0.18287473917007446, -0.06351704150438309, -0.0163123719394207, 0.017426136881113052, 0.031627755612134933, 0.015098857693374157, -0.0026285217609256506, -0.12371509522199631, 0.005909481085836887, 0.09545153379440308, 0.0032443120144307613, -0.06791127473115921, 0.0771683007478714, -0.04538395255804062, -0.03156852349638939, 0.022855522111058235, -0.08177817612886429, 0.036983195692300797, -0.0036649187095463276, -0.08232232183218002, -0.015602532774209976, 0.02031952142715454, 0.02565327100455761, -0.008985952474176884, 0.12294454872608185, -0.09474121779203415, 0.01945621706545353, -0.09357265383005142, -0.10577728599309921, 0.032144710421562195, -0.09098605811595917, 0.049178216606378555, -0.09911821037530899, -0.17524383962154388, -0.0032790687400847673, 0.0678829476237297, -0.01950405351817608, -0.06981440633535385, -0.04194618761539459, -0.07175598293542862, 0.015000816434621811, -0.01944558508694172, 0.12830708920955658, -0.06554944813251495, 0.08574219048023224, 0.010607073083519936, 0.065253846347332, -0.04903143271803856, 0.04715590178966522, -0.10445281118154526, 0.022137343883514404, -0.16122883558273315, 0.015244442038238049, -0.04613155871629715, 0.06957335025072098, -0.09410137683153152, -0.09699484705924988, 0.023824121803045273, -0.005466761067509651, 0.06553060561418533, 0.08056651055812836, -0.15988531708717346, -0.06696999073028564, 0.14590460062026978, -0.0708542913198471, -0.13429437577724457, 0.11883983016014099, -0.06807822734117508, 0.05277801305055618, 0.06357242166996002, 0.15804293751716614, 0.06727112829685211, -0.08949638158082962, 0.0006917043356224895, 0.010925541631877422, 0.04976678639650345, -0.07152191549539566, 0.07299403846263885, 0.022090379148721695, 0.018481772392988205, 0.029006071388721466, -0.03177962079644203, 0.062419380992650986, -0.09116420894861221, -0.09621448069810867, -0.037846390157938004, -0.09928173571825027, 0.0340522900223732, 0.07117068022489548, 0.08161666989326477, -0.0948382243514061, -0.07897968590259552, 0.0771956518292427, 0.09289785474538803, -0.055160291492938995, 0.023844560608267784, -0.07563834637403488, 0.06776970624923706, -0.06136127561330795, -0.02878442592918873, -0.16555078327655792, -0.03098490461707115, 0.005751228425651789, -0.0009607530082575977, 0.004717809613794088, 0.02913564071059227, 0.06756111979484558, 0.06100359559059143, -0.05214083194732666, -0.01164605189114809, -0.02162899449467659, 0.007893494330346584, -0.1317468285560608, -0.20418789982795715, -0.040288351476192474, -0.023181436583399773, 0.11105550080537796, -0.21406540274620056, 0.0239097960293293, -0.006564570590853691, 0.08713386952877045, 0.022043414413928986, -0.0036585715133696795, -0.045387864112854004, 0.06504235416650772, -0.05231639742851257, -0.05072285234928131, 0.06405925005674362, 0.011092695407569408, -0.08425518125295639, -0.03462795540690422, -0.07649264484643936, 0.1751716434955597, 0.1328125298023224, -0.10909899324178696, -0.06662341207265854, 0.00022991902369540185, -0.06037585064768791, -0.03827955573797226, -0.05133558437228203, 0.038374196738004684, 0.17413568496704102, -0.014242970384657383, 0.14164084196090698, -0.07177137583494186, -0.045921143144369125, 0.029073331505060196, -0.03550634905695915, 0.01554492861032486, 0.11678258329629898, 0.14440970122814178, -0.10703164339065552, 0.15030254423618317, 0.15193746984004974, -0.09381690621376038, 0.1301143318414688, -0.040859371423721313, -0.0743538960814476, -0.02409331314265728, -0.03673321381211281, -0.006754565984010696, 0.11960721760988235, -0.1483241617679596, -0.00008945795707404613, 0.03175574913620949, 0.025648167356848717, 0.015351439826190472, -0.21802757680416107, -0.042538486421108246, 0.03544129431247711, -0.027696330100297928, -0.010072656907141209, -0.013637597672641277, 0.002457192400470376, 0.10232214629650116, 0.01085248775780201, -0.0919179767370224, 0.04265464097261429, 0.009009337052702904, -0.08013337105512619, 0.20834195613861084, -0.0788542777299881, -0.14798307418823242, -0.11333561688661575, -0.08456283807754517, -0.044318925589323044, 0.001966319978237152, 0.058707233518362045, -0.08136237412691116, -0.03823842480778694, -0.06522906571626663, 0.007829500362277031, -0.003290866268798709, 0.035965580493211746, 0.01573982648551464, -0.0005635694251395762, 0.06075424700975418, -0.10090272128582001, -0.010732371360063553, -0.05099949240684509, -0.04904444143176079, 0.03814173489809036, 0.03549063950777054, 0.11594267189502716, 0.1395261287689209, -0.019612500444054604, 0.01074045430868864, -0.02590768411755562, 0.2440072000026703, -0.06828207522630692, -0.01312990766018629, 0.12767629325389862, -0.02354615181684494, 0.03921136632561684, 0.11537236720323563, 0.07075648754835129, -0.084462471306324, -0.00007660967094125226, 0.0357305109500885, -0.036010295152664185, -0.22135187685489655, -0.04302425682544708, -0.050783492624759674, -0.009565696120262146, 0.10575728863477707, 0.02683524787425995, 0.029937537387013435, 0.08007734268903732, 0.04025512933731079, 0.09170787781476974, -0.05473605915904045, 0.05877498537302017, 0.10664969682693481, 0.04376126080751419, 0.11898130178451538, -0.046381495893001556, -0.06073882430791855, 0.04421401768922806, 0.01410380844026804, 0.22431489825248718, 0.008367008529603481, 0.13457398116588593, 0.05857454612851143, 0.18379822373390198, -0.0018172275740653276, 0.08121205866336823, -0.013794767670333385, -0.044841088354587555, -0.015365099534392357, -0.034272294491529465, -0.027145205065608025, 0.03641606122255325, -0.06634567677974701, 0.06427837163209915, -0.11115363240242004, 0.01807086355984211, 0.050818268209695816, 0.2731162905693054, 0.04664814472198486, -0.3231953978538513, -0.10394809395074844, 0.006631969939917326, -0.04333975538611412, -0.02433679811656475, 0.036518409848213196, 0.10524570941925049, -0.09259489923715591, 0.02538943476974964, -0.06919912248849869, 0.09274422377347946, -0.06211722642183304, 0.04025169089436531, 0.08264686912298203, 0.0791015550494194, 0.007153341080993414, 0.09081362187862396, -0.27706074714660645, 0.277897447347641, 0.0044544767588377, 0.06980278342962265, -0.08755594491958618, -0.00183185248170048, 0.03351135179400444, 0.07834743708372116, 0.08302448689937592, -0.007423741277307272, -0.06323931366205215, -0.18235036730766296, -0.058486681431531906, 0.031232628971338272, 0.051766589283943176, -0.02809876762330532, 0.09287634491920471, -0.026151733472943306, 0.0052168769761919975, 0.07263728231191635, 0.008972504176199436, -0.041069146245718, -0.0973861962556839, -0.01895059645175934, 0.031860750168561935, -0.05542123690247536, -0.060448333621025085, -0.11427512019872665, -0.12743417918682098, 0.16055215895175934, -0.016674987971782684, -0.03114798665046692, -0.10891091823577881, 0.08865667134523392, 0.07088951766490936, -0.09013701975345612, 0.03588243946433067, 0.0064881546422839165, 0.081142358481884, 0.033115532249212265, -0.07150381058454514, 0.11092420667409897, -0.07483038306236267, -0.15981683135032654, -0.06702689826488495, 0.08459486812353134, 0.03971308097243309, 0.06202176213264465, 0.0014751408016309142, 0.014856928959488869, -0.03879118338227272, -0.08415375649929047, 0.02240392379462719, 0.0032098821830004454, 0.07911838591098785, -0.013802108354866505, -0.04858950525522232, 0.041015833616256714, -0.05219810828566551, -0.03322605416178703, 0.19555960595607758, 0.21576379239559174, -0.10525302588939667, 0.01939934864640236, 0.0272528026252985, -0.07468095421791077, -0.1998731791973114, 0.03964623808860779, 0.05214317515492439, 0.010770670138299465, 0.031957659870386124, -0.1779230237007141, 0.15974701941013336, 0.10921484977006912, -0.020740272477269173, 0.10670993477106094, -0.296688050031662, -0.12481480091810226, 0.1288537234067917, 0.14100685715675354, 0.12291641533374786, -0.12740981578826904, -0.00788616668432951, -0.020800357684493065, -0.1280723512172699, 0.12225840240716934, -0.09276030212640762, 0.10388549417257309, -0.027526021003723145, 0.09788291901350021, 0.005080760922282934, -0.0619393028318882, 0.11411038041114807, 0.016040610149502754, 0.0963250994682312, -0.06056798994541168, -0.03835327550768852, 0.03468348830938339, -0.04322857782244682, 0.026483574882149696, -0.069266676902771, 0.02545796148478985, -0.10898691415786743, -0.027229029685258865, -0.07392293214797974, 0.04310189560055733, -0.03472163900732994, -0.07104377448558807, -0.04008311778306961, 0.03406316414475441, 0.0566396526992321, -0.00790384504944086, 0.16199490427970886, 0.04003855586051941, 0.12764516472816467, 0.09656426310539246, 0.0778893232345581, -0.07618118822574615, -0.06140610948204994, -0.021057268604636192, -0.019282273948192596, 0.06968285888433456, -0.16211512684822083, 0.027653470635414124, 0.14034204185009003, 0.021414894610643387, 0.1290886402130127, 0.07544152438640594, -0.032058075070381165, 0.00985764991492033, 0.056811802089214325, -0.1619175374507904, -0.08027198910713196, -0.004419822245836258, -0.05433192476630211, -0.10860493034124374, 0.053758662194013596, 0.09891119599342346, -0.07995586097240448, -0.010702750645577908, -0.008339830674231052, 0.0094833355396986, -0.05777381360530853, 0.18040277063846588, 0.06194170191884041, 0.04360660910606384, -0.10113772004842758, 0.07042258232831955, 0.051440127193927765, -0.0775899589061737, 0.01330679189413786, 0.05477266386151314, -0.08233844488859177, -0.05103015527129173, 0.06558477878570557, 0.16945907473564148, -0.055064260959625244, -0.059351272881031036, -0.12467436492443085, -0.11512503027915955, 0.07860267162322998, 0.15129317343235016, 0.1142817884683609, 0.013949879445135593, -0.05423298478126526, 0.0024864308070391417, -0.12413966655731201, 0.09396781027317047, 0.029184915125370026, 0.06833607703447342, -0.16080525517463684, 0.12505380809307098, 0.002514039631932974, 0.05335482209920883, -0.020324593409895897, 0.03232946991920471, -0.10874328017234802, 0.010415805503726006, -0.1275848150253296, -0.015139262191951275, -0.04955080896615982, 0.012569949962198734, 0.003634162014350295, -0.06475704908370972, -0.06415414065122604, 0.01747644506394863, -0.1143658310174942, -0.009869097732007504, 0.041564714163541794, 0.060250699520111084, -0.10410342365503311, -0.037897806614637375, 0.0258694626390934, -0.060338545590639114, 0.0727696418762207, 0.039641059935092926, 0.023325933143496513, 0.06031203269958496, -0.12499941140413284, 0.017201239243149757, 0.06921249628067017, 0.020950280129909515, 0.08315227180719376, -0.09829842299222946, -0.010811202228069305, 0.004563790280371904, 0.04841788858175278, 0.014275901019573212, 0.06689107418060303, -0.1339254081249237, -0.01310618408024311, -0.0023984936997294426, -0.0862838625907898, -0.06085406616330147, 0.023345958441495895, 0.0993393287062645, -0.002034164732322097, 0.20485661923885345, -0.0643206387758255, 0.03893662616610527, -0.20446854829788208, 0.006212762091308832, -0.012192751280963421, -0.10261072218418121, -0.11285372823476791, -0.05238015577197075, 0.05405265465378761, -0.06455206125974655, 0.1454308182001114, 0.02638152241706848, 0.029609661549329758, 0.027785956859588623, -0.032648541033267975, 0.0018573428969830275, 0.026223283261060715, 0.20626015961170197, 0.02755897119641304, -0.036062031984329224, 0.05146785452961922, 0.04383409395813942, 0.09935004264116287, 0.13219000399112701, 0.17988745868206024, 0.13878056406974792, -0.0008028089068830013, 0.09374670684337616, 0.042417898774147034, -0.050780076533555984, -0.16994042694568634, 0.03422953933477402, -0.05100696533918381, 0.11203882098197937, -0.011973739601671696, 0.19358907639980316, 0.08216557651758194, -0.1672440618276596, 0.028667695820331573, -0.06389132142066956, -0.08117260783910751, -0.11453329026699066, -0.08381836861371994, -0.09118841588497162, -0.12607185542583466, 0.010954011231660843, -0.12206469476222992, 0.0049305870197713375, 0.11534678936004639, 0.012896852567791939, -0.030599115416407585, 0.14807181060314178, 0.029390668496489525, 0.036584291607141495, 0.04791426286101341, 0.01651654578745365, -0.04001650586724281, -0.1050950363278389, -0.05644884333014488, -0.026363257318735123, -0.02074597030878067, 0.02515285275876522, -0.07089634984731674, -0.04456861689686775, 0.03856135159730911, -0.01075919158756733, -0.09163332730531693, 0.007059204857796431, 0.011038225144147873, 0.06056622788310051, 0.024989454075694084, 0.010338704101741314, 0.026297101750969887, -0.01168359350413084, 0.20162343978881836, -0.07480044662952423, -0.056091781705617905, -0.12487960606813431, 0.24103094637393951, 0.029247330501675606, -0.016266539692878723, 0.03694387152791023, -0.06058739125728607, 0.00240917457267642, 0.2576707601547241, 0.20625972747802734, -0.08007557690143585, -0.01192911621183157, 0.003227850189432502, -0.011183629743754864, -0.04031398892402649, 0.10950929671525955, 0.13150343298912048, 0.04454074054956436, -0.09601423889398575, -0.0576123483479023, -0.06293455511331558, -0.012642323970794678, -0.03591885790228844, 0.06434314697980881, 0.050176963210105896, 0.004235481843352318, -0.046288903802633286, 0.045936208218336105, -0.0685664713382721, -0.10060485452413559, 0.06792029738426208, -0.19990657269954681, -0.16509369015693665, -0.005102206487208605, 0.09669656306505203, 0.006138370838016272, 0.06302864104509354, -0.03143363445997238, -0.002576046157628298, 0.07925492525100708, -0.01788436993956566, -0.1014966368675232, -0.06683555990457535, 0.1046808585524559, -0.08947057276964188, 0.22679030895233154, -0.0415244959294796, 0.06281185895204544, 0.127228781580925, 0.06501826643943787, -0.09008530527353287, 0.041830748319625854, 0.04766758531332016, -0.06717615574598312, 0.018247535452246666, 0.0745997428894043, -0.029957659542560577, 0.07970769703388214, 0.04644368216395378, -0.13779421150684357, 0.011045249179005623, -0.06260770559310913, -0.0451863594353199, -0.04281742125749588, -0.02671518735587597, -0.057704176753759384, 0.13854600489139557, 0.2134431004524231, -0.033938441425561905, -0.010187884792685509, -0.0719153955578804, 0.024052374064922333, 0.04781612381339073, 0.007803660351783037, -0.0690239742398262, -0.21291689574718475, 0.014683824963867664, 0.034649647772312164, -0.01765485107898712, -0.2216300070285797, -0.08884871006011963, 0.007821253500878811, -0.08078990876674652, -0.09191854298114777, 0.06554361432790756, 0.09211279451847076, 0.05007525160908699, -0.06401396542787552, -0.03593435883522034, -0.07495848089456558, 0.13109621405601501, -0.1348082721233368, -0.1004244014620781 ]
null
null
transformers
This model is a finetuning of bert-base-greek-uncased as a Token Classifier which predicts at each token which punctuation mark it is followed by. The model preprocesses everything to lowercase and removes all Greek diacritics. For information on pretraining of the Greek Bert model, please refer to [Greek Bert](https://huggingface.co/nlpaueb/bert-base-greek-uncased-v1) # Finetuning Parameters Epochs: 5 Maximum Sequence Length: 512 Learning Rate: 4e−5 Batch Size: 16 Finetuning Data: Greek Europarl data available at: https://opus.nlpl.eu/Europarl.php Tokens: 44.1M Sentences: 1.6M Punctuation Points Recognised: '.' (0) : Full stop ',' (1) : Comma ';' (2) : Greek question mark '-' (3) : Dash ':' (4) : Semicolon '0' (5) : No punctuation point is following # Load Finetuned Model ~~~ from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Andrianos/bert-base-greek-punctuation-prediction-finetuned") model = AutoModelForTokenClassification.from_pretrained("Andrianos/bert-base-greek-punctuation-prediction-finetuned") ~~~ # Using the Model If you are interested in trying out examples and finding the limitations of the model, the starter Python code to use the model is available at [Github Repo](https://github.com/Andrian0s/Greek-Transformer-Model-Punctuation-Prediction) # Examples of the Model Using the demo script, we tried out a few brief examples and show the results below Input | Input with Predictions ------------- | ------------- "προσεκτικά στον δρομο θα σε περιμενω" | "προσεκτικα στον δρομο, θα σε περιμενω" "τι θα φας για βραδινο" | "τι θα φας για βραδινο;" "κυριε μαυροκέφαλε εσπασε η κεραια του διαδικτυου θα παρω τηλεφωνο την cyta" | "κυριε μαυροκεφαλε, εσπασε η κεραια του διαδικτυου. θα παρω τηλεφωνο την cyta." "κυριε μαυροκεφαλε εσπασεν η αντεννα του ιντερνετ εννα πιαω τηλεφωνον την cyta" | "κυριε μαυροκεφαλε, εσπασεν η αντεννα του ιντερνετ. εννα πιαω τηλεφωνον την cyta." The last two examples have identical meanings, the first is written in plain Modern Greek and the latter in the Cypriot Dialect. It is interesting to see the model performs similarly, even if some words and suffixes are out of vocabulary. # Further Performance Improvements We would be happy to hear people have finetuned this model with more and diverse datasets, as we expect this to increase robustness. Within our research, improvements to consistency in punctuation prediction have shown to be possible with techniques such as sliding windows (during inference) for larger documents, weighted loss and ensembling of different models. Make sure to cite our work when you further our models with the aforementioned techniques. # Author This model is further work based on the winning submission at Shared Task 2 Sentence End and Punctuation Prediction in NLG Text at SwissText2021. The winning submission is entitled "UZH OnPoint at Swisstext-2021: Sentence End and Punctuation Prediction in NLG Text Through Ensembling of Different Transformers" in the Proceedings of the 6th SwissText Held Online. It is publicly available at http://ceur-ws.org/Vol-2957/sepp_paper2.pdf If you use the model, please cite the following: @inproceedings{ST2021-OnPoint, title={UZH OnPoint at Swisstext-2021: Sentence End and Punctuation Prediction in NLG Text Through Ensembling of Different Transformers}, author={Michail, Andrianos and Wehrli, Silvan and Bucková, Terézia}, booktitle={Proceedings of the 1st Shared Task on Sentence End and Punctuation Prediction in NLG Text (SEPPNLG 2021) at SwissText 2021}, year={2021} } Model Finetuned and released by Andrianos Michail with resources provided by [Department of Computational Linguistics, University of Zurich](https://www.cl.uzh.ch/en.html) | Github: [@Andrian0s](https://github.com/Andrian0s) | LinkedIn: [amichail2](https://www.linkedin.com/in/amichail2/)
{}
token-classification
Andrianos/bert-base-greek-punctuation-prediction-finetuned
[ "transformers", "pytorch", "bert", "token-classification", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #bert #token-classification #autotrain_compatible #endpoints_compatible #region-us
This model is a finetuning of bert-base-greek-uncased as a Token Classifier which predicts at each token which punctuation mark it is followed by. The model preprocesses everything to lowercase and removes all Greek diacritics. For information on pretraining of the Greek Bert model, please refer to Greek Bert Finetuning Parameters ===================== Epochs: 5 Maximum Sequence Length: 512 Learning Rate: 4e−5 Batch Size: 16 Finetuning Data: Greek Europarl data available at: URL Tokens: 44.1M Sentences: 1.6M Punctuation Points Recognised: '.' (0) : Full stop ',' (1) : Comma ';' (2) : Greek question mark '-' (3) : Dash ':' (4) : Semicolon '0' (5) : No punctuation point is following Load Finetuned Model ==================== ``` from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Andrianos/bert-base-greek-punctuation-prediction-finetuned") model = AutoModelForTokenClassification.from_pretrained("Andrianos/bert-base-greek-punctuation-prediction-finetuned") ``` Using the Model =============== If you are interested in trying out examples and finding the limitations of the model, the starter Python code to use the model is available at Github Repo Examples of the Model ===================== Using the demo script, we tried out a few brief examples and show the results below The last two examples have identical meanings, the first is written in plain Modern Greek and the latter in the Cypriot Dialect. It is interesting to see the model performs similarly, even if some words and suffixes are out of vocabulary. Further Performance Improvements ================================ We would be happy to hear people have finetuned this model with more and diverse datasets, as we expect this to increase robustness. Within our research, improvements to consistency in punctuation prediction have shown to be possible with techniques such as sliding windows (during inference) for larger documents, weighted loss and ensembling of different models. Make sure to cite our work when you further our models with the aforementioned techniques. Author ====== This model is further work based on the winning submission at Shared Task 2 Sentence End and Punctuation Prediction in NLG Text at SwissText2021. The winning submission is entitled "UZH OnPoint at Swisstext-2021: Sentence End and Punctuation Prediction in NLG Text Through Ensembling of Different Transformers" in the Proceedings of the 6th SwissText Held Online. It is publicly available at URL If you use the model, please cite the following: @inproceedings{ST2021-OnPoint, title={UZH OnPoint at Swisstext-2021: Sentence End and Punctuation Prediction in NLG Text Through Ensembling of Different Transformers}, author={Michail, Andrianos and Wehrli, Silvan and Bucková, Terézia}, booktitle={Proceedings of the 1st Shared Task on Sentence End and Punctuation Prediction in NLG Text (SEPPNLG 2021) at SwissText 2021}, year={2021} } Model Finetuned and released by Andrianos Michail with resources provided by Department of Computational Linguistics, University of Zurich | Github: @Andrian0s | LinkedIn: amichail2
[]
[ "TAGS\n#transformers #pytorch #bert #token-classification #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 37 ]
[ "passage: TAGS\n#transformers #pytorch #bert #token-classification #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.04952388256788254, 0.052763525396585464, -0.008742042817175388, 0.033980391919612885, 0.16650345921516418, 0.031232766807079315, 0.056794650852680206, 0.08634597808122635, 0.05724777653813362, -0.022096728906035423, 0.12041265517473221, 0.25661665201187134, -0.04172574356198311, 0.09726614505052567, -0.09425565600395203, -0.2964369058609009, 0.072568878531456, 0.08518822491168976, -0.03685073181986809, 0.10874255001544952, 0.0826217457652092, -0.09953062981367111, 0.07087896764278412, -0.021146323531866074, -0.14565661549568176, 0.03782055899500847, 0.04566175118088722, -0.12290510535240173, 0.10927622765302658, 0.024675650522112846, 0.195825457572937, 0.0250800009816885, -0.04914003983139992, -0.12460087239742279, 0.02292012982070446, 0.012434997595846653, -0.0567244216799736, 0.05464257672429085, 0.07972842454910278, -0.09245497733354568, -0.02643316052854061, 0.0736164003610611, 0.040207646787166595, 0.040536463260650635, -0.12785013020038605, -0.130097895860672, -0.01677129417657852, 0.04410306364297867, 0.06830945611000061, 0.03920266404747963, 0.028024563565850258, 0.19659002125263214, -0.1535772681236267, 0.1040927842259407, 0.1168038472533226, -0.2951667606830597, -0.0032763986382633448, 0.12271767109632492, 0.02307300455868244, 0.002292903373017907, -0.046535883098840714, 0.026178892701864243, 0.025552578270435333, 0.011873415671288967, 0.027952805161476135, -0.08463964611291885, -0.08450421690940857, 0.03911300376057625, -0.10113436728715897, -0.025793785229325294, 0.17653688788414001, -0.04118471220135689, 0.051768165081739426, 0.011256481520831585, -0.10429224371910095, -0.06710886210203171, -0.016446024179458618, -0.016140753403306007, -0.029147058725357056, 0.05014093220233917, 0.020645350217819214, 0.04166753962635994, -0.09745467454195023, 0.026441968977451324, -0.21823887526988983, 0.2394854873418808, 0.026930933818221092, 0.06543339043855667, -0.1759624481201172, 0.06742089986801147, 0.002468109829351306, -0.080185666680336, 0.03979361802339554, -0.10338287800550461, 0.000461930176243186, -0.05314353480935097, -0.03661246970295906, 0.03140731528401375, 0.06317161023616791, 0.17395952343940735, 0.0793117806315422, 0.05008377507328987, -0.005898697301745415, 0.07871981710195541, 0.034834783524274826, 0.12483206391334534, 0.004537689033895731, -0.03222474083304405, 0.04727894067764282, -0.12738829851150513, -0.022797152400016785, -0.057654689997434616, -0.13722378015518188, -0.035683806985616684, 0.08572584390640259, 0.08669279515743256, -0.002899006474763155, 0.07131802290678024, -0.07259770482778549, -0.04170111194252968, 0.0977427288889885, -0.06708423793315887, 0.03773060068488121, 0.011165250092744827, 0.01788998953998089, 0.10969475656747818, -0.03837720677256584, 0.006092004477977753, -0.038544073700904846, 0.16035914421081543, -0.06788671761751175, -0.0086200051009655, -0.03894633799791336, -0.07913154363632202, 0.03580477461218834, -0.1462087333202362, 0.05359502136707306, -0.16970540583133698, -0.07705289125442505, 0.03400159999728203, 0.03982843458652496, 0.006068000569939613, -0.023860258981585503, 0.004609986208379269, 0.0009630053536966443, 0.010919814929366112, -0.06532157212495804, -0.059639010578393936, -0.06180674210190773, 0.0789342075586319, -0.026356957852840424, 0.05199717730283737, -0.09772148728370667, 0.06380254030227661, -0.10777808725833893, 0.014992175623774529, -0.1314254105091095, -0.01425449550151825, -0.07122194766998291, 0.1727602779865265, -0.012890664860606194, -0.0652521625161171, -0.042813826352357864, 0.026928367093205452, -0.05078446492552757, 0.1189238503575325, -0.05899157002568245, -0.11599802225828171, 0.16220137476921082, -0.10287307947874069, -0.12483754754066467, 0.07581168413162231, -0.01511769462376833, -0.007789896801114082, 0.06788471341133118, 0.1409188061952591, 0.11342629045248032, -0.021826764568686485, 0.08137305825948715, 0.10294424742460251, -0.1294003278017044, -0.13587328791618347, 0.006361662410199642, 0.00798719096928835, -0.14556561410427094, 0.052592433989048004, 0.05236833915114403, 0.0726967453956604, -0.07074553519487381, -0.03274666517972946, -0.01327072735875845, -0.016134168952703476, 0.11864199489355087, 0.06209159642457962, 0.11604267358779907, -0.0657677873969078, 0.00820392556488514, 0.047656312584877014, 0.004204337950795889, 0.036543652415275574, 0.015800083056092262, -0.08706195652484894, 0.12248360365629196, -0.04112236201763153, -0.0011841603554785252, -0.1986646205186844, -0.09740031510591507, 0.023004116490483284, 0.07795482873916626, -0.03679869696497917, 0.13610167801380157, 0.0701465755701065, -0.04764446243643761, 0.00010037058382295072, -0.03370752930641174, 0.17777207493782043, 0.04204830154776573, -0.07011453807353973, -0.07916951924562454, 0.018525518476963043, -0.07664067298173904, -0.030626622959971428, -0.05736034736037254, 0.004993060603737831, 0.09117806702852249, 0.15110987424850464, 0.013702728785574436, 0.07227712869644165, -0.04311654344201088, 0.06486255675554276, -0.07453466951847076, 0.009454507380723953, 0.10986973345279694, -0.00844109058380127, -0.05139068886637688, 0.12689460813999176, -0.1288842260837555, 0.3503526449203491, 0.18760092556476593, -0.3039218783378601, -0.0014054732164368033, -0.04166017845273018, -0.015616725198924541, 0.008022678084671497, 0.052066002041101456, 0.02243027463555336, 0.055117130279541016, 0.004745377227663994, 0.16756683588027954, -0.015916254371404648, -0.05048782005906105, 0.01112330798059702, -0.05658484622836113, -0.04292769730091095, 0.0737248957157135, 0.08670081943273544, -0.20279163122177124, 0.1850307285785675, 0.22442755103111267, 0.0013078266056254506, 0.10093411803245544, -0.009863444603979588, 0.027319302782416344, 0.03913215547800064, -0.0403471440076828, -0.01890004798769951, -0.015322047285735607, -0.1852157860994339, -0.04855918884277344, 0.07947539538145065, 0.031089356169104576, 0.044881563633680344, -0.12700966000556946, -0.023778779432177544, 0.019753707572817802, 0.05750936269760132, -0.006435907445847988, 0.08618827164173126, 0.05749829113483429, 0.08228709548711777, -0.00042137576383538544, -0.12340108305215836, 0.11843181401491165, 0.008938729763031006, -0.06630217283964157, 0.1701919436454773, -0.13096192479133606, -0.2919446527957916, -0.12918199598789215, -0.21609659492969513, -0.02221912518143654, 0.04468577727675438, 0.06791006773710251, -0.09210261702537537, -0.05621439218521118, 0.07646377384662628, -0.0043442221358418465, -0.08893678337335587, 0.06794130802154541, -0.08020073175430298, 0.05017327144742012, -0.04635123163461685, -0.06104189157485962, -0.06701690703630447, -0.041732318699359894, -0.02662169374525547, 0.13805724680423737, -0.09828965365886688, 0.06120699644088745, 0.17539545893669128, -0.011075721122324467, 0.06305833160877228, -0.023022029548883438, 0.17187125980854034, -0.051036398857831955, -0.01183983776718378, 0.15369866788387299, -0.07339499890804291, 0.08695117384195328, 0.16216324269771576, 0.039562564343214035, -0.05847073718905449, 0.00318810623139143, -0.03215182200074196, -0.10039623826742172, -0.18391156196594238, -0.12352752685546875, -0.11139705777168274, 0.03804181143641472, 0.07061707973480225, 0.06962733715772629, 0.135431706905365, 0.09561170637607574, 0.051199477165937424, 0.010959632694721222, -0.048153605312108994, 0.07466201484203339, 0.2208920270204544, 0.001999937929213047, 0.1435864269733429, -0.04169393703341484, -0.1389981210231781, 0.07379768788814545, 0.05560476705431938, 0.13692645728588104, 0.10865066200494766, -0.01025706622749567, 0.01681477762758732, 0.15626244246959686, 0.18229423463344574, 0.1308237463235855, 0.006019692402333021, -0.03366916626691818, -0.00786581914871931, 0.01499095093458891, -0.05352693051099777, 0.018093694001436234, 0.1126210168004036, -0.1184353232383728, -0.05580713599920273, -0.1544867902994156, 0.06733953207731247, 0.09452182799577713, 0.05705242604017258, -0.21316885948181152, 0.015583771280944347, 0.07424211502075195, -0.02289263904094696, -0.07244562357664108, 0.07719103991985321, -0.06336886435747147, -0.14039036631584167, 0.06610569357872009, -0.05594165250658989, 0.1137172058224678, -0.07018838077783585, 0.07125633209943771, 0.00436688307672739, -0.09134659916162491, 0.03966715931892395, 0.09198823571205139, -0.24242180585861206, 0.2353951781988144, -0.005842206999659538, -0.08202855288982391, -0.07314476370811462, -0.01116443332284689, 0.040539294481277466, 0.20659157633781433, 0.06959166377782822, 0.015105132944881916, -0.09668217599391937, -0.2116534262895584, -0.01098657213151455, 0.0037440438754856586, 0.10247340053319931, -0.042362287640571594, -0.020731588825583458, -0.04073396697640419, -0.02784070186316967, -0.013651788234710693, -0.025264961645007133, 0.03604467213153839, -0.12370047718286514, 0.0628918707370758, 0.03108403831720352, 0.0375843271613121, 0.011039070785045624, -0.053596705198287964, -0.131315678358078, 0.20352721214294434, -0.08504047989845276, -0.057783741503953934, -0.11823975294828415, -0.09986942261457443, 0.06580016016960144, -0.09040012210607529, 0.08111396431922913, -0.08633793145418167, 0.013077793642878532, -0.03235287219285965, -0.1910691112279892, 0.14946654438972473, -0.11215386539697647, -0.021799318492412567, -0.08084782212972641, 0.13647201657295227, -0.07384097576141357, 0.013447601348161697, 0.013732876628637314, 0.02437661960721016, -0.08041444420814514, -0.0828900933265686, 0.006355836056172848, -0.014282151125371456, 0.031239764764904976, 0.025724230334162712, -0.06753705441951752, -0.0018155953148379922, -0.011079292744398117, 0.043730828911066055, 0.24128669500350952, 0.1798989176750183, -0.08305246382951736, 0.11879931390285492, 0.15382987260818481, -0.04894930124282837, -0.31972965598106384, -0.07097899168729782, -0.11553299427032471, -0.045486610382795334, -0.038512568920850754, -0.1360434889793396, 0.1564210206270218, 0.02604006603360176, -0.04126296564936638, 0.08387403935194016, -0.14068999886512756, -0.07977245002985, 0.22926518321037292, 0.0029623862355947495, 0.40268903970718384, -0.08702389895915985, -0.08436572551727295, -0.01582670770585537, -0.15964074432849884, 0.11801808327436447, 0.04110552370548248, 0.06407788395881653, -0.02680877409875393, 0.053290240466594696, 0.039342157542705536, -0.06043728440999985, 0.09375226497650146, 0.031009389087557793, 0.044987753033638, -0.10373856127262115, -0.13265928626060486, 0.028911620378494263, -0.030960315838456154, -0.014786438085138798, 0.057378023862838745, 0.022116998210549355, -0.12861059606075287, -0.025071382522583008, -0.07482665032148361, 0.08682981133460999, 0.03502606973052025, -0.06619370728731155, -0.003656937973573804, -0.011468438431620598, -0.010950524359941483, -0.007217009086161852, 0.25750675797462463, 0.003593818750232458, 0.14098960161209106, 0.10273806750774384, 0.09543769061565399, -0.17969036102294922, -0.03609991818666458, -0.07452508062124252, -0.06570184230804443, 0.096438467502594, -0.030126970261335373, 0.07519517093896866, 0.1516796350479126, -0.04122238606214523, 0.04297369718551636, 0.12120365351438522, 0.047616977244615555, -0.0461055189371109, 0.14043885469436646, -0.20969203114509583, 0.03770104795694351, -0.02787908911705017, -0.02063949778676033, 0.07864256948232651, 0.10774786025285721, 0.10418630391359329, 0.04115518182516098, -0.035168662667274475, 0.01394918467849493, -0.02965446747839451, -0.03510928899049759, 0.07017704844474792, 0.06717298924922943, 0.043598420917987823, -0.13562940061092377, 0.03572770580649376, 0.03545781224966049, -0.15994900465011597, -0.04561840742826462, 0.0798286497592926, -0.15686658024787903, -0.11122603714466095, -0.02263965830206871, 0.11455298960208893, -0.14521896839141846, -0.039632488042116165, -0.04641811549663544, -0.13418996334075928, 0.06972779333591461, 0.18159188330173492, 0.13103143870830536, 0.10970540344715118, -0.05561865121126175, -0.021705783903598785, -0.011595118790864944, -0.01822039857506752, 0.006359242834150791, 0.06845489144325256, -0.17037172615528107, 0.017899589613080025, -0.01394583098590374, 0.14702916145324707, -0.09660974144935608, -0.07415182143449783, -0.16891857981681824, 0.04697556421160698, -0.09303826838731766, -0.07159677147865295, -0.08290879428386688, -0.02118426188826561, 0.028802918270230293, -0.08412807434797287, -0.03680410608649254, -0.03769955411553383, -0.12591150403022766, 0.058045439422130585, 0.016383599489927292, 0.029256748035550117, -0.04278605803847313, -0.049387238919734955, 0.10788699239492416, -0.040735047310590744, 0.09248634427785873, 0.11333432793617249, -0.06952280551195145, 0.08524111658334732, -0.09002139419317245, -0.12434586137533188, 0.12248294800519943, 0.02376852184534073, 0.11538374423980713, 0.037905752658843994, 0.03187960386276245, 0.07364030182361603, 0.015629447996616364, 0.05559782683849335, 0.05336270108819008, -0.12224778532981873, 0.02708340249955654, -0.01786322332918644, -0.1931128054857254, -0.02867043949663639, -0.07598401606082916, 0.12200799584388733, -0.0023715540301054716, 0.15108288824558258, -0.006962954066693783, 0.08709387481212616, -0.04373457655310631, -0.00553933484479785, -0.020426053553819656, -0.20569974184036255, -0.038188423961400986, -0.05518931895494461, 0.0054757255129516125, -0.003793900366872549, 0.25238698720932007, 0.03206604719161987, 0.021465452387928963, 0.04169522970914841, 0.05841078236699104, 0.0034062466584146023, 0.03988324850797653, 0.17441175878047943, 0.1048174500465393, -0.044596027582883835, -0.06612113863229752, 0.07449153810739517, 0.014104411005973816, -0.03425929695367813, 0.10280604660511017, 0.0579635351896286, -0.022101202979683876, 0.061401285231113434, 0.006350876297801733, 0.03077852725982666, -0.17194421589374542, -0.18425245583057404, -0.0518796369433403, 0.07249171286821365, 0.02366054244339466, 0.06857233494520187, 0.10899512469768524, -0.026017313823103905, 0.0467560812830925, -0.04243495315313339, -0.03868629038333893, -0.19200804829597473, -0.11754908412694931, -0.09499595314264297, -0.10949105769395828, 0.012144351378083229, -0.045467864722013474, -0.025607097893953323, 0.112579844892025, 0.05665137246251106, -0.02637707255780697, 0.07898925989866257, 0.0068581425584852695, -0.015829376876354218, 0.035544686019420624, -0.015088078565895557, -0.002572772093117237, -0.008363397791981697, -0.025032468140125275, -0.1646868884563446, -0.01614730805158615, -0.059904489666223526, -0.0038963949773460627, -0.0638962835073471, 0.002605070825666189, -0.10870174318552017, -0.11156944185495377, -0.027449829503893852, 0.031112194061279297, -0.07530830055475235, 0.08167865127325058, -0.012178707867860794, 0.031354498118162155, 0.02408476360142231, 0.15556955337524414, -0.0745464414358139, -0.05411846935749054, -0.04471001774072647, 0.26918578147888184, 0.0574658028781414, 0.1188357025384903, 0.007326812483370304, 0.018914537504315376, -0.0766475573182106, 0.29574328660964966, 0.26567307114601135, -0.03664971888065338, 0.05142061784863472, 0.04157736524939537, 0.01670730672776699, 0.09608681499958038, 0.1372172236442566, 0.07940847426652908, 0.23908233642578125, -0.07535005360841751, -0.04486403986811638, -0.029895322397351265, -0.017877299338579178, -0.10601367056369781, 0.0677277147769928, 0.0556669756770134, -0.0367586687207222, -0.08847290277481079, 0.07175103574991226, -0.16698697209358215, 0.1506146639585495, 0.055220942944288254, -0.18291416764259338, -0.07399025559425354, -0.022136300802230835, 0.1443227231502533, -0.019863387569785118, 0.0790862888097763, -0.031677428632974625, -0.10550876706838608, 0.039427150040864944, 0.01414680015295744, -0.21330086886882782, -0.05566805601119995, 0.0937623530626297, 0.0036555929109454155, 0.05017957463860512, -0.023827895522117615, 0.03583429008722305, 0.08428710699081421, 0.0726693794131279, -0.04607251659035683, 0.006363187450915575, 0.011929735541343689, -0.08450563997030258, -0.03499215841293335, 0.00016984343528747559, 0.013966171070933342, -0.05488259717822075, 0.03193806856870651, -0.18189109861850739, 0.04003556817770004, -0.09101450443267822, -0.036184389144182205, -0.019026435911655426, 0.023357758298516273, -0.029626764357089996, 0.05516811087727547, 0.07363101094961166, 0.009205193258821964, -0.03664170578122139, -0.06109684333205223, -0.025447756052017212, 0.03078463301062584, -0.11446559429168701, -0.14089645445346832, -0.08753776550292969, -0.06155245006084442, 0.09708955883979797, -0.01227374467998743, -0.0782943144440651, -0.04041222110390663, -0.07965502887964249, 0.03774513676762581, -0.14707180857658386, 0.06991016864776611, 0.03579777479171753, 0.04206673055887222, -0.01093299314379692, -0.03975704312324524, 0.019534343853592873, 0.054816145449876785, -0.12402302771806717, -0.09320621192455292 ]
null
null
transformers
Named Entity Recognition (Token Classification Head) for Serbian / Croatian languges. Abbreviation|Description -|- O|Outside of a named entity B-MIS |Beginning of a miscellaneous entity right after another miscellaneous entity I-MIS | Miscellaneous entity B-PER |Beginning of a person's name right after another person's name B-DERIV-PER| Begginning derivative that describes relation to a person I-PER |Person's name B-ORG |Beginning of an organization right after another organization I-ORG |organization B-LOC |Beginning of a location right after another location I-LOC |Location
{"language": ["hr", "sr", "multilingual"], "license": "apache-2.0", "datasets": ["hr500k"], "widget": [{"text": "Moje ime je Aleksandar i zivim u Beogradu pored Vlade Republike Srbije"}]}
token-classification
Andrija/M-bert-NER
[ "transformers", "pytorch", "bert", "token-classification", "hr", "sr", "multilingual", "dataset:hr500k", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "hr", "sr", "multilingual" ]
TAGS #transformers #pytorch #bert #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
Named Entity Recognition (Token Classification Head) for Serbian / Croatian languges.
[]
[ "TAGS\n#transformers #pytorch #bert #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 61 ]
[ "passage: TAGS\n#transformers #pytorch #bert #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.08848606795072556, 0.10466885566711426, -0.005547394044697285, 0.05923883244395256, 0.11184278875589371, 0.043874822556972504, 0.1225629448890686, 0.12288068979978561, 0.031205151230096817, -0.06936771422624588, 0.1197349950671196, 0.20268696546554565, 0.007789667695760727, 0.056623104959726334, -0.06986629217863083, -0.2346830666065216, 0.07459327578544617, 0.04026484116911888, -0.06430158764123917, 0.08235874772071838, 0.11556684970855713, -0.03315393254160881, 0.07934366166591644, -0.013706553727388382, -0.07994551956653595, 0.02473895438015461, 0.032515306025743484, -0.0886155441403389, 0.10981502383947372, 0.044981200248003006, 0.08575380593538284, 0.040448639541864395, 0.04218514636158943, -0.16164079308509827, 0.006090735085308552, -0.0003145169757772237, -0.05173313990235329, 0.06431679427623749, 0.021030904725193977, -0.023143967613577843, 0.016903402283787727, 0.019780946895480156, -0.011386818252503872, 0.043172214180231094, -0.05500539392232895, -0.1873871088027954, -0.0878450870513916, 0.09354312717914581, 0.05279454216361046, 0.05856596305966377, 0.05366256460547447, 0.17437098920345306, -0.12213966250419617, 0.06205626204609871, 0.0649585947394371, -0.3394710123538971, 0.005211295560002327, 0.08820763975381851, -0.021567130461335182, 0.0016614766791462898, -0.032009538263082504, 0.037494055926799774, 0.05147317796945572, 0.03477543219923973, -0.015076292678713799, -0.07597418874502182, -0.1514318585395813, 0.039058808237314224, -0.04868924245238304, -0.023732906207442284, 0.25858497619628906, 0.020777128636837006, 0.04295169562101364, 0.028934774920344353, -0.07124935835599899, 0.0004556148196570575, -0.02407730370759964, 0.03849761188030243, 0.006740544456988573, 0.07910768687725067, 0.04761633649468422, -0.0022695541847497225, -0.1260318160057068, 0.007623305078595877, -0.2258874922990799, 0.1051068902015686, 0.03784029558300972, 0.09351560473442078, -0.11061136424541473, 0.05740974098443985, 0.0420369915664196, -0.09442731738090515, 0.00502432556822896, -0.07079530507326126, 0.047590222209692, 0.024894237518310547, -0.03187384456396103, 0.09290426969528198, 0.13955551385879517, 0.18469980359077454, 0.008543457835912704, 0.03540746867656708, -0.023398639634251595, 0.08349724858999252, -0.023561276495456696, 0.07549833506345749, -0.04078974202275276, -0.06778816878795624, 0.09092018008232117, -0.11350551247596741, 0.04474910348653793, -0.02140362188220024, -0.1406787782907486, -0.0460456945002079, -0.01170051284134388, 0.0981907993555069, 0.02900126203894615, 0.06476666778326035, -0.03879057243466377, 0.011883952654898167, 0.12814399600028992, -0.07281743735074997, 0.016868339851498604, -0.0015467656776309013, 0.02562776766717434, 0.08066298812627792, 0.025368917733430862, 0.022742170840501785, -0.05302651599049568, 0.06728445738554001, -0.034722700715065, -0.016472628340125084, -0.028876645490527153, -0.019844187423586845, 0.06374678015708923, -0.0589459203183651, 0.05396365374326706, -0.1301591396331787, -0.13542434573173523, 0.024270782247185707, 0.06951640546321869, -0.016489120200276375, -0.06603316217660904, 0.0157761313021183, -0.009254788979887962, 0.046611301600933075, -0.07761930674314499, -0.0033487428445369005, -0.08166487514972687, 0.030255408957600594, -0.06736133992671967, 0.022413093596696854, -0.1799158900976181, 0.04953230544924736, -0.10764089226722717, 0.0016861915355548263, -0.010478823445737362, -0.0003539570898283273, -0.10907378792762756, 0.147447869181633, -0.05319581180810928, -0.055563099682331085, -0.005357102025300264, 0.013278394937515259, -0.053376540541648865, 0.09297258406877518, -0.12562274932861328, -0.05810647830367088, 0.1774342954158783, -0.10034056007862091, -0.15989720821380615, 0.0821988433599472, 0.014231439679861069, -0.0011533728102222085, 0.06432025134563446, 0.13543587923049927, 0.10089991986751556, -0.018968529999256134, 0.05913820117712021, 0.1642468273639679, -0.06811686605215073, -0.2010752111673355, 0.05098329856991768, -0.035146549344062805, -0.09300412982702255, 0.06882645934820175, 0.0006975241703912616, 0.09997089952230453, -0.024640919640660286, -0.08811625838279724, -0.053737394511699677, -0.05009939521551132, -0.018222959712147713, 0.033312540501356125, 0.08100477606058121, -0.06427226960659027, 0.009600603021681309, -0.008148747496306896, 0.07865875959396362, 0.03649001196026802, 0.0411822535097599, -0.07959665358066559, 0.038137391209602356, 0.017455508932471275, 0.01940610632300377, -0.14033891260623932, -0.008101139217615128, -0.009991306811571121, 0.0035819418262690306, 0.019055206328630447, 0.1268390268087387, 0.04975073039531708, -0.05765000358223915, -0.03860129043459892, -0.002690627472475171, 0.16478502750396729, 0.07116971164941788, -0.02070213481783867, -0.15805523097515106, 0.045754265040159225, -0.035720277577638626, 0.0502103716135025, -0.002708487445488572, 0.0033642633352428675, 0.02876473404467106, 0.1315411925315857, -0.031720466911792755, 0.1084771677851677, -0.0525086373090744, 0.026373853906989098, -0.07112488150596619, -0.011044061742722988, 0.09691779315471649, 0.020400656387209892, -0.060540542006492615, 0.15484626591205597, -0.000347781868185848, 0.24011684954166412, 0.19140370190143585, -0.14896239340305328, 0.04808082804083824, 0.0016915876185521483, -0.01175397913902998, -0.016070067882537842, 0.031625933945178986, 0.052638132125139236, -0.012865779921412468, 0.016330286860466003, 0.13519570231437683, -0.015054767020046711, -0.013314316049218178, -0.016447383910417557, -0.05862531438469887, -0.021540524438023567, 0.06846313923597336, 0.14373154938220978, -0.25001776218414307, 0.19115428626537323, 0.24494916200637817, -0.011406494304537773, 0.06585991382598877, -0.07683295011520386, 0.015202869661152363, 0.026166867464780807, -0.04899924620985985, -0.049914900213479996, 0.04258809983730316, -0.1310398280620575, 0.005112718790769577, 0.09735202044248581, 0.045837584882974625, 0.02984311617910862, -0.13650596141815186, -0.02915436215698719, -0.03274770453572273, -0.008779422380030155, -0.0522511787712574, 0.05457606166601181, 0.010823816061019897, 0.08457503467798233, -0.03625228628516197, -0.1237439215183258, 0.11508946865797043, -0.001856743241660297, -0.049131933599710464, 0.16133373975753784, -0.18758524954319, -0.21324437856674194, -0.135040283203125, -0.14930066466331482, -0.06588947772979736, -0.0030801405664533377, 0.10600689053535461, -0.0788898840546608, -0.06580403447151184, 0.03623724728822708, -0.041114989668130875, -0.012122836895287037, 0.01504635438323021, -0.022515788674354553, 0.05889109522104263, 0.004350630566477776, -0.11184368282556534, -0.05387289822101593, 0.014513476751744747, -0.001879492774605751, 0.10092392563819885, -0.07056114822626114, 0.05102570354938507, 0.1002214103937149, 0.020040178671479225, 0.03382214158773422, -0.01472829282283783, 0.13299795985221863, -0.024181250482797623, 0.010363479144871235, 0.151778906583786, 0.002391118323430419, 0.0708855614066124, 0.17544208467006683, 0.06626176834106445, -0.042181603610515594, -0.01399579830467701, -0.02810000628232956, -0.0534130334854126, -0.2487267702817917, -0.12602613866329193, -0.1106451228260994, 0.02878112718462944, 0.030420055612921715, 0.07810003310441971, 0.02535470761358738, 0.08132404088973999, -0.014142787083983421, 0.021713033318519592, -0.04176495969295502, 0.026351410895586014, 0.26261255145072937, -0.007205859757959843, 0.10746749490499496, -0.11337091028690338, -0.06955283135175705, 0.11042529344558716, 0.09832783043384552, 0.12762203812599182, 0.09236545860767365, 0.010326383635401726, 0.06258082389831543, 0.22679808735847473, 0.07348120957612991, 0.13530398905277252, 0.05022698640823364, -0.01918281428515911, -0.024932872503995895, 0.010398398153483868, -0.04124992713332176, 0.031247571110725403, 0.022557208314538002, -0.11335300654172897, 0.010927941650152206, -0.07526472955942154, 0.05913702771067619, 0.20841732621192932, 0.057315949350595474, -0.1547277718782425, 0.011360486969351768, 0.08049333840608597, -0.008037271909415722, -0.058495085686445236, 0.09746527671813965, -0.06348268687725067, -0.11209072172641754, 0.13445913791656494, -0.010977731086313725, 0.11689554899930954, -0.04518076404929161, 0.03647320345044136, 0.006111457012593746, -0.08106832206249237, 0.07298952341079712, 0.15246334671974182, -0.27667203545570374, 0.24131301045417786, -0.009354813024401665, -0.04590413346886635, -0.07977958023548126, 0.0009216552716679871, 0.05531639978289604, 0.23543058335781097, 0.08042700588703156, 0.0446326769888401, -0.11036020517349243, -0.08373215049505234, -0.05086763948202133, 0.038668062537908554, 0.0073906434699893, 0.03191090375185013, -0.05724117159843445, -0.056643590331077576, -0.026233887299895287, 0.002739345422014594, -0.012323127128183842, -0.06434020400047302, -0.1620076298713684, 0.044604841619729996, 0.10352914780378342, 0.009233172051608562, -0.04369897022843361, -0.049856625497341156, -0.1207585260272026, 0.17151916027069092, -0.06112505495548248, -0.06357869505882263, -0.09655564278364182, -0.08952997624874115, 0.0862615555524826, -0.09008347243070602, 0.03799305111169815, -0.0734090805053711, -0.02185182087123394, -0.013403535820543766, -0.18473292887210846, 0.10672064870595932, -0.13308775424957275, -0.018289515748620033, -0.04333816468715668, 0.10647132992744446, -0.08293522894382477, 0.01863357238471508, 0.02510111965239048, -0.0066309766843914986, -0.08680752664804459, -0.12091962993144989, -0.006250650156289339, 0.008214287459850311, 0.06963417679071426, 0.01993045024573803, -0.1025959700345993, -0.06976092606782913, 0.027238868176937103, -0.05439509451389313, 0.21580533683300018, 0.1787189394235611, -0.08712727576494217, 0.13103197515010834, 0.17716269195079803, -0.05787679925560951, -0.3146531581878662, -0.15313848853111267, -0.13687478005886078, -0.056154992431402206, -0.0205987561494112, -0.1238097995519638, 0.14977288246154785, 0.031065691262483597, -0.08272284269332886, 0.025807110592722893, -0.12816444039344788, -0.07365962117910385, 0.24933475255966187, -0.025986602529883385, 0.2936297059059143, -0.09904961287975311, -0.072002112865448, -0.11807652562856674, -0.1954185664653778, 0.12826336920261383, -0.07576586306095123, 0.06269262731075287, -0.03078339993953705, 0.05478646606206894, -0.023224227130413055, -0.04650991037487984, 0.1230902448296547, 0.02070806920528412, 0.02182849869132042, -0.09526018798351288, 0.005901620257645845, 0.07534967362880707, -0.002337953308597207, 0.05103906989097595, -0.08411867916584015, 0.03217019885778427, -0.08290360122919083, -0.007514314725995064, -0.06240062043070793, 0.07840070128440857, 0.011185230687260628, -0.048073332756757736, -0.030594084411859512, -0.00164141901768744, 0.011672445572912693, -0.03185943886637688, 0.22852836549282074, 0.06454471498727798, 0.0336315780878067, 0.10622069984674454, 0.08234627544879913, -0.19446219503879547, 0.01514674723148346, -0.1111283227801323, -0.08240398019552231, 0.0462910458445549, -0.09545201808214188, 0.05683509260416031, 0.10841703414916992, -0.054981112480163574, 0.05909958854317665, 0.07374049723148346, 0.02948962338268757, -0.05402732267975807, 0.1448749601840973, -0.12246770411729813, -0.015753058716654778, 0.011474652215838432, 0.02000315487384796, 0.06120124086737633, 0.10435625165700912, 0.11482814699411392, 0.017607612535357475, -0.03920096904039383, 0.016966892406344414, 0.030913133174180984, -0.0875738263130188, 0.08616882562637329, 0.07891835272312164, 0.01040864922106266, -0.15338094532489777, 0.1045014038681984, 0.005405687727034092, -0.10872300714254379, -0.04046199470758438, 0.05938877537846565, -0.17079521715641022, -0.12955398857593536, 0.060633495450019836, 0.08934769779443741, -0.16947755217552185, -0.11909375339746475, -0.0401424765586853, -0.15449263155460358, 0.05258335545659065, 0.040815405547618866, 0.11452304571866989, 0.073822021484375, -0.0473887100815773, -0.08018103241920471, 0.04087693989276886, 0.004676759243011475, -0.02291938103735447, 0.03882911428809166, -0.15066121518611908, -0.060149695724248886, -0.0022752624936401844, 0.1303441971540451, -0.0456252284348011, -0.007875139825046062, -0.10034848749637604, 0.03485478088259697, -0.19164639711380005, -0.03374679759144783, -0.0821489617228508, 0.01403017621487379, 0.03138285130262375, -0.12352775037288666, -0.033868562430143356, 0.00788553711026907, -0.12635087966918945, -0.004732536152005196, 0.0002773101441562176, 0.08455143123865128, -0.09907098859548569, -0.03697139024734497, 0.08975300937891006, -0.01138730626553297, 0.09341810643672943, 0.10562752932310104, -0.07011587917804718, 0.11080223321914673, -0.08103873580694199, -0.12899842858314514, 0.0858849361538887, 0.07598338276147842, 0.08198264241218567, 0.00040094161522574723, -0.0017300634644925594, 0.13238558173179626, 0.020448215305805206, 0.05044671148061752, 0.07631707191467285, -0.10220538079738617, -0.025076545774936676, -0.07456792891025543, -0.13093364238739014, -0.015699975192546844, -0.0651107132434845, 0.1498769372701645, 0.023552509024739265, 0.1817755252122879, -0.016910558566451073, 0.007586333435028791, -0.0612274594604969, 0.013279115781188011, -0.03394797816872597, -0.1613805890083313, -0.1183648556470871, -0.06251442432403564, -0.009651419706642628, -0.009653138928115368, 0.2648390233516693, 0.010714545845985413, -0.04240814596414566, 0.04391409456729889, 0.05782103165984154, -0.03987922519445419, 0.008289600722491741, 0.2137400060892105, 0.06314273923635483, 0.000620576087385416, -0.06174829974770546, 0.010083915665745735, 0.0007435091538354754, -0.02923198975622654, 0.0809192955493927, 0.08261062204837799, 0.06896442919969559, 0.04650478437542915, 0.04483695328235626, -0.015252936631441116, -0.1086796224117279, -0.11166580021381378, -0.008466461673378944, 0.06631698459386826, -0.002230308949947357, 0.11991958320140839, 0.0797082781791687, -0.05669998750090599, 0.0228290855884552, -0.07790589332580566, -0.03340417519211769, -0.18980813026428223, -0.11419780552387238, -0.0915634036064148, -0.14827890694141388, 0.011605551466345787, -0.04357613995671272, 0.016942733898758888, 0.1375049501657486, 0.0661817342042923, -0.03982971981167793, -0.005303497891873121, -0.07231909781694412, -0.018143180757761, -0.011365487240254879, 0.0052831536158919334, -0.02261236310005188, -0.016095289960503578, -0.028420662507414818, -0.10467284172773361, -0.02061154879629612, -0.04627253860235214, 0.0069681149907410145, -0.03812970966100693, 0.0557490773499012, -0.0973508358001709, -0.050275661051273346, -0.05453157424926758, 0.02629365399479866, 0.01282502431422472, 0.14820125699043274, 0.014609345234930515, 0.046086814254522324, 0.08350765705108643, 0.1734234243631363, -0.0828884169459343, -0.17808684706687927, -0.0716666579246521, 0.18903517723083496, 0.0387519970536232, 0.07178611308336258, 0.021691828966140747, 0.012659281492233276, -0.05066594481468201, 0.2816706895828247, 0.29760509729385376, -0.06276921927928925, 0.02810499630868435, 0.010912646539509296, 0.009188050404191017, 0.023499473929405212, 0.11308084428310394, 0.13236182928085327, 0.12471995502710342, -0.08146993815898895, -0.045837730169296265, -0.05568800866603851, -0.0061012315563857555, -0.14841945469379425, 0.06763122230768204, -0.027590859681367874, -0.08108820021152496, -0.018130529671907425, 0.09691095352172852, -0.07835319638252258, 0.04985171556472778, 0.018826888874173164, -0.10421329736709595, -0.07156497985124588, -0.013460597954690456, 0.15623609721660614, 0.033324554562568665, 0.005200841464102268, -0.04821872338652611, -0.019817756488919258, 0.13759350776672363, -0.010198651812970638, -0.21735981106758118, -0.07218751311302185, 0.08751765638589859, -0.03095226362347603, 0.09986034035682678, 0.004249120131134987, 0.08519463241100311, 0.09928155690431595, 0.07176440209150314, -0.0757899060845375, 0.07183579355478287, 0.003895582165569067, -0.039980221539735794, 0.01102230604737997, -0.09939640760421753, -0.029806986451148987, -0.05528363958001137, 0.02675304189324379, -0.05538644641637802, 0.04373374953866005, 0.04086819663643837, -0.048152048140764236, -0.053200069814920425, 0.0533638596534729, -0.07939840853214264, 0.08046282082796097, 0.0458906888961792, -0.015073164366185665, -0.047056812793016434, -0.0676986575126648, -0.0019324187887832522, 0.0322052463889122, -0.1663099080324173, -0.09287875145673752, -0.034231945872306824, -0.028085317462682724, 0.029101813212037086, 0.04183986783027649, -0.04529926925897598, -0.03190220147371292, -0.09284821897745132, 0.008500746451318264, -0.1343887746334076, 0.06304165720939636, 0.060569148510694504, -0.0002761734649538994, -0.007536199875175953, -0.07401181757450104, 0.006532484665513039, 0.0196492038667202, -0.1120237410068512, -0.09624844789505005 ]
null
null
null
from transformers import RobertaTokenizerFast tokenizer = RobertaTokenizerFast.from_pretrained('Andrija/RobertaFastBPE', bos_token="&lt;s&gt;", eos_token="&lt;/s&gt;") encoded = tokenizer('Stručnjaci te bolnice, predvođeni dr Alisom Lim') # {'input_ids': [0, 47541, 34632, 603, 24817, 16, 27540, 6768, 2350, 2803, 3991, 2733, 81, 1], 'attention_mask': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]} tokenizer.decode(encoded['input_ids']) # &lt;s&gt;Stručnjaci te bolnice, predvođeni dr Alisom Lim&lt;/s&gt;
{}
null
Andrija/RobertaFastBPE
[ "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #region-us
from transformers import RobertaTokenizerFast tokenizer = RobertaTokenizerFast.from_pretrained('Andrija/RobertaFastBPE', bos_token="&lt;s&gt;", eos_token="&lt;/s&gt;") encoded = tokenizer('Stručnjaci te bolnice, predvođeni dr Alisom Lim') # {'input_ids': [0, 47541, 34632, 603, 24817, 16, 27540, 6768, 2350, 2803, 3991, 2733, 81, 1], 'attention_mask': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]} URL(encoded['input_ids']) # &lt;s&gt;Stručnjaci te bolnice, predvođeni dr Alisom Lim&lt;/s&gt;
[ "# {'input_ids': [0, 47541, 34632, 603, 24817, 16, 27540, 6768, 2350, 2803, 3991, 2733, 81, 1], 'attention_mask': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]}\nURL(encoded['input_ids'])", "# &lt;s&gt;Stručnjaci te bolnice, predvođeni dr Alisom Lim&lt;/s&gt;" ]
[ "TAGS\n#region-us \n", "# {'input_ids': [0, 47541, 34632, 603, 24817, 16, 27540, 6768, 2350, 2803, 3991, 2733, 81, 1], 'attention_mask': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]}\nURL(encoded['input_ids'])", "# &lt;s&gt;Stručnjaci te bolnice, predvođeni dr Alisom Lim&lt;/s&gt;" ]
[ 6, 101, 31 ]
[ "passage: TAGS\n#region-us \n# {'input_ids': [0, 47541, 34632, 603, 24817, 16, 27540, 6768, 2350, 2803, 3991, 2733, 81, 1], 'attention_mask': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]}\nURL(encoded['input_ids'])# &lt;s&gt;Stručnjaci te bolnice, predvođeni dr Alisom Lim&lt;/s&gt;" ]
[ -0.01273820735514164, -0.09970703721046448, -0.00964659545570612, 0.010426274500787258, 0.07812892645597458, 0.08530633896589279, 0.17530567944049835, 0.1273442953824997, 0.23327644169330597, 0.13800156116485596, 0.1499151885509491, 0.0023704604245722294, 0.06820507347583771, 0.03503307327628136, 0.0337023064494133, -0.08008080720901489, 0.040693335235118866, 0.0060746511444449425, -0.06715036928653717, 0.07435422390699387, -0.05131428688764572, 0.03438389673829079, 0.048195719718933105, -0.04091440513730049, 0.09243141859769821, 0.06527790427207947, 0.059858616441488266, -0.03147833049297333, 0.14104826748371124, -0.055921148508787155, 0.07302600145339966, 0.00853677373379469, 0.06753387302160263, -0.21990108489990234, 0.008013574406504631, 0.010280577465891838, -0.08132973313331604, -0.02046949230134487, -0.10400284826755524, -0.09212639182806015, -0.019282329827547073, -0.159060537815094, -0.03010331466794014, 0.004833822604268789, -0.21508494019508362, -0.22872613370418549, -0.017029067501425743, 0.07193012535572052, 0.06817556172609329, 0.11327099055051804, 0.028113454580307007, 0.13215923309326172, -0.1253807544708252, 0.02948056533932686, 0.1845342218875885, -0.18585419654846191, 0.04046685993671417, -0.006044447422027588, -0.05635872110724449, -0.015331908129155636, 0.03276127576828003, 0.0660550519824028, 0.03574838116765022, -0.011530905961990356, -0.14017441868782043, -0.04456090182065964, 0.10814909636974335, -0.00850971695035696, -0.015887770801782608, -0.10068453103303909, 0.265008807182312, 0.03267073258757591, -0.0013488008407875896, 0.10789390653371811, -0.04282970726490021, -0.15746355056762695, -0.036650367081165314, 0.009050183929502964, 0.029485205188393593, 0.023515738546848297, 0.10468265414237976, 0.11845618486404419, -0.09513363242149353, -0.06429532170295715, -0.07261274009943008, 0.003933332394808531, -0.026163674890995026, 0.07206547260284424, -0.10767041891813278, -0.05109792575240135, -0.11598508059978485, -0.07705290615558624, 0.013722111470997334, 0.05460880324244499, -0.0032606401946395636, 0.02832428179681301, -0.006367596797645092, -0.02040293626487255, 0.16432490944862366, 0.08209028095006943, 0.019470084458589554, 0.11623761057853699, -0.0649469718337059, 0.06803008913993835, 0.017148397862911224, -0.05390530079603195, 0.025718118995428085, 0.0855017602443695, -0.07347110658884048, 0.0627744272351265, 0.11905442923307419, -0.0005230761016719043, -0.044661425054073334, 0.006388838868588209, 0.01694493554532528, 0.10135912895202637, -0.008630133233964443, 0.037780072540044785, -0.06477911025285721, 0.05826510861515999, 0.02108575403690338, -0.052839670330286026, -0.025953704491257668, 0.09236513823270798, 0.03848855569958687, -0.090621717274189, -0.025302521884441376, -0.011802243068814278, -0.05560038238763809, -0.010149752721190453, -0.08288228511810303, 0.04487009346485138, 0.04239211603999138, -0.037389785051345825, 0.11524531990289688, -0.05768974870443344, -0.007963397540152073, -0.10139617323875427, -0.055392418056726456, -0.04291776940226555, -0.008394706062972546, -0.03202037885785103, 0.1749417930841446, 0.01249923836439848, -0.0011345286620780826, 0.05012141540646553, -0.0033594064880162477, -0.15318195521831512, -0.06866156309843063, 0.04391564801335335, 0.02542530559003353, 0.09965914487838745, -0.13497599959373474, -0.01585295796394348, -0.050825487822294235, 0.08665603399276733, -0.16724739968776703, -0.07819688320159912, -0.13252952694892883, 0.09122595191001892, -0.07704532891511917, -0.0052267624996602535, -0.03754047676920891, 0.009919695556163788, 0.0706988200545311, 0.22980636358261108, -0.0842554122209549, -0.043244700878858566, 0.136090487241745, -0.09290897846221924, -0.1008424460887909, 0.02118239365518093, 0.05546150356531143, -0.08170606940984726, -0.004886259324848652, 0.28099021315574646, -0.06479658931493759, -0.15420538187026978, -0.012919432483613491, 0.012431694194674492, -0.08632703870534897, -0.12821686267852783, 0.1230851411819458, -0.09136198461055756, -0.052373867481946945, -0.00578096229583025, 0.07545337080955505, -0.02470438927412033, -0.020789962261915207, -0.02929512970149517, 0.0218234583735466, -0.006440906319767237, -0.0697043314576149, 0.059572555124759674, 0.013412573374807835, -0.10506797581911087, 0.02062508836388588, -0.15289880335330963, 0.05763980746269226, 0.014789307489991188, 0.006413725204765797, -0.08285967260599136, -0.04798556864261627, 0.05646289885044098, 0.05448363721370697, -0.1012878492474556, -0.10024631768465042, -0.026832779869437218, 0.022276761010289192, 0.03740992024540901, 0.040495797991752625, 0.052905548363924026, -0.04312409460544586, -0.004373990464955568, 0.004661318380385637, 0.025394568219780922, 0.03070736862719059, 0.011417165398597717, -0.1321340650320053, -0.020014116540551186, -0.08671985566616058, 0.05855870619416237, -0.09537570923566818, 0.04640522599220276, -0.017692072317004204, -0.03929915651679039, 0.018596893176436424, -0.09368981420993805, 0.0708710178732872, 0.06564140319824219, 0.07396603375673294, 0.030588651075959206, 0.06414484232664108, -0.07339831441640854, -0.02301441691815853, 0.013166979886591434, -0.07513808459043503, 0.19126343727111816, 0.05502263829112053, -0.12272334098815918, -0.0767689123749733, 0.07652374356985092, 0.03703172877430916, 0.009725822135806084, 0.03268847614526749, -0.0624217726290226, -0.03016831912100315, 0.032679084688425064, 0.06392668932676315, 0.05069778487086296, 0.058452755212783813, 0.05654292181134224, -0.12004315108060837, -0.07345058768987656, 0.12056377530097961, 0.09449132531881332, -0.140620157122612, 0.07552259415388107, 0.14136776328086853, 0.08519510179758072, 0.048631131649017334, -0.013656594790518284, -0.025412026792764664, -0.10890603065490723, 0.016756098717451096, 0.05675579234957695, 0.08252682536840439, -0.23439925909042358, -0.09410444647073746, -0.0009835641831159592, 0.013314222916960716, 0.0024743813555687666, -0.10281068831682205, -0.09115865081548691, -0.015238425694406033, -0.058670803904533386, -0.26788151264190674, -0.04198205843567848, -0.01781381107866764, 0.12212080508470535, 0.0666523352265358, -0.05493137612938881, -0.01129390299320221, 0.0027115331031382084, -0.1185818687081337, 0.15229177474975586, -0.041589364409446716, -0.28773218393325806, -0.1313929408788681, -0.17255094647407532, 0.08458295464515686, 0.02715199440717697, -0.01476567517966032, -0.1937626451253891, -0.00016116141341626644, -0.051206935197114944, -0.016126301139593124, -0.05246804282069206, -0.007368636783212423, 0.16586090624332428, 0.06447257101535797, 0.061481013894081116, -0.029818272218108177, -0.07730160653591156, -0.1311606764793396, 0.04877547174692154, 0.15128302574157715, -0.12686096131801605, 0.04056132212281227, 0.13661925494670868, 0.06171446293592453, 0.028546961024403572, -0.01355758961290121, 0.06173436716198921, -0.02760462276637554, -0.0258292518556118, 0.052130334079265594, -0.004950810223817825, 0.010602731257677078, 0.22367142140865326, 0.11710337549448013, -0.12040864676237106, 0.0034998939372599125, 0.038783326745033264, -0.05231029540300369, -0.2122688591480255, -0.03397319093346596, -0.034641750156879425, 0.06673227250576019, 0.05396374687552452, 0.07374343276023865, 0.06765183806419373, -0.02429373934864998, 0.12070724368095398, 0.06736478954553604, -0.10598362237215042, 0.008665861561894417, 0.10485631972551346, 0.008569225668907166, 0.004104504827409983, -0.048211995512247086, -0.031018011271953583, 0.029803091660141945, -0.04205375164747238, 0.10951832681894302, 0.13192687928676605, 0.07120770961046219, 0.054174359887838364, 0.015261396765708923, 0.05699002742767334, 0.07318167388439178, 0.13240636885166168, -0.06593717634677887, -0.0010935105383396149, -0.040996626019477844, -0.1012483537197113, -0.012653457000851631, 0.013480782508850098, -0.09408114850521088, -0.0736202821135521, -0.07964422553777695, 0.030054666101932526, -0.009220965206623077, 0.2592553496360779, -0.08285893499851227, 0.04502693936228752, 0.04434993863105774, -0.04902654141187668, -0.06692753732204437, 0.056905150413513184, -0.010636407881975174, 0.000869706564117223, 0.07971262186765671, 0.056822724640369415, 0.06649746000766754, -0.08445530384778976, 0.1259804666042328, -0.14123427867889404, -0.21990324556827545, -0.0677097886800766, 0.004968537017703056, -0.0750870481133461, 0.38121497631073, 0.0532747283577919, -0.035154107958078384, -0.10805785655975342, -0.06532088667154312, 0.05701589584350586, 0.07479599118232727, 0.13750311732292175, 0.06377305090427399, -0.07177789509296417, -0.27115240693092346, -0.06369426846504211, 0.02034931443631649, 0.14700274169445038, 0.017881225794553757, 0.05911940708756447, 0.0029821579810231924, 0.025209713727235794, -0.0543014258146286, 0.07773862779140472, -0.09256597608327866, 0.04590173438191414, 0.09042709320783615, 0.07489993423223495, -0.006943207699805498, -0.03846145048737526, -0.00036944239400327206, -0.002556161256507039, 0.06984232366085052, -0.043065644800662994, 0.02337374910712242, -0.06930501759052277, 0.15951600670814514, 0.027151810005307198, -0.1034567654132843, -0.04629981517791748, -0.03578842431306839, -0.21768072247505188, 0.011583556421101093, -0.06833120435476303, 0.0753340795636177, -0.04356740042567253, 0.0009843312436714768, -0.10504721105098724, 0.18137481808662415, -0.021753180772066116, 0.047880638390779495, -0.012277226895093918, 0.02246321178972721, 0.0821208655834198, -0.049663130193948746, 0.28046923875808716, -0.2393757402896881, 0.02699442021548748, 0.15288396179676056, -0.0329902358353138, -0.12297014892101288, -0.036380868405103683, 0.002481309464201331, 0.14996127784252167, 0.33900001645088196, 0.038696013391017914, -0.020309386774897575, 0.16717790067195892, 0.02103978395462036, -0.19452044367790222, -0.06298696994781494, -0.04380859062075615, -0.07995329797267914, 0.004793950822204351, -0.22994057834148407, 0.021154647693037987, 0.1487177312374115, -0.009211606346070766, 0.1879197210073471, -0.02129538543522358, -0.023875461891293526, 0.14934250712394714, -0.024066712707281113, 0.44915416836738586, -0.20887669920921326, -0.12202432006597519, 0.04099138826131821, -0.2691928446292877, -0.019561579450964928, 0.017797956243157387, 0.09074080735445023, -0.069797083735466, -0.056378379464149475, 0.04541953280568123, -0.05714629963040352, 0.1507313847541809, 0.009926832281053066, 0.10462156683206558, -0.09530387073755264, -0.2332467883825302, 0.08814479410648346, -0.06699135154485703, 0.07317983359098434, 0.002383370650932193, -0.0996657982468605, -0.14953182637691498, 0.012089897878468037, -0.10814507305622101, -0.03385745361447334, 0.05657842755317688, 0.0066238390281796455, -0.01618914306163788, -0.02688468247652054, -0.07609003037214279, 0.019279183819890022, 0.26170095801353455, -0.09023979306221008, 0.10506939888000488, 0.051225870847702026, -0.06366380304098129, -0.08217687904834747, 0.03931785747408867, 0.02601558342576027, -0.10518359392881393, 0.013876916840672493, -0.2026677131652832, 0.04173498973250389, 0.0773310586810112, 0.054352156817913055, 0.12581534683704376, 0.06732920557260513, -0.05088740214705467, 0.04171650856733322, 0.19438086450099945, -0.04037269949913025, -0.07344473898410797, 0.03588636964559555, -0.17381642758846283, -0.035189658403396606, 0.0918673649430275, 0.116996631026268, 0.07253782451152802, 0.04114304482936859, -0.018418218940496445, 0.039309725165367126, -0.062437791377305984, 0.08298925310373306, 0.041498713195323944, 0.08988016098737717, -0.07835037261247635, 0.05775127932429314, 0.05769330635666847, -0.041339654475450516, 0.08141697943210602, 0.15041442215442657, -0.08094234019517899, -0.10545679181814194, -0.07389771938323975, 0.1084551066160202, 0.10098589211702347, -0.07314296066761017, -0.08805728703737259, -0.06994736939668655, 0.05997650325298309, 0.24421654641628265, -0.015840737149119377, -0.011410901322960854, 0.02151760645210743, -0.011406494304537773, 0.0016949871787801385, -0.05207114666700363, -0.05526665225625038, -0.01607281155884266, -0.0005245920037850738, -0.009963815100491047, 0.0012750541791319847, 0.16342441737651825, -0.030623791739344597, -0.053005464375019073, -0.2065429836511612, 0.059259917587041855, -0.08533965051174164, -0.019941192120313644, -0.04925009608268738, -0.06396583467721939, 0.08070577681064606, -0.04470111057162285, -0.10131621360778809, -0.015653157606720924, -0.0939486101269722, -0.023187624290585518, 0.037759147584438324, 0.05099095031619072, -0.12200594693422318, -0.04479867219924927, 0.09293767064809799, -0.01415171753615141, 0.07118281722068787, 0.10717552155256271, 0.0019727209582924843, 0.055403631180524826, -0.1209082379937172, -0.0395829938352108, 0.1253017634153366, 0.0226393174380064, 0.029112908989191055, 0.0028115964960306883, -0.018230974674224854, -0.03365853428840637, -0.00994524359703064, 0.06004264950752258, 0.10511478781700134, 0.011017771437764168, 0.06779571622610092, -0.014904122799634933, -0.16184289753437042, -0.023656228557229042, -0.07751017808914185, 0.08435595035552979, -0.11388847231864929, 0.02811644971370697, -0.004710727836936712, 0.038198310881853104, -0.13670922815799713, 0.01813783496618271, 0.01641894318163395, -0.03418596461415291, 0.022417327389121056, -0.02694963477551937, 0.0428585410118103, -0.020273160189390182, 0.09843331575393677, -0.129440039396286, -0.03415956720709801, -0.013286099769175053, 0.14768420159816742, -0.02933892421424389, -0.037578780204057693, 0.10012417286634445, 0.12552066147327423, -0.11300192773342133, -0.07846654206514359, -0.032972779124975204, 0.03364260494709015, 0.02635635994374752, 0.1447356641292572, 0.05047788470983505, 0.14606620371341705, 0.01996682770550251, 0.03761448338627815, -0.05920378491282463, -0.04192264750599861, -0.08695543557405472, -0.03658059239387512, 0.014516451396048069, 0.12900222837924957, -0.0827854722738266, 0.1425563395023346, 0.07478531450033188, 0.02604450099170208, -0.12095724046230316, -0.004271131474524736, -0.11466147005558014, -0.062029462307691574, -0.008383478038012981, -0.08166669309139252, 0.03401077911257744, -0.007741949986666441, 0.016527408733963966, 0.25944456458091736, 0.04790934920310974, 0.1126992404460907, 0.11663522571325302, -0.01860419474542141, 0.022502318024635315, 0.013372310437262058, -0.025501951575279236, -0.06140393763780594, -0.03601077198982239, 0.036956124007701874, 0.033437784761190414, -0.13717839121818542, 0.013178654946386814, 0.06214258819818497, -0.015872282907366753, 0.009793927893042564, -0.08901780098676682, -0.14007467031478882, 0.02544838935136795, 0.02875266596674919, -0.07675021141767502, 0.19146957993507385, 0.06113360449671745, 0.016716768965125084, 0.08216273039579391, 0.030704928562045097, -0.014680151827633381, -0.0657292902469635, -0.06261946260929108, 0.1541222780942917, -0.051956772804260254, 0.009512453339993954, -0.12872593104839325, -0.05321614071726799, 0.008746743202209473, 0.22448600828647614, 0.16049876809120178, 0.024188226088881493, 0.030185068026185036, 0.009166235104203224, 0.04174657166004181, 0.10241734981536865, 0.10602471977472305, 0.04386385530233383, 0.12711960077285767, -0.027206378057599068, -0.08971035480499268, -0.0019370254594832659, -0.04184312745928764, -0.10195665806531906, -0.05995633080601692, 0.10391212999820709, 0.0033643245697021484, -0.12555962800979614, 0.10029276460409164, -0.07417187839746475, -0.0026022670790553093, 0.20907048881053925, -0.10682858526706696, 0.014724279753863811, -0.02815536968410015, 0.034354470670223236, 0.07707230001688004, 0.026700057089328766, -0.029642101377248764, -0.04847387224435806, -0.05628780648112297, 0.007993287406861782, -0.2237403690814972, -0.13678056001663208, 0.054484106600284576, 0.05186000466346741, 0.11165665835142136, -0.03416662663221359, 0.05098149552941322, 0.06724267452955246, 0.0025354831013828516, -0.054017554968595505, 0.16235019266605377, 0.028459344059228897, 0.04248230159282684, -0.08773650228977203, -0.025939028710126877, 0.031229538843035698, -0.04513494670391083, 0.08019104599952698, -0.10122350603342056, -0.02378721721470356, 0.21230614185333252, -0.008732970803976059, -0.04931184649467468, 0.023005064576864243, -0.03976017236709595, 0.03945019096136093, 0.07843393087387085, 0.030940473079681396, -0.001703393878415227, -0.012331408448517323, -0.04141027852892876, 0.053004756569862366, -0.11883730441331863, -0.16635176539421082, -0.08531714975833893, 0.09524532407522202, 0.04946836456656456, 0.0019565699622035027, -0.20485970377922058, -0.04126107692718506, 0.035414714366197586, 0.02153441123664379, -0.03984367847442627, 0.0030720685608685017, 0.13919532299041748, 0.07618705928325653, -0.04895065352320671, -0.2916775643825531, 0.12508776783943176, 0.16043886542320251, -0.0881507396697998, -0.09717771410942078 ]
null
null
transformers
# Transformer language model for Croatian and Serbian Trained on 43GB datasets that contain Croatian and Serbian language for one epochs (9.6 mil. steps, 3 epochs). Leipzig Corpus, OSCAR, srWac, hrWac, cc100-hr and cc100-sr datasets Validation number of exampels run for perplexity:1620487 sentences Perplexity:6.02 Start loss: 8.6 Final loss: 2.0 Thoughts: Model could be trained more, the training did not stagnate. | Model | #params | Arch. | Training data | |--------------------------------|--------------------------------|-------|-----------------------------------| | `Andrija/SRoBERTa-F` | 80M | Fifth | Leipzig Corpus, OSCAR, srWac, hrWac, cc100-hr and cc100-sr (43 GB of text) |
{"language": ["hr", "sr", "multilingual"], "license": "apache-2.0", "tags": ["masked-lm"], "datasets": ["oscar", "srwac", "leipzig", "cc100", "hrwac"], "widget": [{"text": "Ovo je po\u010detak <mask>."}]}
fill-mask
Andrija/SRoBERTa-F
[ "transformers", "pytorch", "tensorboard", "roberta", "fill-mask", "masked-lm", "hr", "sr", "multilingual", "dataset:oscar", "dataset:srwac", "dataset:leipzig", "dataset:cc100", "dataset:hrwac", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "hr", "sr", "multilingual" ]
TAGS #transformers #pytorch #tensorboard #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-oscar #dataset-srwac #dataset-leipzig #dataset-cc100 #dataset-hrwac #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
Transformer language model for Croatian and Serbian =================================================== Trained on 43GB datasets that contain Croatian and Serbian language for one epochs (9.6 mil. steps, 3 epochs). Leipzig Corpus, OSCAR, srWac, hrWac, cc100-hr and cc100-sr datasets Validation number of exampels run for perplexity:1620487 sentences Perplexity:6.02 Start loss: 8.6 Final loss: 2.0 Thoughts: Model could be trained more, the training did not stagnate.
[]
[ "TAGS\n#transformers #pytorch #tensorboard #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-oscar #dataset-srwac #dataset-leipzig #dataset-cc100 #dataset-hrwac #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 96 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-oscar #dataset-srwac #dataset-leipzig #dataset-cc100 #dataset-hrwac #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.13166163861751556, 0.1622481346130371, -0.005019253585487604, 0.10035975277423859, 0.08499771356582642, 0.052852701395750046, 0.1701194941997528, 0.1072889044880867, 0.06705498695373535, -0.04436139017343521, 0.1487106829881668, 0.1501384973526001, 0.03246442973613739, 0.06741637736558914, -0.046069227159023285, -0.1875392198562622, 0.03177891671657562, 0.008647066541016102, -0.15701423585414886, 0.08392089605331421, 0.08676307648420334, -0.05439148470759392, 0.08598066121339798, -0.03533576801419258, -0.07072195410728455, 0.01452429685741663, 0.04877813160419464, -0.08500003814697266, 0.11202893406152725, 0.05766331031918526, 0.08695891499519348, 0.0774591788649559, 0.06130669638514519, -0.07985173910856247, 0.04465021938085556, 0.005263206548988819, -0.06302542984485626, 0.08732468634843826, -0.026045236736536026, -0.05330832302570343, 0.029818350449204445, -0.026043953374028206, 0.0030127509962767363, 0.031831420958042145, -0.06706205010414124, -0.17067033052444458, -0.06871592998504639, 0.05859772861003876, -0.02860932983458042, 0.06386248767375946, 0.02874865010380745, 0.16859056055545807, -0.08045638352632523, 0.06492982059717178, 0.08056692779064178, -0.3075852692127228, -0.018997445702552795, 0.06902431696653366, 0.028012476861476898, -0.029469087719917297, -0.027089405804872513, 0.08016389608383179, 0.03764772415161133, 0.02381572686135769, 0.04692640155553818, -0.07159671187400818, -0.13319064676761627, 0.029051726683974266, -0.050901561975479126, -0.016505135223269463, 0.2595967650413513, 0.0164385624229908, 0.03677225485444069, 0.016067825257778168, -0.06878652423620224, -0.03083580918610096, -0.000536470441147685, 0.07266723364591599, 0.005220707040280104, 0.011981037445366383, -0.07901377230882645, -0.016811490058898926, -0.12393616884946823, 0.0031946836970746517, -0.19333088397979736, 0.09931229799985886, 0.028356600552797318, 0.09701919555664062, -0.11589976400136948, 0.04559360817074776, 0.08886510133743286, -0.12860248982906342, 0.03068126179277897, -0.04844992607831955, -0.006826888304203749, 0.07740971446037292, -0.02029215730726719, -0.007912182249128819, 0.1227618157863617, 0.15750686824321747, 0.005520909558981657, 0.012587802484631538, 0.028428029268980026, 0.11292066425085068, 0.007018934469670057, 0.021435249596834183, -0.12389048933982849, -0.049870479851961136, 0.07315117120742798, -0.05231451988220215, 0.09479071944952011, -0.04032254219055176, -0.10059478878974915, -0.011262435466051102, -0.05876142159104347, 0.05522429943084717, 0.07870160043239594, 0.08685042709112167, -0.10367114841938019, 0.009410092607140541, 0.10935904830694199, -0.07595992088317871, -0.010676766745746136, 0.005485479719936848, -0.015581655316054821, 0.02716822549700737, 0.0650925487279892, 0.00830255076289177, 0.010897072963416576, 0.06860975921154022, -0.08652976900339127, -0.02524644322693348, -0.02563898265361786, -0.04949261620640755, 0.1011633574962616, -0.07786531746387482, 0.033848658204078674, -0.10536506772041321, -0.12561820447444916, 0.021939966827630997, 0.0807570070028305, -0.019096840173006058, -0.02124938555061817, 0.012881537899374962, -0.01920527033507824, 0.05197735130786896, -0.03927186131477356, 0.017415279522538185, -0.07036514580249786, 0.05952459201216698, -0.07515564560890198, 0.11196412146091461, -0.1709199696779251, 0.011040222831070423, -0.08912431448698044, 0.0020800756756216288, -0.06367233395576477, -0.001413926132954657, -0.1128249242901802, 0.11084414273500443, -0.03363284468650818, -0.036492038518190384, -0.036684662103652954, 0.04035358130931854, -0.0055905296467244625, 0.15933668613433838, -0.19928520917892456, -0.07132532447576523, 0.20904015004634857, -0.08451852202415466, -0.14680641889572144, 0.12161818146705627, -0.02727781981229782, -0.028928561136126518, 0.04050913453102112, 0.13806304335594177, -0.0030879508703947067, -0.11621043086051941, -0.020819734781980515, 0.10295840352773666, -0.04914586618542671, -0.1524743139743805, 0.10090174525976181, 0.017147066071629524, -0.007984071038663387, 0.03586403280496597, 0.03985484316945076, 0.0779736340045929, -0.05330924689769745, -0.10355519503355026, -0.019258515909314156, -0.07351285964250565, 0.02079102024435997, 0.041846588253974915, 0.05626760423183441, -0.0668286606669426, -0.04860292747616768, -0.07128159701824188, 0.09459560364484787, 0.001740370411425829, 0.0534513033926487, -0.1247919350862503, 0.04117157310247421, -0.004195584449917078, -0.003247050102800131, -0.12017124891281128, -0.029229316860437393, -0.056481730192899704, 0.050137098878622055, 0.03910025581717491, 0.08201006054878235, 0.06899932771921158, -0.036008045077323914, -0.062195178121328354, 0.024165255948901176, 0.11103028059005737, 0.030752090737223625, 0.005524659529328346, -0.2551068365573883, 0.03160892426967621, -0.060185205191373825, 0.16266657412052155, -0.034218862652778625, 0.00827375054359436, 0.02882065623998642, 0.132315531373024, 0.005351017229259014, 0.02774587646126747, -0.0034070229157805443, 0.0035407673567533493, -0.047524452209472656, -0.015237556770443916, 0.07274046540260315, 0.020593497902154922, -0.12089625000953674, 0.16278477013111115, -0.027889316901564598, 0.1852855682373047, 0.16771194338798523, -0.10288028419017792, 0.014087247662246227, 0.07083840668201447, -0.0070003182627260685, -0.00037021510070189834, 0.03311607986688614, 0.03495602309703827, -0.02825610712170601, -0.010420544072985649, 0.10251443088054657, -0.030672412365674973, 0.01168034877628088, 0.010414288379251957, -0.07873257249593735, -0.05114239826798439, 0.10502856969833374, 0.16135910153388977, -0.1750582754611969, 0.17610235512256622, 0.15223821997642517, -0.03011065162718296, 0.178953155875206, -0.023865237832069397, 0.004366954788565636, -0.029474973678588867, -0.07730920612812042, -0.010562827810645103, 0.16003209352493286, -0.08288604021072388, 0.009240346029400826, 0.0760941207408905, -0.05820437893271446, 0.01825563609600067, -0.14753299951553345, -0.0831335261464119, -0.042989350855350494, -0.007783924229443073, -0.10119805485010147, 0.08219601958990097, -0.02484762854874134, 0.10453461855649948, -0.04165656864643097, -0.10019546747207642, 0.08202224969863892, -0.02908869832754135, -0.04284410551190376, 0.16739512979984283, -0.1602706015110016, -0.2495042383670807, -0.10082592815160751, -0.09185297787189484, -0.04019826278090477, -0.01004085037857294, 0.055488523095846176, -0.05460410937666893, -0.04424417391419411, 0.021842384710907936, -0.05928663909435272, 0.012467470020055771, 0.00845230184495449, 0.03988372161984444, 0.015030870214104652, -0.0036782866809517145, -0.0915231704711914, -0.030372316017746925, -0.018553076311945915, 0.005382184404879808, 0.144124373793602, -0.03649356961250305, 0.08725599199533463, 0.07582927495241165, 0.054186224937438965, 0.02527383156120777, -0.007991082966327667, 0.091372549533844, -0.06418171525001526, 0.009267918765544891, 0.11357056349515915, -0.005581155885010958, 0.045893196016550064, 0.16986708343029022, 0.08461549133062363, -0.02800159715116024, -0.028387123718857765, -0.03704942390322685, -0.08423085510730743, -0.24525751173496246, -0.12364844977855682, -0.09085112810134888, 0.06105952709913254, -0.013402329757809639, 0.05177677050232887, 0.0037308060564100742, 0.08581308275461197, -0.02087993547320366, -0.04546454921364784, -0.045724887400865555, -0.02461710013449192, 0.12290844321250916, 0.0035557455848902464, 0.10004264861345291, -0.1094341054558754, -0.05958133563399315, 0.11164667457342148, 0.05575982481241226, 0.12328240275382996, 0.0273877140134573, 0.03686758130788803, 0.07752320170402527, 0.18689364194869995, 0.06075477972626686, 0.08601782470941544, 0.06307423859834671, -0.03433196246623993, -0.010583953931927681, -0.01665405184030533, -0.009530355222523212, 0.02840101160109043, 0.03741547465324402, -0.0939452052116394, 0.0294440146535635, 0.01711934618651867, 0.06686045974493027, 0.17944322526454926, 0.07324175536632538, -0.22171790897846222, -0.0025860473979264498, 0.06013048067688942, 0.05973506346344948, -0.011453449726104736, 0.029587464407086372, 0.04983389377593994, -0.07493611425161362, 0.15172074735164642, -0.033807527273893356, 0.05448879301548004, -0.05152261629700661, 0.021337203681468964, -0.00035686700721271336, -0.01746007613837719, 0.024424683302640915, 0.09116547554731369, -0.2686941623687744, 0.2535371780395508, 0.008977928198873997, -0.028016695752739906, -0.0929824635386467, -0.029944635927677155, 0.05569778382778168, 0.13474254310131073, 0.17033681273460388, 0.0445043183863163, 0.005833604373037815, -0.017909280955791473, -0.10702787339687347, 0.06339036673307419, -0.0004075898905284703, 0.008634115569293499, -0.039257001131772995, 0.0009664329700171947, -0.05053100734949112, 0.02418268471956253, 0.03798266127705574, -0.04589558020234108, -0.14351646602153778, 0.052230216562747955, 0.13598576188087463, -0.10381706058979034, -0.04193997010588646, -0.11020177602767944, -0.10779820382595062, 0.13782905042171478, -0.05384625494480133, -0.04963674396276474, -0.09558480978012085, -0.034737635403871536, 0.088743656873703, -0.09596659988164902, 0.02842818573117256, -0.051472507417201996, -0.021115930750966072, -0.041484199464321136, -0.16560550034046173, 0.14617690443992615, -0.11541971564292908, -0.04418865218758583, -0.07400816679000854, 0.07559793442487717, -0.02145983651280403, 0.07051803916692734, -0.018873604014515877, 0.013807408511638641, -0.06752894073724747, -0.07672584056854248, 0.018653541803359985, 0.003042149357497692, 0.08389446139335632, 0.05335398018360138, -0.0806134045124054, -0.14077815413475037, 0.043544720858335495, -0.06087891012430191, 0.17676624655723572, 0.2534140348434448, -0.1021544486284256, 0.13034121692180634, 0.15007707476615906, -0.022711606696248055, -0.3857119381427765, -0.09849569946527481, -0.12042048573493958, 0.0033286812249571085, 0.043636880815029144, -0.1611505150794983, 0.07405614107847214, 0.02073414996266365, -0.09036695212125778, 0.09231773018836975, -0.17803525924682617, -0.09096703678369522, 0.17499153316020966, 0.0024269914720207453, 0.3088083863258362, -0.10542465001344681, -0.04609737545251846, -0.0978647917509079, -0.12949535250663757, 0.13810820877552032, -0.12061497569084167, 0.10287870466709137, -0.00980107020586729, 0.0008128292975015938, -0.023487795144319534, -0.06766851246356964, 0.10918155312538147, -0.010985034517943859, 0.022554263472557068, -0.06203015148639679, -0.012252336367964745, 0.1272839605808258, 0.017301779240369797, 0.02538451738655567, -0.12184834480285645, 0.0074079022742807865, -0.05454663187265396, 0.004435243550688028, -0.08748612552881241, 0.07027361541986465, 0.007306849583983421, -0.036419324576854706, -0.04455096274614334, 0.04490920528769493, 0.01208434347063303, -0.02804792858660221, 0.18873745203018188, 0.03732192888855934, 0.018408479169011116, 0.07613086700439453, 0.08524864166975021, -0.0992523580789566, 0.014607100747525692, -0.08143322914838791, -0.07276853919029236, 0.06385409086942673, -0.13007692992687225, 0.02588845044374466, 0.09862314164638519, -0.005989736411720514, 0.0693308413028717, 0.05503879860043526, -0.033674150705337524, -0.008444746024906635, 0.17939645051956177, -0.16905319690704346, -0.01279775146394968, 0.017707550898194313, -0.05584508553147316, 0.04385380446910858, 0.0896548330783844, 0.11510699987411499, -0.0021664670202881098, -0.02046910673379898, 0.01375043485313654, 0.059333693236112595, -0.061096835881471634, 0.11351237446069717, 0.09785231947898865, 0.012989567592740059, -0.1562720537185669, 0.1377156525850296, -0.03189171850681305, -0.11734328418970108, 0.012915355153381824, 0.05780875310301781, -0.12197663635015488, -0.10940223932266235, -0.01396599505096674, 0.0860619992017746, -0.12673398852348328, -0.09321102499961853, -0.10635092109441757, -0.10257551819086075, 0.022409861907362938, 0.09119671583175659, 0.07453031837940216, 0.0562160387635231, -0.0066480194218456745, -0.07730207592248917, 0.014469653367996216, 0.051159754395484924, 0.03409140929579735, 0.003585656639188528, -0.0940527617931366, -0.021975617855787277, -0.0038792742416262627, 0.13630545139312744, -0.0666922926902771, 0.030904410406947136, -0.09816861897706985, 0.02340829372406006, -0.12854737043380737, -0.04349229857325554, -0.0590607151389122, -0.03453369438648224, -0.009355085901916027, -0.10489004105329514, -0.04885653033852577, -0.015377390198409557, -0.10536397248506546, 0.008692003786563873, 0.011870051734149456, 0.032491110265254974, -0.1229325607419014, -0.04638850316405296, 0.07446183264255524, -0.02649041637778282, 0.09853847324848175, 0.09692293405532837, -0.0699327364563942, 0.07602237910032272, -0.12362129241228104, -0.09088248014450073, 0.06600452214479446, 0.048161715269088745, 0.07751908898353577, 0.057847846299409866, -0.012203684076666832, 0.07768423110246658, 0.04664395749568939, 0.044441577047109604, 0.0701557844877243, -0.07000774145126343, 0.030158061534166336, -0.04300934821367264, -0.06695713847875595, -0.027441101148724556, -0.023879146203398705, 0.11678855121135712, 0.04171176254749298, 0.14505060017108917, -0.03741693124175072, 0.009595818817615509, -0.0986003652215004, 0.023753872141242027, -0.015767276287078857, -0.12682054936885834, -0.073252372443676, 0.0001662048016441986, 0.035599760711193085, -0.04787169396877289, 0.23580925166606903, -0.006235392298549414, -0.15305644273757935, 0.025577988475561142, 0.11226803809404373, -0.03926527127623558, 0.005918421316891909, 0.12319843471050262, 0.01932504028081894, -0.001305422163568437, -0.05487237870693207, 0.02925886958837509, 0.056612804532051086, 0.08639321476221085, 0.093267060816288, 0.07904714345932007, 0.15039227902889252, 0.048890743404626846, 0.06804102659225464, 0.00316832959651947, -0.006732689682394266, -0.04893597587943077, -0.0815848559141159, 0.06784742325544357, 0.02227807231247425, 0.052494801580905914, 0.09938321262598038, -0.038528624922037125, 0.019821086898446083, -0.06598545610904694, -0.040338799357414246, -0.16107799112796783, -0.17262132465839386, -0.07886317372322083, -0.06974012404680252, 0.02628720924258232, -0.05537915229797363, 0.002633139491081238, 0.17587095499038696, 0.07830758392810822, -0.03930514678359032, 0.06144179403781891, -0.04351070523262024, 0.005394806154072285, 0.03577004745602608, 0.05056152865290642, -0.030479857698082924, 0.016556156799197197, -0.02364562265574932, -0.04676862806081772, 0.04143775999546051, -0.017793916165828705, 0.010457255877554417, -0.007014017086476088, 0.10265231132507324, -0.06116701290011406, -0.09528249502182007, -0.07983879745006561, 0.019170384854078293, 0.05536528676748276, 0.10782746225595474, 0.024670157581567764, 0.06552165746688843, 0.06553205102682114, 0.16694793105125427, -0.07152765989303589, -0.10587465018033981, -0.10821004956960678, 0.053559303283691406, -0.044969167560338974, 0.02844654954969883, 0.0185723677277565, -0.026612110435962677, -0.04273591190576553, 0.25690728425979614, 0.4029255211353302, -0.11653926968574524, 0.03897695615887642, -0.002396163996309042, 0.025296514853835106, -0.02430039457976818, 0.07619023323059082, 0.07072538137435913, 0.16691116988658905, -0.09160958230495453, -0.06769397109746933, -0.07560627907514572, -0.010004899464547634, -0.09370845556259155, 0.01666274107992649, -0.01686847023665905, -0.0608396902680397, -0.03224227577447891, 0.08319620043039322, -0.12055743485689163, -0.08269800245761871, 0.05456756055355072, -0.15773797035217285, -0.08360900729894638, -0.0277975145727396, 0.1319466084241867, 0.09171629697084427, 0.03459646552801132, -0.040193162858486176, 0.0007214588695205748, 0.055304959416389465, 0.019036702811717987, -0.21275079250335693, -0.039062585681676865, 0.07352053374052048, -0.06083936616778374, 0.13979500532150269, -0.020840993151068687, 0.08397869765758514, 0.09078569710254669, 0.03859351575374603, -0.05454939231276512, 0.04789223149418831, 0.012958399951457977, -0.04549586772918701, -0.03214367479085922, -0.04477543756365776, -0.03171859681606293, -0.03768525272607803, 0.04910063371062279, 0.05321856960654259, 0.03215261921286583, -0.013015279546380043, -0.028964223340153694, -0.05218720808625221, 0.07561224699020386, -0.07666479796171188, 0.08531899750232697, 0.062182728201150894, -0.012243067845702171, -0.020827950909733772, -0.056075435131788254, -0.023914964869618416, 0.0631488710641861, -0.14654092490673065, -0.07141054421663284, -0.0807846188545227, -0.019286826252937317, -0.06836774945259094, 0.07035337388515472, -0.15553320944309235, -0.0021486396435648203, -0.15468484163284302, -0.029022900387644768, -0.09518682211637497, 0.01407085731625557, 0.09257722645998001, 0.025967808440327644, -0.02104763314127922, 0.03392917290329933, 0.041599489748477936, 0.011253919452428818, -0.14252902567386627, -0.10388516634702682 ]
null
null
transformers
Named Entity Recognition (Token Classification Head) for Serbian / Croatian languges. Abbreviation|Description -|- O|Outside of a named entity B-MIS |Beginning of a miscellaneous entity right after another miscellaneous entity I-MIS | Miscellaneous entity B-PER |Beginning of a person’s name right after another person’s name B-DERIV-PER| Begginning derivative that describes relation to a person I-PER |Person’s name B-ORG |Beginning of an organization right after another organization I-ORG |organization B-LOC |Beginning of a location right after another location I-LOC |Location
{"language": ["hr", "sr", "multilingual"], "license": "apache-2.0", "datasets": ["hr500k"], "widget": [{"text": "Moje ime je Aleksandar i zivim u Beogradu pored Vlade Republike Srbije"}]}
token-classification
Andrija/SRoBERTa-L-NER
[ "transformers", "pytorch", "roberta", "token-classification", "hr", "sr", "multilingual", "dataset:hr500k", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "hr", "sr", "multilingual" ]
TAGS #transformers #pytorch #roberta #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
Named Entity Recognition (Token Classification Head) for Serbian / Croatian languges.
[]
[ "TAGS\n#transformers #pytorch #roberta #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 62 ]
[ "passage: TAGS\n#transformers #pytorch #roberta #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.08366859704256058, 0.10869227349758148, -0.005516380071640015, 0.061136044561862946, 0.12477051466703415, 0.03691288083791733, 0.12175776809453964, 0.12674230337142944, 0.003049373161047697, -0.07109397649765015, 0.12124678492546082, 0.2130488008260727, 0.005292007699608803, 0.05205545574426651, -0.06898508965969086, -0.23898030817508698, 0.07704480737447739, 0.03179958835244179, -0.07800697535276413, 0.08445312082767487, 0.12204882502555847, -0.02891550213098526, 0.08060874789953232, -0.013351036235690117, -0.08434251695871353, 0.024482009932398796, 0.03282242268323898, -0.09496210515499115, 0.1051923856139183, 0.04880692809820175, 0.07379377633333206, 0.03951163589954376, 0.04515368863940239, -0.1614508479833603, 0.00891411304473877, -0.0031085817608982325, -0.05529818311333656, 0.06321462243795395, 0.014074188657104969, -0.0352327786386013, 0.026374246925115585, 0.02591642178595066, -0.012508759275078773, 0.04764978960156441, -0.060385968536138535, -0.1873319149017334, -0.09215882420539856, 0.08379366248846054, 0.053441524505615234, 0.06491776555776596, 0.054472416639328, 0.1721128672361374, -0.125123530626297, 0.05794744938611984, 0.06082306429743767, -0.32854610681533813, -0.0009168214746750891, 0.08563832938671112, -0.025149796158075333, -0.0011285226792097092, -0.025695079937577248, 0.0403805673122406, 0.05404648929834366, 0.03358423709869385, -0.02555958181619644, -0.08071637153625488, -0.16543440520763397, 0.03643947094678879, -0.04044413939118385, -0.024505309760570526, 0.2697198688983917, 0.019980067387223244, 0.042124927043914795, 0.03277259320020676, -0.06690722703933716, 0.004768678918480873, -0.022909490391612053, 0.04742421209812164, 0.009986314922571182, 0.08098236471414566, 0.04034869745373726, 0.0015356744406744838, -0.122909314930439, 0.007390256971120834, -0.22288231551647186, 0.10837002843618393, 0.03653831034898758, 0.09161679446697235, -0.11380951851606369, 0.051542796194553375, 0.04866728186607361, -0.09478359669446945, -0.00111652840860188, -0.07375554740428925, 0.04103586822748184, 0.028611397370696068, -0.031302932649850845, 0.080093614757061, 0.14632421731948853, 0.206988126039505, 0.016799326986074448, 0.03014908730983734, -0.017905695363879204, 0.08388680964708328, -0.021122317761182785, 0.07045195996761322, -0.05273216590285301, -0.06971383094787598, 0.09642262011766434, -0.12133316695690155, 0.04788827896118164, -0.017999961972236633, -0.14333292841911316, -0.04969317466020584, -0.021464943885803223, 0.10020224004983902, 0.03709091246128082, 0.06035616248846054, -0.036678921431303024, 0.013179630972445011, 0.10957491397857666, -0.0685819610953331, 0.009119981899857521, -0.012494136579334736, 0.023257862776517868, 0.07960212230682373, 0.01999208703637123, 0.026023993268609047, -0.052791040390729904, 0.0568649023771286, -0.035243213176727295, -0.016995040699839592, -0.02690843865275383, -0.01129994448274374, 0.06442909687757492, -0.05720490217208862, 0.0633196011185646, -0.13565872609615326, -0.1435132920742035, 0.015288158319890499, 0.07050815969705582, -0.025633111596107483, -0.07413651794195175, 0.01594896800816059, -0.011153641156852245, 0.043640248477458954, -0.07473974674940109, 0.0015640343772247434, -0.08265271782875061, 0.030097713693976402, -0.06692945957183838, 0.02188926935195923, -0.17575201392173767, 0.04929288104176521, -0.11387353390455246, 0.00027110325754620135, -0.010293225757777691, 0.009706208482384682, -0.10358408093452454, 0.1632678210735321, -0.05515037477016449, -0.05286354944109917, -0.008552641607820988, 0.0142027847468853, -0.052786435931921005, 0.08961959928274155, -0.12294555455446243, -0.05312148854136467, 0.17697583138942719, -0.09870515018701553, -0.1509748101234436, 0.07846064120531082, 0.010008839890360832, 0.00833196472376585, 0.06080042943358421, 0.13044828176498413, 0.1035202145576477, 0.0009189099073410034, 0.06763521581888199, 0.14589892327785492, -0.07765373587608337, -0.21050964295864105, 0.05712305009365082, -0.0380433052778244, -0.08786459267139435, 0.06984089314937592, 0.0020726376678794622, 0.09824347496032715, -0.021573428064584732, -0.09142874926328659, -0.052680231630802155, -0.053704652935266495, -0.030372723937034607, 0.03686098754405975, 0.08437855541706085, -0.06040073186159134, 0.012843727134168148, -0.025235462933778763, 0.08119979500770569, 0.03634219244122505, 0.03915013372898102, -0.07632867246866226, 0.0421721450984478, 0.017667623236775398, 0.021438129246234894, -0.14731194078922272, 0.0017553460784256458, -0.018031427636742592, 0.010317287407815456, 0.02993909642100334, 0.12260559946298599, 0.042599860578775406, -0.06491800397634506, -0.03522709012031555, 0.004323923494666815, 0.1646122932434082, 0.0685003399848938, -0.010100790299475193, -0.1582505702972412, 0.05636412650346756, -0.036104876548051834, 0.05931723862886429, -0.0006351982010528445, 0.0039629521779716015, 0.025468239560723305, 0.12724074721336365, -0.029376717284321785, 0.1148722767829895, -0.04431545361876488, 0.02596643939614296, -0.07634615153074265, -0.011943811550736427, 0.09440980106592178, 0.022629767656326294, -0.05214717984199524, 0.15119433403015137, 0.01000207383185625, 0.24010497331619263, 0.18563377857208252, -0.14048655331134796, 0.03993140533566475, 0.012029952369630337, -0.01067054271697998, -0.011955736204981804, 0.02579682134091854, 0.0695076659321785, -0.02274511009454727, 0.0141339972615242, 0.1375288963317871, -0.016891323029994965, -0.006667556706815958, -0.01175603922456503, -0.06697539985179901, -0.01305687241256237, 0.07067076861858368, 0.1487572342157364, -0.243509903550148, 0.19039975106716156, 0.22147496044635773, -0.01366329938173294, 0.06998845934867859, -0.07397668808698654, 0.015497424639761448, 0.025253256782889366, -0.055064622312784195, -0.04570464789867401, 0.0402057021856308, -0.1079293042421341, 0.006808261852711439, 0.0983223170042038, 0.042163167148828506, 0.028878649696707726, -0.13430151343345642, -0.0369577594101429, -0.036122143268585205, -0.0049687717109918594, -0.03759711608290672, 0.061286263167858124, 0.005771144293248653, 0.08494140207767487, -0.03415796160697937, -0.12281566858291626, 0.11608456820249557, -0.0010357539867982268, -0.04368874058127403, 0.1650812178850174, -0.17836590111255646, -0.2140127271413803, -0.14487606287002563, -0.14474709331989288, -0.06594300270080566, 0.0016104106325656176, 0.10714421421289444, -0.078468918800354, -0.0690697506070137, 0.03966165706515312, -0.046378035098314285, -0.012017141096293926, 0.008769916370511055, -0.019012197852134705, 0.07551274448633194, 0.00008680637256475165, -0.1047658920288086, -0.049000732600688934, 0.013270460069179535, 0.005652033258229494, 0.10255404561758041, -0.06557867676019669, 0.06417739391326904, 0.09488414227962494, 0.019674520939588547, 0.032071176916360855, -0.012429466471076012, 0.11989656090736389, -0.030698249116539955, 0.006452339235693216, 0.1633651852607727, 0.010788185521960258, 0.06617499142885208, 0.18707650899887085, 0.06382057070732117, -0.04276595264673233, -0.014638537541031837, -0.032362792640924454, -0.059270888566970825, -0.25445520877838135, -0.12615402042865753, -0.11312949657440186, 0.02618924342095852, 0.031260907649993896, 0.07845984399318695, 0.03512042760848999, 0.09280949085950851, -0.011139314621686935, 0.026824159547686577, -0.0433814637362957, 0.034715138375759125, 0.262712299823761, 0.0017110583139583468, 0.10806343704462051, -0.12301943451166153, -0.07217444479465485, 0.11358917504549026, 0.10082583874464035, 0.13712020218372345, 0.0918283611536026, 0.005818882957100868, 0.0685603991150856, 0.21984978020191193, 0.07686225324869156, 0.12265248596668243, 0.0630863755941391, -0.015514588914811611, -0.02813064306974411, 0.01675485447049141, -0.040870551019907, 0.03291641175746918, 0.009277393110096455, -0.1180586963891983, 0.013301050290465355, -0.06269150227308273, 0.05999316647648811, 0.22117510437965393, 0.05338336527347565, -0.15558664500713348, 0.010481675155460835, 0.08036496490240097, -0.010153316892683506, -0.05763822793960571, 0.10021133720874786, -0.08116871118545532, -0.12391196191310883, 0.1348947286605835, -0.014884306117892265, 0.11764837056398392, -0.04516138136386871, 0.03377184271812439, 0.000037919391616014764, -0.07552739977836609, 0.07067768275737762, 0.1539694368839264, -0.27560895681381226, 0.2426580935716629, -0.01401317398995161, -0.047123391181230545, -0.07998032122850418, -0.0016202256083488464, 0.05679970607161522, 0.22124536335468292, 0.08821351081132889, 0.037445396184921265, -0.13729248940944672, -0.06546133011579514, -0.04514247551560402, 0.038948774337768555, -0.004146129358559847, 0.0364401713013649, -0.05371657386422157, -0.06445781886577606, -0.023609723895788193, -0.0039683072827756405, -0.031297147274017334, -0.05003068596124649, -0.16281859576702118, 0.04326963797211647, 0.09543675184249878, 0.008140641264617443, -0.042749855667352676, -0.04294184595346451, -0.10891236364841461, 0.16665731370449066, -0.05932074040174484, -0.06191315874457359, -0.09783149510622025, -0.07876797020435333, 0.08743804693222046, -0.09514958411455154, 0.04445976763963699, -0.07930244505405426, -0.022844213992357254, -0.010583312250673771, -0.18335409462451935, 0.09755569696426392, -0.13033758103847504, -0.020740598440170288, -0.03854766860604286, 0.09379240870475769, -0.09175313264131546, 0.015094919130206108, 0.023503899574279785, -0.0024907710030674934, -0.09466539323329926, -0.12081516534090042, -0.01205731276422739, 0.0021544229239225388, 0.06479565799236298, 0.02731536328792572, -0.09598733484745026, -0.08460074663162231, 0.02279987558722496, -0.06639496237039566, 0.21485726535320282, 0.1794418841600418, -0.08945921808481216, 0.13154670596122742, 0.17748364806175232, -0.05344740301370621, -0.31622597575187683, -0.15545649826526642, -0.14579413831233978, -0.05618251860141754, -0.021898861974477768, -0.12635061144828796, 0.14756526052951813, 0.03863636031746864, -0.08304404467344284, 0.017603719606995583, -0.13373969495296478, -0.07216346263885498, 0.24526946246623993, -0.02964613027870655, 0.30621153116226196, -0.1022643893957138, -0.07113103568553925, -0.12567685544490814, -0.1874345988035202, 0.11794538050889969, -0.08613631129264832, 0.06744395941495895, -0.03541531413793564, 0.04650908708572388, -0.025482257828116417, -0.04398801550269127, 0.1234334334731102, 0.017572609707713127, 0.029300451278686523, -0.09998736530542374, 0.013206202536821365, 0.0896177887916565, 0.0029156708624213934, 0.04987604171037674, -0.07572853565216064, 0.035991229116916656, -0.0780555009841919, -0.009055822156369686, -0.06032498925924301, 0.07076084613800049, 0.01702517829835415, -0.0453372597694397, -0.040612637996673584, 0.005692794919013977, 0.009327433072030544, -0.02978917956352234, 0.23692619800567627, 0.06539376080036163, 0.02499624714255333, 0.09733318537473679, 0.08130239695310593, -0.17826920747756958, 0.026089631021022797, -0.11401893198490143, -0.08156473189592361, 0.03924470767378807, -0.10888124257326126, 0.05264091491699219, 0.10172164440155029, -0.05399544537067413, 0.055097464472055435, 0.06868279725313187, 0.031093724071979523, -0.04051538184285164, 0.15389105677604675, -0.1124231144785881, -0.025557871907949448, 0.013016427867114544, 0.009808841161429882, 0.0629618763923645, 0.10005448758602142, 0.11715047806501389, 0.019124357029795647, -0.044501032680273056, 0.01719379797577858, 0.033694781363010406, -0.08716857433319092, 0.08222600072622299, 0.08393391221761703, 0.004325925372540951, -0.15757542848587036, 0.11362063884735107, 0.00976424291729927, -0.08790690451860428, -0.039202652871608734, 0.06274877488613129, -0.17060448229312897, -0.13307233154773712, 0.05419227480888367, 0.08171279728412628, -0.19559939205646515, -0.11576797068119049, -0.05599244683980942, -0.1528068631887436, 0.0527605265378952, 0.030463550239801407, 0.11352089792490005, 0.06660766899585724, -0.04227403923869133, -0.09018338471651077, 0.03479163348674774, 0.0003502996696624905, -0.010571703314781189, 0.03491520881652832, -0.15151923894882202, -0.07296521961688995, -0.0031467026565223932, 0.13101574778556824, -0.04391271993517876, -0.01159912720322609, -0.09803943336009979, 0.04157744720578194, -0.19113557040691376, -0.030470341444015503, -0.0883377194404602, 0.015666941180825233, 0.029691604897379875, -0.11920368671417236, -0.04119061306118965, 0.009792499244213104, -0.12551596760749817, -0.002516228472813964, -0.005292708054184914, 0.08372743427753448, -0.09214639663696289, -0.034342676401138306, 0.09011493623256683, -0.008105495944619179, 0.09216760098934174, 0.09885170310735703, -0.06868098676204681, 0.10562292486429214, -0.08543108403682709, -0.1296602487564087, 0.0852818638086319, 0.06837675720453262, 0.081862673163414, -0.0016618892550468445, 0.0058953664265573025, 0.13453562557697296, 0.023852936923503876, 0.04994203522801399, 0.053549643605947495, -0.1069076657295227, -0.020823756232857704, -0.0788276419043541, -0.13165754079818726, -0.021075578406453133, -0.06060696393251419, 0.14598342776298523, 0.02504737861454487, 0.1883234679698944, -0.014967303723096848, 0.01040008943527937, -0.052547067403793335, 0.013168230652809143, -0.03887934982776642, -0.1638915240764618, -0.12037917971611023, -0.06838059425354004, -0.01602199301123619, -0.004395877011120319, 0.26567453145980835, 0.018348827958106995, -0.04200353845953941, 0.04274783283472061, 0.07078832387924194, -0.03709143400192261, 0.012924982234835625, 0.19935090839862823, 0.06520610302686691, 0.0013535207835957408, -0.06783875823020935, 0.012509088031947613, 0.0034135717432945967, -0.02699285000562668, 0.07419001311063766, 0.09161750972270966, 0.08061308413743973, 0.04394004866480827, 0.04348506033420563, -0.009051693603396416, -0.08861888945102692, -0.09074031561613083, -0.003620138159021735, 0.056986354291439056, 0.002813044935464859, 0.09751734882593155, 0.09858055412769318, -0.0556822344660759, 0.02417386695742607, -0.07497160881757736, -0.029007794335484505, -0.18766848742961884, -0.12122668325901031, -0.09674340486526489, -0.14854548871517181, 0.016170475631952286, -0.042842838913202286, 0.0170501209795475, 0.14108416438102722, 0.06353175640106201, -0.04370177909731865, -0.01740385591983795, -0.06601063907146454, -0.023840874433517456, -0.013193647377192974, 0.003020952455699444, -0.023148538544774055, -0.004498395137488842, -0.024828579276800156, -0.10349874198436737, -0.027637429535388947, -0.04701307788491249, 0.009477985091507435, -0.03383403643965721, 0.05587633699178696, -0.10783897340297699, -0.04638209566473961, -0.05181976780295372, 0.03270808234810829, 0.014648359268903732, 0.14934532344341278, 0.018948756158351898, 0.04132404923439026, 0.09125541150569916, 0.18204906582832336, -0.07305034250020981, -0.18340373039245605, -0.08519169688224792, 0.17070725560188293, 0.04598908871412277, 0.06480561196804047, 0.017130663618445396, 0.007311038672924042, -0.03802132606506348, 0.28422877192497253, 0.29740381240844727, -0.0591047964990139, 0.024352597072720528, 0.006957539822906256, 0.006377165671437979, 0.027703365311026573, 0.10716842114925385, 0.12953998148441315, 0.12093281745910645, -0.08032464981079102, -0.04723559319972992, -0.055274009704589844, -0.005335054360330105, -0.15001146495342255, 0.06701497733592987, -0.03133171424269676, -0.0821990966796875, -0.01201535016298294, 0.10596675425767899, -0.08645138889551163, 0.05600019544363022, 0.028033500537276268, -0.09722083806991577, -0.07327848672866821, -0.015202516689896584, 0.13541695475578308, 0.04286341369152069, 0.003567188512533903, -0.050321996212005615, -0.02412840723991394, 0.12740449607372284, -0.005003003403544426, -0.21880750358104706, -0.07250475138425827, 0.08697427809238434, -0.024768264964222908, 0.09642785787582397, -0.004877857398241758, 0.07337658852338791, 0.1061391681432724, 0.06872814148664474, -0.08331131935119629, 0.07803945243358612, 0.00033251309650950134, -0.025880737230181694, 0.028361748903989792, -0.09711886942386627, -0.02740178443491459, -0.06152976676821709, 0.03196309506893158, -0.03976624459028244, 0.04489065706729889, 0.03735694661736488, -0.036072514951229095, -0.05338672921061516, 0.058015886694192886, -0.08067668974399567, 0.08080221712589264, 0.046200383454561234, -0.01894349604845047, -0.04050996154546738, -0.06894706189632416, 0.00007520728831877932, 0.033417005091905594, -0.170224130153656, -0.09320440143346786, -0.026567727327346802, -0.03035890683531761, 0.03059644065797329, 0.04346035048365593, -0.052499305456876755, -0.02872936986386776, -0.10080458223819733, 0.00041195479570887983, -0.1288490891456604, 0.07202055305242538, 0.06736303865909576, -0.0016803531907498837, -0.006887923460453749, -0.06521477550268173, 0.002074827905744314, 0.019119303673505783, -0.1079099029302597, -0.09963320940732956 ]
null
null
transformers
# Transformer language model for Croatian and Serbian Trained on 6GB datasets that contain Croatian and Serbian language for two epochs (500k steps). Leipzig, OSCAR and srWac datasets | Model | #params | Arch. | Training data | |--------------------------------|--------------------------------|-------|-----------------------------------| | `Andrija/SRoBERTa-L` | 80M | Third | Leipzig Corpus, OSCAR and srWac (6 GB of text) |
{"language": ["hr", "sr", "multilingual"], "license": "apache-2.0", "tags": ["masked-lm"], "datasets": ["oscar", "srwac", "leipzig"], "widget": [{"text": "Ovo je po\u010detak <mask>."}]}
fill-mask
Andrija/SRoBERTa-L
[ "transformers", "pytorch", "roberta", "fill-mask", "masked-lm", "hr", "sr", "multilingual", "dataset:oscar", "dataset:srwac", "dataset:leipzig", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "hr", "sr", "multilingual" ]
TAGS #transformers #pytorch #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-oscar #dataset-srwac #dataset-leipzig #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
Transformer language model for Croatian and Serbian =================================================== Trained on 6GB datasets that contain Croatian and Serbian language for two epochs (500k steps). Leipzig, OSCAR and srWac datasets
[]
[ "TAGS\n#transformers #pytorch #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-oscar #dataset-srwac #dataset-leipzig #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 79 ]
[ "passage: TAGS\n#transformers #pytorch #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-oscar #dataset-srwac #dataset-leipzig #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.09753619134426117, 0.14740930497646332, -0.005321509670466185, 0.09504637867212296, 0.1003584936261177, 0.03659561276435852, 0.15424290299415588, 0.10243850946426392, 0.024756282567977905, -0.07659869641065598, 0.1606483906507492, 0.1550208479166031, 0.004285811446607113, 0.0935642421245575, -0.024568255990743637, -0.2238893359899521, 0.06274072080850601, -0.034030526876449585, -0.12444409728050232, 0.0791286826133728, 0.11661754548549652, -0.02736913412809372, 0.07749711722135544, -0.03384668752551079, -0.035824306309223175, 0.03287816420197487, 0.031623564660549164, -0.08637134730815887, 0.0939117968082428, 0.043395787477493286, 0.06350953876972198, 0.047049034386873245, 0.04909157007932663, -0.11617302894592285, 0.03426802158355713, -0.016097482293844223, -0.052078861743211746, 0.04636669531464577, -0.02080126479268074, -0.06679864227771759, 0.033876776695251465, 0.005719794426113367, -0.002323831431567669, 0.03532293438911438, -0.06888960301876068, -0.21197502315044403, -0.07537141442298889, 0.07079976052045822, -0.016148224472999573, 0.07410641014575958, 0.03424936160445213, 0.15340445935726166, -0.1070818305015564, 0.060609083622694016, 0.0686153918504715, -0.29226818680763245, -0.019813422113656998, 0.024023063480854034, 0.0089817363768816, -0.044264473021030426, -0.0013947171391919255, 0.07575155049562454, 0.037616066634655, 0.023712683469057083, 0.011195245198905468, -0.07264120876789093, -0.1472361534833908, 0.028317641466856003, -0.036496177315711975, -0.04730261489748955, 0.2692253887653351, 0.025280797854065895, 0.019531330093741417, 0.02820448949933052, -0.05436736345291138, 0.011312947608530521, -0.01036607101559639, 0.07970267534255981, 0.011900884099304676, 0.04570649191737175, -0.03285522013902664, -0.014664813876152039, -0.10348978638648987, 0.024712635204195976, -0.19989420473575592, 0.1234687864780426, 0.040292318910360336, 0.102033831179142, -0.11620790511369705, 0.03498945012688637, 0.05385960265994072, -0.12960824370384216, 0.018790291622281075, -0.07142134010791779, 0.03213230520486832, 0.08940272033214569, -0.02467420883476734, 0.048240069299936295, 0.13625416159629822, 0.2252744436264038, 0.052393704652786255, 0.0006075584096834064, 0.006864648312330246, 0.1149606853723526, -0.00741550512611866, 0.05515573173761368, -0.09178651869297028, -0.06189503148198128, 0.07338716089725494, -0.09452538192272186, 0.09639155119657516, -0.023344745859503746, -0.10855550318956375, -0.024075474590063095, -0.07766665518283844, 0.08721815049648285, 0.07839975506067276, 0.08205084502696991, -0.08644884824752808, 0.025987911969423294, 0.09415406733751297, -0.0799742117524147, -0.017211511731147766, -0.024250490590929985, -0.019192377105355263, 0.03898119553923607, 0.05200345441699028, 0.012910248711705208, 0.0006750244065187871, 0.08724021911621094, -0.059386011213064194, -0.015731081366539, -0.016293711960315704, -0.02470639906823635, 0.09849381446838379, -0.07083022594451904, 0.05718191713094711, -0.13666552305221558, -0.16115057468414307, 0.02657180279493332, 0.08394044637680054, -0.01130566094070673, -0.027943050488829613, 0.004520772956311703, -0.010328440926969051, 0.043586406856775284, -0.06430608779191971, 0.003093804232776165, -0.08804965019226074, 0.05125919729471207, -0.06935309618711472, 0.08778506517410278, -0.1739763766527176, 0.027319416403770447, -0.11467696726322174, 0.0027710294816643, -0.040886200964450836, 0.009990012273192406, -0.12503089010715485, 0.1511683166027069, -0.026794062927365303, -0.045636389404535294, -0.009349251165986061, 0.026467306539416313, -0.018116077408194542, 0.16360406577587128, -0.16328349709510803, -0.06429991871118546, 0.225266233086586, -0.10398620367050171, -0.14672787487506866, 0.11566465348005295, -0.026003383100032806, -0.018668975681066513, 0.03923942148685455, 0.14679770171642303, 0.0295096542686224, -0.09264328330755234, 0.022522903978824615, 0.09991255402565002, -0.05556350201368332, -0.14277614653110504, 0.11597035080194473, 0.0038660154677927494, -0.053213153034448624, 0.06352224946022034, 0.013711775653064251, 0.12466078996658325, -0.038985930383205414, -0.10181698203086853, -0.026210680603981018, -0.07552006095647812, 0.03318876400589943, 0.032117657363414764, 0.053182922303676605, -0.08622566610574722, -0.02975974977016449, -0.1019681990146637, 0.09753792732954025, 0.04363065958023071, 0.04699453338980675, -0.1038874164223671, 0.04867016151547432, 0.024307893589138985, 0.006105737295001745, -0.10439745336771011, -0.017092265188694, -0.05229936167597771, 0.06692966818809509, 0.027277803048491478, 0.06683777272701263, 0.06390038132667542, -0.053024038672447205, -0.059766240417957306, 0.004238315392285585, 0.10133113712072372, 0.03637436777353287, 0.03427599370479584, -0.19626498222351074, 0.045755576342344284, -0.051628101617097855, 0.11340471357107162, 0.03649995103478432, -0.0020611146464943886, -0.03306221216917038, 0.1289394050836563, -0.014103409834206104, 0.05082125961780548, -0.02225532941520214, 0.010590731166303158, -0.04793056100606918, -0.017306111752986908, 0.08429837226867676, 0.018671540543437004, -0.08114146441221237, 0.18267060816287994, 0.00951397605240345, 0.23103387653827667, 0.16181707382202148, -0.1300402730703354, 0.02367893047630787, 0.09442069381475449, -0.009567786008119583, 0.008174119517207146, 0.03991670906543732, 0.058321889489889145, -0.03890643268823624, -0.014027736149728298, 0.11064376682043076, -0.01917835883796215, 0.02882988564670086, -0.015336296521127224, -0.09346652030944824, -0.0461282879114151, 0.09674875438213348, 0.14608046412467957, -0.1650165468454361, 0.19040599465370178, 0.1932222694158554, -0.014820623211562634, 0.1503385454416275, -0.042164821177721024, 0.022833114489912987, -0.0033069218043237925, -0.0699658989906311, -0.028441520407795906, 0.1092911809682846, -0.08715216815471649, 0.01743972860276699, 0.08330601453781128, -0.024111460894346237, 0.018170282244682312, -0.12292981147766113, -0.10276000201702118, -0.02786596491932869, -0.011390863917768002, -0.09298533946275711, 0.09151054918766022, -0.028210869058966637, 0.09544070065021515, -0.03810875117778778, -0.11036646366119385, 0.09296733140945435, -0.02163069322705269, -0.03245224803686142, 0.1525133103132248, -0.1793985366821289, -0.2542158365249634, -0.12200304120779037, -0.12963955104351044, -0.05779460445046425, 0.003875616705045104, 0.08919127285480499, -0.0601857528090477, -0.05211033299565315, 0.04264838621020317, -0.05762973055243492, -0.020012401044368744, -0.002439485164359212, 0.020271575078368187, 0.015461757779121399, -0.012899952940642834, -0.08769534528255463, -0.04228852316737175, 0.01100554782897234, 0.01014828123152256, 0.12337538599967957, -0.054520588368177414, 0.08538758009672165, 0.03257082775235176, 0.03903885930776596, 0.028637642040848732, -0.007004801649600267, 0.11132141202688217, -0.0490851067006588, -0.018733972683548927, 0.16138601303100586, 0.019607804715633392, 0.055387113243341446, 0.19388262927532196, 0.053434159606695175, -0.027418911457061768, -0.018538909032940865, -0.04469217732548714, -0.08460043370723724, -0.23832353949546814, -0.13755355775356293, -0.09622536599636078, 0.06273632496595383, -0.010608662851154804, 0.05579187721014023, 0.0007661009440198541, 0.0947345644235611, -0.02771168388426304, -0.06747032701969147, -0.048225585371255875, -0.005268596112728119, 0.16984741389751434, -0.0036139735020697117, 0.10209216922521591, -0.12326229363679886, -0.07071519643068314, 0.11959785968065262, 0.0410606823861599, 0.10321277379989624, 0.055153731256723404, -0.04260751232504845, 0.0825638696551323, 0.19519463181495667, 0.04501364380121231, 0.0961572602391243, 0.09984120726585388, -0.025033097714185715, -0.02957575023174286, -0.007800435647368431, -0.03299546614289284, 0.03651338443160057, 0.02637677639722824, -0.10436660051345825, 0.003753053490072489, -0.020906247198581696, 0.07056797295808792, 0.17390623688697815, 0.05774718150496483, -0.17406916618347168, 0.01169295608997345, 0.08320210874080658, 0.03771157190203667, -0.019156917929649353, 0.05829855427145958, -0.008819591253995895, -0.12491825968027115, 0.16885559260845184, -0.003922574687749147, 0.07275369018316269, -0.0098917530849576, 0.02422156371176243, -0.019544383510947227, -0.0644928514957428, 0.05958477780222893, 0.12492818385362625, -0.2895194888114929, 0.25940147042274475, -0.012177970260381699, -0.039735306054353714, -0.0756782740354538, -0.016914740204811096, 0.06989194452762604, 0.17499449849128723, 0.17746348679065704, 0.06007331237196922, -0.054473694413900375, -0.010674942284822464, -0.07340696454048157, 0.06122242659330368, -0.00623502628877759, 0.018871113657951355, -0.05498310551047325, -0.028076045215129852, -0.04299492761492729, -0.0027838198002427816, 0.07991611212491989, -0.048186030238866806, -0.14462792873382568, 0.035544779151678085, 0.13324251770973206, -0.04386037960648537, -0.05281174182891846, -0.08532646298408508, -0.10296250879764557, 0.14686481654644012, 0.006825596559792757, -0.048113200813531876, -0.09669428318738937, -0.06893112510442734, 0.09073401987552643, -0.09865503758192062, 0.04254252091050148, -0.07727416604757309, -0.057794082909822464, -0.0494401715695858, -0.16375190019607544, 0.12060752511024475, -0.13196249306201935, -0.007898933254182339, -0.05570074915885925, 0.06771713495254517, -0.06363195180892944, 0.049949198961257935, -0.011974100954830647, 0.008318080566823483, -0.08334264904260635, -0.10042262077331543, 0.007851334288716316, -0.007909120991826057, 0.07209939509630203, 0.06878245621919632, -0.09668432921171188, -0.13100381195545197, 0.035129114985466, -0.08125926554203033, 0.1937049776315689, 0.2544175982475281, -0.09782657027244568, 0.14475814998149872, 0.14478103816509247, -0.025557413697242737, -0.3832257390022278, -0.15017998218536377, -0.13827256858348846, -0.015804355964064598, 0.032899171113967896, -0.15044359862804413, 0.061485886573791504, 0.012281377799808979, -0.09270994365215302, 0.05444170907139778, -0.17973770201206207, -0.08050695806741714, 0.20958328247070312, -0.01904931478202343, 0.36039939522743225, -0.0974549874663353, -0.04262468218803406, -0.11905151605606079, -0.13634954392910004, 0.08205240964889526, -0.05369400233030319, 0.08992534875869751, 0.0007392620318569243, 0.005799583625048399, -0.03242752328515053, -0.055024631321430206, 0.12433763593435287, -0.00815278198570013, 0.024505656212568283, -0.0836118683218956, 0.01835038885474205, 0.08884204924106598, 0.020440878346562386, 0.036620162427425385, -0.09285391867160797, 0.02359994687139988, -0.08585993945598602, -0.007181258872151375, -0.09448180347681046, 0.07597659528255463, 0.023862235248088837, -0.03961395472288132, -0.04432562738656998, 0.03507278487086296, 0.03716738894581795, -0.019907666370272636, 0.16245444118976593, 0.03449210152029991, 0.0070035276003181934, 0.02820257656276226, 0.0438358299434185, -0.10838940739631653, 0.015037180855870247, -0.10352041572332382, -0.0705144852399826, 0.04121498763561249, -0.11781984567642212, 0.024681970477104187, 0.08633504062891006, -0.03726968541741371, 0.06376034766435623, 0.04870978370308876, -0.010015531443059444, -0.013437319546937943, 0.17523987591266632, -0.1425754725933075, -0.0055881040170788765, 0.0048479135148227215, -0.025590408593416214, 0.09251388907432556, 0.05505390465259552, 0.09266199916601181, 0.0021408989559859037, -0.02847241424024105, -0.002847104799002409, 0.055152684450149536, -0.07859212160110474, 0.08286483585834503, 0.0776061862707138, 0.0007851504487916827, -0.14927102625370026, 0.14698614180088043, -0.031083431094884872, -0.11371748149394989, 0.0007814052514731884, 0.0616963729262352, -0.1252695769071579, -0.11297914385795593, 0.005117533262819052, 0.07015480846166611, -0.1473190039396286, -0.11202505230903625, -0.07577475160360336, -0.10950829833745956, 0.02673139050602913, 0.06242051348090172, 0.09088945388793945, 0.048887621611356735, -0.008160741999745369, -0.09623860567808151, 0.05825553461909294, 0.02652018889784813, 0.04871439188718796, -0.004318638704717159, -0.08623722195625305, -0.05125195160508156, -0.01331945788115263, 0.15333066880702972, -0.06471503525972366, 0.017837101593613625, -0.08159733563661575, 0.03819526359438896, -0.1435941606760025, -0.04679366946220398, -0.059609606862068176, -0.01628054678440094, -0.0021470170468091965, -0.12400314956903458, -0.03918320685625076, -0.02483920007944107, -0.12226038426160812, -0.008682792074978352, 0.004042432177811861, 0.03762126341462135, -0.11769571900367737, -0.054563090205192566, 0.1089925765991211, -0.017061248421669006, 0.09244275838136673, 0.1227283850312233, -0.072301484644413, 0.08621002733707428, -0.13741490244865417, -0.1343836635351181, 0.0686308965086937, 0.041652094572782516, 0.06103988364338875, 0.04157363250851631, 0.00853976421058178, 0.0997033640742302, 0.035086095333099365, 0.04457959905266762, 0.04305469989776611, -0.10237446427345276, -0.007829364389181137, -0.007256430108100176, -0.09827586263418198, -0.0070471977815032005, -0.05238330736756325, 0.110403873026371, 0.03282658010721207, 0.14495225250720978, -0.03890958055853844, 0.024087633937597275, -0.04033558443188667, 0.027392404153943062, -0.03406551107764244, -0.14331504702568054, -0.08031920343637466, -0.03139524906873703, -0.0015964823542162776, -0.024978885427117348, 0.2539527714252472, 0.015668483451008797, -0.12180968374013901, 0.03763546794652939, 0.10877594351768494, -0.0039905705489218235, 0.0038512111641466618, 0.13259322941303253, 0.03579486533999443, -0.00624461006373167, -0.06616207957267761, 0.02003840170800686, 0.050637777894735336, 0.05601257458329201, 0.07578936964273453, 0.12311085313558578, 0.15316879749298096, 0.041303206235170364, 0.03197436034679413, 0.0218653567135334, -0.012373417615890503, -0.13384796679019928, -0.013506446965038776, 0.05864487960934639, -0.0012801564298570156, 0.062159325927495956, 0.0932920053601265, -0.03808774799108505, 0.03639175742864609, -0.04687374457716942, -0.012713363394141197, -0.16570329666137695, -0.14700816571712494, -0.0807865709066391, -0.08639665693044662, 0.03698880597949028, -0.03155278414487839, 0.025273287668824196, 0.18418088555335999, 0.08081773668527603, -0.05333876237273216, 0.027983881533145905, -0.0926923081278801, -0.00565370824187994, 0.03359823673963547, 0.018731679767370224, -0.015263850800693035, 0.035207461565732956, -0.036714889109134674, -0.07692819833755493, 0.019069582223892212, -0.027700504288077354, 0.016647201031446457, -0.02300461009144783, 0.088925801217556, -0.09416967630386353, -0.07414990663528442, -0.08996269106864929, 0.030881430953741074, 0.05061385780572891, 0.14208649098873138, 0.01606694422662258, 0.06562304496765137, 0.0788370817899704, 0.17767779529094696, -0.06142762675881386, -0.15248732268810272, -0.11123873293399811, 0.058031678199768066, -0.017489558085799217, 0.04426218569278717, 0.003886583959683776, -0.0002031468175118789, -0.0640418753027916, 0.27345284819602966, 0.37993597984313965, -0.09436441212892532, 0.030530070886015892, -0.01347852312028408, 0.02596038207411766, 0.009457829408347607, 0.08200985193252563, 0.08379405736923218, 0.13837721943855286, -0.09670249372720718, -0.05027547478675842, -0.08019507676362991, -0.008541679009795189, -0.12236066907644272, 0.03467526659369469, -0.033023059368133545, -0.07514124363660812, -0.030617734417319298, 0.09499998390674591, -0.13708767294883728, 0.008765552192926407, 0.04404381290078163, -0.11870978027582169, -0.07340700924396515, -0.02735510841012001, 0.12965530157089233, 0.12029588222503662, 0.03658661991357803, -0.03530038148164749, -0.01854482851922512, 0.06616468727588654, 0.018643798306584358, -0.2119898498058319, -0.089399553835392, 0.08106930553913116, 0.005894943606108427, 0.14479047060012817, -0.005505042616277933, 0.05906051769852638, 0.09124761819839478, 0.03977883607149124, -0.048998862504959106, 0.06624168157577515, 0.021861927583813667, -0.01752028614282608, -0.025829896330833435, -0.06946451961994171, -0.0470249280333519, -0.0657697468996048, 0.03432270139455795, 0.05984221398830414, 0.04299655184149742, 0.002237351145595312, -0.03576004505157471, -0.04705265909433365, 0.1006719097495079, -0.09954068809747696, 0.06304075568914413, 0.06184297055006027, -0.014239910058677197, -0.027970580384135246, -0.0676659643650055, -0.013069414533674717, 0.04816974699497223, -0.18252471089363098, -0.07395326346158981, -0.012792742811143398, -0.040611524134874344, -0.027654394507408142, 0.06808101385831833, -0.12788306176662445, 0.004407181870192289, -0.15349172055721283, -0.004082173574715853, -0.0853596180677414, 0.030830342322587967, 0.05845026299357414, 0.0072648972272872925, -0.008094806224107742, -0.042571600526571274, 0.04873811826109886, 0.0003017890849150717, -0.10092548280954361, -0.09663117676973343 ]
null
null
transformers
Named Entity Recognition (Token Classification Head) for Serbian / Croatian languges. Abbreviation|Description -|- O|Outside of a named entity B-MIS |Beginning of a miscellaneous entity right after another miscellaneous entity I-MIS | Miscellaneous entity B-PER |Beginning of a person’s name right after another person’s name B-DERIV-PER| Begginning derivative that describes relation to a person I-PER |Person’s name B-ORG |Beginning of an organization right after another organization I-ORG |organization B-LOC |Beginning of a location right after another location I-LOC |Location
{"language": ["hr", "sr", "multilingual"], "license": "apache-2.0", "datasets": ["hr500k"], "widget": [{"text": "Moje ime je Aleksandar i zivim u Beogradu pored Vlade Republike Srbije"}]}
token-classification
Andrija/SRoBERTa-NER
[ "transformers", "pytorch", "roberta", "token-classification", "hr", "sr", "multilingual", "dataset:hr500k", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "hr", "sr", "multilingual" ]
TAGS #transformers #pytorch #roberta #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
Named Entity Recognition (Token Classification Head) for Serbian / Croatian languges.
[]
[ "TAGS\n#transformers #pytorch #roberta #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 62 ]
[ "passage: TAGS\n#transformers #pytorch #roberta #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.08366859704256058, 0.10869227349758148, -0.005516380071640015, 0.061136044561862946, 0.12477051466703415, 0.03691288083791733, 0.12175776809453964, 0.12674230337142944, 0.003049373161047697, -0.07109397649765015, 0.12124678492546082, 0.2130488008260727, 0.005292007699608803, 0.05205545574426651, -0.06898508965969086, -0.23898030817508698, 0.07704480737447739, 0.03179958835244179, -0.07800697535276413, 0.08445312082767487, 0.12204882502555847, -0.02891550213098526, 0.08060874789953232, -0.013351036235690117, -0.08434251695871353, 0.024482009932398796, 0.03282242268323898, -0.09496210515499115, 0.1051923856139183, 0.04880692809820175, 0.07379377633333206, 0.03951163589954376, 0.04515368863940239, -0.1614508479833603, 0.00891411304473877, -0.0031085817608982325, -0.05529818311333656, 0.06321462243795395, 0.014074188657104969, -0.0352327786386013, 0.026374246925115585, 0.02591642178595066, -0.012508759275078773, 0.04764978960156441, -0.060385968536138535, -0.1873319149017334, -0.09215882420539856, 0.08379366248846054, 0.053441524505615234, 0.06491776555776596, 0.054472416639328, 0.1721128672361374, -0.125123530626297, 0.05794744938611984, 0.06082306429743767, -0.32854610681533813, -0.0009168214746750891, 0.08563832938671112, -0.025149796158075333, -0.0011285226792097092, -0.025695079937577248, 0.0403805673122406, 0.05404648929834366, 0.03358423709869385, -0.02555958181619644, -0.08071637153625488, -0.16543440520763397, 0.03643947094678879, -0.04044413939118385, -0.024505309760570526, 0.2697198688983917, 0.019980067387223244, 0.042124927043914795, 0.03277259320020676, -0.06690722703933716, 0.004768678918480873, -0.022909490391612053, 0.04742421209812164, 0.009986314922571182, 0.08098236471414566, 0.04034869745373726, 0.0015356744406744838, -0.122909314930439, 0.007390256971120834, -0.22288231551647186, 0.10837002843618393, 0.03653831034898758, 0.09161679446697235, -0.11380951851606369, 0.051542796194553375, 0.04866728186607361, -0.09478359669446945, -0.00111652840860188, -0.07375554740428925, 0.04103586822748184, 0.028611397370696068, -0.031302932649850845, 0.080093614757061, 0.14632421731948853, 0.206988126039505, 0.016799326986074448, 0.03014908730983734, -0.017905695363879204, 0.08388680964708328, -0.021122317761182785, 0.07045195996761322, -0.05273216590285301, -0.06971383094787598, 0.09642262011766434, -0.12133316695690155, 0.04788827896118164, -0.017999961972236633, -0.14333292841911316, -0.04969317466020584, -0.021464943885803223, 0.10020224004983902, 0.03709091246128082, 0.06035616248846054, -0.036678921431303024, 0.013179630972445011, 0.10957491397857666, -0.0685819610953331, 0.009119981899857521, -0.012494136579334736, 0.023257862776517868, 0.07960212230682373, 0.01999208703637123, 0.026023993268609047, -0.052791040390729904, 0.0568649023771286, -0.035243213176727295, -0.016995040699839592, -0.02690843865275383, -0.01129994448274374, 0.06442909687757492, -0.05720490217208862, 0.0633196011185646, -0.13565872609615326, -0.1435132920742035, 0.015288158319890499, 0.07050815969705582, -0.025633111596107483, -0.07413651794195175, 0.01594896800816059, -0.011153641156852245, 0.043640248477458954, -0.07473974674940109, 0.0015640343772247434, -0.08265271782875061, 0.030097713693976402, -0.06692945957183838, 0.02188926935195923, -0.17575201392173767, 0.04929288104176521, -0.11387353390455246, 0.00027110325754620135, -0.010293225757777691, 0.009706208482384682, -0.10358408093452454, 0.1632678210735321, -0.05515037477016449, -0.05286354944109917, -0.008552641607820988, 0.0142027847468853, -0.052786435931921005, 0.08961959928274155, -0.12294555455446243, -0.05312148854136467, 0.17697583138942719, -0.09870515018701553, -0.1509748101234436, 0.07846064120531082, 0.010008839890360832, 0.00833196472376585, 0.06080042943358421, 0.13044828176498413, 0.1035202145576477, 0.0009189099073410034, 0.06763521581888199, 0.14589892327785492, -0.07765373587608337, -0.21050964295864105, 0.05712305009365082, -0.0380433052778244, -0.08786459267139435, 0.06984089314937592, 0.0020726376678794622, 0.09824347496032715, -0.021573428064584732, -0.09142874926328659, -0.052680231630802155, -0.053704652935266495, -0.030372723937034607, 0.03686098754405975, 0.08437855541706085, -0.06040073186159134, 0.012843727134168148, -0.025235462933778763, 0.08119979500770569, 0.03634219244122505, 0.03915013372898102, -0.07632867246866226, 0.0421721450984478, 0.017667623236775398, 0.021438129246234894, -0.14731194078922272, 0.0017553460784256458, -0.018031427636742592, 0.010317287407815456, 0.02993909642100334, 0.12260559946298599, 0.042599860578775406, -0.06491800397634506, -0.03522709012031555, 0.004323923494666815, 0.1646122932434082, 0.0685003399848938, -0.010100790299475193, -0.1582505702972412, 0.05636412650346756, -0.036104876548051834, 0.05931723862886429, -0.0006351982010528445, 0.0039629521779716015, 0.025468239560723305, 0.12724074721336365, -0.029376717284321785, 0.1148722767829895, -0.04431545361876488, 0.02596643939614296, -0.07634615153074265, -0.011943811550736427, 0.09440980106592178, 0.022629767656326294, -0.05214717984199524, 0.15119433403015137, 0.01000207383185625, 0.24010497331619263, 0.18563377857208252, -0.14048655331134796, 0.03993140533566475, 0.012029952369630337, -0.01067054271697998, -0.011955736204981804, 0.02579682134091854, 0.0695076659321785, -0.02274511009454727, 0.0141339972615242, 0.1375288963317871, -0.016891323029994965, -0.006667556706815958, -0.01175603922456503, -0.06697539985179901, -0.01305687241256237, 0.07067076861858368, 0.1487572342157364, -0.243509903550148, 0.19039975106716156, 0.22147496044635773, -0.01366329938173294, 0.06998845934867859, -0.07397668808698654, 0.015497424639761448, 0.025253256782889366, -0.055064622312784195, -0.04570464789867401, 0.0402057021856308, -0.1079293042421341, 0.006808261852711439, 0.0983223170042038, 0.042163167148828506, 0.028878649696707726, -0.13430151343345642, -0.0369577594101429, -0.036122143268585205, -0.0049687717109918594, -0.03759711608290672, 0.061286263167858124, 0.005771144293248653, 0.08494140207767487, -0.03415796160697937, -0.12281566858291626, 0.11608456820249557, -0.0010357539867982268, -0.04368874058127403, 0.1650812178850174, -0.17836590111255646, -0.2140127271413803, -0.14487606287002563, -0.14474709331989288, -0.06594300270080566, 0.0016104106325656176, 0.10714421421289444, -0.078468918800354, -0.0690697506070137, 0.03966165706515312, -0.046378035098314285, -0.012017141096293926, 0.008769916370511055, -0.019012197852134705, 0.07551274448633194, 0.00008680637256475165, -0.1047658920288086, -0.049000732600688934, 0.013270460069179535, 0.005652033258229494, 0.10255404561758041, -0.06557867676019669, 0.06417739391326904, 0.09488414227962494, 0.019674520939588547, 0.032071176916360855, -0.012429466471076012, 0.11989656090736389, -0.030698249116539955, 0.006452339235693216, 0.1633651852607727, 0.010788185521960258, 0.06617499142885208, 0.18707650899887085, 0.06382057070732117, -0.04276595264673233, -0.014638537541031837, -0.032362792640924454, -0.059270888566970825, -0.25445520877838135, -0.12615402042865753, -0.11312949657440186, 0.02618924342095852, 0.031260907649993896, 0.07845984399318695, 0.03512042760848999, 0.09280949085950851, -0.011139314621686935, 0.026824159547686577, -0.0433814637362957, 0.034715138375759125, 0.262712299823761, 0.0017110583139583468, 0.10806343704462051, -0.12301943451166153, -0.07217444479465485, 0.11358917504549026, 0.10082583874464035, 0.13712020218372345, 0.0918283611536026, 0.005818882957100868, 0.0685603991150856, 0.21984978020191193, 0.07686225324869156, 0.12265248596668243, 0.0630863755941391, -0.015514588914811611, -0.02813064306974411, 0.01675485447049141, -0.040870551019907, 0.03291641175746918, 0.009277393110096455, -0.1180586963891983, 0.013301050290465355, -0.06269150227308273, 0.05999316647648811, 0.22117510437965393, 0.05338336527347565, -0.15558664500713348, 0.010481675155460835, 0.08036496490240097, -0.010153316892683506, -0.05763822793960571, 0.10021133720874786, -0.08116871118545532, -0.12391196191310883, 0.1348947286605835, -0.014884306117892265, 0.11764837056398392, -0.04516138136386871, 0.03377184271812439, 0.000037919391616014764, -0.07552739977836609, 0.07067768275737762, 0.1539694368839264, -0.27560895681381226, 0.2426580935716629, -0.01401317398995161, -0.047123391181230545, -0.07998032122850418, -0.0016202256083488464, 0.05679970607161522, 0.22124536335468292, 0.08821351081132889, 0.037445396184921265, -0.13729248940944672, -0.06546133011579514, -0.04514247551560402, 0.038948774337768555, -0.004146129358559847, 0.0364401713013649, -0.05371657386422157, -0.06445781886577606, -0.023609723895788193, -0.0039683072827756405, -0.031297147274017334, -0.05003068596124649, -0.16281859576702118, 0.04326963797211647, 0.09543675184249878, 0.008140641264617443, -0.042749855667352676, -0.04294184595346451, -0.10891236364841461, 0.16665731370449066, -0.05932074040174484, -0.06191315874457359, -0.09783149510622025, -0.07876797020435333, 0.08743804693222046, -0.09514958411455154, 0.04445976763963699, -0.07930244505405426, -0.022844213992357254, -0.010583312250673771, -0.18335409462451935, 0.09755569696426392, -0.13033758103847504, -0.020740598440170288, -0.03854766860604286, 0.09379240870475769, -0.09175313264131546, 0.015094919130206108, 0.023503899574279785, -0.0024907710030674934, -0.09466539323329926, -0.12081516534090042, -0.01205731276422739, 0.0021544229239225388, 0.06479565799236298, 0.02731536328792572, -0.09598733484745026, -0.08460074663162231, 0.02279987558722496, -0.06639496237039566, 0.21485726535320282, 0.1794418841600418, -0.08945921808481216, 0.13154670596122742, 0.17748364806175232, -0.05344740301370621, -0.31622597575187683, -0.15545649826526642, -0.14579413831233978, -0.05618251860141754, -0.021898861974477768, -0.12635061144828796, 0.14756526052951813, 0.03863636031746864, -0.08304404467344284, 0.017603719606995583, -0.13373969495296478, -0.07216346263885498, 0.24526946246623993, -0.02964613027870655, 0.30621153116226196, -0.1022643893957138, -0.07113103568553925, -0.12567685544490814, -0.1874345988035202, 0.11794538050889969, -0.08613631129264832, 0.06744395941495895, -0.03541531413793564, 0.04650908708572388, -0.025482257828116417, -0.04398801550269127, 0.1234334334731102, 0.017572609707713127, 0.029300451278686523, -0.09998736530542374, 0.013206202536821365, 0.0896177887916565, 0.0029156708624213934, 0.04987604171037674, -0.07572853565216064, 0.035991229116916656, -0.0780555009841919, -0.009055822156369686, -0.06032498925924301, 0.07076084613800049, 0.01702517829835415, -0.0453372597694397, -0.040612637996673584, 0.005692794919013977, 0.009327433072030544, -0.02978917956352234, 0.23692619800567627, 0.06539376080036163, 0.02499624714255333, 0.09733318537473679, 0.08130239695310593, -0.17826920747756958, 0.026089631021022797, -0.11401893198490143, -0.08156473189592361, 0.03924470767378807, -0.10888124257326126, 0.05264091491699219, 0.10172164440155029, -0.05399544537067413, 0.055097464472055435, 0.06868279725313187, 0.031093724071979523, -0.04051538184285164, 0.15389105677604675, -0.1124231144785881, -0.025557871907949448, 0.013016427867114544, 0.009808841161429882, 0.0629618763923645, 0.10005448758602142, 0.11715047806501389, 0.019124357029795647, -0.044501032680273056, 0.01719379797577858, 0.033694781363010406, -0.08716857433319092, 0.08222600072622299, 0.08393391221761703, 0.004325925372540951, -0.15757542848587036, 0.11362063884735107, 0.00976424291729927, -0.08790690451860428, -0.039202652871608734, 0.06274877488613129, -0.17060448229312897, -0.13307233154773712, 0.05419227480888367, 0.08171279728412628, -0.19559939205646515, -0.11576797068119049, -0.05599244683980942, -0.1528068631887436, 0.0527605265378952, 0.030463550239801407, 0.11352089792490005, 0.06660766899585724, -0.04227403923869133, -0.09018338471651077, 0.03479163348674774, 0.0003502996696624905, -0.010571703314781189, 0.03491520881652832, -0.15151923894882202, -0.07296521961688995, -0.0031467026565223932, 0.13101574778556824, -0.04391271993517876, -0.01159912720322609, -0.09803943336009979, 0.04157744720578194, -0.19113557040691376, -0.030470341444015503, -0.0883377194404602, 0.015666941180825233, 0.029691604897379875, -0.11920368671417236, -0.04119061306118965, 0.009792499244213104, -0.12551596760749817, -0.002516228472813964, -0.005292708054184914, 0.08372743427753448, -0.09214639663696289, -0.034342676401138306, 0.09011493623256683, -0.008105495944619179, 0.09216760098934174, 0.09885170310735703, -0.06868098676204681, 0.10562292486429214, -0.08543108403682709, -0.1296602487564087, 0.0852818638086319, 0.06837675720453262, 0.081862673163414, -0.0016618892550468445, 0.0058953664265573025, 0.13453562557697296, 0.023852936923503876, 0.04994203522801399, 0.053549643605947495, -0.1069076657295227, -0.020823756232857704, -0.0788276419043541, -0.13165754079818726, -0.021075578406453133, -0.06060696393251419, 0.14598342776298523, 0.02504737861454487, 0.1883234679698944, -0.014967303723096848, 0.01040008943527937, -0.052547067403793335, 0.013168230652809143, -0.03887934982776642, -0.1638915240764618, -0.12037917971611023, -0.06838059425354004, -0.01602199301123619, -0.004395877011120319, 0.26567453145980835, 0.018348827958106995, -0.04200353845953941, 0.04274783283472061, 0.07078832387924194, -0.03709143400192261, 0.012924982234835625, 0.19935090839862823, 0.06520610302686691, 0.0013535207835957408, -0.06783875823020935, 0.012509088031947613, 0.0034135717432945967, -0.02699285000562668, 0.07419001311063766, 0.09161750972270966, 0.08061308413743973, 0.04394004866480827, 0.04348506033420563, -0.009051693603396416, -0.08861888945102692, -0.09074031561613083, -0.003620138159021735, 0.056986354291439056, 0.002813044935464859, 0.09751734882593155, 0.09858055412769318, -0.0556822344660759, 0.02417386695742607, -0.07497160881757736, -0.029007794335484505, -0.18766848742961884, -0.12122668325901031, -0.09674340486526489, -0.14854548871517181, 0.016170475631952286, -0.042842838913202286, 0.0170501209795475, 0.14108416438102722, 0.06353175640106201, -0.04370177909731865, -0.01740385591983795, -0.06601063907146454, -0.023840874433517456, -0.013193647377192974, 0.003020952455699444, -0.023148538544774055, -0.004498395137488842, -0.024828579276800156, -0.10349874198436737, -0.027637429535388947, -0.04701307788491249, 0.009477985091507435, -0.03383403643965721, 0.05587633699178696, -0.10783897340297699, -0.04638209566473961, -0.05181976780295372, 0.03270808234810829, 0.014648359268903732, 0.14934532344341278, 0.018948756158351898, 0.04132404923439026, 0.09125541150569916, 0.18204906582832336, -0.07305034250020981, -0.18340373039245605, -0.08519169688224792, 0.17070725560188293, 0.04598908871412277, 0.06480561196804047, 0.017130663618445396, 0.007311038672924042, -0.03802132606506348, 0.28422877192497253, 0.29740381240844727, -0.0591047964990139, 0.024352597072720528, 0.006957539822906256, 0.006377165671437979, 0.027703365311026573, 0.10716842114925385, 0.12953998148441315, 0.12093281745910645, -0.08032464981079102, -0.04723559319972992, -0.055274009704589844, -0.005335054360330105, -0.15001146495342255, 0.06701497733592987, -0.03133171424269676, -0.0821990966796875, -0.01201535016298294, 0.10596675425767899, -0.08645138889551163, 0.05600019544363022, 0.028033500537276268, -0.09722083806991577, -0.07327848672866821, -0.015202516689896584, 0.13541695475578308, 0.04286341369152069, 0.003567188512533903, -0.050321996212005615, -0.02412840723991394, 0.12740449607372284, -0.005003003403544426, -0.21880750358104706, -0.07250475138425827, 0.08697427809238434, -0.024768264964222908, 0.09642785787582397, -0.004877857398241758, 0.07337658852338791, 0.1061391681432724, 0.06872814148664474, -0.08331131935119629, 0.07803945243358612, 0.00033251309650950134, -0.025880737230181694, 0.028361748903989792, -0.09711886942386627, -0.02740178443491459, -0.06152976676821709, 0.03196309506893158, -0.03976624459028244, 0.04489065706729889, 0.03735694661736488, -0.036072514951229095, -0.05338672921061516, 0.058015886694192886, -0.08067668974399567, 0.08080221712589264, 0.046200383454561234, -0.01894349604845047, -0.04050996154546738, -0.06894706189632416, 0.00007520728831877932, 0.033417005091905594, -0.170224130153656, -0.09320440143346786, -0.026567727327346802, -0.03035890683531761, 0.03059644065797329, 0.04346035048365593, -0.052499305456876755, -0.02872936986386776, -0.10080458223819733, 0.00041195479570887983, -0.1288490891456604, 0.07202055305242538, 0.06736303865909576, -0.0016803531907498837, -0.006887923460453749, -0.06521477550268173, 0.002074827905744314, 0.019119303673505783, -0.1079099029302597, -0.09963320940732956 ]
null
null
transformers
Named Entity Recognition (Token Classification Head) for Serbian / Croatian languges. Abbreviation|Description -|- O|Outside of a named entity B-MIS |Beginning of a miscellaneous entity right after another miscellaneous entity I-MIS | Miscellaneous entity B-PER |Beginning of a person's name right after another person's name B-DERIV-PER| Begginning derivative that describes relation to a person I-PER |Person's name B-ORG |Beginning of an organization right after another organization I-ORG |organization B-LOC |Beginning of a location right after another location I-LOC |Location
{"language": ["hr", "sr", "multilingual"], "license": "apache-2.0", "datasets": ["hr500k"], "widget": [{"text": "Moje ime je Aleksandar i zivim u Beogradu pored Vlade Republike Srbije"}]}
token-classification
Andrija/SRoBERTa-XL-NER
[ "transformers", "pytorch", "roberta", "token-classification", "hr", "sr", "multilingual", "dataset:hr500k", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "hr", "sr", "multilingual" ]
TAGS #transformers #pytorch #roberta #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
Named Entity Recognition (Token Classification Head) for Serbian / Croatian languges.
[]
[ "TAGS\n#transformers #pytorch #roberta #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 62 ]
[ "passage: TAGS\n#transformers #pytorch #roberta #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.08366859704256058, 0.10869227349758148, -0.005516380071640015, 0.061136044561862946, 0.12477051466703415, 0.03691288083791733, 0.12175776809453964, 0.12674230337142944, 0.003049373161047697, -0.07109397649765015, 0.12124678492546082, 0.2130488008260727, 0.005292007699608803, 0.05205545574426651, -0.06898508965969086, -0.23898030817508698, 0.07704480737447739, 0.03179958835244179, -0.07800697535276413, 0.08445312082767487, 0.12204882502555847, -0.02891550213098526, 0.08060874789953232, -0.013351036235690117, -0.08434251695871353, 0.024482009932398796, 0.03282242268323898, -0.09496210515499115, 0.1051923856139183, 0.04880692809820175, 0.07379377633333206, 0.03951163589954376, 0.04515368863940239, -0.1614508479833603, 0.00891411304473877, -0.0031085817608982325, -0.05529818311333656, 0.06321462243795395, 0.014074188657104969, -0.0352327786386013, 0.026374246925115585, 0.02591642178595066, -0.012508759275078773, 0.04764978960156441, -0.060385968536138535, -0.1873319149017334, -0.09215882420539856, 0.08379366248846054, 0.053441524505615234, 0.06491776555776596, 0.054472416639328, 0.1721128672361374, -0.125123530626297, 0.05794744938611984, 0.06082306429743767, -0.32854610681533813, -0.0009168214746750891, 0.08563832938671112, -0.025149796158075333, -0.0011285226792097092, -0.025695079937577248, 0.0403805673122406, 0.05404648929834366, 0.03358423709869385, -0.02555958181619644, -0.08071637153625488, -0.16543440520763397, 0.03643947094678879, -0.04044413939118385, -0.024505309760570526, 0.2697198688983917, 0.019980067387223244, 0.042124927043914795, 0.03277259320020676, -0.06690722703933716, 0.004768678918480873, -0.022909490391612053, 0.04742421209812164, 0.009986314922571182, 0.08098236471414566, 0.04034869745373726, 0.0015356744406744838, -0.122909314930439, 0.007390256971120834, -0.22288231551647186, 0.10837002843618393, 0.03653831034898758, 0.09161679446697235, -0.11380951851606369, 0.051542796194553375, 0.04866728186607361, -0.09478359669446945, -0.00111652840860188, -0.07375554740428925, 0.04103586822748184, 0.028611397370696068, -0.031302932649850845, 0.080093614757061, 0.14632421731948853, 0.206988126039505, 0.016799326986074448, 0.03014908730983734, -0.017905695363879204, 0.08388680964708328, -0.021122317761182785, 0.07045195996761322, -0.05273216590285301, -0.06971383094787598, 0.09642262011766434, -0.12133316695690155, 0.04788827896118164, -0.017999961972236633, -0.14333292841911316, -0.04969317466020584, -0.021464943885803223, 0.10020224004983902, 0.03709091246128082, 0.06035616248846054, -0.036678921431303024, 0.013179630972445011, 0.10957491397857666, -0.0685819610953331, 0.009119981899857521, -0.012494136579334736, 0.023257862776517868, 0.07960212230682373, 0.01999208703637123, 0.026023993268609047, -0.052791040390729904, 0.0568649023771286, -0.035243213176727295, -0.016995040699839592, -0.02690843865275383, -0.01129994448274374, 0.06442909687757492, -0.05720490217208862, 0.0633196011185646, -0.13565872609615326, -0.1435132920742035, 0.015288158319890499, 0.07050815969705582, -0.025633111596107483, -0.07413651794195175, 0.01594896800816059, -0.011153641156852245, 0.043640248477458954, -0.07473974674940109, 0.0015640343772247434, -0.08265271782875061, 0.030097713693976402, -0.06692945957183838, 0.02188926935195923, -0.17575201392173767, 0.04929288104176521, -0.11387353390455246, 0.00027110325754620135, -0.010293225757777691, 0.009706208482384682, -0.10358408093452454, 0.1632678210735321, -0.05515037477016449, -0.05286354944109917, -0.008552641607820988, 0.0142027847468853, -0.052786435931921005, 0.08961959928274155, -0.12294555455446243, -0.05312148854136467, 0.17697583138942719, -0.09870515018701553, -0.1509748101234436, 0.07846064120531082, 0.010008839890360832, 0.00833196472376585, 0.06080042943358421, 0.13044828176498413, 0.1035202145576477, 0.0009189099073410034, 0.06763521581888199, 0.14589892327785492, -0.07765373587608337, -0.21050964295864105, 0.05712305009365082, -0.0380433052778244, -0.08786459267139435, 0.06984089314937592, 0.0020726376678794622, 0.09824347496032715, -0.021573428064584732, -0.09142874926328659, -0.052680231630802155, -0.053704652935266495, -0.030372723937034607, 0.03686098754405975, 0.08437855541706085, -0.06040073186159134, 0.012843727134168148, -0.025235462933778763, 0.08119979500770569, 0.03634219244122505, 0.03915013372898102, -0.07632867246866226, 0.0421721450984478, 0.017667623236775398, 0.021438129246234894, -0.14731194078922272, 0.0017553460784256458, -0.018031427636742592, 0.010317287407815456, 0.02993909642100334, 0.12260559946298599, 0.042599860578775406, -0.06491800397634506, -0.03522709012031555, 0.004323923494666815, 0.1646122932434082, 0.0685003399848938, -0.010100790299475193, -0.1582505702972412, 0.05636412650346756, -0.036104876548051834, 0.05931723862886429, -0.0006351982010528445, 0.0039629521779716015, 0.025468239560723305, 0.12724074721336365, -0.029376717284321785, 0.1148722767829895, -0.04431545361876488, 0.02596643939614296, -0.07634615153074265, -0.011943811550736427, 0.09440980106592178, 0.022629767656326294, -0.05214717984199524, 0.15119433403015137, 0.01000207383185625, 0.24010497331619263, 0.18563377857208252, -0.14048655331134796, 0.03993140533566475, 0.012029952369630337, -0.01067054271697998, -0.011955736204981804, 0.02579682134091854, 0.0695076659321785, -0.02274511009454727, 0.0141339972615242, 0.1375288963317871, -0.016891323029994965, -0.006667556706815958, -0.01175603922456503, -0.06697539985179901, -0.01305687241256237, 0.07067076861858368, 0.1487572342157364, -0.243509903550148, 0.19039975106716156, 0.22147496044635773, -0.01366329938173294, 0.06998845934867859, -0.07397668808698654, 0.015497424639761448, 0.025253256782889366, -0.055064622312784195, -0.04570464789867401, 0.0402057021856308, -0.1079293042421341, 0.006808261852711439, 0.0983223170042038, 0.042163167148828506, 0.028878649696707726, -0.13430151343345642, -0.0369577594101429, -0.036122143268585205, -0.0049687717109918594, -0.03759711608290672, 0.061286263167858124, 0.005771144293248653, 0.08494140207767487, -0.03415796160697937, -0.12281566858291626, 0.11608456820249557, -0.0010357539867982268, -0.04368874058127403, 0.1650812178850174, -0.17836590111255646, -0.2140127271413803, -0.14487606287002563, -0.14474709331989288, -0.06594300270080566, 0.0016104106325656176, 0.10714421421289444, -0.078468918800354, -0.0690697506070137, 0.03966165706515312, -0.046378035098314285, -0.012017141096293926, 0.008769916370511055, -0.019012197852134705, 0.07551274448633194, 0.00008680637256475165, -0.1047658920288086, -0.049000732600688934, 0.013270460069179535, 0.005652033258229494, 0.10255404561758041, -0.06557867676019669, 0.06417739391326904, 0.09488414227962494, 0.019674520939588547, 0.032071176916360855, -0.012429466471076012, 0.11989656090736389, -0.030698249116539955, 0.006452339235693216, 0.1633651852607727, 0.010788185521960258, 0.06617499142885208, 0.18707650899887085, 0.06382057070732117, -0.04276595264673233, -0.014638537541031837, -0.032362792640924454, -0.059270888566970825, -0.25445520877838135, -0.12615402042865753, -0.11312949657440186, 0.02618924342095852, 0.031260907649993896, 0.07845984399318695, 0.03512042760848999, 0.09280949085950851, -0.011139314621686935, 0.026824159547686577, -0.0433814637362957, 0.034715138375759125, 0.262712299823761, 0.0017110583139583468, 0.10806343704462051, -0.12301943451166153, -0.07217444479465485, 0.11358917504549026, 0.10082583874464035, 0.13712020218372345, 0.0918283611536026, 0.005818882957100868, 0.0685603991150856, 0.21984978020191193, 0.07686225324869156, 0.12265248596668243, 0.0630863755941391, -0.015514588914811611, -0.02813064306974411, 0.01675485447049141, -0.040870551019907, 0.03291641175746918, 0.009277393110096455, -0.1180586963891983, 0.013301050290465355, -0.06269150227308273, 0.05999316647648811, 0.22117510437965393, 0.05338336527347565, -0.15558664500713348, 0.010481675155460835, 0.08036496490240097, -0.010153316892683506, -0.05763822793960571, 0.10021133720874786, -0.08116871118545532, -0.12391196191310883, 0.1348947286605835, -0.014884306117892265, 0.11764837056398392, -0.04516138136386871, 0.03377184271812439, 0.000037919391616014764, -0.07552739977836609, 0.07067768275737762, 0.1539694368839264, -0.27560895681381226, 0.2426580935716629, -0.01401317398995161, -0.047123391181230545, -0.07998032122850418, -0.0016202256083488464, 0.05679970607161522, 0.22124536335468292, 0.08821351081132889, 0.037445396184921265, -0.13729248940944672, -0.06546133011579514, -0.04514247551560402, 0.038948774337768555, -0.004146129358559847, 0.0364401713013649, -0.05371657386422157, -0.06445781886577606, -0.023609723895788193, -0.0039683072827756405, -0.031297147274017334, -0.05003068596124649, -0.16281859576702118, 0.04326963797211647, 0.09543675184249878, 0.008140641264617443, -0.042749855667352676, -0.04294184595346451, -0.10891236364841461, 0.16665731370449066, -0.05932074040174484, -0.06191315874457359, -0.09783149510622025, -0.07876797020435333, 0.08743804693222046, -0.09514958411455154, 0.04445976763963699, -0.07930244505405426, -0.022844213992357254, -0.010583312250673771, -0.18335409462451935, 0.09755569696426392, -0.13033758103847504, -0.020740598440170288, -0.03854766860604286, 0.09379240870475769, -0.09175313264131546, 0.015094919130206108, 0.023503899574279785, -0.0024907710030674934, -0.09466539323329926, -0.12081516534090042, -0.01205731276422739, 0.0021544229239225388, 0.06479565799236298, 0.02731536328792572, -0.09598733484745026, -0.08460074663162231, 0.02279987558722496, -0.06639496237039566, 0.21485726535320282, 0.1794418841600418, -0.08945921808481216, 0.13154670596122742, 0.17748364806175232, -0.05344740301370621, -0.31622597575187683, -0.15545649826526642, -0.14579413831233978, -0.05618251860141754, -0.021898861974477768, -0.12635061144828796, 0.14756526052951813, 0.03863636031746864, -0.08304404467344284, 0.017603719606995583, -0.13373969495296478, -0.07216346263885498, 0.24526946246623993, -0.02964613027870655, 0.30621153116226196, -0.1022643893957138, -0.07113103568553925, -0.12567685544490814, -0.1874345988035202, 0.11794538050889969, -0.08613631129264832, 0.06744395941495895, -0.03541531413793564, 0.04650908708572388, -0.025482257828116417, -0.04398801550269127, 0.1234334334731102, 0.017572609707713127, 0.029300451278686523, -0.09998736530542374, 0.013206202536821365, 0.0896177887916565, 0.0029156708624213934, 0.04987604171037674, -0.07572853565216064, 0.035991229116916656, -0.0780555009841919, -0.009055822156369686, -0.06032498925924301, 0.07076084613800049, 0.01702517829835415, -0.0453372597694397, -0.040612637996673584, 0.005692794919013977, 0.009327433072030544, -0.02978917956352234, 0.23692619800567627, 0.06539376080036163, 0.02499624714255333, 0.09733318537473679, 0.08130239695310593, -0.17826920747756958, 0.026089631021022797, -0.11401893198490143, -0.08156473189592361, 0.03924470767378807, -0.10888124257326126, 0.05264091491699219, 0.10172164440155029, -0.05399544537067413, 0.055097464472055435, 0.06868279725313187, 0.031093724071979523, -0.04051538184285164, 0.15389105677604675, -0.1124231144785881, -0.025557871907949448, 0.013016427867114544, 0.009808841161429882, 0.0629618763923645, 0.10005448758602142, 0.11715047806501389, 0.019124357029795647, -0.044501032680273056, 0.01719379797577858, 0.033694781363010406, -0.08716857433319092, 0.08222600072622299, 0.08393391221761703, 0.004325925372540951, -0.15757542848587036, 0.11362063884735107, 0.00976424291729927, -0.08790690451860428, -0.039202652871608734, 0.06274877488613129, -0.17060448229312897, -0.13307233154773712, 0.05419227480888367, 0.08171279728412628, -0.19559939205646515, -0.11576797068119049, -0.05599244683980942, -0.1528068631887436, 0.0527605265378952, 0.030463550239801407, 0.11352089792490005, 0.06660766899585724, -0.04227403923869133, -0.09018338471651077, 0.03479163348674774, 0.0003502996696624905, -0.010571703314781189, 0.03491520881652832, -0.15151923894882202, -0.07296521961688995, -0.0031467026565223932, 0.13101574778556824, -0.04391271993517876, -0.01159912720322609, -0.09803943336009979, 0.04157744720578194, -0.19113557040691376, -0.030470341444015503, -0.0883377194404602, 0.015666941180825233, 0.029691604897379875, -0.11920368671417236, -0.04119061306118965, 0.009792499244213104, -0.12551596760749817, -0.002516228472813964, -0.005292708054184914, 0.08372743427753448, -0.09214639663696289, -0.034342676401138306, 0.09011493623256683, -0.008105495944619179, 0.09216760098934174, 0.09885170310735703, -0.06868098676204681, 0.10562292486429214, -0.08543108403682709, -0.1296602487564087, 0.0852818638086319, 0.06837675720453262, 0.081862673163414, -0.0016618892550468445, 0.0058953664265573025, 0.13453562557697296, 0.023852936923503876, 0.04994203522801399, 0.053549643605947495, -0.1069076657295227, -0.020823756232857704, -0.0788276419043541, -0.13165754079818726, -0.021075578406453133, -0.06060696393251419, 0.14598342776298523, 0.02504737861454487, 0.1883234679698944, -0.014967303723096848, 0.01040008943527937, -0.052547067403793335, 0.013168230652809143, -0.03887934982776642, -0.1638915240764618, -0.12037917971611023, -0.06838059425354004, -0.01602199301123619, -0.004395877011120319, 0.26567453145980835, 0.018348827958106995, -0.04200353845953941, 0.04274783283472061, 0.07078832387924194, -0.03709143400192261, 0.012924982234835625, 0.19935090839862823, 0.06520610302686691, 0.0013535207835957408, -0.06783875823020935, 0.012509088031947613, 0.0034135717432945967, -0.02699285000562668, 0.07419001311063766, 0.09161750972270966, 0.08061308413743973, 0.04394004866480827, 0.04348506033420563, -0.009051693603396416, -0.08861888945102692, -0.09074031561613083, -0.003620138159021735, 0.056986354291439056, 0.002813044935464859, 0.09751734882593155, 0.09858055412769318, -0.0556822344660759, 0.02417386695742607, -0.07497160881757736, -0.029007794335484505, -0.18766848742961884, -0.12122668325901031, -0.09674340486526489, -0.14854548871517181, 0.016170475631952286, -0.042842838913202286, 0.0170501209795475, 0.14108416438102722, 0.06353175640106201, -0.04370177909731865, -0.01740385591983795, -0.06601063907146454, -0.023840874433517456, -0.013193647377192974, 0.003020952455699444, -0.023148538544774055, -0.004498395137488842, -0.024828579276800156, -0.10349874198436737, -0.027637429535388947, -0.04701307788491249, 0.009477985091507435, -0.03383403643965721, 0.05587633699178696, -0.10783897340297699, -0.04638209566473961, -0.05181976780295372, 0.03270808234810829, 0.014648359268903732, 0.14934532344341278, 0.018948756158351898, 0.04132404923439026, 0.09125541150569916, 0.18204906582832336, -0.07305034250020981, -0.18340373039245605, -0.08519169688224792, 0.17070725560188293, 0.04598908871412277, 0.06480561196804047, 0.017130663618445396, 0.007311038672924042, -0.03802132606506348, 0.28422877192497253, 0.29740381240844727, -0.0591047964990139, 0.024352597072720528, 0.006957539822906256, 0.006377165671437979, 0.027703365311026573, 0.10716842114925385, 0.12953998148441315, 0.12093281745910645, -0.08032464981079102, -0.04723559319972992, -0.055274009704589844, -0.005335054360330105, -0.15001146495342255, 0.06701497733592987, -0.03133171424269676, -0.0821990966796875, -0.01201535016298294, 0.10596675425767899, -0.08645138889551163, 0.05600019544363022, 0.028033500537276268, -0.09722083806991577, -0.07327848672866821, -0.015202516689896584, 0.13541695475578308, 0.04286341369152069, 0.003567188512533903, -0.050321996212005615, -0.02412840723991394, 0.12740449607372284, -0.005003003403544426, -0.21880750358104706, -0.07250475138425827, 0.08697427809238434, -0.024768264964222908, 0.09642785787582397, -0.004877857398241758, 0.07337658852338791, 0.1061391681432724, 0.06872814148664474, -0.08331131935119629, 0.07803945243358612, 0.00033251309650950134, -0.025880737230181694, 0.028361748903989792, -0.09711886942386627, -0.02740178443491459, -0.06152976676821709, 0.03196309506893158, -0.03976624459028244, 0.04489065706729889, 0.03735694661736488, -0.036072514951229095, -0.05338672921061516, 0.058015886694192886, -0.08067668974399567, 0.08080221712589264, 0.046200383454561234, -0.01894349604845047, -0.04050996154546738, -0.06894706189632416, 0.00007520728831877932, 0.033417005091905594, -0.170224130153656, -0.09320440143346786, -0.026567727327346802, -0.03035890683531761, 0.03059644065797329, 0.04346035048365593, -0.052499305456876755, -0.02872936986386776, -0.10080458223819733, 0.00041195479570887983, -0.1288490891456604, 0.07202055305242538, 0.06736303865909576, -0.0016803531907498837, -0.006887923460453749, -0.06521477550268173, 0.002074827905744314, 0.019119303673505783, -0.1079099029302597, -0.09963320940732956 ]
null
null
transformers
# Transformer language model for Croatian and Serbian Trained on 28GB datasets that contain Croatian and Serbian language for one epochs (3 mil. steps). Leipzig Corpus, OSCAR, srWac, hrWac, cc100-hr and cc100-sr datasets | Model | #params | Arch. | Training data | |--------------------------------|--------------------------------|-------|-----------------------------------| | `Andrija/SRoBERTa-XL` | 80M | Forth | Leipzig Corpus, OSCAR, srWac, hrWac, cc100-hr and cc100-sr (28 GB of text) |
{"language": ["hr", "sr", "multilingual"], "license": "apache-2.0", "tags": ["masked-lm"], "datasets": ["oscar", "srwac", "leipzig", "cc100", "hrwac"], "widget": [{"text": "Ovo je po\u010detak <mask>."}]}
fill-mask
Andrija/SRoBERTa-XL
[ "transformers", "pytorch", "roberta", "fill-mask", "masked-lm", "hr", "sr", "multilingual", "dataset:oscar", "dataset:srwac", "dataset:leipzig", "dataset:cc100", "dataset:hrwac", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "hr", "sr", "multilingual" ]
TAGS #transformers #pytorch #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-oscar #dataset-srwac #dataset-leipzig #dataset-cc100 #dataset-hrwac #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
Transformer language model for Croatian and Serbian =================================================== Trained on 28GB datasets that contain Croatian and Serbian language for one epochs (3 mil. steps). Leipzig Corpus, OSCAR, srWac, hrWac, cc100-hr and cc100-sr datasets
[]
[ "TAGS\n#transformers #pytorch #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-oscar #dataset-srwac #dataset-leipzig #dataset-cc100 #dataset-hrwac #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 92 ]
[ "passage: TAGS\n#transformers #pytorch #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-oscar #dataset-srwac #dataset-leipzig #dataset-cc100 #dataset-hrwac #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.12945911288261414, 0.1681143045425415, -0.004363401792943478, 0.10039868205785751, 0.09462038427591324, 0.05851498246192932, 0.13595275580883026, 0.1007656678557396, 0.039781536906957626, -0.06299886107444763, 0.1612124890089035, 0.13867789506912231, 0.020428461953997612, 0.10429195314645767, -0.05238496884703636, -0.18784745037555695, 0.04883301630616188, -0.008710802532732487, -0.13160927593708038, 0.08693397045135498, 0.10683128982782364, -0.05175640061497688, 0.08660748600959778, -0.041935618966817856, -0.05775701627135277, 0.012232422828674316, 0.04151637852191925, -0.07950835675001144, 0.10812155157327652, 0.03964775428175926, 0.08186909556388855, 0.06890173256397247, 0.06511210650205612, -0.10532640665769577, 0.035974033176898956, -0.010652330704033375, -0.04957536980509758, 0.06314346939325333, -0.047698866575956345, -0.05510573089122772, 0.030359165742993355, -0.028845079243183136, -0.005225402768701315, 0.03890585899353027, -0.0722074881196022, -0.18219538033008575, -0.07851936668157578, 0.06735802441835403, -0.017979415133595467, 0.07129443436861038, 0.026174558326601982, 0.15975040197372437, -0.10984426736831665, 0.057585299015045166, 0.07416770607233047, -0.29352664947509766, -0.013360567390918732, 0.05360798537731171, 0.011737487278878689, -0.046497225761413574, -0.021451687440276146, 0.07285306602716446, 0.038847941905260086, 0.029742291197180748, 0.021195150911808014, -0.07799100130796432, -0.14709383249282837, 0.03598836064338684, -0.042431991547346115, -0.02776232361793518, 0.2890605330467224, 0.02081424929201603, 0.02642403356730938, 0.027300911024212837, -0.06242600083351135, -0.0259848665446043, -0.0035437550395727158, 0.08395856618881226, 0.008980987593531609, 0.02072271890938282, -0.05949078127741814, 0.008141043595969677, -0.11165601760149002, 0.009001675993204117, -0.18338774144649506, 0.10050592571496964, 0.023235224187374115, 0.09635350853204727, -0.11511462926864624, 0.04743316397070885, 0.08381957560777664, -0.1227002665400505, 0.017273036763072014, -0.07353825867176056, 0.0027569488156586885, 0.07366844266653061, -0.040076326578855515, 0.0658019557595253, 0.12428382784128189, 0.20493465662002563, 0.008755353279411793, 0.006472497712820768, 0.036503713577985764, 0.09417173266410828, 0.008700576610863209, 0.030407123267650604, -0.11547290533781052, -0.07609979808330536, 0.07937613129615784, -0.07591653615236282, 0.08247368782758713, -0.025998229160904884, -0.092401884496212, -0.04067511484026909, -0.06978821754455566, 0.07151992619037628, 0.06428321450948715, 0.08301938325166702, -0.11043211072683334, 0.02634143829345703, 0.10615871101617813, -0.07351692765951157, -0.016198890283703804, -0.00720936106517911, -0.00939242634922266, 0.04264725372195244, 0.05507321655750275, 0.02046259120106697, 0.009447277523577213, 0.07579907029867172, -0.08262454718351364, -0.027335146442055702, -0.016740424558520317, -0.03519020974636078, 0.09054508805274963, -0.05994732305407524, 0.04669063165783882, -0.11178255826234818, -0.1469782441854477, 0.020851366221904755, 0.08107830584049225, -0.016745923087000847, -0.03274162486195564, 0.004583737347275019, -0.011723149567842484, 0.049531057476997375, -0.048905059695243835, 0.01587361842393875, -0.07702166587114334, 0.052044883370399475, -0.07147996127605438, 0.11184036731719971, -0.17190466821193695, 0.01760990545153618, -0.09879555553197861, 0.004634123761206865, -0.06160176917910576, 0.007164871785789728, -0.11191734671592712, 0.1380910724401474, -0.03136157989501953, -0.05244070291519165, -0.010851002298295498, 0.031172608956694603, -0.0143438084051013, 0.18200771510601044, -0.17729894816875458, -0.06007890775799751, 0.2151561975479126, -0.08307676017284393, -0.14629390835762024, 0.1070324257016182, -0.03044726699590683, -0.028704004362225533, 0.04703858494758606, 0.11892938613891602, -0.004471936728805304, -0.10750765353441238, -0.012227375991642475, 0.09695883840322495, -0.0476449616253376, -0.15475614368915558, 0.11242043972015381, 0.015387293882668018, -0.03930506855249405, 0.04771570488810539, 0.021113311871886253, 0.09150892496109009, -0.05979391932487488, -0.10640551894903183, -0.026658037677407265, -0.08338847756385803, 0.023584192618727684, 0.0266704261302948, 0.045970618724823, -0.0781325101852417, -0.033389847725629807, -0.0967942476272583, 0.1018853485584259, 0.023390771821141243, 0.05240366980433464, -0.11404991149902344, 0.03573349118232727, 0.011303122155368328, -0.006688760593533516, -0.11098135262727737, -0.017908023670315742, -0.05173260346055031, 0.0817655399441719, 0.01739840768277645, 0.06818785518407822, 0.0560370497405529, -0.04409080371260643, -0.06766662746667862, 0.006813941989094019, 0.11103431135416031, 0.04064062610268593, 0.023709462955594063, -0.22558392584323883, 0.03445546701550484, -0.04775384068489075, 0.1786251813173294, -0.011000162921845913, -0.0051052323542535305, 0.006824488285928965, 0.14669500291347504, -0.007996801286935806, 0.04314035177230835, -0.004893204662948847, 0.011348397471010685, -0.04119295999407768, -0.010726881213486195, 0.07629616558551788, 0.018156936392188072, -0.09572424739599228, 0.16535638272762299, 0.02669133059680462, 0.18703044950962067, 0.16304226219654083, -0.11712219566106796, 0.01009264588356018, 0.07254792749881744, -0.003767090616747737, 0.0022701884154230356, 0.04330161213874817, 0.042095452547073364, -0.02869327925145626, -0.013049178756773472, 0.10463491082191467, -0.02450084686279297, 0.015275068581104279, -0.004145581740885973, -0.08424065262079239, -0.04179515317082405, 0.09801369160413742, 0.14438696205615997, -0.18730537593364716, 0.17699581384658813, 0.16593192517757416, -0.0050553143955767155, 0.15137772262096405, -0.02786468155682087, 0.0017677127616479993, -0.022494778037071228, -0.09357938915491104, -0.031699638813734055, 0.1400967836380005, -0.07763925939798355, 0.008850920014083385, 0.08884134143590927, -0.04641186073422432, 0.020031657069921494, -0.12498593330383301, -0.09303814172744751, -0.03700609132647514, -0.0027071975637227297, -0.12373612076044083, 0.08526977151632309, -0.0200027022510767, 0.09789827466011047, -0.03311343118548393, -0.0920608639717102, 0.09731686115264893, -0.025022409856319427, -0.03656936064362526, 0.16470852494239807, -0.182097390294075, -0.2575567066669464, -0.10492509603500366, -0.12249776721000671, -0.04051956534385681, -0.0018523061880841851, 0.0669635534286499, -0.0682474747300148, -0.05950324609875679, 0.046174000948667526, -0.05786962807178497, -0.005721962545067072, 0.004693619441241026, 0.04144037887454033, 0.016023365780711174, -0.009159722365438938, -0.08844663947820663, -0.04088246822357178, 0.00995404738932848, 0.017237676307559013, 0.15928268432617188, -0.05263211205601692, 0.09275612235069275, 0.05127348378300667, 0.04701146110892296, 0.03191778063774109, -0.0009434716776013374, 0.1260826587677002, -0.056839942932128906, -0.0033897224348038435, 0.12206254154443741, 0.013225286267697811, 0.04674262925982475, 0.18182237446308136, 0.06249956414103508, -0.03658653795719147, -0.015539027750492096, -0.053075093775987625, -0.07080454379320145, -0.24017798900604248, -0.1447838842868805, -0.09334758669137955, 0.037596672773361206, -0.012240055948495865, 0.039308156818151474, -0.02096235752105713, 0.08655887097120285, -0.022928200662136078, -0.04520131275057793, -0.06274131685495377, -0.016852403059601784, 0.1485174596309662, -0.0018595904111862183, 0.09747455269098282, -0.10363161563873291, -0.05757546424865723, 0.11656265705823898, 0.03958171233534813, 0.11106806248426437, 0.026477152481675148, -0.010857966728508472, 0.06986791640520096, 0.19791992008686066, 0.0593888945877552, 0.10874155908823013, 0.08416453003883362, -0.03128620982170105, -0.015932591632008553, -0.003610268933698535, -0.0408841110765934, 0.037704866379499435, 0.034243326634168625, -0.10514654964208603, 0.009806367568671703, -0.0013951858272776008, 0.06944625824689865, 0.1954258531332016, 0.09094098210334778, -0.21085225045681, -0.0057559567503631115, 0.06982677429914474, 0.049096882343292236, -0.027122920379042625, 0.04724430665373802, 0.026281088590621948, -0.1053854450583458, 0.1667790412902832, -0.005807694513350725, 0.06077108904719353, -0.030463794246315956, 0.025615893304347992, -0.006465129554271698, -0.04728395864367485, 0.03379591181874275, 0.10398969054222107, -0.2860700190067291, 0.25285109877586365, -0.0029427080880850554, -0.0469612181186676, -0.08764427155256271, -0.033214159309864044, 0.05888533592224121, 0.1620861440896988, 0.17558974027633667, 0.061713870614767075, -0.005331477615982294, -0.029057910665869713, -0.0898316279053688, 0.06777447462081909, -0.0028981557115912437, 0.017144624143838882, -0.0331256166100502, -0.010109994560480118, -0.053504884243011475, 0.00838035624474287, 0.05684325471520424, -0.06300021708011627, -0.13795046508312225, 0.040363799780607224, 0.13738514482975006, -0.036141522228717804, -0.049223944544792175, -0.09002837538719177, -0.09063146263360977, 0.1268770545721054, -0.006251336541026831, -0.05233554169535637, -0.099947489798069, -0.05735354498028755, 0.10794878005981445, -0.09600979089736938, 0.047225188463926315, -0.054856251925230026, -0.031800527125597, -0.03978971764445305, -0.14965704083442688, 0.13685078918933868, -0.12608902156352997, -0.03503474220633507, -0.07052261382341385, 0.0711502879858017, -0.03552060201764107, 0.0685199424624443, -0.011479347944259644, 0.017094366252422333, -0.08605163544416428, -0.08375848084688187, 0.006625480949878693, -0.005380172282457352, 0.10401183366775513, 0.08945870399475098, -0.09237290173768997, -0.1382244974374771, 0.0418136864900589, -0.07178299874067307, 0.18793167173862457, 0.254497766494751, -0.1019713506102562, 0.14096295833587646, 0.15557779371738434, -0.012263834476470947, -0.388675719499588, -0.1203216016292572, -0.1379963606595993, 0.004798326175659895, 0.017456427216529846, -0.15740369260311127, 0.07774970680475235, 0.011372766457498074, -0.08455894142389297, 0.0716005191206932, -0.1457267552614212, -0.07692721486091614, 0.19373005628585815, -0.023656288161873817, 0.33865979313850403, -0.08261329680681229, -0.04094022139906883, -0.1313210278749466, -0.17254452407360077, 0.11362452059984207, -0.09588953852653503, 0.09142204374074936, -0.01596008613705635, 0.019470972940325737, -0.03045564331114292, -0.06577441096305847, 0.12062238901853561, 0.0065353307873010635, 0.019356681033968925, -0.06799264997243881, -0.006935692857950926, 0.12630398571491241, 0.019575241953134537, 0.0348396897315979, -0.0957769826054573, 0.028127945959568024, -0.07682055979967117, -0.003256642958149314, -0.09670154005289078, 0.056948378682136536, 0.0055778068490326405, -0.04487807676196098, -0.04330376908183098, 0.051370713859796524, 0.028464460745453835, -0.029601773247122765, 0.13545812666416168, 0.03075540065765381, 0.001809994108043611, 0.029749169945716858, 0.07814619690179825, -0.1222330704331398, 0.03909977525472641, -0.08767630904912949, -0.07620459049940109, 0.05428072437644005, -0.11514577269554138, 0.028907006606459618, 0.10096479207277298, -0.018075773492455482, 0.07373076677322388, 0.055533260107040405, -0.004282081034034491, -0.020056186243891716, 0.18351273238658905, -0.1621328592300415, 0.033544983714818954, 0.00693921186029911, -0.05311615765094757, 0.06343855708837509, 0.06986687332391739, 0.1075262501835823, 0.0016706498572602868, -0.031000005081295967, -0.0024806975852698088, 0.0593060739338398, -0.07735820859670639, 0.09653154760599136, 0.09684321284294128, 0.015543374232947826, -0.16420821845531464, 0.12997563183307648, -0.0395708791911602, -0.09701857715845108, -0.0036150545347481966, 0.04728861153125763, -0.14139313995838165, -0.11105453222990036, -0.010178075172007084, 0.07148067653179169, -0.15367189049720764, -0.09573543816804886, -0.08271810412406921, -0.11148416996002197, 0.030928535386919975, 0.06090825796127319, 0.08061622083187103, 0.062268972396850586, 0.0001279609277844429, -0.0980386808514595, 0.0287088081240654, 0.030078068375587463, 0.035303935408592224, -0.004443600308150053, -0.08994760364294052, -0.02503683604300022, -0.02071966417133808, 0.1447186917066574, -0.06365974992513657, 0.031091779470443726, -0.08891332149505615, 0.03470577299594879, -0.16160982847213745, -0.054621901363134384, -0.062286391854286194, -0.029094494879245758, -0.0028895149007439613, -0.10997899621725082, -0.044619422405958176, -0.014499549753963947, -0.11302722245454788, 0.007889571599662304, 0.00905300211161375, 0.04277646169066429, -0.11076407879590988, -0.0523858368396759, 0.09129571169614792, -0.030805086717009544, 0.10326886177062988, 0.11795515567064285, -0.08028554916381836, 0.07777958363294601, -0.1191302165389061, -0.11925937980413437, 0.05821628496050835, 0.04279634356498718, 0.08443982154130936, 0.03355105221271515, -0.007265863940119743, 0.09336868673563004, 0.03856901824474335, 0.04865932837128639, 0.06339167803525925, -0.07203308492898941, 0.01004638522863388, -0.02579664997756481, -0.08265959471464157, -0.026285333558917046, -0.050090089440345764, 0.13314472138881683, 0.0365307591855526, 0.14728477597236633, -0.03246082738041878, 0.01844976842403412, -0.0712684914469719, 0.017146099358797073, -0.03198841214179993, -0.12619780004024506, -0.08645222336053848, -0.011854457668960094, 0.02534572035074234, -0.030678167939186096, 0.26885369420051575, -0.02407838962972164, -0.13104784488677979, 0.02711423672735691, 0.11273769289255142, -0.04142380878329277, 0.009082991629838943, 0.13974273204803467, 0.036845579743385315, -0.006133366376161575, -0.05414322018623352, 0.029113808646798134, 0.05269695445895195, 0.0811176672577858, 0.0924743041396141, 0.08509889245033264, 0.19213853776454926, 0.045369651168584824, 0.032132428139448166, -0.00147915945854038, -0.0015870295464992523, -0.08378114551305771, -0.06159963086247444, 0.05622819438576698, 0.013967476785182953, 0.05910487845540047, 0.08371460437774658, -0.0548497699201107, 0.02392938733100891, -0.07581377029418945, -0.034153059124946594, -0.1547105759382248, -0.13124114274978638, -0.08597883582115173, -0.08647817373275757, 0.030877530574798584, -0.05867128074169159, 0.010446053929626942, 0.187215194106102, 0.07375308871269226, -0.04035617783665657, 0.04521065577864647, -0.0686006024479866, 0.003986748401075602, 0.03741428628563881, 0.039100561290979385, -0.0220001433044672, 0.03370516374707222, -0.03224747255444527, -0.06293949484825134, 0.0249149352312088, -0.02054681070148945, 0.006250395905226469, -0.03497986122965813, 0.08863597363233566, -0.06039862707257271, -0.0805097445845604, -0.08770262449979782, 0.026510590687394142, 0.04976731166243553, 0.12513016164302826, 0.0159026850014925, 0.07631093263626099, 0.07513997703790665, 0.16862809658050537, -0.07616984099149704, -0.14733682572841644, -0.11983349174261093, 0.06032884120941162, -0.021223708987236023, 0.03824654221534729, 0.021788356825709343, -0.02403946965932846, -0.05018102005124092, 0.25837019085884094, 0.38735154271125793, -0.1172509714961052, 0.035540953278541565, -0.008178677409887314, 0.02513589709997177, -0.013289269059896469, 0.07081418484449387, 0.08961666375398636, 0.1441829800605774, -0.08932796865701675, -0.06173684820532799, -0.07978566735982895, -0.019143855199217796, -0.09404665231704712, 0.017187148332595825, -0.027605386450886726, -0.07317723333835602, -0.029881807044148445, 0.08640339970588684, -0.12768195569515228, -0.057382356375455856, 0.05817799270153046, -0.14484679698944092, -0.07640177011489868, -0.029717886820435524, 0.0982445552945137, 0.10715747624635696, 0.0349813811480999, -0.042013272643089294, -0.009202368557453156, 0.09278064221143723, 0.017268501222133636, -0.20567841827869415, -0.06605762988328934, 0.09499742835760117, -0.037644051015377045, 0.1323304921388626, -0.00949204619973898, 0.08866458386182785, 0.09160333126783371, 0.04229769483208656, -0.058968063443899155, 0.06051235273480415, 0.01747640036046505, -0.03953167051076889, -0.035164859145879745, -0.04680339992046356, -0.039666492491960526, -0.041395965963602066, 0.03498668223619461, 0.030037356540560722, 0.04592641070485115, 0.033410437405109406, -0.02174798958003521, -0.05722270905971527, 0.08163774758577347, -0.08436859399080276, 0.08344275504350662, 0.06803284585475922, -0.021093716844916344, -0.021971017122268677, -0.056377917528152466, -0.01200016587972641, 0.051756251603364944, -0.16020400822162628, -0.07563338428735733, -0.05629439279437065, -0.021483847871422768, -0.03697332367300987, 0.07058028876781464, -0.13513408601284027, 0.0036211658734828234, -0.1529603898525238, -0.014710534363985062, -0.09045840054750443, 0.0365421436727047, 0.0569910891354084, 0.023105613887310028, -0.008178756572306156, 0.023786703124642372, 0.04359102621674538, 0.013011920265853405, -0.12209299206733704, -0.10662832111120224 ]
null
null
transformers
Named Entity Recognition (Token Classification Head) for Serbian / Croatian languges. Abbreviation|Description -|- O|Outside of a named entity B-MIS |Beginning of a miscellaneous entity right after another miscellaneous entity I-MIS | Miscellaneous entity B-PER |Beginning of a person’s name right after another person’s name B-DERIV-PER| Begginning derivative that describes relation to a person I-PER |Person’s name B-ORG |Beginning of an organization right after another organization I-ORG |organization B-LOC |Beginning of a location right after another location I-LOC |Location
{"language": ["hr", "sr", "multilingual"], "license": "apache-2.0", "datasets": ["hr500k"], "widget": [{"text": "Moje ime je Aleksandar i zivim u Beogradu pored Vlade Republike Srbije"}]}
token-classification
Andrija/SRoBERTa-base-NER
[ "transformers", "pytorch", "roberta", "token-classification", "hr", "sr", "multilingual", "dataset:hr500k", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "hr", "sr", "multilingual" ]
TAGS #transformers #pytorch #roberta #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
Named Entity Recognition (Token Classification Head) for Serbian / Croatian languges.
[]
[ "TAGS\n#transformers #pytorch #roberta #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 62 ]
[ "passage: TAGS\n#transformers #pytorch #roberta #token-classification #hr #sr #multilingual #dataset-hr500k #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.08366859704256058, 0.10869227349758148, -0.005516380071640015, 0.061136044561862946, 0.12477051466703415, 0.03691288083791733, 0.12175776809453964, 0.12674230337142944, 0.003049373161047697, -0.07109397649765015, 0.12124678492546082, 0.2130488008260727, 0.005292007699608803, 0.05205545574426651, -0.06898508965969086, -0.23898030817508698, 0.07704480737447739, 0.03179958835244179, -0.07800697535276413, 0.08445312082767487, 0.12204882502555847, -0.02891550213098526, 0.08060874789953232, -0.013351036235690117, -0.08434251695871353, 0.024482009932398796, 0.03282242268323898, -0.09496210515499115, 0.1051923856139183, 0.04880692809820175, 0.07379377633333206, 0.03951163589954376, 0.04515368863940239, -0.1614508479833603, 0.00891411304473877, -0.0031085817608982325, -0.05529818311333656, 0.06321462243795395, 0.014074188657104969, -0.0352327786386013, 0.026374246925115585, 0.02591642178595066, -0.012508759275078773, 0.04764978960156441, -0.060385968536138535, -0.1873319149017334, -0.09215882420539856, 0.08379366248846054, 0.053441524505615234, 0.06491776555776596, 0.054472416639328, 0.1721128672361374, -0.125123530626297, 0.05794744938611984, 0.06082306429743767, -0.32854610681533813, -0.0009168214746750891, 0.08563832938671112, -0.025149796158075333, -0.0011285226792097092, -0.025695079937577248, 0.0403805673122406, 0.05404648929834366, 0.03358423709869385, -0.02555958181619644, -0.08071637153625488, -0.16543440520763397, 0.03643947094678879, -0.04044413939118385, -0.024505309760570526, 0.2697198688983917, 0.019980067387223244, 0.042124927043914795, 0.03277259320020676, -0.06690722703933716, 0.004768678918480873, -0.022909490391612053, 0.04742421209812164, 0.009986314922571182, 0.08098236471414566, 0.04034869745373726, 0.0015356744406744838, -0.122909314930439, 0.007390256971120834, -0.22288231551647186, 0.10837002843618393, 0.03653831034898758, 0.09161679446697235, -0.11380951851606369, 0.051542796194553375, 0.04866728186607361, -0.09478359669446945, -0.00111652840860188, -0.07375554740428925, 0.04103586822748184, 0.028611397370696068, -0.031302932649850845, 0.080093614757061, 0.14632421731948853, 0.206988126039505, 0.016799326986074448, 0.03014908730983734, -0.017905695363879204, 0.08388680964708328, -0.021122317761182785, 0.07045195996761322, -0.05273216590285301, -0.06971383094787598, 0.09642262011766434, -0.12133316695690155, 0.04788827896118164, -0.017999961972236633, -0.14333292841911316, -0.04969317466020584, -0.021464943885803223, 0.10020224004983902, 0.03709091246128082, 0.06035616248846054, -0.036678921431303024, 0.013179630972445011, 0.10957491397857666, -0.0685819610953331, 0.009119981899857521, -0.012494136579334736, 0.023257862776517868, 0.07960212230682373, 0.01999208703637123, 0.026023993268609047, -0.052791040390729904, 0.0568649023771286, -0.035243213176727295, -0.016995040699839592, -0.02690843865275383, -0.01129994448274374, 0.06442909687757492, -0.05720490217208862, 0.0633196011185646, -0.13565872609615326, -0.1435132920742035, 0.015288158319890499, 0.07050815969705582, -0.025633111596107483, -0.07413651794195175, 0.01594896800816059, -0.011153641156852245, 0.043640248477458954, -0.07473974674940109, 0.0015640343772247434, -0.08265271782875061, 0.030097713693976402, -0.06692945957183838, 0.02188926935195923, -0.17575201392173767, 0.04929288104176521, -0.11387353390455246, 0.00027110325754620135, -0.010293225757777691, 0.009706208482384682, -0.10358408093452454, 0.1632678210735321, -0.05515037477016449, -0.05286354944109917, -0.008552641607820988, 0.0142027847468853, -0.052786435931921005, 0.08961959928274155, -0.12294555455446243, -0.05312148854136467, 0.17697583138942719, -0.09870515018701553, -0.1509748101234436, 0.07846064120531082, 0.010008839890360832, 0.00833196472376585, 0.06080042943358421, 0.13044828176498413, 0.1035202145576477, 0.0009189099073410034, 0.06763521581888199, 0.14589892327785492, -0.07765373587608337, -0.21050964295864105, 0.05712305009365082, -0.0380433052778244, -0.08786459267139435, 0.06984089314937592, 0.0020726376678794622, 0.09824347496032715, -0.021573428064584732, -0.09142874926328659, -0.052680231630802155, -0.053704652935266495, -0.030372723937034607, 0.03686098754405975, 0.08437855541706085, -0.06040073186159134, 0.012843727134168148, -0.025235462933778763, 0.08119979500770569, 0.03634219244122505, 0.03915013372898102, -0.07632867246866226, 0.0421721450984478, 0.017667623236775398, 0.021438129246234894, -0.14731194078922272, 0.0017553460784256458, -0.018031427636742592, 0.010317287407815456, 0.02993909642100334, 0.12260559946298599, 0.042599860578775406, -0.06491800397634506, -0.03522709012031555, 0.004323923494666815, 0.1646122932434082, 0.0685003399848938, -0.010100790299475193, -0.1582505702972412, 0.05636412650346756, -0.036104876548051834, 0.05931723862886429, -0.0006351982010528445, 0.0039629521779716015, 0.025468239560723305, 0.12724074721336365, -0.029376717284321785, 0.1148722767829895, -0.04431545361876488, 0.02596643939614296, -0.07634615153074265, -0.011943811550736427, 0.09440980106592178, 0.022629767656326294, -0.05214717984199524, 0.15119433403015137, 0.01000207383185625, 0.24010497331619263, 0.18563377857208252, -0.14048655331134796, 0.03993140533566475, 0.012029952369630337, -0.01067054271697998, -0.011955736204981804, 0.02579682134091854, 0.0695076659321785, -0.02274511009454727, 0.0141339972615242, 0.1375288963317871, -0.016891323029994965, -0.006667556706815958, -0.01175603922456503, -0.06697539985179901, -0.01305687241256237, 0.07067076861858368, 0.1487572342157364, -0.243509903550148, 0.19039975106716156, 0.22147496044635773, -0.01366329938173294, 0.06998845934867859, -0.07397668808698654, 0.015497424639761448, 0.025253256782889366, -0.055064622312784195, -0.04570464789867401, 0.0402057021856308, -0.1079293042421341, 0.006808261852711439, 0.0983223170042038, 0.042163167148828506, 0.028878649696707726, -0.13430151343345642, -0.0369577594101429, -0.036122143268585205, -0.0049687717109918594, -0.03759711608290672, 0.061286263167858124, 0.005771144293248653, 0.08494140207767487, -0.03415796160697937, -0.12281566858291626, 0.11608456820249557, -0.0010357539867982268, -0.04368874058127403, 0.1650812178850174, -0.17836590111255646, -0.2140127271413803, -0.14487606287002563, -0.14474709331989288, -0.06594300270080566, 0.0016104106325656176, 0.10714421421289444, -0.078468918800354, -0.0690697506070137, 0.03966165706515312, -0.046378035098314285, -0.012017141096293926, 0.008769916370511055, -0.019012197852134705, 0.07551274448633194, 0.00008680637256475165, -0.1047658920288086, -0.049000732600688934, 0.013270460069179535, 0.005652033258229494, 0.10255404561758041, -0.06557867676019669, 0.06417739391326904, 0.09488414227962494, 0.019674520939588547, 0.032071176916360855, -0.012429466471076012, 0.11989656090736389, -0.030698249116539955, 0.006452339235693216, 0.1633651852607727, 0.010788185521960258, 0.06617499142885208, 0.18707650899887085, 0.06382057070732117, -0.04276595264673233, -0.014638537541031837, -0.032362792640924454, -0.059270888566970825, -0.25445520877838135, -0.12615402042865753, -0.11312949657440186, 0.02618924342095852, 0.031260907649993896, 0.07845984399318695, 0.03512042760848999, 0.09280949085950851, -0.011139314621686935, 0.026824159547686577, -0.0433814637362957, 0.034715138375759125, 0.262712299823761, 0.0017110583139583468, 0.10806343704462051, -0.12301943451166153, -0.07217444479465485, 0.11358917504549026, 0.10082583874464035, 0.13712020218372345, 0.0918283611536026, 0.005818882957100868, 0.0685603991150856, 0.21984978020191193, 0.07686225324869156, 0.12265248596668243, 0.0630863755941391, -0.015514588914811611, -0.02813064306974411, 0.01675485447049141, -0.040870551019907, 0.03291641175746918, 0.009277393110096455, -0.1180586963891983, 0.013301050290465355, -0.06269150227308273, 0.05999316647648811, 0.22117510437965393, 0.05338336527347565, -0.15558664500713348, 0.010481675155460835, 0.08036496490240097, -0.010153316892683506, -0.05763822793960571, 0.10021133720874786, -0.08116871118545532, -0.12391196191310883, 0.1348947286605835, -0.014884306117892265, 0.11764837056398392, -0.04516138136386871, 0.03377184271812439, 0.000037919391616014764, -0.07552739977836609, 0.07067768275737762, 0.1539694368839264, -0.27560895681381226, 0.2426580935716629, -0.01401317398995161, -0.047123391181230545, -0.07998032122850418, -0.0016202256083488464, 0.05679970607161522, 0.22124536335468292, 0.08821351081132889, 0.037445396184921265, -0.13729248940944672, -0.06546133011579514, -0.04514247551560402, 0.038948774337768555, -0.004146129358559847, 0.0364401713013649, -0.05371657386422157, -0.06445781886577606, -0.023609723895788193, -0.0039683072827756405, -0.031297147274017334, -0.05003068596124649, -0.16281859576702118, 0.04326963797211647, 0.09543675184249878, 0.008140641264617443, -0.042749855667352676, -0.04294184595346451, -0.10891236364841461, 0.16665731370449066, -0.05932074040174484, -0.06191315874457359, -0.09783149510622025, -0.07876797020435333, 0.08743804693222046, -0.09514958411455154, 0.04445976763963699, -0.07930244505405426, -0.022844213992357254, -0.010583312250673771, -0.18335409462451935, 0.09755569696426392, -0.13033758103847504, -0.020740598440170288, -0.03854766860604286, 0.09379240870475769, -0.09175313264131546, 0.015094919130206108, 0.023503899574279785, -0.0024907710030674934, -0.09466539323329926, -0.12081516534090042, -0.01205731276422739, 0.0021544229239225388, 0.06479565799236298, 0.02731536328792572, -0.09598733484745026, -0.08460074663162231, 0.02279987558722496, -0.06639496237039566, 0.21485726535320282, 0.1794418841600418, -0.08945921808481216, 0.13154670596122742, 0.17748364806175232, -0.05344740301370621, -0.31622597575187683, -0.15545649826526642, -0.14579413831233978, -0.05618251860141754, -0.021898861974477768, -0.12635061144828796, 0.14756526052951813, 0.03863636031746864, -0.08304404467344284, 0.017603719606995583, -0.13373969495296478, -0.07216346263885498, 0.24526946246623993, -0.02964613027870655, 0.30621153116226196, -0.1022643893957138, -0.07113103568553925, -0.12567685544490814, -0.1874345988035202, 0.11794538050889969, -0.08613631129264832, 0.06744395941495895, -0.03541531413793564, 0.04650908708572388, -0.025482257828116417, -0.04398801550269127, 0.1234334334731102, 0.017572609707713127, 0.029300451278686523, -0.09998736530542374, 0.013206202536821365, 0.0896177887916565, 0.0029156708624213934, 0.04987604171037674, -0.07572853565216064, 0.035991229116916656, -0.0780555009841919, -0.009055822156369686, -0.06032498925924301, 0.07076084613800049, 0.01702517829835415, -0.0453372597694397, -0.040612637996673584, 0.005692794919013977, 0.009327433072030544, -0.02978917956352234, 0.23692619800567627, 0.06539376080036163, 0.02499624714255333, 0.09733318537473679, 0.08130239695310593, -0.17826920747756958, 0.026089631021022797, -0.11401893198490143, -0.08156473189592361, 0.03924470767378807, -0.10888124257326126, 0.05264091491699219, 0.10172164440155029, -0.05399544537067413, 0.055097464472055435, 0.06868279725313187, 0.031093724071979523, -0.04051538184285164, 0.15389105677604675, -0.1124231144785881, -0.025557871907949448, 0.013016427867114544, 0.009808841161429882, 0.0629618763923645, 0.10005448758602142, 0.11715047806501389, 0.019124357029795647, -0.044501032680273056, 0.01719379797577858, 0.033694781363010406, -0.08716857433319092, 0.08222600072622299, 0.08393391221761703, 0.004325925372540951, -0.15757542848587036, 0.11362063884735107, 0.00976424291729927, -0.08790690451860428, -0.039202652871608734, 0.06274877488613129, -0.17060448229312897, -0.13307233154773712, 0.05419227480888367, 0.08171279728412628, -0.19559939205646515, -0.11576797068119049, -0.05599244683980942, -0.1528068631887436, 0.0527605265378952, 0.030463550239801407, 0.11352089792490005, 0.06660766899585724, -0.04227403923869133, -0.09018338471651077, 0.03479163348674774, 0.0003502996696624905, -0.010571703314781189, 0.03491520881652832, -0.15151923894882202, -0.07296521961688995, -0.0031467026565223932, 0.13101574778556824, -0.04391271993517876, -0.01159912720322609, -0.09803943336009979, 0.04157744720578194, -0.19113557040691376, -0.030470341444015503, -0.0883377194404602, 0.015666941180825233, 0.029691604897379875, -0.11920368671417236, -0.04119061306118965, 0.009792499244213104, -0.12551596760749817, -0.002516228472813964, -0.005292708054184914, 0.08372743427753448, -0.09214639663696289, -0.034342676401138306, 0.09011493623256683, -0.008105495944619179, 0.09216760098934174, 0.09885170310735703, -0.06868098676204681, 0.10562292486429214, -0.08543108403682709, -0.1296602487564087, 0.0852818638086319, 0.06837675720453262, 0.081862673163414, -0.0016618892550468445, 0.0058953664265573025, 0.13453562557697296, 0.023852936923503876, 0.04994203522801399, 0.053549643605947495, -0.1069076657295227, -0.020823756232857704, -0.0788276419043541, -0.13165754079818726, -0.021075578406453133, -0.06060696393251419, 0.14598342776298523, 0.02504737861454487, 0.1883234679698944, -0.014967303723096848, 0.01040008943527937, -0.052547067403793335, 0.013168230652809143, -0.03887934982776642, -0.1638915240764618, -0.12037917971611023, -0.06838059425354004, -0.01602199301123619, -0.004395877011120319, 0.26567453145980835, 0.018348827958106995, -0.04200353845953941, 0.04274783283472061, 0.07078832387924194, -0.03709143400192261, 0.012924982234835625, 0.19935090839862823, 0.06520610302686691, 0.0013535207835957408, -0.06783875823020935, 0.012509088031947613, 0.0034135717432945967, -0.02699285000562668, 0.07419001311063766, 0.09161750972270966, 0.08061308413743973, 0.04394004866480827, 0.04348506033420563, -0.009051693603396416, -0.08861888945102692, -0.09074031561613083, -0.003620138159021735, 0.056986354291439056, 0.002813044935464859, 0.09751734882593155, 0.09858055412769318, -0.0556822344660759, 0.02417386695742607, -0.07497160881757736, -0.029007794335484505, -0.18766848742961884, -0.12122668325901031, -0.09674340486526489, -0.14854548871517181, 0.016170475631952286, -0.042842838913202286, 0.0170501209795475, 0.14108416438102722, 0.06353175640106201, -0.04370177909731865, -0.01740385591983795, -0.06601063907146454, -0.023840874433517456, -0.013193647377192974, 0.003020952455699444, -0.023148538544774055, -0.004498395137488842, -0.024828579276800156, -0.10349874198436737, -0.027637429535388947, -0.04701307788491249, 0.009477985091507435, -0.03383403643965721, 0.05587633699178696, -0.10783897340297699, -0.04638209566473961, -0.05181976780295372, 0.03270808234810829, 0.014648359268903732, 0.14934532344341278, 0.018948756158351898, 0.04132404923439026, 0.09125541150569916, 0.18204906582832336, -0.07305034250020981, -0.18340373039245605, -0.08519169688224792, 0.17070725560188293, 0.04598908871412277, 0.06480561196804047, 0.017130663618445396, 0.007311038672924042, -0.03802132606506348, 0.28422877192497253, 0.29740381240844727, -0.0591047964990139, 0.024352597072720528, 0.006957539822906256, 0.006377165671437979, 0.027703365311026573, 0.10716842114925385, 0.12953998148441315, 0.12093281745910645, -0.08032464981079102, -0.04723559319972992, -0.055274009704589844, -0.005335054360330105, -0.15001146495342255, 0.06701497733592987, -0.03133171424269676, -0.0821990966796875, -0.01201535016298294, 0.10596675425767899, -0.08645138889551163, 0.05600019544363022, 0.028033500537276268, -0.09722083806991577, -0.07327848672866821, -0.015202516689896584, 0.13541695475578308, 0.04286341369152069, 0.003567188512533903, -0.050321996212005615, -0.02412840723991394, 0.12740449607372284, -0.005003003403544426, -0.21880750358104706, -0.07250475138425827, 0.08697427809238434, -0.024768264964222908, 0.09642785787582397, -0.004877857398241758, 0.07337658852338791, 0.1061391681432724, 0.06872814148664474, -0.08331131935119629, 0.07803945243358612, 0.00033251309650950134, -0.025880737230181694, 0.028361748903989792, -0.09711886942386627, -0.02740178443491459, -0.06152976676821709, 0.03196309506893158, -0.03976624459028244, 0.04489065706729889, 0.03735694661736488, -0.036072514951229095, -0.05338672921061516, 0.058015886694192886, -0.08067668974399567, 0.08080221712589264, 0.046200383454561234, -0.01894349604845047, -0.04050996154546738, -0.06894706189632416, 0.00007520728831877932, 0.033417005091905594, -0.170224130153656, -0.09320440143346786, -0.026567727327346802, -0.03035890683531761, 0.03059644065797329, 0.04346035048365593, -0.052499305456876755, -0.02872936986386776, -0.10080458223819733, 0.00041195479570887983, -0.1288490891456604, 0.07202055305242538, 0.06736303865909576, -0.0016803531907498837, -0.006887923460453749, -0.06521477550268173, 0.002074827905744314, 0.019119303673505783, -0.1079099029302597, -0.09963320940732956 ]
null
null
transformers
# Transformer language model for Croatian and Serbian Trained on 3GB datasets that contain Croatian and Serbian language for two epochs. Leipzig and OSCAR datasets # Information of dataset | Model | #params | Arch. | Training data | |--------------------------------|--------------------------------|-------|-----------------------------------| | `Andrija/SRoBERTa-base` | 80M | Second | Leipzig Corpus and OSCAR (3 GB of text) |
{"language": ["hr", "sr", "multilingual"], "license": "apache-2.0", "tags": ["masked-lm"], "datasets": ["oscar", "leipzig"], "widget": [{"text": "Ovo je po\u010detak <mask>."}]}
fill-mask
Andrija/SRoBERTa-base
[ "transformers", "pytorch", "roberta", "fill-mask", "masked-lm", "hr", "sr", "multilingual", "dataset:oscar", "dataset:leipzig", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "hr", "sr", "multilingual" ]
TAGS #transformers #pytorch #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-oscar #dataset-leipzig #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
Transformer language model for Croatian and Serbian =================================================== Trained on 3GB datasets that contain Croatian and Serbian language for two epochs. Leipzig and OSCAR datasets Information of dataset ======================
[]
[ "TAGS\n#transformers #pytorch #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-oscar #dataset-leipzig #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 72 ]
[ "passage: TAGS\n#transformers #pytorch #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-oscar #dataset-leipzig #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.0984482541680336, 0.14024381339550018, -0.005903754383325577, 0.09843268990516663, 0.09558193385601044, 0.0321347676217556, 0.1552160680294037, 0.10856997221708298, 0.013496332801878452, -0.07397647947072983, 0.1563597470521927, 0.16225600242614746, -0.0034573266748338938, 0.09971416741609573, -0.024268709123134613, -0.2286434918642044, 0.061036136001348495, -0.023451561108231544, -0.13033173978328705, 0.07221098989248276, 0.1091240867972374, -0.030629415065050125, 0.06853111833333969, -0.03214467316865921, -0.033333685249090195, 0.03804651275277138, 0.038465458899736404, -0.0835602879524231, 0.09167923778295517, 0.04794647544622421, 0.05893247202038765, 0.043753962963819504, 0.03193345293402672, -0.1152072548866272, 0.03196711093187332, -0.021515129134058952, -0.05580829828977585, 0.039863571524620056, -0.027886509895324707, -0.07320310920476913, 0.04664584994316101, 0.014347890391945839, -0.00040040499879978597, 0.04159986600279808, -0.07487236708402634, -0.20403964817523956, -0.06881064176559448, 0.05841336026787758, -0.026794850826263428, 0.07655391097068787, 0.03400597721338272, 0.14522676169872284, -0.09811005741357803, 0.05926257744431496, 0.06821347773075104, -0.3010636270046234, -0.026216497644782066, 0.013438577763736248, 0.020890140905976295, -0.04912859573960304, 0.00207927031442523, 0.08842287957668304, 0.04820430651307106, 0.01903528720140457, 0.008499203249812126, -0.07647383958101273, -0.13041791319847107, 0.02093297615647316, -0.03900947794318199, -0.04167294502258301, 0.25849446654319763, 0.024842554703354836, 0.015330491587519646, 0.022673971951007843, -0.04775606468319893, 0.007631242275238037, -0.012646741233766079, 0.08058550208806992, 0.019908983260393143, 0.04151253402233124, -0.022302692756056786, -0.024940088391304016, -0.10334787517786026, 0.033889368176460266, -0.20709192752838135, 0.13409681618213654, 0.033830929547548294, 0.09385452419519424, -0.12603403627872467, 0.03279353305697441, 0.039666008204221725, -0.12559370696544647, 0.019940698519349098, -0.07665829360485077, 0.051518503576517105, 0.09104122966527939, -0.029180282726883888, 0.04230619966983795, 0.12720754742622375, 0.21768662333488464, 0.06331940740346909, 0.0029442240484058857, -0.014836471527814865, 0.12210554629564285, -0.006343591958284378, 0.0633130669593811, -0.0692014992237091, -0.07103558629751205, 0.07666978985071182, -0.08734475821256638, 0.10908275097608566, -0.03095155581831932, -0.12427625805139542, -0.020859315991401672, -0.0882745161652565, 0.09466378390789032, 0.08169624954462051, 0.07048636674880981, -0.10442426055669785, 0.0305474903434515, 0.08102133870124817, -0.07805673032999039, -0.011456702835857868, -0.03547799214720726, -0.00865796860307455, 0.05885033681988716, 0.04253385215997696, 0.009853817522525787, 0.0038951365277171135, 0.08164265751838684, -0.05601411685347557, -0.01130728330463171, -0.02686445042490959, -0.031246991828083992, 0.0969952940940857, -0.07013331353664398, 0.060820139944553375, -0.13589486479759216, -0.1358414888381958, 0.03765961155295372, 0.09171418100595474, -0.012816802598536015, -0.03861293941736221, 0.0010105979163199663, -0.001736891339533031, 0.04188551753759384, -0.059544436633586884, -0.00417119637131691, -0.08685282617807388, 0.05227908492088318, -0.05463910102844238, 0.10008695721626282, -0.16392216086387634, 0.02902992069721222, -0.10475514829158783, 0.0073153250850737095, -0.0628647729754448, 0.0071047269739210606, -0.1208406463265419, 0.1565209925174713, -0.0033327583223581314, -0.053054939955472946, -0.009853198193013668, 0.03633366897702217, -0.022296668961644173, 0.16111969947814941, -0.15936517715454102, -0.07437358051538467, 0.22177304327487946, -0.10071545839309692, -0.14256331324577332, 0.11160459369421005, -0.02008613385260105, -0.019717130810022354, 0.03706733509898186, 0.14444200694561005, 0.02236674353480339, -0.1175767108798027, 0.052594564855098724, 0.10128249228000641, -0.06061619892716408, -0.131780743598938, 0.10590432584285736, 0.006343967281281948, -0.08518550544977188, 0.05199164152145386, 0.009165712632238865, 0.12464282661676407, -0.03920568898320198, -0.10641017556190491, -0.01793067343533039, -0.0725017786026001, 0.04331643506884575, 0.024770714342594147, 0.05198347195982933, -0.09920569509267807, -0.02859780378639698, -0.09968382120132446, 0.09038911014795303, 0.048119015991687775, 0.05015266686677933, -0.10263075679540634, 0.057832736521959305, 0.02999987080693245, 0.005600460804998875, -0.10303892940282822, -0.005335695575922728, -0.05178048461675644, 0.05031107738614082, 0.03461245074868202, 0.0728616714477539, 0.06098104640841484, -0.045045189559459686, -0.05891978740692139, 0.006581460125744343, 0.0885162353515625, 0.03527727723121643, 0.03599243238568306, -0.20351634919643402, 0.05485166981816292, -0.053723644465208054, 0.11877435445785522, 0.037392839789390564, -0.0024267928674817085, -0.03422144055366516, 0.11420518159866333, -0.011144598014652729, 0.05493075028061867, -0.024130618199706078, 0.02205418422818184, -0.05123472213745117, -0.01786039024591446, 0.089311383664608, 0.024481412023305893, -0.08879584819078445, 0.19256410002708435, 0.005653155501931906, 0.2386714071035385, 0.16892200708389282, -0.15656235814094543, 0.025283658877015114, 0.09452439844608307, -0.010306842625141144, 0.009920727461576462, 0.04378119111061096, 0.05501696467399597, -0.04164369776844978, -0.018807092681527138, 0.1177017092704773, -0.019647130742669106, 0.021701989695429802, -0.013087299652397633, -0.08927828818559647, -0.05967309698462486, 0.092049740254879, 0.14251011610031128, -0.1470741629600525, 0.18765223026275635, 0.21572110056877136, -0.019025111570954323, 0.1651630848646164, -0.03142719343304634, 0.027373043820261955, -0.0024036047980189323, -0.0705459862947464, -0.022530660033226013, 0.11650615185499191, -0.10932844877243042, 0.01781631074845791, 0.07284646481275558, -0.03183286264538765, 0.022215720266103745, -0.12947893142700195, -0.10721585899591446, -0.020694000646471977, -0.012805775739252567, -0.08580920845270157, 0.09058000147342682, -0.02897760458290577, 0.09350666403770447, -0.029381340369582176, -0.11190440505743027, 0.0986490473151207, -0.02067050151526928, -0.02636662684381008, 0.13793329894542694, -0.18532176315784454, -0.2788321077823639, -0.1261078417301178, -0.14081117510795593, -0.057205814868211746, 0.00962049514055252, 0.09248199313879013, -0.05435827001929283, -0.050492238253355026, 0.04711698368191719, -0.05166656896471977, -0.02600136585533619, -0.00045055581722408533, 0.02715817652642727, 0.015230892226099968, -0.008576111868023872, -0.08736377954483032, -0.049995992332696915, 0.013216358609497547, 0.004006789531558752, 0.12497234344482422, -0.053631193935871124, 0.09157239645719528, 0.03695797175168991, 0.03592861443758011, 0.03023756854236126, -0.009062034077942371, 0.10708968341350555, -0.062244635075330734, -0.029089322313666344, 0.16672031581401825, 0.028982602059841156, 0.06162667274475098, 0.18419277667999268, 0.05886368453502655, -0.03540511429309845, -0.017008960247039795, -0.04140647500753403, -0.08377056568861008, -0.22970427572727203, -0.13371486961841583, -0.09925614297389984, 0.0704893097281456, -0.0005929716862738132, 0.050940774381160736, 0.027003362774848938, 0.08276206254959106, -0.022286899387836456, -0.04704912751913071, -0.04805905744433403, 0.001224510371685028, 0.18768109381198883, -0.011686657555401325, 0.10076482594013214, -0.1142672523856163, -0.0833979919552803, 0.12922987341880798, 0.042667288333177567, 0.08842124789953232, 0.07100536674261093, -0.056333862245082855, 0.0849524661898613, 0.1739003211259842, 0.04922014847397804, 0.10049603879451752, 0.09525702893733978, -0.02715258300304413, -0.03392228111624718, -0.01633334718644619, -0.01329330075532198, 0.041315607726573944, 0.03704909607768059, -0.10748472809791565, -0.009090318344533443, -0.03917882218956947, 0.06552506238222122, 0.1661841720342636, 0.0604683980345726, -0.15494050085544586, 0.01924784481525421, 0.09514431655406952, 0.044066715985536575, -0.027837056666612625, 0.06287103146314621, -0.0018929023062810302, -0.12708552181720734, 0.18488840758800507, -0.0032085306011140347, 0.07653241604566574, -0.004487272351980209, 0.026843268424272537, -0.0218270942568779, -0.05995287373661995, 0.06343293190002441, 0.12341491878032684, -0.3130214512348175, 0.2491365522146225, -0.013695411384105682, -0.03967580199241638, -0.07153195142745972, -0.018480485305190086, 0.07681655138731003, 0.17730654776096344, 0.17120711505413055, 0.054015956819057465, -0.029654311016201973, -0.016699159517884254, -0.06944101303815842, 0.051253922283649445, -0.009869657456874847, 0.021019354462623596, -0.055636513978242874, -0.0220210999250412, -0.04896261915564537, -0.0095952358096838, 0.07978405058383942, -0.056282687932252884, -0.1473144292831421, 0.037039343267679214, 0.12811726331710815, -0.03409227728843689, -0.05020764470100403, -0.09591510146856308, -0.11073077470064163, 0.15675096213817596, 0.002949092537164688, -0.04186096042394638, -0.08868508785963058, -0.08571193367242813, 0.07731061428785324, -0.0861615538597107, 0.054478976875543594, -0.07523579895496368, -0.046188849955797195, -0.06108129769563675, -0.1688547134399414, 0.12912167608737946, -0.13331204652786255, -0.0036507814656943083, -0.05770378187298775, 0.07497910410165787, -0.07172010093927383, 0.05971498414874077, -0.01849443092942238, -0.003431964898481965, -0.08484260737895966, -0.1015656590461731, 0.010596579872071743, -0.0037214537151157856, 0.07238982617855072, 0.055252570658922195, -0.10133455693721771, -0.11485397070646286, 0.02452922984957695, -0.08066396415233612, 0.19364482164382935, 0.26592373847961426, -0.09509237855672836, 0.14443621039390564, 0.13728611171245575, -0.028229741379618645, -0.3845764100551605, -0.14126749336719513, -0.14450758695602417, -0.00950567051768303, 0.034165892750024796, -0.15884633362293243, 0.04573042690753937, 0.016655944287776947, -0.0912117138504982, 0.08763875812292099, -0.18608467280864716, -0.08560353517532349, 0.19931356608867645, -0.012179771438241005, 0.3654595911502838, -0.08741448074579239, -0.04370039328932762, -0.1174839660525322, -0.12733860313892365, 0.08803688734769821, -0.05699053406715393, 0.09408743679523468, 0.0026898786891251802, -0.00553883146494627, -0.031909700483083725, -0.05050722882151604, 0.12793786823749542, -0.026271812617778778, 0.023025095462799072, -0.0816880390048027, 0.008370757102966309, 0.08323466777801514, 0.01435124222189188, 0.029968013986945152, -0.10780149698257446, 0.013667136430740356, -0.0659497007727623, -0.008509568870067596, -0.09026724100112915, 0.08637097477912903, 0.02234414778649807, -0.04065840318799019, -0.042160410434007645, 0.03532389923930168, 0.024041714146733284, -0.016629613935947418, 0.16141170263290405, 0.028457650914788246, 0.010319940745830536, 0.015768803656101227, 0.05793504789471626, -0.12057886272668839, 0.02238669991493225, -0.10362314432859421, -0.072464220225811, 0.04879165068268776, -0.10293706506490707, 0.024034377187490463, 0.08985986560583115, -0.04255259782075882, 0.07042134553194046, 0.051068976521492004, -0.0031599535141140223, -0.009198350831866264, 0.18272309005260468, -0.1466062366962433, -0.0001567233557580039, -0.00786546990275383, -0.027150139212608337, 0.11177041381597519, 0.05035844445228577, 0.08996982127428055, 0.0067752934992313385, -0.025391846895217896, 0.001983742928132415, 0.045005690306425095, -0.08427636325359344, 0.06846799701452255, 0.07163052260875702, 0.00013912454596720636, -0.14347906410694122, 0.1320476531982422, -0.03813158720731735, -0.1460113525390625, -0.0053372918628156185, 0.07389047741889954, -0.10912296921014786, -0.1150067076086998, 0.0003962877672165632, 0.08496258407831192, -0.14087150990962982, -0.10613808035850525, -0.06918159872293472, -0.11819665133953094, 0.03074169158935547, 0.07989025115966797, 0.08823169022798538, 0.054603639990091324, -0.016315249726176262, -0.08458675444126129, 0.06430823355913162, 0.019279204308986664, 0.04127863422036171, -0.00022643961710855365, -0.09060349315404892, -0.047681812196969986, -0.002326368587091565, 0.16095301508903503, -0.0713297426700592, 0.006721945945173502, -0.07529529929161072, 0.041095007210969925, -0.1318996548652649, -0.05166112631559372, -0.060352589935064316, -0.01709427312016487, -0.0018804571591317654, -0.11977476626634598, -0.044871699064970016, -0.026798618957400322, -0.11999154090881348, -0.009768545627593994, 0.0041106208227574825, 0.02785976603627205, -0.10715413093566895, -0.05447601154446602, 0.10973946750164032, -0.023063264787197113, 0.0907360091805458, 0.11607232689857483, -0.06394493579864502, 0.0751134380698204, -0.12824022769927979, -0.12967319786548615, 0.08206494152545929, 0.04621943458914757, 0.05855026841163635, 0.04438675940036774, 0.0024389377795159817, 0.09882791340351105, 0.03457300737500191, 0.043738365173339844, 0.036403488367795944, -0.1098339781165123, -0.010236520320177078, 0.011572102084755898, -0.11781574785709381, -0.002099091187119484, -0.05327975004911423, 0.11148931831121445, 0.02201549895107746, 0.1417258232831955, -0.04259208217263222, 0.027728525921702385, -0.03152118995785713, 0.0258338525891304, -0.033816467970609665, -0.14278298616409302, -0.07735687494277954, -0.033795665949583054, 0.00020132331701461226, -0.021899795159697533, 0.26471787691116333, 0.016210397705435753, -0.11179990321397781, 0.03536391630768776, 0.09530569612979889, -0.0029796534217894077, 0.0032765695359557867, 0.13035957515239716, 0.04215255007147789, -0.0031351738143712282, -0.08575843274593353, 0.021860478445887566, 0.053665921092033386, 0.06696413457393646, 0.08625485002994537, 0.10726442188024521, 0.1561446189880371, 0.04790264740586281, 0.03671170771121979, 0.04598597437143326, -0.040247831493616104, -0.14164061844348907, -0.006947730667889118, 0.062264882028102875, 0.0013695009984076023, 0.0760689377784729, 0.08887086063623428, -0.034252140671014786, 0.04854898899793625, -0.036934744566679, -0.013723268173635006, -0.16751164197921753, -0.1466834992170334, -0.0774167850613594, -0.09370396286249161, 0.030123934149742126, -0.02744552306830883, 0.03791256248950958, 0.15034660696983337, 0.09076807647943497, -0.058205511420965195, 0.037372294813394547, -0.0946626141667366, -0.006650978233665228, 0.05294841155409813, 0.02227545902132988, -0.00810165423899889, 0.028243523091077805, -0.038817938417196274, -0.09288714081048965, 0.01588694006204605, -0.027378404513001442, 0.02088792622089386, -0.025841113179922104, 0.08333965390920639, -0.08890844881534576, -0.07716101408004761, -0.08605018258094788, 0.021989285945892334, 0.05406421050429344, 0.13683272898197174, 0.009582645259797573, 0.062281858175992966, 0.07756635546684265, 0.1618661880493164, -0.06414800137281418, -0.15711931884288788, -0.10024192184209824, 0.07937045395374298, -0.025115888565778732, 0.059377796947956085, -0.004897129721939564, 0.007466057315468788, -0.07759226113557816, 0.29242849349975586, 0.376601904630661, -0.09885114431381226, 0.029206570237874985, -0.011272182688117027, 0.02438327856361866, 0.014558044262230396, 0.07578939199447632, 0.08336248993873596, 0.15875980257987976, -0.09462063014507294, -0.06060792878270149, -0.08634994924068451, 0.0026920500677078962, -0.12229377031326294, 0.0367022380232811, -0.02671918459236622, -0.07990683615207672, -0.029065649956464767, 0.08954145014286041, -0.12286067008972168, 0.04520127549767494, 0.05209164693951607, -0.12618152797222137, -0.07195083051919937, -0.024347497150301933, 0.1320810616016388, 0.10786507278680801, 0.0394485741853714, -0.030828585848212242, -0.033877357840538025, 0.06586450338363647, 0.017795918509364128, -0.20621539652347565, -0.09740565717220306, 0.07841557264328003, 0.009402737952768803, 0.13928814232349396, -0.007448171265423298, 0.052417680621147156, 0.08892466872930527, 0.05053328722715378, -0.03250783681869507, 0.06747481971979141, 0.020688261836767197, -0.02659820206463337, -0.026899710297584534, -0.06830915063619614, -0.050193775445222855, -0.06984180957078934, 0.03760666027665138, 0.06549219787120819, 0.042214203625917435, -0.010161432437598705, -0.045050907880067825, -0.04326070845127106, 0.09580163657665253, -0.10307248681783676, 0.055672019720077515, 0.06118002533912659, -0.008615756407380104, -0.03376632183790207, -0.0630897507071495, -0.017630690708756447, 0.05142448469996452, -0.16811281442642212, -0.07990346103906631, -0.011837202124297619, -0.046139150857925415, -0.02141207456588745, 0.06201707199215889, -0.13177934288978577, -0.0063138739205896854, -0.14635708928108215, 0.005670408718287945, -0.0927048772573471, 0.02388373576104641, 0.059160519391298294, 0.007040994707494974, -0.009707975201308727, -0.04997063800692558, 0.05419366434216499, 0.004218703601509333, -0.10130060464143753, -0.09059073776006699 ]
null
null
transformers
# Transformer language model for Croatian and Serbian Trained on 0.7GB dataset Croatian and Serbian language for one epoch. Dataset from Leipzig Corpora. # Information of dataset | Model | #params | Arch. | Training data | |--------------------------------|--------------------------------|-------|-----------------------------------| | `Andrija/SRoBERTa` | 120M | First | Leipzig Corpus (0.7 GB of text) | # How to use in code ```python from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Andrija/SRoBERTa") model = AutoModelForMaskedLM.from_pretrained("Andrija/SRoBERTa") ```
{"language": ["hr", "sr", "multilingual"], "license": "apache-2.0", "tags": ["masked-lm"], "datasets": ["leipzig"], "widget": [{"text": "Gde je <mask>."}]}
fill-mask
Andrija/SRoBERTa
[ "transformers", "pytorch", "roberta", "fill-mask", "masked-lm", "hr", "sr", "multilingual", "dataset:leipzig", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "hr", "sr", "multilingual" ]
TAGS #transformers #pytorch #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-leipzig #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
Transformer language model for Croatian and Serbian =================================================== Trained on 0.7GB dataset Croatian and Serbian language for one epoch. Dataset from Leipzig Corpora. Information of dataset ====================== How to use in code ==================
[]
[ "TAGS\n#transformers #pytorch #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-leipzig #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 66 ]
[ "passage: TAGS\n#transformers #pytorch #roberta #fill-mask #masked-lm #hr #sr #multilingual #dataset-leipzig #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.09399977326393127, 0.0790163055062294, -0.006095091812312603, 0.07302559167146683, 0.09586314857006073, 0.027912776917219162, 0.16787590086460114, 0.10766689479351044, 0.026470953598618507, -0.05548274144530296, 0.15206119418144226, 0.17275547981262207, -0.0018524016486480832, 0.09162770956754684, -0.02387007139623165, -0.22163701057434082, 0.07339630275964737, -0.014439800754189491, -0.12116590142250061, 0.08788487315177917, 0.11303148418664932, 0.0029884411487728357, 0.08503420650959015, -0.02010524645447731, -0.03067822754383087, 0.028285687789320946, 0.02086440473794937, -0.07797358930110931, 0.10157894343137741, 0.05330478399991989, 0.08302079886198044, 0.025927824899554253, 0.030276799574494362, -0.12466591596603394, 0.029989328235387802, -0.0013745384057983756, -0.07272281497716904, 0.029323598369956017, -0.04227880761027336, -0.05216458812355995, 0.06299245357513428, -0.014048670418560505, -0.016328580677509308, 0.021289421245455742, -0.07066481560468674, -0.19222837686538696, -0.072464220225811, 0.0777181014418602, 0.03381170332431793, 0.0784526914358139, 0.05085395276546478, 0.16578520834445953, -0.10719560831785202, 0.07788821309804916, 0.09676543623209, -0.32020050287246704, -0.018046222627162933, 0.04166102409362793, -0.002731756307184696, -0.03258432820439339, -0.001974279060959816, 0.06464187800884247, 0.032704222947359085, 0.026892164722085, -0.034038420766592026, -0.07273209095001221, -0.09326467663049698, 0.01825367659330368, -0.049480289220809937, -0.055277422070503235, 0.23776376247406006, -0.009179091081023216, 0.02837153524160385, 0.024333931505680084, -0.07398442178964615, 0.05127018317580223, -0.026989160105586052, 0.07733287662267685, -0.0000601391693635378, 0.0708930566906929, 0.00013046094682067633, -0.03473665192723274, -0.10190986096858978, 0.025238968431949615, -0.23560534417629242, 0.1499045342206955, 0.04602346569299698, 0.09118614345788956, -0.11278136074542999, 0.025774449110031128, 0.004821170121431351, -0.12375634163618088, -0.0035256347618997097, -0.05520692095160484, 0.07870063185691833, 0.06310976296663284, -0.03780728951096535, 0.025284847244620323, 0.15071651339530945, 0.2240094542503357, 0.04023318737745285, 0.025766002014279366, -0.025135956704616547, 0.1146983727812767, -0.03678501769900322, 0.054814498871564865, -0.02708364464342594, -0.07093721628189087, 0.09020808339118958, -0.10907208919525146, 0.10805889964103699, -0.023866120725870132, -0.1515675038099289, -0.02867826446890831, -0.09027726948261261, 0.10844647139310837, 0.06389010697603226, 0.08206332474946976, -0.033801596611738205, 0.0272454172372818, 0.0924287959933281, -0.08201831579208374, -0.0023828952107578516, -0.033492036163806915, 0.02282380685210228, 0.03809262067079544, 0.06653792411088943, -0.002886081114411354, -0.03373246267437935, 0.06727094203233719, -0.03093702532351017, -0.010884841904044151, -0.021297316998243332, -0.02575535513460636, 0.08473581820726395, -0.04862280189990997, 0.04672470688819885, -0.15938988327980042, -0.18189533054828644, 0.048801228404045105, 0.08812739700078964, 0.0006026732153259218, -0.043338119983673096, 0.008264182135462761, -0.014739254489541054, 0.04730326682329178, -0.06282227486371994, -0.01027112826704979, -0.08008932322263718, 0.0554727166891098, -0.0688612312078476, 0.0713128000497818, -0.16079488396644592, 0.03105289675295353, -0.11395766586065292, 0.002198590897023678, -0.05957495793700218, -0.019223259761929512, -0.10070060938596725, 0.13126230239868164, -0.03803025931119919, -0.04453025758266449, -0.024943038821220398, 0.029253074899315834, -0.0075524128042161465, 0.12828980386257172, -0.12280093878507614, -0.07885097712278366, 0.21958832442760468, -0.11879871785640717, -0.1559552401304245, 0.10558106005191803, 0.0016822291072458029, -0.011559671722352505, 0.038042087107896805, 0.1151609942317009, 0.074234239757061, -0.11128053069114685, 0.05799296870827675, 0.14592941105365753, -0.08307616412639618, -0.14772585034370422, 0.07369331270456314, -0.03589252382516861, -0.08247029781341553, 0.06280777603387833, -0.010229700244963169, 0.13179771602153778, -0.011412094347178936, -0.1019618809223175, -0.04186173900961876, -0.07436183094978333, 0.05553160235285759, 0.023731235414743423, 0.05873163044452667, -0.08809641748666763, -0.025477228686213493, -0.0947234258055687, 0.08802875131368637, 0.04068559780716896, 0.05821043252944946, -0.07983474433422089, 0.06160060316324234, 0.0077460408210754395, 0.02121630683541298, -0.10646335035562515, -0.03954573720693588, -0.05564273148775101, 0.012039439752697945, 0.03913182392716408, 0.05536220967769623, 0.08783239871263504, -0.03751714155077934, -0.06062432751059532, 0.009880158118903637, 0.10033328831195831, 0.03651468828320503, 0.01065431535243988, -0.1826871931552887, 0.05288977548480034, -0.033214021474123, 0.059638861566782, 0.04594134911894798, 0.005754759069532156, -0.047521598637104034, 0.10559767484664917, -0.045091401785612106, 0.08930081129074097, -0.05733002349734306, 0.00931227020919323, -0.04728464409708977, -0.017864976078271866, 0.08955458551645279, 0.03276731073856354, -0.05807191878557205, 0.1804758459329605, -0.03006863221526146, 0.24936044216156006, 0.19357071816921234, -0.15222415328025818, 0.026906698942184448, 0.0778907760977745, -0.01605427823960781, -0.019089350476861, 0.03539039194583893, 0.04760058969259262, -0.023980164900422096, -0.00253257411532104, 0.11878827959299088, -0.0286567285656929, 0.028809653595089912, -0.010024124756455421, -0.08764269948005676, -0.04775372892618179, 0.07094269245862961, 0.15675103664398193, -0.17313885688781738, 0.19174475967884064, 0.27132996916770935, -0.020470166578888893, 0.11784222722053528, -0.03826140612363815, 0.02032328210771084, -0.0032475595362484455, -0.029987039044499397, -0.029193434864282608, 0.08123282343149185, -0.1254204362630844, 0.008938165381550789, 0.07287164777517319, -0.00020131724886596203, 0.03180869296193123, -0.1115468218922615, -0.06311608105897903, -0.022925080731511116, -0.010734159499406815, -0.08829575777053833, 0.1044531837105751, -0.01875787042081356, 0.08063681423664093, -0.04447339102625847, -0.1317337602376938, 0.11032214760780334, -0.0002794414758682251, -0.024834172800183296, 0.14201979339122772, -0.18935318291187286, -0.26242658495903015, -0.12601175904273987, -0.1797095239162445, -0.08052274584770203, -0.002778964815661311, 0.10449358075857162, -0.05417431518435478, -0.052808597683906555, 0.046282295137643814, -0.01846364326775074, -0.0031330205965787172, 0.0021462824661284685, -0.009684700518846512, 0.02996966429054737, -0.008175120688974857, -0.11460857093334198, -0.05133841931819916, 0.013828153721988201, -0.010414970107376575, 0.08985622972249985, -0.07533705234527588, 0.06976789981126785, 0.05606831610202789, 0.03401507809758186, 0.04616834223270416, -0.009883807972073555, 0.1369270384311676, -0.05135437846183777, 0.006681184750050306, 0.18069344758987427, 0.02489582821726799, 0.07244828343391418, 0.19054941833019257, 0.05218393728137016, -0.03174976259469986, -0.016753900796175003, -0.037163883447647095, -0.10027030110359192, -0.19062595069408417, -0.14048415422439575, -0.12279316782951355, 0.029810260981321335, 0.014926789328455925, 0.06497333198785782, 0.04034867137670517, 0.069481261074543, -0.028997033834457397, -0.006441541016101837, -0.03132720664143562, 0.019872920587658882, 0.18452270328998566, -0.02111123315989971, 0.09452086687088013, -0.11273577809333801, -0.08915264904499054, 0.10746218264102936, 0.05657173693180084, 0.1082269623875618, 0.07177722454071045, -0.02692290022969246, 0.08957942575216293, 0.2043507844209671, 0.047590114176273346, 0.12040068954229355, 0.06700719147920609, -0.027569979429244995, -0.02386234886944294, -0.02255808375775814, -0.027468852698802948, 0.01388482190668583, 0.043732013553380966, -0.09530821442604065, -0.0051199388690292835, -0.07285217195749283, 0.07057987153530121, 0.15923085808753967, 0.060813285410404205, -0.13975155353546143, 0.012301646173000336, 0.07267948985099792, 0.03462216258049011, -0.03896462172269821, 0.06969396024942398, -0.07044138014316559, -0.12248428910970688, 0.14502660930156708, -0.014255990274250507, 0.09292279928922653, 0.022802429273724556, 0.0346987284719944, -0.02798488922417164, -0.0558805875480175, 0.056638192385435104, 0.13265538215637207, -0.2908182144165039, 0.28006842732429504, -0.004227038938552141, -0.004905040841549635, -0.0905924141407013, -0.00234044692479074, 0.09421636164188385, 0.1946488320827484, 0.13288596272468567, 0.06481321156024933, -0.1120561808347702, -0.03625544160604477, -0.05644207447767258, 0.04655754566192627, 0.0213454682379961, 0.03926940634846687, -0.05633130669593811, -0.041291579604148865, -0.05143975839018822, 0.0008226952631957829, 0.09126102924346924, -0.045552581548690796, -0.1582919806241989, 0.06085754185914993, 0.1265602856874466, -0.06607610732316971, -0.04749665409326553, -0.05920423939824104, -0.12399975955486298, 0.17973561584949493, -0.00980476476252079, -0.06387767940759659, -0.0842786654829979, -0.11370638757944107, 0.08929597586393356, -0.10874778777360916, 0.04651355743408203, -0.0726315975189209, -0.03894269838929176, -0.058979444205760956, -0.1833237111568451, 0.09164328873157501, -0.1396883726119995, 0.0020692101679742336, -0.03318335488438606, 0.11518774181604385, -0.07174873352050781, 0.021427303552627563, 0.004342707339674234, 0.0003105448849964887, -0.09022071212530136, -0.10889933258295059, 0.00037599270581267774, -0.028664421290159225, 0.05751582607626915, 0.05887133628129959, -0.08485157787799835, -0.061786405742168427, 0.045114368200302124, -0.05166381970047951, 0.19056810438632965, 0.22915314137935638, -0.06515806168317795, 0.15022920072078705, 0.176439106464386, -0.049502186477184296, -0.3613838255405426, -0.18338964879512787, -0.16042855381965637, -0.01711830124258995, -0.005353910382837057, -0.11891573667526245, 0.07657741010189056, -0.001517681172117591, -0.08288585394620895, 0.06733833253383636, -0.20497441291809082, -0.08915600925683975, 0.2551210820674896, -0.03523542359471321, 0.3728184401988983, -0.08742056041955948, -0.04061470553278923, -0.12605281174182892, -0.1228821650147438, 0.061773307621479034, -0.10122804343700409, 0.09629949182271957, 0.001764192944392562, 0.05350301414728165, -0.025394687429070473, -0.05650433897972107, 0.1299172043800354, -0.011666429229080677, 0.02528582327067852, -0.11351551860570908, 0.01674230955541134, 0.1120123565196991, 0.004818073473870754, 0.042902857065200806, -0.11603932827711105, 0.010099753737449646, -0.044917333871126175, -0.005084414035081863, -0.09256567060947418, 0.09955354779958725, 0.009118720889091492, -0.04355323314666748, -0.03009067289531231, 0.016891758888959885, 0.03649849444627762, -0.005739081650972366, 0.19598931074142456, 0.05571142956614494, 0.026957107707858086, 0.05276058614253998, 0.026366783306002617, -0.13973954319953918, -0.017360320314764977, -0.08303693681955338, -0.0791444480419159, 0.035170234739780426, -0.09087272733449936, 0.041587769985198975, 0.07282651960849762, -0.03620125353336334, 0.0406542532145977, 0.06765268743038177, 0.003224741667509079, -0.03678073361515999, 0.14486977458000183, -0.1177792176604271, -0.012947684153914452, 0.009898720309138298, -0.0009301051613874733, 0.069160096347332, 0.07670842111110687, 0.1200982928276062, 0.010176215320825577, -0.018420102074742317, -0.001409183256328106, 0.048763588070869446, -0.10152516514062881, 0.0723777562379837, 0.06960435956716537, -0.0063470532186329365, -0.14037790894508362, 0.10761255025863647, -0.03205335885286331, -0.10411497205495834, -0.007241311948746443, 0.0668887048959732, -0.13333308696746826, -0.13481351733207703, 0.055222783237695694, 0.07501327991485596, -0.12046612054109573, -0.11421610414981842, -0.05869963392615318, -0.11744392663240433, 0.034089311957359314, 0.09304724633693695, 0.11256475001573563, 0.043847501277923584, -0.024903161451220512, -0.08391588181257248, 0.027238020673394203, 0.016854003071784973, 0.01748639903962612, 0.010515046305954456, -0.06652017682790756, -0.02837091125547886, -0.00428323820233345, 0.1555854082107544, -0.057121455669403076, 0.000941439822781831, -0.10182809084653854, 0.04512875899672508, -0.13690519332885742, -0.050191618502140045, -0.07433440536260605, -0.012990009970963001, 0.015095002017915249, -0.10395339131355286, -0.04931727051734924, -0.0003592515713535249, -0.11557534337043762, -0.016193976625800133, 0.012125874869525433, 0.037382327020168304, -0.11404534429311752, -0.0566246472299099, 0.11113550513982773, -0.01199785340577364, 0.07837274670600891, 0.13021422922611237, -0.06193055585026741, 0.10553305596113205, -0.13973575830459595, -0.12981149554252625, 0.04788436368107796, 0.05490558221936226, 0.05640113353729248, 0.006836689542979002, 0.005256304983049631, 0.10628445446491241, 0.026884308084845543, 0.05253316089510918, 0.06454583257436752, -0.09113074094057083, 0.031468648463487625, -0.02636289969086647, -0.1257844716310501, 0.0051375385373830795, -0.053266897797584534, 0.09197491407394409, 0.029459701851010323, 0.16072213649749756, -0.04338176175951958, 0.02449765056371689, -0.023540806025266647, 0.021867381408810616, -0.025467583909630775, -0.15102212131023407, -0.0610271655023098, -0.05781334638595581, -0.009808528237044811, -0.02021535485982895, 0.24274128675460815, 0.016562221571803093, -0.038367483764886856, 0.03317702189087868, 0.10573183000087738, -0.026108136400580406, -0.005912784952670336, 0.14875750243663788, 0.018058378249406815, 0.0031270754989236593, -0.06968454271554947, 0.019224371761083603, 0.027575107291340828, -0.0022397050634026527, 0.09087014943361282, 0.09728703647851944, 0.1629287749528885, 0.05548819899559021, 0.03445538133382797, 0.003570558736100793, -0.08185196667909622, -0.17136913537979126, 0.021530546247959137, 0.05300838500261307, -0.0007465380476787686, 0.06451933830976486, 0.09158162027597427, -0.03791335970163345, 0.0380295030772686, -0.04520133510231972, -0.023810045793652534, -0.18559904396533966, -0.15914660692214966, -0.06947209686040878, -0.09012125432491302, 0.027669355273246765, -0.01612241379916668, 0.0151904271915555, 0.12186205387115479, 0.06498692184686661, -0.038944311439991, 0.031103018671274185, -0.11723988503217697, -0.014079242013394833, -0.0010549732251092792, -0.010451162233948708, 0.005497681442648172, 0.019741510972380638, -0.02942086011171341, -0.11407353729009628, -0.037277545779943466, -0.0285030510276556, 0.013784852810204029, -0.021049557253718376, 0.07339650392532349, -0.11251895129680634, -0.06116973236203194, -0.08298905938863754, 0.03131284564733505, 0.047287311404943466, 0.15207909047603607, 0.027858352288603783, 0.04666530713438988, 0.06533446907997131, 0.1373395472764969, -0.057358209043741226, -0.20313706994056702, -0.07747086882591248, 0.09363798052072525, 0.018433434888720512, 0.05221256613731384, -0.01075110025703907, 0.028884176164865494, -0.062445592135190964, 0.313042014837265, 0.35860487818717957, -0.0743262767791748, 0.046639829874038696, 0.012500075623393059, 0.024724075570702553, 0.029951658099889755, 0.0825834646821022, 0.1130492240190506, 0.17515674233436584, -0.09270016849040985, -0.06774534285068512, -0.06684990972280502, -0.013490738347172737, -0.17582708597183228, 0.046679314225912094, -0.048100776970386505, -0.08857543021440506, 0.001951740006916225, 0.09013070166110992, -0.11956442147493362, 0.06239217892289162, 0.041266877204179764, -0.12459962069988251, -0.05527118220925331, -0.003777272766456008, 0.15040111541748047, 0.09566644579172134, 0.035450279712677, -0.053164102137088776, -0.02529393881559372, 0.10237278789281845, 0.009034386835992336, -0.20380467176437378, -0.10632987320423126, 0.07588180154561996, 0.02508513629436493, 0.14816787838935852, 0.00555109279230237, 0.047050900757312775, 0.09988823533058167, 0.054069146513938904, -0.03765973821282387, 0.07153614610433578, 0.0328039675951004, -0.0362783707678318, -0.0034938084427267313, -0.08780548721551895, -0.06297863274812698, -0.07830683887004852, 0.02778739668428898, 0.009264513850212097, 0.060127753764390945, 0.0499543771147728, -0.04139237478375435, -0.03531715273857117, 0.09762223809957504, -0.10599056631326675, 0.06264953315258026, 0.060798823833465576, 0.004667799919843674, -0.04831899702548981, -0.056449852883815765, -0.0028584999963641167, 0.043614666908979416, -0.16381429135799408, -0.10104481875896454, -0.004183725919574499, -0.04975871369242668, -0.015883158892393112, 0.04607635736465454, -0.09069289267063141, -0.040041904896497726, -0.11000686883926392, 0.004466467536985874, -0.12368427217006683, 0.03872007131576538, 0.06508690118789673, -0.006191406399011612, 0.003678453853353858, -0.05332086607813835, 0.032356251031160355, 0.010168051347136497, -0.11274056881666183, -0.10071896016597748 ]
null
null
null
C:\Users\andry\Desktop\Выжигание 24-12-2021.jpg
{}
null
Andry/1111
[ "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #region-us
C:\Users\andry\Desktop\Выжигание URL
[]
[ "TAGS\n#region-us \n" ]
[ 6 ]
[ "passage: TAGS\n#region-us \n" ]
[ 0.024608636274933815, -0.026205500587821007, -0.009666500613093376, -0.10395516455173492, 0.08638657629489899, 0.059816278517246246, 0.01882290467619896, 0.020661840215325356, 0.23975107073783875, -0.005599027033895254, 0.1219947561621666, 0.0015615287702530622, -0.037353623658418655, 0.03733762726187706, -0.0035912662278860807, -0.17583473026752472, 0.03876631706953049, -0.018274923786520958, 0.01843859627842903, 0.026470553129911423, -0.07776834815740585, -0.07564429938793182, 0.015296397730708122, -0.10247814655303955, -0.083692267537117, 0.11002834886312485, 0.031466204673051834, -0.019670886918902397, 0.10779199749231339, -0.04243955761194229, 0.18699054419994354, -0.011512263678014278, -0.11213519424200058, -0.2536850869655609, 0.021806683391332626, -0.01765260472893715, -0.08747660368680954, 0.01506110467016697, 0.0665089413523674, -0.09014441072940826, -0.0588928684592247, 0.0795099288225174, -0.01132340170443058, 0.04246443510055542, -0.27593839168548584, -0.12684126198291779, -0.05297930911183357, -0.1421966552734375, 0.08651168644428253, 0.04035491496324539, 0.008764253929257393, 0.15506891906261444, -0.20897391438484192, 0.004104613792151213, 0.08255259692668915, -0.2538507878780365, 0.05591634660959244, 0.17671173810958862, 0.03623908758163452, 0.18037272989749908, 0.0060391901060938835, 0.11029672622680664, 0.0716743916273117, -0.024263937026262283, -0.17590197920799255, -0.08127854019403458, -0.04696211963891983, 0.16642488539218903, -0.06727185100317001, -0.14248386025428772, 0.34701237082481384, 0.00015008423360995948, 0.009657775051891804, 0.16921205818653107, -0.059524230659008026, -0.09972117841243744, 0.07259953022003174, 0.016484731808304787, 0.018492350354790688, 0.1471305936574936, 0.16307872533798218, -0.0458691343665123, -0.13837823271751404, -0.018630273640155792, -0.22798998653888702, 0.17510560154914856, -0.03248048573732376, 0.13137903809547424, -0.27447956800460815, 0.01684025302529335, -0.2570667266845703, 0.0032130838371813297, 0.04178816080093384, -0.06004921346902847, -0.0226522795855999, -0.013265985064208508, -0.08018817007541656, 0.004899587947875261, 0.06192673370242119, 0.1266920566558838, -0.06128726154565811, 0.06128238886594772, -0.09319206327199936, 0.141696035861969, 0.07166698575019836, 0.07868369668722153, 0.13037432730197906, 0.041205424815416336, -0.07187089323997498, -0.21872246265411377, -0.0026476888451725245, -0.06275863200426102, -0.09502086788415909, -0.0020165652967989445, -0.11606067419052124, 0.17244569957256317, -0.030802514404058456, -0.09825427830219269, -0.11208184063434601, 0.09148659557104111, -0.032992321997880936, -0.03437839448451996, -0.03552987426519394, -0.020977836102247238, 0.019381176680326462, 0.04704452306032181, -0.1548958420753479, -0.005131472367793322, 0.07039852440357208, 0.11502562463283539, -0.1346137970685959, -0.003783059772104025, -0.07908964157104492, 0.03039063885807991, 0.07654735445976257, -0.16510222852230072, 0.03158547356724739, -0.1124754324555397, -0.07531405985355377, 0.002912673633545637, -0.015710093080997467, -0.016202643513679504, 0.166526660323143, -0.0020451415330171585, 0.0714716836810112, -0.026345307007431984, -0.05890209600329399, -0.11243434250354767, -0.08489254862070084, 0.05390460044145584, 0.03670717030763626, 0.03266148269176483, -0.2193479984998703, 0.014805203303694725, -0.12762966752052307, 0.1360815018415451, -0.10566820204257965, -0.04705966264009476, -0.022842247039079666, 0.20562705397605896, 0.037286072969436646, 0.08762791007757187, -0.22171171009540558, 0.039756543934345245, -0.05404696613550186, 0.18480908870697021, -0.1502426266670227, -0.0799463614821434, 0.20813211798667908, -0.07964949309825897, -0.10115210711956024, 0.021235812455415726, 0.020391687750816345, 0.026287272572517395, 0.0766737088561058, 0.4564172327518463, -0.09766800701618195, -0.09146861732006073, 0.10178250074386597, 0.17055274546146393, -0.12427149713039398, -0.1827561855316162, 0.06446871906518936, -0.16666454076766968, -0.1973118633031845, 0.0018917324487119913, 0.09222044050693512, 0.038269978016614914, -0.07875611633062363, -0.020746968686580658, 0.06325206160545349, -0.0007678253459744155, 0.09095914661884308, 0.03755716234445572, 0.09034032374620438, -0.08716782182455063, 0.11115926504135132, -0.05017651244997978, 0.004037132486701012, 0.1343354731798172, 0.027325427159667015, -0.03223329409956932, 0.08694463223218918, -0.0485352948307991, 0.05295134335756302, -0.1662379503250122, -0.15068690478801727, 0.03398871049284935, 0.06283251196146011, 0.03186952322721481, 0.1280253529548645, 0.08141885697841644, -0.10732853412628174, 0.022690722718834877, -0.004228927195072174, 0.058398615568876266, 0.03891623765230179, 0.006107209715992212, 0.008764320984482765, 0.0961301177740097, -0.10607069730758667, -0.13589619100093842, -0.07336436957120895, -0.014715781435370445, 0.14371353387832642, -0.0302802175283432, 0.07690227776765823, -0.004240254405885935, 0.00013200697139836848, 0.06930823624134064, 0.08137880265712738, 0.016412746161222458, 0.08971183747053146, -0.05237193778157234, -0.05160155147314072, 0.10863113403320312, -0.13533565402030945, 0.17837053537368774, 0.14053137600421906, -0.20532016456127167, 0.029453208670020103, -0.06838275492191315, 0.03670361638069153, -0.008162540383636951, 0.0975119024515152, -0.08272241055965424, -0.02106042578816414, 0.013134466484189034, 0.0052274600602686405, -0.013007243163883686, 0.017682146281003952, -0.07295988500118256, -0.07787393033504486, -0.10233919322490692, 0.08436838537454605, 0.11562882363796234, -0.10282530635595322, 0.14214380085468292, 0.4384984076023102, 0.11495281755924225, 0.21582984924316406, -0.09581480920314789, -0.0412987545132637, 0.007486371789127588, 0.0001535322517156601, -0.04476691037416458, 0.08031861484050751, -0.15973517298698425, -0.038901735097169876, 0.027348900213837624, 0.07128690183162689, 0.11475157737731934, -0.14959022402763367, -0.09639324247837067, -0.00793045200407505, 0.0022841424215584993, -0.1249532699584961, 0.023905446752905846, -0.03974650055170059, 0.04015624523162842, 0.07232289016246796, -0.021535737439990044, 0.13939237594604492, -0.04166141897439957, -0.0639561116695404, 0.07585346698760986, -0.2017085999250412, -0.23179671168327332, -0.12309670448303223, -0.14680525660514832, 0.04366797208786011, 0.05154111236333847, 0.01726446859538555, -0.17635835707187653, -0.015074856579303741, 0.07706750929355621, 0.07820965349674225, -0.20886357128620148, -0.022814949974417686, -0.004290030337870121, 0.0895976573228836, -0.10227091610431671, -0.0017130117630586028, -0.04419664293527603, -0.10150232166051865, 0.0017003051470965147, 0.07279510796070099, -0.137485533952713, 0.13807645440101624, 0.21589438617229462, 0.07225540280342102, 0.07359948754310608, -0.019093448296189308, 0.09936179965734482, -0.10856141895055771, -0.16549113392829895, 0.08348225057125092, -0.06234746053814888, 0.047262318432331085, 0.17534415423870087, 0.03307317942380905, -0.13904969394207, -0.015682822093367577, -0.0402069091796875, -0.15603256225585938, -0.238995760679245, -0.09178274869918823, -0.1182505264878273, 0.16442428529262543, 0.0009358620154671371, 0.06651917099952698, 0.08258313685655594, -0.022042419761419296, 0.16447891294956207, -0.07379321753978729, -0.07578866183757782, -0.006978808436542749, 0.12375060468912125, -0.056660156697034836, -0.03080669604241848, -0.10566964000463486, -0.008295975625514984, 0.1151021271944046, 0.15304014086723328, 0.12214863300323486, 0.2957419455051422, 0.08268889784812927, 0.026645636186003685, 0.08958091586828232, 0.17622539401054382, 0.09495089203119278, 0.07838419824838638, -0.045413073152303696, -0.014814783819019794, 0.014317171648144722, -0.04022889584302902, 0.010141594335436821, 0.14683100581169128, -0.2679629921913147, -0.006678564939647913, -0.2710230350494385, 0.0965198427438736, -0.10913380235433578, 0.11837165057659149, -0.01015760749578476, 0.10194015502929688, 0.11082887649536133, 0.03233652561903, -0.03858073800802231, 0.16613617539405823, 0.08450309932231903, -0.11277695000171661, 0.001758623169735074, 0.03737903758883476, 0.09715615212917328, -0.02818971499800682, 0.12721189856529236, -0.11048974841833115, -0.1464834064245224, 0.013753619976341724, 0.07152791321277618, -0.15373679995536804, 0.3138748109340668, 0.012069208547472954, -0.13481520116329193, -0.01481647603213787, -0.09957809001207352, -0.006440147757530212, 0.1254177987575531, 0.09333524852991104, 0.07935678958892822, -0.2185502052307129, -0.13339371979236603, 0.05872276425361633, -0.00575496768578887, 0.22408108413219452, -0.034034017473459244, -0.11356475204229355, -0.027013886719942093, 0.04241163283586502, -0.06043251231312752, 0.08524788916110992, 0.023536119610071182, -0.08113526552915573, -0.032957352697849274, 0.05323701351881027, 0.012368366122245789, 0.00524376705288887, 0.09360801428556442, 0.020107939839363098, -0.0009265501867048442, 0.01785753294825554, 0.047885000705718994, -0.0675911232829094, -0.1984109878540039, 0.09357594698667526, -0.05215044692158699, 0.0015536568826064467, -0.08013670891523361, -0.15122665464878082, -0.08837161958217621, -0.16009655594825745, 0.12540200352668762, -0.034406669437885284, 0.12700119614601135, -0.06619787961244583, 0.17341409623622894, -0.07871770113706589, 0.04481020197272301, -0.047349292784929276, 0.050332702696323395, -0.007268077693879604, -0.07756082713603973, 0.16585899889469147, -0.15564003586769104, 0.01809087023139, 0.19572502374649048, -0.018915493041276932, 0.07177707552909851, 0.021322092041373253, -0.0636206790804863, 0.23147478699684143, 0.3014698624610901, 0.008138049393892288, 0.1665448248386383, 0.3018903136253357, -0.07466315478086472, -0.2642788887023926, -0.05505012720823288, -0.2841376066207886, -0.05371501296758652, 0.10716094076633453, -0.22523896396160126, 0.06986407935619354, 0.14383509755134583, -0.06471995264291763, 0.30228954553604126, -0.21825523674488068, 0.012589273042976856, 0.15434536337852478, -0.08868814259767532, 0.5515313148498535, -0.1133413165807724, -0.17677772045135498, -0.008122089318931103, -0.08741296827793121, 0.10602109134197235, -0.0340677872300148, 0.06877441704273224, 0.013465235009789467, 0.04797380417585373, 0.048932258039712906, -0.03111894056200981, 0.22701001167297363, 0.008710170164704323, 0.09015397727489471, -0.07378865778446198, -0.18624304234981537, 0.11639340221881866, -0.04359482601284981, -0.08891059458255768, 0.0849778801202774, -0.05942516401410103, -0.11078983545303345, 0.04663389176130295, -0.07950539886951447, -0.024862350896000862, 0.08423490077257156, -0.04678233340382576, -0.042606171220541, -0.008054176345467567, -0.1618063747882843, -0.0002289071271661669, 0.31360217928886414, -0.07096036523580551, 0.16695955395698547, 0.03677211329340935, 0.00038613268407061696, -0.11027684062719345, 0.030288029462099075, -0.05203165486454964, -0.021576624363660812, 0.09578979015350342, -0.11096979677677155, 0.03204701095819473, 0.14160704612731934, -0.04864364117383957, 0.05846960097551346, 0.09256096184253693, -0.0849417969584465, 0.007583672646433115, 0.17753590643405914, -0.17537221312522888, -0.1273445188999176, -0.006135711446404457, -0.09862716495990753, 0.14055661857128143, 0.04394126310944557, 0.05191568285226822, 0.16669964790344238, 0.03967129811644554, -0.029474308714270592, -0.02817419543862343, -0.1153380498290062, -0.0201893113553524, 0.040153320878744125, 0.00045633706031367183, -0.08791285753250122, 0.2262638509273529, 0.06409153342247009, -0.1328488290309906, -0.051157206296920776, 0.2161225974559784, -0.06805316358804703, -0.04911920800805092, -0.223562553524971, 0.10752306133508682, -0.07112517952919006, -0.0965060144662857, 0.05453834682703018, -0.02270081453025341, 0.005106312222778797, 0.181985542178154, 0.03941008821129799, 0.11070270836353302, 0.03738937899470329, -0.02448922023177147, 0.15798696875572205, -0.142850860953331, -0.14191335439682007, -0.025354057550430298, -0.08757315576076508, -0.13844476640224457, -0.026804137974977493, 0.1617041826248169, -0.09177309274673462, -0.14772607386112213, -0.2621181011199951, 0.10968475043773651, -0.16432365775108337, -0.10192688554525375, -0.03469514101743698, -0.08968492597341537, 0.0696166530251503, 0.030301768332719803, -0.03093348816037178, -0.06706760823726654, -0.18593791127204895, 0.0816768929362297, 0.06349513679742813, 0.045533183962106705, -0.017847947776317596, 0.0067379772663116455, 0.1720137596130371, 0.025955144315958023, 0.10040043294429779, 0.16762186586856842, 0.011397695168852806, 0.2246655523777008, -0.1671202927827835, -0.11496317386627197, 0.1336962729692459, -0.026543032377958298, 0.06762003898620605, 0.16792191565036774, -0.0772583931684494, 0.015526676550507545, -0.028136352077126503, 0.07066910713911057, -0.11003983020782471, -0.105624258518219, 0.007937257178127766, 0.02567129209637642, -0.2755882740020752, -0.005599735304713249, -0.19717298448085785, 0.14788752794265747, 0.02579621411859989, 0.03297143429517746, 0.10257530212402344, 0.10404334217309952, 0.08312062919139862, -0.0017710148822516203, 0.03226327523589134, -0.1176818460226059, 0.02753005363047123, -0.059239376336336136, -0.020663779228925705, 0.017624232918024063, 0.36952024698257446, -0.03603357449173927, -0.046802736818790436, 0.003710439894348383, 0.1307835876941681, -0.02139742486178875, 0.017395347356796265, 0.13209912180900574, 0.12607666850090027, -0.08595693111419678, -0.1504845917224884, 0.04888554662466049, -0.04565655067563057, -0.02836887165904045, 0.1464131623506546, 0.05905961990356445, 0.1050296202301979, 0.0908031314611435, -0.014463032595813274, -0.00318976235575974, 0.012856799177825451, -0.15486004948616028, 0.06223496049642563, -0.010558074340224266, 0.012565906159579754, 0.017934376373887062, 0.15238402783870697, -0.005540105979889631, 0.07739730179309845, -0.09889880567789078, 0.004208535887300968, -0.13498884439468384, -0.07913459837436676, 0.03617347031831741, -0.13393273949623108, 0.04141177982091904, -0.01871878281235695, 0.029611799865961075, 0.30386561155319214, 0.02558239921927452, -0.020639164373278618, 0.12512871623039246, -0.1214587539434433, -0.12050267308950424, -0.001594188273884356, -0.029960084706544876, 0.0791488066315651, -0.02633434161543846, -0.0997740775346756, -0.1001306027173996, -0.15166029334068298, -0.09759195148944855, 0.05182836204767227, -0.04993441700935364, -0.059362251311540604, -0.17634081840515137, -0.05707859992980957, -0.05147340148687363, 0.14025864005088806, -0.12263951450586319, 0.15159130096435547, -0.014490418136119843, 0.004084470681846142, 0.04405883327126503, 0.1950942426919937, -0.03644494712352753, 0.08714226633310318, 0.0154351145029068, 0.1522706001996994, -0.05119588226079941, 0.14720745384693146, -0.10931728035211563, -0.04014137014746666, -0.06710435450077057, 0.21513493359088898, 0.25630924105644226, -0.06136954948306084, -0.008937356993556023, -0.012760217301547527, 0.058654606342315674, 0.1073930487036705, 0.16049085557460785, 0.002326392102986574, 0.2802925705909729, -0.03133585304021835, 0.04815128445625305, 0.02901598811149597, 0.013607407920062542, -0.06336209923028946, 0.03397751972079277, 0.07539387792348862, -0.035039983689785004, -0.1412304788827896, 0.15837742388248444, -0.21980468928813934, 0.18157227337360382, 0.11640069633722305, -0.19996967911720276, -0.013728445395827293, -0.04882071167230606, 0.1689416468143463, -0.0856364443898201, 0.1637246012687683, -0.0903693437576294, -0.2108195722103119, -0.2056000679731369, 0.03867346793413162, -0.34623071551322937, -0.254462867975235, 0.10422009229660034, 0.1488201916217804, 0.04015883058309555, -0.018507536500692368, -0.019967829808592796, -0.018367022275924683, 0.04877542704343796, -0.0067357709631323814, 0.06014643982052803, 0.031397558748722076, -0.02988368645310402, -0.24127542972564697, -0.029804671183228493, 0.023964406922459602, -0.07093082368373871, 0.07464958727359772, -0.06874357163906097, -0.022495782002806664, 0.08059766888618469, -0.03066304884850979, 0.03298592567443848, -0.035373736172914505, -0.16326889395713806, 0.027529051527380943, 0.03900543600320816, 0.036012712866067886, 0.00634160777553916, 0.0008072225609794259, -0.03455270454287529, 0.0644603744149208, -0.16716794669628143, -0.16015739738941193, 0.14140215516090393, -0.06745140254497528, 0.2779497504234314, -0.05812826007604599, -0.0809100940823555, 0.04766704887151718, -0.03426874056458473, 0.1807648241519928, -0.07756473124027252, 0.047254521399736404, 0.12766779959201813, 0.011127962730824947, 0.03121316432952881, -0.3092964291572571, 0.11082969605922699, -0.000795336440205574, -0.006093299947679043, -0.07581598311662674 ]
null
null
null
Now we only upload two models for creating demos for image and video classification. More models and code can be found in our github repo: [UniFormer](https://github.com/Sense-X/UniFormer).
{"license": "mit"}
null
Andy1621/uniformer
[ "license:mit", "has_space", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #license-mit #has_space #region-us
Now we only upload two models for creating demos for image and video classification. More models and code can be found in our github repo: UniFormer.
[]
[ "TAGS\n#license-mit #has_space #region-us \n" ]
[ 15 ]
[ "passage: TAGS\n#license-mit #has_space #region-us \n" ]
[ 0.08530651777982712, -0.023697305470705032, -0.004968962166458368, -0.050554338842630386, -0.01735161431133747, 0.03713279217481613, 0.13230444490909576, 0.07879144698381424, 0.1818152368068695, 0.008017006330192089, 0.16221337020397186, 0.011939001269638538, -0.057828139513731, 0.024426085874438286, 0.024150073528289795, -0.15571479499340057, 0.07942076027393341, -0.06180112063884735, 0.018813692033290863, 0.02312553860247135, 0.028800353407859802, -0.07971899211406708, 0.01291471254080534, -0.028237631544470787, -0.055104099214076996, 0.07829844206571579, -0.008879976347088814, -0.037801094353199005, 0.16554398834705353, -0.03954785317182541, 0.13277941942214966, 0.05315146967768669, -0.022573715075850487, -0.158523827791214, 0.020401280373334885, -0.03080316260457039, -0.10880497843027115, 0.03497321531176567, -0.018149102106690407, 0.01700836792588234, 0.09097543358802795, 0.030481256544589996, -0.021358229219913483, 0.023631054908037186, -0.18321290612220764, -0.24183335900306702, -0.06925301253795624, -0.0653858408331871, -0.01812884397804737, 0.042822688817977905, 0.02285241149365902, 0.16144151985645294, -0.1992681920528412, -0.010252027772367, 0.13042767345905304, -0.3505265712738037, 0.07840330898761749, 0.29463568329811096, 0.13547025620937347, 0.07977291941642761, -0.04402546212077141, 0.10570479929447174, 0.10235025733709335, -0.03396756574511528, -0.019217392429709435, -0.035186074674129486, 0.009508386254310608, 0.1750010997056961, -0.06725716590881348, -0.1147860735654831, 0.2765916883945465, -0.046871040016412735, 0.026779450476169586, 0.024431023746728897, -0.029416248202323914, -0.054329708218574524, 0.08246956020593643, 0.05333447456359863, 0.05761467292904854, 0.14331799745559692, 0.13005013763904572, -0.06531880050897598, -0.20524513721466064, 0.019218390807509422, -0.22007068991661072, 0.043506551533937454, -0.042365290224552155, 0.08924444019794464, -0.1716628074645996, 0.03400066867470741, -0.1051873192191124, -0.043068040162324905, 0.020206397399306297, -0.08959075063467026, 0.05269839987158775, 0.008175240829586983, -0.12206071615219116, 0.09271986782550812, 0.08268218487501144, 0.15445636212825775, -0.03021741844713688, -0.0057453578338027, -0.02434801496565342, 0.17460350692272186, 0.0799340084195137, 0.004337937571108341, 0.07674466818571091, 0.05494413897395134, -0.06953010708093643, -0.1531696766614914, 0.0401298925280571, -0.06747706979513168, -0.15105275809764862, -0.029317552223801613, -0.12748900055885315, 0.09020073711872101, 0.04614363983273506, -0.0602080263197422, -0.031531643122434616, 0.14233776926994324, 0.056308306753635406, -0.006194964051246643, 0.005583594087511301, -0.04664483293890953, 0.0527903288602829, -0.07590088993310928, -0.07294733822345734, 0.0232729259878397, 0.184566929936409, 0.06411483138799667, -0.1673620343208313, -0.00936459843069315, -0.03011261858046055, -0.03520887717604637, 0.0963900238275528, -0.11657555401325226, 0.029055796563625336, -0.12036313861608505, -0.02369779907166958, 0.0034940659534186125, 0.04434773325920105, -0.020532941445708275, 0.07207423448562622, 0.12963029742240906, -0.007398579269647598, 0.06706851720809937, -0.08940489590167999, -0.0712597593665123, -0.09963236004114151, 0.06486686319112778, -0.08362878859043121, 0.08697180449962616, -0.2568781077861786, -0.0029418652411550283, -0.12389691174030304, 0.0652807354927063, 0.01741691306233406, -0.08932790905237198, -0.07925731688737869, 0.17782258987426758, 0.024197770282626152, 0.014767976477742195, -0.16023163497447968, 0.09358934313058853, -0.05052508786320686, 0.06724186986684799, -0.18358440697193146, -0.00941553432494402, 0.08382008969783783, -0.08139098435640335, -0.12055697292089462, 0.008142602629959583, -0.011127865873277187, 0.09218265861272812, -0.0331045538187027, 0.4769859313964844, -0.13140860199928284, -0.17218108475208282, -0.0017310914117842913, 0.18805357813835144, -0.0703960508108139, -0.1693408489227295, 0.12421578168869019, -0.09112363308668137, -0.08499079197645187, -0.04071492329239845, -0.019320355728268623, 0.06773561984300613, -0.001815549680031836, -0.07452099770307541, -0.03926854580640793, 0.01409266609698534, 0.04283908009529114, 0.01603030227124691, 0.08895295858383179, -0.11550441384315491, 0.018334152176976204, 0.0947909876704216, 0.01139933429658413, 0.1787244975566864, 0.03591827303171158, 0.016996610909700394, 0.07987435162067413, -0.004780767019838095, -0.057946499437093735, -0.06953441351652145, -0.08131638169288635, -0.04532730206847191, -0.023520011454820633, 0.07663936167955399, 0.32896119356155396, 0.005269339308142662, -0.07384728640317917, 0.02634897641837597, 0.02115005813539028, 0.07299187034368515, 0.10831719636917114, 0.009338202886283398, -0.06048304960131645, -0.001368750468827784, -0.05978189781308174, -0.122349314391613, -0.037143997848033905, 0.01892373524606228, 0.1044677197933197, -0.02223007194697857, -0.05184752494096756, 0.05803119018673897, -0.01271419133991003, -0.006927978713065386, -0.021535571664571762, -0.0018777428194880486, 0.07848141342401505, -0.008998614735901356, -0.03900318220257759, 0.22469747066497803, -0.08970058709383011, 0.1817663460969925, 0.20078247785568237, -0.07756923139095306, -0.014027192257344723, -0.02809133380651474, -0.025773493573069572, 0.030442778021097183, 0.01738276332616806, -0.09659204632043839, -0.15298835933208466, -0.09763050824403763, -0.0027388848830014467, -0.024758612737059593, 0.016782434657216072, -0.0704321637749672, -0.10057897865772247, -0.1301422119140625, 0.0012864137534052134, 0.08994471281766891, -0.1689995527267456, 0.1938227117061615, 0.4839878976345062, 0.06673499196767807, 0.23112693428993225, -0.04483581706881523, 0.01756470836699009, -0.08532930165529251, -0.052628129720687866, -0.09810485690832138, 0.1860409528017044, -0.14765536785125732, -0.0586901530623436, 0.0554933063685894, 0.05685587227344513, 0.07943692803382874, -0.15856285393238068, -0.15190532803535461, 0.03777177631855011, 0.0550541952252388, -0.17932085692882538, 0.12508833408355713, -0.04119610786437988, 0.04404488205909729, 0.02788528986275196, -0.08335831761360168, 0.09101973474025726, -0.04236573353409767, -0.0006528504309244454, 0.026067152619361877, -0.17412221431732178, -0.062188807874917984, -0.12445944547653198, -0.09408267587423325, 0.06969869881868362, 0.05460098013281822, 0.10976457595825195, -0.07642391324043274, -0.015250521712005138, -0.023011108860373497, -0.023803068324923515, -0.18075548112392426, 0.0013401061296463013, -0.10172215104103088, 0.06514379382133484, -0.09201148897409439, -0.10152918100357056, -0.08840744197368622, -0.028452305123209953, -0.03199940547347069, 0.07375507801771164, 0.0015258120838552713, 0.07215580344200134, 0.12548156082630157, 0.018024848774075508, 0.040864329785108566, -0.07407814264297485, 0.173461452126503, -0.05328276753425598, -0.056678760796785355, 0.08562320470809937, 0.08399826288223267, 0.028960328549146652, 0.2571547031402588, 0.08700531721115112, -0.06734256446361542, -0.0085898507386446, -0.07771177589893341, -0.1717737913131714, -0.1414974182844162, -0.09609923511743546, -0.09910454601049423, 0.03468778729438782, -0.00506195891648531, 0.11510324478149414, 0.13128739595413208, -0.0013854802818968892, 0.08778361976146698, -0.09206588566303253, -0.09290298074483871, 0.00916005577892065, 0.1739838868379593, -0.10137566924095154, 0.057203322649002075, -0.12422078847885132, -0.03273587301373482, 0.13191451132297516, 0.14815202355384827, 0.07444195449352264, 0.23538853228092194, 0.045400165021419525, 0.144699826836586, 0.18669545650482178, 0.10664600133895874, 0.04736251384019852, 0.05556730926036835, -0.029814187437295914, -0.061336684972047806, -0.02346987836062908, 0.06109518185257912, 0.13457892835140228, 0.12725691497325897, -0.2448616772890091, 0.07758278399705887, -0.2995823919773102, 0.0475732795894146, -0.08351896703243256, 0.1575208306312561, -0.033962927758693695, 0.0849948301911354, 0.12480572611093521, 0.03458559885621071, 0.015354548580944538, 0.12733563780784607, 0.15679337084293365, -0.01794235035777092, -0.004715265240520239, 0.10382072627544403, 0.039459969848394394, 0.16019533574581146, 0.13027311861515045, -0.09428150206804276, -0.2680090069770813, 0.01496362965553999, 0.08259791135787964, -0.2093513458967209, 0.26573261618614197, -0.021154100075364113, -0.1586865335702896, -0.021205266937613487, -0.0683208480477333, 0.03797660022974014, 0.08889660984277725, 0.07931668311357498, 0.0650247186422348, -0.3182245194911957, -0.11637439578771591, 0.05861349403858185, -0.028012871742248535, 0.07546775043010712, -0.017897529527544975, -0.10147283971309662, -0.03509717062115669, 0.07485055923461914, 0.03429783508181572, 0.3290122151374817, -0.03452512249350548, -0.0838569700717926, 0.0032916790805757046, 0.09278057515621185, -0.04875461757183075, -0.04916010797023773, 0.033472977578639984, -0.12508827447891235, -0.015052419155836105, -0.004467267543077469, 0.0712323784828186, -0.07647143304347992, -0.19358915090560913, 0.08569939434528351, 0.011270590126514435, 0.024884365499019623, -0.032847411930561066, -0.10174549371004105, -0.13533297181129456, -0.10793726146221161, 0.13989102840423584, -0.048710886389017105, 0.07949886471033096, -0.07410033047199249, 0.049134593456983566, -0.12196450680494308, 0.08907809108495712, 0.012862824834883213, 0.11864102631807327, -0.14128939807415009, -0.10728370398283005, 0.10245875269174576, -0.18144871294498444, 0.048349011689424515, 0.008848992176353931, 0.003341158851981163, -0.017259638756513596, 0.13468021154403687, -0.07036793231964111, 0.19493751227855682, 0.30681419372558594, -0.08371318131685257, 0.21683645248413086, 0.20087864995002747, -0.08765526860952377, -0.26585108041763306, -0.0970466136932373, -0.3111043870449066, -0.027734650298953056, 0.21977637708187103, -0.08365403860807419, 0.016418611630797386, 0.11676742881536484, -0.1434270590543747, 0.13061781227588654, -0.23391969501972198, -0.04391809552907944, 0.12694023549556732, -0.13855178654193878, 0.4539618194103241, -0.14010465145111084, -0.09503457695245743, -0.033891450613737106, -0.11851859092712402, 0.16877996921539307, -0.11679108440876007, 0.0730450376868248, 0.005901600234210491, -0.01255027949810028, 0.00008703376079211012, -0.06040284410119057, 0.252918004989624, -0.00877452827990055, 0.08169616013765335, -0.10403478890657425, -0.20241223275661469, 0.2273520678281784, -0.0679948627948761, 0.0073997266590595245, -0.0702478289604187, -0.05071565508842468, -0.15347573161125183, 0.07208671420812607, -0.0903659462928772, 0.11533847451210022, -0.0031669093295931816, -0.08682398498058319, -0.14499689638614655, 0.05173521116375923, -0.06767763197422028, -0.03928026556968689, 0.29758599400520325, -0.044960867613554, 0.16883346438407898, 0.09742525964975357, -0.11395914852619171, -0.12012285739183426, -0.00026879028882831335, 0.04201821982860565, -0.03943916782736778, 0.09035709500312805, -0.22346587479114532, -0.03099578246474266, 0.06771892309188843, -0.03414974734187126, 0.06675169616937637, 0.08009763062000275, -0.05868325009942055, 0.04872075095772743, 0.20463015139102936, -0.09259139001369476, -0.1316981017589569, 0.06445293128490448, 0.05280040577054024, 0.18977953493595123, -0.046456001698970795, 0.05593806877732277, 0.04413960129022598, 0.04078672453761101, -0.0018359399400651455, -0.02738008461892605, -0.13872383534908295, -0.07980690896511078, 0.06921050697565079, 0.04094819724559784, -0.07449077069759369, 0.09396037459373474, 0.09133336693048477, 0.013010792434215546, -0.011524722911417484, 0.06371936947107315, 0.011626463383436203, -0.14674174785614014, -0.2049398422241211, -0.07409312576055527, -0.10006628930568695, -0.05164303630590439, 0.11398050934076309, -0.0745619535446167, -0.0617598295211792, 0.06321945041418076, 0.09023074060678482, 0.11515697836875916, 0.017582599073648453, -0.03089398518204689, 0.17432625591754913, -0.10666511952877045, -0.20635978877544403, 0.03608138859272003, -0.048805490136146545, -0.01670515350997448, -0.0166756734251976, 0.07394585758447647, -0.08937942981719971, -0.06160295754671097, -0.18940111994743347, 0.037212107330560684, -0.11649841070175171, -0.09722372889518738, -0.10586589574813843, -0.11114373058080673, 0.07943186908960342, -0.055344533175230026, -0.05878117308020592, -0.045412201434373856, -0.1707325279712677, 0.020347848534584045, 0.024704186245799065, 0.14994469285011292, -0.09799642860889435, -0.022118503227829933, 0.13126344978809357, 0.05043549835681915, 0.057835936546325684, 0.047674089670181274, 0.01843097060918808, 0.08668410032987595, -0.04040755331516266, -0.07826586812734604, 0.08843119442462921, -0.02406512387096882, 0.032812055200338364, 0.09945955127477646, -0.0824277400970459, 0.020374959334731102, 0.01843641698360443, 0.0580175556242466, -0.14884717762470245, -0.0766066238284111, -0.03202627971768379, 0.02796495333313942, -0.18485547602176666, 0.0709943175315857, -0.1639389544725418, 0.22864027321338654, -0.017592167481780052, 0.08026395738124847, 0.08965611457824707, -0.017445383593440056, -0.019468700513243675, 0.009044605307281017, -0.029301203787326813, -0.1252031922340393, -0.04741307720541954, -0.05057193711400032, -0.0663006603717804, -0.016085045412182808, 0.4019443690776825, 0.0903143361210823, -0.22069860994815826, 0.04823922738432884, 0.18697987496852875, 0.022914312779903412, -0.015336916781961918, 0.21434974670410156, 0.07390423119068146, -0.033975739032030106, -0.14146842062473297, 0.044489096850156784, -0.05422459915280342, -0.12911948561668396, 0.029659366235136986, 0.12464198470115662, 0.150990292429924, 0.0560639388859272, 0.09712773561477661, -0.07731636613607407, -0.0762258917093277, -0.11190339177846909, 0.09643002599477768, 0.031305596232414246, -0.0904516652226448, -0.00019217007502447814, 0.20343586802482605, -0.05764155089855194, 0.05866120383143425, -0.1054021567106247, 0.06596317142248154, -0.12166579067707062, -0.1146828755736351, 0.07271040230989456, -0.10094337165355682, 0.009401622228324413, 0.021634070202708244, 0.06745191663503647, 0.36547794938087463, 0.02908346615731716, 0.008601748384535313, 0.015659179538488388, -0.09210751205682755, -0.07680441439151764, -0.06952140480279922, -0.007760229986160994, 0.04950946569442749, -0.18826104700565338, -0.06150982156395912, -0.05301022529602051, -0.11176111549139023, -0.07050804048776627, 0.035286691039800644, -0.026851331815123558, -0.09433799237012863, -0.16866497695446014, -0.047922831028699875, -0.10147731006145477, 0.0821097120642662, -0.07399879395961761, 0.16230492293834686, -0.005008271429687738, 0.033423926681280136, 0.01622382178902626, 0.18669116497039795, -0.04862743988633156, -0.025612691417336464, 0.057191189378499985, 0.07986430823802948, -0.027315406128764153, 0.13326139748096466, -0.1169724315404892, -0.016867510974407196, -0.09589611738920212, 0.05361147224903107, 0.3519294261932373, -0.04649987816810608, 0.05104555934667587, 0.007652997970581055, 0.002228349447250366, 0.0444222055375576, 0.1118188127875328, 0.03506673127412796, 0.18130920827388763, -0.09794728457927704, 0.0797363817691803, -0.03513564541935921, 0.005851823836565018, -0.05601728707551956, 0.03466290608048439, 0.040765926241874695, -0.0913894921541214, -0.06863942742347717, 0.07837934046983719, -0.12832343578338623, 0.07148957252502441, 0.14890329539775848, -0.16211366653442383, -0.00016219895042013377, 0.06961045414209366, 0.24560964107513428, -0.06974487006664276, 0.11793283373117447, -0.11150026321411133, -0.09310740977525711, -0.1522446572780609, -0.016733545809984207, -0.2666783332824707, -0.12748843431472778, 0.12182269245386124, 0.0718730092048645, 0.16661414504051208, -0.04383749142289162, -0.0008652672986499965, 0.04244701564311981, 0.07427436113357544, -0.06740604341030121, 0.1306891143321991, 0.07238204777240753, -0.04099508002400398, -0.17899541556835175, -0.16376805305480957, 0.003931613173335791, -0.05635594576597214, 0.09874530881643295, -0.09935122728347778, 0.04689280316233635, 0.12500011920928955, -0.018253780901432037, -0.013989649713039398, -0.05308988690376282, -0.07899519056081772, 0.09210751950740814, -0.05598300322890282, -0.006266210228204727, -0.052039701491594315, 0.020490022376179695, -0.055236395448446274, 0.08813643455505371, -0.1824074238538742, -0.1275245100259781, 0.10842733830213547, -0.00021407243912108243, 0.12300577759742737, -0.020119279623031616, -0.04160623624920845, -0.0538015179336071, -0.0015722473617643118, 0.10977794229984283, -0.04721866175532341, 0.01917850412428379, 0.14870710670948029, -0.006553201470524073, 0.019322877749800682, -0.21119220554828644, 0.050058674067258835, -0.010063969530165195, -0.0669555813074112, -0.04577590897679329 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # distilbert-base-uncased-finetuned-ner This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset. It achieves the following results on the evaluation set: - Loss: 0.0609 - Precision: 0.9275 - Recall: 0.9365 - F1: 0.9320 - Accuracy: 0.9840 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:| | 0.2527 | 1.0 | 878 | 0.0706 | 0.9120 | 0.9181 | 0.9150 | 0.9803 | | 0.0517 | 2.0 | 1756 | 0.0603 | 0.9174 | 0.9349 | 0.9261 | 0.9830 | | 0.031 | 3.0 | 2634 | 0.0609 | 0.9275 | 0.9365 | 0.9320 | 0.9840 | ### Framework versions - Transformers 4.9.2 - Pytorch 1.9.0+cu102 - Datasets 1.11.0 - Tokenizers 0.10.3
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["conll2003"], "metrics": ["precision", "recall", "f1", "accuracy"], "model_index": [{"name": "distilbert-base-uncased-finetuned-ner", "results": [{"task": {"name": "Token Classification", "type": "token-classification"}, "dataset": {"name": "conll2003", "type": "conll2003", "args": "conll2003"}, "metric": {"name": "Accuracy", "type": "accuracy", "value": 0.984018301110458}}]}]}
token-classification
Ann2020/distilbert-base-uncased-finetuned-ner
[ "transformers", "pytorch", "tensorboard", "distilbert", "token-classification", "generated_from_trainer", "dataset:conll2003", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #token-classification #generated_from_trainer #dataset-conll2003 #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased-finetuned-ner ===================================== This model is a fine-tuned version of distilbert-base-uncased on the conll2003 dataset. It achieves the following results on the evaluation set: * Loss: 0.0609 * Precision: 0.9275 * Recall: 0.9365 * F1: 0.9320 * Accuracy: 0.9840 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 2e-05 * train\_batch\_size: 16 * eval\_batch\_size: 16 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * num\_epochs: 3 ### Training results ### Framework versions * Transformers 4.9.2 * Pytorch 1.9.0+cu102 * Datasets 1.11.0 * Tokenizers 0.10.3
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.9.2\n* Pytorch 1.9.0+cu102\n* Datasets 1.11.0\n* Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #token-classification #generated_from_trainer #dataset-conll2003 #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.9.2\n* Pytorch 1.9.0+cu102\n* Datasets 1.11.0\n* Tokenizers 0.10.3" ]
[ 65, 98, 4, 34 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #distilbert #token-classification #generated_from_trainer #dataset-conll2003 #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3### Training results### Framework versions\n\n\n* Transformers 4.9.2\n* Pytorch 1.9.0+cu102\n* Datasets 1.11.0\n* Tokenizers 0.10.3" ]
[ -0.10257266461849213, 0.10689127445220947, -0.002135234186425805, 0.11783239245414734, 0.16193117201328278, 0.03428632393479347, 0.11159374564886093, 0.1199946179986, -0.11583255976438522, 0.02691405825316906, 0.1255667805671692, 0.1717144101858139, 0.011411176063120365, 0.11925674974918365, -0.05559837818145752, -0.2487507313489914, -0.0050977603532373905, 0.0522906668484211, -0.07939406484365463, 0.12719814479351044, 0.09692419320344925, -0.13894835114479065, 0.08975819498300552, 0.009629743173718452, -0.22011429071426392, 0.006540716625750065, 0.010389287956058979, -0.057057563215494156, 0.13262182474136353, 0.029448775574564934, 0.13713768124580383, -0.003716002916917205, 0.09055202454328537, -0.17385700345039368, 0.006272798869758844, 0.052835170179605484, 0.0055535021238029, 0.09148404747247696, 0.050162628293037415, 0.011551780626177788, 0.12215645611286163, -0.07205011695623398, 0.05806273967027664, 0.01780826784670353, -0.11502990126609802, -0.22369509935379028, -0.09116529673337936, 0.04274629056453705, 0.07282238453626633, 0.09951849281787872, 0.0035151084885001183, 0.1422019600868225, -0.09048224240541458, 0.08911260962486267, 0.21023422479629517, -0.2951172888278961, -0.06758634001016617, 0.05217491090297699, 0.009363980032503605, 0.03534988686442375, -0.1067875474691391, -0.03958957642316818, 0.05534925311803818, 0.046875372529029846, 0.12972596287727356, -0.03650148585438728, -0.1260860413312912, 0.014966495335102081, -0.14231173694133759, -0.025553254410624504, 0.16703489422798157, 0.038535814732313156, -0.030252106487751007, -0.03985200077295303, -0.05689819157123566, -0.1617071032524109, -0.027330685406923294, -0.011657587252557278, 0.04668330028653145, -0.03675147145986557, -0.06589055806398392, 0.005668020807206631, -0.10775914043188095, -0.06914613395929337, -0.08780388534069061, 0.1443527787923813, 0.0368361622095108, 0.016550743952393532, -0.021145397797226906, 0.10674230754375458, 0.00971375685185194, -0.12006071954965591, 0.019876087084412575, 0.026162317022681236, -0.009843269363045692, -0.05536011606454849, -0.05809292942285538, -0.049120452255010605, 0.009916664101183414, 0.13790027797222137, -0.05680856108665466, 0.03978908807039261, 0.05018801614642143, 0.04173600301146507, -0.08285925537347794, 0.1809801608324051, -0.05219833552837372, -0.019810758531093597, 0.004370763897895813, 0.04092414304614067, 0.019125914201140404, -0.0011338405311107635, -0.12023103982210159, 0.005745219998061657, 0.09535814821720123, 0.004147795494645834, -0.0673273429274559, 0.07369008660316467, -0.06398935616016388, -0.025726698338985443, 0.015794064849615097, -0.08938533812761307, 0.034558866173028946, -0.004574921447783709, -0.08451719582080841, -0.021282393485307693, 0.019698476418852806, 0.016817890107631683, -0.007298739161342382, 0.12088781595230103, -0.09639383852481842, 0.020484885200858116, -0.09818141907453537, -0.11038532853126526, 0.02505374513566494, -0.09409861266613007, 0.03253860026597977, -0.09892499446868896, -0.1720694601535797, -0.012580150738358498, 0.060904596000909805, -0.024498632177710533, -0.061558470129966736, -0.04173995554447174, -0.07972116023302078, 0.01089392974972725, -0.01502831932157278, 0.1295744776725769, -0.06541511416435242, 0.09588607400655746, 0.030656039714813232, 0.06229865550994873, -0.05430718883872032, 0.05421668663620949, -0.09912177920341492, 0.012169446796178818, -0.15596827864646912, 0.02302655763924122, -0.0580003447830677, 0.06652257591485977, -0.08765943348407745, -0.10298271477222443, 0.014162926003336906, -0.0024995552375912666, 0.06516057997941971, 0.07721677422523499, -0.1743832230567932, -0.07234153896570206, 0.13466539978981018, -0.0705799087882042, -0.12353990226984024, 0.10888886451721191, -0.05844981223344803, 0.03993016481399536, 0.057887036353349686, 0.15287919342517853, 0.07796791940927505, -0.08645305782556534, -0.011347244493663311, 0.014711123891174793, 0.04509470611810684, -0.0798424482345581, 0.06966478377580643, 0.00721197621896863, 0.028078114613890648, 0.027316497638821602, -0.02634434401988983, 0.05395751819014549, -0.09317413717508316, -0.09314049035310745, -0.037830471992492676, -0.0995723307132721, 0.036145031452178955, 0.07926076650619507, 0.07186107337474823, -0.09282150864601135, -0.07972051948308945, 0.08177598565816879, 0.09495457261800766, -0.054760877043008804, 0.025125721469521523, -0.0675840750336647, 0.07223954796791077, -0.0422675646841526, -0.029698945581912994, -0.1829986423254013, -0.03942184895277023, 0.008636033162474632, 0.003021247684955597, 0.014840368181467056, 0.0323185957968235, 0.0657239630818367, 0.06324545294046402, -0.05484577268362045, -0.02317681536078453, -0.02954741381108761, 0.003665232565253973, -0.12872639298439026, -0.20204247534275055, -0.04039756581187248, -0.024224642664194107, 0.13936825096607208, -0.20367403328418732, 0.03207268938422203, 0.0034518050961196423, 0.09040891379117966, 0.023119863122701645, -0.009218372404575348, -0.04154008999466896, 0.08245464414358139, -0.049712829291820526, -0.05316980183124542, 0.06453173607587814, 0.01075131818652153, -0.08585108071565628, -0.06103229895234108, -0.09580741077661514, 0.1701965481042862, 0.13829614222049713, -0.11520227044820786, -0.07954493910074234, -0.011012527160346508, -0.0651334598660469, -0.03459090739488602, -0.04043775424361229, 0.03110075742006302, 0.15772640705108643, -0.017081089317798615, 0.14647769927978516, -0.06630313396453857, -0.05142214894294739, 0.019305195659399033, -0.03025737777352333, 0.011807989329099655, 0.11129029095172882, 0.13593634963035583, -0.07543794810771942, 0.15852738916873932, 0.15036776661872864, -0.10311073809862137, 0.12658628821372986, -0.04442308843135834, -0.0727008581161499, -0.02193276397883892, -0.026427753269672394, -0.0010437191231176257, 0.11050189286470413, -0.127411887049675, 0.003578177886083722, 0.029975246638059616, 0.01902511715888977, 0.02199140377342701, -0.22291326522827148, -0.03310355916619301, 0.027333125472068787, -0.0332387313246727, 0.0037354982923716307, -0.015661634504795074, 0.0035482558887451887, 0.10398665815591812, 0.004884182941168547, -0.0900135487318039, 0.0477588027715683, 0.005060550756752491, -0.07159095257520676, 0.21253779530525208, -0.09733790159225464, -0.14268039166927338, -0.12187550961971283, -0.07525323331356049, -0.048345983028411865, 0.013522164896130562, 0.05219174921512604, -0.0788089707493782, -0.0390995554625988, -0.06355657428503036, 0.004568812437355518, -0.004871648736298084, 0.03657187893986702, 0.01143302209675312, 0.005730183329433203, 0.06656189262866974, -0.10988134890794754, -0.006333136931061745, -0.0577835887670517, -0.06237242370843887, 0.04380995035171509, 0.04271816834807396, 0.11711698770523071, 0.15721161663532257, -0.017557168379426003, 0.00851417612284422, -0.031156061217188835, 0.2288646250963211, -0.06593994796276093, -0.028961263597011566, 0.12919208407402039, -0.009929496794939041, 0.04220135137438774, 0.1190226599574089, 0.07230554521083832, -0.08674050122499466, 0.005436392035335302, 0.03942713886499405, -0.031324706971645355, -0.21948863565921783, -0.055578336119651794, -0.05598044395446777, -0.008511992171406746, 0.09054353833198547, 0.02822740375995636, 0.044122133404016495, 0.06960738450288773, 0.039248038083314896, 0.08881890028715134, -0.04343678802251816, 0.05972421541810036, 0.12310957163572311, 0.04629362002015114, 0.12503637373447418, -0.04454752430319786, -0.05460190400481224, 0.0454937182366848, 0.0019419236341491342, 0.22716905176639557, -0.0005727194366045296, 0.12647686898708344, 0.06008889898657799, 0.1749647557735443, -0.00833900086581707, 0.07291427999734879, -0.005746134556829929, -0.03987148404121399, -0.012472844682633877, -0.03708015754818916, -0.034347862005233765, 0.02586940862238407, -0.05287307873368263, 0.06403771042823792, -0.11345787346363068, 0.005682764574885368, 0.05716291815042496, 0.24149414896965027, 0.044431421905756, -0.3312619626522064, -0.09660900384187698, 0.0024477827828377485, -0.02735011652112007, -0.02160869725048542, 0.027949295938014984, 0.09697362780570984, -0.08471434563398361, 0.031649306416511536, -0.0657590702176094, 0.08480478078126907, -0.051121246069669724, 0.03825845941901207, 0.09628364443778992, 0.0979205071926117, 0.011953654699027538, 0.08082187920808792, -0.29160138964653015, 0.2690572738647461, 0.008924073539674282, 0.07132874429225922, -0.07321619242429733, 0.009845796972513199, 0.026299722492694855, 0.0662982240319252, 0.06555520743131638, -0.015949413180351257, -0.04154850170016289, -0.1958675980567932, -0.046585485339164734, 0.021205075085163116, 0.07501678913831711, -0.019492635503411293, 0.09044121205806732, -0.030884578824043274, 0.005687625613063574, 0.07824200391769409, -0.019253045320510864, -0.04602174833416939, -0.1021808534860611, -0.005905162543058395, 0.033588957041502, -0.05099212005734444, -0.06550386548042297, -0.1113305613398552, -0.1207781657576561, 0.16339445114135742, -0.04703390598297119, -0.031653087586164474, -0.11149590462446213, 0.09101971238851547, 0.08141118288040161, -0.08343981951475143, 0.050548676401376724, 0.004768820945173502, 0.07102912664413452, 0.041531674563884735, -0.06969762593507767, 0.1052062064409256, -0.07477688789367676, -0.1645338386297226, -0.06491687148809433, 0.09525387734174728, 0.02993704192340374, 0.06441383808851242, -0.013187172822654247, 0.017573650926351547, -0.038901329040527344, -0.08625425398349762, 0.0225649606436491, 0.0027792404871433973, 0.09741127490997314, 0.02260586805641651, -0.06394831836223602, 0.005972160957753658, -0.0410202331840992, -0.02972317487001419, 0.18561892211437225, 0.23374448716640472, -0.1017196998000145, 0.012011860497295856, 0.029208404943346977, -0.06888892501592636, -0.2048378884792328, 0.046403009444475174, 0.057852063328027725, 0.0047014919109642506, 0.032089963555336, -0.17762093245983124, 0.14529697597026825, 0.11783050000667572, -0.015021003782749176, 0.10179189592599869, -0.3191489577293396, -0.12212952226400375, 0.12492790818214417, 0.13922272622585297, 0.09984779357910156, -0.14013047516345978, -0.018513884395360947, -0.019863026216626167, -0.13842298090457916, 0.12493053823709488, -0.0876714289188385, 0.11659301817417145, -0.028129810467362404, 0.07395990192890167, 0.0026967802550643682, -0.06176922842860222, 0.11551443487405777, 0.027484368532896042, 0.10084055364131927, -0.05619349703192711, -0.040298499166965485, 0.04670201241970062, -0.03348155319690704, 0.015739601105451584, -0.0655851662158966, 0.028645936399698257, -0.09789232909679413, -0.021353380754590034, -0.07207971066236496, 0.048725806176662445, -0.03406777232885361, -0.06913526356220245, -0.04665534198284149, 0.03562808036804199, 0.04485441744327545, -0.01702725887298584, 0.14202144742012024, 0.037332117557525635, 0.14171113073825836, 0.1047665923833847, 0.07376423478126526, -0.07037815451622009, -0.06986622512340546, -0.01626497134566307, -0.018700022250413895, 0.062000952661037445, -0.12901175022125244, 0.026952475309371948, 0.14903636276721954, 0.020929526537656784, 0.1332315057516098, 0.08632484823465347, -0.0217620637267828, 0.005286148749291897, 0.06646241992712021, -0.16259565949440002, -0.06390699744224548, 0.0015072595560923219, -0.057025227695703506, -0.11260165274143219, 0.06244749203324318, 0.09178977459669113, -0.06449292600154877, -0.006214931607246399, 0.00014366250252351165, 0.0046936827711761, -0.056346770375967026, 0.20090271532535553, 0.06305893510580063, 0.04165611043572426, -0.1020943894982338, 0.07907908409833908, 0.05045801401138306, -0.07640902698040009, 0.0015616881428286433, 0.05322441831231117, -0.0852014422416687, -0.04552051052451134, 0.07263685017824173, 0.1598092019557953, -0.060386862605810165, -0.05363338813185692, -0.1316606104373932, -0.11792398244142532, 0.081228107213974, 0.15180635452270508, 0.11949104070663452, 0.025165241211652756, -0.05469372496008873, 0.014029556885361671, -0.12603920698165894, 0.09054654091596603, 0.035625867545604706, 0.07468850165605545, -0.1593312919139862, 0.16073296964168549, 0.0047991215251386166, 0.04003587365150452, -0.020474154502153397, 0.03668485954403877, -0.10853808373212814, 0.006130939815193415, -0.10515554249286652, -0.02810758724808693, -0.0387374609708786, 0.008668601512908936, 0.007569545414298773, -0.057304251939058304, -0.06301896274089813, 0.01565830036997795, -0.1115681529045105, -0.016295142471790314, 0.03991443291306496, 0.060321494936943054, -0.11697385460138321, -0.04070170223712921, 0.0186704620718956, -0.05828416720032692, 0.06905531138181686, 0.04242846369743347, 0.0320124514400959, 0.05555545166134834, -0.1285451352596283, 0.004157054703682661, 0.07660582661628723, 0.021845374256372452, 0.07840928435325623, -0.08749091625213623, -0.00854906253516674, 0.005565047729760408, 0.04786356911063194, 0.014671041630208492, 0.07486680895090103, -0.13456808030605316, -0.00603193836286664, -0.03330151364207268, -0.0814175233244896, -0.06990070641040802, 0.029145408421754837, 0.10731085389852524, 0.012591168284416199, 0.21013209223747253, -0.07106515765190125, 0.028179313987493515, -0.20097672939300537, 0.004464857280254364, -0.01444533746689558, -0.10881432145833969, -0.13040749728679657, -0.05322272330522537, 0.06049045920372009, -0.05596129968762398, 0.140372633934021, 0.023743484169244766, 0.0316137820482254, 0.029980964958667755, -0.01858562044799328, 0.017516858875751495, 0.024602951481938362, 0.20487891137599945, 0.036262281239032745, -0.034158360213041306, 0.06056304648518562, 0.04953337833285332, 0.10477840155363083, 0.10488863289356232, 0.1933765858411789, 0.13779212534427643, -0.019143249839544296, 0.09288588911294937, 0.03717418015003204, -0.07774414122104645, -0.15891620516777039, 0.048920512199401855, -0.05493518337607384, 0.10290555655956268, -0.02133130468428135, 0.21787579357624054, 0.05851215496659279, -0.16837619245052338, 0.031999215483665466, -0.05831674858927727, -0.08656351268291473, -0.10577195882797241, -0.04508952796459198, -0.08353891223669052, -0.1327272355556488, 0.00244988314807415, -0.12003796547651291, 0.0072814468294382095, 0.11733652651309967, 0.00689263641834259, -0.020739635452628136, 0.15455392003059387, 0.004676206968724728, 0.037168145179748535, 0.03898647800087929, 0.015024689957499504, -0.03529379516839981, -0.11337575316429138, -0.06814830750226974, -0.027277376502752304, -0.015438061207532883, 0.03499316796660423, -0.06380917876958847, -0.049399688839912415, 0.0374315120279789, -0.014202388003468513, -0.08975864201784134, 0.009421238675713539, 0.016873829066753387, 0.05884702503681183, 0.03414895012974739, 0.00756101543083787, 0.022278156131505966, -0.010302809998393059, 0.20501486957073212, -0.08114145696163177, -0.06710121780633926, -0.11041346192359924, 0.24597355723381042, 0.04165305569767952, -0.008117852732539177, 0.039589256048202515, -0.0706552118062973, -0.002480443101376295, 0.24066998064517975, 0.2035217136144638, -0.08473917096853256, -0.011699052527546883, 0.01694473810493946, -0.011102065443992615, -0.038360096514225006, 0.10657345503568649, 0.13597814738750458, 0.05998950079083443, -0.08815456181764603, -0.055220168083906174, -0.05561618506908417, -0.006499017588794231, -0.036989569664001465, 0.05201679468154907, 0.04206009954214096, 0.0024434293154627085, -0.03716452047228813, 0.04341211915016174, -0.06207267567515373, -0.10133861750364304, 0.08099346607923508, -0.20555680990219116, -0.16261844336986542, -0.010292020626366138, 0.10730019211769104, -0.00180132279638201, 0.06289472430944443, -0.03442684933543205, -0.0036697534378618, 0.0792972519993782, -0.019254565238952637, -0.1022777110338211, -0.07868801802396774, 0.09882033616304398, -0.09212043881416321, 0.219284787774086, -0.04895363748073578, 0.07764836400747299, 0.13003841042518616, 0.06137606501579285, -0.08199066668748856, 0.057359881699085236, 0.04790106043219566, -0.08003731817007065, 0.026846934109926224, 0.07107675820589066, -0.03685322403907776, 0.08493088185787201, 0.04148416221141815, -0.13557806611061096, 0.0168593879789114, -0.06607910245656967, -0.05481208860874176, -0.04437702149152756, -0.03258514031767845, -0.059459637850522995, 0.13471892476081848, 0.2130807340145111, -0.027496853843331337, -0.005448038224130869, -0.06909433752298355, 0.02116369642317295, 0.05875011906027794, 0.0300047118216753, -0.060887474566698074, -0.22189098596572876, 0.022934293374419212, 0.03414474427700043, -0.021947430446743965, -0.20572969317436218, -0.09149613231420517, 0.004231357481330633, -0.07519501447677612, -0.09985218942165375, 0.07605442404747009, 0.0797385722398758, 0.047053322196006775, -0.06337019056081772, -0.038063615560531616, -0.08172333985567093, 0.14079931378364563, -0.14567437767982483, -0.09615381062030792 ]
null
null
transformers
Pre-trained to have better reasoning ability, try this if you are working with task like QA. For more details please see https://openreview.net/forum?id=cGB7CMFtrSx This is based on bert-base-uncased model and pre-trained for text input
{}
feature-extraction
Anonymous/ReasonBERT-BERT
[ "transformers", "pytorch", "bert", "feature-extraction", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #bert #feature-extraction #endpoints_compatible #region-us
Pre-trained to have better reasoning ability, try this if you are working with task like QA. For more details please see URL This is based on bert-base-uncased model and pre-trained for text input
[]
[ "TAGS\n#transformers #pytorch #bert #feature-extraction #endpoints_compatible #region-us \n" ]
[ 29 ]
[ "passage: TAGS\n#transformers #pytorch #bert #feature-extraction #endpoints_compatible #region-us \n" ]
[ -0.0680389553308487, -0.01353863999247551, -0.009260591119527817, 0.003671469632536173, 0.13468711078166962, 0.03987877443432808, -0.0037161505315452814, 0.08307137340307236, 0.06908576935529709, -0.009869525209069252, 0.10839105397462845, 0.22950756549835205, -0.03434249758720398, 0.027836797758936882, -0.06780551373958588, -0.2686935067176819, 0.08416040241718292, 0.1071663498878479, -0.04096720367670059, 0.08816211670637131, 0.04718845710158348, -0.10185960680246353, 0.059242263436317444, -0.017401615157723427, -0.13960762321949005, 0.0563788041472435, 0.027032675221562386, -0.08215486258268356, 0.11170924454927444, 0.02429274097084999, 0.171868696808815, 0.00669759139418602, -0.10259579122066498, -0.1729365438222885, 0.024251695722341537, -0.016173768788576126, -0.06165656819939613, 0.030105262994766235, 0.07771246135234833, -0.10020971298217773, 0.020183663815259933, 0.09852731972932816, 0.01621491089463234, 0.024930456653237343, -0.16311487555503845, -0.17609833180904388, -0.05667632818222046, 0.04488549754023552, 0.011052189394831657, 0.0923970639705658, 0.017688613384962082, 0.13918437063694, -0.16459354758262634, 0.0862865000963211, 0.20043151080608368, -0.2896837890148163, 0.005618520081043243, 0.0522591732442379, 0.113655686378479, 0.001720004715025425, -0.01478634774684906, 0.03469560667872429, -0.004047111142426729, 0.02000080794095993, -0.006694010924547911, -0.09492320567369461, -0.04227415472269058, 0.06858084350824356, -0.10082858055830002, -0.0836600661277771, 0.20075856149196625, -0.01962403394281864, 0.051189083606004715, 0.03468365967273712, -0.10027022659778595, -0.05228475481271744, -0.027127007022500038, -0.0054167937487363815, -0.017817793413996696, 0.05698308348655701, 0.01829976961016655, -0.01984529010951519, -0.10944897681474686, 0.021823197603225708, -0.20916391909122467, 0.2347520887851715, 0.014309053309261799, 0.08769264817237854, -0.20601022243499756, 0.05224275588989258, -0.09036950021982193, -0.09105360507965088, 0.021519731730222702, -0.08566883206367493, 0.041528768837451935, 0.002083035884425044, -0.07495059072971344, 0.017543062567710876, 0.047651853412389755, 0.14729511737823486, -0.014067264273762703, 0.025938095524907112, 0.0008498468669131398, 0.1009284183382988, 0.030102098360657692, 0.13388332724571228, 0.011944600380957127, -0.02840438298881054, 0.01732935756444931, -0.1329825222492218, -0.036133281886577606, -0.051770441234111786, -0.12022732943296432, -0.047808099538087845, 0.045948151499032974, 0.08258914202451706, 0.022342177107930183, 0.005320239346474409, -0.08945681154727936, -0.015853654593229294, 0.059366438537836075, -0.07202005386352539, 0.0043303403072059155, -0.000528825621586293, 0.03741177171468735, 0.18082594871520996, -0.029030190780758858, -0.03096860460937023, -0.04084136709570885, 0.09087810665369034, -0.08448517322540283, 0.014714745804667473, -0.05083002150058746, -0.062201209366321564, 0.03654183819890022, -0.16100244224071503, 0.057043030858039856, -0.14560800790786743, -0.09376321732997894, 0.039873939007520676, 0.05335168540477753, -0.002770928665995598, 0.03388800472021103, 0.0009603195358067751, -0.018828926607966423, -0.007003897335380316, -0.06842755526304245, -0.08064226061105728, -0.06478630751371384, 0.09923757612705231, 0.00029352123965509236, 0.04672098159790039, -0.12116226553916931, 0.08672743290662766, -0.09672944992780685, 0.03750492259860039, -0.16180843114852905, -0.008461673744022846, -0.02150292508304119, 0.16466088593006134, -0.005621116608381271, -0.07621955871582031, -0.11902043223381042, 0.047062430530786514, -0.035698723047971725, 0.14959093928337097, -0.05622879043221474, -0.13087990880012512, 0.20922459661960602, -0.11588329821825027, -0.1731778234243393, 0.05696214735507965, -0.008520878851413727, -0.015484592877328396, 0.06328354775905609, 0.20762446522712708, 0.0946868285536766, -0.044678352773189545, 0.08127391338348389, 0.1397486925125122, -0.11663860827684402, -0.14153334498405457, 0.027016308158636093, -0.042085859924554825, -0.07503706961870193, 0.041700031608343124, 0.011108353734016418, 0.09523002058267593, -0.0771002322435379, -0.030855905264616013, -0.01680048368871212, -0.01671411283314228, 0.08776957541704178, 0.055555809289216995, 0.10667075961828232, -0.03498975560069084, 0.011802191846072674, 0.03473251312971115, -0.014134183526039124, 0.0038637330289930105, 0.04732990637421608, -0.060643456876277924, 0.1918257176876068, -0.07546142488718033, 0.003813444171100855, -0.2566893398761749, -0.06994711607694626, 0.00528657017275691, 0.06658254563808441, -0.04811577871441841, 0.15633022785186768, 0.09267178922891617, -0.07167497277259827, 0.016395436599850655, -0.03712666034698486, 0.08581963181495667, 0.02451246976852417, -0.033985935151576996, -0.04179177060723305, -0.011763811111450195, -0.07896506786346436, -0.09305226802825928, -0.010189443826675415, -0.01599530130624771, 0.09464821219444275, 0.10299675166606903, 0.01377725787460804, 0.03143538534641266, -0.06555043905973434, 0.06333392858505249, -0.022575706243515015, 0.018025120720267296, 0.09356045722961426, -0.021321585401892662, -0.06097353622317314, 0.13765394687652588, -0.094614177942276, 0.3545747399330139, 0.19013811647891998, -0.3164325952529907, 0.018932169303297997, -0.04782366380095482, -0.00977459829300642, 0.036739129573106766, 0.09889727830886841, -0.029969865456223488, 0.09724640101194382, 0.027196763083338737, 0.13298392295837402, -0.030379584059119225, -0.03850182890892029, 0.0005746455863118172, -0.02981492318212986, -0.05865705385804176, 0.07086624205112457, 0.07261653989553452, -0.15486454963684082, 0.16527150571346283, 0.26989927887916565, 0.03292781859636307, 0.12406831979751587, -0.0661960020661354, -0.0376574881374836, 0.019656166434288025, 0.009992681443691254, -0.040347639471292496, 0.046730417758226395, -0.2736447751522064, -0.052413634955883026, 0.0692915990948677, 0.02405851148068905, 0.0952937975525856, -0.12900009751319885, -0.04021916538476944, 0.03706459701061249, 0.014877407811582088, -0.08638262748718262, 0.0609026663005352, 0.05720122531056404, 0.05891529843211174, 0.019035693258047104, -0.06259000301361084, 0.10445338487625122, 0.00871498417109251, -0.04073162376880646, 0.17662526667118073, -0.123042032122612, -0.2620071768760681, -0.12311730533838272, -0.15138909220695496, 0.015030097216367722, 0.01922003924846649, 0.08840186893939972, -0.06919815391302109, -0.031516414135694504, 0.06873156130313873, 0.03529629856348038, -0.14966927468776703, 0.029128234833478928, -0.07160747051239014, 0.03280840069055557, -0.07802597433328629, -0.0789455845952034, -0.06994608044624329, -0.06953756511211395, -0.009727881290018559, 0.09203583002090454, -0.1189604178071022, 0.10165828466415405, 0.13272233307361603, 0.0363771878182888, 0.08464014530181885, -0.008833634667098522, 0.1828852891921997, -0.05849464610219002, -0.0809895321726799, 0.21144624054431915, -0.04404043033719063, 0.0901838093996048, 0.09279557317495346, 0.039735835045576096, -0.06724223494529724, -0.04217485338449478, -0.06174955144524574, -0.10350338369607925, -0.18064221739768982, -0.09564316272735596, -0.14665037393569946, 0.014125813730061054, 0.01768936589360237, 0.03677418455481529, 0.08474641293287277, 0.06241949275135994, 0.0594039149582386, -0.04961218684911728, -0.04142293706536293, 0.02869315631687641, 0.21291007101535797, -0.022173935547471046, 0.09922134131193161, -0.0371907539665699, -0.0987340658903122, 0.07145325094461441, 0.03712000325322151, 0.24907712638378143, 0.10089749097824097, 0.035659585148096085, 0.0526948980987072, 0.17874057590961456, 0.13417154550552368, 0.17221486568450928, -0.020648453384637833, -0.02667684480547905, -0.01199409831315279, 0.002160619245842099, -0.05968237295746803, 0.013288183137774467, 0.17365947365760803, -0.1238851547241211, -0.08988935500383377, -0.2173749804496765, 0.07477087527513504, 0.06237781420350075, 0.031422216445207596, -0.18417076766490936, 0.003690242301672697, 0.0649406686425209, -0.00521667068824172, -0.04713871702551842, 0.07263871282339096, -0.017426704987883568, -0.11952719837427139, 0.034282006323337555, -0.05946141108870506, 0.10967221111059189, -0.012345034629106522, 0.07638204097747803, -0.026442036032676697, -0.12944473326206207, 0.06673547625541687, 0.07164321839809418, -0.19538965821266174, 0.2909071147441864, -0.012455099262297153, -0.06202757731080055, -0.04829925298690796, 0.005193088203668594, 0.012985559180378914, 0.160504549741745, 0.1260947436094284, 0.022533811628818512, -0.0578787624835968, -0.1674206554889679, 0.04693714529275894, 0.028735041618347168, 0.13825884461402893, -0.05239944905042648, -0.014248479157686234, -0.02063719928264618, -0.011673306114971638, -0.020329756662249565, 0.05532294511795044, 0.08330490440130234, -0.14671963453292847, 0.052545733749866486, -0.06558147072792053, 0.0409327894449234, -0.012272844091057777, -0.00765871349722147, -0.047818366438150406, 0.14944994449615479, -0.0652761161327362, -0.048871852457523346, -0.1053028553724289, -0.10936398059129715, 0.12579044699668884, -0.0932580903172493, 0.09765078127384186, -0.06662343442440033, -0.03391622006893158, -0.06140284985303879, -0.20473268628120422, 0.1305530071258545, -0.09915255755186081, 0.04976314306259155, -0.038567788898944855, 0.181097149848938, -0.060539573431015015, 0.005303262732923031, 0.026644282042980194, 0.01667754538357258, -0.11381230503320694, -0.08549114316701889, -0.015935804694890976, -0.016310077160596848, 0.0518048033118248, 0.06849704682826996, -0.062081992626190186, 0.04358658939599991, 0.00031327479518949986, 0.06365568935871124, 0.24294216930866241, 0.14630047976970673, -0.051170576363801956, 0.11532986164093018, 0.14450006186962128, -0.031972140073776245, -0.27944883704185486, -0.06474616378545761, -0.13329371809959412, -0.03996938094496727, -0.0014406027039512992, -0.13789600133895874, 0.14261819422245026, 0.044858112931251526, -0.006724648643285036, 0.11656755954027176, -0.24167363345623016, -0.05383818969130516, 0.16473250091075897, 0.01709013618528843, 0.44809144735336304, -0.11115505546331406, -0.09658455848693848, 0.012760866433382034, -0.2474503070116043, 0.10122992098331451, 0.014938225969672203, 0.0646388828754425, -0.02196873165667057, 0.05254409834742546, 0.0362543947994709, -0.0707058236002922, 0.1153612732887268, 0.036213282495737076, 0.044825151562690735, -0.05749816447496414, -0.12735342979431152, 0.05762515589594841, -0.0197214987128973, -0.0027702997904270887, 0.06281710416078568, 0.01907024346292019, -0.15264934301376343, -0.028649672865867615, -0.1261925846338272, 0.07312501221895218, 0.036964092403650284, -0.035512425005435944, 0.003519417019560933, -0.027797704562544823, -0.003173819277435541, 0.024623822420835495, 0.2571793794631958, -0.02694554440677166, 0.12917625904083252, 0.020508399233222008, 0.05970452353358269, -0.2093375027179718, -0.1727571189403534, -0.06916570663452148, -0.04265722632408142, 0.09737759083509445, -0.03340640291571617, 0.05482974648475647, 0.14861060678958893, -0.01582632027566433, 0.028938481584191322, 0.1354859471321106, 0.012413929216563702, -0.017079832032322884, 0.12271753698587418, -0.1915288269519806, -0.02804369106888771, -0.03969001770019531, -0.08020538836717606, 0.08018501847982407, 0.07493545114994049, 0.09324722737073898, 0.06881885975599289, -0.012770483270287514, -0.0276129599660635, -0.03462065011262894, -0.07952789962291718, 0.0472898855805397, 0.03613487631082535, 0.03859974071383476, -0.13946987688541412, 0.03557739406824112, -0.016765620559453964, -0.2670823633670807, -0.05293544381856918, 0.07872454822063446, -0.11887070536613464, -0.10548925399780273, -0.08829343318939209, 0.11399594694375992, -0.1680411845445633, -0.027427881956100464, -0.03792887181043625, -0.12483807653188705, 0.07226365804672241, 0.21823963522911072, 0.10136004537343979, 0.1148689016699791, -0.045093145221471786, 0.0007684463635087013, 0.024442041292786598, -0.0601712167263031, 0.01604810729622841, 0.016433462500572205, -0.0998239740729332, -0.0008209992665797472, -0.020151354372501373, 0.15397760272026062, -0.0796075239777565, -0.06533236801624298, -0.15189164876937866, 0.07058283686637878, -0.0721585750579834, -0.08680808544158936, -0.1218729019165039, -0.05743737146258354, 0.024261746555566788, -0.05391566827893257, -0.03601766377687454, -0.021656449884176254, -0.14623980224132538, 0.04485916718840599, 0.010332317091524601, -0.005168382078409195, -0.06595148891210556, -0.030757123604416847, 0.11516020447015762, -0.06426966190338135, 0.07983355224132538, 0.19698777794837952, -0.06767240911722183, 0.13421446084976196, -0.12187573313713074, -0.17356571555137634, 0.10550028830766678, 0.028678571805357933, 0.08807408809661865, 0.07333525270223618, 0.031008796766400337, 0.07151902467012405, -0.0006563866045325994, 0.03527871519327164, -0.026205046102404594, -0.13518503308296204, -0.022110003978013992, 0.008841688744723797, -0.18046444654464722, -0.03447321802377701, -0.07454892992973328, 0.15258778631687164, 0.02735028602182865, 0.11539342999458313, 0.016432136297225952, 0.10955704003572464, -0.04023033380508423, -0.0037069369573146105, 0.006354177836328745, -0.1867031753063202, 0.027574164792895317, -0.07603352516889572, 0.009099473245441914, 0.004562267567962408, 0.26294976472854614, -0.016851287335157394, 0.06874511390924454, 0.019947905093431473, 0.0317598320543766, 0.06296208500862122, 0.029733985662460327, 0.2593200206756592, 0.1191045418381691, -0.04764638841152191, -0.09192530065774918, 0.09628601372241974, 0.0015705273253843188, 0.0005639182054437697, 0.12658140063285828, 0.12427230179309845, 0.03164798021316528, 0.10732870548963547, 0.03856581449508667, 0.04636436328291893, -0.1138598844408989, -0.24980735778808594, 0.006955720484256744, 0.07651596516370773, 0.030513912439346313, 0.09611864387989044, 0.11702555418014526, -0.040339987725019455, 0.09750796854496002, -0.006009524688124657, -0.03278311714529991, -0.1306307315826416, -0.048490166664123535, -0.05248153209686279, -0.1226581484079361, 0.010182006284594536, -0.07812222838401794, 0.0005351413274183869, 0.15948551893234253, 0.02424205094575882, -0.019147196784615517, 0.14117267727851868, 0.03290129452943802, -0.05950130149722099, 0.0636630430817604, -0.017126450315117836, 0.0027530856896191835, 0.04465898126363754, -0.016934748739004135, -0.11656554788351059, -0.08354712277650833, -0.050883643329143524, 0.024923330172896385, -0.09700026363134384, 0.004247597418725491, -0.11320921033620834, -0.11535467207431793, -0.04546694457530975, 0.048496924340724945, -0.07876671850681305, 0.1265949159860611, -0.016160227358341217, 0.0028664041310548782, 0.009360520169138908, 0.15711569786071777, -0.07741065323352814, -0.012710070237517357, -0.020163269713521004, 0.21036958694458008, 0.0989537462592125, 0.10912171006202698, -0.0009331207838840783, 0.015002057887613773, -0.05219440162181854, 0.29989543557167053, 0.2444397360086441, -0.028167791664600372, 0.04460100829601288, 0.0873914435505867, 0.038083989173173904, 0.0968138724565506, 0.09690817445516586, 0.10102183371782303, 0.3200364112854004, -0.07682528346776962, -0.045907747000455856, -0.03448496013879776, -0.00849792081862688, -0.09551121294498444, 0.035898253321647644, 0.07948186993598938, -0.06152723729610443, -0.07321841269731522, 0.10746033489704132, -0.16515599191188812, 0.11578583717346191, 0.11013679206371307, -0.20921821892261505, -0.049416057765483856, -0.07384659349918365, 0.17109091579914093, -0.0024887267500162125, 0.1266387403011322, -0.04354546591639519, -0.13439299166202545, 0.06285285204648972, 0.048469748347997665, -0.2756679356098175, -0.0980004072189331, 0.11060073226690292, 0.024665147066116333, 0.007802571170032024, -0.02169145829975605, -0.004367694724351168, 0.06355959177017212, 0.09860705584287643, -0.0003893781395163387, 0.02548590861260891, 0.03634477034211159, -0.10912884771823883, -0.08365445584058762, 0.008976423181593418, 0.008719995617866516, -0.08448972553014755, 0.023103585466742516, -0.19627802073955536, 0.044169794768095016, -0.0157186109572649, -0.044235143810510635, 0.003991053905338049, -0.029606744647026062, -0.059212785214185715, 0.03327903896570206, 0.08572027087211609, 0.023666096851229668, -0.03819211944937706, -0.05403012037277222, 0.0019490038976073265, 0.07524687796831131, -0.06805311143398285, -0.173606276512146, -0.04840735346078873, -0.08657971769571304, 0.0992082953453064, -0.05511601269245148, -0.0752784013748169, -0.04562166705727577, -0.03257971256971359, 0.06480588763952255, -0.12087775766849518, 0.04490482062101364, 0.03911556303501129, 0.041156258434057236, 0.0160878524184227, -0.035335659980773926, 0.044597625732421875, 0.07137373089790344, -0.11931539326906204, -0.07447930425405502 ]
null
null
transformers
Pre-trained to have better reasoning ability, try this if you are working with task like QA. For more details please see https://openreview.net/forum?id=cGB7CMFtrSx This is based on roberta-base model and pre-trained for text input
{}
feature-extraction
Anonymous/ReasonBERT-RoBERTa
[ "transformers", "pytorch", "roberta", "feature-extraction", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #roberta #feature-extraction #endpoints_compatible #region-us
Pre-trained to have better reasoning ability, try this if you are working with task like QA. For more details please see URL This is based on roberta-base model and pre-trained for text input
[]
[ "TAGS\n#transformers #pytorch #roberta #feature-extraction #endpoints_compatible #region-us \n" ]
[ 30 ]
[ "passage: TAGS\n#transformers #pytorch #roberta #feature-extraction #endpoints_compatible #region-us \n" ]
[ -0.06385086476802826, -0.015064781531691551, -0.009285440668463707, 0.005133595783263445, 0.14468014240264893, 0.028980428352952003, -0.0024224664084613323, 0.09294742345809937, 0.015450677834451199, -0.005549874156713486, 0.10132493823766708, 0.2598955035209656, -0.03146638348698616, 0.03436874598264694, -0.06504406034946442, -0.27513426542282104, 0.08069883286952972, 0.09182171523571014, -0.054253458976745605, 0.09752502292394638, 0.06526201963424683, -0.08786329627037048, 0.05739372968673706, -0.011836287565529346, -0.1536192148923874, 0.053732067346572876, 0.027488335967063904, -0.09712719917297363, 0.11418675631284714, 0.02405671775341034, 0.1624012142419815, 0.012149838730692863, -0.10394403338432312, -0.16444040834903717, 0.02977742813527584, -0.011480492539703846, -0.06358275562524796, 0.02747214026749134, 0.06258273124694824, -0.12535785138607025, 0.06873837113380432, 0.09567593783140182, 0.01888161152601242, 0.027231086045503616, -0.17040593922138214, -0.17476369440555573, -0.06788770109415054, 0.039518389850854874, 0.012200610712170601, 0.09537360072135925, 0.016384949907660484, 0.14199326932430267, -0.16269035637378693, 0.08555322885513306, 0.1959926337003708, -0.26822033524513245, -0.003987718839198351, 0.05976399779319763, 0.11398186534643173, -0.001037734211422503, -0.00889719370752573, 0.03862019255757332, -0.00396114494651556, 0.019761087372899055, -0.015736272558569908, -0.09742236882448196, -0.0819028913974762, 0.06119588389992714, -0.09016262739896774, -0.08627156913280487, 0.20116233825683594, -0.026716377586126328, 0.04713087156414986, 0.0270808357745409, -0.09576978534460068, -0.04080211743712425, -0.029363110661506653, 0.0034213438630104065, -0.022492220625281334, 0.054633066058158875, -0.006463970523327589, -0.020432142540812492, -0.10404597222805023, 0.01875033974647522, -0.20108702778816223, 0.24154943227767944, 0.018484052270650864, 0.08595488965511322, -0.20599260926246643, 0.049710243940353394, -0.07399062812328339, -0.09450148791074753, 0.012908238917589188, -0.09111513942480087, 0.03173619881272316, 0.011025309562683105, -0.06976991891860962, -0.0025964798405766487, 0.0635678842663765, 0.1825352907180786, 0.008296459913253784, 0.019750375300645828, 0.013801375404000282, 0.10463475435972214, 0.0290212482213974, 0.1264764368534088, -0.0011833906173706055, -0.03497210144996643, 0.03199223056435585, -0.14326374232769012, -0.01767840050160885, -0.04976187273859978, -0.11108648031949997, -0.06046697497367859, 0.03326264023780823, 0.09315914660692215, 0.044422734528779984, 0.003404357936233282, -0.0826534554362297, -0.015097375959157944, 0.03636964038014412, -0.06976314634084702, -0.016022736206650734, -0.025205865502357483, 0.0348382331430912, 0.18212468922138214, -0.024584097787737846, -0.022798685356974602, -0.0314871147274971, 0.07325941324234009, -0.07667767256498337, 0.00563276931643486, -0.04888911545276642, -0.04790203645825386, 0.03552401438355446, -0.17376789450645447, 0.07018138468265533, -0.16214483976364136, -0.10567351430654526, 0.02398543804883957, 0.05251266062259674, -0.013606905937194824, 0.018212007358670235, 0.0008300190092995763, -0.023563532158732414, -0.010466021485626698, -0.062123607844114304, -0.07295306026935577, -0.05915934965014458, 0.10421432554721832, 0.012024818919599056, 0.06093055382370949, -0.10627388954162598, 0.08263276517391205, -0.10078594088554382, 0.037063755095005035, -0.1744224727153778, 0.006122931372374296, -0.018849004060029984, 0.18528525531291962, -0.005059282761067152, -0.06493164598941803, -0.11649122089147568, 0.048483867198228836, -0.033960431814193726, 0.1380777209997177, -0.040789805352687836, -0.11951392889022827, 0.2219909429550171, -0.11985055357217789, -0.16653865575790405, 0.05150201544165611, -0.009343497455120087, 0.01092976052314043, 0.056043773889541626, 0.193550705909729, 0.10839205235242844, -0.02644285559654236, 0.08379656821489334, 0.10952618718147278, -0.14689211547374725, -0.1516871601343155, 0.029365461319684982, -0.03736719489097595, -0.051041968166828156, 0.043046921491622925, 0.02316589653491974, 0.09981302171945572, -0.07573725283145905, -0.03905932605266571, -0.022333800792694092, -0.023799659684300423, 0.059069905430078506, 0.05799601972103119, 0.09869461506605148, -0.039458002895116806, 0.008840900845825672, -0.019036076962947845, 0.002496098168194294, 0.007811111398041248, 0.0468200147151947, -0.0629206970334053, 0.19560468196868896, -0.07558416575193405, 0.0026263983454555273, -0.26542341709136963, -0.05998822674155235, -0.012884694151580334, 0.07701021432876587, -0.039750758558511734, 0.15212872624397278, 0.0827840194106102, -0.08465175330638885, 0.01772575080394745, -0.02490491047501564, 0.07927173376083374, 0.016830185428261757, -0.004809052217751741, -0.04553547501564026, 0.007636399008333683, -0.08577995002269745, -0.06796261668205261, 0.0034977549221366644, -0.015369415283203125, 0.08273216336965561, 0.09922834485769272, 0.015670783817768097, 0.03587990999221802, -0.05443378537893295, 0.06346239894628525, -0.03510582819581032, 0.009136022068560123, 0.08656524121761322, -0.013942711055278778, -0.04587791487574577, 0.14181891083717346, -0.09249865263700485, 0.3215487003326416, 0.18185928463935852, -0.30347514152526855, -0.006851902697235346, -0.015493959188461304, -0.01561931986361742, 0.03434612601995468, 0.09115459769964218, -0.004641135688871145, 0.07178042829036713, 0.018421774730086327, 0.12788216769695282, -0.02537350356578827, -0.02702079899609089, 0.009784688241779804, -0.0463106743991375, -0.042157500982284546, 0.07120604068040848, 0.07710514217615128, -0.14851443469524384, 0.15864981710910797, 0.22580330073833466, 0.018222641199827194, 0.12332776188850403, -0.05934269353747368, -0.03509126976132393, 0.0198514461517334, 0.014261445961892605, -0.024852696806192398, 0.04216377064585686, -0.238153874874115, -0.05248481035232544, 0.06735669821500778, 0.007870999164879322, 0.09500325471162796, -0.12380232661962509, -0.051753200590610504, 0.03086848556995392, 0.02437683381140232, -0.062244806438684464, 0.0826130211353302, 0.0519227497279644, 0.06415089964866638, 0.021955855190753937, -0.06118430942296982, 0.09492205083370209, 0.010321668349206448, -0.0258706696331501, 0.18041537702083588, -0.10047104954719543, -0.25638502836227417, -0.1283043920993805, -0.1498395949602127, 0.02174636907875538, 0.022131210193037987, 0.08790101855993271, -0.07045383751392365, -0.0318719781935215, 0.07761450856924057, 0.03820517286658287, -0.1408652812242508, 0.016396570950746536, -0.06769852340221405, 0.06335407495498657, -0.08520789444446564, -0.07488887757062912, -0.0637911930680275, -0.06961411237716675, -0.008588377386331558, 0.10500647872686386, -0.11694475263357162, 0.12386710196733475, 0.1230054572224617, 0.03798072785139084, 0.07801061868667603, -0.007200594991445541, 0.1580139398574829, -0.07430753856897354, -0.08174161612987518, 0.23562610149383545, -0.024959323927760124, 0.08944825828075409, 0.1009269431233406, 0.029500890523195267, -0.06537828594446182, -0.03897763788700104, -0.06425579637289047, -0.11963868141174316, -0.18925228714942932, -0.09510603547096252, -0.15199771523475647, 0.009634141810238361, 0.012384912930428982, 0.03671766072511673, 0.1111338660120964, 0.08805195987224579, 0.05827319994568825, -0.05317244306206703, -0.04393045976758003, 0.04381903260946274, 0.20768970251083374, -0.01343078725039959, 0.10189762711524963, -0.058321524411439896, -0.11170149594545364, 0.07125551253557205, 0.04256333038210869, 0.26831600069999695, 0.088131844997406, 0.016499539837241173, 0.0636761486530304, 0.17840729653835297, 0.13208730518817902, 0.15430687367916107, -0.00010016473243013024, -0.026631997898221016, -0.013668256811797619, 0.008345509879291058, -0.06155092641711235, 0.018643135204911232, 0.15707145631313324, -0.1311899572610855, -0.07589611411094666, -0.1884274035692215, 0.07704228162765503, 0.08168032765388489, 0.029023226350545883, -0.18674033880233765, 0.004675410222262144, 0.0616491474211216, 0.002135996473953128, -0.048291295766830444, 0.06849811971187592, -0.049135953187942505, -0.13586419820785522, 0.03819575533270836, -0.06257672607898712, 0.10812324285507202, -0.019033532589673996, 0.05936569347977638, -0.05109548568725586, -0.10954880714416504, 0.06468524783849716, 0.07360300421714783, -0.18977569043636322, 0.2900700867176056, -0.020916648209095, -0.051943860948085785, -0.05151033028960228, 0.007084227632731199, 0.01850147545337677, 0.12459460645914078, 0.13787364959716797, 0.01169506274163723, -0.09561675786972046, -0.1417309045791626, 0.0526253841817379, 0.024745646864175797, 0.13177774846553802, -0.04425402358174324, -0.004912948235869408, -0.02831178903579712, -0.005981407128274441, -0.03073454648256302, 0.024798497557640076, 0.09800375998020172, -0.14804083108901978, 0.048477645963430405, -0.06262041628360748, 0.02536887675523758, -0.007476631551980972, 0.001890820567496121, -0.031428880989551544, 0.1548634022474289, -0.04362072795629501, -0.04843563213944435, -0.10831433534622192, -0.10158171504735947, 0.1306576430797577, -0.09889598190784454, 0.11227363348007202, -0.07849285006523132, -0.03888741508126259, -0.06388439238071442, -0.2005506157875061, 0.1156938225030899, -0.09890647977590561, 0.0496794693171978, -0.027983220294117928, 0.16526778042316437, -0.0715445801615715, -0.008817683905363083, 0.025592414662241936, 0.03137204051017761, -0.12784887850284576, -0.08522845804691315, -0.017809869721531868, -0.028634479269385338, 0.04671195521950722, 0.08423996716737747, -0.04056588560342789, 0.027212295681238174, -0.008832357823848724, 0.037162892520427704, 0.23819535970687866, 0.15442277491092682, -0.05651946738362312, 0.11426988244056702, 0.12315292656421661, -0.02201829105615616, -0.2788844406604767, -0.07418065518140793, -0.13812005519866943, -0.038206711411476135, 0.00696260342374444, -0.1250704675912857, 0.12168985605239868, 0.04547782987356186, -0.013425312004983425, 0.10540615767240524, -0.2472325563430786, -0.05005945637822151, 0.15389741957187653, 0.018644941970705986, 0.4575948715209961, -0.1188167855143547, -0.08623696863651276, 0.003862947691231966, -0.24687284231185913, 0.07085911184549332, 0.011936426162719727, 0.07499406486749649, -0.03244795277714729, 0.04736597463488579, 0.03686956688761711, -0.07208147644996643, 0.11471361666917801, 0.022073909640312195, 0.044929251074790955, -0.07244949787855148, -0.11124182492494583, 0.10286208242177963, -0.015300635248422623, -0.0050648413598537445, 0.06975525617599487, 0.03092455118894577, -0.14282739162445068, -0.02883860468864441, -0.12893575429916382, 0.0673123225569725, 0.045940231531858444, -0.0312773659825325, -0.021133890375494957, -0.017504289746284485, -0.007087114732712507, 0.023189645260572433, 0.2563543915748596, -0.03169017657637596, 0.1349637657403946, 0.0013767582131549716, 0.044892318546772, -0.16648022830486298, -0.15353333950042725, -0.07329395413398743, -0.045410316437482834, 0.08030392229557037, -0.057370904833078384, 0.04424937814474106, 0.12818582355976105, -0.011470883153378963, 0.014056824147701263, 0.1264086365699768, 0.002897654427215457, 0.012034682556986809, 0.1447809636592865, -0.1756868213415146, -0.028171690180897713, -0.03446973115205765, -0.09055300801992416, 0.09088072925806046, 0.07435077428817749, 0.09411273896694183, 0.06571480631828308, -0.018981756642460823, -0.028008541092276573, -0.030856363475322723, -0.08180715888738632, 0.03947928920388222, 0.049919646233320236, 0.029678989201784134, -0.13986897468566895, 0.045224227011203766, -0.010367793031036854, -0.24286721646785736, -0.04969225823879242, 0.07840146124362946, -0.1123693585395813, -0.10457366704940796, -0.07767839729785919, 0.09202548116445541, -0.2140902876853943, -0.02267160452902317, -0.06349923461675644, -0.11770719289779663, 0.06333013623952866, 0.21254046261310577, 0.09868352860212326, 0.10633136332035065, -0.03035801276564598, -0.007315680384635925, -0.0018257511546835303, -0.06888289004564285, 0.035882383584976196, 0.01742403768002987, -0.10654822736978531, -0.013085786253213882, -0.015023128129541874, 0.1582639515399933, -0.07710592448711395, -0.07031884789466858, -0.14089199900627136, 0.07921142131090164, -0.06581617891788483, -0.08757209032773972, -0.13379138708114624, -0.05702613294124603, 0.012627244926989079, -0.04807054623961449, -0.04831128939986229, -0.01635758951306343, -0.13668900728225708, 0.03847036510705948, -0.00038623635191470385, -0.014978359453380108, -0.06152840331196785, -0.032951463013887405, 0.11450357735157013, -0.061417944729328156, 0.08015674352645874, 0.18746672570705414, -0.061468981206417084, 0.11967609822750092, -0.12061136960983276, -0.16550152003765106, 0.10195887833833694, 0.014303894713521004, 0.0769711285829544, 0.060982972383499146, 0.038085367530584335, 0.06824029237031937, 0.0029890055302530527, 0.03697440028190613, -0.0525151826441288, -0.1394134908914566, -0.004608143121004105, -0.001323558622971177, -0.17958295345306396, -0.042609356343746185, -0.06074961647391319, 0.1523188352584839, 0.026956113055348396, 0.11042318493127823, 0.01464739628136158, 0.11204704642295837, -0.03462216630578041, -0.0043201385997235775, -0.0059247552417218685, -0.1812969446182251, 0.03344079852104187, -0.0752311423420906, 0.0031492821872234344, 0.004114403389394283, 0.25750866532325745, -0.01247873343527317, 0.06379381567239761, 0.01573655568063259, 0.0473262220621109, 0.06712984293699265, 0.027704894542694092, 0.24377460777759552, 0.12231839448213577, -0.044221099466085434, -0.08844592422246933, 0.10171226412057877, -0.0007046945975162089, -0.016299262642860413, 0.11799948662519455, 0.13732421398162842, 0.04778554290533066, 0.09616072475910187, 0.041776690632104874, 0.05678790062665939, -0.08034898340702057, -0.2286994755268097, 0.01383887603878975, 0.04834045469760895, 0.03618953749537468, 0.05134647712111473, 0.160496786236763, -0.03144993633031845, 0.09732294827699661, -0.003477601334452629, -0.022745778784155846, -0.12699970602989197, -0.060730449855327606, -0.06092950329184532, -0.11452095955610275, 0.02177003212273121, -0.07603906840085983, 0.0022313809022307396, 0.1651918888092041, 0.01757129095494747, -0.02670317515730858, 0.1260107308626175, 0.04507188871502876, -0.0686829686164856, 0.06384464353322983, -0.01811792701482773, 0.007580884266644716, 0.060263365507125854, -0.004374262876808643, -0.11547832190990448, -0.07480235397815704, -0.04465668275952339, 0.028309794142842293, -0.09951897710561752, 0.01448278408497572, -0.13140350580215454, -0.11086682230234146, -0.03745458647608757, 0.06091129034757614, -0.060054223984479904, 0.11171942949295044, -0.008737585507333279, -0.0008773995214141905, 0.014113265089690685, 0.18241138756275177, -0.06584436446428299, -0.03387127444148064, -0.03430141508579254, 0.18090331554412842, 0.10518935322761536, 0.0908096432685852, -0.008607333526015282, 0.00584696838632226, -0.0359165333211422, 0.30120110511779785, 0.244326651096344, -0.014387011528015137, 0.04424916207790375, 0.07633586972951889, 0.03645412623882294, 0.09816477447748184, 0.08907593041658401, 0.10069703310728073, 0.3217599391937256, -0.07863158732652664, -0.05487590655684471, -0.040980178862810135, -0.003980510868132114, -0.10178855061531067, 0.043578047305345535, 0.07078622281551361, -0.06538262963294983, -0.06111028045415878, 0.1238260418176651, -0.17221085727214813, 0.1293565034866333, 0.12202806770801544, -0.21380753815174103, -0.062026429921388626, -0.07184997200965881, 0.15289561450481415, 0.007882736623287201, 0.12288114428520203, -0.04702778160572052, -0.13500550389289856, 0.03967854008078575, 0.0580216720700264, -0.27587568759918213, -0.09295329451560974, 0.10220883041620255, 0.04567577317357063, -0.006333829835057259, -0.04220867529511452, -0.01610800065100193, 0.08189918845891953, 0.0896003395318985, -0.00986965000629425, 0.040737852454185486, 0.033039480447769165, -0.09599144756793976, -0.05563031882047653, 0.02183057926595211, 0.005322638899087906, -0.10835620760917664, 0.034200895577669144, -0.16660606861114502, 0.0489426925778389, -0.01145821064710617, -0.01599251478910446, 0.0010292201768606901, -0.0197499617934227, -0.06339138001203537, 0.04008465260267258, 0.08010312914848328, 0.014744442887604237, -0.019745592027902603, -0.05554961785674095, 0.004103188402950764, 0.08454829454421997, -0.06369369477033615, -0.17850320041179657, -0.04140846058726311, -0.09310215711593628, 0.09144173562526703, -0.05257553234696388, -0.09420716017484665, -0.04277665913105011, -0.04775228723883629, 0.04618983343243599, -0.11710405349731445, 0.05789521709084511, 0.04547496512532234, 0.0381653755903244, 0.01945863664150238, -0.013953929767012596, 0.036217838525772095, 0.07433764636516571, -0.12732478976249695, -0.07548326998949051 ]
null
null
transformers
Pre-trained to have better reasoning ability, try this if you are working with task like QA. For more details please see https://openreview.net/forum?id=cGB7CMFtrSx This is based on tapas-base(no_reset) model and pre-trained for table input
{}
feature-extraction
Anonymous/ReasonBERT-TAPAS
[ "transformers", "pytorch", "tapas", "feature-extraction", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tapas #feature-extraction #endpoints_compatible #region-us
Pre-trained to have better reasoning ability, try this if you are working with task like QA. For more details please see URL This is based on tapas-base(no_reset) model and pre-trained for table input
[]
[ "TAGS\n#transformers #pytorch #tapas #feature-extraction #endpoints_compatible #region-us \n" ]
[ 30 ]
[ "passage: TAGS\n#transformers #pytorch #tapas #feature-extraction #endpoints_compatible #region-us \n" ]
[ -0.0691797137260437, -0.07712923735380173, -0.008569680154323578, 0.003274564864113927, 0.15867257118225098, 0.01808781921863556, -0.017889654263854027, 0.10221903026103973, 0.05290442332625389, 0.001763633918017149, 0.06873477250337601, 0.2616657614707947, -0.009622948244214058, 0.12035280466079712, -0.07759847491979599, -0.28172528743743896, 0.10288829356431961, 0.08937598019838333, -0.053381528705358505, 0.10047413408756256, 0.051943350583314896, -0.07300934940576553, 0.06586845964193344, -0.02143731527030468, -0.11744654923677444, 0.05950077250599861, 0.03007322922348976, -0.10896344482898712, 0.11363367736339569, 0.004743639845401049, 0.1591583490371704, -0.010690275579690933, -0.12448986619710922, -0.15883269906044006, 0.023976502940058708, -0.0020363370422273874, -0.03975571691989899, 0.018321389332413673, 0.09388133138418198, -0.0975232720375061, 0.03225509822368622, 0.09967818111181259, 0.03217384219169617, 0.02116924710571766, -0.18031525611877441, -0.18671907484531403, -0.07008356600999832, 0.03443652018904686, 0.046717569231987, 0.10851480811834335, 0.0074530113488435745, 0.14026829600334167, -0.17080646753311157, 0.0755869522690773, 0.1769351065158844, -0.28054285049438477, 0.0030933457892388105, 0.025956543162465096, 0.11530686169862747, -0.028894947841763496, 0.012959416024386883, 0.02147284708917141, -0.011035632342100143, 0.02328409068286419, -0.016126319766044617, -0.08679916709661484, -0.06360369175672531, 0.04169202595949173, -0.08251423388719559, -0.08977438509464264, 0.23941859602928162, -0.03918834030628204, 0.04882541298866272, 0.014391557313501835, -0.10537765175104141, -0.02965271845459938, -0.023665810003876686, -0.003291323082521558, -0.018398292362689972, 0.06314406543970108, 0.04283039644360542, 0.0013108017155900598, -0.10475750267505646, 0.025837857276201248, -0.21754927933216095, 0.19904105365276337, 0.028255876153707504, 0.0770893394947052, -0.2152785360813141, 0.05698494613170624, -0.07036580890417099, -0.08539017289876938, 0.02643335796892643, -0.08537572622299194, 0.012024716474115849, 0.006386071443557739, -0.0596446767449379, 0.017387468367815018, 0.042441803961992264, 0.14222782850265503, -0.0036900946870446205, 0.029972417280077934, -0.006403612904250622, 0.10376496613025665, 0.011781422421336174, 0.11497962474822998, 0.01544278021901846, -0.008753983303904533, 0.009148146025836468, -0.14768965542316437, -0.026074573397636414, -0.05328420549631119, -0.0987744927406311, -0.042334865778684616, 0.017577912658452988, 0.09273538738489151, 0.04107842221856117, 0.01940481923520565, -0.10019348561763763, -0.020552873611450195, 0.046007364988327026, -0.08337847143411636, -0.0011643435573205352, -0.017508214339613914, 0.02396743930876255, 0.20062625408172607, -0.023410582914948463, -0.015061781741678715, -0.06507900357246399, 0.10298565775156021, -0.07120635360479355, 0.022053459659218788, -0.05907881259918213, -0.03398098796606064, 0.04550885409116745, -0.1984037160873413, 0.051150139421224594, -0.15948238968849182, -0.1751885563135147, 0.023547761142253876, 0.04560709744691849, -0.0015451619401574135, 0.00882988516241312, 0.014716454781591892, -0.01624140702188015, -0.017926692962646484, -0.08178092539310455, -0.07742167264223099, -0.0669294148683548, 0.09796404838562012, -0.00045338974450714886, 0.06357747316360474, -0.09656890481710434, 0.09919247031211853, -0.12397287786006927, 0.04305504262447357, -0.20739580690860748, 0.00867684930562973, -0.0029957254882901907, 0.1890501230955124, -0.014994801953434944, -0.0679423063993454, -0.14050111174583435, 0.04430118948221207, -0.04569470137357712, 0.15257050096988678, -0.08023162186145782, -0.11893139034509659, 0.23903843760490417, -0.15367527306079865, -0.1732996702194214, 0.05681988224387169, 0.011832786723971367, 0.03528030961751938, 0.07149022817611694, 0.26290661096572876, 0.04106840863823891, -0.02535528503358364, 0.082985520362854, 0.08044446259737015, -0.1241767555475235, -0.12770715355873108, 0.0344577394425869, -0.05565989390015602, -0.04123085364699364, 0.04261206090450287, 0.021459944546222687, 0.07662293314933777, -0.06228886544704437, -0.03203485906124115, -0.02586551569402218, -0.012313543818891048, 0.07614622265100479, 0.04139040783047676, 0.10660525411367416, -0.0275895893573761, 0.027383143082261086, 0.013367909006774426, -0.003951545339077711, 0.006940956227481365, 0.04463064670562744, -0.07704959064722061, 0.20109574496746063, -0.057322755455970764, 0.013348749838769436, -0.2494744062423706, -0.05616813525557518, -0.006454338785260916, 0.027196304872632027, -0.05765843391418457, 0.14074848592281342, 0.08366478979587555, -0.09423501789569855, 0.03223985806107521, -0.021387120708823204, 0.06382894515991211, 0.020164839923381805, -0.014333023689687252, -0.033382199704647064, 0.006195419933646917, -0.06847571581602097, -0.04796997830271721, -0.006997805554419756, -0.004517279099673033, 0.07023018598556519, 0.11262817680835724, 0.017437657341361046, 0.027203097939491272, -0.05331039056181908, 0.07559815049171448, -0.02225617691874504, 0.00869474932551384, 0.09288178384304047, -0.014683214947581291, -0.02170138619840145, 0.15441977977752686, -0.1184704601764679, 0.3691399395465851, 0.18887847661972046, -0.2834155559539795, -0.003528841771185398, -0.02039938233792782, -0.006831325590610504, 0.015214947983622551, 0.0706450566649437, -0.01118940394371748, 0.13418014347553253, 0.023356154561042786, 0.13634368777275085, -0.036095183342695236, -0.017194047570228577, 0.015833837911486626, -0.05580493435263634, -0.025768714025616646, 0.073664091527462, 0.06496704369783401, -0.1468116044998169, 0.16609139740467072, 0.25441837310791016, 0.037760138511657715, 0.10560353845357895, -0.08414176106452942, -0.05360633134841919, 0.03395075350999832, 0.04568960517644882, -0.03119817189872265, 0.031102050095796585, -0.2762441039085388, -0.03794489800930023, 0.06700288504362106, 0.043783869594335556, 0.10646656900644302, -0.11783892661333084, -0.04966196045279503, 0.03278057277202606, 0.020657777786254883, -0.12013711780309677, 0.06986735761165619, 0.06909716129302979, 0.06997869908809662, 0.03225395828485489, -0.022954866290092468, 0.09600359201431274, 0.021796468645334244, -0.04365610331296921, 0.18796619772911072, -0.11968577653169632, -0.3193502426147461, -0.11133936047554016, -0.10715270787477493, 0.03362245112657547, 0.01718439720571041, 0.10692446678876877, -0.06912339478731155, -0.03947858884930611, 0.07625381648540497, 0.05868528038263321, -0.11977559328079224, -0.0008503393619321287, -0.04872506111860275, 0.03448784351348877, -0.07086367905139923, -0.05519496649503708, -0.07210522890090942, -0.055028341710567474, -0.0174563005566597, 0.10276181250810623, -0.12896069884300232, 0.10861057043075562, 0.13023056089878082, 0.021717244759202003, 0.07635266333818436, -0.014482724480330944, 0.12602536380290985, -0.08808475732803345, -0.07028041034936905, 0.27174288034439087, -0.03510068729519844, 0.08515118807554245, 0.09879809617996216, 0.008365849032998085, -0.07461625337600708, -0.0355471707880497, -0.0636611208319664, -0.11385270953178406, -0.21138349175453186, -0.11146695166826248, -0.15099011361598969, 0.0362703762948513, 0.012439904734492302, 0.046461086720228195, 0.0867135301232338, 0.07981614768505096, 0.05765810236334801, -0.05678815022110939, -0.04562504589557648, 0.03341731056571007, 0.21673066914081573, -0.011680050753057003, 0.09887973219156265, -0.06099022179841995, -0.10874943435192108, 0.07811320573091507, 0.08471281081438065, 0.2794206142425537, 0.09654232859611511, 0.01950192078948021, 0.06307538598775864, 0.18187591433525085, 0.12830449640750885, 0.16705533862113953, 0.0032577163074165583, -0.024814918637275696, -0.017008699476718903, 0.01149891596287489, -0.06592375785112381, 0.013012059964239597, 0.13898615539073944, -0.130135178565979, -0.09360937774181366, -0.2162972241640091, 0.087744802236557, 0.09235747903585434, 0.012366879731416702, -0.20553787052631378, 0.0013111558509990573, 0.056473709642887115, -0.013167367316782475, -0.059853337705135345, 0.07386380434036255, -0.050465140491724014, -0.14994734525680542, 0.06402861326932907, -0.06474578380584717, 0.11544730514287949, -0.025079142302274704, 0.07031305879354477, -0.025256352499127388, -0.16080360114574432, 0.06953306496143341, 0.07930168509483337, -0.20329640805721283, 0.2812962234020233, -0.030467860400676727, -0.032104700803756714, -0.04684969037771225, 0.01463235542178154, 0.012025182135403156, 0.14749428629875183, 0.12226780503988266, 0.018693197518587112, -0.06735844910144806, -0.15901729464530945, 0.023730183020234108, 0.03422844037413597, 0.11702624708414078, -0.061204228550195694, -0.013637141324579716, -0.030431106686592102, 0.015134163200855255, -0.04458782821893692, 0.017213210463523865, 0.10518831014633179, -0.14360539615154266, 0.05859679728746414, -0.07460492849349976, 0.08932632207870483, -0.005135322920978069, -0.002835436724126339, -0.05533790960907936, 0.17263199388980865, -0.03462573140859604, -0.06438444554805756, -0.10603168606758118, -0.17099203169345856, 0.12091246992349625, -0.08498139679431915, 0.10345083475112915, -0.05045608803629875, -0.04517948254942894, -0.04893343523144722, -0.21551844477653503, 0.13821399211883545, -0.10038451850414276, 0.045812178403139114, -0.0217178575694561, 0.1469590812921524, -0.08640387654304504, -0.016716228798031807, 0.03757038712501526, 0.01837429590523243, -0.13308082520961761, -0.07997740805149078, -0.032291412353515625, 0.007249298505485058, 0.058523695915937424, 0.09334990382194519, -0.041975975036621094, 0.034083712846040726, -0.012025834992527962, 0.039334487169981, 0.2187594324350357, 0.1325511783361435, -0.049788665026426315, 0.12056323885917664, 0.11794732511043549, -0.031483232975006104, -0.28350162506103516, -0.052690885961055756, -0.13377782702445984, -0.041786886751651764, -0.00870852917432785, -0.14497943222522736, 0.12299512326717377, 0.08017787337303162, -0.02240626886487007, 0.1350654512643814, -0.25451844930648804, -0.04981200769543648, 0.14267075061798096, 0.007822695188224316, 0.4248065948486328, -0.1406656801700592, -0.08660179376602173, 0.025767488405108452, -0.19783276319503784, 0.06681864708662033, -0.02957364358007908, 0.06318716704845428, -0.018235258758068085, 0.0793834775686264, 0.026788974180817604, -0.06233476102352142, 0.12093726545572281, 0.021513057872653008, 0.032637208700180054, -0.06064332276582718, -0.04948519542813301, 0.06316816061735153, -0.02551695890724659, 0.028746413066983223, 0.10364555567502975, 0.017299219965934753, -0.1657344251871109, -0.025674564763903618, -0.12239429354667664, 0.08836841583251953, 0.05553701892495155, -0.023204196244478226, 0.0071953278966248035, -0.04028647765517235, 0.0012301079696044326, 0.023476140573620796, 0.2242925465106964, -0.030447104945778847, 0.1677478402853012, 0.010290966369211674, 0.049613647162914276, -0.1719992309808731, -0.20991575717926025, -0.06043492257595062, -0.04889771342277527, 0.08559597283601761, -0.06066367030143738, 0.045459311455488205, 0.13788889348506927, -0.026851138100028038, 0.0203488077968359, 0.13134229183197021, 0.013222451321780682, 0.016662059351801872, 0.1358776092529297, -0.17856857180595398, -0.024554407224059105, -0.026408851146697998, -0.07318241149187088, 0.09265872836112976, 0.10004021227359772, 0.09068310260772705, 0.05394373834133148, -0.01701371558010578, -0.026732366532087326, -0.01703350991010666, -0.07539071887731552, 0.060810040682554245, 0.0034210961312055588, 0.034216269850730896, -0.15888211131095886, 0.06856601685285568, -0.012964222580194473, -0.33250054717063904, -0.03684461489319801, 0.08530154079198837, -0.13518255949020386, -0.10426143556833267, -0.09482613205909729, 0.09210620075464249, -0.14673013985157013, -0.05274050310254097, -0.054249994456768036, -0.14359290897846222, 0.07810103893280029, 0.19318829476833344, 0.08923319727182388, 0.10694167017936707, -0.024291817098855972, -0.008137370459735394, 0.002537966938689351, -0.07112374901771545, 0.05515884980559349, 0.025635121390223503, -0.12881606817245483, -0.0034590635914355516, -0.0055021545849740505, 0.15956133604049683, -0.07600872218608856, -0.07210759073495865, -0.13595272600650787, 0.07718213647603989, -0.020878862589597702, -0.06334613263607025, -0.1293860375881195, -0.06156062334775925, 0.024431781843304634, -0.03406060114502907, -0.0339033417403698, -0.020438184961676598, -0.14684799313545227, 0.048393357545137405, -0.0062480224296450615, -0.007125828415155411, -0.05817573517560959, -0.019926318898797035, 0.10811298340559006, -0.06326483935117722, 0.08479703217744827, 0.21795085072517395, -0.0805833712220192, 0.11613062024116516, -0.08438362181186676, -0.1487196683883667, 0.12254294008016586, 0.021153882145881653, 0.07431580126285553, 0.05634365230798721, 0.030717436224222183, 0.07571849972009659, 0.0017681533936411142, 0.0315130241215229, -0.03706181049346924, -0.14991718530654907, -0.012104205787181854, 0.009497216902673244, -0.17141762375831604, -0.02305871620774269, -0.07525380700826645, 0.14985492825508118, 0.03705711290240288, 0.10680121928453445, 0.008093222044408321, 0.11930949240922928, -0.026237113401293755, -0.012890629470348358, -0.006386741995811462, -0.1688220351934433, 0.03966632857918739, -0.06408051401376724, 0.004529590718448162, -0.0006388337351381779, 0.25390297174453735, -0.0010162730468437076, 0.0912901759147644, 0.006343219894915819, 0.004390273708850145, 0.04856637492775917, 0.03324607387185097, 0.2527580261230469, 0.11777856945991516, -0.047882698476314545, -0.09487690776586533, 0.09567303955554962, -0.03799324482679367, -0.011167004704475403, 0.09766049683094025, 0.15205475687980652, -0.0029916290659457445, 0.10195010155439377, 0.024866165593266487, 0.04673074185848236, -0.1702655553817749, -0.25093579292297363, -0.024988556280732155, 0.06806465238332748, 0.03573545813560486, 0.07138943672180176, 0.15135352313518524, -0.031933534890413284, 0.08871100842952728, -0.010339287109673023, -0.02777853049337864, -0.132823184132576, -0.05226225405931473, -0.0543145090341568, -0.1329176425933838, 0.001892574829980731, -0.07884646952152252, 0.018956247717142105, 0.23379206657409668, 0.021281834691762924, -0.025120344012975693, 0.1626821756362915, 0.03678339719772339, -0.08537948876619339, 0.0668160691857338, -0.013009108603000641, 0.005968040321022272, 0.04544098675251007, -0.019484860822558403, -0.12354477494955063, -0.08635543286800385, -0.024095583707094193, 0.044502027332782745, -0.10536786168813705, 0.010260995477437973, -0.13815811276435852, -0.09807448834180832, -0.038090143352746964, 0.06716426461935043, -0.08020585775375366, 0.11011159420013428, -0.008007856085896492, -0.022800283506512642, 0.011779777705669403, 0.19575941562652588, -0.09164219349622726, -0.012715055607259274, -0.04140269756317139, 0.2359563112258911, 0.10092989355325699, 0.09351358562707901, -0.002546984702348709, 0.014245603233575821, -0.05607067421078682, 0.3171803951263428, 0.21963784098625183, 0.02275128848850727, 0.03697637841105461, 0.06826195865869522, 0.04302908480167389, 0.08289187401533127, 0.13140854239463806, 0.09960147738456726, 0.33028459548950195, -0.08173719048500061, -0.027045248076319695, -0.041223496198654175, -0.018515625968575478, -0.14582045376300812, 0.030569132417440414, 0.04841990768909454, -0.06742502003908157, -0.06520449370145798, 0.14521940052509308, -0.1829674392938614, 0.13020874559879303, 0.08316471427679062, -0.21692976355552673, -0.061728961765766144, -0.08370031416416168, 0.1693989485502243, -0.015345416031777859, 0.13078129291534424, -0.039500195533037186, -0.12637701630592346, 0.05815489962697029, 0.06072035804390907, -0.26286450028419495, -0.08347051590681076, 0.09390687197446823, 0.017633168026804924, -0.038807693868875504, -0.035954080522060394, -0.01700330525636673, 0.047360822558403015, 0.10305336862802505, -0.007786175701767206, 0.03241671994328499, 0.02395034395158291, -0.07259353995323181, -0.05532510578632355, 0.009813517332077026, 0.004289824049919844, -0.12380916625261307, 0.03689451888203621, -0.20812435448169708, 0.03361291438341141, -0.022336676716804504, -0.0030590202659368515, 0.011569803580641747, -0.024230746552348137, -0.0545346736907959, 0.038335081189870834, 0.0909355953335762, 0.023250741884112358, -0.011610441841185093, -0.06569021940231323, -0.0025729199405759573, 0.07085198909044266, -0.08210473507642746, -0.1599976271390915, -0.06472810357809067, -0.11510778218507767, 0.08220170438289642, -0.04066581651568413, -0.09455642104148865, -0.02762223593890667, -0.05869055911898613, 0.04120372608304024, -0.12658141553401947, 0.05551596358418465, 0.028826706111431122, 0.031152844429016113, 0.016071973368525505, -0.038091182708740234, 0.05489295348525047, 0.10062969475984573, -0.09423182904720306, -0.06951256096363068 ]
null
null
transformers
# Model Trained Using AutoNLP - Problem type: Summarization - Model ID: 20384195 - CO2 Emissions (in grams): 4.214012748213151 ## Validation Metrics - Loss: 1.0120062828063965 - Rouge1: 41.1808 - Rouge2: 26.2564 - RougeL: 31.3106 - RougeLsum: 38.9991 - Gen Len: 58.45 ## Usage You can use cURL to access this model: ``` $ curl -X POST -H "Authorization: Bearer YOUR_HUGGINGFACE_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love AutoNLP"}' https://api-inference.huggingface.co/Anorak/autonlp-Niravana-test2-20384195 ```
{"language": "unk", "tags": "autonlp", "datasets": ["Anorak/autonlp-data-Niravana-test2"], "widget": [{"text": "I love AutoNLP \ud83e\udd17"}], "co2_eq_emissions": 4.214012748213151}
text2text-generation
Anorak/nirvana
[ "transformers", "pytorch", "pegasus", "text2text-generation", "autonlp", "unk", "dataset:Anorak/autonlp-data-Niravana-test2", "co2_eq_emissions", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "unk" ]
TAGS #transformers #pytorch #pegasus #text2text-generation #autonlp #unk #dataset-Anorak/autonlp-data-Niravana-test2 #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us
# Model Trained Using AutoNLP - Problem type: Summarization - Model ID: 20384195 - CO2 Emissions (in grams): 4.214012748213151 ## Validation Metrics - Loss: 1.0120062828063965 - Rouge1: 41.1808 - Rouge2: 26.2564 - RougeL: 31.3106 - RougeLsum: 38.9991 - Gen Len: 58.45 ## Usage You can use cURL to access this model:
[ "# Model Trained Using AutoNLP\n\n- Problem type: Summarization\n- Model ID: 20384195\n- CO2 Emissions (in grams): 4.214012748213151", "## Validation Metrics\n\n- Loss: 1.0120062828063965\n- Rouge1: 41.1808\n- Rouge2: 26.2564\n- RougeL: 31.3106\n- RougeLsum: 38.9991\n- Gen Len: 58.45", "## Usage\n\nYou can use cURL to access this model:" ]
[ "TAGS\n#transformers #pytorch #pegasus #text2text-generation #autonlp #unk #dataset-Anorak/autonlp-data-Niravana-test2 #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us \n", "# Model Trained Using AutoNLP\n\n- Problem type: Summarization\n- Model ID: 20384195\n- CO2 Emissions (in grams): 4.214012748213151", "## Validation Metrics\n\n- Loss: 1.0120062828063965\n- Rouge1: 41.1808\n- Rouge2: 26.2564\n- RougeL: 31.3106\n- RougeLsum: 38.9991\n- Gen Len: 58.45", "## Usage\n\nYou can use cURL to access this model:" ]
[ 75, 40, 54, 13 ]
[ "passage: TAGS\n#transformers #pytorch #pegasus #text2text-generation #autonlp #unk #dataset-Anorak/autonlp-data-Niravana-test2 #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us \n# Model Trained Using AutoNLP\n\n- Problem type: Summarization\n- Model ID: 20384195\n- CO2 Emissions (in grams): 4.214012748213151## Validation Metrics\n\n- Loss: 1.0120062828063965\n- Rouge1: 41.1808\n- Rouge2: 26.2564\n- RougeL: 31.3106\n- RougeLsum: 38.9991\n- Gen Len: 58.45## Usage\n\nYou can use cURL to access this model:" ]
[ -0.19583062827587128, 0.13883903622627258, -0.0020195988472551107, 0.08170326054096222, 0.048390500247478485, 0.021366560831665993, 0.10532490909099579, 0.09497849643230438, 0.04523787274956703, 0.04174358397722244, 0.16968198120594025, 0.12949182093143463, -0.013042830862104893, 0.16381241381168365, -0.04088921099901199, -0.13224342465400696, 0.07776591181755066, 0.054286547005176544, 0.04249398410320282, 0.12938158214092255, 0.10357952117919922, -0.07983942329883575, 0.13894130289554596, 0.08991110324859619, -0.1348402500152588, -0.02184554934501648, 0.052696987986564636, -0.08690536022186279, 0.12416297942399979, 0.07971680909395218, 0.16581057012081146, 0.09002088010311127, 0.1188458651304245, -0.08363460749387741, 0.0049122958444058895, -0.04231395944952965, -0.02830353006720543, 0.10687429457902908, 0.03445877134799957, -0.04000212624669075, 0.030499691143631935, 0.05427556857466698, 0.02399047650396824, 0.030686702579259872, -0.08627743273973465, -0.06307896226644516, -0.07630258798599243, -0.03848585858941078, 0.08573126047849655, 0.1138714924454689, -0.016927752643823624, 0.2966216206550598, -0.17916987836360931, 0.024892205372452736, 0.18017835915088654, -0.19897106289863586, -0.02423659712076187, 0.14312367141246796, 0.05747094005346298, -0.11972593516111374, -0.0452800951898098, 0.05867545306682587, 0.10561994463205338, -0.007915466092526913, 0.042919058352708817, -0.08770979195833206, -0.031734008342027664, 0.01250736229121685, -0.1195937916636467, -0.02837187610566616, 0.18208502233028412, 0.058521438390016556, -0.09731606394052505, 0.03611720725893974, -0.05716362223029137, -0.12684442102909088, -0.0329052098095417, -0.11827944964170456, -0.005506857763975859, -0.07387656718492508, -0.04264909774065018, 0.03508203476667404, -0.138386070728302, -0.06488171964883804, -0.11465505510568619, 0.0783514603972435, -0.022987741976976395, 0.006500805262476206, -0.009135158732533455, 0.1294196993112564, -0.16979938745498657, -0.07676173746585846, -0.052739519625902176, -0.08142450451850891, -0.05404699593782425, -0.028681069612503052, -0.033910296857357025, 0.08953650295734406, 0.044591739773750305, 0.21995504200458527, 0.0028816876001656055, -0.02707529626786709, 0.11695639789104462, 0.007901767268776894, -0.022241780534386635, 0.18464575707912445, -0.06823521852493286, -0.0530121885240078, 0.05226439610123634, -0.05167296156287193, 0.007603973150253296, -0.04599305987358093, -0.08856160938739777, -0.1205265149474144, 0.0852096825838089, 0.02610533870756626, 0.017845382913947105, -0.03267575427889824, -0.10083620250225067, -0.010429175570607185, 0.14518427848815918, -0.007949760183691978, 0.024912793189287186, -0.02061624638736248, -0.016288770362734795, 0.05774908885359764, 0.10814566165208817, 0.0353417843580246, -0.00933017022907734, 0.06122664362192154, -0.1335725039243698, -0.021397491917014122, -0.0444340705871582, -0.07080073654651642, 0.045533813536167145, -0.09306427091360092, 0.02759418822824955, -0.21779979765415192, -0.09964261949062347, 0.007235737983137369, 0.0024289435241371393, -0.05013182759284973, -0.053661808371543884, -0.029281819239258766, -0.029867572709918022, 0.033823445439338684, 0.01699715293943882, -0.03972848132252693, -0.04216380417346954, 0.002027851762250066, 0.04713166132569313, 0.05516694113612175, -0.09822312742471695, 0.006382892839610577, -0.09197723865509033, 0.023697325959801674, -0.08841550350189209, -0.017047101631760597, -0.0165445227175951, -0.04062226787209511, -0.12622210383415222, -0.0821140930056572, 0.001001770724542439, -0.028264250606298447, 0.11138258874416351, 0.20955641567707062, -0.04824218899011612, -0.05969441309571266, 0.05938152223825455, -0.06936360150575638, -0.12472107261419296, 0.09922662377357483, -0.020626062527298927, 0.03978428989648819, 0.009413509629666805, -0.040161650627851486, 0.11805682629346848, -0.1652812361717224, -0.030302001163363457, 0.047799982130527496, -0.0047206273302435875, -0.15234969556331635, 0.1160348653793335, -0.01681661233305931, -0.14822860062122345, -0.009051753208041191, 0.02212950773537159, 0.0189985204488039, -0.11181258410215378, -0.11410211026668549, -0.07613971084356308, -0.012403270229697227, 0.0626792162656784, -0.0344352200627327, 0.045927245169878006, -0.022260643541812897, -0.10305315256118774, -0.09762084484100342, 0.10755942016839981, -0.0037219005171209574, 0.02108341082930565, -0.09905566275119781, 0.1530703753232956, -0.15963613986968994, -0.06477317214012146, -0.1402992457151413, -0.04959123581647873, -0.005434814840555191, -0.059325795620679855, -0.029037989675998688, 0.05138012766838074, 0.024639807641506195, 0.06338439881801605, 0.00249164504930377, 0.011865141801536083, -0.008233967237174511, -0.004866435658186674, -0.10654903203248978, -0.11836983263492584, -0.00465817516669631, -0.009515124373137951, 0.22137707471847534, -0.1286969929933548, -0.02117796801030636, -0.03575293719768524, 0.0876130759716034, -0.036092545837163925, 0.045688800513744354, -0.02511705458164215, 0.01555321179330349, -0.09117675572633743, 0.0065096463076770306, -0.0012886065524071455, -0.011195613071322441, -0.1445102095603943, 0.07500670105218887, -0.1007075235247612, 0.1210990846157074, 0.13949821889400482, -0.022400042042136192, -0.09763495624065399, 0.01587619259953499, -0.013862574473023415, 0.006411150563508272, -0.08384387940168381, 0.0017638516146689653, -0.005732911638915539, -0.00973101519048214, 0.08948293328285217, -0.0682455375790596, -0.009908649139106274, 0.1041923463344574, -0.09084875881671906, 0.018052607774734497, 0.14553698897361755, 0.19936859607696533, -0.08649026602506638, 0.07574933022260666, 0.13539768755435944, -0.15785108506679535, 0.0006652018055319786, 0.05002649128437042, -0.09838435053825378, -0.0580204501748085, -0.07890323549509048, 0.03844359144568443, 0.1275145411491394, -0.011346956714987755, 0.10018502920866013, 0.09657921642065048, -0.021720124408602715, -0.010000395588576794, -0.13945724070072174, -0.048522964119911194, 0.025408346205949783, 0.02910041995346546, -0.07584959268569946, 0.08092852681875229, -0.012357684783637524, 0.12837615609169006, -0.010808717459440231, -0.14881601929664612, 0.010244235396385193, 0.04977484419941902, -0.15274380147457123, 0.27229514718055725, -0.04633492976427078, -0.2260928899049759, -0.12766042351722717, -0.007670657243579626, -0.006468380801379681, 0.0292083490639925, 0.08141525834798813, -0.07549016177654266, -0.08694468438625336, -0.027233397588133812, -0.024469036608934402, 0.04576433077454567, 0.08960345387458801, -0.03497380018234253, -0.05036317557096481, -0.016390295699238777, -0.08778258413076401, -0.03123829886317253, -0.016345776617527008, 0.016144027933478355, 0.14741858839988708, -0.09446382522583008, 0.14118193089962006, 0.16604599356651306, -0.030522281304001808, -0.020391887053847313, 0.05804117023944855, 0.2777670919895172, -0.06874960660934448, 0.03518794849514961, 0.16004382073879242, 0.05603957176208496, 0.029194019734859467, 0.08686117082834244, 0.0209650918841362, -0.05187372490763664, 0.0004839599132537842, -0.02335183508694172, -0.07049015909433365, -0.2359798699617386, -0.11038754880428314, -0.004398645367473364, -0.004172198940068483, 0.04584847018122673, 0.0004463937657419592, 0.16543807089328766, 0.1699233204126358, 0.008760959841310978, 0.020719021558761597, -0.09812284260988235, 0.09399203211069107, 0.1198999211192131, 0.018816979601979256, 0.1484069973230362, -0.07041340321302414, -0.08994675427675247, 0.10320231318473816, -0.05349113419651985, 0.14206966757774353, 0.11268428713083267, -0.020534461364150047, 0.018250085413455963, 0.14198362827301025, 0.07232862710952759, 0.1159515380859375, 0.12803274393081665, -0.06669044494628906, -0.01149099413305521, -0.06337548047304153, -0.005059556569904089, 0.06836096942424774, 0.05680970847606659, 0.00019936470198445022, -0.10126929730176926, 0.03663419932126999, 0.00575772812590003, 0.0228087417781353, 0.19260704517364502, -0.41901031136512756, -0.09802330285310745, -0.027958841994404793, 0.03852285444736481, -0.07918223738670349, -0.04700872674584389, -0.06321244686841965, -0.17520983517169952, 0.010759616270661354, -0.010098046623170376, 0.07940502464771271, 0.057404182851314545, 0.010408703237771988, -0.08173690736293793, 0.027660662308335304, -0.024495504796504974, 0.07977069914340973, -0.2278466671705246, 0.2871211767196655, 0.03664783388376236, -0.019590770825743675, -0.04534400254487991, 0.003042283235117793, 0.0035775601863861084, 0.1866493672132492, 0.1787468045949936, 0.018430206924676895, 0.022765910252928734, -0.11403574049472809, -0.17679022252559662, 0.07662142068147659, -0.014112662523984909, -0.047452595084905624, 0.07778295874595642, 0.014413038268685341, -0.06500512361526489, 0.009128415957093239, 0.006981246173381805, -0.1647012084722519, -0.023259766399860382, 0.0960102304816246, 0.07966285943984985, -0.08117995411157608, 0.0029662721790373325, -0.12435724586248398, -0.015519349835813046, 0.18877461552619934, -0.025101641193032265, -0.01327750738710165, -0.134519562125206, -0.004638498183339834, 0.15151965618133545, -0.10918112099170685, 0.07505841553211212, -0.06947597116231918, 0.09115614742040634, -0.033712826669216156, -0.0348949171602726, 0.10392112284898758, -0.11362426728010178, -0.10673913359642029, -0.022598618641495705, 0.10188421607017517, 0.03500213101506233, 0.08509418368339539, 0.07572052627801895, 0.024732805788517, -0.10875740647315979, -0.13679346442222595, 0.011395583860576153, -0.0002083122089970857, 0.03392595052719116, -0.03985527902841568, 0.010639366693794727, -0.03617293760180473, -0.03487733379006386, 0.004534298554062843, 0.12327110022306442, 0.23939579725265503, -0.09573540091514587, 0.014513559639453888, 0.15667225420475006, -0.03353990241885185, -0.225796639919281, -0.008292165584862232, -0.00852142833173275, 0.07761634886264801, -0.06613519042730331, -0.07701176404953003, 0.09189818799495697, 0.11383426189422607, -0.05596410110592842, 0.026533879339694977, -0.22421066462993622, -0.1493908315896988, 0.21040035784244537, 0.013001624494791031, 0.24349111318588257, -0.022679530084133148, -0.009216905571520329, -0.08135954290628433, -0.2494616061449051, 0.12917284667491913, 0.00507608987390995, 0.07715228945016861, -0.03739754110574722, 0.06882565468549728, 0.03794214501976967, -0.04275231063365936, 0.2152353674173355, 0.017908668145537376, -0.015301079489290714, 0.008778185583651066, -0.031078476458787918, 0.03839128464460373, -0.0572173036634922, 0.11201821267604828, 0.0334792286157608, 0.058054856956005096, -0.09957700967788696, -0.04469944164156914, -0.015290003269910812, 0.15261168777942657, -0.048469141125679016, -0.06765417009592056, -0.04432361572980881, 0.013615915551781654, -0.025422461330890656, -0.04782046005129814, 0.057382307946681976, -0.007081168238073587, 0.037445683032274246, 0.06655892729759216, 0.14697906374931335, -0.01872401125729084, -0.014912237413227558, 0.046092089265584946, -0.07783724367618561, 0.08696793764829636, -0.15758885443210602, 0.056010860949754715, 0.14147716760635376, -0.010100208222866058, 0.018750714138150215, 0.024465054273605347, -0.08585135638713837, -0.02338540554046631, 0.10370232164859772, -0.15042373538017273, 0.06916888803243637, -0.026703843846917152, -0.025478806346654892, -0.056125104427337646, 0.08139151334762573, 0.1350707709789276, -0.060390274971723557, -0.051879171282052994, 0.0013894438743591309, -0.040641460567712784, -0.04207521677017212, 0.18641139566898346, 0.06812784820795059, 0.07752633094787598, -0.08848133683204651, -0.0020778977777808905, 0.009070242755115032, -0.0403488390147686, -0.03391047939658165, -0.011120769195258617, -0.11628196388483047, -0.10554314404726028, 0.012655462138354778, 0.1070714220404625, -0.35119640827178955, -0.05101664364337921, -0.08607912063598633, -0.034158866852521896, 0.04654515162110329, 0.1969306617975235, 0.12852585315704346, 0.04245258867740631, 0.04123997315764427, -0.12037903070449829, -0.13383211195468903, 0.008663632906973362, 0.09788667410612106, 0.06695593148469925, -0.06161222979426384, -0.011535192839801311, -0.0320272222161293, 0.15614399313926697, -0.045964211225509644, 0.009970924817025661, -0.1131826862692833, -0.02025759406387806, -0.1259777992963791, -0.003300007665529847, -0.05656403303146362, -0.03236638009548187, -0.017417404800653458, -0.07689836621284485, -0.08003582805395126, 0.029559079557657242, -0.0678776279091835, 0.004071583040058613, 0.0015725137200206518, 0.03598268702626228, -0.06119026988744736, -0.01461877953261137, 0.07991624623537064, -0.03405274823307991, 0.0633697658777237, 0.09340865910053253, 0.059818074107170105, 0.06841377168893814, -0.12439100444316864, 0.043249018490314484, 0.07793264836072922, 0.031511612236499786, 0.11199197173118591, -0.18789130449295044, 0.05014685541391373, 0.037898413836956024, 0.060241349041461945, 0.017100835219025612, 0.03732912242412567, -0.11005222052335739, 0.032206956297159195, -0.06335044652223587, -0.13173766434192657, -0.06170022115111351, -0.0030777244828641415, 0.08080390840768814, 0.04553137347102165, 0.06816700100898743, -0.008157171308994293, 0.08168141543865204, -0.10788362473249435, 0.03630638122558594, -0.077077217400074, -0.012989181093871593, -0.09856681525707245, -0.058392804116010666, 0.05221695080399513, -0.0020475476048886776, 0.12524433434009552, -0.05326617881655693, 0.17257432639598846, -0.013439174741506577, 0.010125217027962208, 0.0723666250705719, -0.009816544130444527, 0.10067910701036453, 0.12155117839574814, 0.02580813132226467, 0.024844534695148468, 0.11225096881389618, 0.07294394075870514, -0.016736049205064774, 0.1513655036687851, -0.00986481737345457, 0.0344129353761673, 0.17937244474887848, -0.02149532176554203, -0.08690778911113739, -0.02451607957482338, -0.07133114337921143, -0.09041532874107361, 0.006885947659611702, 0.04150022938847542, 0.06783389300107956, 0.11460702121257782, -0.0759579986333847, -0.018331466242671013, -0.026100600138306618, -0.05356548726558685, -0.23503735661506653, -0.08499881625175476, -0.15269508957862854, -0.09074945002794266, 0.0018661709036678076, -0.09060559421777725, -0.04441996291279793, 0.053840022534132004, 0.06213415041565895, -0.04062613472342491, 0.08371465653181076, -0.040607791393995285, -0.01085449568927288, -0.007054170593619347, 0.026676936075091362, 0.03843016177415848, -0.031888168305158615, -0.009133009240031242, 0.013264786452054977, 0.029400082305073738, 0.007445758208632469, -0.04670098423957825, 0.030186420306563377, 0.10272274911403656, 0.011674320325255394, -0.09793426841497421, -0.04746117815375328, 0.00418546237051487, 0.05793119966983795, 0.009689212776720524, 0.004241881426423788, 0.05731064826250076, 0.007145033683627844, 0.16275204718112946, -0.04962480813264847, -0.018598388880491257, -0.1600126475095749, 0.25604721903800964, -0.024997133761644363, 0.04570898041129112, 0.014493237249553204, -0.029609153047204018, 0.013670465908944607, 0.20260004699230194, 0.137863427400589, 0.002845322946086526, 0.01803482510149479, 0.024169305339455605, 0.004451355896890163, 0.0023361865896731615, -0.023789674043655396, 0.053178057074546814, 0.1356767863035202, -0.12275633215904236, -0.06354305893182755, -0.04287370666861534, -0.009269624017179012, -0.0001291390071855858, 0.04936511442065239, -0.00617035198956728, -0.04787992313504219, -0.04265414923429489, 0.08295901864767075, -0.05541722849011421, 0.05531768500804901, 0.09738336503505707, -0.11225879937410355, -0.14864078164100647, 0.01856721006333828, -0.055942606180906296, -0.014588057063519955, 0.10612240433692932, -0.12213819473981857, -0.08609194308519363, 0.11673317849636078, 0.0314745269715786, -0.14363828301429749, -0.10488620400428772, 0.04926919937133789, 0.09937792271375656, 0.17825181782245636, 0.023244662210345268, 0.18819327652454376, 0.12273655831813812, 0.04886190593242645, -0.12774430215358734, 0.09172516316175461, 0.08097382634878159, -0.06838032603263855, 0.10760848969221115, -0.006594199221581221, -0.0069953761994838715, 0.051208704710006714, 0.03534488007426262, -0.13515418767929077, 0.03925524279475212, -0.06761887669563293, 0.014099395833909512, -0.06554969400167465, 0.019034486263990402, -0.10193011909723282, 0.12497597187757492, 0.09177029132843018, -0.08739840984344482, -0.06293635815382004, -0.03882984817028046, 0.12137104570865631, 0.0709310919046402, -0.13125628232955933, -0.00829461868852377, -0.11755181103944778, 0.09224662184715271, -0.01942591182887554, 0.03804273158311844, -0.14334963262081146, -0.03632127121090889, -0.04545078054070473, -0.06631825864315033, -0.020997516810894012, 0.05049383267760277, -0.018156053498387337, 0.024051858112215996, -0.02144831232726574, -0.06042763590812683, -0.015024895779788494, 0.07840230315923691, -0.08790991455316544, -0.18100495636463165 ]
null
null
transformers
# Rick Sanchez DialoGPT Model
{"tags": ["conversational"]}
text-generation
AnthonyNelson/DialoGPT-small-ricksanchez
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Rick Sanchez DialoGPT Model
[ "# Rick Sanchez DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Rick Sanchez DialoGPT Model" ]
[ 51, 8 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Rick Sanchez DialoGPT Model" ]
[ -0.05704520270228386, 0.1080707237124443, -0.005703833419829607, 0.024355918169021606, 0.1347416192293167, -0.009864812716841698, 0.13915762305259705, 0.13641619682312012, -0.014821183867752552, -0.025234131142497063, 0.13788719475269318, 0.23441068828105927, -0.0040086545050144196, 0.0579121895134449, -0.09891517460346222, -0.29657089710235596, 0.032161157578229904, 0.05994465947151184, -0.0033263780642300844, 0.11953802406787872, 0.0843273475766182, -0.043882302939891815, 0.08131924271583557, 0.0018995096907019615, -0.14373421669006348, 0.011346335522830486, 0.04636937007308006, -0.13702289760112762, 0.11601521074771881, 0.08168332278728485, 0.03479677438735962, 0.06183161959052086, -0.03211790323257446, -0.10245182365179062, 0.03838932886719704, -0.008999419398605824, -0.03427799046039581, 0.06022527068853378, 0.031745243817567825, -0.1152564138174057, 0.09468080848455429, 0.0923495814204216, -0.005728692281991243, 0.049891795963048935, -0.17913517355918884, -0.010704654268920422, -0.021677182987332344, 0.055929314345121384, 0.08334671705961227, 0.09012723714113235, -0.03841714933514595, 0.09080751240253448, -0.04324564337730408, 0.07660475373268127, 0.08530165255069733, -0.28937292098999023, -0.030906030908226967, 0.06582700461149216, 0.05632982775568962, 0.06222769245505333, -0.012348905205726624, 0.10370101034641266, 0.04712950810790062, -0.014536825940012932, -0.020318668335676193, -0.09295357018709183, -0.08654087781906128, 0.01945175603032112, -0.06887777894735336, -0.00602162629365921, 0.2560831606388092, -0.030627258121967316, 0.0731891319155693, -0.08859450370073318, -0.10249431431293488, 0.004030927084386349, -0.03497277945280075, -0.05301825329661369, -0.08995666354894638, 0.0700719803571701, -0.003147976705804467, -0.07389466464519501, -0.1290099322795868, -0.021585101261734962, -0.1774103045463562, 0.19141581654548645, 0.030293408781290054, 0.023750921711325645, -0.2208036631345749, 0.08902101963758469, 0.045917924493551254, -0.11613845080137253, 0.04777151718735695, -0.0842585563659668, 0.027763593941926956, 0.03184368088841438, -0.015087970532476902, -0.059821996837854385, 0.06819985806941986, 0.09782791137695312, 0.01923726685345173, 0.009750176221132278, -0.024553336203098297, 0.05652669072151184, 0.04215332120656967, 0.09357214719057083, -0.002894732868298888, -0.0361810103058815, 0.015707144513726234, -0.09473340213298798, 0.013285800814628601, -0.06974472850561142, -0.20285023748874664, -0.01343308761715889, 0.030690573155879974, 0.06404593586921692, 0.0605037696659565, 0.11637318879365921, -0.016192488372325897, -0.07014694064855576, 0.04394420608878136, -0.011219148524105549, -0.02391223981976509, 0.008600763976573944, 0.005595726426690817, 0.1813707947731018, 0.011592349968850613, 0.04672492668032646, -0.08541523665189743, 0.0021381767001003027, -0.04958593100309372, -0.03829700127243996, -0.02637419104576111, -0.043410710990428925, 0.004262345843017101, -0.01814153417944908, 0.01607448235154152, -0.16901227831840515, -0.1370115429162979, -0.022032571956515312, -0.023941930383443832, -0.05494401231408119, -0.10453005880117416, -0.1106305792927742, 0.010454395785927773, 0.0411594994366169, -0.07347700744867325, -0.006038041319698095, -0.05349244922399521, 0.10734197497367859, -0.0012300090165808797, 0.07703675329685211, -0.07842288166284561, 0.07365122437477112, -0.06573385000228882, -0.025447865948081017, -0.10093135386705399, 0.13386206328868866, 0.00915649812668562, 0.06603219360113144, -0.046941112726926804, -0.007621072698384523, -0.10842157155275345, 0.08102882653474808, -0.06603449583053589, 0.25178468227386475, -0.10469595342874527, -0.11071616411209106, 0.2805403769016266, -0.03361968696117401, -0.1264788806438446, 0.10199446976184845, -0.01158563606441021, 0.11561296135187149, 0.15402540564537048, 0.2052226960659027, 0.02928532473742962, -0.02268681675195694, 0.10423996299505234, 0.1035756841301918, -0.057625655084848404, -0.03801124170422554, 0.041060492396354675, -0.03943869471549988, -0.08562899380922318, 0.029806632548570633, 0.017141755670309067, 0.06328166276216507, -0.04716106131672859, -0.014570656232535839, 0.02421940304338932, 0.004092389717698097, 0.07496705651283264, -0.024279450997710228, 0.13514691591262817, -0.023218633607029915, -0.0656837597489357, -0.06177486851811409, 0.01964477449655533, -0.04003036767244339, 0.020440705120563507, -0.08908485621213913, 0.06243852525949478, -0.03572830185294151, 0.057841621339321136, -0.13513502478599548, -0.06440334767103195, -0.052385009825229645, 0.2330688089132309, 0.06854398548603058, 0.08484960347414017, 0.04045721888542175, -0.06823423504829407, -0.0003254515759181231, 0.0230836383998394, 0.19774475693702698, -0.012182417325675488, -0.07111652195453644, -0.1060645654797554, 0.09369703382253647, -0.06330309808254242, 0.08606080710887909, -0.059275124222040176, 0.007605451624840498, -0.026874825358390808, 0.06961184740066528, -0.0269512627273798, 0.040469661355018616, 0.0006163049256429076, -0.023647982627153397, -0.07465367019176483, -0.0149429552257061, 0.10460925847291946, 0.010055731050670147, -0.10779253393411636, 0.2434917390346527, -0.19769670069217682, 0.11526761204004288, 0.16096965968608856, -0.22217433154582977, -0.008169818669557571, -0.11098682880401611, -0.011975600384175777, 0.010464251041412354, 0.03273862600326538, -0.04017077758908272, 0.22867226600646973, -0.010608958080410957, 0.1853235810995102, -0.052233923226594925, -0.01996525749564171, -0.027332648634910583, -0.06422537565231323, 0.019287196919322014, 0.10971896350383759, 0.12856750190258026, -0.161560520529747, 0.1724557876586914, 0.06672785431146622, 0.08213970810174942, 0.16275310516357422, 0.023765239864587784, 0.018852105364203453, 0.055699001997709274, 0.014213238842785358, -0.01790653169155121, -0.06882723420858383, -0.18352845311164856, -0.02486453764140606, 0.06696174293756485, 0.03141540661454201, 0.11100433766841888, -0.11560750752687454, -0.04409283027052879, 0.01155218854546547, -0.007257997989654541, 0.04618756100535393, 0.12712539732456207, -0.003129301592707634, 0.12465701252222061, -0.008397440426051617, -0.08989791572093964, 0.06356243789196014, 0.025369787588715553, -0.09814108163118362, 0.182835653424263, -0.1034003496170044, -0.32152217626571655, -0.1001197025179863, -0.18328212201595306, -0.03920574113726616, 0.07533707469701767, 0.11137884855270386, -0.13466644287109375, 0.003127885051071644, 0.03510995954275131, 0.09001503139734268, -0.10122435539960861, -0.0034966380335390568, -0.012268266640603542, -0.018193284049630165, -0.13420377671718597, -0.08291704952716827, -0.06102906912565231, -0.04295424371957779, -0.03346853703260422, 0.10250663757324219, -0.17059698700904846, 0.0539877749979496, 0.26917001605033875, 0.09507580101490021, 0.05430034175515175, -0.04344318434596062, 0.1592034101486206, -0.10573985427618027, 0.012773060239851475, 0.22541004419326782, -0.028745699673891068, 0.05365750566124916, 0.0892547219991684, -0.01033081579953432, -0.0708671286702156, 0.020250815898180008, -0.02718094177544117, -0.0714477151632309, -0.2280162125825882, -0.13114430010318756, -0.10388115793466568, 0.05737285315990448, 0.06432957202196121, 0.0326518714427948, 0.1693384051322937, 0.10345755517482758, -0.042771194130182266, 0.014231901615858078, 0.04525286331772804, 0.08099555969238281, 0.24561424553394318, -0.07478486001491547, 0.13777120411396027, -0.020003067329525948, -0.17604942619800568, 0.06821287423372269, 0.08701446652412415, 0.07066261768341064, 0.0939561203122139, 0.13011965155601501, 0.02880261279642582, 0.03623313829302788, 0.09038466960191727, 0.045518048107624054, 0.022583454847335815, -0.03737230971455574, -0.06662941724061966, -0.044609375298023224, -0.041899174451828, 0.021367410197854042, 0.03182210028171539, -0.14257657527923584, -0.05327456444501877, 0.004599247593432665, 0.04934147000312805, 0.04460717737674713, 0.04937165975570679, -0.1958761215209961, -0.01135042030364275, 0.08069007098674774, 0.0008143498562276363, -0.08933985978364944, 0.0729956179857254, -0.010731075890362263, -0.11471421271562576, 0.046170588582754135, -0.02729932591319084, 0.12909768521785736, -0.07558268308639526, 0.08029930293560028, -0.14030702412128448, -0.06785701215267181, 0.011536509729921818, 0.11896203458309174, -0.2636930048465729, 0.20840856432914734, -0.008380764164030552, -0.049465201795101166, -0.1043824851512909, -0.009141412563621998, 0.0023304640781134367, 0.0944279134273529, 0.1368221640586853, -0.028159884735941887, -0.02392721176147461, 0.024199169129133224, -0.06698837131261826, 0.03141431510448456, 0.08238276839256287, -0.08262956887483597, 0.0013082197401672602, -0.04166802391409874, 0.0039241621270775795, 0.009456396102905273, -0.06101514399051666, 0.01121380366384983, -0.195927694439888, 0.0798632875084877, 0.05245203897356987, 0.06079527735710144, 0.04320540651679039, -0.030458878725767136, -0.12451554834842682, 0.21634705364704132, -0.01915883459150791, -0.09401129186153412, -0.09610380977392197, -0.02037319913506508, 0.01868581213057041, -0.08247993141412735, -0.029365237802267075, -0.05376124754548073, 0.03249189257621765, -0.0736650601029396, -0.1903923898935318, 0.12846902012825012, -0.11052907258272171, -0.028645969927310944, -0.05812210589647293, 0.2216455489397049, -0.030725445598363876, 0.015262283384799957, 0.059073857963085175, -0.026270287111401558, -0.09585471451282501, -0.09591566771268845, -0.007837353274226189, 0.022675657644867897, 0.027353649958968163, -0.013003773055970669, -0.04600683972239494, -0.03253196179866791, -0.07994730770587921, -0.018432755023241043, 0.3114815652370453, 0.10657966881990433, -0.053566571325063705, 0.1609998643398285, 0.08925200253725052, -0.07996044307947159, -0.24130167067050934, -0.11830049753189087, -0.06823843717575073, -0.04297657683491707, -0.04875720292329788, -0.17909106612205505, 0.07042492181062698, -0.01572689227759838, -0.0246592964977026, 0.0796264261007309, -0.34351006150245667, -0.09367087483406067, 0.17016243934631348, -0.044724494218826294, 0.4543110132217407, -0.1197502538561821, -0.10162397474050522, -0.06263615190982819, -0.1313125193119049, 0.18072150647640228, -0.0014751619892194867, 0.10033301264047623, 0.004829281009733677, 0.16866052150726318, 0.05691388249397278, 0.007217222824692726, 0.091414675116539, 0.01798011176288128, -0.0663527175784111, -0.07840543240308762, -0.10491379350423813, -0.03505389019846916, 0.005603624042123556, -0.0021735846530646086, -0.070311039686203, 0.020419610664248466, -0.15853211283683777, -0.06377539038658142, -0.08453743904829025, 0.02356107160449028, 0.030920391902327538, -0.05867331475019455, 0.013508422300219536, -0.06677638739347458, 0.018330350518226624, -0.001379468129016459, 0.19494818150997162, -0.11257137358188629, 0.17101415991783142, 0.04597465693950653, 0.1332368403673172, -0.08957637846469879, -0.0664193332195282, -0.09592875093221664, -0.04850716516375542, 0.07897713780403137, -0.12196645140647888, 0.028588851913809776, 0.10687820613384247, -0.026256760582327843, 0.08356694877147675, 0.0898364707827568, -0.007075367029756308, 0.034319691359996796, 0.09755269438028336, -0.21034450829029083, -0.08239499479532242, -0.0750756561756134, 0.03635190799832344, 0.08414819836616516, 0.09669569879770279, 0.19893206655979156, 0.012653730809688568, -0.042145922780036926, 0.017787763848900795, 0.012123693712055683, -0.02111114002764225, 0.07857295125722885, 0.018965713679790497, 0.005439399741590023, -0.1433452069759369, 0.052979227155447006, 0.010302988812327385, -0.08479844033718109, 0.010003048926591873, 0.1269667148590088, -0.0933220237493515, -0.11143316328525543, -0.03672108054161072, 0.14701539278030396, -0.17777521908283234, -0.0062329513020813465, -0.0675484910607338, -0.13784073293209076, 0.0540735125541687, 0.08879818022251129, 0.04015353322029114, 0.03582773730158806, -0.09314056485891342, -0.023970693349838257, -0.027464643120765686, -0.025517743080854416, 0.06011157110333443, -0.016900639981031418, -0.06295756995677948, 0.07077009975910187, -0.024854036048054695, 0.11451400071382523, -0.08354704827070236, -0.08851433545351028, -0.16065533459186554, 0.05232835188508034, -0.0971856415271759, -0.051306720823049545, -0.09556061774492264, -0.050184283405542374, -0.01728140190243721, -0.018070710822939873, -0.02822391875088215, -0.04367216303944588, -0.10629069805145264, 0.04816720634698868, -0.03879733756184578, 0.02260771207511425, -0.06238244101405144, 0.02379411831498146, 0.03523104265332222, -0.015178869478404522, 0.1198926493525505, 0.12207183241844177, -0.09698602557182312, 0.09035449475049973, -0.16394847631454468, -0.06776027381420135, 0.11319122463464737, 0.01993078552186489, 0.060301147401332855, 0.06648512184619904, 0.011058407835662365, 0.06193515285849571, 0.047181855887174606, 0.04019154608249664, 0.0011482342379167676, -0.0998595729470253, 0.05959494039416313, -0.025470629334449768, -0.11498484015464783, -0.05095286667346954, 0.004914015997201204, 0.01974906586110592, 0.04762796312570572, 0.09024947136640549, -0.07045641541481018, 0.10133861005306244, -0.0719725638628006, 0.042781490832567215, 0.013207492418587208, -0.1567831039428711, -0.009022838436067104, -0.07855422794818878, 0.051177605986595154, 0.018598362803459167, 0.16054493188858032, 0.01182752288877964, 0.026072200387716293, 0.010315481573343277, 0.07682152092456818, 0.04349011927843094, -0.014741134829819202, 0.21185405552387238, 0.10036209225654602, -0.025498010218143463, -0.09448950737714767, 0.10583885759115219, 0.05347297713160515, 0.04882397875189781, 0.13073812425136566, 0.00329616479575634, -0.014263730496168137, 0.08692904561758041, 0.002064551692456007, 0.02444906160235405, -0.11166326701641083, -0.12022344022989273, -0.034913238137960434, 0.03916458785533905, -0.018694007769227028, 0.07413183152675629, 0.13662488758563995, -0.011044695042073727, 0.01868942379951477, -0.006493001710623503, -0.044404536485672, -0.19629815220832825, -0.21793615818023682, -0.07676366716623306, -0.13648608326911926, -0.0023855564650148153, -0.11510718613862991, 0.041815925389528275, 0.008664922788739204, 0.07993809133768082, -0.08146228641271591, 0.05119030550122261, 0.06000566482543945, -0.1558382213115692, 0.07134677469730377, -0.023100191727280617, 0.1049720048904419, -0.07798602432012558, 0.0240509994328022, -0.06541567295789719, 0.07175038009881973, 0.01739879511296749, 0.029955588281154633, -0.01989707536995411, 0.008211890235543251, -0.12742145359516144, -0.08334774523973465, -0.06036959961056709, 0.06557390093803406, 0.020560268312692642, 0.1673227995634079, 0.009943484328687191, -0.023078134283423424, 0.028660951182246208, 0.24841417372226715, -0.0622759610414505, -0.06388328224420547, -0.06632015854120255, 0.20368391275405884, -0.019206369295716286, 0.09927452355623245, -0.04167409613728523, 0.010532806627452374, -0.07129248231649399, 0.3616236448287964, 0.2931338846683502, -0.10953228175640106, 0.007534074131399393, -0.023572852835059166, 0.042554765939712524, 0.11510708183050156, 0.1042989119887352, 0.07050987333059311, 0.29585832357406616, -0.05323539301753044, -0.035456158220767975, -0.00002445635254844092, 0.0010794458212330937, -0.06095365062355995, 0.08202893286943436, 0.03708086162805557, -0.050908174365758896, -0.00022808888752479106, 0.14211015403270721, -0.2293669879436493, 0.05093219503760338, -0.1549203097820282, -0.17726412415504456, -0.08134126663208008, -0.008463856764137745, 0.11377648264169693, 0.03384561836719513, 0.10970432311296463, -0.004765030462294817, -0.0765727236866951, 0.0467694029211998, 0.03101363778114319, -0.19725514948368073, 0.009119519963860512, 0.06916453689336777, -0.02850601077079773, -0.030441200360655785, -0.02334762178361416, 0.06269988417625427, 0.07391422241926193, 0.05389029160141945, -0.01931828074157238, 0.03749391436576843, -0.00035577634116634727, -0.041961804032325745, 0.07208401709794998, -0.0301519688218832, 0.008827175945043564, -0.0679439827799797, 0.08395512402057648, -0.18772968649864197, 0.04201417416334152, 0.018391063436865807, -0.04758477583527565, -0.04135806858539581, 0.04440581426024437, -0.07019207626581192, 0.08052141219377518, 0.07222563028335571, -0.01630892977118492, -0.02569187991321087, -0.013696021400392056, -0.005180103238672018, 0.000036183802876621485, -0.011484390124678612, -0.10217433422803879, -0.1737447828054428, -0.13257969915866852, 0.06753268837928772, 0.018290087580680847, -0.20535635948181152, 0.03693879395723343, -0.12776882946491241, 0.02865419164299965, -0.10825670510530472, 0.07439035177230835, 0.07718028128147125, 0.02790611796081066, -0.0036239037290215492, -0.022755812853574753, 0.03530992195010185, 0.0841168612241745, -0.12845547497272491, -0.06076517328619957 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information Keras had access to. You should probably proofread and complete it, then remove this comment. --> # Anthos23/distilbert-base-uncased-finetuned-sst2 This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset. It achieves the following results on the evaluation set: - Train Loss: 0.0662 - Validation Loss: 0.2623 - Train Accuracy: 0.9083 - Epoch: 2 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 21045, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False} - training_precision: float32 ### Training results | Train Loss | Validation Loss | Train Accuracy | Epoch | |:----------:|:---------------:|:--------------:|:-----:| | 0.2101 | 0.2373 | 0.9083 | 0 | | 0.1065 | 0.2645 | 0.9060 | 1 | | 0.0662 | 0.2623 | 0.9083 | 2 | ### Framework versions - Transformers 4.17.0.dev0 - TensorFlow 2.5.0 - Datasets 1.18.3 - Tokenizers 0.11.0
{"license": "apache-2.0", "tags": ["generated_from_keras_callback"], "model-index": [{"name": "Anthos23/distilbert-base-uncased-finetuned-sst2", "results": []}]}
text-classification
Anthos23/distilbert-base-uncased-finetuned-sst2
[ "transformers", "tf", "tensorboard", "distilbert", "text-classification", "generated_from_keras_callback", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #tf #tensorboard #distilbert #text-classification #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
Anthos23/distilbert-base-uncased-finetuned-sst2 =============================================== This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set: * Train Loss: 0.0662 * Validation Loss: 0.2623 * Train Accuracy: 0.9083 * Epoch: 2 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * optimizer: {'name': 'Adam', 'learning\_rate': {'class\_name': 'PolynomialDecay', 'config': {'initial\_learning\_rate': 2e-05, 'decay\_steps': 21045, 'end\_learning\_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta\_1': 0.9, 'beta\_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False} * training\_precision: float32 ### Training results ### Framework versions * Transformers 4.17.0.dev0 * TensorFlow 2.5.0 * Datasets 1.18.3 * Tokenizers 0.11.0
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'Adam', 'learning\\_rate': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_learning\\_rate': 2e-05, 'decay\\_steps': 21045, 'end\\_learning\\_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta\\_1': 0.9, 'beta\\_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}\n* training\\_precision: float32", "### Training results", "### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* TensorFlow 2.5.0\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ "TAGS\n#transformers #tf #tensorboard #distilbert #text-classification #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'Adam', 'learning\\_rate': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_learning\\_rate': 2e-05, 'decay\\_steps': 21045, 'end\\_learning\\_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta\\_1': 0.9, 'beta\\_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}\n* training\\_precision: float32", "### Training results", "### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* TensorFlow 2.5.0\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ 60, 178, 4, 36 ]
[ "passage: TAGS\n#transformers #tf #tensorboard #distilbert #text-classification #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'Adam', 'learning\\_rate': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_learning\\_rate': 2e-05, 'decay\\_steps': 21045, 'end\\_learning\\_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta\\_1': 0.9, 'beta\\_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}\n* training\\_precision: float32### Training results### Framework versions\n\n\n* Transformers 4.17.0.dev0\n* TensorFlow 2.5.0\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ -0.071751669049263, 0.07273967564105988, -0.00647136801853776, 0.053370434790849686, 0.10889609158039093, 0.03760404884815216, 0.15083461999893188, 0.1288233995437622, -0.09319285303354263, 0.1022256538271904, 0.14458638429641724, 0.1356535404920578, 0.055345822125673294, 0.14249345660209656, -0.07741301506757736, -0.16461415588855743, 0.07221665978431702, -0.01192439068108797, -0.0844578891992569, 0.08084993064403534, 0.09502772241830826, -0.07664404809474945, 0.08070409297943115, -0.009198368526995182, -0.11118144541978836, 0.029940420761704445, 0.059786468744277954, -0.0869540199637413, 0.12037109583616257, 0.07156538963317871, 0.08429571241140366, 0.021863579750061035, 0.01430556084960699, -0.20811977982521057, 0.011483858339488506, 0.10802829265594482, -0.007865190505981445, 0.06948617100715637, 0.018014241009950638, -0.022141432389616966, 0.10986746847629547, -0.0797356367111206, 0.06745397299528122, 0.02853500284254551, -0.1316014677286148, -0.26438120007514954, -0.09828593581914902, 0.024949772283434868, 0.08256151527166367, 0.0734068974852562, 0.0028079126495867968, 0.13693615794181824, -0.04056205227971077, 0.09792815893888474, 0.15744096040725708, -0.28548797965049744, -0.03982166573405266, 0.027576277032494545, 0.015707198530435562, 0.04867996275424957, -0.05156019702553749, 0.00952951330691576, 0.03397367149591446, 0.04107360541820526, 0.06788273900747299, -0.012137179262936115, 0.03910418227314949, -0.04109978303313255, -0.08059749752283096, -0.07309861481189728, 0.13216279447078705, 0.022660018876194954, -0.05524453520774841, -0.08042148500680923, -0.039127714931964874, -0.14783789217472076, -0.0056723132729530334, -0.03801426291465759, 0.01627143658697605, 0.008483151905238628, -0.0337500125169754, -0.01728714257478714, -0.06137249246239662, -0.03983410820364952, -0.008460457436740398, 0.11577025800943375, 0.04212242364883423, 0.040283381938934326, -0.02124384231865406, 0.060781579464673996, -0.008424470201134682, -0.11730597168207169, -0.027150042355060577, -0.001090198173187673, -0.04802260175347328, -0.03302360698580742, -0.06336689740419388, -0.03850686177611351, 0.07004532217979431, 0.1745932549238205, -0.08933932334184647, 0.12915636599063873, -0.01084007415920496, 0.024328643456101418, -0.09198416769504547, 0.12094104290008545, 0.0026839401107281446, 0.011663898825645447, -0.0019459986360743642, 0.0637986809015274, 0.032402098178863525, -0.04634087532758713, -0.062367651611566544, 0.05168658867478371, 0.10272431373596191, 0.02794564701616764, -0.05111604556441307, 0.07804831862449646, -0.06883537769317627, -0.004689172841608524, -0.01580248400568962, -0.12586070597171783, 0.036983419209718704, 0.02792976424098015, -0.07697097957134247, 0.009677233174443245, 0.05044739693403244, -0.0022399809677153826, -0.07070916146039963, 0.03890145570039749, -0.0505911260843277, -0.043796177953481674, -0.09158623963594437, -0.12583456933498383, 0.035350240767002106, -0.1120479479432106, -0.01305149681866169, -0.08344443142414093, -0.1558275669813156, -0.03729035332798958, 0.09608924388885498, -0.03914652019739151, -0.024439610540866852, -0.07539453357458115, -0.1415465623140335, 0.06473600119352341, -0.006658127065747976, 0.10086878389120102, -0.05795810744166374, 0.05982321873307228, -0.0074938214384019375, 0.058818552643060684, -0.02594263106584549, 0.03411773592233658, -0.03420078009366989, 0.042556941509246826, -0.18031693994998932, 0.08592717349529266, -0.08522401005029678, 0.03775402158498764, -0.14848747849464417, -0.06900584697723389, 0.043784383684396744, 0.026568444445729256, 0.11213725805282593, 0.09695891290903091, -0.14805392920970917, -0.07205778360366821, 0.12961284816265106, -0.09985233843326569, -0.08646003156900406, 0.09708685427904129, -0.052750684320926666, 0.0158098042011261, 0.07392434775829315, 0.10452250391244888, 0.040253639221191406, -0.10954561084508896, 0.01696670427918434, -0.04591276869177818, 0.015038457699120045, 0.025292595848441124, 0.027605826035141945, -0.033574484288692474, -0.037083446979522705, 0.01352639589458704, -0.003587240818887949, 0.008016128093004227, -0.05998170003294945, -0.05763919651508331, -0.021932139992713928, -0.04532928392291069, 0.03004550002515316, 0.020827975124120712, 0.03633991628885269, -0.10904140770435333, -0.14373627305030823, 0.06814636290073395, 0.03934742510318756, -0.0737907737493515, 0.03670646622776985, -0.10594732314348221, 0.0487062893807888, 0.05000511556863785, 0.02463507279753685, -0.15847395360469818, -0.0456659272313118, 0.02041064016520977, 0.0011185494950041175, 0.008127432316541672, -0.03771195560693741, 0.06785289943218231, 0.02170899510383606, -0.0410277396440506, -0.008866186253726482, -0.031107097864151, 0.014711812138557434, -0.07097546011209488, -0.23051874339580536, -0.018088674172759056, -0.034734368324279785, 0.07784781605005264, -0.25340452790260315, 0.02575548179447651, 0.09880492091178894, 0.11767895519733429, 0.03714245557785034, -0.016687242314219475, -0.040032174438238144, 0.05647740885615349, -0.03722862899303436, -0.06844615191221237, 0.03034203313291073, 0.02914307452738285, -0.11542636156082153, -0.004929339978843927, -0.1733008176088333, 0.10909093171358109, 0.12812860310077667, -0.07139366120100021, -0.11543508619070053, 0.04177912324666977, -0.031053390353918076, -0.02282022126019001, -0.009088326245546341, 0.00008013078331714496, 0.17220661044120789, 0.029238905757665634, 0.14409445226192474, -0.05856559798121452, -0.04271920770406723, 0.041698236018419266, -0.031568270176649094, -0.04481891170144081, 0.11657334864139557, -0.0192952249199152, -0.07362298667430878, 0.08773920685052872, 0.1048692986369133, -0.09197025746107101, 0.11904468387365341, -0.05772118642926216, -0.05191856622695923, -0.06353159993886948, 0.04461824521422386, 0.05744435265660286, 0.08488903194665909, -0.10037024319171906, -0.014763496816158295, 0.0033568707294762135, 0.03102172166109085, -0.005508942995220423, -0.1815909445285797, 0.020326880738139153, 0.018795184791088104, -0.06221197545528412, 0.03004724718630314, -0.012439857237040997, 0.006143039092421532, 0.11262684315443039, 0.028025152161717415, -0.055317472666502, 0.0654493123292923, -0.01985025592148304, -0.09343644231557846, 0.2223762422800064, -0.13783510029315948, -0.1596381813287735, -0.11898918449878693, -0.04210962727665901, -0.028908276930451393, -0.004950716160237789, 0.00947621837258339, -0.10192643105983734, -0.06715607643127441, -0.08392208814620972, -0.03953912481665611, -0.027927586808800697, 0.03483857959508896, 0.06056610494852066, 0.00948971975594759, 0.1171833723783493, -0.10938156396150589, -0.04309873655438423, -0.014194999821484089, -0.044464416801929474, 0.03258486092090607, -0.00645321374759078, 0.004910213407129049, 0.12508530914783478, -0.017402121797204018, 0.03695617616176605, -0.051025502383708954, 0.21494461596012115, -0.05669645592570305, 0.002849512966349721, 0.12650080025196075, -0.03250696510076523, 0.06546539813280106, 0.11073414981365204, 0.03974449262022972, -0.11927295476198196, 0.038520775735378265, 0.06738995015621185, -0.034411750733852386, -0.25475871562957764, -0.0038628727197647095, -0.028211988508701324, -0.05851268023252487, 0.07312805205583572, 0.0435531884431839, 0.1370597630739212, 0.005878660827875137, 0.015398519113659859, 0.08881151676177979, 0.06957915425300598, 0.07597649097442627, 0.15791980922222137, 0.05899724364280701, 0.09821444004774094, -0.044600050896406174, 0.0025485518854111433, 0.03118337132036686, -0.0015261868247762322, 0.20819586515426636, 0.03212779015302658, 0.10197777301073074, 0.07855937629938126, 0.06632012128829956, -0.015611574985086918, 0.008851412683725357, -0.004804398398846388, -0.0015685262624174356, 0.004651706665754318, -0.05174170061945915, -0.03471877798438072, 0.056589607149362564, -0.03467288240790367, 0.03251494839787483, -0.09653031080961227, 0.06531783193349838, 0.05904803425073624, 0.27309659123420715, 0.08825600147247314, -0.31050601601600647, -0.10990165919065475, 0.008601649664342403, -0.034902334213256836, -0.04758043214678764, 0.0049384357407689095, 0.09050450474023819, -0.05676676332950592, 0.08613049983978271, -0.059337615966796875, 0.0572727806866169, -0.05346040055155754, 0.04346606135368347, 0.10923095792531967, 0.09584493935108185, 0.007000804413110018, 0.00949527695775032, -0.36382991075515747, 0.2832491099834442, 0.027099939063191414, 0.13951769471168518, -0.0798414945602417, 0.05647938698530197, 0.026702502742409706, -0.02844390831887722, 0.06784215569496155, -0.00957103818655014, -0.18170596659183502, -0.1748342514038086, -0.05980975925922394, -0.004285009112209082, 0.12953884899616241, 0.020836377516388893, 0.09929423779249191, -0.03304130584001541, 0.011417914181947708, 0.06406721472740173, -0.033728357404470444, -0.13544487953186035, -0.0783379003405571, 0.04288576543331146, 0.03333407640457153, -0.04081268236041069, -0.08116495609283447, -0.07704488188028336, -0.08359118551015854, 0.18746572732925415, -0.15501293540000916, -0.05411981791257858, -0.1359592229127884, 0.0694022998213768, 0.06276879459619522, -0.05804480239748955, 0.03690386936068535, 0.005675372201949358, 0.09715311229228973, 0.021770434454083443, -0.08609835803508759, 0.13146311044692993, -0.0358794629573822, -0.21477600932121277, -0.062440142035484314, 0.10474648326635361, 0.043087832629680634, 0.03955116122961044, 0.003188223810866475, 0.06669209152460098, 0.04890953004360199, -0.08665686100721359, 0.1069084033370018, 0.018981248140335083, 0.036430828273296356, 0.00914219580590725, -0.018502086400985718, -0.020992033183574677, -0.048282064497470856, -0.001106530544348061, 0.10440640896558762, 0.2872239351272583, -0.07808420062065125, 0.050729900598526, 0.03297830745577812, -0.10413742810487747, -0.20943382382392883, 0.06168973073363304, 0.09194139391183853, 0.016358422115445137, -0.06790150701999664, -0.2055758535861969, 0.04272836446762085, 0.08861926198005676, -0.009964723140001297, 0.05696418508887291, -0.29404741525650024, -0.15652082860469818, 0.08203049004077911, 0.11703530699014664, 0.09569507092237473, -0.16162529587745667, -0.04694817587733269, -0.052306123077869415, -0.04578428342938423, 0.12949742376804352, -0.08334778249263763, 0.08483005315065384, 0.03547483682632446, 0.026064401492476463, 0.0034329856280237436, -0.04340897127985954, 0.11887122690677643, -0.0316033773124218, 0.0960930660367012, -0.05113546550273895, -0.03367159888148308, 0.10693290084600449, -0.09060100466012955, 0.03594735264778137, -0.058276448398828506, 0.020207904279232025, -0.11547554284334183, -0.007881252095103264, -0.06652025878429413, 0.04501217603683472, -0.06802190095186234, -0.016481515020132065, -0.011467328295111656, 0.05103563889861107, 0.08322123438119888, -0.017741123214364052, 0.14446045458316803, -0.017033329233527184, 0.16641977429389954, 0.1758989840745926, 0.09391901642084122, -0.024108529090881348, -0.010764671489596367, 0.07816175371408463, -0.027264755219221115, 0.06099872663617134, -0.17546366155147552, 0.05844797566533089, 0.13478079438209534, -0.011452211067080498, 0.15168115496635437, 0.06572837382555008, -0.07961157709360123, 0.03095938451588154, 0.06370034068822861, -0.12766432762145996, -0.10216857492923737, 0.024356266483664513, 0.033870235085487366, -0.06675182282924652, 0.04558499529957771, 0.15783540904521942, -0.03561265394091606, 0.023879753425717354, 0.005536837037652731, 0.04151599109172821, -0.054989371448755264, 0.14032749831676483, 0.0096793407574296, 0.07726599276065826, -0.07428586483001709, 0.13544073700904846, 0.055730439722537994, -0.12800130248069763, 0.12423628568649292, 0.03214522451162338, -0.07100582122802734, -0.009634102694690228, 0.02761802077293396, 0.10036707669496536, 0.05300019681453705, -0.07083479315042496, -0.14720311760902405, -0.17284370958805084, 0.09765942394733429, 0.21803292632102966, 0.03631526976823807, 0.06334839016199112, -0.040452539920806885, -0.0002506283635739237, -0.08922363072633743, 0.06924337893724442, 0.04659030959010124, 0.03466687723994255, -0.12721657752990723, 0.16745708882808685, 0.008519171737134457, -0.010795962996780872, -0.012472892180085182, -0.0036901580169796944, -0.18581658601760864, 0.014568879269063473, -0.153127983212471, 0.022288156673312187, -0.00046570642734877765, -0.00713670440018177, 0.03428063541650772, -0.03414188325405121, -0.06392892450094223, 0.03901230916380882, -0.0989518091082573, -0.02655460685491562, 0.0390092134475708, 0.05607829988002777, -0.11638136953115463, -0.06773044168949127, 0.0052306680008769035, -0.1157127097249031, 0.057977814227342606, 0.028459100052714348, -0.01646021008491516, 0.02693822793662548, -0.0650457963347435, 0.027408258989453316, 0.052641697227954865, -0.001193537376821041, 0.0351233184337616, -0.1654772311449051, 0.006416221149265766, -0.015438830479979515, 0.013479117304086685, 0.031374916434288025, 0.07886587828397751, -0.07883583009243011, -0.014926576986908913, -0.015544477850198746, -0.04176473990082741, -0.04873519763350487, 0.06935032457113266, 0.14780624210834503, -0.02975204586982727, 0.17698261141777039, -0.126702681183815, 0.007314309012144804, -0.17267128825187683, 0.0031224903650581837, 0.02845958061516285, -0.08807741850614548, -0.1070936992764473, -0.017278360202908516, 0.10160841047763824, -0.10018731653690338, 0.10854095965623856, -0.041669778525829315, 0.0573616698384285, 0.05886147543787956, -0.10672181099653244, -0.09698480367660522, 0.08344797044992447, 0.1575206220149994, 0.039260223507881165, -0.020943980664014816, 0.05230654403567314, -0.03169018402695656, 0.08821283280849457, 0.0974140539765358, 0.20720437169075012, 0.14016751945018768, 0.06087587773799896, 0.1297663450241089, 0.06557134538888931, -0.06468858569860458, -0.09890227019786835, 0.1405685842037201, -0.09175813943147659, 0.17161855101585388, -0.04191368445754051, 0.09755413979291916, 0.08028224855661392, -0.1801915168762207, 0.02556317299604416, -0.07384565472602844, -0.09576326608657837, -0.1295408457517624, -0.12059494853019714, -0.08904392272233963, -0.09912198036909103, 0.004613555036485195, -0.11379574239253998, 0.029866069555282593, 0.05643405020236969, 0.0448991023004055, 0.010226704180240631, 0.06518252938985825, -0.03666431084275246, 0.028683552518486977, 0.11538892239332199, -0.009673703461885452, -0.01979062706232071, -0.04783468693494797, -0.0807735025882721, 0.04299130290746689, -0.0009580070618540049, 0.040019236505031586, 0.01159312017261982, 0.00688994349911809, 0.04918871819972992, -0.016800418496131897, -0.092942975461483, 0.05771822854876518, 0.018968742340803146, 0.018211105838418007, 0.042096249759197235, 0.04771599918603897, -0.027852309867739677, -0.010145667009055614, 0.11194479465484619, -0.08328301459550858, -0.04107249155640602, -0.16364847123622894, 0.261349081993103, -0.0012381169945001602, 0.04217594116926193, 0.016439467668533325, -0.05923519283533096, -0.039170727133750916, 0.16894306242465973, 0.15253959596157074, -0.0324508361518383, -0.025698989629745483, 0.048146411776542664, -0.0062266383320093155, -0.03311796858906746, 0.1413908153772354, 0.07668576389551163, -0.01443692296743393, -0.04204967990517616, -0.05395205318927765, -0.016389690339565277, -0.028226830065250397, -0.04547854885458946, 0.08526748418807983, 0.016517477110028267, -0.01089799590408802, -0.014745218679308891, 0.0524357333779335, -0.07254520803689957, -0.11473973095417023, 0.08949700742959976, -0.20385536551475525, -0.1571640521287918, 0.001645190641283989, 0.01322026178240776, -0.01073498371988535, 0.0634969174861908, 0.002437990391626954, -0.019089771434664726, 0.11293034255504608, -0.03822135552763939, -0.015425198711454868, -0.09179101884365082, 0.05719513073563576, -0.06986025720834732, 0.17968802154064178, -0.025799766182899475, 0.0514022633433342, 0.14154160022735596, 0.027183007448911667, -0.07738896459341049, 0.03772620111703873, 0.06891946494579315, -0.08986682444810867, -0.009611065499484539, 0.06906037032604218, -0.02931780181825161, 0.14103522896766663, 0.0824647843837738, -0.08517023175954819, 0.02858727239072323, -0.09216898679733276, -0.09123970568180084, -0.02933070994913578, -0.0396210253238678, -0.0673009529709816, 0.11358015239238739, 0.22793443500995636, -0.033610567450523376, 0.006499161943793297, -0.031926147639751434, 0.013793238438665867, 0.04574393481016159, 0.006969782058149576, -0.058631666004657745, -0.25109389424324036, 0.07348055392503738, 0.043610285967588425, 0.03555668890476227, -0.17288000881671906, -0.09170765429735184, 0.01867152750492096, -0.011294569820165634, -0.10252679884433746, 0.10856226831674576, 0.06932296603918076, 0.06208702549338341, -0.06799671798944473, -0.1072373166680336, -0.04103560745716095, 0.1854979693889618, -0.09087681025266647, -0.06993566453456879 ]
null
null
transformers
# Jordan DialoGPT Model
{"tags": ["conversational"]}
text-generation
Apisate/DialoGPT-small-jordan
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Jordan DialoGPT Model
[ "# Jordan DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Jordan DialoGPT Model" ]
[ 51, 7 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Jordan DialoGPT Model" ]
[ -0.014234757982194424, 0.0020122500136494637, -0.00592494523152709, 0.01757795549929142, 0.12891024351119995, -0.0012038614368066192, 0.18380974233150482, 0.14440234005451202, 0.040929123759269714, -0.07664123922586441, 0.14973331987857819, 0.2089197337627411, 0.006873446516692638, 0.09041184186935425, -0.09143061190843582, -0.2749015688896179, 0.03654220700263977, 0.06039964407682419, 0.023162199184298515, 0.12462527304887772, 0.10364384204149246, -0.023313630372285843, 0.09143918752670288, 0.012250212021172047, -0.12854506075382233, -0.004305275157094002, 0.017115497961640358, -0.09662337601184845, 0.11099649965763092, 0.037939853966236115, -0.006170528940856457, 0.025934332981705666, -0.06838274002075195, -0.23789450526237488, 0.038852669298648834, -0.0023382632061839104, -0.02878233604133129, 0.013481809757649899, 0.004166855476796627, -0.10337141901254654, 0.13726158440113068, -0.020278261974453926, -0.016017166897654533, 0.02311982959508896, -0.18604664504528046, -0.03421729430556297, 0.021039938554167747, 0.0016579926013946533, 0.1207914873957634, 0.07707327604293823, -0.03794356808066368, 0.1296178698539734, -0.0473661944270134, 0.11804617196321487, 0.07628088444471359, -0.33587074279785156, -0.007824745960533619, 0.06805530935525894, -0.0019527606200426817, 0.05831272155046463, -0.044957224279642105, 0.11625824123620987, 0.0026707451324909925, 0.006909432355314493, -0.03758065029978752, -0.1093214675784111, -0.1031230017542839, -0.010608109645545483, -0.09497880190610886, -0.0570724681019783, 0.21046635508537292, -0.015264536254107952, 0.06840881705284119, -0.07575856894254684, -0.08539086580276489, 0.011256147176027298, -0.04166194424033165, -0.03138245269656181, -0.07428224384784698, 0.048527877777814865, -0.021203119307756424, -0.11570287495851517, -0.11041203141212463, -0.019273513928055763, -0.16712985932826996, 0.11401081085205078, 0.044177617877721786, 0.0646725594997406, -0.25875285267829895, 0.09640555828809738, 0.018066339194774628, -0.1287546008825302, -0.009111677296459675, -0.06463095545768738, 0.011222060769796371, -0.018075596541166306, 0.0051205772906541824, -0.03814765065908432, 0.041203323751688004, 0.09113650768995285, 0.06978951394557953, 0.045958902686834335, -0.00026938109658658504, 0.0554766021668911, 0.04416787251830101, 0.0625305324792862, 0.03857160359621048, -0.056105248630046844, 0.0036988172214478254, -0.09973295778036118, -0.024089805781841278, -0.030547676607966423, -0.14285241067409515, -0.009654182009398937, 0.019166696816682816, 0.055881109088659286, 0.018653396517038345, 0.14846840500831604, -0.001025828649289906, -0.037175990641117096, -0.06638310104608536, -0.022796276956796646, -0.03878604993224144, -0.027608152478933334, -0.009739218279719353, 0.13516026735305786, 0.02190536819398403, 0.038374654948711395, -0.1384083777666092, -0.01751987263560295, -0.009716821834445, 0.011037996038794518, -0.0018903514137491584, -0.021981189027428627, -0.005369406659156084, -0.002755329478532076, 0.025991564616560936, -0.1461569219827652, -0.2184315025806427, 0.021246884018182755, 0.03560219705104828, -0.017555532976984978, -0.08191885054111481, -0.1142779141664505, 0.004822936840355396, 0.03661387041211128, -0.06976867467164993, -0.03127101808786392, -0.06598417460918427, 0.07856728881597519, -0.015966523438692093, 0.10856270045042038, -0.0750068724155426, 0.0653112456202507, -0.08832770586013794, -0.02135629765689373, -0.013983088545501232, 0.15616564452648163, 0.019252469763159752, 0.018133576959371567, -0.047156378626823425, 0.007389428094029427, -0.017823632806539536, 0.04314752668142319, -0.049934495240449905, 0.2306421846151352, -0.11453822255134583, -0.12496776133775711, 0.23887066543102264, -0.018969163298606873, -0.1563437432050705, 0.13581006228923798, -0.017811518162488937, 0.08499713242053986, 0.15891815721988678, 0.18339140713214874, 0.02995779737830162, -0.05255262181162834, 0.07033040374517441, 0.15270423889160156, -0.03928058594465256, -0.009153809398412704, 0.029517384245991707, 0.023768020793795586, -0.02642054297029972, 0.04785212501883507, 0.07758118957281113, 0.10461297631263733, -0.06051260605454445, -0.027797598391771317, -0.0007292315713129938, -0.01708720624446869, 0.08397702872753143, -0.011402749456465244, 0.10888319462537766, 0.0004771635285578668, -0.04630632326006889, 0.056426454335451126, 0.018506890162825584, -0.026380497962236404, 0.04235893860459328, -0.03337794914841652, 0.07547460496425629, -0.0831417366862297, 0.04475727304816246, -0.12186276167631149, -0.034444235265254974, -0.07008799910545349, 0.11409394443035126, 0.0705437883734703, 0.11345396190881729, 0.09657484292984009, -0.041938673704862595, -0.05055449157953262, 0.040870390832424164, 0.16210581362247467, -0.0004284151073079556, -0.08736798912286758, -0.07638778537511826, 0.08978360891342163, -0.04836227744817734, 0.141170933842659, -0.01792941614985466, -0.0047971028834581375, -0.02817484177649021, 0.15499961376190186, 0.026579463854432106, 0.02859584428369999, 0.01566297560930252, -0.018341096118092537, 0.0013782891910523176, -0.00894793588668108, 0.09492962062358856, -0.014461379498243332, -0.04489300400018692, 0.20560918748378754, -0.15496423840522766, 0.12996798753738403, 0.16197608411312103, -0.22313256561756134, 0.020708734169602394, -0.0701136663556099, -0.02723204903304577, 0.01909833401441574, 0.06331413984298706, 0.041869040578603745, 0.29445165395736694, -0.003299160860478878, 0.16285477578639984, -0.021461913362145424, -0.04849017783999443, -0.025608636438846588, -0.0961836650967598, 0.0005244285566732287, 0.09108372777700424, 0.07731042057275772, -0.17358119785785675, 0.14084313809871674, 0.16876934468746185, 0.0541473925113678, 0.22092345356941223, 0.011675089597702026, -0.015214835293591022, 0.04537108168005943, 0.014317044056952, -0.06422192603349686, -0.06640233099460602, -0.20824913680553436, -0.026267288252711296, 0.07503575086593628, 0.052953090518713, 0.08097413182258606, -0.07784835994243622, -0.0018655355088412762, 0.014771867543458939, -0.01950143277645111, 0.024530455470085144, 0.10801922529935837, 0.018904652446508408, 0.11223425716161728, -0.023646270856261253, -0.03175123408436775, 0.07310338318347931, 0.01304272748529911, -0.04572605341672897, 0.2025185227394104, -0.1052204966545105, -0.31709039211273193, -0.07550717145204544, -0.22807565331459045, -0.0816621482372284, 0.01975139044225216, 0.07785643637180328, -0.0984727069735527, -0.004194227978587151, 0.04985983297228813, 0.1562255620956421, -0.074143186211586, 0.015747275203466415, -0.023402148857712746, -0.026319457218050957, -0.11766193062067032, -0.08632256835699081, -0.06912266463041306, -0.05372405797243118, -0.08784659206867218, 0.08767319470643997, -0.1088300496339798, -0.038285184651613235, 0.14841718971729279, 0.02105107717216015, 0.06621233373880386, -0.032577112317085266, 0.24616195261478424, -0.12423808127641678, 0.011979341506958008, 0.1742553859949112, -0.03733697533607483, 0.053361814469099045, 0.19227661192417145, -0.029154378920793533, -0.0820276066660881, 0.015051903203129768, 0.0030263911467045546, -0.04992615804076195, -0.19910193979740143, -0.12100286781787872, -0.1447218954563141, 0.05454065650701523, -0.002664029598236084, 0.018929244950413704, 0.08836625516414642, 0.05788682773709297, -0.0589071623980999, 0.028325123712420464, 0.0356474407017231, 0.07275629043579102, 0.28068462014198303, -0.05421849340200424, 0.09149766713380814, -0.03046346828341484, -0.16871221363544464, 0.05393674969673157, 0.09544753283262253, 0.04602453112602234, 0.057197555899620056, 0.06603400409221649, 0.035230036824941635, -0.005958379711955786, 0.11629915237426758, 0.036307573318481445, 0.0099532101303339, -0.04162757843732834, -0.02435978315770626, -0.04146910086274147, -0.04562300816178322, 0.009711318649351597, 0.06946653127670288, -0.10684715211391449, -0.019812097772955894, 0.010926713235676289, 0.08182358741760254, -0.007705132942646742, 0.17356543242931366, -0.16181984543800354, -0.0015287469141185284, 0.0849638357758522, -0.05164709314703941, -0.14929081499576569, 0.07681195437908173, -0.0629161074757576, -0.1605193316936493, 0.06988015025854111, -0.026135278865695, 0.11326126754283905, -0.18127213418483734, 0.07819364219903946, -0.11399006098508835, -0.09773561358451843, 0.0024159089662134647, 0.10025856643915176, -0.37694230675697327, 0.23781786859035492, 0.029721850529313087, -0.029453091323375702, -0.11486858874559402, -0.007196308113634586, 0.000027693087758962065, 0.044181082397699356, 0.13150660693645477, 0.0028013049159199, 0.00991959311068058, 0.005717975087463856, -0.04712045565247536, 0.05890604853630066, 0.10696428269147873, -0.014514192007482052, -0.034117672592401505, -0.035255469381809235, -0.00182962859980762, -0.036569856107234955, -0.08427270501852036, -0.018091509118676186, -0.19628725945949554, 0.0756787657737732, 0.06587325036525726, 0.061096109449863434, 0.041561491787433624, -0.026588479056954384, -0.046000443398952484, 0.24111635982990265, 0.031395323574543, -0.11597952991724014, -0.1007440984249115, -0.06822772324085236, 0.017707156017422676, -0.08643555641174316, 0.03714695945382118, -0.06545107811689377, 0.010192534886300564, -0.08645951002836227, -0.20149458944797516, 0.07710407674312592, -0.07692274451255798, 0.01289726234972477, -0.018267855048179626, 0.21455354988574982, -0.04673846438527107, 0.013122575357556343, 0.044020649045705795, 0.015263497829437256, -0.10949675738811493, -0.06839010119438171, -0.02571258321404457, -0.009596279822289944, -0.05229273438453674, 0.02036847174167633, 0.04944290593266487, -0.0368657186627388, -0.037579245865345, 0.004116690251976252, 0.33247044682502747, 0.19697143137454987, 0.004307336639612913, 0.16606931388378143, 0.16032378375530243, -0.05183827131986618, -0.28057658672332764, -0.13732384145259857, -0.04447333514690399, -0.02549002505838871, -0.0881442055106163, -0.1355435997247696, 0.0799439400434494, -0.09302940219640732, -0.022330813109874725, 0.0843694731593132, -0.28085383772850037, -0.10271976888179779, 0.232133686542511, -0.014615138061344624, 0.43568265438079834, -0.0491747222840786, -0.048939675092697144, -0.053314756602048874, -0.24348486959934235, 0.15808136761188507, -0.02371605671942234, 0.12063547968864441, -0.022189591079950333, 0.18245144188404083, 0.03638552874326706, 0.00986371748149395, 0.10353019088506699, 0.07091790437698364, -0.024508599191904068, -0.11370030790567398, -0.033258162438869476, -0.027781888842582703, -0.005048777908086777, 0.009032895788550377, -0.09602430462837219, 0.023101260885596275, -0.22489921748638153, -0.05984135717153549, -0.09339770674705505, 0.023438340052962303, 0.05784052237868309, -0.10658033192157745, 0.027992036193609238, -0.06456076353788376, -0.0002726681705098599, 0.0018202599603682756, 0.18366371095180511, -0.0680379793047905, 0.12117861956357956, 0.10550423711538315, 0.13735811412334442, -0.1320161521434784, -0.03559472784399986, -0.0747692659497261, -0.04574011638760567, 0.052859798073768616, -0.11088700592517853, -0.0012708527501672506, 0.10487102717161179, -0.010584961622953415, 0.08685693889856339, 0.06548313051462173, 0.003252200083807111, 0.021870937198400497, 0.07731985300779343, -0.2336006462574005, -0.08319410681724548, -0.07246380299329758, 0.02312522754073143, 0.07206929475069046, 0.07865004241466522, 0.198212131857872, -0.012654563412070274, -0.03421393409371376, -0.0029227810446172953, 0.0021247046533972025, -0.07594515383243561, 0.053128451108932495, -0.001597177586518228, 0.03002174012362957, -0.1538347452878952, 0.0881824791431427, -0.014274707064032555, -0.07975977659225464, 0.017638403922319412, 0.10575514286756516, -0.12133986502885818, -0.11086437106132507, 0.047166865319013596, 0.14425401389598846, -0.04803795367479324, 0.012429389171302319, -0.01909290812909603, -0.15691415965557098, 0.03720378130674362, 0.12774856388568878, 0.06329436600208282, 0.0462244488298893, -0.10977940261363983, -0.04839230701327324, -0.03314268961548805, 0.045506782829761505, 0.06632205098867416, -0.024057986214756966, -0.05047258362174034, 0.02633698657155037, -0.06154961884021759, 0.16304542124271393, -0.08113927394151688, -0.10021863132715225, -0.13888457417488098, 0.0677984431385994, -0.11250617355108261, -0.10523218661546707, -0.07009588927030563, -0.022928686812520027, -0.002709323773160577, -0.040520645678043365, -0.061951644718647, -0.04506266489624977, -0.10993240773677826, 0.05125841870903969, -0.004358827136456966, 0.023052610456943512, -0.07576805353164673, 0.008749832399189472, 0.06055330112576485, -0.019475145265460014, 0.13029539585113525, 0.13014931976795197, -0.08329888433218002, 0.1389659196138382, -0.14551416039466858, -0.10396312922239304, 0.0955483540892601, 0.0033425455912947655, 0.07000964134931564, 0.08726881444454193, 0.02881472371518612, 0.04465337470173836, 0.06648895144462585, 0.05849655345082283, -0.03187326714396477, -0.05744278058409691, 0.04442761838436127, -0.05971677973866463, -0.07500043511390686, -0.03327799215912819, -0.018714142963290215, -0.010777221992611885, 0.040239062160253525, 0.0666574016213417, -0.05370230972766876, 0.05908316746354103, -0.07098057866096497, 0.02354634739458561, 0.0269462950527668, -0.20723432302474976, -0.0010924463858827949, -0.1439555436372757, 0.05604643374681473, -0.003827848704531789, 0.17637763917446136, 0.025475824251770973, -0.008984647691249847, 0.027503931894898415, 0.09469052404165268, -0.0043711429461836815, -0.021321551874279976, 0.14148040115833282, 0.09760980308055878, -0.03802003338932991, -0.10997700691223145, 0.06201428920030594, 0.03148602321743965, 0.09564743936061859, 0.10538250207901001, 0.003237610450014472, -0.045372407883405685, 0.0876607894897461, -0.029375921934843063, 0.070888452231884, -0.07478930801153183, -0.17314092814922333, -0.02907491847872734, 0.07604798674583435, -0.06077194958925247, 0.09337491542100906, 0.13945864140987396, -0.044620051980018616, 0.008644787594676018, 0.011638660915195942, -0.06356384605169296, -0.18277601897716522, -0.18531455099582672, -0.04697674140334129, -0.11581176519393921, 0.03343742713332176, -0.11098016053438187, 0.05854930356144905, 0.09784332662820816, 0.11734705418348312, -0.04332814738154411, 0.13520662486553192, 0.048633575439453125, -0.11163470149040222, 0.10243838280439377, -0.06064017117023468, 0.07931449264287949, -0.08416381478309631, 0.019172022119164467, -0.08842077851295471, -0.0069984872825443745, 0.004291769117116928, 0.023002155125141144, -0.07254963368177414, 0.004597303923219442, -0.1185181513428688, -0.11149841547012329, -0.06113831326365471, 0.07873088121414185, 0.008544952608644962, 0.13999201357364655, 0.010042526759207249, -0.03324310854077339, 0.01510463934391737, 0.22554141283035278, -0.04416782408952713, -0.15536721050739288, -0.04791901633143425, 0.23781821131706238, -0.010653824545443058, 0.09547468274831772, -0.013456303626298904, 0.016042644158005714, -0.09440618008375168, 0.3028965890407562, 0.26233842968940735, -0.07546252012252808, 0.01438930444419384, 0.01135177444666624, 0.04482630640268326, 0.09526602178812027, 0.0804126039147377, 0.05192575603723526, 0.24791111052036285, -0.11180885136127472, -0.02452758699655533, 0.02767893299460411, -0.07530918717384338, -0.04203197732567787, 0.07390182465314865, 0.05997626110911369, -0.05223242565989494, 0.008360709063708782, 0.10554729402065277, -0.3067895174026489, 0.0956750139594078, -0.19847436249256134, -0.17241887748241425, -0.08801978826522827, -0.019295843318104744, 0.11211436986923218, 0.07816978543996811, 0.06354173272848129, -0.010902872309088707, -0.0662776455283165, 0.07596206665039062, 0.028604255989193916, -0.1971340775489807, -0.03883283585309982, 0.09746337682008743, -0.03823983296751976, -0.0992916077375412, -0.0020210128277540207, 0.07849977910518646, 0.06122475489974022, 0.010646945796906948, 0.013346747495234013, 0.03590775653719902, 0.014230645261704922, -0.028706511482596397, 0.019551103934645653, 0.09120763093233109, -0.00426472956314683, -0.09209886938333511, 0.08143764734268188, -0.10474784672260284, 0.046726293861866, -0.07690545171499252, -0.03631488233804703, -0.00018961078603751957, 0.0360688716173172, -0.00119221571367234, 0.06320291012525558, 0.1079474538564682, 0.00536519568413496, 0.021240491420030594, -0.030654167756438255, -0.005103672854602337, 0.015256963670253754, -0.12447800487279892, -0.08494020998477936, -0.08273853361606598, -0.11526653170585632, 0.05853051319718361, -0.007261440623551607, -0.1468483954668045, -0.01331343688070774, -0.11846009641885757, 0.03387168049812317, -0.12289738655090332, 0.10997433215379715, 0.10815705358982086, 0.01165790669620037, 0.003495685989037156, -0.04589889571070671, 0.048795804381370544, 0.06577178835868835, -0.1221180334687233, -0.08778239786624908 ]
null
null
transformers
Idea is to build a model which will take keywords as inputs and generate sentences as outputs. Potential use case can include: - Marketing - Search Engine Optimization - Topic generation etc. - Fine tuning of topic modeling models
{"language": "en", "tags": ["keytotext", "k2t", "Keywords to Sentences"], "thumbnail": "Keywords to Sentences"}
text2text-generation
Apoorva/k2t-test
[ "transformers", "pytorch", "t5", "text2text-generation", "keytotext", "k2t", "Keywords to Sentences", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #t5 #text2text-generation #keytotext #k2t #Keywords to Sentences #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Idea is to build a model which will take keywords as inputs and generate sentences as outputs. Potential use case can include: - Marketing - Search Engine Optimization - Topic generation etc. - Fine tuning of topic modeling models
[]
[ "TAGS\n#transformers #pytorch #t5 #text2text-generation #keytotext #k2t #Keywords to Sentences #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 65 ]
[ "passage: TAGS\n#transformers #pytorch #t5 #text2text-generation #keytotext #k2t #Keywords to Sentences #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.048417139798402786, 0.0009807678870856762, -0.007233020383864641, 0.0036215882282704115, 0.13428790867328644, 0.017067421227693558, 0.10295163840055466, 0.1634819209575653, -0.01886797696352005, -0.03132914751768112, 0.13148918747901917, 0.2336915284395218, 0.004890760872513056, 0.08337961137294769, -0.08622408658266068, -0.2960369884967804, 0.041210025548934937, 0.0508146695792675, -0.011382460594177246, 0.13791842758655548, 0.06906934082508087, -0.04940807446837425, 0.053763844072818756, -0.010099691338837147, -0.13168621063232422, 0.05672641471028328, 0.05610717833042145, -0.14065709710121155, 0.12640519440174103, 0.032391298562288284, 0.08803024142980576, 0.05411916226148605, -0.0818232074379921, -0.20551152527332306, 0.021188128739595413, 0.013945752754807472, -0.04539065808057785, 0.02558506280183792, 0.07301115989685059, -0.056561727076768875, 0.06120176613330841, -0.006542164366692305, -0.007215836085379124, 0.04145794361829758, -0.1297234296798706, -0.03013324737548828, -0.023380504921078682, 0.07450595498085022, 0.0938042551279068, 0.05951866880059242, -0.04006919637322426, 0.12378181517124176, -0.08220606297254562, 0.13450920581817627, 0.16215328872203827, -0.35988855361938477, 0.015400703065097332, -0.03385306894779205, 0.03614163026213646, 0.06820724904537201, -0.006302947178483009, 0.06906551122665405, 0.01984555274248123, 0.006208094302564859, 0.06483044475317001, -0.09554601460695267, -0.19352704286575317, 0.02323547564446926, -0.08646460622549057, -0.03966033458709717, 0.20776495337486267, -0.059303220361471176, 0.06536795943975449, -0.06275755167007446, -0.08208149671554565, -0.0005423965631052852, -0.008365116082131863, -0.06092090159654617, -0.06434223800897598, 0.06411267817020416, 0.02510606124997139, -0.07475197315216064, -0.1632649004459381, 0.0021252937149256468, -0.18842677772045135, 0.11112197488546371, 0.03125030919909477, 0.016051286831498146, -0.17782221734523773, 0.0658688098192215, 0.0075011891312897205, -0.11675234884023666, 0.05008883401751518, -0.05733058229088783, 0.028093121945858, -0.02833113819360733, -0.030833899974822998, -0.07401671260595322, 0.10444143414497375, -0.018385624513030052, -0.0357888899743557, -0.0004749320796690881, -0.09322020411491394, 0.06371723860502243, 0.029176000505685806, 0.08736217767000198, 0.006890301126986742, 0.008840993046760559, 0.04776689037680626, -0.12941645085811615, -0.02362595871090889, -0.04492591321468353, -0.13275833427906036, -0.08382748812437057, 0.11970104277133942, 0.12008076906204224, 0.03622009605169296, 0.10849148780107498, -0.02164728008210659, -0.015224208123981953, 0.00897273700684309, -0.0674232468008995, -0.019230801612138748, 0.000848731433507055, 0.005841542966663837, 0.1206355020403862, -0.007700543384999037, 0.0616564005613327, -0.16185849905014038, 0.07020002603530884, -0.0740392804145813, -0.0051760319620370865, 0.018565542995929718, -0.09050756692886353, 0.038661450147628784, -0.13111253082752228, 0.013315314427018166, -0.14413785934448242, -0.11346959322690964, 0.019048364832997322, -0.04441484063863754, -0.0029773716814816, -0.08013070374727249, -0.07077861577272415, -0.0423460379242897, 0.0473516471683979, -0.06827549636363983, -0.03394926339387894, -0.030531341210007668, 0.11282406002283096, -0.06917988508939743, 0.07973605394363403, -0.07994753867387772, 0.06490151584148407, -0.1622081995010376, -0.04491254314780235, -0.07958042621612549, 0.07840419560670853, 0.023204738274216652, 0.12309250980615616, -0.08067946881055832, -0.023636365309357643, -0.03225431963801384, 0.04045439511537552, -0.0530397966504097, 0.24015995860099792, -0.11452063918113708, -0.11143989861011505, 0.2723163068294525, -0.05476483702659607, -0.16204577684402466, 0.0878770500421524, 0.02857639640569687, 0.1273835301399231, 0.13251064717769623, 0.24083910882472992, 0.03951774165034294, -0.017998071387410164, 0.05714123696088791, 0.09481950104236603, -0.09772568196058273, -0.007156881969422102, 0.022287292405962944, -0.03312250226736069, -0.029683832079172134, 0.039843544363975525, 0.13727447390556335, 0.03483855724334717, -0.024134574458003044, -0.0340067483484745, -0.012427178211510181, 0.008779563941061497, 0.07234857231378555, -0.03182302787899971, 0.10422932356595993, -0.0680561512708664, -0.04361928626894951, 0.06843306124210358, -0.02587086893618107, -0.02593938075006008, 0.048990584909915924, -0.04026862606406212, 0.02809395268559456, -0.0009264663094654679, 0.045565202832221985, -0.12794522941112518, -0.06309957802295685, 0.002926560817286372, 0.14766570925712585, 0.034755874425172806, 0.08125725388526917, 0.026707923039793968, -0.0477224700152874, -0.020749546587467194, 0.0005573012749664485, 0.1718279868364334, 0.03007349744439125, -0.0895131528377533, -0.1046036034822464, 0.09921658784151077, -0.031490109860897064, -0.005531869828701019, 0.033244628459215164, 0.010149836540222168, 0.11323009431362152, 0.10902275890111923, -0.013648034073412418, 0.06969280540943146, -0.006821860559284687, 0.016705134883522987, -0.02942025102674961, 0.02841131016612053, 0.08487462252378464, -0.010314632207155228, -0.09596738964319229, 0.2517423629760742, -0.1792234182357788, 0.12890136241912842, 0.17254722118377686, -0.1864957958459854, 0.015341216698288918, -0.08569075167179108, -0.03944055736064911, -0.020980585366487503, 0.0727822333574295, -0.019102297723293304, 0.159433051943779, 0.02066999301314354, 0.16292795538902283, -0.07227259874343872, -0.08949891477823257, -0.008481309749186039, -0.07236158847808838, -0.04073461890220642, 0.06916173547506332, -0.02102859877049923, -0.3149464726448059, 0.1569284349679947, 0.18720944225788116, 0.064012810587883, 0.21974463760852814, -0.003681217087432742, -0.03863275423645973, 0.043868642300367355, -0.007183648645877838, -0.034437909722328186, -0.11374103277921677, -0.14501574635505676, -0.010111170820891857, 0.05689201131463051, 0.01928957737982273, 0.08440293371677399, -0.10151416063308716, -0.028408639132976532, -0.013765293173491955, -0.012193569913506508, 0.008884559385478497, 0.11415676772594452, 0.08493606746196747, 0.1366744339466095, 0.026082387194037437, 0.03741142898797989, 0.0929483026266098, 0.01540965773165226, -0.1374010294675827, 0.1826041340827942, -0.18892987072467804, -0.3806965947151184, -0.09915415197610855, -0.04796209558844566, 0.011454218067228794, 0.003018731251358986, 0.16192469000816345, -0.1310892254114151, 0.017940955236554146, 0.007199964020401239, 0.09760817140340805, -0.09081751853227615, 0.01948215626180172, -0.11197758466005325, 0.0377703420817852, -0.1011480912566185, -0.05700920149683952, -0.05839753523468971, 0.0013525448739528656, -0.10718347132205963, 0.12156607955694199, -0.13057072460651398, 0.025486694648861885, 0.20019391179084778, -0.0055557964369654655, 0.04510769248008728, -0.09314048290252686, 0.15626758337020874, -0.056121502071619034, 0.04987593740224838, 0.15817560255527496, -0.0653841644525528, 0.09074978530406952, 0.1609368473291397, -0.022680189460515976, -0.01864275336265564, 0.043370041996240616, 0.0073717026971280575, -0.03311903402209282, -0.24620197713375092, -0.09018353372812271, -0.08036006987094879, 0.10345398634672165, 0.012376345694065094, 0.03385799750685692, 0.21024255454540253, 0.06628206372261047, -0.043127309530973434, -0.008537175133824348, 0.008896191604435444, 0.09361555427312851, 0.2719535827636719, -0.01350628025829792, 0.12055937200784683, -0.03891300782561302, -0.13920269906520844, 0.06059319153428078, 0.06026161462068558, 0.013976743444800377, 0.03324626013636589, 0.07164502888917923, 0.03677079826593399, 0.10107274353504181, 0.0992724746465683, 0.10095872730016708, 0.010135776363313198, 0.00413842499256134, -0.020544536411762238, -0.05374930426478386, -0.021873047575354576, 0.06329800188541412, 0.06526949256658554, -0.11933451145887375, -0.07627220451831818, -0.04463415592908859, 0.08812322467565536, 0.1409868746995926, 0.08304454386234283, -0.1272604912519455, 0.0012496401323005557, 0.0807742029428482, -0.04653488099575043, -0.12141092121601105, 0.07963035255670547, -0.004124075174331665, -0.14381352066993713, 0.07142330706119537, -0.04381566122174263, 0.0887921005487442, -0.046790122985839844, 0.10577947646379471, -0.061676688492298126, -0.10805529356002808, -0.003319891868159175, 0.13011595606803894, -0.3533927798271179, 0.18010590970516205, 0.025488533079624176, -0.044263530522584915, -0.12429095059633255, -0.020686576142907143, -0.0135495625436306, 0.0319734662771225, 0.1354476362466812, -0.017386991530656815, -0.03227030113339424, -0.09100522845983505, -0.021626580506563187, 0.021626776084303856, 0.13015498220920563, -0.07466531544923782, 0.018194017931818962, -0.07001877576112747, -0.0029315329156816006, -0.011792199686169624, 0.00859629362821579, -0.037247736006975174, -0.12802302837371826, 0.08081814646720886, 0.04318641498684883, 0.04000921547412872, 0.012742962688207626, -0.038313355296850204, -0.025511551648378372, 0.17301517724990845, -0.05144006758928299, -0.11401736736297607, -0.10999277979135513, -0.08278948813676834, 0.05906926095485687, -0.12196870148181915, 0.026129182428121567, -0.07225644588470459, 0.019808396697044373, -0.08233368396759033, -0.18427076935768127, 0.13299112021923065, -0.06073787808418274, -0.04184470325708389, -0.037000637501478195, 0.21215969324111938, -0.06025942414999008, 0.02772040292620659, 0.043495725840330124, 0.015737688168883324, -0.0410565510392189, -0.03688434883952141, 0.03706265240907669, -0.06101817637681961, 0.039139412343502045, 0.004548495169728994, -0.09449699521064758, 0.017075611278414726, -0.1217610165476799, -0.042543668299913406, 0.3491871953010559, 0.16449744999408722, -0.07138176262378693, 0.19247236847877502, 0.11331192404031754, -0.10329781472682953, -0.2998849153518677, -0.10141605883836746, -0.06342309713363647, -0.03829105198383331, -0.012738080695271492, -0.16126681864261627, 0.04150011017918587, -0.0416644886136055, -0.021348178386688232, 0.02748035080730915, -0.2166965901851654, -0.10054481029510498, 0.18105001747608185, 0.020249929279088974, 0.2861216962337494, -0.1340123862028122, -0.09648043662309647, -0.0204941239207983, -0.07479420304298401, 0.18982873857021332, -0.05765384063124657, 0.08284452557563782, -0.015966184437274933, 0.1375492513179779, 0.06383746862411499, -0.002484208205714822, 0.004701319616287947, -0.022264627739787102, -0.033570852130651474, -0.08533681929111481, -0.10993310064077377, 0.029399681836366653, -0.014622164890170097, 0.00036749092396348715, -0.0666993260383606, 0.043401606380939484, -0.07225661724805832, -0.015310460701584816, -0.10415162146091461, 0.08040697872638702, -0.014151875860989094, -0.10296877473592758, 0.008250728249549866, -0.049295783042907715, 0.033071160316467285, -0.027549875900149345, 0.15330202877521515, -0.0901227593421936, 0.18377086520195007, 0.14806532859802246, 0.12293864041566849, -0.0018191938288509846, 0.08592498302459717, -0.03920688107609749, -0.08889761567115784, 0.0465749129652977, -0.10449068993330002, 0.06816375255584717, 0.11852584034204483, -0.03136749938130379, 0.056892264634370804, 0.06912579387426376, -0.025456158444285393, -0.0326046459376812, 0.10547216236591339, -0.2568034529685974, -0.0007250775233842432, -0.11954010277986526, -0.06524910032749176, 0.06828789412975311, 0.03651323914527893, 0.20347443222999573, -0.0029897962231189013, -0.06348107755184174, -0.016781006008386612, 0.018500806763768196, -0.04182814434170723, 0.06654272973537445, 0.0003762621490750462, 0.03908097743988037, -0.10023629665374756, 0.06834128499031067, 0.027160849422216415, -0.1207214817404747, 0.07009752839803696, 0.1998043656349182, -0.1008789986371994, -0.09622707962989807, 0.02426166459918022, 0.08370800316333771, -0.10169622302055359, -0.010789834894239902, -0.05893271043896675, -0.11795342713594437, 0.05365373194217682, 0.25530800223350525, 0.023989280685782433, 0.12101925164461136, -0.05914220213890076, -0.03734717518091202, -0.05412641167640686, 0.0799299031496048, -0.011066441424190998, -0.03654734417796135, -0.09314737468957901, 0.10723766684532166, -0.04387008771300316, 0.17106451094150543, -0.06884190440177917, -0.06217217817902565, -0.12988445162773132, 0.006131515838205814, -0.05714132636785507, -0.03895505517721176, -0.07538510859012604, -0.049899958074092865, 0.0023484963458031416, -0.02138938382267952, -0.017991583794355392, -0.046505823731422424, -0.08919823914766312, 0.03905573487281799, -0.045670364052057266, 0.08454764634370804, -0.0679350420832634, -0.034132082015275955, 0.08574705570936203, -0.017417145892977715, 0.13750602304935455, 0.09876056015491486, -0.11200668662786484, 0.16361165046691895, -0.11016841977834702, -0.04302067682147026, 0.11243000626564026, 0.004480693489313126, 0.04285256937146187, 0.04596445709466934, -0.016866274178028107, 0.039479851722717285, 0.04130169376730919, 0.042299315333366394, 0.0006478143623098731, -0.09799444675445557, -0.013851357623934746, -0.009811928495764732, -0.14709818363189697, -0.07747376710176468, -0.042732030153274536, 0.057980503886938095, -0.041200827807188034, 0.09076208621263504, -0.08523651212453842, 0.13728821277618408, -0.052257757633924484, 0.012786205857992172, 0.0065308306366205215, -0.1542993187904358, -0.06354299187660217, -0.08704660087823868, 0.028987165540456772, -0.010985558852553368, 0.1316032111644745, 0.0014030481688678265, 0.03424819931387901, 0.04481719806790352, -0.022585460916161537, 0.0297544002532959, 0.03169102594256401, 0.24854062497615814, 0.062449146062135696, -0.11162495613098145, -0.10121013969182968, 0.062336817383766174, -0.04706902429461479, 0.02533702552318573, 0.14368200302124023, -0.009710687212646008, 0.056500889360904694, 0.09009792655706406, 0.02771328017115593, 0.05356670916080475, -0.06363440304994583, -0.13809233903884888, 0.029072821140289307, 0.032317228615283966, -0.029039718210697174, 0.09848608821630478, 0.20129022002220154, -0.05780518054962158, 0.016525698825716972, -0.019338592886924744, -0.065150685608387, -0.2019944190979004, -0.15724702179431915, -0.09353553503751755, -0.06840799003839493, 0.011448169127106667, -0.12653790414333344, 0.07917243242263794, -0.008571946062147617, 0.04873686656355858, -0.06354796141386032, 0.0996357649564743, 0.11807191371917725, -0.13328516483306885, 0.10343079268932343, -0.023845335468649864, 0.08042440563440323, -0.014322524890303612, 0.034585755318403244, -0.06482177972793579, 0.029654519632458687, -0.0049911304377019405, 0.04679890722036362, -0.09349868446588516, -0.013801055029034615, -0.18658624589443207, -0.12553894519805908, -0.013529237359762192, 0.041691701859235764, -0.02320670709013939, 0.0899091362953186, 0.051585983484983444, -0.0563441663980484, 0.027517706155776978, 0.20906203985214233, -0.08729086071252823, -0.10474143177270889, 0.000995337264612317, 0.22327597439289093, 0.07748761028051376, 0.10016405582427979, 0.03174296021461487, -0.011192386969923973, -0.09665191918611526, 0.29564109444618225, 0.24425891041755676, -0.0068907951936125755, 0.03391386568546295, 0.00003952543920604512, 0.0432913638651371, 0.11078806966543198, 0.12982243299484253, 0.07475503534078598, 0.2532828748226166, -0.08802174776792526, 0.03608870506286621, -0.013784033246338367, -0.03199996054172516, -0.08222553879022598, 0.09148529917001724, 0.05398993194103241, -0.0492088720202446, -0.009798931889235973, 0.11541210860013962, -0.22223325073719025, 0.07645086199045181, -0.14170339703559875, -0.15680775046348572, -0.04516877606511116, -0.004875028505921364, 0.1373816430568695, 0.012335667386651039, 0.08984003961086273, 0.02359806001186371, -0.07888920605182648, 0.03379242494702339, 0.04053114727139473, -0.19744272530078888, 0.05610897019505501, 0.05464813858270645, -0.1702665090560913, -0.03810778632760048, -0.018651820719242096, 0.10767866671085358, 0.08860745280981064, 0.0463879257440567, -0.013876302167773247, 0.029119595885276794, 0.01957223191857338, -0.0334332212805748, 0.02810141071677208, 0.0677003487944603, 0.03959648311138153, -0.09671185165643692, 0.10170160979032516, -0.19547200202941895, 0.07878010720014572, -0.058935996145009995, -0.03283204883337021, -0.020024457946419716, 0.028890032321214676, -0.05440390482544899, 0.04406069964170456, 0.08227339386940002, -0.01719234324991703, 0.01742497831583023, -0.0732189267873764, -0.0919746533036232, 0.0055960677564144135, -0.04168759286403656, -0.06500472873449326, -0.08325982093811035, -0.09977347403764725, 0.10057792067527771, 0.00887835118919611, -0.21784475445747375, 0.008548158220946789, -0.08775553852319717, 0.04241368919610977, -0.22505392134189606, 0.11988668888807297, 0.06494773179292679, 0.0017069391906261444, 0.0038422648794949055, -0.1511799544095993, 0.0375753678381443, 0.11587459594011307, -0.14328311383724213, -0.06219257041811943 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # albert-base-v2-finetuned-ner This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the conll2003 dataset. It achieves the following results on the evaluation set: - Loss: 0.0700 - Precision: 0.9301 - Recall: 0.9376 - F1: 0.9338 - Accuracy: 0.9852 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:| | 0.096 | 1.0 | 1756 | 0.0752 | 0.9163 | 0.9201 | 0.9182 | 0.9811 | | 0.0481 | 2.0 | 3512 | 0.0761 | 0.9169 | 0.9293 | 0.9231 | 0.9830 | | 0.0251 | 3.0 | 5268 | 0.0700 | 0.9301 | 0.9376 | 0.9338 | 0.9852 | ### Framework versions - Transformers 4.14.1 - Pytorch 1.10.1 - Datasets 1.17.0 - Tokenizers 0.10.3
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["conll2003"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "albert-base-v2-finetuned-ner", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dataset": {"name": "conll2003", "type": "conll2003", "args": "conll2003"}, "metrics": [{"type": "precision", "value": 0.9301181102362205, "name": "Precision"}, {"type": "recall", "value": 0.9376033513394334, "name": "Recall"}, {"type": "f1", "value": 0.9338457315399397, "name": "F1"}, {"type": "accuracy", "value": 0.9851613086447802, "name": "Accuracy"}]}]}]}
token-classification
ArBert/albert-base-v2-finetuned-ner
[ "transformers", "pytorch", "tensorboard", "albert", "token-classification", "generated_from_trainer", "dataset:conll2003", "license:apache-2.0", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #albert #token-classification #generated_from_trainer #dataset-conll2003 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
albert-base-v2-finetuned-ner ============================ This model is a fine-tuned version of albert-base-v2 on the conll2003 dataset. It achieves the following results on the evaluation set: * Loss: 0.0700 * Precision: 0.9301 * Recall: 0.9376 * F1: 0.9338 * Accuracy: 0.9852 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 2e-05 * train\_batch\_size: 8 * eval\_batch\_size: 8 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * num\_epochs: 3 ### Training results ### Framework versions * Transformers 4.14.1 * Pytorch 1.10.1 * Datasets 1.17.0 * Tokenizers 0.10.3
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.14.1\n* Pytorch 1.10.1\n* Datasets 1.17.0\n* Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #tensorboard #albert #token-classification #generated_from_trainer #dataset-conll2003 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.14.1\n* Pytorch 1.10.1\n* Datasets 1.17.0\n* Tokenizers 0.10.3" ]
[ 68, 98, 4, 30 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #albert #token-classification #generated_from_trainer #dataset-conll2003 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3### Training results### Framework versions\n\n\n* Transformers 4.14.1\n* Pytorch 1.10.1\n* Datasets 1.17.0\n* Tokenizers 0.10.3" ]
[ -0.09514399617910385, 0.09935272485017776, -0.0023709754459559917, 0.12687388062477112, 0.15049147605895996, 0.03435618430376053, 0.13070222735404968, 0.12690560519695282, -0.08627597242593765, 0.014853893779218197, 0.1257493942975998, 0.16191349923610687, 0.013222930021584034, 0.10754850506782532, -0.04755067452788353, -0.2611909806728363, -0.009521564468741417, 0.05781680345535278, -0.05566731095314026, 0.13098515570163727, 0.09952017664909363, -0.1299668401479721, 0.09034413844347, 0.016871096566319466, -0.18734778463840485, 0.009412410669028759, 0.011083656921982765, -0.06426309049129486, 0.1436869204044342, 0.023231202736496925, 0.13020092248916626, -0.007674467284232378, 0.09181433171033859, -0.19229547679424286, 0.006378680933266878, 0.050183337181806564, 0.012350224889814854, 0.0966428890824318, 0.04539293795824051, 0.010764962062239647, 0.11424993723630905, -0.06366737931966782, 0.06137873977422714, 0.019098684191703796, -0.11785649508237839, -0.23883019387722015, -0.08358929306268692, 0.05162816867232323, 0.08275742083787918, 0.09873894602060318, -0.0010842859046533704, 0.14362429082393646, -0.08177382498979568, 0.08669344335794449, 0.23373283445835114, -0.28781798481941223, -0.06408582627773285, 0.04893055930733681, 0.011800925247371197, 0.04003700986504555, -0.10563217103481293, -0.03473963961005211, 0.05091267451643944, 0.045253686606884, 0.14311835169792175, -0.03417585417628288, -0.10329677164554596, 0.020279651507735252, -0.14488904178142548, -0.03532029315829277, 0.1694609820842743, 0.05340572074055672, -0.03364480659365654, -0.04896779730916023, -0.06106065213680267, -0.16506540775299072, -0.02600054256618023, -0.02670341171324253, 0.04918389767408371, -0.03160066157579422, -0.05263413116335869, 0.0008083487628027797, -0.10596568137407303, -0.067013218998909, -0.0759902372956276, 0.14166037738323212, 0.04015525430440903, 0.01646333560347557, -0.02536037378013134, 0.11482436209917068, -0.004097485914826393, -0.11927695572376251, 0.0264721792191267, 0.024651426821947098, 0.004317495971918106, -0.042958423495292664, -0.05532094091176987, -0.047660842537879944, 0.0026372792199254036, 0.14133241772651672, -0.03572336584329605, 0.034251175820827484, 0.054680224508047104, 0.045866210013628006, -0.08900419622659683, 0.19211430847644806, -0.05099838227033615, -0.028103061020374298, -0.0035570559557527304, 0.056223005056381226, 0.018677156418561935, -0.0006738469819538295, -0.11595902591943741, 0.009590361267328262, 0.10227470844984055, 0.0020199152640998363, -0.0762486681342125, 0.06770787388086319, -0.06300930678844452, -0.03555484861135483, 0.001256365329027176, -0.08881184458732605, 0.029873527586460114, -0.007030208595097065, -0.08816856890916824, -0.006119327154010534, 0.027286363765597343, 0.021688388660550117, -0.005351699888706207, 0.10934272408485413, -0.09337473660707474, 0.01977444998919964, -0.09513046592473984, -0.10266921669244766, 0.017196793109178543, -0.09107939153909683, 0.03708430007100105, -0.09122113883495331, -0.180121511220932, 0.0014034779742360115, 0.0717039629817009, -0.021950464695692062, -0.05958693102002144, -0.040187276899814606, -0.06445351243019104, 0.003358349436894059, -0.013511819764971733, 0.12394978851079941, -0.06253737956285477, 0.08895199000835419, 0.031064089387655258, 0.06654997915029526, -0.03594698756933212, 0.05524951219558716, -0.09976154565811157, 0.014478819444775581, -0.15078574419021606, 0.01743897795677185, -0.05247047170996666, 0.04974296689033508, -0.09390782564878464, -0.10479407012462616, 0.024568568915128708, -0.005229611415416002, 0.059687525033950806, 0.08235930651426315, -0.1659574955701828, -0.0780765563249588, 0.141738161444664, -0.0676281675696373, -0.1204545795917511, 0.12359505146741867, -0.0634957104921341, 0.04294295236468315, 0.05627138912677765, 0.14351730048656464, 0.057755932211875916, -0.08340709656476974, 0.00548073835670948, 0.010721638798713684, 0.05273734778165817, -0.05292309820652008, 0.08458025008440018, 0.011570829898118973, 0.012745972722768784, 0.027421941980719566, -0.029322903603315353, 0.055749569088220596, -0.09304144978523254, -0.09936999529600143, -0.035226669162511826, -0.09183961898088455, 0.05086395889520645, 0.0710122361779213, 0.07226696610450745, -0.09072907269001007, -0.09126847237348557, 0.055473364889621735, 0.0901399478316307, -0.05123753100633621, 0.022173676639795303, -0.06730571389198303, 0.06121905520558357, -0.04631615802645683, -0.030497858300805092, -0.1643093377351761, -0.02799220383167267, 0.012209638953208923, -0.020979734137654305, 0.009663339704275131, 0.04853600636124611, 0.06590189039707184, 0.06667450070381165, -0.055855073034763336, -0.020245686173439026, -0.04639816656708717, 0.004593920893967152, -0.12518514692783356, -0.1941293329000473, -0.04741937294602394, -0.021047335118055344, 0.14410847425460815, -0.1978069543838501, 0.039133455604314804, -0.030086349695920944, 0.0858323872089386, 0.020988624542951584, -0.00591611210256815, -0.042802367359399796, 0.06734544038772583, -0.044795285910367966, -0.0493943989276886, 0.06802960485219955, -0.00012341052934061736, -0.09253322333097458, -0.06528410315513611, -0.09045451879501343, 0.17004477977752686, 0.12871985137462616, -0.11380678415298462, -0.0764656662940979, -0.01350308209657669, -0.06766574084758759, -0.03984905034303665, -0.049541398882865906, 0.021588891744613647, 0.18631801009178162, -0.008560746908187866, 0.14602991938591003, -0.06850460171699524, -0.04441912844777107, 0.022722329944372177, -0.04109601676464081, 0.01524480152875185, 0.11507491022348404, 0.12497533857822418, -0.07462641596794128, 0.15051516890525818, 0.16379396617412567, -0.09713321179151535, 0.12201723456382751, -0.03882980719208717, -0.07433316111564636, -0.026302825659513474, -0.03723221644759178, -0.009732025675475597, 0.1159868910908699, -0.14936982095241547, 0.00045189232332631946, 0.033594533801078796, 0.020448599010705948, 0.014029109850525856, -0.22444619238376617, -0.04330748692154884, 0.04190246760845184, -0.03290310874581337, 0.004739957395941019, -0.007955790497362614, 0.0012060821754857898, 0.10318847745656967, -0.0024775511119514704, -0.1098121851682663, 0.04230712354183197, 0.001034248387441039, -0.0745619386434555, 0.20854341983795166, -0.07587647438049316, -0.14582104980945587, -0.12364943325519562, -0.0794580951333046, -0.057139236479997635, 0.008262262679636478, 0.0587414875626564, -0.08063756674528122, -0.03427044302225113, -0.07365292310714722, 0.022648876532912254, 0.003857496427372098, 0.027380263432860374, 0.01924041472375393, -0.004271542187780142, 0.06896626949310303, -0.1111283078789711, -0.014106382615864277, -0.05777440220117569, -0.061586644500494, 0.04037071764469147, 0.037159405648708344, 0.10441980510950089, 0.15358604490756989, -0.01880810596048832, 0.010628319345414639, -0.025360124185681343, 0.22710108757019043, -0.05830563232302666, -0.026195479556918144, 0.14278244972229004, -0.01636182889342308, 0.04494641721248627, 0.10889342427253723, 0.0788189172744751, -0.07769007980823517, -0.0014817343326285481, 0.04419450834393501, -0.031288694590330124, -0.22112594544887543, -0.04293588176369667, -0.048351407051086426, 0.00416664918884635, 0.09797710180282593, 0.021043051034212112, 0.04556853324174881, 0.07351235300302505, 0.04008357226848602, 0.08479482680559158, -0.04580371826887131, 0.061059046536684036, 0.11674012243747711, 0.0365319661796093, 0.12298396974802017, -0.03281509876251221, -0.0697367936372757, 0.03939836844801903, 0.007306214421987534, 0.22582362592220306, 0.019986525177955627, 0.11997541040182114, 0.06310850381851196, 0.16166312992572784, -0.012164902873337269, 0.07921316474676132, -0.012435223907232285, -0.0398566834628582, -0.024824388325214386, -0.03707452863454819, -0.03604837507009506, 0.03610014170408249, -0.06662370264530182, 0.07859104126691818, -0.11519897729158401, 0.009088046848773956, 0.04984695091843605, 0.25597625970840454, 0.041795313358306885, -0.3262641727924347, -0.09129488468170166, 0.005294220056384802, -0.04213225841522217, -0.01463922206312418, 0.03780240938067436, 0.07983363419771194, -0.09341136366128922, 0.0224929042160511, -0.07539910823106766, 0.08667316287755966, -0.050846174359321594, 0.0417715422809124, 0.09004510939121246, 0.08648469299077988, 0.014870934188365936, 0.0905664712190628, -0.283123642206192, 0.2886565923690796, 0.0006864810711704195, 0.055190108716487885, -0.07831932604312897, 0.01410343125462532, 0.03631971403956413, 0.062327295541763306, 0.07972042262554169, -0.012632419355213642, -0.020778903737664223, -0.1978747546672821, -0.05766012519598007, 0.025570712983608246, 0.061483122408390045, -0.04450470954179764, 0.08726020157337189, -0.033679548650979996, 0.004407175816595554, 0.0795883908867836, 0.02534431777894497, -0.05317693576216698, -0.09479847550392151, -0.002178178634494543, 0.028926586732268333, -0.05568007379770279, -0.06872440874576569, -0.11820496618747711, -0.12597844004631042, 0.13824237883090973, -0.014244277030229568, -0.03123270347714424, -0.10324615240097046, 0.08395311236381531, 0.0747048556804657, -0.08348526060581207, 0.04136562719941139, 0.006898802705109119, 0.07471028715372086, 0.035037171095609665, -0.06110667064785957, 0.10588059574365616, -0.07813726365566254, -0.1671610027551651, -0.07317401468753815, 0.10102769732475281, 0.03521334007382393, 0.06749123334884644, -0.008635473437607288, 0.014351573772728443, -0.04033728316426277, -0.08146043121814728, 0.030008463189005852, 0.005195151548832655, 0.07988257706165314, 0.015004424378275871, -0.06267409771680832, 0.020845923572778702, -0.05730653554201126, -0.03268086165189743, 0.18471547961235046, 0.23270635306835175, -0.09930819272994995, 0.01094407495111227, 0.03460749238729477, -0.06984509527683258, -0.1773083209991455, 0.031109048053622246, 0.05146972835063934, 0.0007899880292825401, 0.04777155816555023, -0.17872370779514313, 0.14223924279212952, 0.11722235381603241, -0.01667456142604351, 0.0914551317691803, -0.3270951509475708, -0.11663298308849335, 0.1387253999710083, 0.1435232013463974, 0.10650365054607391, -0.13596303761005402, -0.012453172355890274, -0.011670700274407864, -0.140224888920784, 0.10799594223499298, -0.07773026823997498, 0.11757674068212509, -0.03853805363178253, 0.08195694535970688, 0.006720620673149824, -0.06099198758602142, 0.12003767490386963, 0.02695624716579914, 0.09976796805858612, -0.052790869027376175, -0.042283736169338226, 0.03527536615729332, -0.039393991231918335, 0.024950766935944557, -0.08265215158462524, 0.026933088898658752, -0.11166837811470032, -0.025453895330429077, -0.06958338618278503, 0.04812823608517647, -0.03778701648116112, -0.08033148944377899, -0.03947293013334274, 0.033362023532390594, 0.05477651581168175, -0.015535850077867508, 0.14245519042015076, 0.041459470987319946, 0.15013757348060608, 0.11107275635004044, 0.06568083167076111, -0.07435233891010284, -0.09363611787557602, -0.02981385588645935, -0.012655499391257763, 0.061024416238069534, -0.1324891597032547, 0.025018805637955666, 0.1434265822172165, 0.021434588357806206, 0.14906607568264008, 0.0822194516658783, -0.0225360244512558, 0.004762337543070316, 0.052971262484788895, -0.16449673473834991, -0.06868230551481247, -0.013285229913890362, -0.04138695076107979, -0.11277152597904205, 0.05947767570614815, 0.09045617282390594, -0.08048491179943085, -0.007705298252403736, -0.0038869644049555063, 0.011019686236977577, -0.05868161842226982, 0.18986806273460388, 0.05413838475942612, 0.050398699939250946, -0.0912286713719368, 0.07694385200738907, 0.04888059198856354, -0.0693579837679863, -0.004553117323666811, 0.04505972936749458, -0.07586358487606049, -0.04437517747282982, 0.051746439188718796, 0.18285717070102692, -0.06663283705711365, -0.04209166392683983, -0.14537712931632996, -0.11361676454544067, 0.07099169492721558, 0.13202643394470215, 0.11945699900388718, 0.011984492652118206, -0.0643410012125969, 0.0073669664561748505, -0.1121888980269432, 0.10114291310310364, 0.047041844576597214, 0.07007455080747604, -0.15528330206871033, 0.13316610455513, 0.013463183306157589, 0.040868233889341354, -0.019393378868699074, 0.026713045313954353, -0.09524360299110413, 0.0096675343811512, -0.11277685314416885, -0.032389044761657715, -0.02920890972018242, 0.009907841682434082, -0.0004960772348567843, -0.06092076376080513, -0.05845220014452934, 0.015723329037427902, -0.11259350925683975, -0.015601742081344128, 0.04560283571481705, 0.0693093091249466, -0.10654863715171814, -0.04211977869272232, 0.028361910954117775, -0.05917514115571976, 0.07147470861673355, 0.03574031591415405, 0.025158587843179703, 0.047609344124794006, -0.12383148819208145, 0.02008306421339512, 0.0646572932600975, 0.02579045481979847, 0.06951344013214111, -0.11129849404096603, -0.004256336018443108, -0.009808462113142014, 0.03944700211286545, 0.010516304522752762, 0.06054914742708206, -0.1408441811800003, -0.01638396456837654, -0.01555339340120554, -0.08157165348529816, -0.06896050274372101, 0.015409049578011036, 0.09911786764860153, 0.011633209884166718, 0.20555345714092255, -0.06658836454153061, 0.051542580127716064, -0.2135925441980362, 0.007618784438818693, -0.005923785734921694, -0.1067754253745079, -0.12254247814416885, -0.06229667738080025, 0.049547210335731506, -0.06602568924427032, 0.15896852314472198, 0.03215555101633072, 0.027150411158800125, 0.027393700554966927, -0.03362599387764931, 0.035124607384204865, 0.0124239232391119, 0.2065831571817398, 0.03157680481672287, -0.03110486827790737, 0.057446110993623734, 0.045408692210912704, 0.1044820100069046, 0.10858552157878876, 0.1888025999069214, 0.15025660395622253, -0.024400681257247925, 0.09069032967090607, 0.041291117668151855, -0.0668877586722374, -0.17193038761615753, 0.031294435262680054, -0.023318635299801826, 0.10967207700014114, -0.017142662778496742, 0.21814818680286407, 0.06760808080434799, -0.16940203309059143, 0.038504261523485184, -0.05330837890505791, -0.07549303025007248, -0.10974167287349701, -0.0480024516582489, -0.0791792944073677, -0.1381622701883316, 0.004460656084120274, -0.11680931597948074, 0.006970180198550224, 0.12209687381982803, 0.010985412634909153, -0.026527244597673416, 0.14977499842643738, 0.000529798970092088, 0.03535817563533783, 0.04361080750823021, 0.0146035673096776, -0.037298064678907394, -0.12283476442098618, -0.06547196209430695, -0.02423025853931904, -0.018910545855760574, 0.0250026136636734, -0.07392788678407669, -0.04526110365986824, 0.025429565459489822, -0.01180869061499834, -0.09678418934345245, 0.0052969628013670444, -0.0031290282495319843, 0.05969497933983803, 0.033142950385808945, 0.0019548065029084682, 0.032601483166217804, -0.013292057439684868, 0.2038835734128952, -0.0806407704949379, -0.051544804126024246, -0.10447163879871368, 0.2489527016878128, 0.03499419242143631, -0.013377117924392223, 0.03664352744817734, -0.06410658359527588, -0.003000332973897457, 0.24082350730895996, 0.19815345108509064, -0.07397104054689407, -0.0115260761231184, 0.019145505502820015, -0.012057504616677761, -0.0339457131922245, 0.09369216859340668, 0.13128848373889923, 0.035381656140089035, -0.09438792616128922, -0.042851198464632034, -0.06000768020749092, -0.012254608795046806, -0.033712442964315414, 0.06872861832380295, 0.05792759731411934, 0.008234554901719093, -0.041060399264097214, 0.04327500984072685, -0.052187126129865646, -0.10247520357370377, 0.06426834315061569, -0.20786237716674805, -0.16376130282878876, -0.010552649386227131, 0.11362665146589279, 0.0034207722637802362, 0.06887952983379364, -0.03009074740111828, -0.0014527991879731417, 0.08940283209085464, -0.013695632107555866, -0.09863271564245224, -0.08764482289552689, 0.10220754146575928, -0.09283877909183502, 0.23500433564186096, -0.042889825999736786, 0.07174611836671829, 0.12420022487640381, 0.0547177754342556, -0.07361122220754623, 0.060628410428762436, 0.05221816152334213, -0.06463339179754257, 0.015073870308697224, 0.08211348950862885, -0.026571258902549744, 0.09067139774560928, 0.03907328471541405, -0.1377492994070053, 0.011238530278205872, -0.05624587833881378, -0.06469319760799408, -0.03914261609315872, -0.026933645829558372, -0.054646603763103485, 0.13554735481739044, 0.22072391211986542, -0.03142557293176651, -0.02026025392115116, -0.0743841826915741, 0.025904754176735878, 0.06739389896392822, 0.009205975569784641, -0.05682041496038437, -0.2113213986158371, 0.02091374434530735, 0.03343726322054863, -0.020345378667116165, -0.21577611565589905, -0.10173438489437103, 0.010292893275618553, -0.08353569358587265, -0.08904395997524261, 0.06265213340520859, 0.08810751140117645, 0.05842623487114906, -0.05841631814837456, -0.052158042788505554, -0.07860452681779861, 0.14071765542030334, -0.14687639474868774, -0.09090449661016464 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # bert-base-uncased-finetuned-ner-kmeans This model is a fine-tuned version of [ArBert/bert-base-uncased-finetuned-ner](https://huggingface.co/ArBert/bert-base-uncased-finetuned-ner) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.1169 - Precision: 0.9084 - Recall: 0.9245 - F1: 0.9164 - Accuracy: 0.9792 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:| | 0.036 | 1.0 | 1123 | 0.1010 | 0.9086 | 0.9117 | 0.9101 | 0.9779 | | 0.0214 | 2.0 | 2246 | 0.1094 | 0.9033 | 0.9199 | 0.9115 | 0.9784 | | 0.014 | 3.0 | 3369 | 0.1169 | 0.9084 | 0.9245 | 0.9164 | 0.9792 | ### Framework versions - Transformers 4.16.2 - Pytorch 1.10.0+cu111 - Datasets 1.18.3 - Tokenizers 0.11.0
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "bert-base-uncased-finetuned-ner-kmeans", "results": []}]}
token-classification
ArBert/bert-base-uncased-finetuned-ner-kmeans
[ "transformers", "pytorch", "tensorboard", "bert", "token-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
bert-base-uncased-finetuned-ner-kmeans ====================================== This model is a fine-tuned version of ArBert/bert-base-uncased-finetuned-ner on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.1169 * Precision: 0.9084 * Recall: 0.9245 * F1: 0.9164 * Accuracy: 0.9792 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 2e-05 * train\_batch\_size: 16 * eval\_batch\_size: 16 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * num\_epochs: 3 ### Training results ### Framework versions * Transformers 4.16.2 * Pytorch 1.10.0+cu111 * Datasets 1.18.3 * Tokenizers 0.11.0
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ "TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ 56, 98, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3### Training results### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ -0.10436924546957016, 0.07880327850580215, -0.0021224042866379023, 0.12252530455589294, 0.18087118864059448, 0.02005484700202942, 0.09969830513000488, 0.12038746476173401, -0.10890772193670273, 0.015925442799925804, 0.12480532377958298, 0.189627543091774, 0.002304124180227518, 0.1098845824599266, -0.049182213842868805, -0.2459588199853897, -0.007276157382875681, 0.05174892023205757, -0.08910760283470154, 0.13434477150440216, 0.09182219952344894, -0.1424923688173294, 0.08044440299272537, 0.013138031587004662, -0.23129811882972717, 0.01628183014690876, 0.024321766570210457, -0.06526865065097809, 0.1468486785888672, 0.015949642285704613, 0.13103286921977997, -0.0009115163120441139, 0.08271296322345734, -0.16087652742862701, 0.007579782046377659, 0.05705571919679642, 0.012049096636474133, 0.09102218598127365, 0.06305811554193497, 0.0009388562175445259, 0.09467868506908417, -0.08006886392831802, 0.05089506879448891, 0.019559085369110107, -0.11749398708343506, -0.24351783096790314, -0.0851774588227272, 0.023639176040887833, 0.0682380348443985, 0.09586400538682938, 0.0076028695330023766, 0.1486043483018875, -0.097768634557724, 0.0876176506280899, 0.23334158957004547, -0.293162077665329, -0.06291371583938599, 0.035090066492557526, 0.00003832082074950449, 0.058269426226615906, -0.1083049401640892, -0.026463111862540245, 0.05478233844041824, 0.047657158225774765, 0.14155049622058868, -0.041042033582925797, -0.11962130665779114, 0.023203887045383453, -0.1462237685918808, -0.02740921638906002, 0.11147931218147278, 0.024770719930529594, -0.032644081860780716, -0.02718202956020832, -0.0624130442738533, -0.16600394248962402, -0.040025223046541214, -0.015797395259141922, 0.05106464773416519, -0.03940737247467041, -0.06608658283948898, 0.012161558493971825, -0.1029922291636467, -0.06531206518411636, -0.07768361270427704, 0.15619197487831116, 0.04252726584672928, 0.022866392508149147, -0.031793832778930664, 0.1055959090590477, 0.0111014349386096, -0.12742237746715546, 0.028385218232870102, 0.03437274694442749, -0.006434897892177105, -0.048807524144649506, -0.06730131804943085, -0.04959537833929062, 0.010378353297710419, 0.10917839407920837, -0.05198674276471138, 0.046102602034807205, 0.0369953028857708, 0.0425238162279129, -0.1016099601984024, 0.19825033843517303, -0.046690404415130615, -0.001655607600696385, 0.01419080700725317, 0.03136339783668518, 0.003615572117269039, 0.00013586213754024357, -0.11574736982584, 0.003099932800978422, 0.11772089451551437, 0.02174847386777401, -0.07477822154760361, 0.07075951248407364, -0.050740696489810944, -0.027592411264777184, 0.020384464412927628, -0.0994056686758995, 0.03731796145439148, -0.00925119686871767, -0.08704245090484619, -0.017215000465512276, 0.017105072736740112, 0.011984379030764103, -0.02159658819437027, 0.12526090443134308, -0.09089969843626022, 0.040569107979536057, -0.10243959724903107, -0.10425058007240295, 0.014864801429212093, -0.07886513322591782, 0.03108043409883976, -0.09976164251565933, -0.14592023193836212, -0.00476493826135993, 0.05937780812382698, -0.023622112348675728, -0.05735033378005028, -0.028732595965266228, -0.07042966037988663, 0.003392513608559966, -0.02187633514404297, 0.1570701152086258, -0.055443089455366135, 0.10345446318387985, 0.04059559479355812, 0.06390130519866943, -0.043172795325517654, 0.059965431690216064, -0.10547099262475967, 0.008147683925926685, -0.19805578887462616, 0.02713582292199135, -0.0541212260723114, 0.0765485167503357, -0.09846611320972443, -0.11079350858926773, 0.029679495841264725, -0.012727457098662853, 0.07235126197338104, 0.08230537176132202, -0.14968343079090118, -0.07311356067657471, 0.14176420867443085, -0.06486884504556656, -0.10951445251703262, 0.10739593207836151, -0.05727872997522354, 0.03429574891924858, 0.0699227824807167, 0.1500060111284256, 0.06928526610136032, -0.06838276982307434, 0.02489895187318325, -0.002371167065575719, 0.043207570910453796, -0.09266963601112366, 0.06341810524463654, 0.008680405095219612, -0.010881041176617146, 0.03651148080825806, -0.033584240823984146, 0.0631716325879097, -0.0953039675951004, -0.09290686994791031, -0.04294009879231453, -0.10290125012397766, 0.04921356588602066, 0.07651279121637344, 0.08958452939987183, -0.09117354452610016, -0.0738125666975975, 0.08691414445638657, 0.074102021753788, -0.050104375928640366, 0.03212499991059303, -0.06250389665365219, 0.06427280604839325, -0.06266581267118454, -0.026614580303430557, -0.19309091567993164, -0.014382635243237019, 0.010773997753858566, -0.0116578983142972, 0.014344231225550175, 0.021349547430872917, 0.0709708109498024, 0.054207250475883484, -0.053958069533109665, -0.013019984588027, -0.00849167350679636, -0.004636442754417658, -0.1410830169916153, -0.1877707839012146, -0.03767547756433487, -0.01718573272228241, 0.09638568013906479, -0.18679767847061157, 0.028288137167692184, -0.017353545874357224, 0.07414696365594864, 0.003449138253927231, -0.003170514479279518, -0.04807545617222786, 0.08811125159263611, -0.03217996284365654, -0.051490217447280884, 0.07782536745071411, -0.002116616815328598, -0.07667920738458633, -0.039488647133111954, -0.08227580040693283, 0.19417648017406464, 0.14111952483654022, -0.12458924204111099, -0.07733935117721558, 0.0055891103111207485, -0.059461161494255066, -0.031024089083075523, -0.039051055908203125, 0.05176456645131111, 0.18028347194194794, -0.012530028820037842, 0.15405569970607758, -0.06740031391382217, -0.05576072633266449, 0.02819385938346386, -0.02942366525530815, 0.0326140932738781, 0.11184176802635193, 0.12813857197761536, -0.08195734024047852, 0.14505501091480255, 0.15860320627689362, -0.09994372725486755, 0.10135650634765625, -0.04408619552850723, -0.07078354060649872, -0.012734570540487766, -0.023427104577422142, 0.004424644634127617, 0.09680356830358505, -0.12890779972076416, -0.006007316987961531, 0.022980304434895515, 0.024793585762381554, 0.021058550104498863, -0.22836658358573914, -0.03713395819067955, 0.02483241818845272, -0.032873112708330154, 0.0010324780596420169, -0.02182011678814888, 0.010570607148110867, 0.10518800467252731, 0.0045644501224160194, -0.09062892943620682, 0.04812576621770859, 0.0116585036739707, -0.07445342093706131, 0.21779140830039978, -0.08554811030626297, -0.1466245949268341, -0.11677055060863495, -0.09130728244781494, -0.04507468640804291, 0.008826992474496365, 0.05854734405875206, -0.09862624853849411, -0.03260204195976257, -0.044196441769599915, 0.015307039953768253, -0.012278917245566845, 0.048643406480550766, 0.0008257437730208039, -0.0035167306195944548, 0.08160369843244553, -0.10760290920734406, -0.007963263429701328, -0.0542549267411232, -0.07023930549621582, 0.048514630645513535, 0.051129307597875595, 0.10806562006473541, 0.16353850066661835, -0.030628569424152374, 0.006785931531339884, -0.027128716930747032, 0.2227567434310913, -0.057887252420186996, -0.034289516508579254, 0.13151724636554718, -0.004823010414838791, 0.05631917715072632, 0.10259207338094711, 0.07597033679485321, -0.08931966871023178, 0.0036264732480049133, 0.03124910034239292, -0.03973620757460594, -0.22194303572177887, -0.0444134920835495, -0.05443033203482628, -0.03588187322020531, 0.09724141657352448, 0.03563432767987251, 0.04483546316623688, 0.07419069111347198, 0.05089523270726204, 0.08990190178155899, -0.06103597208857536, 0.05514839291572571, 0.11645617336034775, 0.05348965898156166, 0.12777899205684662, -0.04460150748491287, -0.06966166198253632, 0.03343682736158371, -0.004154125228524208, 0.2236359417438507, 0.005357841495424509, 0.12182510644197464, 0.05441734567284584, 0.19842629134655, 0.006313628982752562, 0.09081889688968658, -0.008273886516690254, -0.047559406608343124, -0.010937229730188847, -0.03782546892762184, -0.037916380912065506, 0.010645116679370403, -0.06279071420431137, 0.054625071585178375, -0.11018029600381851, -0.02211603708565235, 0.049691665917634964, 0.26275143027305603, 0.02481623739004135, -0.32424867153167725, -0.08147651702165604, -0.004842388443648815, -0.0364190898835659, -0.01860463060438633, 0.02036183513700962, 0.07817791402339935, -0.09268179535865784, 0.02380085177719593, -0.07602044194936752, 0.09471073001623154, -0.03379515931010246, 0.04093654453754425, 0.08496606349945068, 0.09222429990768433, 0.01659858599305153, 0.08144707977771759, -0.31084713339805603, 0.2667565643787384, 0.006739807780832052, 0.06559877097606659, -0.07968275249004364, 0.003163771703839302, 0.03211598098278046, 0.06441739201545715, 0.05715784803032875, -0.012059133499860764, -0.038997042924165726, -0.20904672145843506, -0.052630770951509476, 0.029418280348181725, 0.0782475471496582, -0.019771572202444077, 0.08553560823202133, -0.029234368354082108, 0.0025381764862686396, 0.07359045743942261, -0.01937285251915455, -0.039273664355278015, -0.08500619232654572, -0.013466514647006989, 0.020769519731402397, -0.05154689401388168, -0.06083865836262703, -0.11424393951892853, -0.13147564232349396, 0.16487416625022888, -0.0034400164149701595, -0.03488035127520561, -0.11907292157411575, 0.08123869448900223, 0.08048142492771149, -0.0870666578412056, 0.05221834033727646, 0.0017458210932090878, 0.059872422367334366, 0.037423908710479736, -0.08414994180202484, 0.11494185775518417, -0.06411822140216827, -0.15333566069602966, -0.05799901857972145, 0.09589554369449615, 0.028142038732767105, 0.06169769540429115, -0.014236758463084698, 0.018278151750564575, -0.034098558127880096, -0.089948870241642, 0.021708233281970024, -0.02604825235903263, 0.08140760660171509, 0.006580993067473173, -0.054440680891275406, 0.01848573610186577, -0.05881715565919876, -0.027283350005745888, 0.18322354555130005, 0.21692995727062225, -0.10306344926357269, 0.019390350207686424, 0.03801335021853447, -0.06377480179071426, -0.20018424093723297, 0.04799867793917656, 0.059491220861673355, -0.0038405058439821005, 0.03751811012625694, -0.173569917678833, 0.1573396772146225, 0.1096256747841835, -0.01588686741888523, 0.11342547833919525, -0.31866520643234253, -0.12572285532951355, 0.12557999789714813, 0.15598554909229279, 0.1374760866165161, -0.14247608184814453, -0.017614660784602165, -0.01689799875020981, -0.12231401354074478, 0.09938079863786697, -0.07317876815795898, 0.11473070085048676, -0.03522837907075882, 0.08899717032909393, 0.000716483686119318, -0.06286690384149551, 0.10988835245370865, 0.026668183505535126, 0.09985420107841492, -0.05827091261744499, -0.03982207551598549, 0.04489150270819664, -0.03367108479142189, 0.007170510943979025, -0.06703416258096695, 0.0299033522605896, -0.0916290208697319, -0.01903599686920643, -0.08201973140239716, 0.04753810167312622, -0.02818213403224945, -0.05967363715171814, -0.03774094954133034, 0.02433205582201481, 0.04349420592188835, -0.02058369293808937, 0.13795706629753113, 0.03356175497174263, 0.14544570446014404, 0.12183860689401627, 0.05893025919795036, -0.07674246281385422, -0.07891388982534409, -0.016672613099217415, -0.01741735450923443, 0.06632935255765915, -0.13814762234687805, 0.0331864170730114, 0.14284823834896088, 0.02018260397017002, 0.11333803087472916, 0.08489739894866943, -0.01780269294977188, 0.005901382304728031, 0.06418224424123764, -0.1597905158996582, -0.06534891575574875, 0.00600248109549284, -0.05562049150466919, -0.09679654240608215, 0.06487147510051727, 0.07777999341487885, -0.07043153792619705, -0.016846949234604836, -0.004937620367854834, -0.0016851670807227492, -0.06503020226955414, 0.2108677178621292, 0.06326615065336227, 0.048944082111120224, -0.11260335892438889, 0.06753013283014297, 0.06271842122077942, -0.075986847281456, -0.010515938512980938, 0.06913278251886368, -0.08397602289915085, -0.04236124828457832, 0.11333067715167999, 0.16833434998989105, -0.06982621550559998, -0.041089072823524475, -0.13420604169368744, -0.12006602436304092, 0.08217620849609375, 0.16058364510536194, 0.12181173264980316, 0.0137310940772295, -0.054192375391721725, 0.009212130680680275, -0.12371526658535004, 0.07323583215475082, 0.03165530785918236, 0.07696071267127991, -0.14795513451099396, 0.1613192856311798, 0.011213385500013828, 0.05784478411078453, -0.02515694871544838, 0.02992277964949608, -0.09940988570451736, 0.018011750653386116, -0.12381338328123093, -0.02699170634150505, -0.021345898509025574, 0.005684481468051672, -0.0030989961232990026, -0.06491558998823166, -0.05923086404800415, 0.02234318107366562, -0.12443788349628448, -0.01824108324944973, 0.03585408627986908, 0.044369541108608246, -0.11469747126102448, -0.04149505868554115, 0.021511977538466454, -0.05390225350856781, 0.060929425060749054, 0.04767722263932228, 0.01629612036049366, 0.06724288314580917, -0.12522892653942108, -0.009740890935063362, 0.07842918485403061, 0.009206319227814674, 0.08195517957210541, -0.08544078469276428, -0.004247747827321291, 0.009260660037398338, 0.06806610524654388, 0.016269782558083534, 0.07778578251600266, -0.14982391893863678, -0.012688906863331795, -0.03299619257450104, -0.08359111845493317, -0.06420961767435074, 0.018799982964992523, 0.09498497098684311, 0.008856227621436119, 0.1975671648979187, -0.07233341783285141, 0.03969331085681915, -0.20576757192611694, -0.0043891798704862595, -0.024968618527054787, -0.11549373716115952, -0.12905889749526978, -0.05251201242208481, 0.06054062023758888, -0.04795321822166443, 0.14167766273021698, 0.03174954280257225, 0.04995230957865715, 0.03079225867986679, -0.023721013218164444, 0.012210462242364883, 0.027466217055916786, 0.21417948603630066, 0.03712251037359238, -0.030673697590827942, 0.07377151399850845, 0.062446530908346176, 0.09220369160175323, 0.11267225444316864, 0.19409112632274628, 0.15112261474132538, -0.009529775008559227, 0.0900244489312172, 0.01819777674973011, -0.05298274755477905, -0.1672801524400711, 0.031480345875024796, -0.057954855263233185, 0.09797165542840958, -0.01909802295267582, 0.2174435555934906, 0.062240682542324066, -0.1643994003534317, 0.05006369203329086, -0.05746918171644211, -0.0833342894911766, -0.10700207203626633, -0.038658250123262405, -0.08052494376897812, -0.1438552290201187, 0.0003666935081128031, -0.0988629162311554, 0.014169915579259396, 0.12501360476016998, 0.0067074415273964405, -0.02464873716235161, 0.1615239530801773, 0.032356344163417816, 0.03163846582174301, 0.041436176747083664, 0.006664528511464596, -0.028254201635718346, -0.09293615072965622, -0.05927237868309021, -0.02577579952776432, -0.014981280080974102, 0.03758440911769867, -0.0634780004620552, -0.0665021538734436, 0.04142068699002266, -0.02415960282087326, -0.09472575038671494, 0.016922617331147194, 0.019672011956572533, 0.06406004726886749, 0.042887840420007706, 0.00458154920488596, 0.02247370220720768, -0.021497974172234535, 0.2089012712240219, -0.08065379410982132, -0.0716373473405838, -0.08931609988212585, 0.28840935230255127, 0.04601043462753296, -0.00812140479683876, 0.031916964799165726, -0.05849045142531395, -0.003979482222348452, 0.25806933641433716, 0.19390787184238434, -0.08385789394378662, -0.011022231541574001, 0.0029424214735627174, -0.015159797854721546, -0.023157736286520958, 0.12802362442016602, 0.14112718403339386, 0.04736506566405296, -0.10603075474500656, -0.04951469600200653, -0.058603789657354355, -0.010202771984040737, -0.056341737508773804, 0.06335582584142685, 0.038870133459568024, 0.0035111582837998867, -0.04309327155351639, 0.04688912257552147, -0.05474691092967987, -0.10313335061073303, 0.07663829624652863, -0.1915278136730194, -0.1641588807106018, -0.011620978824794292, 0.10746365785598755, -0.00011137212277390063, 0.0613287054002285, -0.023410087451338768, 0.0038776956498622894, 0.059907786548137665, -0.018086761236190796, -0.09450990706682205, -0.08997172862291336, 0.10440952330827713, -0.11037205159664154, 0.20200136303901672, -0.03990771621465683, 0.06747157871723175, 0.1233554258942604, 0.07005108892917633, -0.08307462930679321, 0.0516362302005291, 0.03538389876484871, -0.09118688851594925, 0.03241201117634773, 0.08216392993927002, -0.026805425062775612, 0.046964723616838455, 0.025971606373786926, -0.11916083097457886, 0.018736043944954872, -0.08480166643857956, -0.035438790917396545, -0.04019218310713768, -0.05214143916964531, -0.05396375060081482, 0.12284963577985764, 0.21385705471038818, -0.022571392357349396, 0.008673172444105148, -0.08539891988039017, 0.01068633608520031, 0.049472320824861526, 0.009523739106953144, -0.08435139805078506, -0.2225869596004486, 0.01597263291478157, 0.057415351271629333, -0.026497971266508102, -0.20962582528591156, -0.08830482512712479, 0.005843051243573427, -0.07971852272748947, -0.09749846905469894, 0.07763751596212387, 0.06601648777723312, 0.05521857738494873, -0.05619344860315323, -0.07862980663776398, -0.08273877203464508, 0.146076038479805, -0.15223929286003113, -0.08759929984807968 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # bert-base-uncased-finetuned-ner This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.0905 - Precision: 0.9068 - Recall: 0.9200 - F1: 0.9133 - Accuracy: 0.9787 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:| | 0.1266 | 1.0 | 1123 | 0.0952 | 0.8939 | 0.8869 | 0.8904 | 0.9742 | | 0.0741 | 2.0 | 2246 | 0.0866 | 0.8936 | 0.9247 | 0.9089 | 0.9774 | | 0.0496 | 3.0 | 3369 | 0.0905 | 0.9068 | 0.9200 | 0.9133 | 0.9787 | ### Framework versions - Transformers 4.16.2 - Pytorch 1.10.0+cu111 - Datasets 1.18.3 - Tokenizers 0.11.0
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "bert-base-uncased-finetuned-ner", "results": []}]}
token-classification
ArBert/bert-base-uncased-finetuned-ner
[ "transformers", "pytorch", "tensorboard", "bert", "token-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
bert-base-uncased-finetuned-ner =============================== This model is a fine-tuned version of bert-base-uncased on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.0905 * Precision: 0.9068 * Recall: 0.9200 * F1: 0.9133 * Accuracy: 0.9787 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 2e-05 * train\_batch\_size: 16 * eval\_batch\_size: 16 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * num\_epochs: 3 ### Training results ### Framework versions * Transformers 4.16.2 * Pytorch 1.10.0+cu111 * Datasets 1.18.3 * Tokenizers 0.11.0
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ "TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ 56, 98, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3### Training results### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ -0.10436924546957016, 0.07880327850580215, -0.0021224042866379023, 0.12252530455589294, 0.18087118864059448, 0.02005484700202942, 0.09969830513000488, 0.12038746476173401, -0.10890772193670273, 0.015925442799925804, 0.12480532377958298, 0.189627543091774, 0.002304124180227518, 0.1098845824599266, -0.049182213842868805, -0.2459588199853897, -0.007276157382875681, 0.05174892023205757, -0.08910760283470154, 0.13434477150440216, 0.09182219952344894, -0.1424923688173294, 0.08044440299272537, 0.013138031587004662, -0.23129811882972717, 0.01628183014690876, 0.024321766570210457, -0.06526865065097809, 0.1468486785888672, 0.015949642285704613, 0.13103286921977997, -0.0009115163120441139, 0.08271296322345734, -0.16087652742862701, 0.007579782046377659, 0.05705571919679642, 0.012049096636474133, 0.09102218598127365, 0.06305811554193497, 0.0009388562175445259, 0.09467868506908417, -0.08006886392831802, 0.05089506879448891, 0.019559085369110107, -0.11749398708343506, -0.24351783096790314, -0.0851774588227272, 0.023639176040887833, 0.0682380348443985, 0.09586400538682938, 0.0076028695330023766, 0.1486043483018875, -0.097768634557724, 0.0876176506280899, 0.23334158957004547, -0.293162077665329, -0.06291371583938599, 0.035090066492557526, 0.00003832082074950449, 0.058269426226615906, -0.1083049401640892, -0.026463111862540245, 0.05478233844041824, 0.047657158225774765, 0.14155049622058868, -0.041042033582925797, -0.11962130665779114, 0.023203887045383453, -0.1462237685918808, -0.02740921638906002, 0.11147931218147278, 0.024770719930529594, -0.032644081860780716, -0.02718202956020832, -0.0624130442738533, -0.16600394248962402, -0.040025223046541214, -0.015797395259141922, 0.05106464773416519, -0.03940737247467041, -0.06608658283948898, 0.012161558493971825, -0.1029922291636467, -0.06531206518411636, -0.07768361270427704, 0.15619197487831116, 0.04252726584672928, 0.022866392508149147, -0.031793832778930664, 0.1055959090590477, 0.0111014349386096, -0.12742237746715546, 0.028385218232870102, 0.03437274694442749, -0.006434897892177105, -0.048807524144649506, -0.06730131804943085, -0.04959537833929062, 0.010378353297710419, 0.10917839407920837, -0.05198674276471138, 0.046102602034807205, 0.0369953028857708, 0.0425238162279129, -0.1016099601984024, 0.19825033843517303, -0.046690404415130615, -0.001655607600696385, 0.01419080700725317, 0.03136339783668518, 0.003615572117269039, 0.00013586213754024357, -0.11574736982584, 0.003099932800978422, 0.11772089451551437, 0.02174847386777401, -0.07477822154760361, 0.07075951248407364, -0.050740696489810944, -0.027592411264777184, 0.020384464412927628, -0.0994056686758995, 0.03731796145439148, -0.00925119686871767, -0.08704245090484619, -0.017215000465512276, 0.017105072736740112, 0.011984379030764103, -0.02159658819437027, 0.12526090443134308, -0.09089969843626022, 0.040569107979536057, -0.10243959724903107, -0.10425058007240295, 0.014864801429212093, -0.07886513322591782, 0.03108043409883976, -0.09976164251565933, -0.14592023193836212, -0.00476493826135993, 0.05937780812382698, -0.023622112348675728, -0.05735033378005028, -0.028732595965266228, -0.07042966037988663, 0.003392513608559966, -0.02187633514404297, 0.1570701152086258, -0.055443089455366135, 0.10345446318387985, 0.04059559479355812, 0.06390130519866943, -0.043172795325517654, 0.059965431690216064, -0.10547099262475967, 0.008147683925926685, -0.19805578887462616, 0.02713582292199135, -0.0541212260723114, 0.0765485167503357, -0.09846611320972443, -0.11079350858926773, 0.029679495841264725, -0.012727457098662853, 0.07235126197338104, 0.08230537176132202, -0.14968343079090118, -0.07311356067657471, 0.14176420867443085, -0.06486884504556656, -0.10951445251703262, 0.10739593207836151, -0.05727872997522354, 0.03429574891924858, 0.0699227824807167, 0.1500060111284256, 0.06928526610136032, -0.06838276982307434, 0.02489895187318325, -0.002371167065575719, 0.043207570910453796, -0.09266963601112366, 0.06341810524463654, 0.008680405095219612, -0.010881041176617146, 0.03651148080825806, -0.033584240823984146, 0.0631716325879097, -0.0953039675951004, -0.09290686994791031, -0.04294009879231453, -0.10290125012397766, 0.04921356588602066, 0.07651279121637344, 0.08958452939987183, -0.09117354452610016, -0.0738125666975975, 0.08691414445638657, 0.074102021753788, -0.050104375928640366, 0.03212499991059303, -0.06250389665365219, 0.06427280604839325, -0.06266581267118454, -0.026614580303430557, -0.19309091567993164, -0.014382635243237019, 0.010773997753858566, -0.0116578983142972, 0.014344231225550175, 0.021349547430872917, 0.0709708109498024, 0.054207250475883484, -0.053958069533109665, -0.013019984588027, -0.00849167350679636, -0.004636442754417658, -0.1410830169916153, -0.1877707839012146, -0.03767547756433487, -0.01718573272228241, 0.09638568013906479, -0.18679767847061157, 0.028288137167692184, -0.017353545874357224, 0.07414696365594864, 0.003449138253927231, -0.003170514479279518, -0.04807545617222786, 0.08811125159263611, -0.03217996284365654, -0.051490217447280884, 0.07782536745071411, -0.002116616815328598, -0.07667920738458633, -0.039488647133111954, -0.08227580040693283, 0.19417648017406464, 0.14111952483654022, -0.12458924204111099, -0.07733935117721558, 0.0055891103111207485, -0.059461161494255066, -0.031024089083075523, -0.039051055908203125, 0.05176456645131111, 0.18028347194194794, -0.012530028820037842, 0.15405569970607758, -0.06740031391382217, -0.05576072633266449, 0.02819385938346386, -0.02942366525530815, 0.0326140932738781, 0.11184176802635193, 0.12813857197761536, -0.08195734024047852, 0.14505501091480255, 0.15860320627689362, -0.09994372725486755, 0.10135650634765625, -0.04408619552850723, -0.07078354060649872, -0.012734570540487766, -0.023427104577422142, 0.004424644634127617, 0.09680356830358505, -0.12890779972076416, -0.006007316987961531, 0.022980304434895515, 0.024793585762381554, 0.021058550104498863, -0.22836658358573914, -0.03713395819067955, 0.02483241818845272, -0.032873112708330154, 0.0010324780596420169, -0.02182011678814888, 0.010570607148110867, 0.10518800467252731, 0.0045644501224160194, -0.09062892943620682, 0.04812576621770859, 0.0116585036739707, -0.07445342093706131, 0.21779140830039978, -0.08554811030626297, -0.1466245949268341, -0.11677055060863495, -0.09130728244781494, -0.04507468640804291, 0.008826992474496365, 0.05854734405875206, -0.09862624853849411, -0.03260204195976257, -0.044196441769599915, 0.015307039953768253, -0.012278917245566845, 0.048643406480550766, 0.0008257437730208039, -0.0035167306195944548, 0.08160369843244553, -0.10760290920734406, -0.007963263429701328, -0.0542549267411232, -0.07023930549621582, 0.048514630645513535, 0.051129307597875595, 0.10806562006473541, 0.16353850066661835, -0.030628569424152374, 0.006785931531339884, -0.027128716930747032, 0.2227567434310913, -0.057887252420186996, -0.034289516508579254, 0.13151724636554718, -0.004823010414838791, 0.05631917715072632, 0.10259207338094711, 0.07597033679485321, -0.08931966871023178, 0.0036264732480049133, 0.03124910034239292, -0.03973620757460594, -0.22194303572177887, -0.0444134920835495, -0.05443033203482628, -0.03588187322020531, 0.09724141657352448, 0.03563432767987251, 0.04483546316623688, 0.07419069111347198, 0.05089523270726204, 0.08990190178155899, -0.06103597208857536, 0.05514839291572571, 0.11645617336034775, 0.05348965898156166, 0.12777899205684662, -0.04460150748491287, -0.06966166198253632, 0.03343682736158371, -0.004154125228524208, 0.2236359417438507, 0.005357841495424509, 0.12182510644197464, 0.05441734567284584, 0.19842629134655, 0.006313628982752562, 0.09081889688968658, -0.008273886516690254, -0.047559406608343124, -0.010937229730188847, -0.03782546892762184, -0.037916380912065506, 0.010645116679370403, -0.06279071420431137, 0.054625071585178375, -0.11018029600381851, -0.02211603708565235, 0.049691665917634964, 0.26275143027305603, 0.02481623739004135, -0.32424867153167725, -0.08147651702165604, -0.004842388443648815, -0.0364190898835659, -0.01860463060438633, 0.02036183513700962, 0.07817791402339935, -0.09268179535865784, 0.02380085177719593, -0.07602044194936752, 0.09471073001623154, -0.03379515931010246, 0.04093654453754425, 0.08496606349945068, 0.09222429990768433, 0.01659858599305153, 0.08144707977771759, -0.31084713339805603, 0.2667565643787384, 0.006739807780832052, 0.06559877097606659, -0.07968275249004364, 0.003163771703839302, 0.03211598098278046, 0.06441739201545715, 0.05715784803032875, -0.012059133499860764, -0.038997042924165726, -0.20904672145843506, -0.052630770951509476, 0.029418280348181725, 0.0782475471496582, -0.019771572202444077, 0.08553560823202133, -0.029234368354082108, 0.0025381764862686396, 0.07359045743942261, -0.01937285251915455, -0.039273664355278015, -0.08500619232654572, -0.013466514647006989, 0.020769519731402397, -0.05154689401388168, -0.06083865836262703, -0.11424393951892853, -0.13147564232349396, 0.16487416625022888, -0.0034400164149701595, -0.03488035127520561, -0.11907292157411575, 0.08123869448900223, 0.08048142492771149, -0.0870666578412056, 0.05221834033727646, 0.0017458210932090878, 0.059872422367334366, 0.037423908710479736, -0.08414994180202484, 0.11494185775518417, -0.06411822140216827, -0.15333566069602966, -0.05799901857972145, 0.09589554369449615, 0.028142038732767105, 0.06169769540429115, -0.014236758463084698, 0.018278151750564575, -0.034098558127880096, -0.089948870241642, 0.021708233281970024, -0.02604825235903263, 0.08140760660171509, 0.006580993067473173, -0.054440680891275406, 0.01848573610186577, -0.05881715565919876, -0.027283350005745888, 0.18322354555130005, 0.21692995727062225, -0.10306344926357269, 0.019390350207686424, 0.03801335021853447, -0.06377480179071426, -0.20018424093723297, 0.04799867793917656, 0.059491220861673355, -0.0038405058439821005, 0.03751811012625694, -0.173569917678833, 0.1573396772146225, 0.1096256747841835, -0.01588686741888523, 0.11342547833919525, -0.31866520643234253, -0.12572285532951355, 0.12557999789714813, 0.15598554909229279, 0.1374760866165161, -0.14247608184814453, -0.017614660784602165, -0.01689799875020981, -0.12231401354074478, 0.09938079863786697, -0.07317876815795898, 0.11473070085048676, -0.03522837907075882, 0.08899717032909393, 0.000716483686119318, -0.06286690384149551, 0.10988835245370865, 0.026668183505535126, 0.09985420107841492, -0.05827091261744499, -0.03982207551598549, 0.04489150270819664, -0.03367108479142189, 0.007170510943979025, -0.06703416258096695, 0.0299033522605896, -0.0916290208697319, -0.01903599686920643, -0.08201973140239716, 0.04753810167312622, -0.02818213403224945, -0.05967363715171814, -0.03774094954133034, 0.02433205582201481, 0.04349420592188835, -0.02058369293808937, 0.13795706629753113, 0.03356175497174263, 0.14544570446014404, 0.12183860689401627, 0.05893025919795036, -0.07674246281385422, -0.07891388982534409, -0.016672613099217415, -0.01741735450923443, 0.06632935255765915, -0.13814762234687805, 0.0331864170730114, 0.14284823834896088, 0.02018260397017002, 0.11333803087472916, 0.08489739894866943, -0.01780269294977188, 0.005901382304728031, 0.06418224424123764, -0.1597905158996582, -0.06534891575574875, 0.00600248109549284, -0.05562049150466919, -0.09679654240608215, 0.06487147510051727, 0.07777999341487885, -0.07043153792619705, -0.016846949234604836, -0.004937620367854834, -0.0016851670807227492, -0.06503020226955414, 0.2108677178621292, 0.06326615065336227, 0.048944082111120224, -0.11260335892438889, 0.06753013283014297, 0.06271842122077942, -0.075986847281456, -0.010515938512980938, 0.06913278251886368, -0.08397602289915085, -0.04236124828457832, 0.11333067715167999, 0.16833434998989105, -0.06982621550559998, -0.041089072823524475, -0.13420604169368744, -0.12006602436304092, 0.08217620849609375, 0.16058364510536194, 0.12181173264980316, 0.0137310940772295, -0.054192375391721725, 0.009212130680680275, -0.12371526658535004, 0.07323583215475082, 0.03165530785918236, 0.07696071267127991, -0.14795513451099396, 0.1613192856311798, 0.011213385500013828, 0.05784478411078453, -0.02515694871544838, 0.02992277964949608, -0.09940988570451736, 0.018011750653386116, -0.12381338328123093, -0.02699170634150505, -0.021345898509025574, 0.005684481468051672, -0.0030989961232990026, -0.06491558998823166, -0.05923086404800415, 0.02234318107366562, -0.12443788349628448, -0.01824108324944973, 0.03585408627986908, 0.044369541108608246, -0.11469747126102448, -0.04149505868554115, 0.021511977538466454, -0.05390225350856781, 0.060929425060749054, 0.04767722263932228, 0.01629612036049366, 0.06724288314580917, -0.12522892653942108, -0.009740890935063362, 0.07842918485403061, 0.009206319227814674, 0.08195517957210541, -0.08544078469276428, -0.004247747827321291, 0.009260660037398338, 0.06806610524654388, 0.016269782558083534, 0.07778578251600266, -0.14982391893863678, -0.012688906863331795, -0.03299619257450104, -0.08359111845493317, -0.06420961767435074, 0.018799982964992523, 0.09498497098684311, 0.008856227621436119, 0.1975671648979187, -0.07233341783285141, 0.03969331085681915, -0.20576757192611694, -0.0043891798704862595, -0.024968618527054787, -0.11549373716115952, -0.12905889749526978, -0.05251201242208481, 0.06054062023758888, -0.04795321822166443, 0.14167766273021698, 0.03174954280257225, 0.04995230957865715, 0.03079225867986679, -0.023721013218164444, 0.012210462242364883, 0.027466217055916786, 0.21417948603630066, 0.03712251037359238, -0.030673697590827942, 0.07377151399850845, 0.062446530908346176, 0.09220369160175323, 0.11267225444316864, 0.19409112632274628, 0.15112261474132538, -0.009529775008559227, 0.0900244489312172, 0.01819777674973011, -0.05298274755477905, -0.1672801524400711, 0.031480345875024796, -0.057954855263233185, 0.09797165542840958, -0.01909802295267582, 0.2174435555934906, 0.062240682542324066, -0.1643994003534317, 0.05006369203329086, -0.05746918171644211, -0.0833342894911766, -0.10700207203626633, -0.038658250123262405, -0.08052494376897812, -0.1438552290201187, 0.0003666935081128031, -0.0988629162311554, 0.014169915579259396, 0.12501360476016998, 0.0067074415273964405, -0.02464873716235161, 0.1615239530801773, 0.032356344163417816, 0.03163846582174301, 0.041436176747083664, 0.006664528511464596, -0.028254201635718346, -0.09293615072965622, -0.05927237868309021, -0.02577579952776432, -0.014981280080974102, 0.03758440911769867, -0.0634780004620552, -0.0665021538734436, 0.04142068699002266, -0.02415960282087326, -0.09472575038671494, 0.016922617331147194, 0.019672011956572533, 0.06406004726886749, 0.042887840420007706, 0.00458154920488596, 0.02247370220720768, -0.021497974172234535, 0.2089012712240219, -0.08065379410982132, -0.0716373473405838, -0.08931609988212585, 0.28840935230255127, 0.04601043462753296, -0.00812140479683876, 0.031916964799165726, -0.05849045142531395, -0.003979482222348452, 0.25806933641433716, 0.19390787184238434, -0.08385789394378662, -0.011022231541574001, 0.0029424214735627174, -0.015159797854721546, -0.023157736286520958, 0.12802362442016602, 0.14112718403339386, 0.04736506566405296, -0.10603075474500656, -0.04951469600200653, -0.058603789657354355, -0.010202771984040737, -0.056341737508773804, 0.06335582584142685, 0.038870133459568024, 0.0035111582837998867, -0.04309327155351639, 0.04688912257552147, -0.05474691092967987, -0.10313335061073303, 0.07663829624652863, -0.1915278136730194, -0.1641588807106018, -0.011620978824794292, 0.10746365785598755, -0.00011137212277390063, 0.0613287054002285, -0.023410087451338768, 0.0038776956498622894, 0.059907786548137665, -0.018086761236190796, -0.09450990706682205, -0.08997172862291336, 0.10440952330827713, -0.11037205159664154, 0.20200136303901672, -0.03990771621465683, 0.06747157871723175, 0.1233554258942604, 0.07005108892917633, -0.08307462930679321, 0.0516362302005291, 0.03538389876484871, -0.09118688851594925, 0.03241201117634773, 0.08216392993927002, -0.026805425062775612, 0.046964723616838455, 0.025971606373786926, -0.11916083097457886, 0.018736043944954872, -0.08480166643857956, -0.035438790917396545, -0.04019218310713768, -0.05214143916964531, -0.05396375060081482, 0.12284963577985764, 0.21385705471038818, -0.022571392357349396, 0.008673172444105148, -0.08539891988039017, 0.01068633608520031, 0.049472320824861526, 0.009523739106953144, -0.08435139805078506, -0.2225869596004486, 0.01597263291478157, 0.057415351271629333, -0.026497971266508102, -0.20962582528591156, -0.08830482512712479, 0.005843051243573427, -0.07971852272748947, -0.09749846905469894, 0.07763751596212387, 0.06601648777723312, 0.05521857738494873, -0.05619344860315323, -0.07862980663776398, -0.08273877203464508, 0.146076038479805, -0.15223929286003113, -0.08759929984807968 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # roberta-base-finetuned-ner-agglo-twitter This model is a fine-tuned version of [ArBert/roberta-base-finetuned-ner](https://huggingface.co/ArBert/roberta-base-finetuned-ner) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.6645 - Precision: 0.6885 - Recall: 0.7665 - F1: 0.7254 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 20 ### Training results | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:| | No log | 1.0 | 245 | 0.2820 | 0.6027 | 0.7543 | 0.6700 | | No log | 2.0 | 490 | 0.2744 | 0.6308 | 0.7864 | 0.7000 | | 0.2301 | 3.0 | 735 | 0.2788 | 0.6433 | 0.7637 | 0.6984 | | 0.2301 | 4.0 | 980 | 0.3255 | 0.6834 | 0.7221 | 0.7022 | | 0.1153 | 5.0 | 1225 | 0.3453 | 0.6686 | 0.7439 | 0.7043 | | 0.1153 | 6.0 | 1470 | 0.3988 | 0.6797 | 0.7420 | 0.7094 | | 0.0617 | 7.0 | 1715 | 0.4711 | 0.6702 | 0.7259 | 0.6969 | | 0.0617 | 8.0 | 1960 | 0.4904 | 0.6904 | 0.7505 | 0.7192 | | 0.0328 | 9.0 | 2205 | 0.5088 | 0.6591 | 0.7713 | 0.7108 | | 0.0328 | 10.0 | 2450 | 0.5709 | 0.6468 | 0.7788 | 0.7067 | | 0.019 | 11.0 | 2695 | 0.5570 | 0.6642 | 0.7533 | 0.7059 | | 0.019 | 12.0 | 2940 | 0.5574 | 0.6899 | 0.7656 | 0.7258 | | 0.0131 | 13.0 | 3185 | 0.5858 | 0.6952 | 0.7609 | 0.7265 | | 0.0131 | 14.0 | 3430 | 0.6239 | 0.6556 | 0.7826 | 0.7135 | | 0.0074 | 15.0 | 3675 | 0.5931 | 0.6825 | 0.7599 | 0.7191 | | 0.0074 | 16.0 | 3920 | 0.6364 | 0.6785 | 0.7580 | 0.7161 | | 0.005 | 17.0 | 4165 | 0.6437 | 0.6855 | 0.7580 | 0.7199 | | 0.005 | 18.0 | 4410 | 0.6610 | 0.6779 | 0.7599 | 0.7166 | | 0.0029 | 19.0 | 4655 | 0.6625 | 0.6853 | 0.7656 | 0.7232 | | 0.0029 | 20.0 | 4900 | 0.6645 | 0.6885 | 0.7665 | 0.7254 | ### Framework versions - Transformers 4.16.2 - Pytorch 1.10.0+cu111 - Datasets 1.18.3 - Tokenizers 0.11.0
{"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["precision", "recall", "f1"], "model-index": [{"name": "roberta-base-finetuned-ner-agglo-twitter", "results": []}]}
token-classification
ArBert/roberta-base-finetuned-ner-agglo-twitter
[ "transformers", "pytorch", "tensorboard", "roberta", "token-classification", "generated_from_trainer", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #roberta #token-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
roberta-base-finetuned-ner-agglo-twitter ======================================== This model is a fine-tuned version of ArBert/roberta-base-finetuned-ner on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.6645 * Precision: 0.6885 * Recall: 0.7665 * F1: 0.7254 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 2e-05 * train\_batch\_size: 16 * eval\_batch\_size: 16 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * num\_epochs: 20 ### Training results ### Framework versions * Transformers 4.16.2 * Pytorch 1.10.0+cu111 * Datasets 1.18.3 * Tokenizers 0.11.0
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 20", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ "TAGS\n#transformers #pytorch #tensorboard #roberta #token-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 20", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ 54, 98, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #roberta #token-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 20### Training results### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ -0.10202597826719284, 0.05369270220398903, -0.0020057777874171734, 0.1180717870593071, 0.19825606048107147, 0.027745096012949944, 0.10283763706684113, 0.11286996304988861, -0.10502272844314575, 0.01920207403600216, 0.1295049637556076, 0.2063470184803009, -0.0038995074573904276, 0.08448247611522675, -0.05225078761577606, -0.2682541608810425, -0.021771367639303207, 0.047273438423871994, -0.08869176357984543, 0.13240037858486176, 0.09154646843671799, -0.14593926072120667, 0.0841514989733696, 0.012543106451630592, -0.24497729539871216, 0.020224472507834435, 0.03168283402919769, -0.05741211399435997, 0.1560530662536621, 0.01732823997735977, 0.14553716778755188, 0.004456650000065565, 0.08340278267860413, -0.15237319469451904, 0.013674909248948097, 0.047730643302202225, 0.005205180495977402, 0.08781296014785767, 0.06860437244176865, -0.015544797293841839, 0.1290837675333023, -0.0874825119972229, 0.052486661821603775, 0.01998862251639366, -0.12734484672546387, -0.22079217433929443, -0.08114064484834671, 0.0031265104189515114, 0.059740424156188965, 0.09426402300596237, 0.0016512104775756598, 0.1529841274023056, -0.10234005749225616, 0.09508977830410004, 0.2236785739660263, -0.29259192943573, -0.07043145596981049, 0.05076799914240837, -0.00023959566897246987, 0.0605020709335804, -0.11214125156402588, -0.014591383747756481, 0.05243881419301033, 0.045114658772945404, 0.13182392716407776, -0.047492317855358124, -0.09741941094398499, 0.028825955465435982, -0.1441694051027298, -0.02131144143640995, 0.09792942553758621, 0.022347133606672287, -0.03270430862903595, -0.030318552628159523, -0.05628371238708496, -0.1526401937007904, -0.03723368048667908, -0.012895091436803341, 0.04046641290187836, -0.044270649552345276, -0.08987902104854584, -0.0006620570202358067, -0.10987330973148346, -0.06547180563211441, -0.07667019218206406, 0.17541463673114777, 0.03657321259379387, 0.01479762326925993, -0.0233702901750803, 0.10662374645471573, 0.011091171763837337, -0.12330064177513123, 0.028188934549689293, 0.03501465544104576, -0.01484108716249466, -0.0619182251393795, -0.06824071705341339, -0.07625386863946915, 0.007119097281247377, 0.10137470811605453, -0.03874552249908447, 0.046509165316820145, 0.04727001488208771, 0.04263085126876831, -0.09859927743673325, 0.19728489220142365, -0.04193990305066109, -0.005041718017309904, 0.007724151015281677, 0.024983935058116913, -0.005796616431325674, -0.006712629925459623, -0.1252586543560028, -0.00460255378857255, 0.10687568038702011, 0.015189305879175663, -0.07479117065668106, 0.07217783480882645, -0.04819703847169876, -0.03208307921886444, 0.00845310464501381, -0.09470409899950027, 0.03880557045340538, -0.013935108669102192, -0.08285781741142273, -0.02487719990313053, 0.0052717202343046665, 0.016435686498880386, -0.011481527239084244, 0.14063578844070435, -0.09528365731239319, 0.045651618391275406, -0.10372713953256607, -0.11262603849172592, 0.004179626237601042, -0.09535713493824005, 0.03725716099143028, -0.1006213054060936, -0.14333955943584442, -0.016216076910495758, 0.05462916940450668, -0.02638123370707035, -0.04634195938706398, -0.03769998997449875, -0.0700433999300003, 0.0030335981864482164, -0.009505318477749825, 0.16201576590538025, -0.053119558840990067, 0.10762444883584976, 0.0403456948697567, 0.056536298245191574, -0.050815049558877945, 0.05611618235707283, -0.0985703319311142, 0.00610637990757823, -0.19152449071407318, 0.040311358869075775, -0.04724545404314995, 0.08393875509500504, -0.08669918775558472, -0.11125427484512329, 0.02343374863266945, -0.0029802010394632816, 0.07456059753894806, 0.08101535588502884, -0.1525164097547531, -0.08085083961486816, 0.13902612030506134, -0.05772960186004639, -0.0990762785077095, 0.11182614415884018, -0.07261743396520615, 0.04731190577149391, 0.06543292105197906, 0.15505319833755493, 0.07726787775754929, -0.0673968642950058, 0.03849807009100914, -0.010858154855668545, 0.02793825790286064, -0.08775801211595535, 0.05639277771115303, 0.004189375322312117, -0.011243374086916447, 0.03034227341413498, -0.02252458594739437, 0.05842328071594238, -0.10245277732610703, -0.09206868708133698, -0.036687497049570084, -0.09741165488958359, 0.05425193905830383, 0.08365295827388763, 0.09416056424379349, -0.09858912974596024, -0.06673338264226913, 0.08622704446315765, 0.0658838152885437, -0.04611891880631447, 0.024651426821947098, -0.05801134184002876, 0.06272923201322556, -0.058573391288518906, -0.03620392456650734, -0.19564032554626465, -0.0202193446457386, 0.0012030565412715077, 0.01736416481435299, 0.027544206008315086, 0.038751497864723206, 0.07630671560764313, 0.06340602040290833, -0.055990274995565414, -0.008292898535728455, -0.006978258956223726, -0.003989670425653458, -0.14234845340251923, -0.18948039412498474, -0.034978680312633514, -0.019429761916399002, 0.09997882694005966, -0.20397067070007324, 0.02765488438308239, -0.019103119149804115, 0.07049929350614548, 0.006021581590175629, -0.010853974148631096, -0.05011442303657532, 0.0947246253490448, -0.03354128822684288, -0.04894615337252617, 0.07880197465419769, -0.004092089366167784, -0.08912772685289383, -0.05014369264245033, -0.09668140858411789, 0.1883334368467331, 0.13554851710796356, -0.14563998579978943, -0.0899994894862175, -0.007010717410594225, -0.05750637874007225, -0.02192722260951996, -0.04080869257450104, 0.05712313950061798, 0.18164843320846558, -0.01675073802471161, 0.1542937159538269, -0.062119290232658386, -0.04728773236274719, 0.027377551421523094, -0.034339673817157745, 0.028207534924149513, 0.11996214836835861, 0.1207006573677063, -0.10677894204854965, 0.1364852637052536, 0.1382364183664322, -0.09517329931259155, 0.12657243013381958, -0.03326815366744995, -0.06687378883361816, -0.02086763270199299, -0.01702951267361641, 0.00867051724344492, 0.0968567430973053, -0.13630162179470062, -0.016048213467001915, 0.01779996231198311, 0.01685633324086666, 0.019852764904499054, -0.2292013019323349, -0.04823555052280426, 0.032416604459285736, -0.02068481408059597, 0.007100572343915701, -0.013413511216640472, 0.011070231907069683, 0.10705907642841339, 0.00949971191585064, -0.08281988650560379, 0.042928297072649, 0.009405500255525112, -0.07331615686416626, 0.2216130942106247, -0.07205638289451599, -0.12665864825248718, -0.12492586672306061, -0.09045868366956711, -0.04782376438379288, 0.016367468982934952, 0.05097626522183418, -0.09551242738962173, -0.026963312178850174, -0.04113320633769035, 0.012455820105969906, -0.026042679324746132, 0.04473758861422539, -0.020543722435832024, 0.0008529715123586357, 0.061762578785419464, -0.10435616225004196, -0.009854014962911606, -0.06357505172491074, -0.08345967531204224, 0.05750327557325363, 0.048430219292640686, 0.11797953397035599, 0.1573055386543274, -0.03670460358262062, 0.00635204091668129, -0.03180718421936035, 0.22191251814365387, -0.06631720066070557, -0.03737573325634003, 0.12049227207899094, -0.007870794273912907, 0.05605998635292053, 0.10694392025470734, 0.08380941301584244, -0.08699795603752136, 0.005079526919871569, 0.035543885082006454, -0.04766865447163582, -0.21669113636016846, -0.04089340940117836, -0.06037507578730583, -0.04293420538306236, 0.09615395963191986, 0.03198510408401489, 0.05683301389217377, 0.08356333523988724, 0.04895706847310066, 0.08179283887147903, -0.06367301195859909, 0.06240086629986763, 0.10744103044271469, 0.054219674319028854, 0.12922899425029755, -0.0459611713886261, -0.08129896968603134, 0.03086373768746853, -0.01872112788259983, 0.23280799388885498, 0.014324789866805077, 0.12414344400167465, 0.0576130747795105, 0.19517044723033905, 0.0071115195751190186, 0.08368192613124847, 0.0020150213968008757, -0.05682236701250076, -0.008120945654809475, -0.03371410071849823, -0.035714711993932724, 0.017202768474817276, -0.046250373125076294, 0.048642389476299286, -0.11579479277133942, -0.017069058492779732, 0.04548892006278038, 0.24179191887378693, 0.02470913901925087, -0.3207273483276367, -0.07956910878419876, -0.003984508104622364, -0.028450192883610725, -0.018987135961651802, 0.0098991384729743, 0.09001286327838898, -0.10102050751447678, 0.02293069288134575, -0.07888948917388916, 0.09083633869886398, -0.04146334156394005, 0.04090459272265434, 0.06736677139997482, 0.09763205796480179, -0.0009401998249813914, 0.08184102177619934, -0.31633198261260986, 0.28186964988708496, 0.011335194110870361, 0.07108300179243088, -0.082993283867836, -0.007751298137009144, 0.03689224272966385, 0.053425952792167664, 0.05752728134393692, -0.01305761095136404, -0.04381607845425606, -0.21806558966636658, -0.02518307790160179, 0.021439040079712868, 0.10121224820613861, -0.026605825871229172, 0.09205257892608643, -0.02968789078295231, 0.00559880631044507, 0.073082834482193, -0.014048147946596146, -0.031638626009225845, -0.0860542356967926, -0.01812046766281128, 0.011444208212196827, -0.06580253690481186, -0.05551399290561676, -0.10635975003242493, -0.12822425365447998, 0.1688249260187149, -0.009748837910592556, -0.030588772147893906, -0.1287083923816681, 0.09047956019639969, 0.0704224556684494, -0.09182550758123398, 0.052027128636837006, 0.0017686220817267895, 0.05308233201503754, 0.030223041772842407, -0.07542592287063599, 0.11471351981163025, -0.055158618837594986, -0.15049567818641663, -0.05877665430307388, 0.09403323382139206, 0.030260562896728516, 0.059237390756607056, -0.011141160503029823, 0.02389410510659218, -0.037844184786081314, -0.09296925365924835, 0.03682127967476845, -0.046254612505435944, 0.07447177171707153, 0.01445193961262703, -0.05011994019150734, 0.024425432085990906, -0.05998187139630318, -0.024129359051585197, 0.19096744060516357, 0.22937631607055664, -0.10280561447143555, 0.006727903615683317, 0.019207028672099113, -0.06069517508149147, -0.19803330302238464, 0.062474433332681656, 0.06077678129076958, 0.0019358944846317172, 0.04983941465616226, -0.17390047013759613, 0.14087039232254028, 0.10444171726703644, -0.007334236055612564, 0.11241734027862549, -0.30497318506240845, -0.13220752775669098, 0.12003480643033981, 0.17055372893810272, 0.1519271433353424, -0.138677716255188, -0.019836673513054848, -0.009886293672025204, -0.10899616777896881, 0.09301365166902542, -0.06679028272628784, 0.12459945678710938, -0.03213953226804733, 0.09903105348348618, 0.007524169981479645, -0.06195896491408348, 0.10729026794433594, 0.025588616728782654, 0.11271881312131882, -0.06314977258443832, -0.06146342679858208, 0.04671193286776543, -0.02735454961657524, -0.008487672545015812, -0.05355929955840111, 0.022362204268574715, -0.09546618908643723, -0.02266150712966919, -0.0849774032831192, 0.055595654994249344, -0.02804565615952015, -0.06975714862346649, -0.03931214660406113, 0.02813548967242241, 0.03162120282649994, -0.019304495304822922, 0.14553897082805634, 0.015259978361427784, 0.16111630201339722, 0.10754397511482239, 0.07041719555854797, -0.06477338820695877, -0.05339744687080383, -0.0148825878277421, -0.013322673738002777, 0.05813455209136009, -0.12832298874855042, 0.022648010402917862, 0.13993555307388306, 0.03099416010081768, 0.11686436086893082, 0.0866171196103096, -0.017632879316806793, 0.018951863050460815, 0.0692758858203888, -0.15257877111434937, -0.08133870363235474, -0.0049483212642371655, -0.08243498206138611, -0.09130942076444626, 0.05934580788016319, 0.07793734967708588, -0.0635872483253479, -0.015298970974981785, -0.011060521937906742, -0.019738106057047844, -0.0672508031129837, 0.19868777692317963, 0.07194691151380539, 0.04738233610987663, -0.10799171030521393, 0.05539529025554657, 0.06157295033335686, -0.06401729583740234, -0.011072147637605667, 0.06866046786308289, -0.07861039787530899, -0.04133458808064461, 0.09939241409301758, 0.18316899240016937, -0.08996152132749557, -0.024254782125353813, -0.13290779292583466, -0.11677452176809311, 0.07175906747579575, 0.16430795192718506, 0.1204538494348526, 0.009885712526738644, -0.05847202613949776, 0.015327264554798603, -0.13414700329303741, 0.07013071328401566, 0.03226767107844353, 0.07999949157238007, -0.14383620023727417, 0.18266449868679047, 0.0037966042291373014, 0.05433009937405586, -0.025788232684135437, 0.020230375230312347, -0.10287000238895416, 0.016415396705269814, -0.11370855569839478, -0.03842141479253769, -0.029634973034262657, 0.003329325234517455, -0.0018658440094441175, -0.07047473639249802, -0.057190537452697754, 0.012112262658774853, -0.12504896521568298, -0.01861276663839817, 0.04331590235233307, 0.04296358674764633, -0.10563274472951889, -0.04390176385641098, 0.01815212517976761, -0.048296015709638596, 0.05459308251738548, 0.0478183850646019, 0.023065609857439995, 0.06630069017410278, -0.13653086125850677, -0.0003255168558098376, 0.0719994530081749, 0.00015815417282283306, 0.08103158324956894, -0.06590011715888977, -0.002667331835255027, -0.0005609990912489593, 0.08088883757591248, 0.02002567984163761, 0.06651138514280319, -0.1485220193862915, 0.00044794086716137826, -0.032859593629837036, -0.09634511917829514, -0.07139309495687485, 0.029081160202622414, 0.0810399055480957, 0.0030516351107507944, 0.1929912120103836, -0.07745510339736938, 0.04491441324353218, -0.2076718658208847, -0.009721693582832813, -0.019376015290617943, -0.11309570074081421, -0.12408386915922165, -0.07016447186470032, 0.06253980100154877, -0.048414453864097595, 0.1332683563232422, 0.040011998265981674, 0.048356425017118454, 0.027869215235114098, -0.008168850094079971, 0.029188411310315132, 0.021113410592079163, 0.2143784761428833, 0.04183419421315193, -0.04147344455122948, 0.06834442168474197, 0.07153727859258652, 0.09115365147590637, 0.11637025326490402, 0.19691789150238037, 0.14995421469211578, -0.026992155238986015, 0.08018270134925842, 0.024198545143008232, -0.04811019450426102, -0.16103927791118622, 0.02342201955616474, -0.04337283596396446, 0.0830356627702713, -0.02320660650730133, 0.20134446024894714, 0.07762221246957779, -0.17449308931827545, 0.05102923884987831, -0.04663602635264397, -0.08663555234670639, -0.10892067849636078, -0.05388588085770607, -0.0831681564450264, -0.12736766040325165, 0.010108765214681625, -0.09595998376607895, 0.016461201012134552, 0.11956949532032013, 0.0053035500459373, -0.027010135352611542, 0.16944780945777893, 0.03731438145041466, 0.03339206054806709, 0.05043228343129158, 0.00683859596028924, -0.01646285317838192, -0.09541372954845428, -0.05934089794754982, -0.03171755373477936, -0.0279720239341259, 0.031033901497721672, -0.069883331656456, -0.07086808234453201, 0.033514562994241714, -0.027039632201194763, -0.10389000922441483, 0.02036544866859913, 0.029285967350006104, 0.06595197319984436, 0.03457169234752655, 0.0013796909479424357, 0.017000233754515648, -0.024724120274186134, 0.21871499717235565, -0.07251595705747604, -0.06797958165407181, -0.07433683425188065, 0.28887420892715454, 0.051714640110731125, -0.0033217547461390495, 0.029543481767177582, -0.06333842128515244, 0.02406410127878189, 0.2525252401828766, 0.19880345463752747, -0.08486033231019974, -0.0037005541380494833, 0.003921197261661291, -0.01425184402614832, -0.009838989935815334, 0.12878675758838654, 0.11415031552314758, 0.04850013181567192, -0.10440997034311295, -0.04699951037764549, -0.05804143846035004, -0.008522367104887962, -0.04998225346207619, 0.06873314082622528, 0.056503776460886, 0.004222985357046127, -0.04462519288063049, 0.053052544593811035, -0.06378979980945587, -0.09110991656780243, 0.1002478152513504, -0.19101686775684357, -0.15987509489059448, -0.015116066671907902, 0.09467478096485138, 0.0035133108031004667, 0.07275056838989258, -0.02947342023253441, 0.0004798984155058861, 0.036569226533174515, -0.01492940541356802, -0.1004713848233223, -0.07753805816173553, 0.10178685188293457, -0.10427317023277283, 0.19097048044204712, -0.04982956126332283, 0.060880642384290695, 0.1281765252351761, 0.07394418120384216, -0.07007426023483276, 0.05969289690256119, 0.041283778846263885, -0.0961604118347168, 0.0432458333671093, 0.09141489118337631, -0.024298768490552902, 0.03604285791516304, 0.031128276139497757, -0.13141663372516632, 0.037985190749168396, -0.08491158485412598, -0.04019450023770332, -0.040428269654512405, -0.04370303079485893, -0.05347186699509621, 0.12546780705451965, 0.217510387301445, -0.01402293797582388, 0.01514965295791626, -0.08444558829069138, 0.004249067977070808, 0.0673275738954544, 0.02611277811229229, -0.09482184797525406, -0.22339005768299103, 0.009584317915141582, 0.0704788789153099, -0.037370096892118454, -0.23220402002334595, -0.08874936401844025, 0.00000512090355186956, -0.07705254852771759, -0.0880415216088295, 0.08041495829820633, 0.06894158571958542, 0.054769374430179596, -0.05187072232365608, -0.08230435848236084, -0.08017253130674362, 0.15599103271961212, -0.1485838145017624, -0.08431916683912277 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # roberta-base-finetuned-ner-kmeans-twitter This model is a fine-tuned version of [ArBert/roberta-base-finetuned-ner](https://huggingface.co/ArBert/roberta-base-finetuned-ner) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.6645 - Precision: 0.6885 - Recall: 0.7665 - F1: 0.7254 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 20 ### Training results | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:| | No log | 1.0 | 245 | 0.2820 | 0.6027 | 0.7543 | 0.6700 | | No log | 2.0 | 490 | 0.2744 | 0.6308 | 0.7864 | 0.7000 | | 0.2301 | 3.0 | 735 | 0.2788 | 0.6433 | 0.7637 | 0.6984 | | 0.2301 | 4.0 | 980 | 0.3255 | 0.6834 | 0.7221 | 0.7022 | | 0.1153 | 5.0 | 1225 | 0.3453 | 0.6686 | 0.7439 | 0.7043 | | 0.1153 | 6.0 | 1470 | 0.3988 | 0.6797 | 0.7420 | 0.7094 | | 0.0617 | 7.0 | 1715 | 0.4711 | 0.6702 | 0.7259 | 0.6969 | | 0.0617 | 8.0 | 1960 | 0.4904 | 0.6904 | 0.7505 | 0.7192 | | 0.0328 | 9.0 | 2205 | 0.5088 | 0.6591 | 0.7713 | 0.7108 | | 0.0328 | 10.0 | 2450 | 0.5709 | 0.6468 | 0.7788 | 0.7067 | | 0.019 | 11.0 | 2695 | 0.5570 | 0.6642 | 0.7533 | 0.7059 | | 0.019 | 12.0 | 2940 | 0.5574 | 0.6899 | 0.7656 | 0.7258 | | 0.0131 | 13.0 | 3185 | 0.5858 | 0.6952 | 0.7609 | 0.7265 | | 0.0131 | 14.0 | 3430 | 0.6239 | 0.6556 | 0.7826 | 0.7135 | | 0.0074 | 15.0 | 3675 | 0.5931 | 0.6825 | 0.7599 | 0.7191 | | 0.0074 | 16.0 | 3920 | 0.6364 | 0.6785 | 0.7580 | 0.7161 | | 0.005 | 17.0 | 4165 | 0.6437 | 0.6855 | 0.7580 | 0.7199 | | 0.005 | 18.0 | 4410 | 0.6610 | 0.6779 | 0.7599 | 0.7166 | | 0.0029 | 19.0 | 4655 | 0.6625 | 0.6853 | 0.7656 | 0.7232 | | 0.0029 | 20.0 | 4900 | 0.6645 | 0.6885 | 0.7665 | 0.7254 | ### Framework versions - Transformers 4.16.2 - Pytorch 1.10.0+cu111 - Datasets 1.18.3 - Tokenizers 0.11.0
{"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["precision", "recall", "f1"], "model-index": [{"name": "roberta-base-finetuned-ner-kmeans-twitter", "results": []}]}
token-classification
ArBert/roberta-base-finetuned-ner-kmeans-twitter
[ "transformers", "pytorch", "tensorboard", "roberta", "token-classification", "generated_from_trainer", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #roberta #token-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
roberta-base-finetuned-ner-kmeans-twitter ========================================= This model is a fine-tuned version of ArBert/roberta-base-finetuned-ner on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.6645 * Precision: 0.6885 * Recall: 0.7665 * F1: 0.7254 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 2e-05 * train\_batch\_size: 16 * eval\_batch\_size: 16 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * num\_epochs: 20 ### Training results ### Framework versions * Transformers 4.16.2 * Pytorch 1.10.0+cu111 * Datasets 1.18.3 * Tokenizers 0.11.0
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 20", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ "TAGS\n#transformers #pytorch #tensorboard #roberta #token-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 20", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ 54, 98, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #roberta #token-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 20### Training results### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ -0.10202597826719284, 0.05369270220398903, -0.0020057777874171734, 0.1180717870593071, 0.19825606048107147, 0.027745096012949944, 0.10283763706684113, 0.11286996304988861, -0.10502272844314575, 0.01920207403600216, 0.1295049637556076, 0.2063470184803009, -0.0038995074573904276, 0.08448247611522675, -0.05225078761577606, -0.2682541608810425, -0.021771367639303207, 0.047273438423871994, -0.08869176357984543, 0.13240037858486176, 0.09154646843671799, -0.14593926072120667, 0.0841514989733696, 0.012543106451630592, -0.24497729539871216, 0.020224472507834435, 0.03168283402919769, -0.05741211399435997, 0.1560530662536621, 0.01732823997735977, 0.14553716778755188, 0.004456650000065565, 0.08340278267860413, -0.15237319469451904, 0.013674909248948097, 0.047730643302202225, 0.005205180495977402, 0.08781296014785767, 0.06860437244176865, -0.015544797293841839, 0.1290837675333023, -0.0874825119972229, 0.052486661821603775, 0.01998862251639366, -0.12734484672546387, -0.22079217433929443, -0.08114064484834671, 0.0031265104189515114, 0.059740424156188965, 0.09426402300596237, 0.0016512104775756598, 0.1529841274023056, -0.10234005749225616, 0.09508977830410004, 0.2236785739660263, -0.29259192943573, -0.07043145596981049, 0.05076799914240837, -0.00023959566897246987, 0.0605020709335804, -0.11214125156402588, -0.014591383747756481, 0.05243881419301033, 0.045114658772945404, 0.13182392716407776, -0.047492317855358124, -0.09741941094398499, 0.028825955465435982, -0.1441694051027298, -0.02131144143640995, 0.09792942553758621, 0.022347133606672287, -0.03270430862903595, -0.030318552628159523, -0.05628371238708496, -0.1526401937007904, -0.03723368048667908, -0.012895091436803341, 0.04046641290187836, -0.044270649552345276, -0.08987902104854584, -0.0006620570202358067, -0.10987330973148346, -0.06547180563211441, -0.07667019218206406, 0.17541463673114777, 0.03657321259379387, 0.01479762326925993, -0.0233702901750803, 0.10662374645471573, 0.011091171763837337, -0.12330064177513123, 0.028188934549689293, 0.03501465544104576, -0.01484108716249466, -0.0619182251393795, -0.06824071705341339, -0.07625386863946915, 0.007119097281247377, 0.10137470811605453, -0.03874552249908447, 0.046509165316820145, 0.04727001488208771, 0.04263085126876831, -0.09859927743673325, 0.19728489220142365, -0.04193990305066109, -0.005041718017309904, 0.007724151015281677, 0.024983935058116913, -0.005796616431325674, -0.006712629925459623, -0.1252586543560028, -0.00460255378857255, 0.10687568038702011, 0.015189305879175663, -0.07479117065668106, 0.07217783480882645, -0.04819703847169876, -0.03208307921886444, 0.00845310464501381, -0.09470409899950027, 0.03880557045340538, -0.013935108669102192, -0.08285781741142273, -0.02487719990313053, 0.0052717202343046665, 0.016435686498880386, -0.011481527239084244, 0.14063578844070435, -0.09528365731239319, 0.045651618391275406, -0.10372713953256607, -0.11262603849172592, 0.004179626237601042, -0.09535713493824005, 0.03725716099143028, -0.1006213054060936, -0.14333955943584442, -0.016216076910495758, 0.05462916940450668, -0.02638123370707035, -0.04634195938706398, -0.03769998997449875, -0.0700433999300003, 0.0030335981864482164, -0.009505318477749825, 0.16201576590538025, -0.053119558840990067, 0.10762444883584976, 0.0403456948697567, 0.056536298245191574, -0.050815049558877945, 0.05611618235707283, -0.0985703319311142, 0.00610637990757823, -0.19152449071407318, 0.040311358869075775, -0.04724545404314995, 0.08393875509500504, -0.08669918775558472, -0.11125427484512329, 0.02343374863266945, -0.0029802010394632816, 0.07456059753894806, 0.08101535588502884, -0.1525164097547531, -0.08085083961486816, 0.13902612030506134, -0.05772960186004639, -0.0990762785077095, 0.11182614415884018, -0.07261743396520615, 0.04731190577149391, 0.06543292105197906, 0.15505319833755493, 0.07726787775754929, -0.0673968642950058, 0.03849807009100914, -0.010858154855668545, 0.02793825790286064, -0.08775801211595535, 0.05639277771115303, 0.004189375322312117, -0.011243374086916447, 0.03034227341413498, -0.02252458594739437, 0.05842328071594238, -0.10245277732610703, -0.09206868708133698, -0.036687497049570084, -0.09741165488958359, 0.05425193905830383, 0.08365295827388763, 0.09416056424379349, -0.09858912974596024, -0.06673338264226913, 0.08622704446315765, 0.0658838152885437, -0.04611891880631447, 0.024651426821947098, -0.05801134184002876, 0.06272923201322556, -0.058573391288518906, -0.03620392456650734, -0.19564032554626465, -0.0202193446457386, 0.0012030565412715077, 0.01736416481435299, 0.027544206008315086, 0.038751497864723206, 0.07630671560764313, 0.06340602040290833, -0.055990274995565414, -0.008292898535728455, -0.006978258956223726, -0.003989670425653458, -0.14234845340251923, -0.18948039412498474, -0.034978680312633514, -0.019429761916399002, 0.09997882694005966, -0.20397067070007324, 0.02765488438308239, -0.019103119149804115, 0.07049929350614548, 0.006021581590175629, -0.010853974148631096, -0.05011442303657532, 0.0947246253490448, -0.03354128822684288, -0.04894615337252617, 0.07880197465419769, -0.004092089366167784, -0.08912772685289383, -0.05014369264245033, -0.09668140858411789, 0.1883334368467331, 0.13554851710796356, -0.14563998579978943, -0.0899994894862175, -0.007010717410594225, -0.05750637874007225, -0.02192722260951996, -0.04080869257450104, 0.05712313950061798, 0.18164843320846558, -0.01675073802471161, 0.1542937159538269, -0.062119290232658386, -0.04728773236274719, 0.027377551421523094, -0.034339673817157745, 0.028207534924149513, 0.11996214836835861, 0.1207006573677063, -0.10677894204854965, 0.1364852637052536, 0.1382364183664322, -0.09517329931259155, 0.12657243013381958, -0.03326815366744995, -0.06687378883361816, -0.02086763270199299, -0.01702951267361641, 0.00867051724344492, 0.0968567430973053, -0.13630162179470062, -0.016048213467001915, 0.01779996231198311, 0.01685633324086666, 0.019852764904499054, -0.2292013019323349, -0.04823555052280426, 0.032416604459285736, -0.02068481408059597, 0.007100572343915701, -0.013413511216640472, 0.011070231907069683, 0.10705907642841339, 0.00949971191585064, -0.08281988650560379, 0.042928297072649, 0.009405500255525112, -0.07331615686416626, 0.2216130942106247, -0.07205638289451599, -0.12665864825248718, -0.12492586672306061, -0.09045868366956711, -0.04782376438379288, 0.016367468982934952, 0.05097626522183418, -0.09551242738962173, -0.026963312178850174, -0.04113320633769035, 0.012455820105969906, -0.026042679324746132, 0.04473758861422539, -0.020543722435832024, 0.0008529715123586357, 0.061762578785419464, -0.10435616225004196, -0.009854014962911606, -0.06357505172491074, -0.08345967531204224, 0.05750327557325363, 0.048430219292640686, 0.11797953397035599, 0.1573055386543274, -0.03670460358262062, 0.00635204091668129, -0.03180718421936035, 0.22191251814365387, -0.06631720066070557, -0.03737573325634003, 0.12049227207899094, -0.007870794273912907, 0.05605998635292053, 0.10694392025470734, 0.08380941301584244, -0.08699795603752136, 0.005079526919871569, 0.035543885082006454, -0.04766865447163582, -0.21669113636016846, -0.04089340940117836, -0.06037507578730583, -0.04293420538306236, 0.09615395963191986, 0.03198510408401489, 0.05683301389217377, 0.08356333523988724, 0.04895706847310066, 0.08179283887147903, -0.06367301195859909, 0.06240086629986763, 0.10744103044271469, 0.054219674319028854, 0.12922899425029755, -0.0459611713886261, -0.08129896968603134, 0.03086373768746853, -0.01872112788259983, 0.23280799388885498, 0.014324789866805077, 0.12414344400167465, 0.0576130747795105, 0.19517044723033905, 0.0071115195751190186, 0.08368192613124847, 0.0020150213968008757, -0.05682236701250076, -0.008120945654809475, -0.03371410071849823, -0.035714711993932724, 0.017202768474817276, -0.046250373125076294, 0.048642389476299286, -0.11579479277133942, -0.017069058492779732, 0.04548892006278038, 0.24179191887378693, 0.02470913901925087, -0.3207273483276367, -0.07956910878419876, -0.003984508104622364, -0.028450192883610725, -0.018987135961651802, 0.0098991384729743, 0.09001286327838898, -0.10102050751447678, 0.02293069288134575, -0.07888948917388916, 0.09083633869886398, -0.04146334156394005, 0.04090459272265434, 0.06736677139997482, 0.09763205796480179, -0.0009401998249813914, 0.08184102177619934, -0.31633198261260986, 0.28186964988708496, 0.011335194110870361, 0.07108300179243088, -0.082993283867836, -0.007751298137009144, 0.03689224272966385, 0.053425952792167664, 0.05752728134393692, -0.01305761095136404, -0.04381607845425606, -0.21806558966636658, -0.02518307790160179, 0.021439040079712868, 0.10121224820613861, -0.026605825871229172, 0.09205257892608643, -0.02968789078295231, 0.00559880631044507, 0.073082834482193, -0.014048147946596146, -0.031638626009225845, -0.0860542356967926, -0.01812046766281128, 0.011444208212196827, -0.06580253690481186, -0.05551399290561676, -0.10635975003242493, -0.12822425365447998, 0.1688249260187149, -0.009748837910592556, -0.030588772147893906, -0.1287083923816681, 0.09047956019639969, 0.0704224556684494, -0.09182550758123398, 0.052027128636837006, 0.0017686220817267895, 0.05308233201503754, 0.030223041772842407, -0.07542592287063599, 0.11471351981163025, -0.055158618837594986, -0.15049567818641663, -0.05877665430307388, 0.09403323382139206, 0.030260562896728516, 0.059237390756607056, -0.011141160503029823, 0.02389410510659218, -0.037844184786081314, -0.09296925365924835, 0.03682127967476845, -0.046254612505435944, 0.07447177171707153, 0.01445193961262703, -0.05011994019150734, 0.024425432085990906, -0.05998187139630318, -0.024129359051585197, 0.19096744060516357, 0.22937631607055664, -0.10280561447143555, 0.006727903615683317, 0.019207028672099113, -0.06069517508149147, -0.19803330302238464, 0.062474433332681656, 0.06077678129076958, 0.0019358944846317172, 0.04983941465616226, -0.17390047013759613, 0.14087039232254028, 0.10444171726703644, -0.007334236055612564, 0.11241734027862549, -0.30497318506240845, -0.13220752775669098, 0.12003480643033981, 0.17055372893810272, 0.1519271433353424, -0.138677716255188, -0.019836673513054848, -0.009886293672025204, -0.10899616777896881, 0.09301365166902542, -0.06679028272628784, 0.12459945678710938, -0.03213953226804733, 0.09903105348348618, 0.007524169981479645, -0.06195896491408348, 0.10729026794433594, 0.025588616728782654, 0.11271881312131882, -0.06314977258443832, -0.06146342679858208, 0.04671193286776543, -0.02735454961657524, -0.008487672545015812, -0.05355929955840111, 0.022362204268574715, -0.09546618908643723, -0.02266150712966919, -0.0849774032831192, 0.055595654994249344, -0.02804565615952015, -0.06975714862346649, -0.03931214660406113, 0.02813548967242241, 0.03162120282649994, -0.019304495304822922, 0.14553897082805634, 0.015259978361427784, 0.16111630201339722, 0.10754397511482239, 0.07041719555854797, -0.06477338820695877, -0.05339744687080383, -0.0148825878277421, -0.013322673738002777, 0.05813455209136009, -0.12832298874855042, 0.022648010402917862, 0.13993555307388306, 0.03099416010081768, 0.11686436086893082, 0.0866171196103096, -0.017632879316806793, 0.018951863050460815, 0.0692758858203888, -0.15257877111434937, -0.08133870363235474, -0.0049483212642371655, -0.08243498206138611, -0.09130942076444626, 0.05934580788016319, 0.07793734967708588, -0.0635872483253479, -0.015298970974981785, -0.011060521937906742, -0.019738106057047844, -0.0672508031129837, 0.19868777692317963, 0.07194691151380539, 0.04738233610987663, -0.10799171030521393, 0.05539529025554657, 0.06157295033335686, -0.06401729583740234, -0.011072147637605667, 0.06866046786308289, -0.07861039787530899, -0.04133458808064461, 0.09939241409301758, 0.18316899240016937, -0.08996152132749557, -0.024254782125353813, -0.13290779292583466, -0.11677452176809311, 0.07175906747579575, 0.16430795192718506, 0.1204538494348526, 0.009885712526738644, -0.05847202613949776, 0.015327264554798603, -0.13414700329303741, 0.07013071328401566, 0.03226767107844353, 0.07999949157238007, -0.14383620023727417, 0.18266449868679047, 0.0037966042291373014, 0.05433009937405586, -0.025788232684135437, 0.020230375230312347, -0.10287000238895416, 0.016415396705269814, -0.11370855569839478, -0.03842141479253769, -0.029634973034262657, 0.003329325234517455, -0.0018658440094441175, -0.07047473639249802, -0.057190537452697754, 0.012112262658774853, -0.12504896521568298, -0.01861276663839817, 0.04331590235233307, 0.04296358674764633, -0.10563274472951889, -0.04390176385641098, 0.01815212517976761, -0.048296015709638596, 0.05459308251738548, 0.0478183850646019, 0.023065609857439995, 0.06630069017410278, -0.13653086125850677, -0.0003255168558098376, 0.0719994530081749, 0.00015815417282283306, 0.08103158324956894, -0.06590011715888977, -0.002667331835255027, -0.0005609990912489593, 0.08088883757591248, 0.02002567984163761, 0.06651138514280319, -0.1485220193862915, 0.00044794086716137826, -0.032859593629837036, -0.09634511917829514, -0.07139309495687485, 0.029081160202622414, 0.0810399055480957, 0.0030516351107507944, 0.1929912120103836, -0.07745510339736938, 0.04491441324353218, -0.2076718658208847, -0.009721693582832813, -0.019376015290617943, -0.11309570074081421, -0.12408386915922165, -0.07016447186470032, 0.06253980100154877, -0.048414453864097595, 0.1332683563232422, 0.040011998265981674, 0.048356425017118454, 0.027869215235114098, -0.008168850094079971, 0.029188411310315132, 0.021113410592079163, 0.2143784761428833, 0.04183419421315193, -0.04147344455122948, 0.06834442168474197, 0.07153727859258652, 0.09115365147590637, 0.11637025326490402, 0.19691789150238037, 0.14995421469211578, -0.026992155238986015, 0.08018270134925842, 0.024198545143008232, -0.04811019450426102, -0.16103927791118622, 0.02342201955616474, -0.04337283596396446, 0.0830356627702713, -0.02320660650730133, 0.20134446024894714, 0.07762221246957779, -0.17449308931827545, 0.05102923884987831, -0.04663602635264397, -0.08663555234670639, -0.10892067849636078, -0.05388588085770607, -0.0831681564450264, -0.12736766040325165, 0.010108765214681625, -0.09595998376607895, 0.016461201012134552, 0.11956949532032013, 0.0053035500459373, -0.027010135352611542, 0.16944780945777893, 0.03731438145041466, 0.03339206054806709, 0.05043228343129158, 0.00683859596028924, -0.01646285317838192, -0.09541372954845428, -0.05934089794754982, -0.03171755373477936, -0.0279720239341259, 0.031033901497721672, -0.069883331656456, -0.07086808234453201, 0.033514562994241714, -0.027039632201194763, -0.10389000922441483, 0.02036544866859913, 0.029285967350006104, 0.06595197319984436, 0.03457169234752655, 0.0013796909479424357, 0.017000233754515648, -0.024724120274186134, 0.21871499717235565, -0.07251595705747604, -0.06797958165407181, -0.07433683425188065, 0.28887420892715454, 0.051714640110731125, -0.0033217547461390495, 0.029543481767177582, -0.06333842128515244, 0.02406410127878189, 0.2525252401828766, 0.19880345463752747, -0.08486033231019974, -0.0037005541380494833, 0.003921197261661291, -0.01425184402614832, -0.009838989935815334, 0.12878675758838654, 0.11415031552314758, 0.04850013181567192, -0.10440997034311295, -0.04699951037764549, -0.05804143846035004, -0.008522367104887962, -0.04998225346207619, 0.06873314082622528, 0.056503776460886, 0.004222985357046127, -0.04462519288063049, 0.053052544593811035, -0.06378979980945587, -0.09110991656780243, 0.1002478152513504, -0.19101686775684357, -0.15987509489059448, -0.015116066671907902, 0.09467478096485138, 0.0035133108031004667, 0.07275056838989258, -0.02947342023253441, 0.0004798984155058861, 0.036569226533174515, -0.01492940541356802, -0.1004713848233223, -0.07753805816173553, 0.10178685188293457, -0.10427317023277283, 0.19097048044204712, -0.04982956126332283, 0.060880642384290695, 0.1281765252351761, 0.07394418120384216, -0.07007426023483276, 0.05969289690256119, 0.041283778846263885, -0.0961604118347168, 0.0432458333671093, 0.09141489118337631, -0.024298768490552902, 0.03604285791516304, 0.031128276139497757, -0.13141663372516632, 0.037985190749168396, -0.08491158485412598, -0.04019450023770332, -0.040428269654512405, -0.04370303079485893, -0.05347186699509621, 0.12546780705451965, 0.217510387301445, -0.01402293797582388, 0.01514965295791626, -0.08444558829069138, 0.004249067977070808, 0.0673275738954544, 0.02611277811229229, -0.09482184797525406, -0.22339005768299103, 0.009584317915141582, 0.0704788789153099, -0.037370096892118454, -0.23220402002334595, -0.08874936401844025, 0.00000512090355186956, -0.07705254852771759, -0.0880415216088295, 0.08041495829820633, 0.06894158571958542, 0.054769374430179596, -0.05187072232365608, -0.08230435848236084, -0.08017253130674362, 0.15599103271961212, -0.1485838145017624, -0.08431916683912277 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # roberta-base-finetuned-ner-kmeans This model is a fine-tuned version of [ArBert/roberta-base-finetuned-ner](https://huggingface.co/ArBert/roberta-base-finetuned-ner) on the conll2003 dataset. It achieves the following results on the evaluation set: - Loss: 0.0592 - Precision: 0.9559 - Recall: 0.9615 - F1: 0.9587 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:| | 0.0248 | 1.0 | 878 | 0.0609 | 0.9507 | 0.9561 | 0.9534 | | 0.0163 | 2.0 | 1756 | 0.0640 | 0.9515 | 0.9578 | 0.9546 | | 0.0089 | 3.0 | 2634 | 0.0592 | 0.9559 | 0.9615 | 0.9587 | ### Framework versions - Transformers 4.16.2 - Pytorch 1.10.0+cu111 - Datasets 1.18.3 - Tokenizers 0.11.0
{"license": "mit", "tags": ["generated_from_trainer"], "datasets": ["conll2003"], "metrics": ["precision", "recall", "f1"], "model-index": [{"name": "roberta-base-finetuned-ner-kmeans", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dataset": {"name": "conll2003", "type": "conll2003", "args": "conll2003"}, "metrics": [{"type": "precision", "value": 0.955868544600939, "name": "Precision"}, {"type": "recall", "value": 0.9614658103513412, "name": "Recall"}, {"type": "f1", "value": 0.9586590074394953, "name": "F1"}]}]}]}
token-classification
ArBert/roberta-base-finetuned-ner-kmeans
[ "transformers", "pytorch", "tensorboard", "roberta", "token-classification", "generated_from_trainer", "dataset:conll2003", "license:mit", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #roberta #token-classification #generated_from_trainer #dataset-conll2003 #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us
roberta-base-finetuned-ner-kmeans ================================= This model is a fine-tuned version of ArBert/roberta-base-finetuned-ner on the conll2003 dataset. It achieves the following results on the evaluation set: * Loss: 0.0592 * Precision: 0.9559 * Recall: 0.9615 * F1: 0.9587 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 2e-05 * train\_batch\_size: 16 * eval\_batch\_size: 16 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * num\_epochs: 3 ### Training results ### Framework versions * Transformers 4.16.2 * Pytorch 1.10.0+cu111 * Datasets 1.18.3 * Tokenizers 0.11.0
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ "TAGS\n#transformers #pytorch #tensorboard #roberta #token-classification #generated_from_trainer #dataset-conll2003 #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ 65, 98, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #roberta #token-classification #generated_from_trainer #dataset-conll2003 #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3### Training results### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ -0.10859613120555878, 0.08214722573757172, -0.002109553199261427, 0.1175299733877182, 0.16949933767318726, 0.036313414573669434, 0.11522858589887619, 0.11863342672586441, -0.10043205320835114, 0.03152560070157051, 0.130593940615654, 0.17752136290073395, 0.00706458929926157, 0.11933617293834686, -0.0520486943423748, -0.2694397270679474, -0.00835366640239954, 0.05673379823565483, -0.060314200818538666, 0.1293794810771942, 0.09923074394464493, -0.14399635791778564, 0.09435752034187317, 0.0202946737408638, -0.22579379379749298, 0.008512808941304684, 0.021225782111287117, -0.05804595723748207, 0.13991138339042664, 0.03070296347141266, 0.14374081790447235, 0.003975129220634699, 0.09579059481620789, -0.16704338788986206, 0.011019081808626652, 0.04710721597075462, -0.0007086041732691228, 0.09450392425060272, 0.0520273856818676, -0.004275111481547356, 0.13567599654197693, -0.06976626068353653, 0.06167473644018173, 0.021208003163337708, -0.12603643536567688, -0.2110155075788498, -0.08355959504842758, 0.05157826840877533, 0.06858807802200317, 0.09955090284347534, -0.0025101620703935623, 0.15072809159755707, -0.09420815855264664, 0.09041645377874374, 0.2130352109670639, -0.3003406524658203, -0.07040629535913467, 0.04874752089381218, 0.011467013508081436, 0.021163934841752052, -0.1141987219452858, -0.0320490300655365, 0.059635091572999954, 0.04398643225431442, 0.12721087038516998, -0.036184877157211304, -0.09100107103586197, 0.01922869123518467, -0.14129894971847534, -0.02352648600935936, 0.13643646240234375, 0.036777809262275696, -0.03469933196902275, -0.047012537717819214, -0.0458810031414032, -0.1654609590768814, -0.0307784341275692, -0.01482674665749073, 0.03967911750078201, -0.041591886430978775, -0.08886238187551498, 0.010734735988080502, -0.11445171386003494, -0.06983774900436401, -0.0866437554359436, 0.1633642464876175, 0.036316778510808945, 0.015161674469709396, -0.029895296320319176, 0.11031819134950638, -0.00041331088868901134, -0.12036319822072983, 0.01434499491006136, 0.021112123504281044, -0.009326339699327946, -0.06556706130504608, -0.04737538844347, -0.06369723379611969, -0.0014935093931853771, 0.1323612481355667, -0.05899249017238617, 0.03325820714235306, 0.06130227446556091, 0.04070404917001724, -0.07618850469589233, 0.18388646841049194, -0.05671056732535362, -0.0038453522138297558, -0.0019581487867981195, 0.03362433239817619, 0.0022066738456487656, -0.0012254519388079643, -0.12048229575157166, -0.002162075135856867, 0.09128356724977493, 0.0037755065131932497, -0.07098656892776489, 0.08046281337738037, -0.05567307397723198, -0.02378419041633606, 0.006830364931374788, -0.08085805177688599, 0.03597943112254143, -0.006495320238173008, -0.08228276669979095, -0.021962713450193405, 0.01558059360831976, 0.017229825258255005, -0.00044480140786617994, 0.13406135141849518, -0.10961953550577164, 0.023881349712610245, -0.09749426692724228, -0.11812752485275269, 0.0186541099101305, -0.10030987113714218, 0.03841374069452286, -0.10059484839439392, -0.16308698058128357, -0.015660850331187248, 0.05156503617763519, -0.029802685603499413, -0.05229352042078972, -0.04213133081793785, -0.0764983668923378, 0.00950684305280447, -0.00803335476666689, 0.12488129734992981, -0.05929219350218773, 0.09963913261890411, 0.037911079823970795, 0.06146109476685524, -0.04436107724905014, 0.04825930669903755, -0.1011558324098587, 0.011509673669934273, -0.16076552867889404, 0.02023756317794323, -0.04746030271053314, 0.07390813529491425, -0.08466240018606186, -0.11029015481472015, 0.007000931538641453, 0.006669443566352129, 0.07210316509008408, 0.08634496480226517, -0.15528817474842072, -0.08046402037143707, 0.1503143310546875, -0.0738353505730629, -0.12147881835699081, 0.10897016525268555, -0.06746800988912582, 0.05527196824550629, 0.05784057080745697, 0.1472775638103485, 0.06759059429168701, -0.09456590563058853, -0.011484210379421711, -0.0018468007910996675, 0.028259314596652985, -0.08061731606721878, 0.0673280730843544, 0.013765623793005943, 0.02706150896847248, 0.0233220886439085, -0.018224211409687996, 0.05078607797622681, -0.10584643483161926, -0.09019502997398376, -0.02851078100502491, -0.09061980992555618, 0.04357147589325905, 0.08168036490678787, 0.07591114193201065, -0.1004386693239212, -0.09167683124542236, 0.07672929018735886, 0.0853348821401596, -0.048355475068092346, 0.01830395869910717, -0.07712315768003464, 0.07543519884347916, -0.05356321483850479, -0.042086001485586166, -0.1757137030363083, -0.037947285920381546, -0.004111678805202246, 0.02632499858736992, 0.014967252500355244, 0.03694066405296326, 0.07027041912078857, 0.06100863963365555, -0.05318761244416237, -0.016928168013691902, -0.023021884262561798, 0.0007745709735900164, -0.13334865868091583, -0.2039187252521515, -0.04561617225408554, -0.02576313354074955, 0.12459895014762878, -0.2176787406206131, 0.03272556513547897, 0.001701470697298646, 0.09243455529212952, 0.02103688009083271, -0.010468900203704834, -0.04307608678936958, 0.07846809923648834, -0.04495496302843094, -0.045427996665239334, 0.0648445412516594, 0.007177337072789669, -0.08443858474493027, -0.04976445436477661, -0.10571117699146271, 0.17769373953342438, 0.1346081793308258, -0.1211005374789238, -0.09815165400505066, -0.017166800796985626, -0.06603799760341644, -0.027826905250549316, -0.04577091336250305, 0.03355273976922035, 0.1681162565946579, -0.014440473169088364, 0.14555738866329193, -0.06345385313034058, -0.05376318842172623, 0.029269924387335777, -0.03442830592393875, 0.00922589935362339, 0.11562754213809967, 0.1373610645532608, -0.09933239966630936, 0.15212178230285645, 0.11985789239406586, -0.08865931630134583, 0.1415226012468338, -0.031238354742527008, -0.07463203370571136, -0.028896981850266457, -0.03327059745788574, 0.0007134269690141082, 0.11941832304000854, -0.13427555561065674, -0.01030681561678648, 0.02559327892959118, 0.011266941204667091, 0.02092265523970127, -0.21894966065883636, -0.0460108257830143, 0.03426949679851532, -0.021563898772001266, -0.012327807955443859, -0.006746824365109205, 0.007151816971600056, 0.10712631791830063, 0.01084697525948286, -0.08695581555366516, 0.040898244827985764, 0.010051626712083817, -0.08003932982683182, 0.21794839203357697, -0.0671590194106102, -0.12316267192363739, -0.1233481913805008, -0.07939325273036957, -0.03478359803557396, 0.009539956226944923, 0.05250184237957001, -0.0814780592918396, -0.035758357495069504, -0.05740908905863762, 0.0173090398311615, -0.015204709023237228, 0.03680186718702316, -0.00039557908894494176, 0.004772690124809742, 0.051305584609508514, -0.10666663199663162, -0.012573293410241604, -0.0659220889210701, -0.06156843155622482, 0.04906526207923889, 0.0329635851085186, 0.12111832946538925, 0.15445110201835632, -0.027555476874113083, 0.014421675354242325, -0.03893430903553963, 0.2289637327194214, -0.07155565172433853, -0.0348467119038105, 0.12151685357093811, -0.007418466731905937, 0.04198303818702698, 0.12379655987024307, 0.0765131339430809, -0.08332541584968567, 0.0027775787748396397, 0.039641138166189194, -0.03606181591749191, -0.216415673494339, -0.047510940581560135, -0.05291611701250076, -0.01064207311719656, 0.09022372215986252, 0.025463184341788292, 0.04790230840444565, 0.08307621628046036, 0.03768611326813698, 0.07743941992521286, -0.054304610937833786, 0.07188347727060318, 0.10958810150623322, 0.04627406224608421, 0.13044427335262299, -0.0458153635263443, -0.06959249824285507, 0.0389840267598629, -0.015035322867333889, 0.22475463151931763, 0.0021967522334307432, 0.12529629468917847, 0.06251733750104904, 0.1653972566127777, 0.0019984624814242125, 0.07716334611177444, -0.0039307186380028725, -0.05405208095908165, -0.005322413053363562, -0.03404057398438454, -0.028409061953425407, 0.02863074466586113, -0.05040143430233002, 0.0601840503513813, -0.1312023252248764, 0.01506386511027813, 0.05161090940237045, 0.2334836721420288, 0.04858847334980965, -0.3393228054046631, -0.1010511964559555, -0.004444594029337168, -0.02916300855576992, -0.02492229826748371, 0.02079739049077034, 0.09276246279478073, -0.09213469177484512, 0.024315670132637024, -0.06954006105661392, 0.08603748679161072, -0.050640277564525604, 0.039652422070503235, 0.08515680581331253, 0.09765417128801346, -0.006942529231309891, 0.082186758518219, -0.2796635627746582, 0.290365993976593, 0.010185969062149525, 0.07883342355489731, -0.07656428962945938, -0.0026067595463246107, 0.02166535146534443, 0.06264863908290863, 0.08057176321744919, -0.019715022295713425, -0.047641679644584656, -0.2123902142047882, -0.03465347737073898, 0.0198995228856802, 0.08090023696422577, -0.025649691000580788, 0.10382329672574997, -0.028793809935450554, 0.00885094329714775, 0.07556533068418503, -0.0027000957634299994, -0.03537396714091301, -0.08959175646305084, -0.008861294016242027, 0.01676405593752861, -0.062196504324674606, -0.06377022713422775, -0.11732519418001175, -0.11414741724729538, 0.16418501734733582, -0.03420637175440788, -0.032163310796022415, -0.11794725805521011, 0.0988948792219162, 0.0707109272480011, -0.09122243523597717, 0.043932441622018814, 0.007055758032947779, 0.07375582307577133, 0.028148703277111053, -0.05917910113930702, 0.11304757744073868, -0.06716646254062653, -0.15985004603862762, -0.06729964911937714, 0.09673737734556198, 0.03269215673208237, 0.06316012144088745, -0.0047780051827430725, 0.021057378500699997, -0.03864753618836403, -0.08531927317380905, 0.02939443662762642, -0.02175736427307129, 0.09131751209497452, 0.0035235180985182524, -0.053178150206804276, 0.024152087047696114, -0.047135405242443085, -0.02203221246600151, 0.1876261979341507, 0.2363256961107254, -0.10486704111099243, 0.0035323440097272396, 0.022727474570274353, -0.0678865984082222, -0.19947658479213715, 0.05550771951675415, 0.05182787775993347, 0.01650455966591835, 0.032843075692653656, -0.16712555289268494, 0.13628076016902924, 0.10902565717697144, -0.010371144860982895, 0.09307960420846939, -0.29479268193244934, -0.1251743584871292, 0.1262993961572647, 0.14374952018260956, 0.11633375287055969, -0.13331374526023865, -0.014851504936814308, -0.008994695730507374, -0.1484430730342865, 0.10978320986032486, -0.07738110423088074, 0.11733915656805038, -0.02939562499523163, 0.08814366906881332, 0.012430052272975445, -0.06601881235837936, 0.10402844846248627, 0.02362140454351902, 0.10336139798164368, -0.06114711984992027, -0.07147138565778732, 0.047385323792696, -0.03330507129430771, 0.02308417484164238, -0.05328591167926788, 0.024447040632367134, -0.10355665534734726, -0.0327431745827198, -0.07821811735630035, 0.050175588577985764, -0.03761913999915123, -0.07557861506938934, -0.04513108357787132, 0.04061615839600563, 0.035097770392894745, -0.020440276712179184, 0.14743120968341827, 0.019801065325737, 0.1563870906829834, 0.0918051227927208, 0.09410171210765839, -0.06559056043624878, -0.06336542963981628, -0.0123688243329525, -0.019274920225143433, 0.057508841156959534, -0.13355933129787445, 0.02129659242928028, 0.14942052960395813, 0.032484155148267746, 0.13252662122249603, 0.09057554602622986, -0.029980657622218132, 0.01231481321156025, 0.07495829463005066, -0.15457268059253693, -0.07332751154899597, -0.0062535167671740055, -0.07138968259096146, -0.11846361309289932, 0.06152714043855667, 0.09002214670181274, -0.07061547040939331, -0.011107485741376877, -0.005856992676854134, -0.0060747405514121056, -0.05944831296801567, 0.18949580192565918, 0.0707816407084465, 0.04486023262143135, -0.0971922054886818, 0.05527827888727188, 0.0455361008644104, -0.05976106598973274, 0.001529740751720965, 0.05957295373082161, -0.07491426169872284, -0.04436180740594864, 0.059210024774074554, 0.17969276010990143, -0.08582133054733276, -0.038057029247283936, -0.14024733006954193, -0.1190217062830925, 0.07627018541097641, 0.17155244946479797, 0.112115778028965, 0.01949710212647915, -0.05108889937400818, 0.015766993165016174, -0.14071786403656006, 0.08421438932418823, 0.03899691626429558, 0.07150724530220032, -0.1579630821943283, 0.18422524631023407, -0.004866469651460648, 0.045489970594644547, -0.022819479927420616, 0.030943291261792183, -0.1189659833908081, 0.008632383309304714, -0.10200244188308716, -0.03334435820579529, -0.051846280694007874, 0.0030493929516524076, 0.0037223761901259422, -0.06126954406499863, -0.06755854934453964, 0.011225013062357903, -0.1121656745672226, -0.00932885892689228, 0.047047268599271774, 0.05745973438024521, -0.11176465451717377, -0.033128198236227036, 0.015449592843651772, -0.05192246288061142, 0.06617838144302368, 0.040634505450725555, 0.03624995797872543, 0.05467887595295906, -0.1321866810321808, 0.021547425538301468, 0.06796075403690338, 0.003403574461117387, 0.08079491555690765, -0.08373961597681046, -0.0029139744583517313, -0.005382723640650511, 0.05389700084924698, 0.02152615413069725, 0.05169084668159485, -0.13647156953811646, 0.001863079029135406, -0.017681213095784187, -0.08090517669916153, -0.0717734694480896, 0.03583664819598198, 0.09423375874757767, 0.0045509496703743935, 0.19818401336669922, -0.07219213992357254, 0.038824740797281265, -0.210002139210701, 0.0037917355075478554, -0.01214518304914236, -0.09735754132270813, -0.10696323961019516, -0.05890299379825592, 0.06231376528739929, -0.0579974427819252, 0.14309194684028625, 0.03783825784921646, 0.02707425318658352, 0.03438517823815346, -0.015339421108365059, 0.027432164177298546, 0.021156786009669304, 0.20071274042129517, 0.02889884077012539, -0.04133865237236023, 0.05101431533694267, 0.056837763637304306, 0.09667946398258209, 0.11238458752632141, 0.19859226047992706, 0.138048455119133, -0.012740463949739933, 0.08891038596630096, 0.0488787405192852, -0.062076639384031296, -0.15560726821422577, 0.024874500930309296, -0.04486309364438057, 0.08092105388641357, -0.0227710772305727, 0.19917160272598267, 0.08651170879602432, -0.16655036807060242, 0.033250268548727036, -0.05513079836964607, -0.08570989966392517, -0.1115504801273346, -0.060704249888658524, -0.08339519053697586, -0.12161816656589508, 0.017526820302009583, -0.11867696046829224, 0.002850637072697282, 0.11091742664575577, 0.011305700056254864, -0.025797149166464806, 0.1597694307565689, 0.012931659817695618, 0.042278870940208435, 0.04703252390027046, 0.016355635598301888, -0.021997414529323578, -0.11572995781898499, -0.04924268648028374, -0.026004597544670105, -0.02873864397406578, 0.029073117300868034, -0.07101280987262726, -0.05104877054691315, 0.031724266707897186, -0.008761569857597351, -0.09837044775485992, 0.007668054662644863, 0.02280656434595585, 0.06673185527324677, 0.029609128832817078, 0.0008288658573292196, 0.02513481117784977, -0.019609205424785614, 0.20619690418243408, -0.07280714809894562, -0.05307351425290108, -0.11092212796211243, 0.2577475309371948, 0.04424889758229256, -0.00618388969451189, 0.03621276095509529, -0.07410373538732529, 0.018577320501208305, 0.24322925508022308, 0.20873473584651947, -0.07206733524799347, -0.0013676864327862859, 0.014412090182304382, -0.009917979128658772, -0.025556368753314018, 0.095993772149086, 0.11467347294092178, 0.07148265093564987, -0.09517218172550201, -0.04792659357190132, -0.058192938566207886, -0.006497835274785757, -0.0194866806268692, 0.062166471034288406, 0.05702761933207512, 0.007474967744201422, -0.04532642289996147, 0.04985210299491882, -0.06937094777822495, -0.09230329841375351, 0.08585856109857559, -0.205291286110878, -0.15663745999336243, -0.008894283324480057, 0.08560804277658463, 0.005139277782291174, 0.07750475406646729, -0.033058781176805496, -0.009235548786818981, 0.06498254090547562, -0.010210709646344185, -0.1103159487247467, -0.07655511796474457, 0.09865493327379227, -0.07696425169706345, 0.21959011256694794, -0.052988309413194656, 0.07273698598146439, 0.13366737961769104, 0.06161002069711685, -0.07927648723125458, 0.055144090205430984, 0.04523862525820732, -0.08150935918092728, 0.030774150043725967, 0.08045908063650131, -0.03358275443315506, 0.07242361456155777, 0.04005616903305054, -0.1581888198852539, 0.03013908676803112, -0.07958114892244339, -0.05519017577171326, -0.051088809967041016, -0.020979443565011024, -0.052668917924165726, 0.13861823081970215, 0.22350047528743744, -0.02568536251783371, -0.00881477165967226, -0.06717006862163544, 0.022881800308823586, 0.06770624220371246, 0.028365815058350563, -0.06419464945793152, -0.22396992146968842, 0.01940276101231575, 0.0504392609000206, -0.027551813051104546, -0.23962542414665222, -0.0892968401312828, 0.004951788578182459, -0.07711280137300491, -0.09165691584348679, 0.07540283352136612, 0.0926608070731163, 0.05832510441541672, -0.060403011739254, -0.0423654206097126, -0.07437774538993835, 0.14639903604984283, -0.14269350469112396, -0.09693051129579544 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # roberta-base-finetuned-ner This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.0738 - Precision: 0.9232 - Recall: 0.9437 - F1: 0.9333 - Accuracy: 0.9825 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:| | 0.1397 | 1.0 | 1368 | 0.0957 | 0.9141 | 0.9048 | 0.9094 | 0.9753 | | 0.0793 | 2.0 | 2736 | 0.0728 | 0.9274 | 0.9324 | 0.9299 | 0.9811 | | 0.0499 | 3.0 | 4104 | 0.0738 | 0.9232 | 0.9437 | 0.9333 | 0.9825 | ### Framework versions - Transformers 4.15.0 - Pytorch 1.10.0+cu111 - Datasets 1.17.0 - Tokenizers 0.10.3
{"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "roberta-base-finetuned-ner", "results": []}]}
token-classification
ArBert/roberta-base-finetuned-ner
[ "transformers", "pytorch", "tensorboard", "roberta", "token-classification", "generated_from_trainer", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #roberta #token-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
roberta-base-finetuned-ner ========================== This model is a fine-tuned version of roberta-base on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.0738 * Precision: 0.9232 * Recall: 0.9437 * F1: 0.9333 * Accuracy: 0.9825 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 2e-05 * train\_batch\_size: 16 * eval\_batch\_size: 16 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * num\_epochs: 3 ### Training results ### Framework versions * Transformers 4.15.0 * Pytorch 1.10.0+cu111 * Datasets 1.17.0 * Tokenizers 0.10.3
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.15.0\n* Pytorch 1.10.0+cu111\n* Datasets 1.17.0\n* Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #tensorboard #roberta #token-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training results", "### Framework versions\n\n\n* Transformers 4.15.0\n* Pytorch 1.10.0+cu111\n* Datasets 1.17.0\n* Tokenizers 0.10.3" ]
[ 54, 98, 4, 33 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #roberta #token-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3### Training results### Framework versions\n\n\n* Transformers 4.15.0\n* Pytorch 1.10.0+cu111\n* Datasets 1.17.0\n* Tokenizers 0.10.3" ]
[ -0.10050548613071442, 0.05813928321003914, -0.0021708954591304064, 0.11912856996059418, 0.19747111201286316, 0.030515002086758614, 0.11030358821153641, 0.10890746116638184, -0.10393298417329788, 0.015407970175147057, 0.12744972109794617, 0.20654518902301788, -0.0013956386828795075, 0.07388387620449066, -0.049389902502298355, -0.267120361328125, -0.024123700335621834, 0.047493111342191696, -0.10039728134870529, 0.13309906423091888, 0.09243789315223694, -0.14707337319850922, 0.08615801483392715, 0.011573515832424164, -0.24372035264968872, 0.02010371722280979, 0.03226752206683159, -0.05618305131793022, 0.15855570137500763, 0.0170366782695055, 0.14577853679656982, 0.004442792851477861, 0.08433720469474792, -0.1593518704175949, 0.013758339919149876, 0.04735630005598068, 0.00843212939798832, 0.08980222791433334, 0.06656508147716522, -0.011392146348953247, 0.12143678963184357, -0.08179834485054016, 0.0533386766910553, 0.02264183945953846, -0.13069069385528564, -0.2249024212360382, -0.07903142273426056, 0.004046149086207151, 0.05300791934132576, 0.0914568305015564, 0.002312055556103587, 0.1529574692249298, -0.10526694357395172, 0.09371234476566315, 0.22354847192764282, -0.28403201699256897, -0.07184716314077377, 0.05579431727528572, 0.0033832001499831676, 0.068010114133358, -0.11328098922967911, -0.011319559998810291, 0.05178728699684143, 0.041895173490047455, 0.13281874358654022, -0.04390773922204971, -0.09710323810577393, 0.03404571861028671, -0.14507357776165009, -0.019390398636460304, 0.10019062459468842, 0.02533457614481449, -0.03149507939815521, -0.02673664130270481, -0.05606990307569504, -0.15667115151882172, -0.03461970016360283, -0.01542024314403534, 0.042658742517232895, -0.0441654808819294, -0.09063779562711716, -0.004134221002459526, -0.10657849907875061, -0.07219534367322922, -0.07219159603118896, 0.18083256483078003, 0.03720519691705704, 0.013373869471251965, -0.02274893783032894, 0.1105518639087677, 0.01149247121065855, -0.12013641744852066, 0.03298838064074516, 0.03312309831380844, -0.015260916203260422, -0.05954340472817421, -0.06468233466148376, -0.07087290287017822, 0.010463391430675983, 0.10530737787485123, -0.04024125635623932, 0.04191729053854942, 0.05439966171979904, 0.04391779750585556, -0.10218728333711624, 0.200471892952919, -0.04427950456738472, -0.008080285042524338, 0.0016684565925970674, 0.031159531325101852, -0.006519528571516275, -0.007310715038329363, -0.12488532066345215, -0.006519569084048271, 0.10441131144762039, 0.016255604103207588, -0.07156794518232346, 0.06941508501768112, -0.05469398573040962, -0.03470265865325928, 0.008714519441127777, -0.09137934446334839, 0.03658047318458557, -0.011267674155533314, -0.08547457307577133, -0.021426502615213394, 0.0020324995275586843, 0.016757730394601822, -0.006105621345341206, 0.1381959468126297, -0.09708873182535172, 0.04420321434736252, -0.10530221462249756, -0.11579860746860504, -0.0005458781961351633, -0.09610718488693237, 0.03763075917959213, -0.09964192658662796, -0.13994917273521423, -0.013845418579876423, 0.05394210293889046, -0.02596498653292656, -0.04738155007362366, -0.037594761699438095, -0.06896276026964188, 0.0006871153018437326, -0.0072523197159171104, 0.160368412733078, -0.05380791798233986, 0.10952930897474289, 0.04324430599808693, 0.05778593197464943, -0.05222642794251442, 0.05744894966483116, -0.09938745200634003, 0.00441467622295022, -0.18857654929161072, 0.039239395409822464, -0.052640389651060104, 0.0818578377366066, -0.08447049558162689, -0.11111494153738022, 0.022818712517619133, -0.0020859059877693653, 0.07154587656259537, 0.08084620535373688, -0.15446558594703674, -0.08544746041297913, 0.13544851541519165, -0.055720388889312744, -0.09735582768917084, 0.11497852206230164, -0.06991566717624664, 0.04497109726071358, 0.06556037813425064, 0.1531236618757248, 0.08477870374917984, -0.06691662967205048, 0.044132281094789505, -0.007137811742722988, 0.029961246997117996, -0.08176979422569275, 0.05996280536055565, -0.001097057480365038, -0.01565379835665226, 0.028826355934143066, -0.03206001594662666, 0.06208418309688568, -0.10502130538225174, -0.09404237568378448, -0.033918172121047974, -0.10025233775377274, 0.06366115808486938, 0.083908811211586, 0.09078586846590042, -0.09726981073617935, -0.06558500975370407, 0.08678551018238068, 0.06819644570350647, -0.0453178733587265, 0.02201737090945244, -0.055223606526851654, 0.06386241316795349, -0.055115096271038055, -0.03623376414179802, -0.19166642427444458, -0.021480176597833633, 0.0032285822089761496, 0.012014039792120457, 0.030267341062426567, 0.04343486204743385, 0.0764869749546051, 0.0676061138510704, -0.05485772341489792, -0.013057669624686241, -0.018787497654557228, -0.003946770913898945, -0.13940685987472534, -0.19567126035690308, -0.03537103161215782, -0.016178783029317856, 0.1096794530749321, -0.20396006107330322, 0.030310731381177902, -0.02239781804382801, 0.0677264928817749, 0.009017756208777428, -0.01016809418797493, -0.05073123052716255, 0.10030969977378845, -0.03317119553685188, -0.048032380640506744, 0.07837799191474915, -0.008726517669856548, -0.09050857275724411, -0.053840551525354385, -0.0955076590180397, 0.19425463676452637, 0.13481220602989197, -0.14898277819156647, -0.0877486914396286, -0.007010436151176691, -0.05588531121611595, -0.022677326574921608, -0.03981294482946396, 0.05337250977754593, 0.17934253811836243, -0.01782320626080036, 0.1509348601102829, -0.06342578679323196, -0.044988930225372314, 0.023117944598197937, -0.03678559884428978, 0.028912441805005074, 0.12390521913766861, 0.12128474563360214, -0.09786102175712585, 0.1389690339565277, 0.14439399540424347, -0.09554394334554672, 0.1367565393447876, -0.03177637979388237, -0.06628509610891342, -0.02114495448768139, -0.019123084843158722, 0.00802166759967804, 0.10188653320074081, -0.14106746017932892, -0.015891579911112785, 0.016640538349747658, 0.013805467635393143, 0.019246889278292656, -0.2303532510995865, -0.050836823880672455, 0.034087397158145905, -0.02424907498061657, 0.012303773313760757, -0.014018187299370766, 0.010583371855318546, 0.10712085664272308, 0.007289107423275709, -0.0854143351316452, 0.040790487080812454, 0.010362789034843445, -0.06860142201185226, 0.21961593627929688, -0.07237592339515686, -0.12323924899101257, -0.1308223158121109, -0.08489900082349777, -0.05288400873541832, 0.01612614281475544, 0.04849955067038536, -0.10054957866668701, -0.02381988614797592, -0.03875339776277542, 0.021773597225546837, -0.02641725353896618, 0.04198310524225235, -0.02365005947649479, 0.0020039209630340338, 0.06402333080768585, -0.10772092640399933, -0.006857171189039946, -0.06307440996170044, -0.08438131958246231, 0.05723482742905617, 0.05057575926184654, 0.11979379504919052, 0.15901781618595123, -0.035658083856105804, 0.004109952598810196, -0.029171988368034363, 0.22465574741363525, -0.06593091785907745, -0.0372159443795681, 0.12399674206972122, -0.004724535159766674, 0.055505748838186264, 0.10150198638439178, 0.08854478597640991, -0.08642527461051941, 0.00549402367323637, 0.03711042180657387, -0.045747388154268265, -0.21802352368831635, -0.03913378715515137, -0.05717874690890312, -0.04018222168087959, 0.09328103065490723, 0.02900514379143715, 0.05677945166826248, 0.0828961655497551, 0.0479140467941761, 0.08294317126274109, -0.06319376081228256, 0.05705989897251129, 0.10676296055316925, 0.05192483216524124, 0.12754157185554504, -0.043278586119413376, -0.08294396847486496, 0.029838038608431816, -0.017838696017861366, 0.22583982348442078, 0.017608346417546272, 0.13128915429115295, 0.06062556058168411, 0.20131424069404602, 0.005857966374605894, 0.08053606003522873, 0.003483674954622984, -0.05507157742977142, -0.008223324082791805, -0.03555646166205406, -0.03540930151939392, 0.012837878428399563, -0.039326149970293045, 0.05467897281050682, -0.11319119483232498, -0.017589665949344635, 0.04564119502902031, 0.2405550479888916, 0.02027185633778572, -0.32111620903015137, -0.07892383635044098, -0.00612226827070117, -0.02097485028207302, -0.015156466513872147, 0.008255872875452042, 0.0936833918094635, -0.0994383841753006, 0.01737913303077221, -0.07730630785226822, 0.08903896808624268, -0.04470687359571457, 0.04246523976325989, 0.06933862715959549, 0.1042412742972374, -0.001703709363937378, 0.08245642483234406, -0.31412431597709656, 0.2798849642276764, 0.011314303614199162, 0.06846126914024353, -0.07724055647850037, -0.009682201780378819, 0.03870324790477753, 0.056290652602910995, 0.05015541613101959, -0.012045327574014664, -0.01891384646296501, -0.22748593986034393, -0.026906974613666534, 0.01902294158935547, 0.10476791113615036, -0.036447685211896896, 0.09046410024166107, -0.030910108238458633, 0.005311846733093262, 0.07430415600538254, -0.015596338547766209, -0.03768119961023331, -0.08336957544088364, -0.01953037455677986, 0.010992299765348434, -0.06007397919893265, -0.057434335350990295, -0.10692711174488068, -0.13246282935142517, 0.16067813336849213, -0.01454690657556057, -0.028766199946403503, -0.1256423145532608, 0.08555847406387329, 0.07215027511119843, -0.090714231133461, 0.050732504576444626, -0.00021672717412002385, 0.05256585404276848, 0.032513994723558426, -0.07104793190956116, 0.11439789831638336, -0.05512009933590889, -0.15645240247249603, -0.058906883001327515, 0.09191469103097916, 0.0340975858271122, 0.05976422131061554, -0.014279533177614212, 0.018805302679538727, -0.03855013847351074, -0.09374929219484329, 0.03730984777212143, -0.04262058809399605, 0.06521853804588318, 0.022948604077100754, -0.04890832677483559, 0.026109496131539345, -0.06402479112148285, -0.023036440834403038, 0.18588772416114807, 0.23687875270843506, -0.10211891680955887, 0.0028494717553257942, 0.025686269626021385, -0.06096196919679642, -0.19608141481876373, 0.06454421579837799, 0.055988263338804245, 0.0010797224240377545, 0.05486959591507912, -0.17706674337387085, 0.13828729093074799, 0.10769257694482803, -0.006303519010543823, 0.11398473381996155, -0.3125796616077423, -0.1307307928800583, 0.12012013047933578, 0.17466196417808533, 0.1426904946565628, -0.1383739858865738, -0.02111492119729519, -0.010165388695895672, -0.10783318430185318, 0.09507516026496887, -0.06876508891582489, 0.12549737095832825, -0.036585576832294464, 0.09192611277103424, 0.007872411981225014, -0.061252765357494354, 0.11449635028839111, 0.0199322160333395, 0.11621202528476715, -0.05954611673951149, -0.060513075441122055, 0.04870625585317612, -0.02439357526600361, -0.011342942714691162, -0.05666831135749817, 0.022949695587158203, -0.08939637243747711, -0.021377306431531906, -0.0855989009141922, 0.057421643286943436, -0.030975693836808205, -0.07294657081365585, -0.040564753115177155, 0.02798762172460556, 0.023153135553002357, -0.01803634874522686, 0.1406545490026474, 0.01721491664648056, 0.1633373349905014, 0.10385644435882568, 0.06924507021903992, -0.059306029230356216, -0.05793162062764168, -0.015319949015974998, -0.012120264582335949, 0.06224318593740463, -0.12031669914722443, 0.020036479458212852, 0.13920697569847107, 0.031568873673677444, 0.11883652955293655, 0.08578390628099442, -0.020396213978528976, 0.017833558842539787, 0.06679479777812958, -0.15213719010353088, -0.08371478319168091, -0.009304513223469257, -0.08836571127176285, -0.0924891009926796, 0.06057000160217285, 0.07918057590723038, -0.06439662724733353, -0.014113634824752808, -0.009216592647135258, -0.02161712571978569, -0.06859247386455536, 0.20195050537586212, 0.07695066928863525, 0.04883469641208649, -0.10644865036010742, 0.05987417325377464, 0.06051677092909813, -0.058247536420822144, -0.018213214352726936, 0.06145927309989929, -0.077294260263443, -0.03999247029423714, 0.09325535595417023, 0.183428093791008, -0.09087268263101578, -0.024885602295398712, -0.1371946930885315, -0.1157120019197464, 0.06737005710601807, 0.15906548500061035, 0.12022288888692856, 0.009590360336005688, -0.058384574949741364, 0.016807356849312782, -0.12951822578907013, 0.07099370658397675, 0.028634555637836456, 0.08024035394191742, -0.1476336270570755, 0.18257035315036774, 0.007042639423161745, 0.05054685100913048, -0.023765739053487778, 0.018231336027383804, -0.10534930974245071, 0.016923237591981888, -0.11079508811235428, -0.04460994526743889, -0.022776905447244644, 0.006405761931091547, -0.0032676963601261377, -0.07198377698659897, -0.056003790348768234, 0.011230986565351486, -0.1259864717721939, -0.020648740231990814, 0.04738375172019005, 0.04754658788442612, -0.10697489976882935, -0.04197536036372185, 0.021904680877923965, -0.04830778390169144, 0.054580364376306534, 0.04452262073755264, 0.02485954761505127, 0.0660986453294754, -0.14109742641448975, 0.0026097327936440706, 0.06965601444244385, 0.002498496323823929, 0.07925529032945633, -0.0641871988773346, -0.005771403666585684, -0.007285269908607006, 0.08297937363386154, 0.019970925524830818, 0.06591051071882248, -0.14916545152664185, 0.0008783817756921053, -0.0320378877222538, -0.0976329892873764, -0.07070701569318771, 0.029621371999382973, 0.08233702182769775, 0.003648544428870082, 0.19405387341976166, -0.0761343315243721, 0.042713720351457596, -0.21064729988574982, -0.007670460734516382, -0.017769724130630493, -0.11351975798606873, -0.12721452116966248, -0.07059736549854279, 0.06180921196937561, -0.050468381494283676, 0.13534864783287048, 0.03935087099671364, 0.045136358588933945, 0.02567223645746708, -0.006181786768138409, 0.029954053461551666, 0.020172301679849625, 0.21312929689884186, 0.043936144560575485, -0.03816443309187889, 0.06807057559490204, 0.07133287936449051, 0.0933588370680809, 0.11633425951004028, 0.1923789530992508, 0.1523125022649765, -0.03224937245249748, 0.07768651843070984, 0.028098445385694504, -0.04827103763818741, -0.15834008157253265, 0.027116255834698677, -0.04243972897529602, 0.08293161541223526, -0.022980155423283577, 0.20813734829425812, 0.07699883729219437, -0.17423436045646667, 0.05017692595720291, -0.043815817683935165, -0.08681556582450867, -0.10861541330814362, -0.047326765954494476, -0.08034385740756989, -0.13146324455738068, 0.0081794997677207, -0.09541767090559006, 0.01301912497729063, 0.12425331026315689, 0.002998604904860258, -0.027091365307569504, 0.1706174910068512, 0.04427145794034004, 0.03244256600737572, 0.0494479276239872, 0.005797913763672113, -0.022011766210198402, -0.10383637249469757, -0.0641460120677948, -0.030843302607536316, -0.026210328564047813, 0.029647571966052055, -0.07196952402591705, -0.07925814390182495, 0.03299875184893608, -0.02528882957994938, -0.10706464946269989, 0.021424880251288414, 0.024276625365018845, 0.06065245345234871, 0.030098209157586098, 0.0005984421586617827, 0.016563689336180687, -0.02399134449660778, 0.21869772672653198, -0.07182211428880692, -0.06796137988567352, -0.06994684040546417, 0.28612151741981506, 0.048732489347457886, 0.0005471269250847399, 0.03169294819235802, -0.06285426765680313, 0.02344578132033348, 0.2479337900876999, 0.20233722031116486, -0.09122922271490097, -0.00365428626537323, 0.004890438634902239, -0.01531335711479187, -0.015068317763507366, 0.12787480652332306, 0.11210183799266815, 0.03553922474384308, -0.10327780246734619, -0.04043175280094147, -0.05910371243953705, -0.007812602445483208, -0.04651867598295212, 0.0638698935508728, 0.059907253831624985, 0.004834532272070646, -0.048341456800699234, 0.055137574672698975, -0.06405040621757507, -0.09063159674406052, 0.1030956506729126, -0.18954965472221375, -0.16156074404716492, -0.021018050611019135, 0.0986645296216011, 0.00023575438535772264, 0.0733531191945076, -0.031875286251306534, 0.0008369156857952476, 0.03364010527729988, -0.014553386718034744, -0.10079137235879898, -0.08392705768346786, 0.10323864221572876, -0.09951723366975784, 0.19201894104480743, -0.05114893242716789, 0.060507845133543015, 0.12698441743850708, 0.07084006816148758, -0.0657908022403717, 0.06153545901179314, 0.043252427130937576, -0.09968337416648865, 0.03969639167189598, 0.08657144755125046, -0.020580505952239037, 0.04476591572165489, 0.03103550523519516, -0.1254793107509613, 0.040646083652973175, -0.08001362532377243, -0.0428406186401844, -0.03912428766489029, -0.043915435671806335, -0.053796593099832535, 0.12326330691576004, 0.21803663671016693, -0.01400150079280138, 0.014203024096786976, -0.08373617380857468, 0.004026570823043585, 0.07161690294742584, 0.02532155066728592, -0.09564939141273499, -0.22248324751853943, 0.008377479389309883, 0.0695689469575882, -0.037566106766462326, -0.23365840315818787, -0.08756203204393387, 0.0005134971579536796, -0.07491907477378845, -0.08513281494379044, 0.07945352047681808, 0.07050231844186783, 0.059404972940683365, -0.0484776608645916, -0.08358576148748398, -0.08410429954528809, 0.1568925827741623, -0.1519770622253418, -0.08391517400741577 ]
null
null
transformers
# Stark DialoGPT Model
{"tags": ["conversational"]}
text-generation
ArJakusz/DialoGPT-small-stark
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Stark DialoGPT Model
[ "# Stark DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Stark DialoGPT Model" ]
[ 51, 8 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Stark DialoGPT Model" ]
[ -0.04369669407606125, 0.031437650322914124, -0.004829308949410915, 0.019079672172665596, 0.13480065762996674, -0.010020311921834946, 0.14397646486759186, 0.1311003863811493, 0.04679921269416809, -0.04175829514861107, 0.1255069524049759, 0.17630527913570404, -0.009091203100979328, 0.05475983768701553, -0.0680595338344574, -0.31340545415878296, 0.04791049659252167, 0.0515352264046669, 0.0025271177291870117, 0.11011306941509247, 0.0949932411313057, -0.05143177881836891, 0.08088193833827972, 0.0082276975736022, -0.13276411592960358, 0.014657747000455856, 0.035935308784246445, -0.11587852984666824, 0.13104990124702454, 0.06746728718280792, 0.027276773005723953, 0.033358003944158554, -0.05588378757238388, -0.1500549018383026, 0.03868001699447632, -0.021155565977096558, -0.028899287804961205, 0.05051303654909134, 0.03048030287027359, -0.07042468339204788, 0.10010623931884766, 0.0866004228591919, -0.006811719853430986, 0.048912275582551956, -0.15996555984020233, 0.011251578107476234, 0.00613179849460721, 0.0757431760430336, 0.05180931091308594, 0.10558422654867172, -0.0503985621035099, 0.10669611394405365, -0.06798776239156723, 0.10801874101161957, 0.051875773817300797, -0.3241267204284668, -0.01438839826732874, 0.056794535368680954, 0.027123751118779182, 0.024681296199560165, -0.032396286725997925, 0.10936545580625534, 0.012973862700164318, 0.013061475940048695, -0.03314850851893425, -0.07397845387458801, -0.16552460193634033, 0.023202616721391678, -0.0897768959403038, -0.005552378483116627, 0.20920279622077942, -0.03348090127110481, 0.07426086068153381, -0.10369110107421875, -0.09264449030160904, -0.02479277364909649, -0.024550331756472588, -0.047501031309366226, -0.09610314667224884, 0.09782668203115463, -0.011406262405216694, -0.09741607308387756, -0.11998769640922546, -0.03179970011115074, -0.18505188822746277, 0.15465639531612396, 0.03761807456612587, 0.02986065484583378, -0.21522650122642517, 0.0970827266573906, -0.03499550744891167, -0.11008137464523315, 0.02705477364361286, -0.09415379166603088, -0.0034784949384629726, 0.01822156272828579, -0.034178778529167175, -0.05648652836680412, 0.06594359874725342, 0.10094396024942398, -0.008317960426211357, 0.009021388366818428, -0.04805905371904373, 0.0505773164331913, 0.027988331392407417, 0.06351892650127411, -0.007175672799348831, -0.060646504163742065, 0.03897695243358612, -0.09349745512008667, 0.02022620663046837, -0.06450334936380386, -0.17021194100379944, -0.03889816999435425, 0.03398356959223747, 0.05968837812542915, 0.05322544276714325, 0.12199942022562027, -0.028121016919612885, -0.05093435198068619, 0.07362595200538635, -0.021395549178123474, -0.024182671681046486, 0.014611813239753246, 0.0078467121347785, 0.11408825218677521, 0.01831004023551941, 0.05217632278800011, -0.1265399307012558, -0.01709061488509178, -0.04072033241391182, -0.017717484384775162, -0.012447146698832512, -0.05586528033018112, -0.006028961390256882, -0.010980908758938313, 0.004862573463469744, -0.14267167448997498, -0.1756240725517273, 0.008891947567462921, -0.0256864745169878, -0.047297969460487366, -0.1189311072230339, -0.09441125392913818, -0.024266386404633522, 0.05624772608280182, -0.07116399705410004, -0.016566511243581772, -0.04724995046854019, 0.06352224946022034, 0.0005951826460659504, 0.07741817831993103, -0.08426875621080399, 0.07212021201848984, -0.09860320389270782, -0.035765476524829865, -0.08077599108219147, 0.15153369307518005, 0.010987520217895508, 0.053340844810009, -0.019151028245687485, -0.03080799989402294, -0.10731648653745651, 0.07888524979352951, -0.02646722085773945, 0.25137773156166077, -0.08716964721679688, -0.10356505960226059, 0.29838353395462036, -0.07380851358175278, -0.13106246292591095, 0.1562390923500061, 0.004986498970538378, 0.04441244155168533, 0.13581372797489166, 0.19425873458385468, 0.030336247757077217, 0.016410483047366142, 0.07535727322101593, 0.10016249865293503, -0.09779079258441925, -0.001422265195287764, 0.031127149239182472, -0.03894305229187012, -0.07210886478424072, 0.02299897000193596, 0.08291298896074295, 0.07952295243740082, -0.05654473975300789, -0.022889895364642143, -0.0147398691624403, 0.0015618365723639727, 0.089586041867733, -0.022262748330831528, 0.1218375563621521, -0.049741242080926895, -0.06558959931135178, -0.004994743503630161, 0.017117371782660484, -0.06464264541864395, 0.030076494440436363, -0.0858345627784729, 0.06676806509494781, -0.015497121028602123, 0.055423419922590256, -0.15377454459667206, -0.05462595820426941, -0.03196359798312187, 0.22037173807621002, 0.06719747930765152, 0.1100458949804306, 0.052949391305446625, -0.03708910942077637, -0.0348389558494091, 0.019538743421435356, 0.1626605987548828, -0.016518572345376015, -0.08020411431789398, -0.10943964123725891, 0.07439529895782471, -0.060220420360565186, 0.07971179485321045, -0.0739590972661972, 0.010425051674246788, 0.01088728941977024, 0.10905158519744873, -0.014137616381049156, 0.040685784071683884, 0.020780647173523903, -0.0028832165990024805, -0.052451882511377335, 0.0025036269798874855, 0.09180974215269089, -0.009974872693419456, -0.08423930406570435, 0.25131458044052124, -0.17477169632911682, 0.11218221485614777, 0.17945706844329834, -0.24048227071762085, 0.013904994353652, -0.11268166452646255, -0.02625378966331482, 0.006865689996629953, 0.043886080384254456, -0.03840230777859688, 0.25126591324806213, -0.016087260097265244, 0.16298942267894745, -0.04180166497826576, -0.023595040664076805, -0.04274119436740875, -0.026471469551324844, 0.01447499729692936, 0.10056036710739136, 0.06586793065071106, -0.21298401057720184, 0.1564921885728836, 0.057794440537691116, 0.07502518594264984, 0.19968946278095245, 0.030200732871890068, 0.012370412237942219, 0.06273478269577026, -0.00558602437376976, -0.0453864187002182, -0.07187347859144211, -0.2659030258655548, -0.040300123393535614, 0.07606197148561478, 0.04550480470061302, 0.1072964146733284, -0.10766571015119553, -0.0270487479865551, 0.0028240177780389786, -0.03413795307278633, 0.04036165773868561, 0.10899795591831207, 0.02917221188545227, 0.11536384373903275, -0.01216024998575449, -0.044064976274967194, 0.07883526384830475, 0.0032372635323554277, -0.09730358421802521, 0.18259526789188385, -0.13432247936725616, -0.31521686911582947, -0.12063721567392349, -0.13441689312458038, -0.05684905871748924, 0.06547356396913528, 0.10582107305526733, -0.11541637778282166, -0.013349628075957298, -0.00943686068058014, 0.13455365598201752, -0.09047968685626984, 0.01699506677687168, -0.0282236710190773, -0.0029247787315398455, -0.13115674257278442, -0.09025013446807861, -0.057429783046245575, -0.039588041603565216, -0.03064924292266369, 0.11429250240325928, -0.13579505681991577, 0.007818127982318401, 0.23360243439674377, 0.06035040318965912, 0.041730646044015884, -0.056100185960531235, 0.1716608852148056, -0.09678641706705093, 0.0027161724865436554, 0.21758104860782623, -0.02179206721484661, 0.046339601278305054, 0.127153679728508, -0.013380798511207104, -0.06848842650651932, 0.04422304779291153, -0.01903708279132843, -0.06356680393218994, -0.2079031616449356, -0.1473180651664734, -0.11639776825904846, 0.07624191045761108, 0.023023976013064384, 0.03976549580693245, 0.13722333312034607, 0.07592947781085968, -0.0495850034058094, -0.03713041916489601, 0.0571887344121933, 0.07490319758653641, 0.3031296133995056, -0.06559804826974869, 0.1554684042930603, -0.02420598827302456, -0.15080328285694122, 0.07984297722578049, 0.03301146626472473, 0.0541081503033638, 0.049424219876527786, 0.06418826431035995, 0.011578048579394817, 0.05523129180073738, 0.14134040474891663, 0.05725392699241638, 0.027376078069210052, -0.04743213579058647, -0.02840857207775116, -0.04679517447948456, -0.039076004177331924, 0.0345209576189518, 0.07250596582889557, -0.1217367872595787, -0.05132436752319336, 0.029167858883738518, 0.06662911176681519, 0.06279943138360977, 0.10988250374794006, -0.17937609553337097, -0.05797722935676575, 0.06715824455022812, -0.03551923483610153, -0.11600971966981888, 0.0856349840760231, 0.038674965500831604, -0.12284679710865021, 0.052131615579128265, -0.02476038970053196, 0.12181708961725235, -0.06036872789263725, 0.09109866619110107, -0.11565583944320679, -0.03695308417081833, 0.007365552242845297, 0.10540444403886795, -0.26935169100761414, 0.18919672071933746, -0.005671314895153046, -0.02873486839234829, -0.12742233276367188, -0.007745410781353712, 0.01723882555961609, 0.10148823261260986, 0.1142130121588707, -0.019407184794545174, 0.005761377513408661, 0.00786262471228838, -0.05316032096743584, 0.02809174358844757, 0.10056570172309875, -0.028911568224430084, -0.021425433456897736, -0.038847945630550385, 0.002478198381140828, 0.010741942562162876, -0.0327482707798481, -0.010877219028770924, -0.18467184901237488, 0.060636669397354126, 0.08322134613990784, 0.09491247683763504, 0.034347034990787506, -0.037011995911598206, -0.11876112222671509, 0.27621057629585266, -0.030736567452549934, -0.10337861627340317, -0.09866046905517578, -0.01230456493794918, 0.0734623372554779, -0.07295539230108261, 0.011173146776854992, -0.057341448962688446, 0.03196673095226288, -0.0732521042227745, -0.19450074434280396, 0.13037864863872528, -0.10334134846925735, -0.06281920522451401, -0.022834334522485733, 0.21910324692726135, -0.0218246690928936, 0.027906175702810287, 0.055682968348264694, 0.0032263321336358786, -0.10451724380254745, -0.09599050134420395, -0.0018388624303042889, 0.010523544624447823, 0.009545115754008293, 0.04524381458759308, -0.037441905587911606, -0.017412550747394562, -0.06205912306904793, -0.030337784439325333, 0.3355381488800049, 0.13863222301006317, -0.048314593732357025, 0.1650441437959671, 0.09785018116235733, -0.058585140854120255, -0.275363951921463, -0.10113268345594406, -0.08015860617160797, -0.006359920836985111, -0.0589662604033947, -0.1698189526796341, 0.08773162961006165, -0.04376908019185066, -0.011571276001632214, 0.05815039202570915, -0.2696300745010376, -0.11109483242034912, 0.1857946515083313, -0.042102791368961334, 0.37406226992607117, -0.10299885272979736, -0.0902695283293724, -0.040310610085725784, -0.14824259281158447, 0.20561549067497253, -0.008751964196562767, 0.1088898703455925, -0.0047540608793497086, 0.13179366290569305, 0.054257769137620926, -0.0027269581332802773, 0.0855441689491272, 0.004771693143993616, -0.047246310859918594, -0.0813257247209549, -0.036264583468437195, 0.00568891316652298, 0.029438205063343048, 0.02981046959757805, -0.0486353375017643, 0.03176750987768173, -0.16881754994392395, -0.06240905076265335, -0.09007509797811508, 0.045552808791399, 0.03885899484157562, -0.07185591757297516, 0.017458343878388405, -0.06028061360120773, -0.00005499237886397168, 0.010216067545115948, 0.19536426663398743, -0.10606107115745544, 0.15826396644115448, 0.07755641639232635, 0.17310188710689545, -0.12460241466760635, 0.0031926867086440325, -0.06156875193119049, -0.0609574168920517, 0.06565845012664795, -0.05234492942690849, 0.023198064416646957, 0.1042572632431984, -0.027859797701239586, 0.07207033783197403, 0.09712855517864227, 0.013758350163698196, 0.02031771093606949, 0.08592460304498672, -0.23973700404167175, -0.08521055430173874, -0.08725062757730484, 0.010061104781925678, 0.07417191565036774, 0.07597298920154572, 0.21192485094070435, -0.00914761796593666, -0.037380997091531754, 0.007404353003948927, 0.015513120219111443, -0.04959116876125336, 0.0782632827758789, 0.002090367954224348, 0.022718722000718117, -0.14591997861862183, 0.0797974243760109, -0.01015283353626728, -0.13570748269557953, 0.050355214625597, 0.17612724006175995, -0.10598767548799515, -0.13383419811725616, -0.07226931303739548, 0.105017751455307, -0.14446815848350525, -0.021639158949255943, -0.03639516234397888, -0.1547563523054123, 0.07127419859170914, 0.07677733153104782, 0.0485210083425045, 0.06474098563194275, -0.10839628428220749, -0.03185299411416054, -0.030360911041498184, -0.007568442728370428, 0.0328650027513504, -0.03193005174398422, -0.04994563013315201, 0.10134580731391907, -0.05123623460531235, 0.11495664715766907, -0.09772869199514389, -0.09618731588125229, -0.1435709148645401, 0.037473466247320175, -0.09969588369131088, -0.08599388599395752, -0.11011713743209839, -0.04884781315922737, -0.012218562886118889, -0.03816886246204376, -0.03233090043067932, -0.038273073732852936, -0.09984563291072845, 0.039291221648454666, -0.04981664940714836, 0.012314139865338802, -0.08565500378608704, 0.024320503696799278, 0.047404732555150986, -0.01416228897869587, 0.1667630523443222, 0.13778667151927948, -0.12154249846935272, 0.08555816113948822, -0.14113326370716095, -0.08355588465929031, 0.1076040267944336, 0.011361328884959221, 0.03632309287786484, 0.052595000714063644, -0.00006668334390269592, 0.06580241024494171, 0.05261433869600296, 0.05869726091623306, 0.03828733414411545, -0.07702190428972244, 0.02614968828856945, -0.02591470256447792, -0.10084673017263412, -0.04496647045016289, -0.0116490563377738, 0.012082167901098728, 0.031819574534893036, 0.08137522637844086, -0.07674229890108109, 0.07843637466430664, -0.07567871361970901, 0.04141829535365105, 0.008340468630194664, -0.1435910016298294, -0.008920715190470219, -0.06420346349477768, 0.07046174257993698, 0.013085407204926014, 0.1853628158569336, 0.0005142348236404359, 0.006195626687258482, 0.03856826573610306, 0.0570850633084774, 0.03543436899781227, -0.0011552070500329137, 0.22609910368919373, 0.10362962633371353, -0.04486909881234169, -0.06940118223428726, 0.08058656007051468, 0.03510713577270508, 0.07897289097309113, 0.13574588298797607, 0.00827888771891594, 0.0019538868218660355, 0.10518492013216019, 0.00038530121673829854, 0.017440002411603928, -0.13122069835662842, -0.1561538130044937, -0.04180147498846054, 0.05252071097493172, -0.05975130572915077, 0.09701842069625854, 0.11901124566793442, -0.023052453994750977, 0.035107359290122986, -0.001419167616404593, -0.06810348480939865, -0.18915487825870514, -0.21627256274223328, -0.0720391646027565, -0.12443078309297562, -0.0034788306802511215, -0.14578576385974884, 0.04556110128760338, 0.026730995625257492, 0.08926419913768768, -0.0656137615442276, 0.08504660427570343, 0.033854205161333084, -0.11103565245866776, 0.08671317249536514, -0.03229899704456329, 0.10474439710378647, -0.02260555513203144, 0.00009862014121608809, -0.04933870956301689, 0.049311213195323944, 0.0024747697170823812, 0.0414169616997242, -0.06072476878762245, 0.0035503562539815903, -0.10724349319934845, -0.0807419940829277, -0.05436661094427109, 0.06305398046970367, 0.002479586750268936, 0.16342176496982574, 0.02897591143846512, -0.04829874634742737, 0.027227194979786873, 0.24255843460559845, -0.07841550558805466, -0.11573690176010132, -0.06633953750133514, 0.2527281939983368, -0.0007782027241773903, 0.10141219943761826, -0.021296264603734016, 0.002485061064362526, -0.0884425938129425, 0.32901209592819214, 0.3108801245689392, -0.11006859689950943, 0.02545502595603466, 0.010357932187616825, 0.03674973547458649, 0.10717607289552689, 0.08423630893230438, 0.08588334918022156, 0.274753600358963, -0.06452322006225586, -0.01009089034050703, -0.004046173300594091, -0.03269451484084129, -0.07596572488546371, 0.031156199052929878, 0.03610660135746002, -0.0646326020359993, -0.00679020257666707, 0.10285785794258118, -0.2539691627025604, 0.11484391242265701, -0.16742084920406342, -0.1912875473499298, -0.07655174285173416, -0.013491299003362656, 0.08517444133758545, 0.04915335774421692, 0.08186744153499603, 0.0009983305353671312, -0.05299614369869232, 0.04598740488290787, 0.028409233316779137, -0.19657666981220245, 0.03374435007572174, 0.06457607448101044, -0.03624267503619194, -0.07990636676549911, -0.019316263496875763, 0.076320581138134, 0.08476836234331131, 0.05115431547164917, -0.028465917333960533, 0.026093769818544388, -0.0049542528577148914, -0.05074762552976608, 0.03793841600418091, 0.043108683079481125, 0.03176877647638321, -0.07799333333969116, 0.07846696674823761, -0.1449783593416214, 0.04040084406733513, -0.011522564105689526, -0.028852149844169617, -0.022817337885499, 0.021929321810603142, -0.06880160421133041, 0.09417024999856949, 0.08110542595386505, -0.015737872570753098, -0.022813407704234123, -0.019490841776132584, -0.02510254457592964, -0.026842806488275528, -0.04012826830148697, -0.10263732075691223, -0.1713120937347412, -0.10043378174304962, 0.09675080329179764, -0.006971687078475952, -0.20674532651901245, -0.00505766412243247, -0.12480480223894119, 0.043150581419467926, -0.12385639548301697, 0.1000857725739479, 0.09547208994626999, 0.019860630854964256, 0.0022025827784091234, -0.04206917807459831, 0.04784587025642395, 0.08893650025129318, -0.14915280044078827, -0.07128962874412537 ]
null
null
transformers
# Harry Potter DialoGPT Model
{"tags": ["conversational"]}
text-generation
Aran/DialoGPT-medium-harrypotter
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "has_space", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us
# Harry Potter DialoGPT Model
[ "# Harry Potter DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us \n", "# Harry Potter DialoGPT Model" ]
[ 55, 8 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us \n# Harry Potter DialoGPT Model" ]
[ 0.008814724162220955, 0.0823512151837349, -0.005110622849315405, 0.0724329799413681, 0.09259387105703354, 0.04050839692354202, 0.16254787147045135, 0.13402126729488373, -0.006549961864948273, -0.02039809338748455, 0.12690581381320953, 0.17780061066150665, -0.014201340265572071, 0.03973277658224106, -0.04471147060394287, -0.3108837604522705, 0.05016665905714035, 0.0101252356544137, -0.08773962408304214, 0.11568330228328705, 0.09025944769382477, -0.06386809051036835, 0.07864247262477875, -0.0070341890677809715, -0.13883404433727264, -0.030431481078267097, 0.007928662933409214, -0.12079590559005737, 0.16074904799461365, 0.04497487097978592, 0.045973025262355804, -0.0041919671930372715, -0.07679350674152374, -0.12822066247463226, 0.037584394216537476, -0.01168863382190466, -0.01513416413217783, 0.07171044498682022, 0.0124552296474576, -0.05993426591157913, 0.17419080436229706, 0.1455259621143341, 0.07670135051012039, 0.018759259954094887, -0.15775132179260254, -0.07086528837680817, -0.002500388538464904, 0.039291802793741226, -0.042346056550741196, 0.09416023641824722, -0.02736813947558403, 0.12436538189649582, -0.06479393690824509, 0.08034088462591171, 0.1707257628440857, -0.4037727117538452, -0.027161987498402596, 0.12313415855169296, 0.09514060616493225, 0.13009212911128998, -0.10946032404899597, 0.04608364775776863, 0.0033859091345220804, 0.008584816008806229, 0.01810159534215927, -0.07107997685670853, -0.1042153462767601, 0.056727319955825806, -0.13729813694953918, 0.005676427856087685, 0.25361883640289307, -0.10556130111217499, 0.0501747690141201, -0.1055070012807846, -0.08619271218776703, 0.01867939904332161, -0.04120896756649017, -0.0683436468243599, -0.04426034167408943, 0.06090502813458443, -0.007094666361808777, -0.0658610612154007, -0.09956945478916168, 0.012027494609355927, -0.13869471848011017, 0.17308582365512848, 0.04342089965939522, 0.03864017874002457, -0.20525722205638885, 0.09502696990966797, 0.027092935517430305, -0.05673050880432129, 0.02206902951002121, -0.11160311847925186, 0.037586767226457596, 0.010421330109238625, -0.054108601063489914, -0.016934126615524292, 0.038982193917036057, 0.1303408294916153, -0.029852183535695076, 0.013005114160478115, 0.028858188539743423, 0.06869592517614365, 0.08863607048988342, 0.032739680260419846, -0.001489064539782703, -0.08606759458780289, -0.0017067696899175644, -0.06461294740438461, 0.0068666464649140835, -0.06917055696249008, -0.17846764624118805, -0.08226783573627472, 0.05858630686998367, 0.0022004260681569576, 0.05492358282208443, 0.08360176533460617, 0.011382540687918663, -0.03428910672664642, 0.05071023106575012, 0.014075377024710178, 0.008510766550898552, -0.013697654008865356, -0.013546035625040531, 0.16101032495498657, 0.02461051195859909, 0.01258818432688713, -0.10089416056871414, 0.0883433073759079, -0.09797338396310806, 0.0032540715765208006, 0.015750955790281296, -0.07642967998981476, -0.0003619758936110884, 0.027608277276158333, 0.020402004942297935, -0.1354028731584549, -0.059442393481731415, -0.004123772494494915, -0.011608779430389404, -0.03815380483865738, -0.10809037834405899, -0.05215585231781006, -0.035888951271772385, 0.07219941169023514, -0.019442133605480194, 0.035164009779691696, -0.05108063668012619, 0.09374956786632538, -0.06473033875226974, 0.1174505203962326, -0.1035686582326889, 0.06880729645490646, -0.08191385120153427, -0.05711572244763374, -0.1109953224658966, 0.028622876852750778, 0.006501719355583191, 0.058907948434352875, 0.021722666919231415, -0.04661747068166733, -0.03651955723762512, 0.06039385125041008, -0.06392502784729004, 0.17226040363311768, -0.06464889645576477, -0.10911628603935242, 0.20453795790672302, -0.07917734235525131, -0.1631767302751541, 0.12169123440980911, -0.02400125190615654, 0.07839799672365189, 0.0940479040145874, 0.24035803973674774, 0.01771455630660057, -0.028910892084240913, 0.0478941909968853, 0.08308044821023941, -0.09051398932933807, 0.06010526791214943, 0.03710952401161194, -0.007013061549514532, -0.053715016692876816, 0.055736735463142395, 0.05416722223162651, -0.008718710392713547, -0.030424637719988823, -0.003246525302529335, -0.02643226645886898, -0.022937916219234467, 0.15581439435482025, -0.02048029564321041, 0.14018157124519348, -0.08368495851755142, -0.05277082696557045, 0.013618328608572483, 0.034596510231494904, -0.027957653626799583, 0.08725571632385254, -0.020757267251610756, 0.12276340276002884, 0.08230792731046677, 0.04470045864582062, -0.1326078474521637, -0.007088532205671072, -0.023597724735736847, 0.17799115180969238, 0.08506400138139725, 0.10892786830663681, 0.06743952631950378, -0.013357128947973251, -0.06148190423846245, 0.045298267155885696, 0.12729549407958984, -0.01835666224360466, -0.13485072553157806, -0.15792173147201538, 0.03420640155673027, -0.059150949120521545, 0.09247349202632904, -0.09633119404315948, 0.035262055695056915, -0.03161832317709923, 0.08501966297626495, -0.025278614833950996, 0.02559187449514866, 0.0015418282710015774, -0.015628766268491745, -0.10100412368774414, -0.0010414780117571354, 0.0714913085103035, -0.020829837769269943, -0.04406820982694626, 0.17592062056064606, -0.19753210246562958, 0.18697397410869598, 0.23129802942276, -0.27254438400268555, -0.0037499319296330214, -0.12901067733764648, -0.019335035234689713, 0.03274328634142876, 0.06106197461485863, 0.004448527004569769, 0.1487025022506714, -0.03616766259074211, 0.15790420770645142, -0.05377402529120445, -0.07243909686803818, -0.07656122744083405, -0.046453867107629776, -0.006557540036737919, 0.0826016291975975, 0.0349222756922245, -0.08526507765054703, 0.14819291234016418, 0.1584683209657669, 0.0515042319893837, 0.14090508222579956, 0.10926420986652374, -0.0075514717027544975, 0.05525273084640503, -0.05333195999264717, -0.05116599053144455, -0.07475078850984573, -0.2996349334716797, -0.06504903733730316, 0.10177313536405563, 0.01191332284361124, 0.09043803066015244, -0.0958961620926857, -0.03632736578583717, 0.021643761545419693, 0.02425098605453968, 0.0210737157613039, 0.11042775958776474, 0.0234941765666008, 0.1534201204776764, -0.0022641385439783335, -0.03786730021238327, 0.05425329878926277, 0.02523908019065857, -0.07306453585624695, 0.15236279368400574, -0.17589877545833588, -0.2704898715019226, -0.055188458412885666, -0.1830851435661316, -0.003056078217923641, 0.05023320019245148, 0.08823002874851227, -0.11575865000486374, -0.012430598959326744, -0.03788641095161438, 0.045372121036052704, -0.2563100755214691, 0.013098309747874737, -0.15634572505950928, 0.044720713049173355, -0.19215352833271027, -0.10790926218032837, -0.022209148854017258, -0.006538914982229471, -0.04034919664263725, 0.1393488496541977, -0.10570178925991058, 0.0020616997499018908, 0.24186193943023682, 0.01602236181497574, 0.025223445147275925, -0.04752035066485405, 0.21061624586582184, -0.09390692412853241, -0.005170226097106934, 0.11423071473836899, -0.014970269054174423, 0.046339090913534164, 0.08626870810985565, -0.01696716994047165, -0.06046589836478233, 0.01887352392077446, -0.06141691654920578, -0.045988813042640686, -0.24014554917812347, -0.09849105030298233, -0.1109594777226448, 0.10316705703735352, 0.044980064034461975, 0.07202445715665817, 0.1493670791387558, 0.04667084664106369, -0.014391319826245308, -0.03792324662208557, 0.08685353398323059, 0.11796325445175171, 0.22589170932769775, -0.07370296865701675, 0.12536801397800446, -0.0021623214706778526, -0.08485464006662369, 0.06844408810138702, 0.06608478724956512, 0.06159961223602295, 0.016462022438645363, 0.014953089877963066, -0.026071391999721527, 0.13870857656002045, 0.13390381634235382, 0.03678746894001961, 0.05910284072160721, -0.004344991873949766, -0.06103450804948807, -0.01049978006631136, -0.0287796501070261, 0.08404535055160522, 0.09024864435195923, -0.15159688889980316, -0.07269740104675293, -0.040720485150814056, 0.07486504316329956, -0.047689396888017654, 0.10164835304021835, -0.1323242485523224, -0.021271051838994026, 0.08725852519273758, -0.07066217809915543, -0.14119982719421387, 0.10757803916931152, 0.027338817715644836, -0.1752014011144638, 0.03302774205803871, 0.02590671367943287, 0.08464639633893967, -0.021490929648280144, 0.059075865894556046, -0.14138999581336975, -0.14129316806793213, -0.02704373374581337, 0.0692511647939682, -0.31682178378105164, 0.14159204065799713, -0.02339906431734562, -0.054947737604379654, -0.060332298278808594, -0.02829802967607975, 0.0183265320956707, 0.129562109708786, 0.056872133165597916, 0.007758391555398703, 0.0497121587395668, 0.03675595670938492, 0.060488615185022354, -0.012625970877707005, 0.10357163846492767, 0.012601698748767376, 0.00523778423666954, -0.0504705011844635, 0.01755744405090809, -0.0273997001349926, -0.0021891240030527115, 0.08775270730257034, -0.21903301775455475, 0.10197609663009644, 0.0006969335372559726, 0.06132231280207634, 0.03397304192185402, -0.02517113834619522, -0.138290673494339, 0.18458814918994904, 0.030611027032136917, -0.0980229377746582, -0.0783199816942215, -0.03595857694745064, 0.1057538166642189, -0.006468125618994236, 0.017784029245376587, -0.044535938650369644, 0.03773805499076843, -0.13496564328670502, -0.15326660871505737, 0.09102975577116013, -0.039943959563970566, -0.09944462031126022, -0.02693965472280979, 0.17949765920639038, -0.03919079899787903, 0.0887683779001236, 0.008994946256279945, 0.04019627347588539, -0.21280179917812347, -0.04833117499947548, 0.03258669748902321, -0.026088006794452667, 0.023068327456712723, 0.039760343730449677, 0.025511523708701134, 0.058524951338768005, -0.062001392245292664, -0.004829040262848139, 0.3093496263027191, 0.172279953956604, -0.04811416566371918, 0.1401500254869461, 0.07496137171983719, -0.07098943740129471, -0.19666583836078644, -0.1093132272362709, -0.14316926896572113, -0.06871174275875092, -0.0684015303850174, -0.12394767254590988, 0.06557314842939377, -0.0368962399661541, 0.012129449285566807, 0.136060431599617, -0.27157801389694214, -0.11554519087076187, 0.1311451643705368, -0.016496164724230766, 0.331484317779541, -0.13668414950370789, -0.02684340998530388, -0.049470074474811554, -0.1428735852241516, 0.08506535738706589, -0.07653823494911194, 0.1210809126496315, -0.0687372237443924, 0.19957977533340454, 0.025676477700471878, 0.0024648953694850206, 0.1135670468211174, 0.024220088496804237, -0.04549543559551239, -0.08754831552505493, -0.13575176894664764, 0.03512044623494148, 0.008913977071642876, 0.015031919814646244, -0.032415974885225296, 0.019094347953796387, -0.12728875875473022, -0.030449049547314644, -0.07062358409166336, 0.015659015625715256, -0.01750885881483555, -0.0461074523627758, -0.09560501575469971, -0.016770023852586746, -0.021385259926319122, 0.015768736600875854, 0.15301461517810822, -0.07806983590126038, 0.208816260099411, 0.07245046645402908, 0.1111806184053421, -0.1271645873785019, -0.05713154748082161, 0.005515102297067642, -0.05198993533849716, 0.06934437155723572, -0.12795746326446533, -0.03343014419078827, 0.11638010293245316, -0.02123185247182846, 0.04087185114622116, 0.1253030002117157, 0.02055944688618183, 0.014043325558304787, 0.056402143090963364, -0.25317275524139404, -0.0853734165430069, -0.03362598270177841, -0.010979165323078632, 0.0400790274143219, 0.03351128101348877, 0.19237640500068665, -0.0358271561563015, -0.07822420448064804, 0.0194843839854002, 0.024318760260939598, -0.026285015046596527, 0.08864470571279526, 0.040857456624507904, 0.008720017969608307, -0.14839018881320953, 0.06108514592051506, 0.02155226282775402, -0.07686249166727066, 0.0338827446103096, 0.19587886333465576, -0.10728763788938522, -0.12135310471057892, -0.08009346574544907, 0.04229290410876274, -0.0735427513718605, 0.02732722833752632, 0.008906163275241852, -0.14417241513729095, 0.06560181826353073, 0.05415673181414604, 0.04520456865429878, 0.06408356130123138, -0.10207808762788773, -0.017013419419527054, -0.02908148430287838, -0.0007329623331315815, 0.019739748910069466, 0.028047647327184677, -0.06753759831190109, 0.18631649017333984, -0.0741652175784111, 0.08181799948215485, -0.08039961755275726, -0.09407134354114532, -0.14758317172527313, 0.02109542302787304, -0.07677426189184189, -0.09547808766365051, -0.12179016321897507, -0.06305526196956635, 0.00014700129395350814, -0.050481393933296204, -0.007751041557639837, -0.06847455352544785, -0.11658642441034317, 0.012531648389995098, -0.020253829658031464, 0.005964701063930988, -0.06759778410196304, 0.02058536931872368, 0.06055128574371338, -0.03381187468767166, 0.14506781101226807, 0.1881609559059143, -0.1327345371246338, 0.09792271256446838, -0.06483125686645508, -0.12568508088588715, 0.038532815873622894, 0.009797041304409504, 0.04427451640367508, 0.047902386635541916, -0.044036347419023514, -0.010672415606677532, 0.055580999702215195, 0.0828264132142067, 0.07138550281524658, -0.06401173025369644, 0.028811270371079445, -0.06211187690496445, -0.1583406776189804, -0.012034722603857517, -0.03769351541996002, 0.07224391400814056, -0.007465507369488478, 0.10364608466625214, -0.04132702574133873, 0.06312814354896545, -0.08633939921855927, 0.050067316740751266, 0.00124881393276155, -0.15656575560569763, 0.00930583756417036, -0.06157096475362778, 0.04035426676273346, -0.009466608054935932, 0.2158108353614807, 0.006816778797656298, -0.029161011800169945, 0.04030803591012955, 0.06796859949827194, -0.015966231003403664, 0.010491196997463703, 0.20346949994564056, 0.12050089240074158, -0.08754480630159378, -0.032932765781879425, 0.07180772721767426, 0.08630412071943283, 0.08362032473087311, 0.0953260064125061, -0.0030267175752669573, 0.03789842128753662, 0.0851140022277832, -0.06029077246785164, 0.03781575337052345, -0.1055053174495697, -0.10927841067314148, 0.05345407873392105, 0.02441897988319397, -0.08620229363441467, 0.15262927114963531, 0.20923490822315216, -0.028936948627233505, 0.028224743902683258, -0.020994171500205994, -0.09576217830181122, -0.14574992656707764, -0.05230740085244179, -0.0747252032160759, -0.14394482970237732, -0.027417326346039772, -0.15866823494434357, 0.04292246699333191, 0.012699532322585583, 0.07922440767288208, -0.05025680363178253, -0.006463867612183094, 0.1304028481245041, -0.09864027798175812, 0.06913156807422638, -0.02559780515730381, 0.09173370897769928, -0.0491015799343586, -0.01897515170276165, -0.10435705631971359, 0.013050704263150692, 0.0009902053279802203, 0.06424666196107864, -0.10699332505464554, 0.017949998378753662, -0.1259901225566864, -0.08956847339868546, -0.04081686958670616, 0.08640322834253311, -0.024063007906079292, 0.16587980091571808, 0.02823474630713463, -0.06859898567199707, -0.010285965166985989, 0.29078614711761475, -0.10268674045801163, -0.07539918273687363, -0.02168460190296173, 0.18359126150608063, 0.041297245770692825, 0.058848459273576736, -0.0022614002227783203, 0.01933884620666504, -0.09382599592208862, 0.27746549248695374, 0.3784821629524231, -0.13730449974536896, 0.010883238166570663, 0.04163830727338791, 0.03274335339665413, 0.1374225914478302, 0.07303568720817566, 0.114346943795681, 0.26955562829971313, -0.09162847697734833, 0.015146045945584774, -0.04002191498875618, -0.00736872898414731, -0.0821516141295433, 0.05318117141723633, 0.07871264964342117, -0.10206348448991776, -0.024274460971355438, 0.06028089299798012, -0.26684924960136414, 0.1048337072134018, -0.14209184050559998, -0.18068955838680267, -0.05315026268362999, 0.018033266067504883, 0.05484134331345558, -0.002125956118106842, 0.10687705129384995, 0.013087833300232887, -0.06276093423366547, 0.05494453012943268, 0.014279577881097794, -0.20716647803783417, -0.00462220748886466, 0.15731389820575714, -0.0653146430850029, -0.02618623524904251, -0.02783762291073799, 0.026576165109872818, 0.07893077284097672, 0.08782247453927994, -0.044464971870183945, -0.05910424143075943, -0.0001649269397603348, -0.036339081823825836, 0.002874975325539708, 0.04143283888697624, 0.0625281110405922, -0.0959135964512825, 0.1309446543455124, -0.09128408879041672, 0.06677049398422241, 0.02473609521985054, -0.008828592486679554, -0.002926197601482272, -0.008943403139710426, -0.05576132982969284, 0.06293599307537079, 0.12223509699106216, -0.03486229479312897, -0.014413218945264816, -0.013503854162991047, -0.09539870917797089, -0.022251887246966362, -0.040948301553726196, -0.10305789858102798, -0.1650901585817337, -0.11898056417703629, 0.04405899718403816, -0.031416039913892746, -0.20176781713962555, -0.0006449079955928028, -0.09708850830793381, 0.04455794021487236, -0.1263507455587387, 0.09964803606271744, 0.08583413064479828, -0.011076903901994228, -0.000034510198020143434, 0.0631605014204979, 0.04211428388953209, 0.13747619092464447, -0.16692763566970825, -0.04047879949212074 ]
null
null
transformers
# Harry Potter DialoGPT Model
{"tags": ["conversational"]}
text-generation
Aran/DialoGPT-small-harrypotter
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Harry Potter DialoGPT Model
[ "# Harry Potter DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Harry Potter DialoGPT Model" ]
[ 51, 8 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Harry Potter DialoGPT Model" ]
[ -0.0009023238671943545, 0.07815738022327423, -0.006546166725456715, 0.07792752981185913, 0.10655936598777771, 0.048972971737384796, 0.17639793455600739, 0.12185695022344589, 0.016568755730986595, -0.04774167761206627, 0.11647630482912064, 0.2130284160375595, -0.002118367003276944, 0.024608047679066658, -0.05022026598453522, -0.3065771162509918, 0.0474756620824337, 0.014356585219502449, -0.07174845039844513, 0.11724270135164261, 0.09064973145723343, -0.046179238706827164, 0.08330509811639786, -0.009135239757597446, -0.13198648393154144, -0.039482954889535904, 0.019292812794446945, -0.11745545268058777, 0.1662212759256363, 0.05298272892832756, 0.02469746209681034, -0.008447164669632912, -0.06598151475191116, -0.15036040544509888, 0.037190426141023636, -0.027472136542201042, -0.01080626156181097, 0.05462246760725975, 0.023526115342974663, -0.07521048933267593, 0.170567125082016, 0.17678891122341156, 0.0833497866988182, 0.0349111407995224, -0.14917024970054626, -0.045548245310783386, 0.008950977586209774, 0.05421316996216774, -0.017893504351377487, 0.09349167346954346, -0.019903047010302544, 0.11801653355360031, -0.04491448402404785, 0.09210366010665894, 0.15255063772201538, -0.4016275703907013, -0.027563704177737236, 0.08920855820178986, 0.05989706888794899, 0.12076901644468307, -0.10560955852270126, 0.03972794860601425, -0.0039703017100691795, 0.01236654631793499, -0.014540530741214752, -0.08304883539676666, -0.07308239489793777, 0.032504837960004807, -0.1272556483745575, 0.008525865152478218, 0.23756256699562073, -0.10643257945775986, 0.037069112062454224, -0.09791990369558334, -0.07414398342370987, 0.048336777836084366, -0.053761593997478485, -0.081727035343647, -0.054839808493852615, 0.06347949057817459, 0.004366500303149223, -0.06301609426736832, -0.08326146006584167, -0.0006536149303428829, -0.12781435251235962, 0.17595994472503662, 0.061243366450071335, 0.041611745953559875, -0.21322020888328552, 0.08940251916646957, 0.04477722570300102, -0.04711297154426575, 0.007116159424185753, -0.11796226352453232, 0.04023287072777748, 0.005483259446918964, -0.03256071358919144, -0.021854614838957787, 0.0393419973552227, 0.13909944891929626, -0.01777748204767704, 0.03252175822854042, 0.006831915583461523, 0.05811219662427902, 0.08162496984004974, 0.02222144603729248, 0.019291909411549568, -0.0818009302020073, 0.019385190680623055, -0.08128736168146133, -0.0030400939285755157, -0.048940129578113556, -0.17071883380413055, -0.07477642595767975, 0.052610911428928375, 0.020047198981046677, 0.03746970370411873, 0.08054786175489426, -0.0017944995779544115, -0.05560554191470146, 0.03284840285778046, 0.01671096310019493, -0.020622212439775467, -0.010361049324274063, -0.02412462793290615, 0.19123271107673645, 0.019619356840848923, 0.014111656695604324, -0.12379156798124313, 0.10023640841245651, -0.08179095387458801, 0.0037731381598860025, 0.02743307314813137, -0.04204464703798294, -0.004716555587947369, 0.02917117439210415, 0.023101668804883957, -0.1252521574497223, -0.1099385917186737, -0.0030569476075470448, -0.012054097838699818, -0.036421261727809906, -0.10490952432155609, -0.08483029156923294, -0.012153145857155323, 0.0449371263384819, -0.013397793285548687, 0.007936403155326843, -0.05143149942159653, 0.0985720232129097, -0.0514979362487793, 0.09873400628566742, -0.08342572301626205, 0.06359215080738068, -0.09124887734651566, -0.061886150389909744, -0.11452563107013702, 0.05216052383184433, 0.012905281968414783, 0.066250741481781, 0.016998225823044777, -0.044836658984422684, -0.014836243353784084, 0.05253177136182785, -0.07656687498092651, 0.1940697431564331, -0.041674621403217316, -0.12459053844213486, 0.24146439135074615, -0.09138800948858261, -0.1802034229040146, 0.12973085045814514, -0.022254703566432, 0.08523941785097122, 0.12802475690841675, 0.20380465686321259, -0.00019822151807602495, -0.01302915159612894, 0.07281201332807541, 0.07031642645597458, -0.09803894907236099, 0.06239739805459976, 0.029653839766979218, -0.008071083575487137, -0.08906278014183044, 0.05762826278805733, 0.046033453196287155, -0.010650773532688618, -0.035073768347501755, -0.001896020956337452, -0.012895751744508743, -0.022185025736689568, 0.14126582443714142, -0.02006692811846733, 0.1300428807735443, -0.06926563382148743, -0.03515486419200897, -0.009500149637460709, 0.03533667325973511, -0.04091939330101013, 0.08151165395975113, -0.0436173714697361, 0.10586477071046829, 0.09034156054258347, 0.053724925965070724, -0.13120363652706146, 0.00466286763548851, -0.015246815048158169, 0.17014820873737335, 0.08964069187641144, 0.05222717300057411, 0.06265474855899811, -0.0020888058934360743, -0.06708643585443497, 0.045407816767692566, 0.13778303563594818, -0.037020038813352585, -0.12218865007162094, -0.1755627691745758, 0.051157694309949875, -0.045444171875715256, 0.10855234414339066, -0.10010123997926712, 0.022670533508062363, -0.055906031280756, 0.07772238552570343, -0.024998966604471207, 0.020512236282229424, -0.0013405600329861045, -0.021700702607631683, -0.08356887847185135, -0.002377772703766823, 0.08597290515899658, -0.02048647589981556, -0.06707409024238586, 0.16556480526924133, -0.16400809586048126, 0.1631954461336136, 0.2116095870733261, -0.28542569279670715, -0.005696662236005068, -0.15163889527320862, -0.0208092350512743, 0.019645055755972862, 0.07834604382514954, 0.026225795969367027, 0.2044338881969452, -0.012928472831845284, 0.16565458476543427, -0.05699567869305611, -0.07730039209127426, -0.06881127506494522, -0.048101142048835754, 0.013522743247449398, 0.09095205366611481, 0.04542696103453636, -0.11962861567735672, 0.13119758665561676, 0.1054433062672615, 0.06484298408031464, 0.12711186707019806, 0.1030748188495636, -0.008113685995340347, 0.07252490520477295, -0.03624548763036728, -0.03462279960513115, -0.09254947304725647, -0.30446043610572815, -0.04840317741036415, 0.0939924493432045, 0.007963384501636028, 0.09285714477300644, -0.0919896736741066, -0.03311870992183685, 0.006042704917490482, 0.009473444893956184, 0.028337622061371803, 0.09653715789318085, 0.013490920886397362, 0.15320514142513275, -0.008011690340936184, -0.03430786728858948, 0.05891305208206177, 0.017982570454478264, -0.09147711098194122, 0.17280617356300354, -0.17050009965896606, -0.27190929651260376, -0.06990014761686325, -0.21745692193508148, -0.013139115646481514, 0.05258983001112938, 0.0786920040845871, -0.11818131804466248, -0.018352627754211426, -0.006239492911845446, 0.05685517191886902, -0.2425733357667923, 0.0004911290016025305, -0.1354890614748001, 0.0501418262720108, -0.1974833607673645, -0.09718500077724457, -0.02271542325615883, -0.013450481928884983, -0.0464281290769577, 0.13365240395069122, -0.1448695808649063, -0.011572926305234432, 0.2329535037279129, 0.032479673624038696, 0.027794739231467247, -0.05020907148718834, 0.19788463413715363, -0.0958966314792633, -0.023973820731043816, 0.11024576425552368, -0.05038975924253464, 0.04834126681089401, 0.06649978458881378, -0.012981836684048176, -0.08557141572237015, 0.023789849132299423, -0.068336620926857, -0.03150583803653717, -0.27926525473594666, -0.0930178239941597, -0.09319330751895905, 0.11305391043424606, 0.04079577326774597, 0.06421639025211334, 0.16545771062374115, 0.05191578343510628, -0.024325082078576088, -0.03006586618721485, 0.11609793454408646, 0.12905290722846985, 0.2277202159166336, -0.06067761778831482, 0.10221996158361435, 0.009445492178201675, -0.08203992247581482, 0.06062209978699684, 0.056782789528369904, 0.06324724853038788, 0.02584579586982727, 0.03694582358002663, -0.030939655378460884, 0.1121687963604927, 0.12571842968463898, 0.05258069559931755, 0.0481170229613781, 0.0002127334737451747, -0.0561506561934948, -0.008168719708919525, -0.05726633965969086, 0.06774696707725525, 0.061340972781181335, -0.12918008863925934, -0.08061543852090836, 0.0011613310780376196, 0.06660808622837067, -0.016230419278144836, 0.06823775917291641, -0.13560809195041656, -0.03582429885864258, 0.0790911465883255, -0.07693151384592056, -0.14156894385814667, 0.11972879618406296, -0.026570770889520645, -0.19904157519340515, 0.05265914276242256, 0.007704653777182102, 0.0908159390091896, -0.06360849738121033, 0.05343840271234512, -0.13023801147937775, -0.12935101985931396, -0.018437571823596954, 0.07945099472999573, -0.3450873792171478, 0.13536721467971802, -0.013286802917718887, -0.02876877970993519, -0.06474969536066055, -0.02640824392437935, 0.013905409723520279, 0.12719078361988068, 0.08667250722646713, 0.0008821099763736129, 0.0991629809141159, 0.03823768347501755, 0.04188435152173042, -0.002011700300499797, 0.10950417071580887, 0.0050011589191854, 0.004797275178134441, -0.04982118681073189, 0.007274609990417957, -0.05164213851094246, -0.07472953200340271, 0.08393982797861099, -0.20678792893886566, 0.09087453782558441, -0.03378438204526901, 0.08427679538726807, 0.04304937273263931, -0.018965769559144974, -0.1001204177737236, 0.19745583832263947, -0.012206900864839554, -0.11405988782644272, -0.07517550885677338, -0.02810264565050602, 0.09103139489889145, -0.013817726634442806, 0.012886416167020798, -0.045470476150512695, 0.032183047384023666, -0.1263762265443802, -0.1597503274679184, 0.08734500408172607, -0.04441224783658981, -0.10894393920898438, -0.025462759658694267, 0.20382575690746307, -0.007266622502356768, 0.08242089301347733, 0.01605331338942051, 0.010653935372829437, -0.18066231906414032, -0.04018142446875572, 0.02645772136747837, -0.0016437612939625978, 0.005979063920676708, 0.047698814421892166, 0.019091911613941193, 0.06207629665732384, -0.1069745197892189, -0.013920160941779613, 0.3158324360847473, 0.15978319942951202, -0.00912671908736229, 0.14943915605545044, 0.1093616932630539, -0.08669080585241318, -0.17238758504390717, -0.1171615794301033, -0.1210922971367836, -0.08425768464803696, -0.10681738704442978, -0.1525043100118637, 0.09535340964794159, -0.03392014652490616, 0.03498011827468872, 0.14615866541862488, -0.280263751745224, -0.10949636250734329, 0.13820378482341766, 0.010744688101112843, 0.3510635495185852, -0.12303631007671356, -0.044944874942302704, -0.06214528530836105, -0.16933435201644897, 0.08021392673254013, -0.031203703954815865, 0.11581093072891235, -0.0744495838880539, 0.19395925104618073, 0.01719796098768711, 0.014287159778177738, 0.0916559100151062, 0.05038322135806084, -0.05808406323194504, -0.07368700206279755, -0.10248131304979324, 0.010812131687998772, 0.03546109423041344, 0.010252019390463829, -0.008802837692201138, 0.0211968794465065, -0.11341743916273117, -0.050869911909103394, -0.06302189081907272, 0.0072614275850355625, -0.01001308299601078, -0.042155615985393524, -0.05533592775464058, -0.022557416930794716, -0.020093943923711777, 0.02266426384449005, 0.14185629785060883, -0.07527699321508408, 0.18586260080337524, 0.02357078716158867, 0.1586609035730362, -0.11956068128347397, -0.06724818795919418, -0.029193658381700516, -0.05280323326587677, 0.06468886137008667, -0.08884575963020325, -0.027708567678928375, 0.1332162618637085, -0.01903904788196087, 0.04655366763472557, 0.12936700880527496, 0.02046884410083294, 0.015383756719529629, 0.034968774765729904, -0.2578005790710449, -0.07463036477565765, -0.03505445644259453, -0.012416874058544636, 0.05272092670202255, 0.05525677278637886, 0.19735674560070038, -0.03551921248435974, -0.08521962910890579, 0.020131373777985573, 0.02735883742570877, -0.02776256389915943, 0.10749414563179016, 0.019579345360398293, -0.004837906453758478, -0.16151933372020721, 0.08257976174354553, -0.005964108742773533, -0.08297000825405121, 0.028665626421570778, 0.2024049311876297, -0.12141239643096924, -0.10309756547212601, -0.06804922968149185, 0.07315051555633545, -0.09220825880765915, 0.016043387353420258, -0.005091092549264431, -0.1521538347005844, 0.06916408240795135, 0.07598215341567993, 0.04075418785214424, 0.06513199955224991, -0.11743064224720001, -0.015730571001768112, -0.04170290008187294, -0.002195435343310237, 0.03521120920777321, 0.01863143965601921, -0.057492829859256744, 0.15846455097198486, -0.0676199421286583, 0.08538917452096939, -0.0744810476899147, -0.1058846190571785, -0.1395980566740036, 0.04660497233271599, -0.08038312196731567, -0.07247276604175568, -0.12832807004451752, -0.052204377949237823, -0.0067099276930093765, -0.03388519585132599, 0.006552806124091148, -0.06627799570560455, -0.10922821611166, 0.01822470687329769, -0.00743203004822135, -0.009385870769619942, -0.06096754968166351, 0.026706209406256676, 0.06246216222643852, -0.039788868278265, 0.15730851888656616, 0.22509248554706573, -0.13591648638248444, 0.11564400047063828, -0.09797432273626328, -0.105463907122612, 0.046008042991161346, 0.009427277371287346, 0.03594303876161575, 0.0503489226102829, -0.03594081476330757, 0.0044484552927315235, 0.03905477747321129, 0.08074651658535004, 0.08456914126873016, -0.06776505708694458, 0.020801106467843056, -0.05122765153646469, -0.14904099702835083, -0.016655439510941505, -0.0464773029088974, 0.06876829266548157, -0.006725262850522995, 0.11020535975694656, -0.0515950471162796, 0.07739507406949997, -0.07558431476354599, 0.050614211708307266, 0.021146971732378006, -0.14688286185264587, -0.006612539757043123, -0.07093682140111923, 0.042144812643527985, -0.008834975771605968, 0.20241086184978485, -0.03228091076016426, 0.010342049412429333, 0.033811055123806, 0.06203942745923996, -0.01957780309021473, 0.009357001632452011, 0.2014283686876297, 0.12640917301177979, -0.08496357500553131, -0.02679651789367199, 0.06793134659528732, 0.07248228788375854, 0.07093550264835358, 0.10807815194129944, -0.015352966263890266, 0.028434239327907562, 0.07829629629850388, -0.060215238481760025, 0.07576877623796463, -0.08603982627391815, -0.11668483167886734, 0.05793621391057968, 0.012955795042216778, -0.055695828050374985, 0.20305177569389343, 0.19142870604991913, -0.026278704404830933, 0.018410727381706238, -0.0029499190859496593, -0.10117456316947937, -0.15619947016239166, -0.05423750728368759, -0.07170962542295456, -0.1319410353899002, -0.004549739416688681, -0.16646917164325714, 0.022016216069459915, -0.01132756657898426, 0.09506805986166, -0.06855440139770508, -0.01345991250127554, 0.1364889293909073, -0.1055467277765274, 0.0847758799791336, -0.024517204612493515, 0.07877567410469055, -0.03746940940618515, -0.018209461122751236, -0.10342709720134735, 0.007514837197959423, 0.01131442841142416, 0.06840907037258148, -0.10897937417030334, 0.02432350255548954, -0.12208317965269089, -0.08617185056209564, -0.026142612099647522, 0.09279687702655792, -0.0403008833527565, 0.15116846561431885, 0.02645145356655121, -0.06710928678512573, -0.004313822835683823, 0.2646709978580475, -0.08046227693557739, -0.08319197595119476, -0.030799202620983124, 0.2152107208967209, 0.04053696244955063, 0.06396269053220749, 0.019140036776661873, 0.038027774542570114, -0.07184682041406631, 0.2957373559474945, 0.34401440620422363, -0.1318037211894989, -0.007773484103381634, 0.04225075617432594, 0.04406323283910751, 0.14687567949295044, 0.07998795062303543, 0.11360671371221542, 0.2849363386631012, -0.09197647124528885, 0.016657205298542976, -0.04230864346027374, -0.01424806285649538, -0.06908884644508362, 0.045314885675907135, 0.08216670155525208, -0.09241747111082077, -0.022950593382120132, 0.08125471323728561, -0.29741767048835754, 0.10791494697332382, -0.15600289404392242, -0.14948409795761108, -0.05027429759502411, -0.008771711029112339, 0.014683255925774574, 0.019041186198592186, 0.09663030505180359, 0.025651484727859497, -0.07275258749723434, 0.07816889137029648, 0.024486342445015907, -0.23020237684249878, -0.01345184724777937, 0.1456068754196167, -0.06789913028478622, -0.025938833132386208, -0.021313713863492012, 0.051610056310892105, 0.05763651058077812, 0.09027529507875443, -0.03809558227658272, -0.0746568813920021, -0.007141788024455309, -0.022818787023425102, 0.01914946548640728, 0.0597183033823967, 0.06841408461332321, -0.0920223817229271, 0.1167774423956871, -0.07350476831197739, 0.0650370642542839, 0.037623800337314606, -0.022277191281318665, 0.0018526542698964477, 0.013183658011257648, -0.06512464582920074, 0.05533479526638985, 0.1295643299818039, -0.025459708645939827, -0.002524374984204769, -0.028180841356515884, -0.0767761766910553, -0.024015206843614578, -0.04643676429986954, -0.09101243317127228, -0.18130090832710266, -0.12738600373268127, 0.041754670441150665, -0.03240608796477318, -0.2046082615852356, 0.0060346988029778, -0.1128578633069992, 0.03700976446270943, -0.14154092967510223, 0.10004086047410965, 0.07216610759496689, 0.004716616589576006, 0.006774604320526123, 0.0675399899482727, 0.045677728950977325, 0.14796748757362366, -0.16543124616146088, -0.04919974133372307 ]
null
null
transformers
# Rick DialoGPT Model
{"tags": ["conversational"]}
text-generation
Arcktosh/DialoGPT-small-rick
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Rick DialoGPT Model
[ "# Rick DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Rick DialoGPT Model" ]
[ 51, 7 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Rick DialoGPT Model" ]
[ -0.027243174612522125, 0.09208611398935318, -0.005486058536916971, 0.01197603065520525, 0.13312271237373352, -0.0006643096567131579, 0.14875547587871552, 0.13561291992664337, -0.012389403767883778, -0.048079900443553925, 0.13848258554935455, 0.20838283002376556, -0.007769247982650995, 0.06212212145328522, -0.07722679525613785, -0.3253750503063202, 0.05440690368413925, 0.05986349284648895, -0.02559526450932026, 0.11941008269786835, 0.10155656188726425, -0.034638021141290665, 0.07502283155918121, 0.008745936676859856, -0.1460564285516739, 0.011253442615270615, 0.020986590534448624, -0.11265120655298233, 0.11301227658987045, 0.0699501633644104, 0.03311868757009506, 0.044131726026535034, -0.04560676962137222, -0.12763948738574982, 0.04502782225608826, 0.00030866602901369333, -0.04332113638520241, 0.05997459217905998, 0.016281595453619957, -0.09000954777002335, 0.11693226546049118, 0.12603440880775452, -0.01263172086328268, 0.041781701147556305, -0.1548357903957367, -0.004369331523776054, -0.01233562733978033, 0.06789606809616089, 0.06087101250886917, 0.10755407065153122, -0.04065045714378357, 0.11729123443365097, -0.06241777911782265, 0.11526333540678024, 0.1129850223660469, -0.291816771030426, -0.016308816149830818, 0.14326390624046326, 0.043570004403591156, 0.04201141744852066, -0.04241296648979187, 0.09895236790180206, 0.01734745316207409, -0.009189855307340622, -0.04667704179883003, -0.07920589298009872, -0.0809992179274559, 0.022899743169546127, -0.08393258601427078, -0.009693359956145287, 0.24909301102161407, -0.033697742968797684, 0.07867740839719772, -0.07909003645181656, -0.08747624605894089, -0.011933685280382633, -0.03604159876704216, -0.03430533409118652, -0.10349667817354202, 0.07883962988853455, -0.03785189241170883, -0.09532928466796875, -0.11454451829195023, -0.029063701629638672, -0.16551746428012848, 0.1769428551197052, 0.028738701716065407, 0.03337583318352699, -0.22648879885673523, 0.09508261829614639, -0.012410550378262997, -0.09879330545663834, 0.018604513257741928, -0.08811058849096298, 0.012304049916565418, 0.017966609448194504, -0.025972042232751846, -0.002111254259943962, 0.08367783576250076, 0.11593183130025864, 0.01627914048731327, 0.018418017774820328, -0.01303142961114645, 0.05024925619363785, 0.039101485162973404, 0.07016518712043762, -0.018131986260414124, -0.026958800852298737, 0.025394905358552933, -0.09519384801387787, -0.01311302836984396, -0.06533002108335495, -0.19878731667995453, -0.008748088963329792, 0.05362382158637047, 0.059645626693964005, 0.040223345160484314, 0.1349429488182068, 0.005914759822189808, -0.04811347648501396, 0.041568055748939514, -0.017372997477650642, -0.016568226739764214, 0.013325352221727371, 0.004558354616165161, 0.14832930266857147, 0.012210249900817871, 0.05107790604233742, -0.11448643356561661, 0.0074756252579391, -0.04443434625864029, -0.019875049591064453, -0.033431850373744965, -0.05190093815326691, -0.010580608621239662, -0.024629589170217514, 0.015543424524366856, -0.1382266879081726, -0.1671048104763031, -0.0113193579018116, -0.006982414051890373, -0.04376089945435524, -0.11932645738124847, -0.1048901304602623, -0.03145192563533783, 0.04379252344369888, -0.060927584767341614, -0.0003760824038181454, -0.04660411551594734, 0.09378229826688766, -0.03543102741241455, 0.07682112604379654, -0.10023638606071472, 0.0828537717461586, -0.07001189142465591, -0.04422231763601303, -0.0734889879822731, 0.13164658844470978, 0.014363138936460018, 0.05487450957298279, -0.031934577971696854, -0.01827416382730007, -0.10224048048257828, 0.07911752909421921, -0.04339373856782913, 0.23623128235340118, -0.09449771791696548, -0.10362883657217026, 0.26979705691337585, -0.053989510983228683, -0.1375254988670349, 0.10795111209154129, -0.015854641795158386, 0.11475867033004761, 0.12686948478221893, 0.18240338563919067, 0.06434911489486694, 0.007867260836064816, 0.07431085407733917, 0.11333738267421722, -0.0774611383676529, -0.018117602914571762, 0.014873803593218327, -0.020292608067393303, -0.07848027348518372, 0.023533256724476814, 0.07671299576759338, 0.05307117849588394, -0.05429181456565857, -0.015286878682672977, 0.00432937266305089, 0.004517627414315939, 0.05698307976126671, -0.02530503273010254, 0.12313884496688843, -0.029461434110999107, -0.07295558601617813, -0.029503753408789635, 0.027530280873179436, -0.05828499048948288, 0.03278997913002968, -0.08230485767126083, 0.03637091815471649, -0.014406797476112843, 0.07024850696325302, -0.16572508215904236, -0.09323301911354065, -0.05250932276248932, 0.1899155229330063, 0.06807822734117508, 0.11413464695215225, 0.05567482113838196, -0.06841246038675308, -0.0038719952572137117, 0.018287649378180504, 0.1991138458251953, -0.01677977479994297, -0.07748494297266006, -0.09769339859485626, 0.10122697055339813, -0.07130109518766403, 0.06141059845685959, -0.050490207970142365, 0.017946461215615273, 0.020556224510073662, 0.1050461083650589, -0.03456922993063927, 0.039413414895534515, 0.011159577406942844, -0.034563858062028885, -0.06218598783016205, -0.004433273337781429, 0.09716981649398804, 0.0021626276429742575, -0.10631977766752243, 0.24286337196826935, -0.19168923795223236, 0.12176351994276047, 0.17641966044902802, -0.19923987984657288, -0.0002552573860157281, -0.11963175982236862, -0.026344671845436096, 0.011637656949460506, 0.037626978009939194, -0.042151857167482376, 0.24314165115356445, -0.00910688005387783, 0.16631373763084412, -0.03389734402298927, -0.04332707077264786, -0.041059546172618866, -0.046011339873075485, 0.010055569931864738, 0.11430004984140396, 0.1047205775976181, -0.17159950733184814, 0.17967921495437622, 0.05867021903395653, 0.05177219957113266, 0.16841758787631989, 0.018001655116677284, 0.021052619442343712, 0.06948674470186234, -0.003431870136409998, -0.03584783151745796, -0.07413756102323532, -0.2106374204158783, -0.023212855681777, 0.0793403834104538, 0.048357341438531876, 0.1068209707736969, -0.1037900522351265, -0.03368109092116356, -0.010547412559390068, -0.021230356767773628, 0.03035620041191578, 0.14086326956748962, 0.013085569255053997, 0.1286563277244568, -0.024180158972740173, -0.06866493821144104, 0.06965550780296326, 0.014881031587719917, -0.08571527898311615, 0.19352088868618011, -0.10702410340309143, -0.34334462881088257, -0.10363983362913132, -0.18596062064170837, -0.056601256132125854, 0.04553624242544174, 0.11461924016475677, -0.14119702577590942, -0.020731983706355095, 0.006813736632466316, 0.06912991404533386, -0.11165751516819, 0.01017086487263441, -0.03630850836634636, -0.017619650810956955, -0.13406261801719666, -0.1034051924943924, -0.05356309190392494, -0.044913630932569504, -0.05510649085044861, 0.12040390819311142, -0.15435875952243805, 0.020806124433875084, 0.23555229604244232, 0.06075655668973923, 0.07018083333969116, -0.03907359018921852, 0.17685799300670624, -0.1052674949169159, 0.011976814828813076, 0.2128676474094391, -0.03831172361969948, 0.06525631994009018, 0.11611197143793106, -0.01394710224121809, -0.0662488266825676, 0.036592915654182434, -0.009823341853916645, -0.07247381657361984, -0.21345274150371552, -0.1158827692270279, -0.1087421104311943, 0.054685093462467194, 0.04713849350810051, 0.050020426511764526, 0.1613347977399826, 0.07427749037742615, -0.04962149262428284, -0.0022197163198143244, 0.06106492131948471, 0.0832381621003151, 0.2504972517490387, -0.06253999471664429, 0.1427627056837082, -0.025090228766202927, -0.16789253056049347, 0.06259234994649887, 0.0661388710141182, 0.09291604906320572, 0.06118352338671684, 0.10224727541208267, 0.005179570056498051, 0.009344357997179031, 0.12825439870357513, 0.07115643471479416, 0.008030776865780354, -0.03595518320798874, -0.039997417479753494, -0.03642706945538521, -0.013250070624053478, 0.032193150371313095, 0.046790316700935364, -0.16567666828632355, -0.021018991246819496, 0.009807335212826729, 0.05824935808777809, 0.02185324765741825, 0.08615364134311676, -0.18498282134532928, -0.016169089823961258, 0.06576614826917648, -0.011832303367555141, -0.11644340306520462, 0.08480028808116913, 0.0007836486911401153, -0.1121063381433487, 0.03723234683275223, -0.027525627985596657, 0.13150714337825775, -0.08457524329423904, 0.0741792693734169, -0.12022519111633301, -0.0374552421271801, -0.010245736688375473, 0.12193918228149414, -0.29501426219940186, 0.19123348593711853, -0.009575535543262959, -0.04439779743552208, -0.1071409061551094, -0.015645509585738182, 0.02963484264910221, 0.10361164063215256, 0.11110331863164902, -0.020523378625512123, -0.02764100395143032, 0.06007368490099907, -0.07205203175544739, 0.0399978905916214, 0.09906689822673798, -0.06730470806360245, -0.013155711814761162, -0.052545808255672455, 0.00039069546619430184, 0.010376452468335629, -0.10966821759939194, 0.022783124819397926, -0.19194799661636353, 0.08703918755054474, 0.08162695169448853, 0.09630028903484344, 0.037212129682302475, -0.029887177050113678, -0.07769683748483658, 0.2589099109172821, 0.009560960344970226, -0.10013746470212936, -0.10953836888074875, 0.008171502500772476, 0.04785030707716942, -0.07699282467365265, -0.016966527327895164, -0.0694924145936966, 0.04450516775250435, -0.06552471220493317, -0.18611730635166168, 0.11722762882709503, -0.09691806137561798, -0.03250948712229729, -0.036249466240406036, 0.21333028376102448, -0.03155504912137985, 0.017869247123599052, 0.04537748545408249, -0.00578570831567049, -0.11741422116756439, -0.10654788464307785, 0.0012778750387951732, -0.004119161982089281, 0.016931969672441483, 0.023226622492074966, -0.03199922665953636, -0.009455137886106968, -0.06797713041305542, -0.014383019879460335, 0.3228513300418854, 0.12615877389907837, -0.042267147451639175, 0.15242800116539001, 0.09877358376979828, -0.06251336634159088, -0.2941497564315796, -0.11165541410446167, -0.07421603053808212, -0.05438753217458725, -0.09733224660158157, -0.18137554824352264, 0.08739634603261948, -0.05383281409740448, -0.013516134582459927, 0.09413999319076538, -0.25194358825683594, -0.10185287892818451, 0.2005643993616104, -0.03753361105918884, 0.4304826855659485, -0.11250142753124237, -0.07815388590097427, -0.04850279167294502, -0.14005880057811737, 0.19035954773426056, 0.004324326757341623, 0.10461755096912384, -0.0006430890643969178, 0.19764995574951172, 0.05591731518507004, -0.0006032987730577588, 0.07056128233671188, 0.01866593211889267, -0.057801030576229095, -0.09095179289579391, -0.0913778692483902, -0.0337459035217762, 0.010270410217344761, 0.0292131919413805, -0.07448325306177139, 0.04388400912284851, -0.13094636797904968, -0.05198022723197937, -0.08626694977283478, 0.038746368139982224, 0.027130719274282455, -0.06653520464897156, -0.0030553280375897884, -0.04914497584104538, 0.0004573945188894868, 0.007742773275822401, 0.21047258377075195, -0.10902713984251022, 0.1467881053686142, 0.028732312843203545, 0.1500566452741623, -0.09794784337282181, -0.04768699035048485, -0.06421241164207458, -0.05478411167860031, 0.07145597785711288, -0.12202182412147522, 0.03240978345274925, 0.1044924184679985, -0.026888413354754448, 0.08732181787490845, 0.1105954647064209, -0.010995322838425636, 0.005803761538118124, 0.08983830362558365, -0.241703063249588, -0.06713853776454926, -0.08410414308309555, 0.05373041704297066, 0.05893997475504875, 0.10275863856077194, 0.20927143096923828, 0.007167487405240536, -0.031165437772870064, 0.021489497274160385, 0.027375908568501472, -0.017840299755334854, 0.05977841466665268, 0.010519524104893208, 0.030491052195429802, -0.14741286635398865, 0.043485816568136215, -0.013757874257862568, -0.09077676385641098, 0.02600322663784027, 0.14754873514175415, -0.10901660472154617, -0.12182232737541199, -0.03921690955758095, 0.13600249588489532, -0.14775370061397552, -0.009947444312274456, -0.0477454848587513, -0.12692049145698547, 0.06857728958129883, 0.1067143976688385, 0.0457911379635334, 0.04121949151158333, -0.09239879250526428, -0.027268609032034874, -0.0535728819668293, 0.00003198942795279436, 0.028995376080274582, -0.0204177163541317, -0.05248761177062988, 0.040780652314424515, -0.03588524088263512, 0.12051229178905487, -0.08552545309066772, -0.10064204037189484, -0.16698434948921204, 0.03528384119272232, -0.07174701243638992, -0.08977310359477997, -0.0871967226266861, -0.03724304214119911, 0.006766482722014189, -0.0405125692486763, -0.02825779654085636, -0.03461418300867081, -0.1126255914568901, 0.03079685941338539, -0.04579872637987137, 0.003088617930188775, -0.07116411626338959, 0.029772473499178886, 0.0525958277285099, -0.029091687873005867, 0.149556964635849, 0.14025014638900757, -0.11192594468593597, 0.09547203034162521, -0.1507159322500229, -0.07066365331411362, 0.09605675935745239, 0.018403515219688416, 0.04981891065835953, 0.05175008252263069, 0.009065150283277035, 0.051755502820014954, 0.06169715151190758, 0.04307684674859047, 0.0153890922665596, -0.07590135186910629, 0.06697173416614532, -0.06090308725833893, -0.10307016223669052, -0.05066140368580818, -0.003966273739933968, 0.015159476548433304, 0.07283487915992737, 0.10097057372331619, -0.056661296635866165, 0.09506311267614365, -0.05649305135011673, 0.04625694453716278, 0.024318000301718712, -0.17797043919563293, 0.03397766128182411, -0.08718447387218475, 0.05030312016606331, 0.010050542652606964, 0.1727033108472824, 0.02054430916905403, -0.019508427008986473, 0.02473587542772293, 0.0719463899731636, 0.04261681064963341, -0.013226886279881, 0.19012948870658875, 0.10657399147748947, -0.03943915665149689, -0.0805516242980957, 0.09759991616010666, 0.04438556358218193, 0.04173632711172104, 0.14543114602565765, -0.05563090741634369, -0.03441290557384491, 0.081944540143013, -0.0026839920319616795, 0.010976077988743782, -0.09896437078714371, -0.13543705642223358, -0.026787811890244484, 0.036508288234472275, -0.03667739778757095, 0.10571453720331192, 0.15851758420467377, -0.005720720160752535, 0.01726081222295761, -0.01855739764869213, -0.05729815363883972, -0.1993623524904251, -0.19528920948505402, -0.083323635160923, -0.13647840917110443, 0.0050200955010950565, -0.13574683666229248, 0.04266147315502167, 0.026296362280845642, 0.09698255360126495, -0.04634363576769829, 0.050944969058036804, 0.03791060671210289, -0.11099781841039658, 0.058360110968351364, -0.043620482087135315, 0.09173028916120529, -0.03267880156636238, 0.014702340587973595, -0.060175783932209015, 0.035412851721048355, 0.016039982438087463, 0.041373249143362045, -0.02921622060239315, 0.019025372341275215, -0.12458328902721405, -0.08709227293729782, -0.06697598844766617, 0.06596853584051132, 0.006195025984197855, 0.16954803466796875, 0.019531596451997757, -0.027915386483073235, 0.028833186253905296, 0.23899038136005402, -0.07318265736103058, -0.09635625779628754, -0.06982157379388809, 0.21012257039546967, -0.009315763600170612, 0.08784335851669312, -0.03747710958123207, 0.009438461624085903, -0.08562079071998596, 0.3506644368171692, 0.29213622212409973, -0.09391074627637863, 0.010968702845275402, -0.0027621579356491566, 0.04181644320487976, 0.12788556516170502, 0.09239348024129868, 0.10824161767959595, 0.29070642590522766, -0.06708572804927826, -0.03647898510098457, -0.006994254421442747, -0.0254643727093935, -0.055716969072818756, 0.0551714263856411, 0.05315792188048363, -0.06511329114437103, -0.01592782698571682, 0.11738577485084534, -0.2489209920167923, 0.0614120177924633, -0.15840938687324524, -0.16190756857395172, -0.07126864790916443, -0.0001230158086400479, 0.0958227664232254, 0.01604771800339222, 0.09578458964824677, -0.011418631300330162, -0.06834693253040314, 0.04414822906255722, 0.020037546753883362, -0.20774760842323303, 0.009963343851268291, 0.06968449801206589, -0.051950447261333466, -0.05526239052414894, -0.017540784552693367, 0.07181108742952347, 0.0862373560667038, 0.031932324171066284, -0.021655123680830002, 0.04088883846998215, -0.011214682832360268, -0.07533704489469528, 0.03916772082448006, 0.027806051075458527, 0.005651058629155159, -0.08518505096435547, 0.07656224071979523, -0.16369622945785522, 0.03412613272666931, -0.0035786160733550787, -0.048953261226415634, -0.014727948233485222, 0.030175231397151947, -0.061420172452926636, 0.08509553223848343, 0.0839199498295784, -0.0171944722533226, -0.016525855287909508, -0.0222842525690794, -0.012990890070796013, -0.020874707028269768, -0.0818524956703186, -0.09698375314474106, -0.15574125945568085, -0.1261346936225891, 0.08575325459241867, -0.00355695397593081, -0.19997835159301758, 0.028783639892935753, -0.12125882506370544, 0.04249454662203789, -0.12142720073461533, 0.09701541811227798, 0.0825105607509613, 0.02303435280919075, -0.0030652873683720827, 0.006164520047605038, 0.03737448528409004, 0.07968182861804962, -0.13731823861598969, -0.08554888516664505 ]
null
null
transformers
# Cultured Kumiko DialoGPT Model
{"tags": ["conversational"]}
text-generation
AriakimTaiyo/DialoGPT-cultured-Kumiko
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Cultured Kumiko DialoGPT Model
[ "# Cultured Kumiko DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Cultured Kumiko DialoGPT Model" ]
[ 51, 10 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Cultured Kumiko DialoGPT Model" ]
[ 0.01232860703021288, 0.026171725243330002, -0.005277747288346291, 0.007207741029560566, 0.1733902245759964, 0.016173211857676506, 0.18071918189525604, 0.11523045599460602, 0.04729032143950462, -0.032802581787109375, 0.07443515211343765, 0.12680093944072723, 0.036064449697732925, 0.11775501072406769, -0.04391970857977867, -0.3292367160320282, 0.07976841926574707, 0.058543913066387177, 0.037056658416986465, 0.11757947504520416, 0.09957937896251678, -0.0403575673699379, 0.08606767654418945, 0.016085337847471237, -0.13611847162246704, -0.008696964010596275, 0.011050415225327015, -0.154788076877594, 0.07520293444395065, 0.03256756439805031, 0.03442961350083351, -0.00007415809523081407, -0.04721793532371521, -0.14710992574691772, 0.03835781291127205, -0.02069580927491188, -0.04125308617949486, -0.005469986703246832, 0.029202548786997795, -0.09604467451572418, 0.2109767347574234, 0.09035990387201309, -0.027147075161337852, 0.021491317078471184, -0.17678464949131012, 0.05463718622922897, -0.0004778367292601615, 0.07689156383275986, 0.094114288687706, 0.09278684854507446, -0.05800333619117737, 0.040124211460351944, -0.08235932141542435, 0.10641451925039291, 0.10255157947540283, -0.2768142521381378, -0.046934958547353745, 0.09299109876155853, 0.03912395238876343, 0.084365613758564, -0.06536167114973068, 0.08853071182966232, 0.007633237633854151, -0.020398540422320366, -0.07472028583288193, -0.10628136992454529, -0.11435981094837189, -0.01618167944252491, -0.07197896391153336, 0.032464317977428436, 0.28020554780960083, -0.037200164049863815, 0.07753833383321762, -0.08190099149942398, -0.08035781979560852, -0.007128596771508455, -0.04816078767180443, -0.051039230078458786, -0.09043677896261215, 0.04739655926823616, 0.021682633087038994, -0.07678242027759552, -0.09039092063903809, 0.0032744361087679863, -0.13178257644176483, 0.26209163665771484, 0.05351503938436508, 0.02747279405593872, -0.23375093936920166, 0.03876407817006111, 0.04656395688652992, -0.10463938117027283, 0.02182607352733612, -0.0767131820321083, 0.046945568174123764, 0.031452782452106476, 0.025475066155195236, -0.05771308019757271, 0.08988069742918015, 0.0760050043463707, -0.009410628117620945, 0.01373813021928072, -0.0023156157694756985, 0.04055323824286461, 0.08954236656427383, 0.08590871095657349, -0.021317133679986, -0.0966871902346611, 0.017829107120633125, -0.0803128108382225, -0.01897713914513588, -0.0705738216638565, -0.1626441329717636, -0.04296867176890373, 0.05983661487698555, 0.06812123209238052, 0.010628034360706806, 0.1305018663406372, -0.0017798602348193526, -0.05125105381011963, -0.02175925485789776, -0.019457770511507988, -0.029312707483768463, -0.022390302270650864, -0.017438964918255806, 0.1958727240562439, -0.03617796674370766, 0.033417072147130966, -0.1014309898018837, 0.03701592609286308, -0.030886150896549225, 0.05264927074313164, -0.010713571682572365, -0.010117200203239918, 0.00405128113925457, -0.10901005566120148, 0.02967672422528267, -0.16504082083702087, -0.10661926120519638, -0.017337001860141754, -0.017802026122808456, -0.04058952257037163, -0.07586967200040817, -0.10163601487874985, -0.017068225890398026, 0.03777945041656494, -0.055437926203012466, -0.06813161820173264, -0.08376375585794449, 0.07081501930952072, -0.05068302899599075, 0.10349880158901215, -0.04892399162054062, 0.0822003036737442, -0.07674358040094376, -0.010830867104232311, -0.09136798232793808, 0.08723851293325424, 0.010974172502756119, 0.030940210446715355, 0.01368203479796648, 0.014021052978932858, -0.0766717717051506, 0.05365471541881561, -0.034208718687295914, 0.2459099143743515, -0.07954820245504379, -0.08350494503974915, 0.32274889945983887, -0.03827033191919327, -0.10339965671300888, 0.12872068583965302, 0.004865242633968592, 0.1253758817911148, 0.12739428877830505, 0.23043625056743622, -0.09822984784841537, -0.02651643007993698, 0.061479274183511734, 0.05513300374150276, -0.08339424431324005, 0.045318201184272766, 0.021465076133608818, 0.00891188532114029, -0.07195354998111725, 0.06370996683835983, 0.08434583246707916, 0.09055604785680771, -0.057202715426683426, -0.03699614107608795, 0.028301812708377838, -0.016649730503559113, 0.10443409532308578, -0.054006222635507584, 0.11791863292455673, -0.02682778611779213, -0.03062356822192669, -0.007298897951841354, 0.0358433835208416, -0.04271318018436432, 0.03144441917538643, -0.09265358000993729, 0.1040780320763588, -0.021172285079956055, 0.0815754234790802, -0.1026950553059578, 0.001964814495295286, -0.01701195351779461, 0.20029649138450623, 0.05850839614868164, 0.08386507630348206, 0.02069580927491188, -0.053311318159103394, -0.04455246403813362, 0.026314085349440575, 0.10147178918123245, -0.010186394676566124, -0.07548500597476959, -0.09045379608869553, 0.12728238105773926, -0.019874490797519684, 0.063509501516819, -0.014145414344966412, -0.01936343125998974, 0.005059589631855488, 0.12579162418842316, -0.02860221266746521, 0.046540141105651855, 0.028554141521453857, 0.009533504024147987, -0.06460943818092346, 0.012955290265381336, 0.08205007016658783, -0.018806928768754005, -0.08939388394355774, 0.27479642629623413, -0.16924123466014862, 0.09339713305234909, 0.17318259179592133, -0.16268669068813324, 0.002760335337370634, -0.05877087265253067, -0.0062545244581997395, -0.005565142724663019, 0.05883938819169998, 0.03414987772703171, 0.20834963023662567, -0.0356755256652832, 0.14267195761203766, -0.04260663315653801, 0.009596928022801876, -0.0010664304718375206, -0.06885766983032227, -0.0013842300977557898, 0.08614345639944077, 0.08085224777460098, -0.15386034548282623, 0.16641125082969666, 0.13045591115951538, 0.052183326333761215, 0.29025954008102417, 0.021908223628997803, 0.002187497215345502, 0.022418031468987465, 0.003957980778068304, -0.061681490391492844, 0.0029363702051341534, -0.30742934346199036, -0.04615403339266777, 0.05320347473025322, 0.04071539267897606, 0.09318757802248001, -0.07360809296369553, -0.04695694521069527, -0.0456286184489727, -0.022326121106743813, 0.10159895569086075, 0.1564340591430664, 0.009437309578061104, 0.12343723326921463, -0.031574781984090805, -0.007055078167468309, 0.05623617395758629, 0.02060009352862835, -0.02638339065015316, 0.16112813353538513, -0.14752724766731262, -0.3378904461860657, -0.052184779196977615, -0.17542362213134766, -0.11418765783309937, 0.027112243697047234, 0.0770338624715805, -0.15675871074199677, -0.00441736401990056, 0.02462601661682129, 0.1368432343006134, -0.10164202004671097, -0.011449740268290043, -0.04502684250473976, 0.027400288730859756, -0.16798165440559387, -0.07051302492618561, -0.06451276689767838, -0.027658861130475998, -0.08203092217445374, 0.15843509137630463, -0.13227711617946625, 0.05988578125834465, 0.1997012197971344, 0.05084360018372536, 0.03969447314739227, -0.03243918716907501, 0.17851221561431885, -0.15044352412223816, 0.014439711347222328, 0.18308477103710175, -0.05025862529873848, 0.048078328371047974, 0.1333887130022049, -0.03446672111749649, -0.060605596750974655, 0.032187025994062424, -0.019688205793499947, -0.07693786174058914, -0.2180287092924118, -0.10875722020864487, -0.11970647424459457, 0.12756358087062836, -0.01497003436088562, 0.03803723677992821, 0.1376308798789978, 0.07979150861501694, -0.05421643331646919, 0.03294050693511963, 0.05639222264289856, 0.06647896766662598, 0.16812355816364288, -0.07362358272075653, 0.11998935043811798, 0.014552132226526737, -0.1402389258146286, 0.07210810482501984, 0.08454092592000961, 0.12818589806556702, 0.04723110795021057, 0.044401418417692184, 0.05419023707509041, 0.08891905099153519, 0.15219146013259888, 0.02753421664237976, 0.053219858556985855, -0.03116033226251602, -0.028692562133073807, -0.04494749382138252, -0.02161659486591816, 0.058324769139289856, 0.07914943248033524, -0.17199060320854187, -0.012662334367632866, 0.013094478286802769, 0.09542226046323776, 0.06302513182163239, 0.04322781786322594, -0.07530108094215393, 0.0041400291956961155, 0.07623138278722763, -0.01612117700278759, -0.12791751325130463, 0.10426148772239685, 0.035820405930280685, -0.19464348256587982, 0.044552937150001526, -0.005587715655565262, 0.11594243347644806, -0.09420104324817657, 0.04413831979036331, -0.12618598341941833, -0.06362064927816391, 0.004072790499776602, 0.09736185520887375, -0.2993806004524231, 0.20429804921150208, -0.017764834687113762, -0.029797829687595367, -0.13561786711215973, -0.046340711414813995, 0.06219770759344101, 0.06834539026021957, 0.11265107244253159, 0.017336878925561905, -0.012849090620875359, -0.04491728916764259, -0.036440663039684296, 0.034007247537374496, 0.14034046232700348, -0.037568073719739914, -0.010351910255849361, -0.021729085594415665, 0.004683607257902622, -0.06129971519112587, -0.07638189941644669, -0.09477606415748596, -0.1745300143957138, 0.06607624888420105, 0.0808204859495163, 0.11324239522218704, 0.02343682013452053, -0.03343090042471886, -0.06271534413099289, 0.1941569596529007, 0.10133250057697296, -0.09857279062271118, -0.08527152985334396, -0.08275899291038513, 0.053860023617744446, -0.07855774462223053, -0.0026196923572570086, -0.08612299710512161, 0.015284663997590542, -0.06511986255645752, -0.15311141312122345, 0.0873425081372261, -0.08238176256418228, -0.06937138736248016, -0.013554105535149574, 0.17711855471134186, 0.025321071967482567, 0.00924984272569418, 0.03123398870229721, -0.0042322296649217606, -0.04968223348259926, -0.08188333362340927, -0.03825852647423744, 0.10003915429115295, -0.03951101377606392, 0.07750555127859116, -0.06586673110723495, -0.028882723301649094, -0.13814839720726013, -0.0972386822104454, 0.24887847900390625, 0.1587464064359665, -0.002756197238340974, 0.1920657604932785, 0.1058809831738472, -0.06389312446117401, -0.30712106823921204, -0.12427215278148651, -0.0891539454460144, -0.008395249024033546, -0.05919871851801872, -0.17755207419395447, 0.06981634348630905, -0.040281180292367935, -0.0014653096441179514, 0.1051267459988594, -0.2770410180091858, -0.12124192714691162, 0.13112401962280273, 0.02974003367125988, 0.43371760845184326, -0.10640247911214828, -0.033965740352869034, -0.05043783783912659, -0.1414497196674347, 0.14665192365646362, -0.018070217221975327, 0.11931901425123215, -0.04444252699613571, 0.15447862446308136, 0.038666415959596634, 0.030301960185170174, 0.09364476799964905, 0.009316181764006615, -0.06295875459909439, -0.11773554980754852, -0.09173250198364258, 0.07200052589178085, 0.008093259297311306, -0.003703871974721551, -0.07973243296146393, -0.0044233365915715694, -0.11196159571409225, -0.07478362321853638, -0.08622406423091888, 0.022858288139104843, 0.01597089134156704, -0.09853579849004745, -0.03076488897204399, -0.003789157373830676, 0.00013808584481012076, 0.016465364024043083, 0.1409347504377365, -0.04917475953698158, 0.1030159443616867, -0.027657881379127502, 0.08514172583818436, -0.09786530584096909, 0.03607877716422081, -0.08487295359373093, -0.045085370540618896, 0.0666334480047226, -0.05381977558135986, -0.007337657269090414, 0.08119309693574905, -0.03719431534409523, 0.10963557660579681, 0.06618314236402512, -0.026881972327828407, 0.03936699777841568, 0.07114291191101074, -0.19631174206733704, -0.11253956705331802, -0.0886865109205246, -0.03680841997265816, 0.11207006871700287, 0.03393387421965599, 0.2059427946805954, -0.039464060217142105, -0.053185850381851196, -0.025239214301109314, 0.04801025241613388, -0.04655870050191879, 0.023167289793491364, -0.018738070502877235, -0.006005766801536083, -0.1164059042930603, 0.07708383351564407, 0.010529298335313797, -0.1150563433766365, 0.04957034811377525, 0.12624411284923553, -0.12052926421165466, -0.10177694261074066, -0.04364214465022087, 0.15999309718608856, -0.07290216535329819, -0.0318729467689991, -0.027965549379587173, -0.141022190451622, 0.01148239802569151, 0.035392746329307556, 0.0511329360306263, 0.05143524706363678, -0.06199732422828674, -0.014325750060379505, -0.008489660918712616, 0.01909380778670311, 0.0749988704919815, -0.042458754032850266, -0.058316171169281006, 0.0030142066534608603, -0.009904414415359497, 0.14915643632411957, -0.09078214317560196, -0.11745301634073257, -0.1680709272623062, 0.05130540579557419, -0.12023520469665527, -0.06343551725149155, -0.1631501019001007, -0.0717494785785675, -0.02519933693110943, -0.03706524521112442, -0.05290604010224342, -0.04340555891394615, -0.11086299270391464, 0.03691910579800606, -0.05429248884320259, 0.040400855243206024, -0.007705166004598141, -0.001962384209036827, 0.06069337576627731, -0.03591476008296013, 0.1456487625837326, 0.15524426102638245, -0.11901003122329712, 0.10728733986616135, -0.15598203241825104, -0.023787470534443855, 0.08684626966714859, 0.02073610946536064, 0.04524242877960205, 0.0595453605055809, -0.009402730502188206, 0.05313580483198166, 0.09988713264465332, 0.05816339701414108, 0.012223192490637302, -0.09074190258979797, -0.01943010836839676, -0.07914337515830994, -0.13524556159973145, -0.046061765402555466, 0.011579385958611965, 0.04898257926106453, 0.04022182151675224, 0.08753009885549545, -0.07012341916561127, 0.12993142008781433, -0.011453351937234402, 0.04292351379990578, 0.021938921883702278, -0.15969683229923248, 0.013232450000941753, -0.1214798092842102, 0.04432770237326622, 0.013887986540794373, 0.2249731868505478, 0.06314050406217575, -0.0387348048388958, 0.007456573657691479, 0.023324239999055862, -0.00879049301147461, 0.002036349382251501, 0.17552410066127777, 0.09214271605014801, -0.04771008715033531, -0.1079261526465416, 0.07288599759340286, 0.0025274648796766996, 0.03789563477039337, 0.1154165267944336, 0.024024438112974167, 0.030719580128788948, 0.08691571652889252, -0.041517939418554306, 0.02803429588675499, -0.10029318928718567, -0.17022691667079926, -0.09389995038509369, 0.06288847327232361, -0.06421392410993576, 0.15517430007457733, 0.12142970412969589, -0.03997207432985306, 0.03032812476158142, -0.011872010305523872, -0.09736040979623795, -0.16146273910999298, -0.20322827994823456, -0.07389745116233826, -0.13952475786209106, 0.031074579805135727, -0.12582911550998688, 0.05862921103835106, -0.0038365244399756193, 0.09733347594738007, -0.09415821731090546, 0.09522102028131485, 0.05018642917275429, -0.14022397994995117, 0.13000649213790894, -0.02046247012913227, 0.05846109986305237, -0.030686279758810997, -0.011990406550467014, -0.1234351396560669, 0.004294137004762888, 0.010054451413452625, 0.05371033400297165, -0.13066092133522034, 0.017664747312664986, -0.11060144007205963, -0.0847485363483429, -0.03356160596013069, 0.035931628197431564, 0.03879622742533684, 0.1489524394273758, 0.04586098715662956, -0.02879653498530388, 0.017292693257331848, 0.22192499041557312, -0.0027218505274504423, -0.09598363935947418, -0.06747961789369583, 0.08521384745836258, -0.01441286876797676, 0.05971972271800041, -0.031222661957144737, 0.01958547718822956, -0.09915382415056229, 0.3507150411605835, 0.269551157951355, -0.07188853621482849, 0.004136677365750074, -0.02760692872107029, 0.052645694464445114, 0.07650236040353775, 0.10819672793149948, 0.08222148567438126, 0.29952874779701233, -0.05533560737967491, -0.00931579526513815, -0.040220651775598526, -0.0591590441763401, -0.07662227749824524, 0.0017302838386967778, 0.07266925275325775, -0.08791770040988922, -0.04037627950310707, 0.11100408434867859, -0.3267073929309845, 0.0923389121890068, -0.12921775877475739, -0.18141010403633118, -0.10537336766719818, -0.01945086009800434, 0.10778979957103729, 0.051466427743434906, 0.0843580812215805, -0.006907558534294367, -0.053340278565883636, 0.0853874683380127, 0.05353991314768791, -0.15933777391910553, 0.030107390135526657, 0.06754593551158905, -0.0012726362328976393, -0.06355752795934677, -0.015056353062391281, 0.0818670317530632, 0.07051742076873779, 0.0769086629152298, 0.016935501247644424, 0.04311498627066612, 0.004502813797444105, -0.02039864845573902, 0.017490534111857414, 0.10398907214403152, 0.017010800540447235, -0.15241992473602295, 0.11486849933862686, -0.09456317126750946, 0.047751929610967636, 0.04470774158835411, -0.002428048523142934, -0.045736171305179596, 0.07851533591747284, -0.09919504076242447, 0.08557794243097305, 0.11863003671169281, -0.011826672591269016, -0.030671188607811928, -0.015519819222390652, -0.025048982352018356, -0.04530710726976395, -0.06377993524074554, -0.0839294046163559, -0.15575437247753143, -0.1530269980430603, 0.05974137783050537, 0.021385787054896355, -0.11998709291219711, 0.01348515972495079, -0.1505613774061203, 0.05121370032429695, -0.15187986195087433, 0.12301939725875854, 0.05238659679889679, 0.02176164835691452, 0.02904324047267437, -0.049978066235780716, 0.05340121313929558, 0.07192304730415344, -0.13273172080516815, -0.08746936917304993 ]
null
null
null
# Medium Kumiko DialoGPT Model
{"tags": ["conversational"]}
text-generation
AriakimTaiyo/DialoGPT-medium-Kumiko
[ "conversational", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #conversational #region-us
# Medium Kumiko DialoGPT Model
[ "# Medium Kumiko DialoGPT Model" ]
[ "TAGS\n#conversational #region-us \n", "# Medium Kumiko DialoGPT Model" ]
[ 10, 9 ]
[ "passage: TAGS\n#conversational #region-us \n# Medium Kumiko DialoGPT Model" ]
[ 0.05314796790480614, -0.030321577563881874, -0.005320665426552296, -0.059618886560201645, 0.14629648625850677, 0.04491886869072914, 0.223875030875206, 0.03963087871670723, 0.13206566870212555, -0.031639955937862396, 0.013066701591014862, -0.0409272238612175, 0.045119792222976685, 0.06196456775069237, -0.03682706505060196, -0.38671979308128357, 0.037428904324769974, 0.03773634880781174, 0.09121622890233994, 0.06857496500015259, 0.04212227463722229, -0.08656882494688034, 0.0069589875638484955, 0.008694473654031754, -0.07859266549348831, 0.03266693279147148, 0.011141031049191952, -0.08285810798406601, 0.03227054700255394, 0.014816290698945522, 0.06198013201355934, -0.008900289423763752, -0.07584736496210098, -0.1877252757549286, 0.029787886887788773, -0.05310129001736641, -0.022168856114149094, -0.06442375481128693, -0.018991457298398018, -0.04162312671542168, 0.11707965284585953, 0.1003757119178772, 0.018854092806577682, 0.025087369605898857, -0.21479253470897675, 0.04261074215173721, 0.00970712024718523, 0.05091916024684906, 0.11240994185209274, 0.03740588203072548, -0.04665675014257431, 0.09253377467393875, -0.19752977788448334, 0.026998134329915047, -0.010278476402163506, -0.23700495064258575, -0.02786131203174591, 0.17094558477401733, 0.011577103286981583, 0.20696094632148743, -0.06406798213720322, 0.0853651911020279, 0.00887206569314003, -0.057253703474998474, -0.2434297502040863, -0.08956463634967804, -0.030714472755789757, 0.03356408700346947, -0.060769252479076385, 0.09830985218286514, 0.39935988187789917, 0.010759321041405201, 0.06407374888658524, -0.005692777223885059, -0.006782860960811377, 0.05104779079556465, -0.018403341993689537, -0.12116085737943649, -0.08400151878595352, 0.05071986839175224, 0.05237668380141258, -0.05223949998617172, -0.09478536993265152, 0.013100667856633663, -0.20855696499347687, 0.32318973541259766, 0.016392800956964493, 0.08180678635835648, -0.27581143379211426, -0.06008805334568024, -0.09443574398756027, -0.09360356628894806, 0.03444846719503403, -0.10564171522855759, -0.004541892092674971, 0.008776139467954636, 0.0771310031414032, -0.04678308591246605, 0.08058247715234756, 0.005776441190391779, -0.028905397281050682, 0.04454634338617325, 0.038110245019197464, 0.028276527300477028, 0.13889768719673157, 0.04367198050022125, -0.0036551395896822214, -0.09363539516925812, -0.047687649726867676, -0.05483827739953995, -0.018474427983164787, -0.06375815719366074, -0.12455985695123672, 0.0012245423858985305, -0.08060277253389359, 0.06811369955539703, -0.011912757530808449, -0.005586774554103613, -0.0539529025554657, -0.027945801615715027, -0.016615435481071472, 0.012695626355707645, -0.03285960480570793, -0.030288266018033028, -0.00721216993406415, 0.2299555093050003, -0.17800550162792206, 0.04276789724826813, 0.07274964451789856, 0.01012109499424696, -0.034749049693346024, 0.017573881894350052, -0.01858191005885601, 0.04364214092493057, 0.03459249809384346, -0.07901151478290558, 0.05966630205512047, -0.1461467295885086, 0.029315128922462463, -0.02887171506881714, -0.03718667849898338, -0.04101622477173805, 0.004081292077898979, -0.05694907158613205, 0.03172213211655617, 0.01832822524011135, -0.05059153586626053, -0.14618882536888123, -0.09574909508228302, 0.00621334882453084, 0.013260656036436558, 0.09348040074110031, -0.048043426126241684, 0.03176337853074074, -0.02810892090201378, 0.047658439725637436, -0.06567385792732239, 0.011489246040582657, -0.021276699379086494, 0.027680600062012672, 0.03571492061018944, 0.06326611340045929, -0.1624290496110916, 0.021099429577589035, -0.04222266748547554, 0.2510750889778137, -0.11151469498872757, -0.04273748770356178, 0.2531033754348755, -0.03799230977892876, -0.08354417979717255, 0.09689392894506454, 0.005174979101866484, 0.08595191687345505, 0.12345098704099655, 0.32260385155677795, -0.09674054384231567, -0.031804852187633514, 0.01633397862315178, 0.11908431351184845, -0.0888310894370079, 0.030883539468050003, 0.08687379956245422, -0.012856688350439072, -0.14540383219718933, 0.04618559777736664, 0.11668606102466583, 0.08730412274599075, -0.10912930220365524, -0.03652124106884003, 0.08552180975675583, -0.022381022572517395, 0.09856149554252625, -0.026024408638477325, 0.09858324378728867, -0.05685854330658913, 0.03487570211291313, 0.10735950618982315, 0.10361825674772263, 0.05994054675102234, -0.01960805617272854, -0.13002097606658936, 0.031947799026966095, -0.10106290131807327, 0.03257715702056885, -0.031063733622431755, -0.04374165087938309, -0.0455101877450943, 0.24291430413722992, 0.12054262310266495, 0.13785172998905182, 0.050586577504873276, -0.11408917605876923, -0.043658096343278885, 0.060040183365345, 0.07527630031108856, 0.0324183851480484, -0.009361621923744678, -0.10003875941038132, 0.15206024050712585, -0.07719656825065613, 0.016506899148225784, 0.005482816137373447, -0.07443279772996902, 0.06504284590482712, 0.10669450461864471, 0.007302635814994574, 0.044685911387205124, 0.07503380626440048, 0.03225911036133766, 0.029878929257392883, 0.06629502773284912, 0.040953028947114944, -0.024980412796139717, -0.12657932937145233, 0.28169772028923035, -0.12757590413093567, 0.0837526023387909, 0.10399147868156433, -0.038339074701070786, 0.048112932592630386, -0.11503530293703079, 0.010900815017521381, -0.018075644969940186, 0.08710548281669617, 0.03546459972858429, 0.1537766456604004, -0.05171382054686546, 0.018707498908042908, 0.00529666431248188, 0.08379436284303665, -0.033493101596832275, -0.09277854114770889, -0.06680340319871902, 0.10988739132881165, 0.033761296421289444, -0.20093297958374023, 0.13001586496829987, 0.13778865337371826, 0.10406573116779327, 0.35888954997062683, -0.0204017236828804, -0.0014648280339315534, -0.0498434342443943, -0.01733744889497757, -0.05780172720551491, 0.10079298913478851, -0.33291876316070557, -0.043674059212207794, 0.027821216732263565, 0.0433666855096817, 0.1136464849114418, -0.06007258966565132, -0.10298082232475281, -0.03290257602930069, 0.02197875641286373, 0.08872855454683304, 0.1625058948993683, -0.04349025338888168, 0.06212767958641052, 0.02432239055633545, -0.04793247580528259, 0.04231004789471626, 0.0031890489626675844, 0.0014233238762244582, 0.07708252966403961, -0.1772925704717636, -0.2456769496202469, 0.03121378645300865, -0.10820098221302032, -0.10155755281448364, -0.021317552775144577, 0.021403830498456955, -0.23011839389801025, -0.0035018292255699635, 0.05721385031938553, 0.05855284631252289, -0.15457607805728912, -0.008109278976917267, -0.003286364022642374, 0.010945474728941917, -0.19560733437538147, -0.04411040619015694, -0.052108120173215866, -0.09056064486503601, -0.06512007117271423, 0.09980422258377075, -0.17425277829170227, 0.09332543611526489, 0.28772038221359253, 0.10581811517477036, 0.0487164631485939, 0.001017206348478794, 0.11584559828042984, -0.17025253176689148, -0.07943244278430939, 0.11660561710596085, -0.019095169380307198, 0.0449787899851799, 0.1898646205663681, 0.03585087135434151, -0.02206994593143463, 0.004786286503076553, -0.030254041776061058, -0.09055815637111664, -0.1969720870256424, -0.09716585278511047, -0.1196552962064743, 0.14829695224761963, -0.16061602532863617, -0.004119868390262127, 0.06571878492832184, -0.016793619841337204, 0.043934401124715805, -0.10937391966581345, 0.03705889359116554, 0.007737033534795046, 0.11924577504396439, -0.11587172746658325, 0.06513626873493195, 0.009313876740634441, -0.11608894169330597, 0.09028696268796921, 0.09794696420431137, 0.10733581334352493, 0.17396385967731476, 0.06724179536104202, 0.10621794313192368, 0.019332652911543846, 0.18534515798091888, -0.09177885949611664, 0.051754821091890335, -0.052807778120040894, -0.011843039654195309, -0.048734888434410095, 0.03584611043334007, 0.05501425638794899, 0.16857361793518066, -0.1947566121816635, 0.03414181247353554, 0.020602114498615265, 0.11729488521814346, -0.09120001643896103, 0.08542676270008087, 0.08330340683460236, 0.008794021792709827, 0.08032624423503876, 0.015739673748612404, -0.03987424820661545, 0.1296401470899582, 0.09296795725822449, -0.12231363356113434, -0.00495953531935811, 0.10795410722494125, 0.07598915696144104, -0.05873626098036766, 0.02072470262646675, -0.21394608914852142, -0.05918676406145096, -0.018146652728319168, 0.06073850020766258, -0.1821141242980957, 0.2691996693611145, 0.016666173934936523, -0.0660143494606018, -0.11143980920314789, -0.1358342170715332, 0.047825802117586136, 0.09758612513542175, 0.0507868155837059, 0.05439808964729309, -0.058270163834095, 0.0027781096287071705, -0.05214583873748779, 0.03062666952610016, 0.17933683097362518, 0.049456898123025894, -0.11213615536689758, 0.020351596176624298, 0.015881730243563652, -0.0459328219294548, -0.07692663371562958, -0.13937918841838837, -0.11019532382488251, 0.013149515725672245, 0.1275966316461563, -0.09043315052986145, 0.049942921847105026, -0.024040713906288147, 0.09488916397094727, 0.05936312675476074, 0.23073142766952515, -0.00016293318185489625, -0.052645694464445114, -0.15597541630268097, 0.11565706878900528, -0.09816265106201172, -0.04845358058810234, -0.08521798253059387, -0.07198167592287064, -0.04119351506233215, -0.09117391705513, 0.05072586610913277, -0.07001208513975143, 0.013745731674134731, -0.016276542097330093, 0.18571576476097107, 0.06599299609661102, 0.04523204639554024, 0.011934113688766956, 0.007877063006162643, 0.028448661789298058, -0.07687755674123764, 0.007773819379508495, 0.14878977835178375, -0.036799367517232895, 0.13930737972259521, 0.054068706929683685, -0.0489642508327961, -0.09999725222587585, -0.12518475949764252, 0.16722847521305084, 0.24200041592121124, 0.0021211737766861916, 0.14428074657917023, 0.20205684006214142, -0.008324221707880497, -0.21117205917835236, -0.07483568042516708, -0.10993057489395142, -0.009671958163380623, -0.02481859363615513, -0.08683454245328903, 0.11362694948911667, -0.007929086685180664, -0.057645611464977264, 0.118656687438488, -0.28816649317741394, -0.10930048674345016, 0.11645664274692535, -0.026948053389787674, 0.6208181977272034, -0.1090359091758728, -0.06636389344930649, -0.027727723121643066, -0.15214963257312775, 0.12808120250701904, -0.028855755925178528, 0.10563389211893082, -0.0169218759983778, 0.06856581568717957, 0.04020101577043533, 0.04442700743675232, 0.1754491776227951, -0.0339987613260746, -0.07554221898317337, -0.11536558717489243, -0.2728778123855591, 0.019773514941334724, 0.002688372042030096, -0.053478408604860306, 0.01688551716506481, -0.030093638226389885, -0.1425788700580597, -0.06840507686138153, -0.07568999379873276, -0.07248920947313309, 0.06334169954061508, -0.0941033810377121, -0.06847064942121506, 0.07027291506528854, -0.060110580176115036, 0.020367080345749855, 0.1825217753648758, -0.10542141646146774, 0.06725642085075378, -0.05771249160170555, 0.09115529805421829, -0.170516699552536, 0.04514852911233902, -0.08341001719236374, -0.07896311581134796, 0.08865860104560852, -0.051263343542814255, -0.03140879049897194, 0.08812648057937622, -0.012438367120921612, 0.11132083088159561, 0.04392902925610542, -0.08871079236268997, 0.07653776556253433, 0.12666966021060944, -0.1439845710992813, -0.24923638999462128, -0.09435123205184937, 0.004746674094349146, 0.1475978046655655, 0.05643711984157562, 0.13412903249263763, 0.000428116851253435, -0.021625669673085213, 0.00825541466474533, 0.04585046321153641, -0.11024104058742523, -0.01436805073171854, 0.07704371213912964, -0.007825084961950779, -0.05030692741274834, 0.098326176404953, 0.046290066093206406, -0.06051569804549217, -0.01011589914560318, 0.11317833513021469, -0.04782455042004585, -0.05112410709261894, -0.11332816630601883, 0.1330970823764801, -0.014582345262169838, -0.05592835322022438, 0.02334384247660637, -0.06712383031845093, -0.0611550509929657, 0.062160469591617584, 0.006556210108101368, 0.021574009209871292, -0.019983923062682152, 0.012211383320391178, 0.07303568720817566, -0.010381130501627922, 0.048534609377384186, -0.05636977031826973, -0.06296487152576447, -0.062457889318466187, 0.004637634381651878, 0.1522853672504425, -0.11104124784469604, -0.16661342978477478, -0.24962429702281952, 0.09506561607122421, -0.14681899547576904, -0.07509134709835052, -0.1515064239501953, -0.0861733928322792, -0.002101062797009945, -0.05959884077310562, -0.07147595286369324, -0.02971108816564083, -0.10976801812648773, 0.09217260032892227, 0.014759878627955914, 0.05196576938033104, 0.055634431540966034, -0.01634468138217926, 0.11037211865186691, 0.02018679678440094, 0.10371189564466476, 0.157133549451828, -0.07269201427698135, 0.11669275909662247, -0.15325582027435303, -0.02806006371974945, 0.10001588612794876, 0.012118956074118614, 0.08045230060815811, 0.08245246112346649, -0.08133023232221603, 0.06217176094651222, 0.10363324731588364, 0.045795097947120667, -0.027182137593626976, -0.03794198855757713, -0.03650388494133949, -0.08967190235853195, -0.1990743726491928, -0.050213783979415894, -0.05958322435617447, 0.1249900683760643, 0.060653433203697205, 0.00014979294792283326, 0.00945519469678402, 0.10903864353895187, 0.03945208340883255, 0.020856808871030807, -0.010011999867856503, -0.12148566544055939, 0.12906737625598907, -0.06391727179288864, 0.023962238803505898, -0.018562931567430496, 0.2972358167171478, 0.03390970453619957, -0.09887327253818512, -0.010728863067924976, 0.030717933550477028, 0.024369001388549805, 0.004220525734126568, 0.1480407565832138, 0.10352537781000137, -0.03164421021938324, -0.12150097638368607, 0.08653207868337631, -0.0646018534898758, 0.01887769065797329, 0.09562612324953079, 0.013292652554810047, -0.014892025850713253, 0.050460778176784515, 0.017751263454556465, 0.026721859350800514, -0.001426169415935874, -0.2777000963687897, -0.11706580221652985, 0.012941176071763039, -0.08684397488832474, 0.11032355576753616, 0.1940014660358429, -0.055236898362636566, 0.03271679952740669, -0.07307718694210052, -0.07983341068029404, -0.17569993436336517, -0.17955558001995087, -0.07635995745658875, -0.15499934554100037, 0.06572306901216507, -0.0968741774559021, 0.03812551125884056, 0.08816758543252945, 0.09416032582521439, -0.06752930581569672, 0.09408975392580032, 0.012170537374913692, -0.06136387214064598, 0.08010625839233398, -0.03304555267095566, 0.0655422955751419, -0.03862954303622246, -0.026564789935946465, -0.1261671930551529, -0.07966030389070511, -0.06982555985450745, 0.02691124752163887, -0.1673865020275116, -0.06463800370693207, -0.062174342572689056, -0.07409384101629257, -0.03199651464819908, 0.02062387764453888, 0.08343294262886047, 0.17698897421360016, 0.06445061415433884, -0.006121134851127863, -0.012553834356367588, 0.23219843208789825, 0.007687674835324287, -0.03929148614406586, -0.05805041640996933, 0.0012057696003466845, -0.0557815320789814, 0.06475275754928589, -0.049339428544044495, -0.043020304292440414, -0.09124886244535446, 0.20600292086601257, 0.28648820519447327, -0.09040641039609909, 0.0139396283775568, -0.08908075094223022, 0.06722880899906158, 0.03075767308473587, 0.15669222176074982, 0.01549074612557888, 0.387065052986145, -0.026912642642855644, 0.025419188663363457, -0.011966181918978691, -0.01046227477490902, 0.0020010333973914385, -0.07345294952392578, 0.1196942925453186, -0.09238452464342117, -0.06475641578435898, 0.15673395991325378, -0.27679604291915894, 0.15021269023418427, -0.09016376733779907, -0.2538010776042938, -0.12486241012811661, -0.06414371728897095, 0.11190708726644516, 0.021650446578860283, 0.10993438214063644, -0.04601921886205673, -0.07057589292526245, -0.10664081573486328, 0.08677887916564941, -0.23666895925998688, -0.08602645993232727, 0.13387995958328247, 0.15891455113887787, -0.062495458871126175, 0.014053050428628922, 0.0964532122015953, 0.041737932711839676, 0.07766392827033997, 0.04956836253404617, 0.06420399993658066, 0.02145758643746376, -0.06562063843011856, -0.10846435278654099, 0.07859431207180023, 0.007456466089934111, -0.12003479897975922, 0.12784937024116516, -0.1286132037639618, 0.008131812326610088, 0.1661677211523056, 0.0029305818025022745, -0.07239758223295212, 0.1183994859457016, -0.16635514795780182, 0.11672146618366241, 0.11058112978935242, 0.0016517805634066463, -0.06661669164896011, 0.06884288787841797, 0.02422391250729561, -0.011533999815583229, -0.05561928078532219, -0.10946431010961533, -0.05964498594403267, -0.1465378850698471, 0.10245516151189804, 0.017471367493271828, -0.00380338286049664, 0.010346395894885063, -0.12908685207366943, 0.11293885111808777, -0.03986066207289696, 0.07592856138944626, 0.10369610786437988, 0.03580451011657715, 0.021917056292295456, -0.19625505805015564, 0.0744212195277214, -0.0027503836899995804, -0.13400882482528687, -0.08053956180810928 ]
null
null
transformers
# Revised Kumiko DialoGPT Model
{"tags": ["conversational"]}
text-generation
AriakimTaiyo/DialoGPT-revised-Kumiko
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Revised Kumiko DialoGPT Model
[ "# Revised Kumiko DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Revised Kumiko DialoGPT Model" ]
[ 51, 10 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Revised Kumiko DialoGPT Model" ]
[ 0.019446326419711113, 0.024271301925182343, -0.0042835380882024765, -0.01951071247458458, 0.1861540526151657, 0.004492292180657387, 0.17774029076099396, 0.12364965677261353, -0.0015971491811797023, -0.03398094326257706, 0.07750175893306732, 0.13506485521793365, 0.036891162395477295, 0.08898995816707611, -0.07062846422195435, -0.3462526798248291, 0.0824279710650444, 0.06375136226415634, 0.05400539189577103, 0.11709892004728317, 0.08679544925689697, -0.05182155221700668, 0.07752611488103867, 0.020095357671380043, -0.139722540974617, 0.0008620711741968989, 0.021247129887342453, -0.17055213451385498, 0.05635432153940201, 0.048727020621299744, 0.04030962660908699, 0.00803733803331852, -0.06451316177845001, -0.13395965099334717, 0.03999514877796173, -0.010736864991486073, -0.03497060015797615, 0.017246529459953308, 0.016596786677837372, -0.06171802431344986, 0.16438089311122894, 0.0629044696688652, -0.02817208506166935, 0.022058406844735146, -0.14710141718387604, 0.06900381296873093, -0.024932904168963432, 0.07024101912975311, 0.12452314794063568, 0.10760602355003357, -0.04525859281420708, 0.06073004752397537, -0.065891794860363, 0.09878311306238174, 0.10608401894569397, -0.29532113671302795, -0.03963950276374817, 0.07137497514486313, 0.018809586763381958, 0.07204429805278778, -0.03494769707322121, 0.09060769528150558, 0.01983214169740677, -0.028048917651176453, -0.0781458169221878, -0.08604759722948074, -0.10883411020040512, 0.0025834108237177134, -0.07894030958414078, 0.0018531703390181065, 0.26598092913627625, -0.04464767873287201, 0.05925148352980614, -0.07069259881973267, -0.07867603003978729, -0.01127653568983078, -0.04887973517179489, -0.03221761807799339, -0.1026085913181305, 0.02147545851767063, -0.009160446934401989, -0.10022881627082825, -0.10360360890626907, -0.02810182422399521, -0.17108218371868134, 0.27892908453941345, 0.053818609565496445, 0.036866866052150726, -0.23076309263706207, 0.07513000816106796, 0.034231942147016525, -0.10002215206623077, 0.004112767521291971, -0.08026963472366333, 0.041478537023067474, 0.035069357603788376, -0.005268569104373455, -0.08956996351480484, 0.07787001878023148, 0.08366204798221588, 0.02243451401591301, 0.009037021547555923, -0.003530192421749234, 0.03255284205079079, 0.057885993272066116, 0.09789080172777176, -0.026237640529870987, -0.08383193612098694, 0.024568943306803703, -0.05763917416334152, 0.0033290099818259478, -0.07526193559169769, -0.15872812271118164, -0.047820426523685455, 0.053909264504909515, 0.0802789181470871, 0.015600957907736301, 0.1263984739780426, 0.03038118965923786, -0.05697119981050491, 0.05350424721837044, -0.04397986829280853, -0.03133523836731911, -0.04066724330186844, -0.011903139762580395, 0.16137656569480896, -0.02831968665122986, 0.03415351361036301, -0.12471707910299301, 0.05490409955382347, -0.04301251471042633, 0.029132399708032608, -0.024266762658953667, -0.016477473080158234, -0.016441404819488525, -0.0962086021900177, 0.018916895613074303, -0.16269177198410034, -0.11745163798332214, -0.005545014049857855, -0.042069777846336365, -0.03079116903245449, -0.07607438415288925, -0.09449085593223572, -0.017851367592811584, 0.040501996874809265, -0.065322645008564, -0.03873555362224579, -0.06812937557697296, 0.06632710993289948, -0.02633148431777954, 0.08689528703689575, -0.07015125453472137, 0.08051774650812149, -0.0848899707198143, -0.02846199832856655, -0.07044902443885803, 0.10242599248886108, -0.015520600602030754, 0.03691667690873146, -0.00136878015473485, -0.00018152456323150545, -0.07129421085119247, 0.045282866805791855, -0.006850583478808403, 0.2317865639925003, -0.051447685807943344, -0.09254371374845505, 0.2926623225212097, -0.05210823565721512, -0.11301182955503464, 0.11006563156843185, 0.013414598070085049, 0.08073122054338455, 0.12848225235939026, 0.19130346179008484, -0.014551481232047081, 0.0050855716690421104, 0.03318226337432861, 0.052865833044052124, -0.0693177580833435, -0.0037271573673933744, 0.01558371726423502, -0.004349598661065102, -0.13299773633480072, 0.0734960064291954, 0.07513012737035751, 0.06935736536979675, -0.05612185224890709, -0.030164189636707306, 0.013723017647862434, -0.008252783678472042, 0.08267071098089218, -0.06903838366270065, 0.14013898372650146, -0.02564152330160141, -0.032732363790273666, 0.025135399773716927, 0.05070362612605095, -0.05327016860246658, 0.03432706370949745, -0.08587753772735596, 0.09239780157804489, -0.061925213783979416, 0.08229003846645355, -0.1026541143655777, -0.035302769392728806, -0.024767255410552025, 0.1900859773159027, 0.05537340044975281, 0.03624074161052704, 0.02587672881782055, -0.051562171429395676, -0.038023773580789566, 0.020105808973312378, 0.12434464693069458, -0.011731501668691635, -0.06916220486164093, -0.06385009735822678, 0.10719617456197739, -0.026079386472702026, 0.037340328097343445, 0.008362626656889915, -0.009542605839669704, 0.012353275902569294, 0.12266670167446136, -0.018112339079380035, 0.051618270576000214, 0.035578131675720215, 0.015210255980491638, -0.05855794623494148, 0.03203960508108139, 0.07328695803880692, -0.005827556364238262, -0.0720890611410141, 0.27379822731018066, -0.16994836926460266, 0.07711289077997208, 0.17571480572223663, -0.11293904483318329, 0.02892756648361683, -0.0667492151260376, -0.014371493831276894, -0.006513418164104223, 0.04840405285358429, 0.027456922456622124, 0.18017378449440002, -0.03580237179994583, 0.1603742241859436, -0.04542382061481476, 0.008704494684934616, -0.005590041633695364, -0.07195668667554855, -0.002936502220109105, 0.06973431259393692, 0.10221775621175766, -0.1608382761478424, 0.14688077569007874, 0.06348322331905365, 0.02069425769150257, 0.2828753888607025, 0.028413081541657448, -0.023242440074682236, 0.04132575914263725, -0.01668497547507286, -0.030900735408067703, -0.021783486008644104, -0.28533387184143066, -0.052029967308044434, 0.07363530248403549, 0.04826645180583, 0.11940128356218338, -0.09153427928686142, -0.03667989373207092, -0.03059551864862442, -0.022894609719514847, 0.09058494120836258, 0.1472608745098114, 0.01874668337404728, 0.11373177170753479, -0.03607609122991562, 0.009486425668001175, 0.050655994564294815, 0.023259731009602547, -0.040002185851335526, 0.16468724608421326, -0.13810281455516815, -0.36010968685150146, -0.10748419910669327, -0.1749524474143982, -0.1224997267127037, 0.03046112321317196, 0.09187578409910202, -0.15125873684883118, -0.013394074514508247, -0.006051833741366863, 0.08938388526439667, -0.08307382464408875, 0.01857548952102661, -0.03455688804388046, 0.006869776174426079, -0.15841048955917358, -0.08593358844518661, -0.06048409268260002, -0.036094214767217636, -0.09720265865325928, 0.14358451962471008, -0.10713937878608704, 0.08835628628730774, 0.21481812000274658, 0.03865162283182144, 0.03844180703163147, -0.02992722950875759, 0.13103115558624268, -0.12983299791812897, -0.015934830531477928, 0.18485073745250702, -0.04075257480144501, 0.04948248714208603, 0.10741667449474335, -0.03658181428909302, -0.05682070925831795, 0.047940995544195175, -0.011534436605870724, -0.0804276093840599, -0.22251205146312714, -0.1062973290681839, -0.11242792755365372, 0.12630732357501984, -0.0059730722568929195, 0.02954023890197277, 0.1524769812822342, 0.0946492925286293, -0.05810607969760895, 0.028525181114673615, 0.0285326037555933, 0.08059144020080566, 0.17541208863258362, -0.06203685328364372, 0.14135803282260895, -0.009488288313150406, -0.15348388254642487, 0.08157553523778915, 0.05490073934197426, 0.13328160345554352, 0.02692454680800438, 0.022253314033150673, 0.03877842053771019, 0.06615691632032394, 0.163885235786438, 0.04494991526007652, 0.03932640701532364, -0.03021554835140705, -0.015081644058227539, -0.042526375502347946, -0.034936435520648956, 0.05063507333397865, 0.06062285602092743, -0.16812191903591156, -0.027269260957837105, 0.011732866056263447, 0.08716566115617752, 0.07416923344135284, 0.07901565730571747, -0.11357840895652771, -0.011619621887803078, 0.05317965894937515, -0.03410390019416809, -0.12738464772701263, 0.08228562027215958, 0.00409048143774271, -0.16285717487335205, 0.05428256094455719, -0.015748074278235435, 0.1144227385520935, -0.09408705681562424, 0.037867650389671326, -0.10531070083379745, -0.038775231689214706, -0.01628129743039608, 0.1020812913775444, -0.26832959055900574, 0.19412603974342346, -0.02116282284259796, -0.018106907606124878, -0.13819383084774017, -0.03429008647799492, 0.05995257943868637, 0.06320085376501083, 0.08530814945697784, 0.00025524472584947944, -0.010913397185504436, -0.007661540061235428, -0.07244842499494553, 0.042007409036159515, 0.13573621213436127, -0.030525177717208862, 0.01275482214987278, -0.02516407147049904, -0.00598666537553072, -0.05041986703872681, -0.08063418418169022, -0.07247518002986908, -0.1842697113752365, 0.08223302662372589, 0.09729031473398209, 0.08772655576467514, 0.026786861941218376, -0.041262175887823105, -0.010001215152442455, 0.2148582935333252, 0.11902105808258057, -0.09178636968135834, -0.07995788753032684, -0.08459652960300446, 0.08192822337150574, -0.092015840113163, 0.019504904747009277, -0.08111677318811417, 0.01354981679469347, -0.037866171449422836, -0.16424700617790222, 0.06776043772697449, -0.08038192242383957, -0.0429149754345417, 0.011042249388992786, 0.18331845104694366, -0.012254607863724232, -0.008973249234259129, 0.015416459180414677, -0.0015651904977858067, -0.04478887468576431, -0.09290318936109543, -0.03614580258727074, 0.11174042522907257, 0.013765191659331322, 0.0913236141204834, -0.03805249184370041, -0.036501310765743256, -0.14051760733127594, -0.07064392417669296, 0.27661076188087463, 0.13362020254135132, -0.007566120009869337, 0.18091683089733124, 0.09340941160917282, -0.05803069472312927, -0.2979443073272705, -0.12885034084320068, -0.0652700737118721, -0.004893640521913767, -0.09985154122114182, -0.1598653644323349, 0.05541299283504486, -0.028224751353263855, -0.019687620922923088, 0.13329479098320007, -0.2577745020389557, -0.12942881882190704, 0.13130789995193481, 0.02108292281627655, 0.43477749824523926, -0.11001046001911163, -0.0618671178817749, -0.05064481496810913, -0.15634796023368835, 0.15500564873218536, 0.013654746115207672, 0.14456486701965332, -0.044292278587818146, 0.14706197381019592, 0.042300377041101456, 0.0019777780398726463, 0.11128116399049759, -0.025977259501814842, -0.06638933718204498, -0.12136684358119965, -0.07989852130413055, 0.03144674003124237, -0.010076601058244705, 0.041430700570344925, -0.062116291373968124, 0.026026638224720955, -0.10705030709505081, -0.07709347456693649, -0.07793662697076797, 0.013024980202317238, 0.044062696397304535, -0.09120406955480576, -0.028063267469406128, -0.02538296766579151, -0.009307843632996082, 0.012342827394604683, 0.18280678987503052, -0.06631536036729813, 0.10081171244382858, 0.0128128407523036, 0.08432126045227051, -0.1198057159781456, 0.044047754257917404, -0.0775630995631218, -0.06210649013519287, 0.0829315111041069, -0.06830309331417084, 0.016645140945911407, 0.07272092252969742, -0.030047744512557983, 0.08715006709098816, 0.06240255758166313, -0.026453766971826553, 0.028010811656713486, 0.09760722517967224, -0.2327629178762436, -0.10037247836589813, -0.10252083092927933, -0.025037379935383797, 0.08793484419584274, 0.08146063983440399, 0.2070143222808838, -0.03782947361469269, -0.04837455227971077, -0.028291014954447746, 0.03753793239593506, -0.04215902462601662, 0.06269830465316772, -0.008686392568051815, -0.0042862314730882645, -0.12255016714334488, 0.0860004797577858, 0.010633638128638268, -0.08497826755046844, 0.05430566146969795, 0.11309725791215897, -0.11139985918998718, -0.10165616869926453, -0.08203103393316269, 0.12037011981010437, -0.10001999884843826, -0.04051715135574341, -0.0546799898147583, -0.1071547344326973, 0.046063296496868134, 0.04423873499035835, 0.04324676841497421, 0.05092601478099823, -0.06960298866033554, -0.007295959163457155, -0.05830381065607071, 0.004069847986102104, 0.08300268650054932, -0.008901949040591717, -0.07850409299135208, 0.033567365258932114, -0.01515553891658783, 0.15173684060573578, -0.08739066123962402, -0.10142003744840622, -0.14240799844264984, 0.030166156589984894, -0.1772216260433197, -0.07201725989580154, -0.1443370133638382, -0.07767540216445923, -0.021730883046984673, -0.030432203784585, -0.0629156231880188, -0.03194378688931465, -0.10118897259235382, 0.02861437387764454, -0.06914874911308289, 0.015212983824312687, -0.01965172402560711, 0.018305540084838867, 0.06115175038576126, -0.030166270211338997, 0.13309134542942047, 0.16160963475704193, -0.10637553036212921, 0.11866811662912369, -0.09335794299840927, -0.044967349618673325, 0.09460629522800446, 0.013096771202981472, 0.04530498385429382, 0.04573851078748703, 0.007282271981239319, 0.06905379146337509, 0.09120386093854904, 0.049479708075523376, 0.010764452628791332, -0.09301115572452545, -0.015778010711073875, -0.0769260823726654, -0.10893372446298599, -0.04523097351193428, -0.0014059363165870309, 0.02286601811647415, 0.06353902816772461, 0.08130916208028793, -0.06037278100848198, 0.10908690094947815, -0.02195163071155548, 0.029063386842608452, -0.0012394072255119681, -0.1748788058757782, 0.037483055144548416, -0.09892147779464722, 0.04176715388894081, 0.015038215555250645, 0.2166735827922821, 0.05675211548805237, -0.043084338307380676, -0.000014458080840995535, 0.017205476760864258, 0.05343629792332649, 0.005883655045181513, 0.2194809913635254, 0.10758841037750244, -0.04213925078511238, -0.10864324122667313, 0.08109150826931, 0.01522428821772337, 0.03428617864847183, 0.12954775989055634, -0.014429386705160141, 0.008598574437201023, 0.0995873436331749, -0.024759585037827492, 0.02889828383922577, -0.10243166983127594, -0.2130035012960434, -0.11028902977705002, 0.06606747210025787, -0.028217345476150513, 0.09715043008327484, 0.16903254389762878, -0.04156748577952385, 0.03288811445236206, 0.004168446641415358, -0.09693578630685806, -0.17351530492305756, -0.21658164262771606, -0.10250886529684067, -0.15258140861988068, 0.04714643210172653, -0.13102197647094727, 0.04597623646259308, 0.013731364160776138, 0.08962350338697433, -0.0769856870174408, 0.11880093812942505, 0.05825792998075485, -0.12427602708339691, 0.14286257326602936, -0.03808501362800598, 0.05723711475729942, -0.0034019737504422665, -0.009467344731092453, -0.08470962196588516, -0.003926376812160015, 0.018116522580385208, 0.052581530064344406, -0.10715242475271225, 0.03685174137353897, -0.08736132830381393, -0.08384305238723755, -0.03912554308772087, 0.043323781341314316, 0.07353536784648895, 0.15817749500274658, 0.049809470772743225, -0.03241360932588577, 0.027999529615044594, 0.2608276307582855, -0.04611209034919739, -0.10162270069122314, -0.07650528103113174, 0.1445898413658142, 0.024367058649659157, 0.06848005205392838, -0.011945147067308426, -0.009404098615050316, -0.09205897152423859, 0.32808807492256165, 0.27831000089645386, -0.05038691684603691, 0.002510110614821315, -0.027590099722146988, 0.04475736990571022, 0.08626914024353027, 0.130886048078537, 0.07997684180736542, 0.2959752678871155, -0.03941204026341438, -0.03584032878279686, -0.021226761862635612, -0.04226357117295265, -0.06100955605506897, 0.029358049854636192, 0.06871388107538223, -0.10947514325380325, -0.02629041112959385, 0.09080228209495544, -0.2908506989479065, 0.10102295130491257, -0.13720639050006866, -0.1752409189939499, -0.11521165072917938, 0.009036285802721977, 0.11997789889574051, 0.04105816036462784, 0.09642643481492996, 0.004684021696448326, -0.03829916566610336, 0.07059232145547867, 0.04744197428226471, -0.15904365479946136, 0.008639054372906685, 0.07296162098646164, 0.0057215942069888115, -0.06135626509785652, -0.010929950512945652, 0.06728674471378326, 0.06102366000413895, 0.0772077888250351, 0.008408318273723125, 0.06071687862277031, -0.017475547268986702, -0.04470029100775719, 0.047945015132427216, 0.10143618285655975, 0.015806026756763458, -0.16412504017353058, 0.09115631133317947, -0.10380911827087402, 0.03821718320250511, 0.023257359862327576, 0.015218566171824932, -0.051686909049749374, 0.06431301683187485, -0.10717141628265381, 0.1017238050699234, 0.12503068149089813, -0.02292383648455143, -0.003254928393289447, -0.009865892119705677, 0.0035571944899857044, -0.03951941058039665, -0.06218736991286278, -0.07803332805633545, -0.1600409895181656, -0.15850965678691864, 0.07464175671339035, 0.019126800820231438, -0.17517924308776855, 0.030967984348535538, -0.12506483495235443, 0.034594036638736725, -0.1395694464445114, 0.11489555984735489, 0.07486528158187866, 0.012861238792538643, 0.00876147672533989, -0.06784485280513763, 0.053805336356163025, 0.0659591555595398, -0.1544276922941208, -0.09227229654788971 ]
null
null
transformers
# Kumiko DialoGPT Model
{"tags": ["conversational"]}
text-generation
AriakimTaiyo/DialoGPT-small-Kumiko
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Kumiko DialoGPT Model
[ "# Kumiko DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Kumiko DialoGPT Model" ]
[ 51, 8 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Kumiko DialoGPT Model" ]
[ 0.016887694597244263, 0.01733422838151455, -0.004717272240668535, -0.002768282312899828, 0.1822224259376526, 0.0037295250222086906, 0.18650959432125092, 0.12511099874973297, 0.017591670155525208, -0.027060631662607193, 0.09617900103330612, 0.14549854397773743, 0.03595368564128876, 0.08529234677553177, -0.06966909021139145, -0.35493114590644836, 0.07214266806840897, 0.0546657033264637, 0.05099918693304062, 0.12006787210702896, 0.088961660861969, -0.05594996362924576, 0.07952766865491867, 0.02180754579603672, -0.1395283192396164, -0.007347799371927977, 0.02420096844434738, -0.16115254163742065, 0.06326010078191757, 0.05244540423154831, 0.03537168726325035, 0.006189144682139158, -0.05816217511892319, -0.13755352795124054, 0.037688519805669785, -0.01393893826752901, -0.03510530665516853, 0.018161214888095856, 0.01655975729227066, -0.0836838111281395, 0.15156230330467224, 0.06966418027877808, -0.026674335822463036, 0.021989591419696808, -0.14947250485420227, 0.07025673240423203, -0.00643687229603529, 0.06973916292190552, 0.1185450553894043, 0.1093369722366333, -0.049388591200113297, 0.06679081171751022, -0.08783750981092453, 0.10501720756292343, 0.11358094960451126, -0.30374062061309814, -0.04096405953168869, 0.07285638898611069, 0.027104748412966728, 0.06540976464748383, -0.03950214385986328, 0.09014128148555756, 0.015811344608664513, -0.028061874210834503, -0.05968448519706726, -0.0864010900259018, -0.09090185165405273, 0.005202646367251873, -0.0845475047826767, 0.009759056381881237, 0.25542065501213074, -0.049484360963106155, 0.07066386193037033, -0.08434255421161652, -0.08150971680879593, 0.005251256283372641, -0.04689125716686249, -0.024528786540031433, -0.10660842806100845, 0.032530318945646286, -0.0046391296200454235, -0.07231250405311584, -0.10225065052509308, -0.023923614993691444, -0.1553872674703598, 0.26546722650527954, 0.05479089543223381, 0.032646577805280685, -0.22215653955936432, 0.07479187101125717, 0.03401034697890282, -0.11043062806129456, 0.01513209380209446, -0.08470148593187332, 0.03685808181762695, 0.04126051813364029, -0.007641018833965063, -0.0789310485124588, 0.08140870928764343, 0.08433719724416733, 0.024435333907604218, 0.00804645661264658, 0.01646098867058754, 0.03755636885762215, 0.06238264963030815, 0.08890824019908905, -0.024865740910172462, -0.08399122953414917, 0.01929350197315216, -0.06764604896306992, -0.001823343918658793, -0.07995607703924179, -0.16740626096725464, -0.04140038788318634, 0.058897342532873154, 0.06516283750534058, 0.0179172120988369, 0.12862934172153473, 0.013050567358732224, -0.0508987158536911, 0.03717472031712532, -0.036831099539995193, -0.023867277428507805, -0.027282772585749626, -0.010580837726593018, 0.15823045372962952, -0.036020539700984955, 0.038423020392656326, -0.11985255777835846, 0.05189511179924011, -0.043721381574869156, 0.028435377404093742, -0.021387338638305664, -0.025655560195446014, -0.011603035032749176, -0.09506380558013916, 0.02167198248207569, -0.16504453122615814, -0.1158626526594162, -0.0039333440363407135, -0.02668045461177826, -0.04604252427816391, -0.07369350641965866, -0.0900091603398323, -0.02114792913198471, 0.055081285536289215, -0.06482469290494919, -0.04275882989168167, -0.06840353459119797, 0.06782381981611252, -0.02874862775206566, 0.09753023833036423, -0.04933394119143486, 0.07942705601453781, -0.08816955983638763, -0.022921930998563766, -0.07117369025945663, 0.1015332043170929, -0.012316062115132809, 0.04278486594557762, -0.008128974586725235, 0.002203630516305566, -0.06340128183364868, 0.0551324337720871, -0.008589889854192734, 0.239067941904068, -0.0557732954621315, -0.09728584438562393, 0.2986842691898346, -0.046498291194438934, -0.1135040670633316, 0.11400887370109558, 0.010293146595358849, 0.07635261118412018, 0.12364036589860916, 0.2040298581123352, -0.02669260837137699, 0.008805458433926105, 0.04348655790090561, 0.06949242204427719, -0.07034213095903397, 0.010262376628816128, 0.02767563983798027, 0.00476780766621232, -0.1111702099442482, 0.06769455969333649, 0.08437896519899368, 0.07440613955259323, -0.06206298992037773, -0.03208092972636223, 0.01298824418336153, -0.009559333324432373, 0.08745089173316956, -0.05558382347226143, 0.14259940385818481, -0.024541771039366722, -0.04950706288218498, 0.02025754563510418, 0.04114315286278725, -0.0580349899828434, 0.0345306433737278, -0.08198139071464539, 0.09268907457590103, -0.05923309922218323, 0.07497096806764603, -0.10636357218027115, -0.03398624807596207, -0.017342042177915573, 0.1800203174352646, 0.04649198800325394, 0.044290266931056976, 0.02911328338086605, -0.03544546663761139, -0.026888785883784294, 0.021684207022190094, 0.13731911778450012, -0.006908891256898642, -0.07399877905845642, -0.08333051949739456, 0.10260339826345444, -0.033400021493434906, 0.04515162855386734, -0.011517396196722984, -0.004315393511205912, 0.01423906721174717, 0.11861472576856613, -0.02515353076159954, 0.04733557254076004, 0.026762602850794792, 0.012013549916446209, -0.06609108299016953, 0.031049666926264763, 0.08326448500156403, -0.013632601127028465, -0.08386162668466568, 0.2756122946739197, -0.17123183608055115, 0.08741503208875656, 0.17460088431835175, -0.13953810930252075, 0.0192861445248127, -0.07849112153053284, -0.019114691764116287, -0.009950738400220871, 0.05173857882618904, 0.019624758511781693, 0.18346156179904938, -0.03275609388947487, 0.15999820828437805, -0.041194286197423935, 0.004687158390879631, 0.0024715277832001448, -0.07561621814966202, 0.007396978791803122, 0.08641675859689713, 0.1084136813879013, -0.14938411116600037, 0.1569976508617401, 0.06473495811223984, 0.033809348940849304, 0.26720768213272095, 0.03153948485851288, -0.019056914374232292, 0.033499471843242645, -0.01477320771664381, -0.03106561303138733, -0.024330655112862587, -0.29687368869781494, -0.05805232748389244, 0.06969746947288513, 0.04119977727532387, 0.10405765473842621, -0.09423735737800598, -0.04310380667448044, -0.02659754827618599, -0.009930443949997425, 0.0891939178109169, 0.1443721354007721, 0.009221533313393593, 0.11044548451900482, -0.02761155739426613, -0.00821317732334137, 0.046904344111680984, 0.021250316873192787, -0.048801712691783905, 0.1784857213497162, -0.12448721379041672, -0.3526477813720703, -0.09302183985710144, -0.17679785192012787, -0.11052305996417999, 0.03093121573328972, 0.09436730295419693, -0.1498050093650818, -0.013538041152060032, -0.006173008121550083, 0.08846650272607803, -0.07326807081699371, 0.017179269343614578, -0.05349580943584442, 0.005775401368737221, -0.16673879325389862, -0.08296482264995575, -0.06930239498615265, -0.03313271328806877, -0.08562958985567093, 0.14870822429656982, -0.11204554885625839, 0.07817254215478897, 0.22936272621154785, 0.054163333028554916, 0.04429104924201965, -0.029654741287231445, 0.1496410369873047, -0.12953153252601624, -0.005235082469880581, 0.18126451969146729, -0.04207032173871994, 0.05788737162947655, 0.12119965255260468, -0.020683061331510544, -0.05521087720990181, 0.04916851595044136, -0.01657083071768284, -0.07911444455385208, -0.21090610325336456, -0.10763511806726456, -0.11924408376216888, 0.12842920422554016, -0.004042403306812048, 0.02971303090453148, 0.15058721601963043, 0.09444666653871536, -0.04779261350631714, 0.024680959060788155, 0.04302508383989334, 0.08312544226646423, 0.16581274569034576, -0.060182105749845505, 0.15055662393569946, 0.0019192828331142664, -0.15620513260364532, 0.06988777220249176, 0.05511956289410591, 0.13769091665744781, 0.026990791782736778, 0.03515047952532768, 0.04405952990055084, 0.06501711159944534, 0.16550645232200623, 0.03361673280596733, 0.03226389363408089, -0.031089551746845245, -0.022182919085025787, -0.049629274755716324, -0.021300552412867546, 0.05961014702916145, 0.05348764359951019, -0.15970931947231293, -0.036851316690444946, 0.011110082268714905, 0.08542539179325104, 0.07948198914527893, 0.09251730889081955, -0.12684285640716553, -0.019407624378800392, 0.06441517174243927, -0.03809494525194168, -0.11372200399637222, 0.08855140209197998, 0.011215288192033768, -0.17580190300941467, 0.03780476003885269, -0.018651530146598816, 0.11487903445959091, -0.08691485226154327, 0.04698784649372101, -0.10564742237329483, -0.0430774912238121, -0.012356453575193882, 0.1044793501496315, -0.274492084980011, 0.19978860020637512, -0.024241916835308075, -0.025339573621749878, -0.13746583461761475, -0.028908949345350266, 0.050689585506916046, 0.05825608968734741, 0.09426970779895782, 0.0001716377300908789, 0.004228074569255114, -0.026593247428536415, -0.06930695474147797, 0.03768256679177284, 0.13606047630310059, -0.043455541133880615, 0.007014250848442316, -0.029890824109315872, -0.007580102887004614, -0.042648058384656906, -0.06130027025938034, -0.06447891891002655, -0.18610481917858124, 0.08116582036018372, 0.07445556670427322, 0.07993168383836746, 0.02944476716220379, -0.04257674515247345, -0.01762700267136097, 0.20026133954524994, 0.08815126121044159, -0.0980764627456665, -0.07839824259281158, -0.07806677371263504, 0.06707054376602173, -0.09286493808031082, 0.0160465557128191, -0.07935325056314468, 0.01685090735554695, -0.04234880208969116, -0.15981262922286987, 0.08512376993894577, -0.08431973308324814, -0.05843779444694519, -0.0036388773005455732, 0.18303290009498596, -0.0009533342090435326, 0.0014907560544088483, 0.021482793614268303, 0.003972288221120834, -0.062098149210214615, -0.0893317461013794, -0.02892897091805935, 0.10688209533691406, 0.016435177996754646, 0.07722769677639008, -0.030780095607042313, -0.03077693097293377, -0.13032688200473785, -0.06572544574737549, 0.27712583541870117, 0.14541411399841309, -0.017028672620654106, 0.18678703904151917, 0.10207672417163849, -0.05541254207491875, -0.2999948263168335, -0.12587369978427887, -0.06423813849687576, -0.00850643403828144, -0.09836671501398087, -0.15448349714279175, 0.07705081254243851, -0.037283074110746384, -0.020089801400899887, 0.11602228134870529, -0.277734637260437, -0.13318948447704315, 0.12823957204818726, 0.01917036809027195, 0.42473462224006653, -0.11773844808340073, -0.05653931945562363, -0.052704185247421265, -0.15849047899246216, 0.1573256254196167, 0.007165313232690096, 0.1386004537343979, -0.03712316229939461, 0.13274817168712616, 0.04215497151017189, 0.0020969079341739416, 0.10342417657375336, -0.007360132411122322, -0.06822661310434341, -0.12190943211317062, -0.08943440765142441, 0.03522900119423866, -0.0010289152851328254, 0.026471642777323723, -0.07949557155370712, 0.01725517399609089, -0.1201692447066307, -0.07630886882543564, -0.07657822221517563, 0.017384978011250496, 0.03311282768845558, -0.10179843753576279, -0.018350524827837944, -0.020648276433348656, 0.007679467089474201, 0.017196794971823692, 0.17311929166316986, -0.06379570811986923, 0.10085287690162659, 0.02926398627460003, 0.08132900297641754, -0.11568062007427216, 0.035068660974502563, -0.07715582102537155, -0.05808871239423752, 0.08215092867612839, -0.08023715764284134, 0.0038980368990451097, 0.07819042354822159, -0.0315481461584568, 0.0924406498670578, 0.07313581556081772, -0.022282900288701057, 0.036836784332990646, 0.09080145508050919, -0.22784575819969177, -0.09896450489759445, -0.1010214313864708, -0.04029752314090729, 0.10359729081392288, 0.07385095953941345, 0.1992979645729065, -0.050237320363521576, -0.04466667398810387, -0.016046857461333275, 0.03941750526428223, -0.04528779909014702, 0.0632966011762619, -0.00624341145157814, 0.007189407013356686, -0.12266483157873154, 0.06837578117847443, 0.007991869933903217, -0.0844503715634346, 0.05358870327472687, 0.12045004963874817, -0.11106632649898529, -0.10749319195747375, -0.06922916322946548, 0.12331708520650864, -0.10139210522174835, -0.03191232681274414, -0.050077904015779495, -0.12295718491077423, 0.04363218694925308, 0.0547785758972168, 0.04644250497221947, 0.04739982262253761, -0.071104034781456, -0.0016837076982483268, -0.0487179271876812, 0.01705334335565567, 0.09295552968978882, -0.014836013317108154, -0.07114458829164505, 0.03652990236878395, -0.01553256157785654, 0.14666488766670227, -0.09304361790418625, -0.1085858941078186, -0.16510185599327087, 0.03274865821003914, -0.164131760597229, -0.06833689659833908, -0.15015847980976105, -0.07477667927742004, -0.02952415868639946, -0.034702446311712265, -0.05444386228919029, -0.03908943757414818, -0.0943879559636116, 0.034799885004758835, -0.06412048637866974, 0.022109370678663254, -0.02739899232983589, 0.011868879199028015, 0.06373430788516998, -0.03755222260951996, 0.13580019772052765, 0.15897907316684723, -0.10859578102827072, 0.10424506664276123, -0.10954868048429489, -0.03680313378572464, 0.08502182364463806, 0.015293673612177372, 0.05319761857390404, 0.04940662905573845, 0.005379118490964174, 0.05668364837765694, 0.0837351381778717, 0.04653564468026161, 0.01864207163453102, -0.08887690305709839, 0.000006170500000735046, -0.06959223002195358, -0.12174120545387268, -0.0534941665828228, 0.003619561670348048, 0.02180701680481434, 0.05745004490017891, 0.08200905472040176, -0.06545604020357132, 0.12365802377462387, -0.031141042709350586, 0.027035614475607872, 0.006056276150047779, -0.17565761506557465, 0.027483711019158363, -0.10525088012218475, 0.042906753718853, 0.007150704972445965, 0.21243350207805634, 0.06864071637392044, -0.03565527871251106, -0.0009695797925814986, 0.0225356575101614, 0.061259593814611435, 0.015522727742791176, 0.20712828636169434, 0.1099357157945633, -0.043311309069395065, -0.11544356495141983, 0.08654382079839706, 0.018991218879818916, 0.031044945120811462, 0.12248944491147995, -0.003361149225383997, 0.00815005972981453, 0.09548848122358322, -0.016864033415913582, 0.03378690779209137, -0.12189041823148727, -0.2007157802581787, -0.09716088324785233, 0.06819267570972443, -0.04614543169736862, 0.10853064805269241, 0.16472502052783966, -0.04430707171559334, 0.025173889473080635, -0.007465704344213009, -0.09784413874149323, -0.18037840723991394, -0.23037992417812347, -0.09287898987531662, -0.14472678303718567, 0.04137302562594414, -0.1286117285490036, 0.04184753820300102, 0.021447742357850075, 0.08644742518663406, -0.06886952370405197, 0.11896394193172455, 0.08075886964797974, -0.10145485401153564, 0.13353604078292847, -0.03531774878501892, 0.05540790408849716, -0.0076264129020273685, -0.005602050106972456, -0.10183491557836533, -0.006032213103026152, 0.011264799162745476, 0.05299173668026924, -0.1167699471116066, 0.026399213820695877, -0.08635864406824112, -0.095395028591156, -0.03749850392341614, 0.039808619767427444, 0.05355575308203697, 0.15291158854961395, 0.051004089415073395, -0.033625662326812744, 0.021519886329770088, 0.26037493348121643, -0.04635404795408249, -0.09651028364896774, -0.07124342769384384, 0.15387634932994843, 0.013766175135970116, 0.07539327442646027, -0.014256625436246395, -0.0032495567575097084, -0.10348447412252426, 0.33652859926223755, 0.2803907096385956, -0.0644620954990387, 0.012771842069923878, -0.014484096318483353, 0.044212743639945984, 0.08253263682126999, 0.1383204311132431, 0.0758586972951889, 0.32481181621551514, -0.052983153611421585, -0.023306986317038536, -0.02720625139772892, -0.054290272295475006, -0.07496003061532974, 0.025647060945630074, 0.08387508243322372, -0.10027458518743515, -0.027307309210300446, 0.094507597386837, -0.30460599064826965, 0.11164578795433044, -0.13927417993545532, -0.18624943494796753, -0.11107903718948364, 0.001758574042469263, 0.11502590030431747, 0.040518976747989655, 0.10380788892507553, -0.0027838528621941805, -0.03984948620200157, 0.05894044041633606, 0.05299749970436096, -0.1547885239124298, 0.029675956815481186, 0.06943149864673615, -0.009127743542194366, -0.06354814022779465, -0.022884706035256386, 0.07807634770870209, 0.07160525768995285, 0.08110316097736359, 0.009476511739194393, 0.0495748333632946, -0.004276147577911615, -0.04859663173556328, 0.036249447613954544, 0.08967390656471252, 0.013969124294817448, -0.15484364330768585, 0.09673266857862473, -0.12210745364427567, 0.04650743678212166, 0.0279677864164114, 0.01532183587551117, -0.05195342376828194, 0.056294336915016174, -0.09711953997612, 0.09502280503511429, 0.12077511847019196, -0.025687023997306824, -0.018713945522904396, -0.011954263783991337, -0.005066248122602701, -0.04482211917638779, -0.06444425135850906, -0.08511197566986084, -0.17195144295692444, -0.14654716849327087, 0.07392890006303787, 0.027283931151032448, -0.1715700328350067, 0.019590456038713455, -0.1280011683702469, 0.03874744847416878, -0.14567646384239197, 0.10998405516147614, 0.08242820203304291, 0.014124193228781223, 0.005332833155989647, -0.08177357912063599, 0.04988971725106239, 0.07722729444503784, -0.1515226662158966, -0.09691914170980453 ]
null
null
transformers
# Rikka DialoGPT Model
{"tags": ["conversational"]}
text-generation
AriakimTaiyo/DialoGPT-small-Rikka
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Rikka DialoGPT Model
[ "# Rikka DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Rikka DialoGPT Model" ]
[ 51, 8 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Rikka DialoGPT Model" ]
[ 0.006930135190486908, -0.006712172646075487, -0.006278835702687502, 0.014029049314558506, 0.1455453634262085, 0.006294438615441322, 0.14182882010936737, 0.12902706861495972, 0.005081805866211653, -0.035810038447380066, 0.11732704192399979, 0.18529188632965088, 0.020269285887479782, 0.1099102720618248, -0.06533244252204895, -0.3330465853214264, 0.06723462790250778, 0.04243198409676552, 0.07404559850692749, 0.1269141435623169, 0.1039247140288353, -0.037914618849754333, 0.07894755154848099, 0.02590595744550228, -0.12439455091953278, -0.012528600171208382, 0.012625246308743954, -0.12853287160396576, 0.11243145912885666, 0.04368681088089943, 0.054510992020368576, 0.019459178671240807, -0.035543158650398254, -0.1531801074743271, 0.037547726184129715, -0.013354474678635597, -0.03059028647840023, 0.037046872079372406, 0.016801776364445686, -0.08161559700965881, 0.15472066402435303, 0.09785066545009613, -0.010526657104492188, 0.03305024281144142, -0.15560367703437805, 0.027136772871017456, -0.008605201728641987, 0.06434137374162674, 0.08566638827323914, 0.09798666089773178, -0.04919140040874481, 0.11187536269426346, -0.08022268861532211, 0.11966664344072342, 0.10331717133522034, -0.32405126094818115, -0.02103046327829361, 0.11274553090333939, 0.03787596523761749, 0.0605785958468914, -0.04436729475855827, 0.08973849564790726, 0.013974352739751339, 0.0013233262579888105, -0.04179513081908226, -0.07109201699495316, -0.11813327670097351, -0.004626125562936068, -0.08697187900543213, -0.00823897123336792, 0.22424864768981934, -0.04260018840432167, 0.06951534748077393, -0.07759019732475281, -0.10298099368810654, -0.03834964334964752, -0.04733025282621384, -0.03139221668243408, -0.09736458212137222, 0.06570768356323242, 0.015800176188349724, -0.09446951001882553, -0.1174137070775032, -0.02010478638112545, -0.15511851012706757, 0.18741698563098907, 0.05406929925084114, 0.03542262688279152, -0.20212973654270172, 0.0818677470088005, -0.0023809075355529785, -0.11194247007369995, 0.0048391143791377544, -0.09904247522354126, 0.010324861854314804, 0.014409937895834446, -0.015471946448087692, -0.05447636544704437, 0.06934450566768646, 0.08022814989089966, -0.007444017566740513, 0.012585454620420933, -0.018443221226334572, 0.049408312886953354, 0.04646991193294525, 0.08511128276586533, -0.032202187925577164, -0.014359983615577221, 0.01167119387537241, -0.10866193473339081, 0.003103697206825018, -0.06647184491157532, -0.16038204729557037, -0.023167423903942108, 0.04367918521165848, 0.059947747737169266, -0.004975259304046631, 0.14434143900871277, 0.003654589643701911, -0.045154374092817307, 0.024425581097602844, -0.030154835432767868, -0.039357539266347885, 0.002895616926252842, -0.013710846193134785, 0.15373259782791138, 0.006756242830306292, 0.04282711446285248, -0.1267888844013214, 0.029764633625745773, -0.04292873665690422, 0.0043038539588451385, -0.019662490114569664, -0.05313195660710335, -0.011053815484046936, -0.08834797888994217, 0.01378616038709879, -0.16236960887908936, -0.16429640352725983, 0.0038346361834555864, -0.003987798932939768, -0.067421555519104, -0.08431228995323181, -0.0927957221865654, -0.0197900477796793, 0.05043834447860718, -0.06595700234174728, -0.026467954739928246, -0.055302005261182785, 0.07791419327259064, -0.04920823872089386, 0.10467701405286789, -0.06782087683677673, 0.07956811785697937, -0.09486943483352661, -0.03353061154484749, -0.07207074761390686, 0.10738880187273026, -0.003699834458529949, 0.05597158893942833, -0.032416559755802155, -0.014253969304263592, -0.08045640587806702, 0.050116244703531265, -0.026532554998993874, 0.22728721797466278, -0.07598257809877396, -0.08282144367694855, 0.2785182297229767, -0.06906208395957947, -0.11713830381631851, 0.12737606465816498, 0.006887755356729031, 0.11401047557592392, 0.11610475927591324, 0.22282400727272034, -0.023221328854560852, -0.004122406709939241, 0.08342617005109787, 0.08694425970315933, -0.0843391939997673, 0.004857864696532488, 0.010240866802632809, -0.0015557878650724888, -0.03852458298206329, 0.0445021316409111, 0.10386528074741364, 0.07567302882671356, -0.05434310808777809, -0.031208617612719536, -0.006458966061472893, -0.007662673015147448, 0.07347825169563293, -0.027277180925011635, 0.13126981258392334, -0.03273950144648552, -0.058623190969228745, -0.04196693375706673, 0.03865548595786095, -0.045196373015642166, 0.040432922542095184, -0.08260297030210495, 0.07958359271287918, -0.013605230487883091, 0.06409948319196701, -0.11751370131969452, -0.04755926877260208, -0.033992283046245575, 0.16485893726348877, 0.03656189516186714, 0.1044483482837677, 0.05237475410103798, -0.05472898855805397, -0.01136832032352686, 0.030804593116044998, 0.16224312782287598, -0.006760093383491039, -0.06716998666524887, -0.08286011219024658, 0.09964702278375626, -0.0546603724360466, 0.07186935842037201, -0.04497971013188362, -0.0018669688142836094, 0.0019451049156486988, 0.12365669757127762, -0.018159745261073112, 0.04194197431206703, 0.025616198778152466, -0.005146897863596678, -0.05720042437314987, 0.009558560326695442, 0.09569837898015976, -0.012763735838234425, -0.057756658643484116, 0.2527661621570587, -0.14951947331428528, 0.09820056706666946, 0.16505369544029236, -0.18780072033405304, -0.005584927275776863, -0.08193517476320267, -0.026845721527934074, 0.0061291055753827095, 0.06410220265388489, -0.0017150894273072481, 0.19371266663074493, -0.007023564074188471, 0.1674787998199463, -0.03308281674981117, -0.014306070283055305, -0.007991156540811062, -0.08023934066295624, 0.012165662832558155, 0.0995980054140091, 0.08804915845394135, -0.18989568948745728, 0.1571846455335617, 0.06321407109498978, 0.04064398631453514, 0.22038385272026062, 0.025238418951630592, -0.010869743302464485, 0.06411692500114441, 0.00586356595158577, -0.048925016075372696, -0.06343348324298859, -0.2690368592739105, -0.04534922540187836, 0.08319653570652008, 0.03854097053408623, 0.09596195071935654, -0.0762108862400055, -0.03531082347035408, -0.01093550119549036, -0.01783331111073494, 0.04551123082637787, 0.1397431343793869, 0.023532960563898087, 0.12179200351238251, -0.020001253113150597, -0.06745551526546478, 0.04585402086377144, 0.016783591359853745, -0.06577741354703903, 0.18683521449565887, -0.10369495302438736, -0.332229882478714, -0.09709516912698746, -0.21764148771762848, -0.0621691532433033, 0.031795434653759, 0.10090706497430801, -0.1411406546831131, -0.027730511501431465, 0.004168942105025053, 0.12364444881677628, -0.07899203151464462, -0.006327360402792692, -0.0467035137116909, 0.0017531452467665076, -0.14768701791763306, -0.09427628666162491, -0.05455531179904938, -0.05110013112425804, -0.07479547709226608, 0.14246954023838043, -0.1401951164007187, 0.029577739536762238, 0.2292204201221466, 0.033029600977897644, 0.05520934239029884, -0.032063644379377365, 0.17581219971179962, -0.1250012218952179, 0.02910277619957924, 0.18681123852729797, -0.03968469426035881, 0.06150678172707558, 0.16730736196041107, -0.019781846553087234, -0.06705096364021301, 0.04337308928370476, -0.021761927753686905, -0.07610462605953217, -0.24104367196559906, -0.1335274875164032, -0.11222051829099655, 0.07965286821126938, 0.006546434015035629, 0.04100922867655754, 0.15655463933944702, 0.09823057055473328, -0.043302588164806366, -0.03780803084373474, 0.037076398730278015, 0.07803553342819214, 0.25973692536354065, -0.06104612722992897, 0.15144659578800201, -0.01577705703675747, -0.15311799943447113, 0.054009635001420975, 0.06832689046859741, 0.11143683642148972, 0.04152967035770416, 0.08647321909666061, 0.036945417523384094, 0.04772099480032921, 0.13633562624454498, 0.0752386823296547, 0.011014038696885109, -0.03749362379312515, -0.027650998905301094, -0.03454319015145302, -0.026430940255522728, 0.046093545854091644, 0.03157231956720352, -0.150861456990242, -0.01471959613263607, 0.005739279091358185, 0.06619127094745636, 0.07054223120212555, 0.10334720462560654, -0.1631067395210266, -0.0261211059987545, 0.06405322998762131, -0.03170520439743996, -0.12092544883489609, 0.07730624079704285, -0.008379803039133549, -0.14886564016342163, 0.028408126905560493, -0.016826357692480087, 0.11432886868715286, -0.09283295273780823, 0.06713533401489258, -0.1134166494011879, -0.0616300143301487, -0.000592437048908323, 0.11857647448778152, -0.2658846080303192, 0.2307935357093811, -0.01135531347244978, -0.03361039236187935, -0.11160634458065033, -0.0156828835606575, 0.0180213563144207, 0.09249117970466614, 0.12427906692028046, -0.015136128291487694, 0.0147866141051054, -0.024806786328554153, -0.05200761556625366, 0.03334150090813637, 0.1004534438252449, -0.02518705278635025, -0.004690555389970541, -0.03602054715156555, 0.013825811445713043, -0.025133591145277023, -0.05688600614666939, -0.027256838977336884, -0.17904134094715118, 0.0813414677977562, 0.061723172664642334, 0.07166935503482819, 0.04058515653014183, -0.045480623841285706, -0.09515539556741714, 0.24388034641742706, 0.06425412744283676, -0.11633215844631195, -0.08590184152126312, -0.05848150700330734, 0.06050391122698784, -0.08777031302452087, 0.022700531408190727, -0.08391490578651428, 0.02376030571758747, -0.07340627908706665, -0.16318435966968536, 0.09644157439470291, -0.08018574863672256, -0.04284512251615524, -0.007963842712342739, 0.193330317735672, -0.01160431932657957, 0.00474512530490756, 0.05302659422159195, 0.014814245514571667, -0.10479849576950073, -0.0856328010559082, -0.010219474323093891, 0.022263916209340096, -0.01759467087686062, 0.011968512088060379, -0.03974965587258339, -0.020497925579547882, -0.10276380926370621, -0.042492274194955826, 0.3187828063964844, 0.13465334475040436, -0.03539527580142021, 0.17908284068107605, 0.137246236205101, -0.06069647893309593, -0.28857749700546265, -0.14785504341125488, -0.07828891277313232, -0.02290513925254345, -0.08834892511367798, -0.17627915740013123, 0.07092460244894028, -0.03863707184791565, -0.022192029282450676, 0.07799054682254791, -0.2723594903945923, -0.10245657712221146, 0.1936446875333786, -0.011641701683402061, 0.3914679288864136, -0.09107045829296112, -0.06428756564855576, -0.035071272403001785, -0.16299931704998016, 0.12398224323987961, 0.008495546877384186, 0.13105228543281555, -0.022618252784013748, 0.18949314951896667, 0.05006327107548714, 0.007846874184906483, 0.07458358258008957, 0.019033247604966164, -0.06931263953447342, -0.12180504947900772, -0.05389293655753136, 0.007527228444814682, 0.018940633162856102, 0.055063847452402115, -0.04267803207039833, 0.025130094960331917, -0.1475149244070053, -0.062309328466653824, -0.09067953377962112, 0.038849204778671265, 0.03197639063000679, -0.09709549695253372, -0.015923259779810905, -0.03421778231859207, 0.002315039746463299, 0.013056003488600254, 0.17302703857421875, -0.08367014676332474, 0.13858403265476227, 0.08469982445240021, 0.10362512618303299, -0.11826331168413162, 0.015652664005756378, -0.0600062757730484, -0.055755339562892914, 0.0640324130654335, -0.09540695697069168, 0.0034346533939242363, 0.10073307901620865, -0.03102893941104412, 0.07396136969327927, 0.07920218259096146, -0.025259187445044518, 0.026397155597805977, 0.08996300399303436, -0.2271026372909546, -0.07333569973707199, -0.05995314568281174, -0.0006306974682956934, 0.09504927694797516, 0.08910804986953735, 0.2110603004693985, -0.03373750299215317, -0.0376984179019928, -0.0023695831187069416, 0.03792534023523331, -0.03874904289841652, 0.06954634934663773, 0.003053477266803384, 0.022042235359549522, -0.1418994814157486, 0.057810548692941666, 0.014315033331513405, -0.08484338968992233, 0.037041712552309036, 0.14588816463947296, -0.12362242490053177, -0.12641480565071106, -0.05603296682238579, 0.08569289743900299, -0.1044503003358841, -0.0049993679858744144, -0.02747989073395729, -0.1435907632112503, 0.04547052085399628, 0.09129492193460464, 0.05297873541712761, 0.05738057196140289, -0.09536473453044891, -0.03438765928149223, -0.03897295892238617, 0.021483896300196648, 0.05527679994702339, -0.02137209102511406, -0.0694979578256607, 0.029498927295207977, -0.03588460013270378, 0.13129925727844238, -0.0934283584356308, -0.10755830258131027, -0.14281249046325684, 0.03860384598374367, -0.08670541644096375, -0.08293776214122772, -0.11430945992469788, -0.05192204564809799, -0.02104671485722065, -0.03782327473163605, -0.047227393835783005, -0.03752940148115158, -0.10501580685377121, 0.04182425141334534, -0.04821007698774338, 0.022207066416740417, -0.0620420016348362, 0.0161801278591156, 0.047735102474689484, -0.027070436626672745, 0.15319110453128815, 0.13947166502475739, -0.11205335706472397, 0.10250527411699295, -0.15485131740570068, -0.048828911036252975, 0.09847557544708252, 0.01144457422196865, 0.0546666644513607, 0.04344995692372322, 0.007832404226064682, 0.04331294819712639, 0.06199023127555847, 0.05326242372393608, 0.016302788630127907, -0.09270549565553665, 0.03527003899216652, -0.05154760181903839, -0.11920338869094849, -0.03485225886106491, -0.007683146744966507, 0.021443583071231842, 0.04576060175895691, 0.09272641688585281, -0.055605724453926086, 0.10734978318214417, -0.04764942452311516, 0.041784439235925674, 0.016460325568914413, -0.1607498824596405, 0.018520435318350792, -0.10184980183839798, 0.034331999719142914, -0.0036932071670889854, 0.1859481930732727, 0.048847977072000504, -0.03728456795215607, 0.025598378852009773, 0.0477992482483387, 0.007645242381840944, 0.0023116895463317633, 0.19944483041763306, 0.11289988458156586, -0.04325899854302406, -0.10039219260215759, 0.05819757282733917, 0.012517604045569897, 0.049981944262981415, 0.10772885382175446, 0.0025909477844834328, 0.008178068324923515, 0.08651562035083771, -0.004327675793319941, 0.027223970741033554, -0.10599209368228912, -0.1478690207004547, -0.044996850192546844, 0.053155336529016495, -0.04783812165260315, 0.09908828884363174, 0.17301873862743378, -0.013171033002436161, 0.01936734840273857, -0.021672237664461136, -0.07978226989507675, -0.1860092729330063, -0.20515823364257812, -0.08743228763341904, -0.1297430396080017, 0.024556275457143784, -0.12679006159305573, 0.04683294892311096, 0.07562511414289474, 0.0979355052113533, -0.06660155951976776, 0.10173161327838898, 0.06976213306188583, -0.10979091376066208, 0.09239372611045837, -0.02878463827073574, 0.06837661564350128, -0.031111987307667732, 0.009764476679265499, -0.085951067507267, 0.032968614250421524, 0.00856491457670927, 0.0493142195045948, -0.061845146119594574, 0.0024957412388175726, -0.11896160989999771, -0.08950649201869965, -0.05159948393702507, 0.07168015837669373, 0.006015285383909941, 0.1561277210712433, 0.023914111778140068, -0.033395975828170776, 0.01390080526471138, 0.23873241245746613, -0.043151091784238815, -0.09926053881645203, -0.07212643325328827, 0.20415452122688293, 0.01730377785861492, 0.10093994438648224, -0.02947109378874302, 0.009920922107994556, -0.09818299114704132, 0.3562714457511902, 0.29093703627586365, -0.06023566052317619, 0.010309820994734764, 0.004961838945746422, 0.04557875171303749, 0.08905405551195145, 0.10680625587701797, 0.10089793056249619, 0.25272783637046814, -0.07304337620735168, 0.002877989551052451, -0.02970409020781517, -0.05384165048599243, -0.08373682200908661, 0.044442277401685715, 0.06822280585765839, -0.06357655674219131, -0.0409725122153759, 0.11629313975572586, -0.28237515687942505, 0.11485222727060318, -0.16449004411697388, -0.17004533112049103, -0.09024275839328766, -0.004890501964837313, 0.10212285816669464, 0.04049927741289139, 0.10613612830638885, -0.014085305854678154, -0.07094065099954605, 0.07032586634159088, 0.041225604712963104, -0.17318874597549438, 0.012549886479973793, 0.0785427838563919, -0.05974884331226349, -0.0471784733235836, -0.020932510495185852, 0.06163187697529793, 0.07371606677770615, 0.04052542895078659, -0.010107793845236301, 0.05541602522134781, 0.0015052731614559889, -0.033081673085689545, 0.03712591156363487, 0.08100070059299469, 0.014995279721915722, -0.12651725113391876, 0.08756876736879349, -0.17670080065727234, 0.047480128705501556, 0.011903473176062107, -0.009020531550049782, -0.011443098075687885, 0.05462617054581642, -0.07293336093425751, 0.07654504477977753, 0.11187903583049774, -0.01489575020968914, -0.012396789155900478, -0.04006148502230644, -0.017465027049183846, -0.03291415050625801, -0.10110190510749817, -0.0877857357263565, -0.16154414415359497, -0.13147275149822235, 0.06391750276088715, 0.01775580272078514, -0.17703557014465332, 0.02955770492553711, -0.12871356308460236, 0.05029511824250221, -0.13648538291454315, 0.10646028071641922, 0.08606082946062088, 0.019168410450220108, 0.011313656345009804, -0.021043211221694946, 0.05587200075387955, 0.0700339674949646, -0.13181202113628387, -0.08575068414211273 ]
null
null
null
a
{}
null
AriakimTaiyo/kumiko
[ "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #region-us
a
[]
[ "TAGS\n#region-us \n" ]
[ 6 ]
[ "passage: TAGS\n#region-us \n" ]
[ 0.024608636274933815, -0.026205500587821007, -0.009666500613093376, -0.10395516455173492, 0.08638657629489899, 0.059816278517246246, 0.01882290467619896, 0.020661840215325356, 0.23975107073783875, -0.005599027033895254, 0.1219947561621666, 0.0015615287702530622, -0.037353623658418655, 0.03733762726187706, -0.0035912662278860807, -0.17583473026752472, 0.03876631706953049, -0.018274923786520958, 0.01843859627842903, 0.026470553129911423, -0.07776834815740585, -0.07564429938793182, 0.015296397730708122, -0.10247814655303955, -0.083692267537117, 0.11002834886312485, 0.031466204673051834, -0.019670886918902397, 0.10779199749231339, -0.04243955761194229, 0.18699054419994354, -0.011512263678014278, -0.11213519424200058, -0.2536850869655609, 0.021806683391332626, -0.01765260472893715, -0.08747660368680954, 0.01506110467016697, 0.0665089413523674, -0.09014441072940826, -0.0588928684592247, 0.0795099288225174, -0.01132340170443058, 0.04246443510055542, -0.27593839168548584, -0.12684126198291779, -0.05297930911183357, -0.1421966552734375, 0.08651168644428253, 0.04035491496324539, 0.008764253929257393, 0.15506891906261444, -0.20897391438484192, 0.004104613792151213, 0.08255259692668915, -0.2538507878780365, 0.05591634660959244, 0.17671173810958862, 0.03623908758163452, 0.18037272989749908, 0.0060391901060938835, 0.11029672622680664, 0.0716743916273117, -0.024263937026262283, -0.17590197920799255, -0.08127854019403458, -0.04696211963891983, 0.16642488539218903, -0.06727185100317001, -0.14248386025428772, 0.34701237082481384, 0.00015008423360995948, 0.009657775051891804, 0.16921205818653107, -0.059524230659008026, -0.09972117841243744, 0.07259953022003174, 0.016484731808304787, 0.018492350354790688, 0.1471305936574936, 0.16307872533798218, -0.0458691343665123, -0.13837823271751404, -0.018630273640155792, -0.22798998653888702, 0.17510560154914856, -0.03248048573732376, 0.13137903809547424, -0.27447956800460815, 0.01684025302529335, -0.2570667266845703, 0.0032130838371813297, 0.04178816080093384, -0.06004921346902847, -0.0226522795855999, -0.013265985064208508, -0.08018817007541656, 0.004899587947875261, 0.06192673370242119, 0.1266920566558838, -0.06128726154565811, 0.06128238886594772, -0.09319206327199936, 0.141696035861969, 0.07166698575019836, 0.07868369668722153, 0.13037432730197906, 0.041205424815416336, -0.07187089323997498, -0.21872246265411377, -0.0026476888451725245, -0.06275863200426102, -0.09502086788415909, -0.0020165652967989445, -0.11606067419052124, 0.17244569957256317, -0.030802514404058456, -0.09825427830219269, -0.11208184063434601, 0.09148659557104111, -0.032992321997880936, -0.03437839448451996, -0.03552987426519394, -0.020977836102247238, 0.019381176680326462, 0.04704452306032181, -0.1548958420753479, -0.005131472367793322, 0.07039852440357208, 0.11502562463283539, -0.1346137970685959, -0.003783059772104025, -0.07908964157104492, 0.03039063885807991, 0.07654735445976257, -0.16510222852230072, 0.03158547356724739, -0.1124754324555397, -0.07531405985355377, 0.002912673633545637, -0.015710093080997467, -0.016202643513679504, 0.166526660323143, -0.0020451415330171585, 0.0714716836810112, -0.026345307007431984, -0.05890209600329399, -0.11243434250354767, -0.08489254862070084, 0.05390460044145584, 0.03670717030763626, 0.03266148269176483, -0.2193479984998703, 0.014805203303694725, -0.12762966752052307, 0.1360815018415451, -0.10566820204257965, -0.04705966264009476, -0.022842247039079666, 0.20562705397605896, 0.037286072969436646, 0.08762791007757187, -0.22171171009540558, 0.039756543934345245, -0.05404696613550186, 0.18480908870697021, -0.1502426266670227, -0.0799463614821434, 0.20813211798667908, -0.07964949309825897, -0.10115210711956024, 0.021235812455415726, 0.020391687750816345, 0.026287272572517395, 0.0766737088561058, 0.4564172327518463, -0.09766800701618195, -0.09146861732006073, 0.10178250074386597, 0.17055274546146393, -0.12427149713039398, -0.1827561855316162, 0.06446871906518936, -0.16666454076766968, -0.1973118633031845, 0.0018917324487119913, 0.09222044050693512, 0.038269978016614914, -0.07875611633062363, -0.020746968686580658, 0.06325206160545349, -0.0007678253459744155, 0.09095914661884308, 0.03755716234445572, 0.09034032374620438, -0.08716782182455063, 0.11115926504135132, -0.05017651244997978, 0.004037132486701012, 0.1343354731798172, 0.027325427159667015, -0.03223329409956932, 0.08694463223218918, -0.0485352948307991, 0.05295134335756302, -0.1662379503250122, -0.15068690478801727, 0.03398871049284935, 0.06283251196146011, 0.03186952322721481, 0.1280253529548645, 0.08141885697841644, -0.10732853412628174, 0.022690722718834877, -0.004228927195072174, 0.058398615568876266, 0.03891623765230179, 0.006107209715992212, 0.008764320984482765, 0.0961301177740097, -0.10607069730758667, -0.13589619100093842, -0.07336436957120895, -0.014715781435370445, 0.14371353387832642, -0.0302802175283432, 0.07690227776765823, -0.004240254405885935, 0.00013200697139836848, 0.06930823624134064, 0.08137880265712738, 0.016412746161222458, 0.08971183747053146, -0.05237193778157234, -0.05160155147314072, 0.10863113403320312, -0.13533565402030945, 0.17837053537368774, 0.14053137600421906, -0.20532016456127167, 0.029453208670020103, -0.06838275492191315, 0.03670361638069153, -0.008162540383636951, 0.0975119024515152, -0.08272241055965424, -0.02106042578816414, 0.013134466484189034, 0.0052274600602686405, -0.013007243163883686, 0.017682146281003952, -0.07295988500118256, -0.07787393033504486, -0.10233919322490692, 0.08436838537454605, 0.11562882363796234, -0.10282530635595322, 0.14214380085468292, 0.4384984076023102, 0.11495281755924225, 0.21582984924316406, -0.09581480920314789, -0.0412987545132637, 0.007486371789127588, 0.0001535322517156601, -0.04476691037416458, 0.08031861484050751, -0.15973517298698425, -0.038901735097169876, 0.027348900213837624, 0.07128690183162689, 0.11475157737731934, -0.14959022402763367, -0.09639324247837067, -0.00793045200407505, 0.0022841424215584993, -0.1249532699584961, 0.023905446752905846, -0.03974650055170059, 0.04015624523162842, 0.07232289016246796, -0.021535737439990044, 0.13939237594604492, -0.04166141897439957, -0.0639561116695404, 0.07585346698760986, -0.2017085999250412, -0.23179671168327332, -0.12309670448303223, -0.14680525660514832, 0.04366797208786011, 0.05154111236333847, 0.01726446859538555, -0.17635835707187653, -0.015074856579303741, 0.07706750929355621, 0.07820965349674225, -0.20886357128620148, -0.022814949974417686, -0.004290030337870121, 0.0895976573228836, -0.10227091610431671, -0.0017130117630586028, -0.04419664293527603, -0.10150232166051865, 0.0017003051470965147, 0.07279510796070099, -0.137485533952713, 0.13807645440101624, 0.21589438617229462, 0.07225540280342102, 0.07359948754310608, -0.019093448296189308, 0.09936179965734482, -0.10856141895055771, -0.16549113392829895, 0.08348225057125092, -0.06234746053814888, 0.047262318432331085, 0.17534415423870087, 0.03307317942380905, -0.13904969394207, -0.015682822093367577, -0.0402069091796875, -0.15603256225585938, -0.238995760679245, -0.09178274869918823, -0.1182505264878273, 0.16442428529262543, 0.0009358620154671371, 0.06651917099952698, 0.08258313685655594, -0.022042419761419296, 0.16447891294956207, -0.07379321753978729, -0.07578866183757782, -0.006978808436542749, 0.12375060468912125, -0.056660156697034836, -0.03080669604241848, -0.10566964000463486, -0.008295975625514984, 0.1151021271944046, 0.15304014086723328, 0.12214863300323486, 0.2957419455051422, 0.08268889784812927, 0.026645636186003685, 0.08958091586828232, 0.17622539401054382, 0.09495089203119278, 0.07838419824838638, -0.045413073152303696, -0.014814783819019794, 0.014317171648144722, -0.04022889584302902, 0.010141594335436821, 0.14683100581169128, -0.2679629921913147, -0.006678564939647913, -0.2710230350494385, 0.0965198427438736, -0.10913380235433578, 0.11837165057659149, -0.01015760749578476, 0.10194015502929688, 0.11082887649536133, 0.03233652561903, -0.03858073800802231, 0.16613617539405823, 0.08450309932231903, -0.11277695000171661, 0.001758623169735074, 0.03737903758883476, 0.09715615212917328, -0.02818971499800682, 0.12721189856529236, -0.11048974841833115, -0.1464834064245224, 0.013753619976341724, 0.07152791321277618, -0.15373679995536804, 0.3138748109340668, 0.012069208547472954, -0.13481520116329193, -0.01481647603213787, -0.09957809001207352, -0.006440147757530212, 0.1254177987575531, 0.09333524852991104, 0.07935678958892822, -0.2185502052307129, -0.13339371979236603, 0.05872276425361633, -0.00575496768578887, 0.22408108413219452, -0.034034017473459244, -0.11356475204229355, -0.027013886719942093, 0.04241163283586502, -0.06043251231312752, 0.08524788916110992, 0.023536119610071182, -0.08113526552915573, -0.032957352697849274, 0.05323701351881027, 0.012368366122245789, 0.00524376705288887, 0.09360801428556442, 0.020107939839363098, -0.0009265501867048442, 0.01785753294825554, 0.047885000705718994, -0.0675911232829094, -0.1984109878540039, 0.09357594698667526, -0.05215044692158699, 0.0015536568826064467, -0.08013670891523361, -0.15122665464878082, -0.08837161958217621, -0.16009655594825745, 0.12540200352668762, -0.034406669437885284, 0.12700119614601135, -0.06619787961244583, 0.17341409623622894, -0.07871770113706589, 0.04481020197272301, -0.047349292784929276, 0.050332702696323395, -0.007268077693879604, -0.07756082713603973, 0.16585899889469147, -0.15564003586769104, 0.01809087023139, 0.19572502374649048, -0.018915493041276932, 0.07177707552909851, 0.021322092041373253, -0.0636206790804863, 0.23147478699684143, 0.3014698624610901, 0.008138049393892288, 0.1665448248386383, 0.3018903136253357, -0.07466315478086472, -0.2642788887023926, -0.05505012720823288, -0.2841376066207886, -0.05371501296758652, 0.10716094076633453, -0.22523896396160126, 0.06986407935619354, 0.14383509755134583, -0.06471995264291763, 0.30228954553604126, -0.21825523674488068, 0.012589273042976856, 0.15434536337852478, -0.08868814259767532, 0.5515313148498535, -0.1133413165807724, -0.17677772045135498, -0.008122089318931103, -0.08741296827793121, 0.10602109134197235, -0.0340677872300148, 0.06877441704273224, 0.013465235009789467, 0.04797380417585373, 0.048932258039712906, -0.03111894056200981, 0.22701001167297363, 0.008710170164704323, 0.09015397727489471, -0.07378865778446198, -0.18624304234981537, 0.11639340221881866, -0.04359482601284981, -0.08891059458255768, 0.0849778801202774, -0.05942516401410103, -0.11078983545303345, 0.04663389176130295, -0.07950539886951447, -0.024862350896000862, 0.08423490077257156, -0.04678233340382576, -0.042606171220541, -0.008054176345467567, -0.1618063747882843, -0.0002289071271661669, 0.31360217928886414, -0.07096036523580551, 0.16695955395698547, 0.03677211329340935, 0.00038613268407061696, -0.11027684062719345, 0.030288029462099075, -0.05203165486454964, -0.021576624363660812, 0.09578979015350342, -0.11096979677677155, 0.03204701095819473, 0.14160704612731934, -0.04864364117383957, 0.05846960097551346, 0.09256096184253693, -0.0849417969584465, 0.007583672646433115, 0.17753590643405914, -0.17537221312522888, -0.1273445188999176, -0.006135711446404457, -0.09862716495990753, 0.14055661857128143, 0.04394126310944557, 0.05191568285226822, 0.16669964790344238, 0.03967129811644554, -0.029474308714270592, -0.02817419543862343, -0.1153380498290062, -0.0201893113553524, 0.040153320878744125, 0.00045633706031367183, -0.08791285753250122, 0.2262638509273529, 0.06409153342247009, -0.1328488290309906, -0.051157206296920776, 0.2161225974559784, -0.06805316358804703, -0.04911920800805092, -0.223562553524971, 0.10752306133508682, -0.07112517952919006, -0.0965060144662857, 0.05453834682703018, -0.02270081453025341, 0.005106312222778797, 0.181985542178154, 0.03941008821129799, 0.11070270836353302, 0.03738937899470329, -0.02448922023177147, 0.15798696875572205, -0.142850860953331, -0.14191335439682007, -0.025354057550430298, -0.08757315576076508, -0.13844476640224457, -0.026804137974977493, 0.1617041826248169, -0.09177309274673462, -0.14772607386112213, -0.2621181011199951, 0.10968475043773651, -0.16432365775108337, -0.10192688554525375, -0.03469514101743698, -0.08968492597341537, 0.0696166530251503, 0.030301768332719803, -0.03093348816037178, -0.06706760823726654, -0.18593791127204895, 0.0816768929362297, 0.06349513679742813, 0.045533183962106705, -0.017847947776317596, 0.0067379772663116455, 0.1720137596130371, 0.025955144315958023, 0.10040043294429779, 0.16762186586856842, 0.011397695168852806, 0.2246655523777008, -0.1671202927827835, -0.11496317386627197, 0.1336962729692459, -0.026543032377958298, 0.06762003898620605, 0.16792191565036774, -0.0772583931684494, 0.015526676550507545, -0.028136352077126503, 0.07066910713911057, -0.11003983020782471, -0.105624258518219, 0.007937257178127766, 0.02567129209637642, -0.2755882740020752, -0.005599735304713249, -0.19717298448085785, 0.14788752794265747, 0.02579621411859989, 0.03297143429517746, 0.10257530212402344, 0.10404334217309952, 0.08312062919139862, -0.0017710148822516203, 0.03226327523589134, -0.1176818460226059, 0.02753005363047123, -0.059239376336336136, -0.020663779228925705, 0.017624232918024063, 0.36952024698257446, -0.03603357449173927, -0.046802736818790436, 0.003710439894348383, 0.1307835876941681, -0.02139742486178875, 0.017395347356796265, 0.13209912180900574, 0.12607666850090027, -0.08595693111419678, -0.1504845917224884, 0.04888554662466049, -0.04565655067563057, -0.02836887165904045, 0.1464131623506546, 0.05905961990356445, 0.1050296202301979, 0.0908031314611435, -0.014463032595813274, -0.00318976235575974, 0.012856799177825451, -0.15486004948616028, 0.06223496049642563, -0.010558074340224266, 0.012565906159579754, 0.017934376373887062, 0.15238402783870697, -0.005540105979889631, 0.07739730179309845, -0.09889880567789078, 0.004208535887300968, -0.13498884439468384, -0.07913459837436676, 0.03617347031831741, -0.13393273949623108, 0.04141177982091904, -0.01871878281235695, 0.029611799865961075, 0.30386561155319214, 0.02558239921927452, -0.020639164373278618, 0.12512871623039246, -0.1214587539434433, -0.12050267308950424, -0.001594188273884356, -0.029960084706544876, 0.0791488066315651, -0.02633434161543846, -0.0997740775346756, -0.1001306027173996, -0.15166029334068298, -0.09759195148944855, 0.05182836204767227, -0.04993441700935364, -0.059362251311540604, -0.17634081840515137, -0.05707859992980957, -0.05147340148687363, 0.14025864005088806, -0.12263951450586319, 0.15159130096435547, -0.014490418136119843, 0.004084470681846142, 0.04405883327126503, 0.1950942426919937, -0.03644494712352753, 0.08714226633310318, 0.0154351145029068, 0.1522706001996994, -0.05119588226079941, 0.14720745384693146, -0.10931728035211563, -0.04014137014746666, -0.06710435450077057, 0.21513493359088898, 0.25630924105644226, -0.06136954948306084, -0.008937356993556023, -0.012760217301547527, 0.058654606342315674, 0.1073930487036705, 0.16049085557460785, 0.002326392102986574, 0.2802925705909729, -0.03133585304021835, 0.04815128445625305, 0.02901598811149597, 0.013607407920062542, -0.06336209923028946, 0.03397751972079277, 0.07539387792348862, -0.035039983689785004, -0.1412304788827896, 0.15837742388248444, -0.21980468928813934, 0.18157227337360382, 0.11640069633722305, -0.19996967911720276, -0.013728445395827293, -0.04882071167230606, 0.1689416468143463, -0.0856364443898201, 0.1637246012687683, -0.0903693437576294, -0.2108195722103119, -0.2056000679731369, 0.03867346793413162, -0.34623071551322937, -0.254462867975235, 0.10422009229660034, 0.1488201916217804, 0.04015883058309555, -0.018507536500692368, -0.019967829808592796, -0.018367022275924683, 0.04877542704343796, -0.0067357709631323814, 0.06014643982052803, 0.031397558748722076, -0.02988368645310402, -0.24127542972564697, -0.029804671183228493, 0.023964406922459602, -0.07093082368373871, 0.07464958727359772, -0.06874357163906097, -0.022495782002806664, 0.08059766888618469, -0.03066304884850979, 0.03298592567443848, -0.035373736172914505, -0.16326889395713806, 0.027529051527380943, 0.03900543600320816, 0.036012712866067886, 0.00634160777553916, 0.0008072225609794259, -0.03455270454287529, 0.0644603744149208, -0.16716794669628143, -0.16015739738941193, 0.14140215516090393, -0.06745140254497528, 0.2779497504234314, -0.05812826007604599, -0.0809100940823555, 0.04766704887151718, -0.03426874056458473, 0.1807648241519928, -0.07756473124027252, 0.047254521399736404, 0.12766779959201813, 0.011127962730824947, 0.03121316432952881, -0.3092964291572571, 0.11082969605922699, -0.000795336440205574, -0.006093299947679043, -0.07581598311662674 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav2vec2-hausa2-demo-colab This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the common_voice dataset. It achieves the following results on the evaluation set: - Loss: 1.2032 - Wer: 0.7237 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 0.0003 - train_batch_size: 16 - eval_batch_size: 8 - seed: 42 - gradient_accumulation_steps: 2 - total_train_batch_size: 32 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 500 - num_epochs: 30 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:----:|:---------------:|:------:| | 0.1683 | 12.49 | 400 | 1.0279 | 0.7211 | | 0.0995 | 24.98 | 800 | 1.2032 | 0.7237 | ### Framework versions - Transformers 4.16.2 - Pytorch 1.10.0+cu111 - Datasets 1.18.3 - Tokenizers 0.11.0
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["common_voice"], "model-index": [{"name": "wav2vec2-hausa2-demo-colab", "results": []}]}
automatic-speech-recognition
Arnold/wav2vec2-hausa2-demo-colab
[ "transformers", "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "generated_from_trainer", "dataset:common_voice", "license:apache-2.0", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us
wav2vec2-hausa2-demo-colab ========================== This model is a fine-tuned version of facebook/wav2vec2-large-xlsr-53 on the common\_voice dataset. It achieves the following results on the evaluation set: * Loss: 1.2032 * Wer: 0.7237 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 0.0003 * train\_batch\_size: 16 * eval\_batch\_size: 8 * seed: 42 * gradient\_accumulation\_steps: 2 * total\_train\_batch\_size: 32 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * lr\_scheduler\_warmup\_steps: 500 * num\_epochs: 30 * mixed\_precision\_training: Native AMP ### Training results ### Framework versions * Transformers 4.16.2 * Pytorch 1.10.0+cu111 * Datasets 1.18.3 * Tokenizers 0.11.0
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0003\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 500\n* num\\_epochs: 30\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ "TAGS\n#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0003\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 500\n* num\\_epochs: 30\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ 65, 158, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0003\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 500\n* num\\_epochs: 30\n* mixed\\_precision\\_training: Native AMP### Training results### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ -0.11954687535762787, 0.07906337082386017, -0.0029005450196564198, 0.05556979402899742, 0.12228918075561523, 0.007954642176628113, 0.1095215380191803, 0.15148285031318665, -0.09218437969684601, 0.0806608572602272, 0.09477271139621735, 0.09238191694021225, 0.06251394003629684, 0.10250744223594666, -0.018500221893191338, -0.3196859359741211, 0.005388566292822361, 0.021471332758665085, -0.10567069053649902, 0.11837867647409439, 0.1063128411769867, -0.1153591200709343, 0.025844106450676918, 0.027354231104254723, -0.12694716453552246, 0.013684509322047234, -0.020910272374749184, -0.06981896609067917, 0.12688413262367249, 0.029473744332790375, 0.1017884835600853, 0.016817178577184677, 0.09359324723482132, -0.2588169276714325, 0.015336473472416401, 0.05913366749882698, 0.04549707472324371, 0.0774308443069458, 0.1046258956193924, -0.02869378961622715, 0.13647209107875824, -0.07048925012350082, 0.07594448328018188, 0.04230393469333649, -0.11406423151493073, -0.3226630687713623, -0.0796368271112442, 0.035506755113601685, 0.11392812430858612, 0.10381186008453369, -0.033023808151483536, 0.07626039534807205, -0.0752715989947319, 0.08770495653152466, 0.2253582626581192, -0.25113609433174133, -0.08292598277330399, -0.022656992077827454, 0.04573468863964081, 0.03859499841928482, -0.13151246309280396, -0.032235655933618546, 0.02496415376663208, 0.04377388954162598, 0.10784760117530823, 0.005659034475684166, -0.04018266126513481, 0.01959369145333767, -0.13466797769069672, -0.04827303811907768, 0.12651067972183228, 0.0753515288233757, -0.02915673889219761, -0.09143203496932983, -0.009292828850448132, -0.19807115197181702, -0.047746919095516205, 0.01672513410449028, 0.024108652025461197, -0.04073869436979294, -0.11971275508403778, 0.00894772820174694, -0.09467632323503494, -0.08806237578392029, 0.010620028711855412, 0.1368548721075058, 0.044223602861166, -0.025472084060311317, -0.0008405083790421486, 0.10632649064064026, 0.043077632784843445, -0.1378815621137619, 0.006757461000233889, 0.04817892983555794, -0.0930180773139, -0.019553594291210175, -0.042355477809906006, -0.047355398535728455, -0.002895525423809886, 0.11782511323690414, -0.018762385472655296, 0.08088898658752441, 0.012479820288717747, 0.03409022092819214, -0.08202183246612549, 0.17933796346187592, -0.06842654943466187, -0.015714092180132866, -0.05485517531633377, 0.09425012767314911, -0.022557375952601433, -0.015555289573967457, -0.06649263203144073, 0.03312448039650917, 0.11248497664928436, 0.03918065130710602, -0.02546067349612713, 0.02201705053448677, -0.0623999647796154, -0.02309226617217064, -0.04579514265060425, -0.10583106428384781, 0.04419142007827759, 0.026195436716079712, -0.08746892958879471, 0.009194568730890751, 0.003927936311811209, 0.024796199053525925, -0.026671916246414185, 0.1263398379087448, -0.06660319119691849, 0.017014192417263985, -0.09246181696653366, -0.10474281013011932, 0.030118966475129128, -0.039800357073545456, 0.008476668037474155, -0.06377532333135605, -0.10599001497030258, -0.05037986487150192, 0.06838715076446533, -0.0515742190182209, -0.06552639603614807, -0.07083456218242645, -0.07128366082906723, 0.04762393608689308, -0.02605987712740898, 0.17793886363506317, -0.05679700896143913, 0.11945580691099167, 0.01981525681912899, 0.038509685546159744, 0.030888991430401802, 0.07676748186349869, -0.055174630135297775, 0.032089389860630035, -0.13101476430892944, 0.07078830897808075, -0.08558177202939987, 0.05662328377366066, -0.14540018141269684, -0.1281701624393463, -0.022266406565904617, 0.0033270888961851597, 0.102540522813797, 0.08353269845247269, -0.19223839044570923, -0.09119746088981628, 0.17257031798362732, -0.0697019174695015, -0.10189523547887802, 0.1313025802373886, -0.03401888534426689, 0.014295708388090134, 0.0402805432677269, 0.18968039751052856, 0.06797579675912857, -0.09018692374229431, 0.014296094886958599, -0.05311984196305275, 0.12461214512586594, 0.018954213708639145, 0.09698998928070068, -0.04230087995529175, 0.03848424181342125, -0.005300873890519142, -0.019190676510334015, 0.062239956110715866, -0.09397433698177338, -0.09190391004085541, -0.016597319394350052, -0.07529707252979279, 0.0064896089024841785, 0.07004660367965698, 0.038855306804180145, -0.09851160645484924, -0.13084259629249573, 0.03175003454089165, 0.10042843967676163, -0.10752061009407043, 0.03347071632742882, -0.08090744912624359, 0.04018107056617737, -0.019382819533348083, -0.0138256149366498, -0.1688620150089264, -0.009407476522028446, 0.024687157943844795, -0.04056433588266373, 0.03362680599093437, -0.007787947542965412, 0.08618904650211334, 0.03835150599479675, -0.048659175634384155, -0.07331676781177521, -0.07240945845842361, -0.00519214104861021, -0.08179266005754471, -0.23088131844997406, -0.07741661369800568, -0.026220640167593956, 0.15992584824562073, -0.22351521253585815, 0.010202571749687195, 0.022670775651931763, 0.10391143709421158, 0.03364403918385506, -0.04912696033716202, -0.013762829825282097, 0.07949868589639664, -0.019474925473332405, -0.06331324577331543, 0.03568093851208687, 0.004221685230731964, -0.12432000041007996, 0.018481437116861343, -0.1226617619395256, 0.0924496203660965, 0.11119822412729263, -0.04805852472782135, -0.08410673588514328, -0.0598997138440609, -0.06978628039360046, -0.06173822283744812, -0.03538120165467262, 0.002743000630289316, 0.20543740689754486, 0.035122957080602646, 0.11679190397262573, -0.07470175623893738, -0.04645258188247681, 0.027735821902751923, -0.004287319723516703, -0.009075627662241459, 0.14048565924167633, 0.06709142029285431, -0.035925284028053284, 0.09964394569396973, 0.08182190358638763, -0.08521592617034912, 0.13879984617233276, -0.07116749882698059, -0.12692879140377045, -0.020512862130999565, 0.018164770677685738, 0.030889779329299927, 0.12830235064029694, -0.15160879492759705, -0.004288806114345789, 0.021320417523384094, 0.024178801104426384, 0.030319245532155037, -0.22279344499111176, -0.015532497316598892, 0.03887871652841568, -0.06386987864971161, -0.04837736487388611, -0.018623463809490204, 0.003923850599676371, 0.09094712883234024, 0.00322075467556715, -0.0601532980799675, -0.00872648973017931, -0.026417754590511322, -0.08216299116611481, 0.19134211540222168, -0.09359610825777054, -0.1398739367723465, -0.13243204355239868, -0.03936433419585228, -0.0003509749658405781, -0.01732109673321247, 0.048173293471336365, -0.10718141496181488, -0.03564009815454483, -0.06412366032600403, 0.04405081644654274, -0.06795479357242584, 0.023096904158592224, -0.01318152341991663, 0.012445982545614243, 0.07842361927032471, -0.10244876891374588, 0.01976374350488186, -0.02553827315568924, -0.04326429218053818, 0.034956976771354675, 0.0378071628510952, 0.09627960622310638, 0.16626131534576416, 0.030178286135196686, 0.024622302502393723, -0.040276553481817245, 0.15197238326072693, -0.10436443239450455, -0.02945905737578869, 0.10818733274936676, -0.0014152969233691692, 0.042296092957258224, 0.12024524062871933, 0.06464288383722305, -0.08348377794027328, 0.020611222833395004, 0.05438891425728798, -0.017436059191823006, -0.24962544441223145, -0.028123287484049797, -0.060703717172145844, -0.02387256734073162, 0.12253030389547348, 0.03139955550432205, -0.002070111222565174, 0.0336323082447052, -0.0011933608911931515, 0.004768113140016794, 0.003035658737644553, 0.06503593176603317, 0.07091153413057327, 0.03850070387125015, 0.11714163422584534, -0.017762241885066032, -0.050619903951883316, 0.021645639091730118, 0.008914494886994362, 0.2586236596107483, -0.0014897481305524707, 0.16362179815769196, 0.056823790073394775, 0.16139046847820282, 0.0041539641097188, 0.07413781434297562, 0.007765994872897863, -0.026090562343597412, 0.014642368070781231, -0.05489886552095413, -0.026274561882019043, 0.04200204089283943, 0.08725151419639587, 0.039161257445812225, -0.1247883141040802, -0.029256083071231842, 0.020482836291193962, 0.3514300286769867, 0.06364697962999344, -0.29920491576194763, -0.08853182941675186, 0.0022934984881430864, -0.08116505295038223, -0.04902162030339241, 0.028074190020561218, 0.10388541221618652, -0.09860933572053909, 0.043539948761463165, -0.07898500561714172, 0.10005350410938263, -0.06274110078811646, 0.0065925451926887035, 0.08137387037277222, 0.06859461218118668, -0.002619781531393528, 0.07712859660387039, -0.2826482653617859, 0.31257644295692444, -0.014041624963283539, 0.07910647988319397, -0.0488910935819149, 0.026695383712649345, 0.025501329451799393, -0.056274473667144775, 0.0718657523393631, -0.014982357621192932, -0.09402774274349213, -0.1905478835105896, -0.07564651966094971, 0.02637040987610817, 0.13068796694278717, -0.05361155793070793, 0.12147214263677597, -0.026541192084550858, -0.001697166240774095, 0.05959443747997284, -0.07860155403614044, -0.09127452224493027, -0.11216040700674057, 0.015948787331581116, 0.02228429913520813, 0.07195675373077393, -0.10340439528226852, -0.11311908811330795, -0.06520086526870728, 0.1558508723974228, -0.06696964800357819, -0.008786957710981369, -0.13036265969276428, 0.10198555886745453, 0.16449065506458282, -0.06633498519659042, 0.042322151362895966, 0.027027543634176254, 0.11723252385854721, 0.030879735946655273, -0.00674855150282383, 0.11501467227935791, -0.07742872089147568, -0.17691455781459808, -0.054406240582466125, 0.1620369404554367, 0.04519694298505783, 0.07362786680459976, -0.022486601024866104, 0.025065558031201363, -0.033824045211076736, -0.07306255400180817, 0.06140255182981491, -0.002273715566843748, 0.007184308487921953, 0.05572729930281639, -0.04149085283279419, 0.004192864056676626, -0.07978896051645279, -0.0631033331155777, 0.16340504586696625, 0.26991167664527893, -0.07467827945947647, 0.021096782758831978, 0.03692607954144478, -0.04946531355381012, -0.14746597409248352, 0.0343032106757164, 0.12498074024915695, 0.03302156925201416, 0.014237788505852222, -0.23254545032978058, 0.06492258608341217, 0.08620013296604156, -0.020827168598771095, 0.0715128481388092, -0.3294048309326172, -0.12793217599391937, 0.11782754212617874, 0.11179208010435104, -0.03657606616616249, -0.1566099226474762, -0.05647336691617966, -0.008464667946100235, -0.09322413057088852, 0.06961371004581451, -0.031368449330329895, 0.12710237503051758, -0.0018187222303822637, 0.08610054850578308, 0.02560354396700859, -0.05650367587804794, 0.14216049015522003, -0.004225237760692835, 0.06226140260696411, -0.006892179138958454, 0.04884858429431915, 0.015957437455654144, -0.04179398715496063, 0.012202066369354725, -0.07000806927680969, 0.011733857914805412, -0.1372338980436325, -0.029059413820505142, -0.08636154979467392, 0.02759125828742981, -0.04131704568862915, -0.050740987062454224, -0.009159231558442116, 0.04655218869447708, 0.060285914689302444, 0.00550763588398695, 0.12196002155542374, -0.051291391253471375, 0.1578024923801422, 0.06231221184134483, 0.10064658522605896, -0.0057821935042738914, -0.09905918687582016, -0.0151164336130023, -0.007538390811532736, 0.050541799515485764, -0.11927301436662674, 0.0289323590695858, 0.15247312188148499, 0.04780706390738487, 0.15535099804401398, 0.06569070369005203, -0.08494463562965393, 0.018509674817323685, 0.06947825103998184, -0.08423689007759094, -0.11894188821315765, -0.012710374779999256, 0.07242903113365173, -0.14176101982593536, 0.0057334620505571365, 0.09767349064350128, -0.049996960908174515, -0.01327695045620203, 0.011940407566726208, 0.018462451174855232, -0.058481693267822266, 0.22205621004104614, 0.030017774552106857, 0.07520858198404312, -0.09322655946016312, 0.076003298163414, 0.06115587428212166, -0.17492465674877167, 0.02806197665631771, 0.07975934445858002, -0.02880718559026718, -0.02045649290084839, 0.02816176600754261, 0.0909380093216896, -0.002427744446322322, -0.05689753219485283, -0.11717982590198517, -0.14849694073200226, 0.07942309975624084, 0.08574159443378448, 0.0344010554254055, 0.025454411283135414, -0.04897753894329071, 0.040855683386325836, -0.11727594584226608, 0.09112497419118881, 0.09625612944364548, 0.07123859226703644, -0.12516619265079498, 0.15564565360546112, 0.014773944392800331, 0.007692649494856596, 0.0077725728042423725, -0.006631334777921438, -0.09658033400774002, 0.0378035344183445, -0.10024319589138031, -0.030141163617372513, -0.05017618089914322, -0.0044852676801383495, 0.012632988393306732, -0.05689259618520737, -0.05294531583786011, 0.01567666605114937, -0.12618203461170197, -0.043915845453739166, 0.0005464788409881294, 0.06564364582300186, -0.11185210198163986, -0.02393442392349243, 0.04780472442507744, -0.10615575313568115, 0.09196892380714417, 0.0623188242316246, 0.0214653629809618, 0.04721596837043762, -0.12452920526266098, 0.01436264906078577, 0.03720353916287422, 0.0013264737790450454, 0.03002312406897545, -0.15557564795017242, -0.012452203780412674, -0.01674680970609188, 0.04119228944182396, -0.000586518261115998, 0.02562977559864521, -0.13898153603076935, -0.04141399264335632, -0.03306747227907181, -0.0753733292222023, -0.059889718890190125, 0.05449371784925461, 0.0536218099296093, 0.04753841087222099, 0.1705142855644226, -0.08659321814775467, 0.05522339791059494, -0.21821331977844238, 0.01773979142308235, -0.03681332245469093, -0.0652267262339592, -0.06578678637742996, -0.041006527841091156, 0.08371786773204803, -0.07536079734563828, 0.08686954528093338, -0.028443513438105583, 0.04525383934378624, 0.032501280307769775, -0.10658106952905655, 0.02242351323366165, 0.04433034360408783, 0.23676109313964844, 0.045160166919231415, -0.02759871445596218, 0.07390404492616653, 0.008272789418697357, 0.05114439129829407, 0.17989516258239746, 0.15377959609031677, 0.1791035681962967, 0.05047261714935303, 0.08684983849525452, 0.07375383377075195, -0.10718479752540588, -0.12013614922761917, 0.12462205439805984, -0.018489232286810875, 0.12082979083061218, -0.013514911755919456, 0.2616054117679596, 0.09817323833703995, -0.19487670063972473, 0.05843852832913399, -0.03872096911072731, -0.09118318557739258, -0.09082651138305664, -0.057590171694755554, -0.06807736307382584, -0.16926990449428558, 0.0123497499153018, -0.11340387165546417, 0.055835068225860596, 0.0610940158367157, 0.037939779460430145, 0.014729228802025318, 0.13686470687389374, 0.03963419422507286, 0.0031661815010011196, 0.11020562052726746, 0.016743112355470657, -0.013756275177001953, -0.06159927695989609, -0.08805491775274277, 0.03096935525536537, -0.02600233070552349, 0.048707515001297, -0.05020338296890259, -0.09864047914743423, 0.057158708572387695, 0.000542580964975059, -0.10728976130485535, 0.017685189843177795, -0.0209445022046566, 0.07430930435657501, 0.08647894114255905, 0.032187920063734055, -0.005365292076021433, -0.025219596922397614, 0.2675309479236603, -0.10587208718061447, -0.06022350862622261, -0.13050983846187592, 0.2477882206439972, 0.01596393622457981, -0.025450922548770905, 0.016827570274472237, -0.07304337620735168, 0.00527474470436573, 0.16465811431407928, 0.14448055624961853, -0.02969489060342312, -0.019843557849526405, 0.014651919715106487, -0.011170968413352966, -0.05574314668774605, 0.08252257853746414, 0.13163259625434875, 0.05464407429099083, -0.07919135689735413, -0.03502530977129936, -0.06025102362036705, -0.045935194939374924, -0.030395716428756714, 0.07585553824901581, 0.04037168249487877, -0.01538877747952938, -0.029369454830884933, 0.1208280548453331, -0.0738038569688797, -0.11147131025791168, 0.01764724589884281, -0.1841309666633606, -0.18801088631153107, -0.03543241322040558, 0.07234867662191391, 0.031252749264240265, 0.05459316819906235, -0.014777659438550472, -0.014241712167859077, 0.09618780016899109, 0.00810698140412569, -0.04571620374917984, -0.10796547681093216, 0.09541517496109009, -0.1035115197300911, 0.1920492798089981, -0.044754888862371445, 0.028377531096339226, 0.12378519028425217, 0.07447110861539841, -0.06346901506185532, 0.05325061455368996, 0.06908097118139267, -0.12411539256572723, 0.048670560121536255, 0.19561684131622314, -0.033233534544706345, 0.13443759083747864, 0.042770396918058395, -0.11888153851032257, 0.027438268065452576, -0.10450964421033859, -0.04745916649699211, -0.058463141322135925, -0.015062268823385239, -0.043729498982429504, 0.13026857376098633, 0.22021684050559998, -0.06313026696443558, -0.017753764986991882, -0.0646987035870552, 0.003577297320589423, 0.046432871371507645, 0.11409632116556168, -0.04947155714035034, -0.27091673016548157, 0.011331782676279545, -0.001180927618406713, 0.007941290736198425, -0.2633403241634369, -0.09072620421648026, 0.041488923132419586, -0.06511940807104111, -0.06003634259104729, 0.11178675293922424, 0.0805601254105568, 0.050626903772354126, -0.058118581771850586, -0.0752512663602829, -0.034890808165073395, 0.18698212504386902, -0.17194928228855133, -0.05595025047659874 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav2vec2-large-xlsr-hausa2-demo-colab This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the common_voice dataset. It achieves the following results on the evaluation set: - Loss: 0.2993 - Wer: 0.4826 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 9.6e-05 - train_batch_size: 12 - eval_batch_size: 8 - seed: 13 - gradient_accumulation_steps: 3 - total_train_batch_size: 36 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 400 - num_epochs: 50 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:----:|:---------------:|:------:| | 6.1549 | 12.5 | 400 | 2.7289 | 1.0 | | 2.0566 | 25.0 | 800 | 0.4582 | 0.6768 | | 0.4423 | 37.5 | 1200 | 0.3037 | 0.5138 | | 0.2991 | 50.0 | 1600 | 0.2993 | 0.4826 | ### Framework versions - Transformers 4.16.2 - Pytorch 1.10.0+cu111 - Datasets 1.18.3 - Tokenizers 0.11.0
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["common_voice"], "model-index": [{"name": "wav2vec2-large-xlsr-hausa2-demo-colab", "results": []}]}
automatic-speech-recognition
Arnold/wav2vec2-large-xlsr-hausa2-demo-colab
[ "transformers", "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "generated_from_trainer", "dataset:common_voice", "license:apache-2.0", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us
wav2vec2-large-xlsr-hausa2-demo-colab ===================================== This model is a fine-tuned version of facebook/wav2vec2-large-xlsr-53 on the common\_voice dataset. It achieves the following results on the evaluation set: * Loss: 0.2993 * Wer: 0.4826 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 9.6e-05 * train\_batch\_size: 12 * eval\_batch\_size: 8 * seed: 13 * gradient\_accumulation\_steps: 3 * total\_train\_batch\_size: 36 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * lr\_scheduler\_warmup\_steps: 400 * num\_epochs: 50 * mixed\_precision\_training: Native AMP ### Training results ### Framework versions * Transformers 4.16.2 * Pytorch 1.10.0+cu111 * Datasets 1.18.3 * Tokenizers 0.11.0
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 9.6e-05\n* train\\_batch\\_size: 12\n* eval\\_batch\\_size: 8\n* seed: 13\n* gradient\\_accumulation\\_steps: 3\n* total\\_train\\_batch\\_size: 36\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 400\n* num\\_epochs: 50\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ "TAGS\n#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 9.6e-05\n* train\\_batch\\_size: 12\n* eval\\_batch\\_size: 8\n* seed: 13\n* gradient\\_accumulation\\_steps: 3\n* total\\_train\\_batch\\_size: 36\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 400\n* num\\_epochs: 50\n* mixed\\_precision\\_training: Native AMP", "### Training results", "### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ 65, 160, 4, 35 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 9.6e-05\n* train\\_batch\\_size: 12\n* eval\\_batch\\_size: 8\n* seed: 13\n* gradient\\_accumulation\\_steps: 3\n* total\\_train\\_batch\\_size: 36\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: 400\n* num\\_epochs: 50\n* mixed\\_precision\\_training: Native AMP### Training results### Framework versions\n\n\n* Transformers 4.16.2\n* Pytorch 1.10.0+cu111\n* Datasets 1.18.3\n* Tokenizers 0.11.0" ]
[ -0.11712789535522461, 0.07729578018188477, -0.0032404859084635973, 0.04936771094799042, 0.1269652396440506, 0.00879079569131136, 0.09846438467502594, 0.14120250940322876, -0.08599630743265152, 0.08323643356561661, 0.0916893482208252, 0.09924250841140747, 0.06441248208284378, 0.11376553773880005, -0.020536938682198524, -0.30876871943473816, 0.00854621920734644, 0.014376200735569, -0.09684282541275024, 0.11955398321151733, 0.09823580086231232, -0.11528578400611877, 0.01886848732829094, 0.024758117273449898, -0.1230461597442627, 0.009839911945164204, -0.02328745275735855, -0.06757321208715439, 0.1223987489938736, 0.036146584898233414, 0.10291314125061035, 0.02458561211824417, 0.08922865986824036, -0.25814172625541687, 0.01720074750483036, 0.0634329617023468, 0.040745560079813004, 0.07568179070949554, 0.11471125483512878, -0.01862185262143612, 0.11812225729227066, -0.07084741443395615, 0.07759219408035278, 0.04025466740131378, -0.10854708403348923, -0.31014472246170044, -0.08472974598407745, 0.02995825931429863, 0.1260536015033722, 0.10191754996776581, -0.03402426838874817, 0.08080696314573288, -0.0831696093082428, 0.08918119966983795, 0.2281719446182251, -0.2523021101951599, -0.07726167887449265, -0.027995362877845764, 0.052953362464904785, 0.03869061544537544, -0.12233127653598785, -0.03338044881820679, 0.02069162018597126, 0.0400242805480957, 0.10449052602052689, 0.008955908939242363, -0.03441064804792404, 0.01751726306974888, -0.14792372286319733, -0.04717814177274704, 0.10463152080774307, 0.07729774713516235, -0.02491452544927597, -0.09309637546539307, -0.016929859295487404, -0.20673727989196777, -0.047004569321870804, 0.011494309641420841, 0.025909803807735443, -0.04033548757433891, -0.10875669121742249, 0.02103227749466896, -0.08689022809267044, -0.08541405946016312, 0.004658409394323826, 0.13309341669082642, 0.04908121004700661, -0.0319758877158165, 0.0055757565423846245, 0.10585491359233856, 0.04357591271400452, -0.13146823644638062, 0.012747479602694511, 0.047097887843847275, -0.10865373909473419, -0.02103934995830059, -0.03693363070487976, -0.05868268385529518, 0.003051784820854664, 0.11521319299936295, -0.014889057725667953, 0.08589119464159012, 0.013597042299807072, 0.03508596122264862, -0.08068712800741196, 0.17903149127960205, -0.07532311230897903, -0.023380590602755547, -0.05426722764968872, 0.0936509296298027, -0.022626124322414398, -0.011823759414255619, -0.06389690935611725, 0.03707389906048775, 0.11069917678833008, 0.04106553643941879, -0.020950494334101677, 0.02445382811129093, -0.06802192330360413, -0.02411748096346855, -0.030018895864486694, -0.10591424256563187, 0.04068291187286377, 0.02666288986802101, -0.07802058756351471, 0.012957189232110977, 0.005420668516308069, 0.02217879891395569, -0.03156597912311554, 0.1378016471862793, -0.0598929189145565, 0.013240440748631954, -0.08558794111013412, -0.11031655967235565, 0.029169172048568726, -0.04333547130227089, 0.0034604023676365614, -0.06473536044359207, -0.09461659938097, -0.060207072645425797, 0.06153560429811478, -0.04815439134836197, -0.07257182896137238, -0.06779295206069946, -0.06829966604709625, 0.04800393059849739, -0.03196417912840843, 0.18312634527683258, -0.06210017204284668, 0.11457428336143494, 0.012013573199510574, 0.0410616397857666, 0.04396095126867294, 0.07884383201599121, -0.044093649834394455, 0.032382071018218994, -0.13890551030635834, 0.07139746844768524, -0.0885964184999466, 0.053380731493234634, -0.14916636049747467, -0.12352857738733292, -0.01626019924879074, 0.003172702621668577, 0.10321976244449615, 0.08297564089298248, -0.18711990118026733, -0.09276027977466583, 0.1723291128873825, -0.06444462388753891, -0.08671214431524277, 0.13729296624660492, -0.02796885557472706, -0.008362487889826298, 0.03928131237626076, 0.1835789531469345, 0.07401060312986374, -0.09654640406370163, 0.02117903344333172, -0.05503776669502258, 0.11565843224525452, 0.022954272106289864, 0.09208393096923828, -0.04582398384809494, 0.035277992486953735, -0.006152209360152483, -0.025145793333649635, 0.07476938515901566, -0.09334644675254822, -0.08105101436376572, -0.01251309271901846, -0.07692191749811172, 0.011995348148047924, 0.06388978660106659, 0.03180539235472679, -0.09363152086734772, -0.12961959838867188, 0.03422217443585396, 0.10166234523057938, -0.1049504354596138, 0.031904540956020355, -0.07999441027641296, 0.0398288257420063, -0.022848626598715782, -0.016230303794145584, -0.17008353769779205, -0.008279978297650814, 0.024802910163998604, -0.043446775525808334, 0.02928653173148632, -0.004935115575790405, 0.07970619201660156, 0.03702521324157715, -0.04676895588636398, -0.07621219009160995, -0.060568228363990784, -0.0025496610905975103, -0.08410856872797012, -0.23186035454273224, -0.07448183000087738, -0.02567731775343418, 0.1493031531572342, -0.21528668701648712, 0.004559501074254513, 0.012678488157689571, 0.10857394337654114, 0.029787465929985046, -0.047918740659952164, -0.006933900993317366, 0.0849255621433258, -0.011865681037306786, -0.06383268535137177, 0.04037478193640709, 0.0003770912589970976, -0.12083208560943604, 0.025469521060585976, -0.1257351040840149, 0.09296157956123352, 0.10874028503894806, -0.037300288677215576, -0.08808152377605438, -0.05591868609189987, -0.06612389534711838, -0.06739936023950577, -0.0354534350335598, 0.006117320619523525, 0.21937093138694763, 0.037717875093221664, 0.1162603348493576, -0.07138854265213013, -0.04695688933134079, 0.026652172207832336, 0.006029864307492971, -0.009208857081830502, 0.14481261372566223, 0.07916226983070374, -0.04454292356967926, 0.09604541957378387, 0.08269061148166656, -0.08073753118515015, 0.137979656457901, -0.06966251879930496, -0.12321452051401138, -0.01741764135658741, 0.022902438417077065, 0.02714267373085022, 0.1127251386642456, -0.14881889522075653, -0.004898582119494677, 0.019524505361914635, 0.023786138743162155, 0.028635799884796143, -0.21709251403808594, -0.0141100212931633, 0.03991330415010452, -0.06579074263572693, -0.0364680252969265, -0.018134593963623047, 0.006595417857170105, 0.09139680862426758, 0.00624731183052063, -0.06660299003124237, -0.0125786904245615, -0.02661055326461792, -0.08139336109161377, 0.186910018324852, -0.0959428921341896, -0.14404410123825073, -0.12168946117162704, -0.042418986558914185, 0.008005820214748383, -0.02252265438437462, 0.04995431751012802, -0.11256657540798187, -0.040298737585544586, -0.061279382556676865, 0.04275698959827423, -0.06226442754268646, 0.026490438729524612, -0.01061913650482893, 0.0020682180766016245, 0.07699240744113922, -0.09956279397010803, 0.02320714294910431, -0.02860109880566597, -0.04022499918937683, 0.03212452307343483, 0.0423995666205883, 0.09382325410842896, 0.1736537665128708, 0.03434516116976738, 0.020915521308779716, -0.04205992445349693, 0.1529317945241928, -0.10570361465215683, -0.031187422573566437, 0.10498715937137604, -0.007131913676857948, 0.04237474128603935, 0.12674854695796967, 0.058527301996946335, -0.08096273243427277, 0.019554946571588516, 0.05278409272432327, -0.014295932836830616, -0.25457683205604553, -0.033519551157951355, -0.05836953967809677, -0.024960458278656006, 0.11664152890443802, 0.03350471705198288, -0.013378343544900417, 0.026781613007187843, -0.004199307877570391, -0.00742172310128808, 0.0024266622494906187, 0.059052009135484695, 0.07354702800512314, 0.03707275539636612, 0.11908897757530212, -0.014000967144966125, -0.044005729258060455, 0.02265206351876259, 0.008292866870760918, 0.24985826015472412, -0.0016096432227641344, 0.16697277128696442, 0.05654361471533775, 0.16561876237392426, 0.011241360567510128, 0.06498437374830246, 0.012431805953383446, -0.02520742639899254, 0.017295703291893005, -0.04790954291820526, -0.01982615329325199, 0.031958937644958496, 0.10411368310451508, 0.02809007279574871, -0.11934000998735428, -0.03387666121125221, 0.017460111528635025, 0.3461834788322449, 0.06054334715008736, -0.2912676930427551, -0.08376716822385788, -0.005854815244674683, -0.089366115629673, -0.04357029125094414, 0.027496546506881714, 0.10184554755687714, -0.09730423986911774, 0.04682796075940132, -0.0758342295885086, 0.1008797213435173, -0.06769676506519318, 0.004716476891189814, 0.08849140256643295, 0.07873984426259995, -0.0020346634555608034, 0.0668737068772316, -0.2715761959552765, 0.30644476413726807, -0.016155287623405457, 0.07329168170690536, -0.04204586148262024, 0.02547021396458149, 0.02441781386733055, -0.05841973051428795, 0.06784964352846146, -0.0169387087225914, -0.08872909098863602, -0.18789301812648773, -0.0822126641869545, 0.021923724561929703, 0.1255844235420227, -0.045129261910915375, 0.11825958639383316, -0.02417898364365101, -0.00920147355645895, 0.05809704586863518, -0.0818466916680336, -0.09350583702325821, -0.10563112795352936, 0.019038576632738113, 0.024022044613957405, 0.0698607936501503, -0.09856799989938736, -0.1175980344414711, -0.091395303606987, 0.1621575802564621, -0.07196898758411407, -0.01099352352321148, -0.12920746207237244, 0.09836329519748688, 0.1650295853614807, -0.06596993654966354, 0.049207575619220734, 0.02878403849899769, 0.10561934858560562, 0.03296909108757973, -0.010296382009983063, 0.12084086239337921, -0.07796210795640945, -0.17954814434051514, -0.05783478170633316, 0.16178396344184875, 0.04918937385082245, 0.0730828270316124, -0.028921088203787804, 0.023665880784392357, -0.024987006559967995, -0.0724971815943718, 0.06130717694759369, 0.010544879361987114, 0.009927854873239994, 0.060795046389102936, -0.03539120405912399, -0.007621222175657749, -0.08260539174079895, -0.07247548550367355, 0.16468612849712372, 0.2727532386779785, -0.07798261940479279, 0.03646589815616608, 0.03490321338176727, -0.0491030216217041, -0.14493823051452637, 0.026629367843270302, 0.13573776185512543, 0.03664141148328781, 0.023220814764499664, -0.22254705429077148, 0.057301927357912064, 0.09072140604257584, -0.017590157687664032, 0.06877613067626953, -0.33617982268333435, -0.13098232448101044, 0.12195385247468948, 0.11019942909479141, -0.0378764346241951, -0.15459385514259338, -0.05381879210472107, -0.0037263038102537394, -0.09231934696435928, 0.0635329931974411, -0.023341890424489975, 0.12774471938610077, 0.002634856617078185, 0.07027933746576309, 0.02364431507885456, -0.05606264993548393, 0.13559195399284363, -0.009830971248447895, 0.05620835721492767, -0.009968025609850883, 0.05233081057667732, -0.008771248161792755, -0.03972240537405014, 0.0021075340919196606, -0.0691487193107605, 0.011292961426079273, -0.13148365914821625, -0.030584299936890602, -0.08985032886266708, 0.019695982336997986, -0.03856978565454483, -0.039854858070611954, -0.00902722030878067, 0.041556715965270996, 0.06686897575855255, 0.0038773040287196636, 0.11006154865026474, -0.05535739287734032, 0.15211652219295502, 0.06958244740962982, 0.0991276279091835, -0.00030718150082975626, -0.11569440364837646, -0.018193814903497696, -0.010234721936285496, 0.0454179085791111, -0.10471832007169724, 0.026918217539787292, 0.15270298719406128, 0.04382947087287903, 0.15175968408584595, 0.06235849857330322, -0.08323416858911514, 0.01696641556918621, 0.062218014150857925, -0.08322060108184814, -0.121446393430233, -0.006158551201224327, 0.0592607744038105, -0.13070964813232422, -0.0019991828594356775, 0.10023342072963715, -0.04524727910757065, -0.016789402812719345, 0.016235727816820145, 0.02332322485744953, -0.05117107927799225, 0.23456482589244843, 0.022415246814489365, 0.0757070928812027, -0.09584535658359528, 0.07580482959747314, 0.06489623337984085, -0.1847754418849945, 0.02883603423833847, 0.08263948559761047, -0.03594489395618439, -0.021477341651916504, 0.03865647688508034, 0.08790097385644913, 0.00786245334893465, -0.05459402874112129, -0.11245222389698029, -0.14837445318698883, 0.08760064095258713, 0.09748487174510956, 0.032280754297971725, 0.022065863013267517, -0.04186037927865982, 0.03813900798559189, -0.10972250252962112, 0.0884305015206337, 0.10248077660799026, 0.06957966089248657, -0.12647822499275208, 0.15677067637443542, 0.018170837312936783, 0.007836815901100636, 0.005834520328789949, -0.001468402799218893, -0.09726981818675995, 0.03633897006511688, -0.10427801311016083, -0.02541818656027317, -0.04434701055288315, -0.003586522536352277, 0.01177650410681963, -0.05506955832242966, -0.04776805639266968, 0.017176901921629906, -0.1255413293838501, -0.04215523973107338, -0.003608818631619215, 0.06255964189767838, -0.10289759188890457, -0.022273022681474686, 0.04284914582967758, -0.0996926873922348, 0.09343375265598297, 0.05907629430294037, 0.020861485973000526, 0.03986901044845581, -0.13754154741764069, 0.005562267266213894, 0.03866599500179291, -0.0018159328028559685, 0.028146225959062576, -0.15927653014659882, -0.014448758214712143, -0.01892814040184021, 0.03276529163122177, -0.004411478526890278, 0.030046580359339714, -0.1364949345588684, -0.04385555535554886, -0.031976476311683655, -0.06789026409387589, -0.06198548898100853, 0.04591205716133118, 0.054449450224637985, 0.051260869950056076, 0.1658933311700821, -0.08980870246887207, 0.05824499949812889, -0.21637402474880219, 0.013946742750704288, -0.038558732718229294, -0.06434641033411026, -0.054747261106967926, -0.03448936715722084, 0.08922672271728516, -0.06919475644826889, 0.08796557784080505, -0.033759526908397675, 0.04804416000843048, 0.032185476273298264, -0.10988745838403702, 0.01628103479743004, 0.04792942851781845, 0.2233506590127945, 0.04035268723964691, -0.025153478607535362, 0.068031907081604, 0.009648199193179607, 0.049591679126024246, 0.17166902124881744, 0.1512279361486435, 0.18100117146968842, 0.05502110719680786, 0.08450456708669662, 0.06336922198534012, -0.12003526836633682, -0.12003503739833832, 0.12359730899333954, -0.03641502559185028, 0.13354039192199707, -0.013948606327176094, 0.25970643758773804, 0.08836717903614044, -0.1915285289287567, 0.05888186767697334, -0.041413236409425735, -0.09039408713579178, -0.08834761381149292, -0.05344425141811371, -0.06697368621826172, -0.1758391261100769, 0.011330218985676765, -0.10708774626255035, 0.0575026273727417, 0.05959624424576759, 0.0427219457924366, 0.02004346251487732, 0.1296582967042923, 0.04859497398138046, -0.006798434071242809, 0.11359664797782898, 0.01639508455991745, -0.015069798566401005, -0.06108759343624115, -0.08680270612239838, 0.03792518377304077, -0.022742556408047676, 0.048985276371240616, -0.0493326298892498, -0.10086995363235474, 0.06398675590753555, 0.004540348891168833, -0.10901034623384476, 0.02181306481361389, -0.015627996996045113, 0.07193891704082489, 0.09458199143409729, 0.034443117678165436, -0.0014750749105587602, -0.026846250519156456, 0.2553660571575165, -0.10022366046905518, -0.05742143467068672, -0.12833744287490845, 0.2449558824300766, 0.014486049301922321, -0.024375390261411667, 0.019569406285881996, -0.06945445388555527, 0.0016111127333715558, 0.16503989696502686, 0.14089415967464447, -0.028559071943163872, -0.01715994067490101, 0.016049392521381378, -0.011121482588350773, -0.04891040548682213, 0.08352860808372498, 0.13890203833580017, 0.05737081542611122, -0.07665443420410156, -0.03676312044262886, -0.05814669653773308, -0.04673582315444946, -0.024700837209820747, 0.06056653708219528, 0.04001040384173393, -0.015017417259514332, -0.026724249124526978, 0.12048278003931046, -0.06859823316335678, -0.1255083680152893, 0.015370198525488377, -0.18366089463233948, -0.19130268692970276, -0.03736862167716026, 0.08360590040683746, 0.035866040736436844, 0.04663761332631111, -0.01155042089521885, -0.014419160783290863, 0.09571986645460129, 0.005030620377510786, -0.04120513051748276, -0.10861367732286453, 0.08532392978668213, -0.09972517937421799, 0.17712466418743134, -0.03999783843755722, 0.03323933854699135, 0.11868172883987427, 0.07898091524839401, -0.06340119987726212, 0.0560665987432003, 0.06825817376375198, -0.1356944739818573, 0.05546921119093895, 0.19667299091815948, -0.035572368651628494, 0.13172678649425507, 0.03850915655493736, -0.11969271302223206, 0.030847100540995598, -0.12164627760648727, -0.04608752578496933, -0.05218028649687767, -0.006971381604671478, -0.044516611844301224, 0.13597938418388367, 0.22120623290538788, -0.05963072180747986, -0.014561846852302551, -0.06327806413173676, -0.0011142591247335076, 0.03462068736553192, 0.1236758679151535, -0.04915761202573776, -0.2709384262561798, 0.019235003739595413, -0.005474012345075607, 0.016213703900575638, -0.24473781883716583, -0.08777981251478195, 0.03538409247994423, -0.06689802557229996, -0.06620893627405167, 0.11453776061534882, 0.06867888569831848, 0.05029716342687607, -0.05922158062458038, -0.0779663622379303, -0.02962522953748703, 0.18611249327659607, -0.17832331359386444, -0.05486351251602173 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # distilbert-base-uncased-finetuned-emotion This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset. It achieves the following results on the evaluation set: - Loss: 0.2295 - Accuracy: 0.92 - F1: 0.9202 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 64 - eval_batch_size: 64 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 2 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:| | 0.8187 | 1.0 | 250 | 0.3137 | 0.902 | 0.8983 | | 0.2514 | 2.0 | 500 | 0.2295 | 0.92 | 0.9202 | ### Framework versions - Transformers 4.11.3 - Pytorch 1.10.0+cu111 - Datasets 1.16.1 - Tokenizers 0.10.3
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["emotion"], "metrics": ["accuracy", "f1"], "model-index": [{"name": "distilbert-base-uncased-finetuned-emotion", "results": [{"task": {"type": "text-classification", "name": "Text Classification"}, "dataset": {"name": "emotion", "type": "emotion", "args": "default"}, "metrics": [{"type": "accuracy", "value": 0.92, "name": "Accuracy"}, {"type": "f1", "value": 0.9201604193183255, "name": "F1"}]}]}]}
text-classification
Aron/distilbert-base-uncased-finetuned-emotion
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "dataset:emotion", "license:apache-2.0", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-emotion #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased-finetuned-emotion ========================================= This model is a fine-tuned version of distilbert-base-uncased on the emotion dataset. It achieves the following results on the evaluation set: * Loss: 0.2295 * Accuracy: 0.92 * F1: 0.9202 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 2e-05 * train\_batch\_size: 64 * eval\_batch\_size: 64 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * num\_epochs: 2 ### Training results ### Framework versions * Transformers 4.11.3 * Pytorch 1.10.0+cu111 * Datasets 1.16.1 * Tokenizers 0.10.3
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 2", "### Training results", "### Framework versions\n\n\n* Transformers 4.11.3\n* Pytorch 1.10.0+cu111\n* Datasets 1.16.1\n* Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-emotion #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 2", "### Training results", "### Framework versions\n\n\n* Transformers 4.11.3\n* Pytorch 1.10.0+cu111\n* Datasets 1.16.1\n* Tokenizers 0.10.3" ]
[ 67, 98, 4, 33 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-emotion #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 2### Training results### Framework versions\n\n\n* Transformers 4.11.3\n* Pytorch 1.10.0+cu111\n* Datasets 1.16.1\n* Tokenizers 0.10.3" ]
[ -0.10365526378154755, 0.11108539253473282, -0.0026109113823622465, 0.1317654550075531, 0.16546793282032013, 0.045472968369722366, 0.1148209348320961, 0.12493137270212173, -0.08185860514640808, 0.032128069549798965, 0.10837704688310623, 0.1617085337638855, 0.02285127155482769, 0.09674810618162155, -0.05789001286029816, -0.2760312557220459, -0.013312868773937225, 0.05033736675977707, -0.015638014301657677, 0.13228055834770203, 0.09348677843809128, -0.12362140417098999, 0.09650623053312302, 0.003427819348871708, -0.17494015395641327, 0.003667527576908469, 0.0020847665145993233, -0.04351482167840004, 0.1478479653596878, 0.0203389972448349, 0.10677221417427063, 0.008356831967830658, 0.08522238582372665, -0.2250649482011795, 0.018061498180031776, 0.03874968737363815, 0.0002561478759162128, 0.08761061728000641, 0.03720410540699959, -0.015301057137548923, 0.15303263068199158, -0.06405466049909592, 0.05445051193237305, 0.021798426285386086, -0.11284452676773071, -0.2199874073266983, -0.08077996224164963, 0.041833750903606415, 0.06329819560050964, 0.11930888146162033, -0.019842874258756638, 0.12837383151054382, -0.09601787477731705, 0.09610112756490707, 0.23596636950969696, -0.2448965162038803, -0.06858085840940475, 0.020751558244228363, 0.014530576765537262, 0.043537914752960205, -0.11989867687225342, -0.039740413427352905, 0.050211407244205475, 0.05117671564221382, 0.11863920837640762, -0.03312069922685623, -0.0999940037727356, 0.00910378061234951, -0.12911130487918854, -0.04672069475054741, 0.16751150786876678, 0.0594206377863884, -0.02597641386091709, -0.05425291508436203, -0.056162502616643906, -0.1675000786781311, -0.031035728752613068, -0.016450364142656326, 0.054442595690488815, -0.01592334546148777, -0.06372737884521484, 0.010441784746944904, -0.12011896073818207, -0.04583032429218292, -0.06421378999948502, 0.10641534626483917, 0.021976949647068977, 0.006818883586674929, -0.017207900062203407, 0.10352788120508194, 0.0009800537955015898, -0.12149646133184433, 0.0210917666554451, 0.02099326066672802, 0.026333261281251907, -0.03047778643667698, -0.06905151158571243, -0.055389244109392166, -0.004919437691569328, 0.10190358012914658, -0.06666407734155655, 0.045935261994600296, 0.04524286091327667, 0.037766341120004654, -0.06852026283740997, 0.19527418911457062, -0.03294919803738594, -0.03212658688426018, -0.012501158751547337, 0.06016761064529419, 0.020768651738762856, -0.006436762399971485, -0.12171690911054611, 0.02350432053208351, 0.08950570225715637, -0.00007678163092350587, -0.09379716217517853, 0.08152900636196136, -0.07605183124542236, -0.01949211396276951, -0.021253660321235657, -0.0765935555100441, 0.028752928599715233, 0.02075762115418911, -0.07241667807102203, 0.0030450790654867887, 0.030792895704507828, 0.008529079146683216, -0.015946075320243835, 0.0917603150010109, -0.0787631943821907, 0.025490665808320045, -0.0946962907910347, -0.1045740470290184, 0.02897842787206173, -0.09482478350400925, 0.033921513706445694, -0.09247273951768875, -0.19394199550151825, -0.024185366928577423, 0.0686044692993164, -0.021704984828829765, -0.0471469946205616, -0.07331191003322601, -0.06313978135585785, 0.01850917749106884, -0.002557029016315937, 0.09711819887161255, -0.06576484441757202, 0.09101833403110504, 0.027181919664144516, 0.08311154693365097, -0.031909260898828506, 0.056395988911390305, -0.11463139951229095, 0.004114741925150156, -0.13587668538093567, 0.049997471272945404, -0.047578345984220505, 0.07202952355146408, -0.06358253955841064, -0.11173929274082184, 0.015572934411466122, -0.006378253921866417, 0.06443363428115845, 0.10948903113603592, -0.19403833150863647, -0.09464851766824722, 0.16610102355480194, -0.07067948579788208, -0.10680301487445831, 0.12891265749931335, -0.06742480397224426, 0.06976816058158875, 0.06998448073863983, 0.17836694419384003, 0.05879383906722069, -0.07357979565858841, -0.016340071335434914, 0.011599463410675526, 0.050163306295871735, -0.031123390421271324, 0.052572306245565414, 0.02624650113284588, 0.03453371301293373, 0.03880535066127777, -0.01196232344955206, 0.07060033828020096, -0.09326792508363724, -0.10062386095523834, -0.03427024930715561, -0.09134482592344284, 0.04848787933588028, 0.09255674481391907, 0.06272212415933609, -0.10717325657606125, -0.073724165558815, 0.028808284550905228, 0.09422781318426132, -0.06488901376724243, 0.028829196467995644, -0.0596344880759716, 0.0622246228158474, 0.0027249802369624376, -0.015573904849588871, -0.17582817375659943, 0.013070456683635712, 0.006194745190441608, 0.027181124314665794, 0.006623989902436733, 0.03696899861097336, 0.06610392779111862, 0.04349454119801521, -0.05583404377102852, -0.024697057902812958, -0.04591572657227516, -0.002911053132265806, -0.11217767000198364, -0.222952201962471, -0.01753520965576172, -0.024884168058633804, 0.17654204368591309, -0.21061822772026062, 0.04510215297341347, -0.006178705487400293, 0.055832020938396454, 0.014611254446208477, -0.01919422671198845, -0.033304933458566666, 0.06556599587202072, -0.054479777812957764, -0.042237140238285065, 0.07778333127498627, 0.01036946102976799, -0.08646371960639954, -0.037160664796829224, -0.10661646723747253, 0.14299476146697998, 0.13010098040103912, -0.11318360269069672, -0.07107231020927429, -0.016780277714133263, -0.06628571450710297, -0.01899905502796173, -0.03863293677568436, 0.03865957632660866, 0.19597330689430237, -0.007075474597513676, 0.13832490146160126, -0.06229453533887863, -0.02452687919139862, 0.02397817187011242, -0.04459702596068382, 0.005227315239608288, 0.13486889004707336, 0.12143418937921524, -0.06046079099178314, 0.15041641891002655, 0.13522854447364807, -0.08931641280651093, 0.16353555023670197, -0.03590400516986847, -0.05880224332213402, -0.025102846324443817, -0.04856446385383606, -0.018963899463415146, 0.10565771162509918, -0.18460632860660553, -0.011765911243855953, 0.02307305857539177, 0.0011658030562102795, 0.006093000527471304, -0.2260960191488266, -0.05179370567202568, 0.04856545850634575, -0.04331237077713013, -0.006302523892372847, -0.010050495155155659, 0.00567513657733798, 0.1050773411989212, -0.0037724007852375507, -0.08540020883083344, 0.030277138575911522, -0.001458055805414915, -0.08583482354879379, 0.20442630350589752, -0.0918363556265831, -0.17275619506835938, -0.1108991801738739, -0.07250522077083588, -0.047569986432790756, 0.00643935427069664, 0.07166393846273422, -0.11759302020072937, -0.019171783700585365, -0.07828955352306366, 0.0264158733189106, 0.011945844627916813, 0.020029593259096146, 0.028738269582390785, -0.0024876517709344625, 0.047073788940906525, -0.10855920612812042, -0.019495608285069466, -0.06457715481519699, -0.04853179305791855, 0.054971616715192795, 0.019171450287103653, 0.11925762891769409, 0.16973093152046204, -0.005927021149545908, 0.011735835112631321, -0.03866672143340111, 0.22641333937644958, -0.072452612221241, -0.019722480326890945, 0.13654112815856934, -0.012618577107787132, 0.05264660716056824, 0.11521118134260178, 0.06805716454982758, -0.09154286980628967, 0.014333990402519703, 0.04578052833676338, -0.037165895104408264, -0.22064699232578278, -0.04134365916252136, -0.04843695089221001, 0.025485754013061523, 0.06965936720371246, 0.021163061261177063, 0.0463443286716938, 0.07631208002567291, 0.04127596318721771, 0.04955020546913147, -0.04838881269097328, 0.05194804072380066, 0.1304904669523239, 0.018573161214590073, 0.10156048089265823, -0.03687027096748352, -0.05285428836941719, 0.05776938423514366, -0.019366687163710594, 0.21297587454319, 0.001861072494648397, 0.14540186524391174, 0.05809827521443367, 0.16863800585269928, -0.03068048506975174, 0.07258651405572891, -0.014496046118438244, -0.04065464809536934, -0.03182343393564224, -0.028970252722501755, -0.06382753700017929, 0.03464755788445473, -0.05723574012517929, 0.08380259573459625, -0.13994887471199036, 0.01241863239556551, 0.06259757280349731, 0.2786177396774292, 0.027485299855470657, -0.31776177883148193, -0.11263156682252884, 0.005084906704723835, -0.03786880522966385, -0.005435932893306017, 0.02235650084912777, 0.09276892989873886, -0.09591041505336761, 0.0349600613117218, -0.06057644262909889, 0.08381333947181702, -0.07126171886920929, 0.06418641656637192, 0.046352777630090714, 0.0721132755279541, 0.010117967613041401, 0.0875658169388771, -0.2863155007362366, 0.26768237352371216, -0.010248835198581219, 0.05953718349337578, -0.08695551007986069, -0.0006002221489325166, 0.06266553699970245, 0.06651800870895386, 0.06717213243246078, -0.007731396239250898, 0.0020543483551591635, -0.182090163230896, -0.03915363922715187, 0.029793573543429375, 0.06323503702878952, -0.03606581315398216, 0.08719656616449356, -0.02526232600212097, 0.008744700811803341, 0.07756873965263367, 0.03433313965797424, -0.04849676042795181, -0.10168127715587616, -0.010243501514196396, 0.033136118203401566, -0.053475815802812576, -0.05309470370411873, -0.128390833735466, -0.10907188057899475, 0.14396999776363373, -0.003665628144517541, -0.023246966302394867, -0.10303903371095657, 0.0824100524187088, 0.04088747873902321, -0.088455930352211, 0.027437539771199226, 0.009255582466721535, 0.08022436499595642, 0.020462913438677788, -0.06966151297092438, 0.106208935379982, -0.07627078890800476, -0.1729302853345871, -0.06904780864715576, 0.09420742839574814, 0.05349254980683327, 0.07726606726646423, -0.0060472674667835236, -0.010492062196135521, -0.04896660894155502, -0.08469203859567642, 0.03883951157331467, 0.030602402985095978, 0.060137249529361725, 0.015432341024279594, -0.05169805884361267, 0.006301424000412226, -0.07002141326665878, -0.037205908447504044, 0.19957755506038666, 0.23401984572410583, -0.088113933801651, 0.030145883560180664, 0.032210662961006165, -0.0741310715675354, -0.1937704235315323, 0.04973391443490982, 0.059615232050418854, 0.009831813164055347, 0.041455693542957306, -0.19466006755828857, 0.12152144312858582, 0.08430802822113037, -0.01133981067687273, 0.09791947156190872, -0.30057990550994873, -0.11297563463449478, 0.13992652297019958, 0.1440286636352539, 0.12114910036325455, -0.14069239795207977, -0.002414488699287176, -0.030839765444397926, -0.12448009848594666, 0.11540801078081131, -0.08373696357011795, 0.1239585131406784, -0.024087201803922653, 0.11903462558984756, 0.008925092406570911, -0.046338435262441635, 0.11534544825553894, 0.021625714376568794, 0.09919611364603043, -0.07103241235017776, -0.0303041934967041, 0.022858066484332085, -0.040134724229574203, 0.02944108098745346, -0.09900438040494919, 0.017833665013313293, -0.11792459338903427, -0.03237378969788551, -0.08853314816951752, 0.03513661399483681, -0.040174245834350586, -0.07397525757551193, -0.050041165202856064, 0.02816113457083702, 0.07622185349464417, -0.004667900502681732, 0.08376561850309372, 0.01950220949947834, 0.11442000418901443, 0.09925757348537445, 0.09666679054498672, -0.05519923195242882, -0.07141568511724472, -0.022381464019417763, -0.009976433590054512, 0.048478029668331146, -0.14822426438331604, 0.01608099974691868, 0.13894839584827423, 0.019480889663100243, 0.1673259288072586, 0.08592981100082397, -0.0385739766061306, 0.017456399276852608, 0.06034190207719803, -0.1507411003112793, -0.08740292489528656, -0.02028888277709484, -0.07070736587047577, -0.12298166751861572, 0.031328827142715454, 0.08302098512649536, -0.07266725599765778, -0.00016929450794123113, -0.015392606146633625, 0.01725717820227146, -0.04057107865810394, 0.16434220969676971, 0.048006441444158554, 0.029739059507846832, -0.10324610769748688, 0.07677920162677765, 0.02069034054875374, -0.10905935615301132, 0.029330000281333923, 0.07366786152124405, -0.07665736973285675, -0.05674770846962929, 0.06659182161092758, 0.21424585580825806, -0.060438938438892365, -0.049563173204660416, -0.1491101235151291, -0.12783226370811462, 0.08513522893190384, 0.1479852944612503, 0.1134083941578865, 0.008781511336565018, -0.08621153980493546, 0.024828435853123665, -0.11682089418172836, 0.08967143297195435, 0.05856127291917801, 0.04151647537946701, -0.13298381865024567, 0.12173733115196228, 0.00987596157938242, 0.04105108231306076, -0.020841378718614578, 0.010980355553328991, -0.09201997518539429, 0.008116669952869415, -0.11870959401130676, -0.027281617745757103, -0.04016470909118652, 0.011824891902506351, 0.0021165378857403994, -0.04331228882074356, -0.0449797622859478, 0.003677732776850462, -0.11604902893304825, -0.015674734488129616, 0.03586804121732712, 0.07664954662322998, -0.113495834171772, -0.03808976709842682, 0.028106754645705223, -0.06515103578567505, 0.09211961925029755, 0.06284593045711517, 0.013682783581316471, 0.05738198012113571, -0.16451308131217957, 0.02591823786497116, 0.09183235466480255, 0.015367215499281883, 0.05428994446992874, -0.08173952251672745, -0.01165669783949852, -0.010551336221396923, 0.039947234094142914, 0.016846122220158577, 0.08105680346488953, -0.12655404210090637, 0.018837958574295044, 0.005064732860773802, -0.08740627020597458, -0.06847129762172699, 0.03200390934944153, 0.08091627061367035, 0.009806549176573753, 0.19735103845596313, -0.07809913903474808, 0.046744346618652344, -0.21774250268936157, 0.007651552092283964, 0.00039223834755830467, -0.10069233924150467, -0.12886367738246918, -0.07508815824985504, 0.05666074901819229, -0.05609523504972458, 0.1320609599351883, 0.04614754393696785, 0.009946395643055439, 0.010845249518752098, -0.009018459357321262, 0.023153048008680344, 0.003420208115130663, 0.18353857100009918, 0.035507675260305405, -0.05026087164878845, 0.06071584299206734, 0.05424007400870323, 0.11871401220560074, 0.12723422050476074, 0.19787128269672394, 0.1401710957288742, 0.025031769648194313, 0.10930082201957703, 0.03284158185124397, -0.03587397560477257, -0.14979085326194763, 0.030222611501812935, -0.0520317442715168, 0.11461912095546722, -0.017922502011060715, 0.24583737552165985, 0.06318626552820206, -0.15751786530017853, 0.0627346932888031, -0.0622653029859066, -0.080485038459301, -0.10323148965835571, -0.062278345227241516, -0.07988351583480835, -0.14291183650493622, 0.0025185495615005493, -0.1344880908727646, 0.005178164690732956, 0.0950811505317688, 0.010578589513897896, -0.041072338819503784, 0.13897496461868286, 0.01453063078224659, 0.020731834694743156, 0.08987818658351898, 0.008688630536198616, -0.06495719403028488, -0.13327042758464813, -0.0563986711204052, -0.012872141785919666, -0.01658868044614792, 0.040306270122528076, -0.050967987626791, -0.06254465132951736, 0.0255191158503294, -0.017901567742228508, -0.1019640564918518, 0.008450163528323174, 0.00674017146229744, 0.06198660656809807, 0.045322615653276443, 0.0007392247207462788, 0.02236340567469597, 0.0022965685930103064, 0.19070175290107727, -0.07466679811477661, -0.02867077849805355, -0.10520850121974945, 0.22406406700611115, 0.02177613228559494, -0.014602554962038994, 0.03250817582011223, -0.0718652755022049, -0.005044568330049515, 0.24970677495002747, 0.20883415639400482, -0.08701977133750916, -0.005430365912616253, 0.0030840749386698008, 0.002857531188055873, -0.046956535428762436, 0.0954923927783966, 0.15175102651119232, 0.02246778830885887, -0.09816353768110275, -0.02384945936501026, -0.058102697134017944, -0.023486129939556122, -0.016953278332948685, 0.05730053782463074, 0.062264759093523026, 0.012224104255437851, -0.04443337395787239, 0.050532374531030655, -0.08826623111963272, -0.10048242658376694, 0.07598186284303665, -0.21897344291210175, -0.15388427674770355, -0.017186596989631653, 0.09836289286613464, 0.028858967125415802, 0.07270942628383636, -0.017048347741365433, -0.0037730636540800333, 0.1151106208562851, -0.02014276571571827, -0.11828415095806122, -0.07104312628507614, 0.09810949116945267, -0.13000449538230896, 0.20294146239757538, -0.06483820080757141, 0.0402655303478241, 0.12451666593551636, 0.07169801741838455, -0.05337971821427345, 0.07340917736291885, 0.048565737903118134, -0.055177778005599976, 0.006028510630130768, 0.10180963575839996, -0.0313725620508194, 0.07693233340978622, 0.04867885634303093, -0.15307050943374634, 0.025778576731681824, -0.0403456836938858, -0.06710763275623322, -0.04520198702812195, -0.00809670053422451, -0.06513381749391556, 0.12103945016860962, 0.22164419293403625, -0.02433830127120018, -0.002707727486267686, -0.07023309171199799, 0.006103829480707645, 0.04813467711210251, 0.00954868271946907, -0.05603432282805443, -0.20643669366836548, 0.012327268719673157, 0.06683766096830368, -0.013608798384666443, -0.2591656446456909, -0.10369356721639633, 0.0030699747148901224, -0.06895381212234497, -0.09046507626771927, 0.061003975570201874, 0.06755086034536362, 0.059811607003211975, -0.04745471104979515, -0.05766627937555313, -0.06149698793888092, 0.1691356599330902, -0.13927510380744934, -0.08477252721786499 ]
null
null
transformers
#Okarin Bot
{"tags": ["conversational"]}
text-generation
ArtemisZealot/DialoGTP-small-Qkarin
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
#Okarin Bot
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 51 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.009697278961539268, 0.03208012506365776, -0.007204889785498381, 0.004809224978089333, 0.16726240515708923, 0.014898733235895634, 0.09765533357858658, 0.13672804832458496, -0.007841327227652073, -0.031050153076648712, 0.14490588009357452, 0.20411323010921478, -0.006439372431486845, 0.0661218985915184, -0.07572533935308456, -0.2683109939098358, 0.05759621039032936, 0.046649303287267685, 0.016515716910362244, 0.1200079694390297, 0.08573378622531891, -0.05473608896136284, 0.08714032918214798, -0.014583407901227474, -0.150366872549057, 0.017733458429574966, 0.043394338339567184, -0.12260226160287857, 0.11910516023635864, 0.05462685227394104, 0.07063519209623337, 0.014929565601050854, -0.07541623711585999, -0.1631229966878891, 0.03031250834465027, 0.01425902172923088, -0.0594632662832737, 0.04757995903491974, 0.059961482882499695, -0.10165371745824814, 0.10819483548402786, 0.09530027210712433, -0.013078106567263603, 0.06798283755779266, -0.16849711537361145, -0.020869607105851173, -0.01446688175201416, 0.009899779222905636, 0.05550243332982063, 0.09964893013238907, -0.03413357585668564, 0.10497362166643143, -0.09214533120393753, 0.11017382889986038, 0.10932035744190216, -0.32057443261146545, -0.005767723545432091, 0.09167823940515518, 0.039358653128147125, 0.07352814823389053, -0.04467793554067612, 0.06258884817361832, 0.018015462905168533, 0.017986174672842026, -0.014015024527907372, -0.07283061742782593, -0.11612214148044586, 0.04717336222529411, -0.08668071031570435, -0.059868961572647095, 0.2244078367948532, -0.05464440956711769, 0.06881742179393768, -0.05281897634267807, -0.10522868484258652, -0.04308144748210907, -0.029833965003490448, 0.00475557055324316, -0.07660607248544693, 0.08692064881324768, 0.00869679357856512, -0.09547875821590424, -0.1376667022705078, -0.02496783249080181, -0.1776352822780609, 0.16140350699424744, 0.02465328387916088, 0.05232657864689827, -0.2027255892753601, 0.09623090922832489, 0.017906051129102707, -0.08045592904090881, 0.022091427817940712, -0.10046248883008957, 0.029131146147847176, 0.013760408386588097, -0.04754498973488808, -0.061387211084365845, 0.0843690037727356, 0.11199145019054413, -0.01731434464454651, 0.025486016646027565, -0.039331406354904175, 0.08100687712430954, 0.03553595021367073, 0.09077847748994827, 0.007288969587534666, -0.028338588774204254, 0.025842782109975815, -0.13719046115875244, -0.003647835226729512, -0.07116208970546722, -0.16572439670562744, -0.021088803187012672, 0.02994808368384838, 0.08289173990488052, 0.015449047088623047, 0.11682453751564026, -0.03272046521306038, -0.025152435526251793, 0.03602350503206253, -0.047656361013650894, -0.012649794109165668, 0.016648368909955025, 0.013163427822291851, 0.12399329990148544, -0.0022096503525972366, 0.03235051408410072, -0.13653022050857544, 0.031423524022102356, -0.06793295592069626, -0.003740974934771657, -0.03486552834510803, -0.040637075901031494, 0.009043924510478973, -0.06862333416938782, 0.003486064961180091, -0.15030112862586975, -0.15063877403736115, 0.007587034720927477, -0.007836631499230862, -0.04107699543237686, -0.06370922178030014, -0.06952770054340363, -0.013550350442528725, 0.04251532256603241, -0.07093454152345657, -0.011352915316820145, -0.06403283774852753, 0.11004766076803207, -0.03197755664587021, 0.07921615242958069, -0.11953279376029968, 0.08390819281339645, -0.11260783672332764, -0.02386913076043129, -0.060801517218351364, 0.09317506104707718, -0.0006014376995153725, 0.09549830108880997, -0.006563255097717047, -0.017931854352355003, -0.07981178909540176, 0.06445012241601944, -0.042872510850429535, 0.21701598167419434, -0.0615808479487896, -0.11181682348251343, 0.28781595826148987, -0.052628401666879654, -0.1370542049407959, 0.11647392809391022, 0.008682746440172195, 0.05777018144726753, 0.10703510791063309, 0.19733482599258423, -0.015276194550096989, 0.004040541127324104, 0.09471915662288666, 0.11263324320316315, -0.11276852339506149, -0.033160366117954254, 0.013019153848290443, -0.04081077128648758, -0.10867965966463089, 0.04689536616206169, 0.09810488671064377, 0.07090286910533905, -0.04786505550146103, -0.03377414867281914, -0.01366397924721241, 0.0052589005790650845, 0.08885077387094498, -0.007157256826758385, 0.10962837189435959, -0.05819983780384064, -0.03796621412038803, -0.029282379895448685, -0.012126247398555279, -0.03951939567923546, 0.03137664496898651, -0.043376367539167404, 0.10821941494941711, -0.011204327456653118, 0.06364280730485916, -0.16185984015464783, -0.07691477984189987, -0.017002692446112633, 0.1581239402294159, 0.024538565427064896, 0.09859629720449448, 0.0552486926317215, -0.040398042649030685, -0.0012767292791977525, 0.012792680412530899, 0.15581141412258148, -0.022091681137681007, -0.065607450902462, -0.052166227251291275, 0.08642971515655518, -0.05641226842999458, 0.04504093527793884, -0.05937713757157326, 0.012367865070700645, 0.05064384639263153, 0.10342344641685486, -0.00018274025933351368, 0.03323284164071083, -0.008164864964783192, 0.002145637758076191, -0.058205123990774155, 0.007405933458358049, 0.10799351334571838, 0.00036868182360194623, -0.07365862280130386, 0.22074243426322937, -0.17796069383621216, 0.1765957772731781, 0.1893044263124466, -0.299345999956131, 0.017949223518371582, -0.10759581625461578, -0.04561871662735939, 0.014407722279429436, 0.05567655712366104, -0.0454222597181797, 0.1703362911939621, -0.009871348738670349, 0.18874616920948029, -0.04946064203977585, -0.04464937001466751, -0.0200483538210392, -0.05118836089968681, -0.0024189651012420654, 0.07781197130680084, 0.10685696452856064, -0.13992026448249817, 0.1964332014322281, 0.1621224284172058, 0.048237916082143784, 0.19945049285888672, 0.015346456319093704, -0.011589210480451584, 0.0909530371427536, 0.005220826715230942, -0.058739423751831055, -0.07409929484128952, -0.2594851851463318, -0.030033592134714127, 0.07992640137672424, 0.0422382652759552, 0.1212305948138237, -0.11349532753229141, -0.038956157863140106, -0.01763172075152397, -0.023146281018853188, 0.021672505885362625, 0.0914369598031044, 0.06075398623943329, 0.13201528787612915, -0.001710098935291171, -0.007300339173525572, 0.10524573177099228, 0.01783694699406624, -0.09354141354560852, 0.18308524787425995, -0.13652534782886505, -0.37097251415252686, -0.13911493122577667, -0.18057456612586975, -0.05449081212282181, 0.05712554603815079, 0.11679314076900482, -0.12011238187551498, -0.018752124160528183, 0.01578843593597412, 0.10931742936372757, -0.08449502289295197, 0.0021454424131661654, -0.06880278885364532, 0.0321490578353405, -0.10310184955596924, -0.09194442629814148, -0.055416494607925415, -0.031392451375722885, -0.08001253753900528, 0.1423761546611786, -0.10777941346168518, 0.04476889222860336, 0.20262959599494934, 0.04653622955083847, 0.05625178664922714, -0.044105201959609985, 0.19377262890338898, -0.11264272034168243, -0.01661740615963936, 0.19215328991413116, -0.048360925167798996, 0.07476246356964111, 0.1232115849852562, -0.006348740309476852, -0.08765771239995956, 0.03011748194694519, -0.02085109055042267, -0.07988511025905609, -0.23219464719295502, -0.13938382267951965, -0.12429051846265793, 0.09477275609970093, 0.028005298227071762, 0.056365787982940674, 0.17219258844852448, 0.06577219814062119, -0.038416244089603424, 0.006410336587578058, 0.02959546446800232, 0.08237514644861221, 0.23417828977108002, -0.06035616248846054, 0.1364797055721283, -0.03420931473374367, -0.14982740581035614, 0.08169995993375778, 0.0713929831981659, 0.10213395953178406, 0.06678459793329239, 0.0804823637008667, 0.0149586396291852, 0.06188136339187622, 0.1311223804950714, 0.08191446959972382, 0.019586285576224327, -0.02480296604335308, -0.03388110175728798, -0.025523077696561813, -0.05937909707427025, 0.040128443390131, 0.06589099019765854, -0.16763372719287872, -0.039227183908224106, -0.09338314831256866, 0.09657008945941925, 0.0873042419552803, 0.06609832495450974, -0.1842060089111328, -0.008006223477423191, 0.08488986641168594, -0.03854905813932419, -0.13727426528930664, 0.09535189718008041, 0.01523482333868742, -0.15144726634025574, 0.03139317408204079, -0.04061909019947052, 0.12188644707202911, -0.07804752141237259, 0.09809603542089462, -0.08108244836330414, -0.07448557764291763, 0.02123199962079525, 0.1261177361011505, -0.30527687072753906, 0.20240111649036407, -0.0024993624538183212, -0.06486981362104416, -0.1243603527545929, -0.0032166161108762026, 0.002410882618278265, 0.07357452809810638, 0.10519039630889893, -0.007196315098553896, 0.001897757756523788, -0.06300821900367737, -0.01829923689365387, 0.032471053302288055, 0.13080233335494995, -0.0401318334043026, -0.021158374845981598, -0.050194524228572845, -0.001653497340157628, -0.03173094615340233, -0.06934895366430283, 0.02002747356891632, -0.19509181380271912, 0.08751901984214783, 0.04166261479258537, 0.09648149460554123, 0.029994789510965347, 0.004265148192644119, -0.09651939570903778, 0.24698667228221893, -0.07148019969463348, -0.10072879493236542, -0.10919588059186935, -0.046813901513814926, 0.03569883480668068, -0.05628936365246773, 0.04309194162487984, -0.0788632407784462, 0.028997479006648064, -0.06352769583463669, -0.19235502183437347, 0.12410202622413635, -0.09027006477117538, -0.04412810131907463, -0.02371402643620968, 0.2110891044139862, -0.05598580464720726, 0.010335659608244896, 0.02930437959730625, 0.01208863127976656, -0.11645778268575668, -0.09678568691015244, 0.031018631532788277, -0.007351789623498917, 0.050603240728378296, 0.041841957718133926, -0.05915454775094986, -0.017138581722974777, -0.052199993282556534, -0.022926922887563705, 0.3496883809566498, 0.14231905341148376, -0.043836336582899094, 0.19347235560417175, 0.12347975373268127, -0.07452994585037231, -0.3159443140029907, -0.1066238060593605, -0.10937739163637161, -0.04680149629712105, -0.07012093812227249, -0.2002030611038208, 0.06474938243627548, 0.00662544509395957, -0.013415241613984108, 0.12749312818050385, -0.2561831772327423, -0.07571036368608475, 0.15906259417533875, -0.017980827018618584, 0.3745945692062378, -0.1168576180934906, -0.10926306992769241, -0.03950892388820648, -0.14175476133823395, 0.16968177258968353, -0.01989765651524067, 0.11221715062856674, -0.009765521623194218, 0.14388824999332428, 0.05548359826207161, -0.023479344323277473, 0.08544106781482697, 0.004999885335564613, -0.03290518373250961, -0.10304180532693863, -0.05676887184381485, 0.007092386484146118, 0.02477436140179634, 0.018026655539870262, -0.041834570467472076, 0.02227151393890381, -0.11731979995965958, -0.04657655209302902, -0.08982590585947037, 0.04431166127324104, 0.03899754583835602, -0.07325074821710587, -0.002380647463724017, -0.07165111601352692, -0.012272949330508709, 0.022334342822432518, 0.20356793701648712, -0.08029330521821976, 0.16448934376239777, 0.09239562600851059, 0.12419285625219345, -0.14376309514045715, -0.00019283240544609725, -0.0762530043721199, -0.05611240118741989, 0.07737895101308823, -0.09433035552501678, 0.058893077075481415, 0.10901971161365509, -0.04567738622426987, 0.08828683942556381, 0.10377411544322968, 0.008936077356338501, 0.003213887568563223, 0.10916902124881744, -0.2667325437068939, -0.0296600554138422, -0.07532413303852081, 0.000883326749317348, 0.09092561900615692, 0.08562852442264557, 0.18840822577476501, 0.025361526757478714, -0.04293036088347435, -0.002770674182102084, 0.028597986325621605, -0.039021048694849014, 0.051667019724845886, 0.001123449532315135, 0.01947369985282421, -0.1530752182006836, 0.072522833943367, 0.01490565575659275, -0.15215420722961426, 0.021316176280379295, 0.16572684049606323, -0.11656328290700912, -0.1283872276544571, -0.06520111113786697, 0.08313824236392975, -0.11755692958831787, -0.01578943058848381, -0.03279297426342964, -0.13145680725574493, 0.07992171496152878, 0.12629036605358124, 0.05557859688997269, 0.0972496047616005, -0.06061713397502899, -0.020469192415475845, -0.018721895292401314, -0.014099318534135818, -0.012384648434817791, -0.007667020428925753, -0.055978111922740936, 0.0590752474963665, -0.026677248999476433, 0.1425808072090149, -0.09221141785383224, -0.1037059873342514, -0.16142144799232483, 0.0374140702188015, -0.11013076454401016, -0.08825794607400894, -0.08821134269237518, -0.050188567489385605, 0.002360827289521694, -0.019856395199894905, -0.04037635400891304, -0.05829505994915962, -0.12300454825162888, 0.0338277705013752, -0.040771447122097015, 0.024727050215005875, -0.07512269169092178, 0.015856385231018066, 0.08507686108350754, -0.03285100311040878, 0.15655414760112762, 0.1450488418340683, -0.1006515845656395, 0.10741901397705078, -0.14806775748729706, -0.09138492494821548, 0.11116421222686768, 0.015329592861235142, 0.0449691042304039, 0.09723787009716034, 0.013362943194806576, 0.0635865181684494, 0.032776717096567154, 0.05308786407113075, 0.027619892731308937, -0.11959987878799438, 0.06483134627342224, -0.03626115620136261, -0.14700546860694885, -0.049338050186634064, -0.05282869189977646, 0.01647452637553215, 0.013054544106125832, 0.09622690081596375, -0.05301849544048309, 0.10698331147432327, -0.04055701196193695, 0.0346808135509491, 0.017554637044668198, -0.1730053424835205, -0.03816922754049301, -0.08538098633289337, 0.03681723028421402, 0.014741539023816586, 0.25266793370246887, 0.030072299763560295, 0.012416383251547813, 0.032671261578798294, 0.08285367488861084, 0.03899408504366875, 0.010228337720036507, 0.17482228577136993, 0.1162426546216011, -0.06621865928173065, -0.10445023328065872, 0.0729617029428482, 0.016332454979419708, 0.01286179106682539, 0.13617953658103943, 0.008365051820874214, 0.005795429926365614, 0.08649782836437225, -0.016865963116288185, 0.009968153201043606, -0.10052056610584259, -0.13426925241947174, -0.022176474332809448, 0.05151832848787308, -0.04655967652797699, 0.11727844923734665, 0.1406494379043579, -0.01806013658642769, 0.03222079202532768, -0.021771740168333054, -0.05699979141354561, -0.1683429479598999, -0.1429590880870819, -0.06883849948644638, -0.13416796922683716, 0.00897989235818386, -0.11180389672517776, 0.05395037308335304, 0.06001098081469536, 0.06750501692295074, -0.06899319589138031, 0.10220931470394135, 0.04626858979463577, -0.11440542340278625, 0.06264589726924896, -0.0296088308095932, 0.09430401772260666, -0.02759445086121559, -0.019505485892295837, -0.09039592742919922, 0.014574515633285046, 0.011419114656746387, 0.06245238706469536, -0.04707273095846176, 0.007463190704584122, -0.14696238934993744, -0.08972041308879852, -0.0523175448179245, 0.0718572810292244, -0.050409089773893356, 0.14282815158367157, 0.00775480642914772, -0.0170906875282526, 0.039554283022880554, 0.22787313163280487, -0.07476283609867096, -0.04778539761900902, -0.05269690603017807, 0.20717895030975342, 0.02975541539490223, 0.1171872541308403, -0.022938819602131844, -0.006106364540755749, -0.0919521227478981, 0.3764844834804535, 0.30030161142349243, -0.09031439572572708, 0.011794124729931355, 0.02137952297925949, 0.04502861574292183, 0.1316293478012085, 0.1216534823179245, 0.10318691283464432, 0.3006802201271057, -0.07452366501092911, -0.04653361067175865, -0.012629742734134197, -0.023858042433857918, -0.09059546142816544, 0.1021224707365036, 0.04839762672781944, -0.06382183730602264, -0.03313443064689636, 0.0954432487487793, -0.25862133502960205, 0.1277991235256195, -0.12311873584985733, -0.17578600347042084, -0.06654827296733856, 0.009760108776390553, 0.10465722531080246, 0.015642458572983742, 0.0946015790104866, 0.007128213066607714, -0.11252258718013763, 0.06305865943431854, 0.03397420793771744, -0.22762253880500793, 0.0006893770187161863, 0.06642123311758041, -0.07006710022687912, -0.0024247700348496437, -0.026499588042497635, 0.05657242611050606, 0.0656052976846695, 0.054629553109407425, -0.00971333310008049, 0.03816632181406021, 0.0034184439573436975, -0.0585215799510479, 0.016623929142951965, 0.05121519789099693, 0.02472509816288948, -0.09763528406620026, 0.06927435845136642, -0.1574270874261856, 0.04766253009438515, -0.0030655991286039352, -0.04124255105853081, 0.006064958870410919, 0.008823691867291927, -0.06491616368293762, 0.05165379121899605, 0.07916834205389023, -0.0016257909592241049, -0.0062433634884655476, -0.057178743183612823, -0.02632102556526661, -0.027755750343203545, -0.09291748702526093, -0.10495562851428986, -0.14682936668395996, -0.11640441417694092, 0.09368976950645447, -0.01011267676949501, -0.1848134547472, 0.022154374048113823, -0.08606051653623581, 0.08319322764873505, -0.1670055389404297, 0.08040720224380493, 0.07041648775339127, 0.013038921169936657, -0.0031511052511632442, -0.02002427540719509, 0.054132770746946335, 0.086809903383255, -0.10407156497240067, -0.07400695979595184 ]
null
null
transformers
# Harry Potter DialoGPT Model
{"tags": ["conversational"]}
text-generation
Aruden/DialoGPT-medium-harrypotterall
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Harry Potter DialoGPT Model
[ "# Harry Potter DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Harry Potter DialoGPT Model" ]
[ 51, 8 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Harry Potter DialoGPT Model" ]
[ -0.0009023238671943545, 0.07815738022327423, -0.006546166725456715, 0.07792752981185913, 0.10655936598777771, 0.048972971737384796, 0.17639793455600739, 0.12185695022344589, 0.016568755730986595, -0.04774167761206627, 0.11647630482912064, 0.2130284160375595, -0.002118367003276944, 0.024608047679066658, -0.05022026598453522, -0.3065771162509918, 0.0474756620824337, 0.014356585219502449, -0.07174845039844513, 0.11724270135164261, 0.09064973145723343, -0.046179238706827164, 0.08330509811639786, -0.009135239757597446, -0.13198648393154144, -0.039482954889535904, 0.019292812794446945, -0.11745545268058777, 0.1662212759256363, 0.05298272892832756, 0.02469746209681034, -0.008447164669632912, -0.06598151475191116, -0.15036040544509888, 0.037190426141023636, -0.027472136542201042, -0.01080626156181097, 0.05462246760725975, 0.023526115342974663, -0.07521048933267593, 0.170567125082016, 0.17678891122341156, 0.0833497866988182, 0.0349111407995224, -0.14917024970054626, -0.045548245310783386, 0.008950977586209774, 0.05421316996216774, -0.017893504351377487, 0.09349167346954346, -0.019903047010302544, 0.11801653355360031, -0.04491448402404785, 0.09210366010665894, 0.15255063772201538, -0.4016275703907013, -0.027563704177737236, 0.08920855820178986, 0.05989706888794899, 0.12076901644468307, -0.10560955852270126, 0.03972794860601425, -0.0039703017100691795, 0.01236654631793499, -0.014540530741214752, -0.08304883539676666, -0.07308239489793777, 0.032504837960004807, -0.1272556483745575, 0.008525865152478218, 0.23756256699562073, -0.10643257945775986, 0.037069112062454224, -0.09791990369558334, -0.07414398342370987, 0.048336777836084366, -0.053761593997478485, -0.081727035343647, -0.054839808493852615, 0.06347949057817459, 0.004366500303149223, -0.06301609426736832, -0.08326146006584167, -0.0006536149303428829, -0.12781435251235962, 0.17595994472503662, 0.061243366450071335, 0.041611745953559875, -0.21322020888328552, 0.08940251916646957, 0.04477722570300102, -0.04711297154426575, 0.007116159424185753, -0.11796226352453232, 0.04023287072777748, 0.005483259446918964, -0.03256071358919144, -0.021854614838957787, 0.0393419973552227, 0.13909944891929626, -0.01777748204767704, 0.03252175822854042, 0.006831915583461523, 0.05811219662427902, 0.08162496984004974, 0.02222144603729248, 0.019291909411549568, -0.0818009302020073, 0.019385190680623055, -0.08128736168146133, -0.0030400939285755157, -0.048940129578113556, -0.17071883380413055, -0.07477642595767975, 0.052610911428928375, 0.020047198981046677, 0.03746970370411873, 0.08054786175489426, -0.0017944995779544115, -0.05560554191470146, 0.03284840285778046, 0.01671096310019493, -0.020622212439775467, -0.010361049324274063, -0.02412462793290615, 0.19123271107673645, 0.019619356840848923, 0.014111656695604324, -0.12379156798124313, 0.10023640841245651, -0.08179095387458801, 0.0037731381598860025, 0.02743307314813137, -0.04204464703798294, -0.004716555587947369, 0.02917117439210415, 0.023101668804883957, -0.1252521574497223, -0.1099385917186737, -0.0030569476075470448, -0.012054097838699818, -0.036421261727809906, -0.10490952432155609, -0.08483029156923294, -0.012153145857155323, 0.0449371263384819, -0.013397793285548687, 0.007936403155326843, -0.05143149942159653, 0.0985720232129097, -0.0514979362487793, 0.09873400628566742, -0.08342572301626205, 0.06359215080738068, -0.09124887734651566, -0.061886150389909744, -0.11452563107013702, 0.05216052383184433, 0.012905281968414783, 0.066250741481781, 0.016998225823044777, -0.044836658984422684, -0.014836243353784084, 0.05253177136182785, -0.07656687498092651, 0.1940697431564331, -0.041674621403217316, -0.12459053844213486, 0.24146439135074615, -0.09138800948858261, -0.1802034229040146, 0.12973085045814514, -0.022254703566432, 0.08523941785097122, 0.12802475690841675, 0.20380465686321259, -0.00019822151807602495, -0.01302915159612894, 0.07281201332807541, 0.07031642645597458, -0.09803894907236099, 0.06239739805459976, 0.029653839766979218, -0.008071083575487137, -0.08906278014183044, 0.05762826278805733, 0.046033453196287155, -0.010650773532688618, -0.035073768347501755, -0.001896020956337452, -0.012895751744508743, -0.022185025736689568, 0.14126582443714142, -0.02006692811846733, 0.1300428807735443, -0.06926563382148743, -0.03515486419200897, -0.009500149637460709, 0.03533667325973511, -0.04091939330101013, 0.08151165395975113, -0.0436173714697361, 0.10586477071046829, 0.09034156054258347, 0.053724925965070724, -0.13120363652706146, 0.00466286763548851, -0.015246815048158169, 0.17014820873737335, 0.08964069187641144, 0.05222717300057411, 0.06265474855899811, -0.0020888058934360743, -0.06708643585443497, 0.045407816767692566, 0.13778303563594818, -0.037020038813352585, -0.12218865007162094, -0.1755627691745758, 0.051157694309949875, -0.045444171875715256, 0.10855234414339066, -0.10010123997926712, 0.022670533508062363, -0.055906031280756, 0.07772238552570343, -0.024998966604471207, 0.020512236282229424, -0.0013405600329861045, -0.021700702607631683, -0.08356887847185135, -0.002377772703766823, 0.08597290515899658, -0.02048647589981556, -0.06707409024238586, 0.16556480526924133, -0.16400809586048126, 0.1631954461336136, 0.2116095870733261, -0.28542569279670715, -0.005696662236005068, -0.15163889527320862, -0.0208092350512743, 0.019645055755972862, 0.07834604382514954, 0.026225795969367027, 0.2044338881969452, -0.012928472831845284, 0.16565458476543427, -0.05699567869305611, -0.07730039209127426, -0.06881127506494522, -0.048101142048835754, 0.013522743247449398, 0.09095205366611481, 0.04542696103453636, -0.11962861567735672, 0.13119758665561676, 0.1054433062672615, 0.06484298408031464, 0.12711186707019806, 0.1030748188495636, -0.008113685995340347, 0.07252490520477295, -0.03624548763036728, -0.03462279960513115, -0.09254947304725647, -0.30446043610572815, -0.04840317741036415, 0.0939924493432045, 0.007963384501636028, 0.09285714477300644, -0.0919896736741066, -0.03311870992183685, 0.006042704917490482, 0.009473444893956184, 0.028337622061371803, 0.09653715789318085, 0.013490920886397362, 0.15320514142513275, -0.008011690340936184, -0.03430786728858948, 0.05891305208206177, 0.017982570454478264, -0.09147711098194122, 0.17280617356300354, -0.17050009965896606, -0.27190929651260376, -0.06990014761686325, -0.21745692193508148, -0.013139115646481514, 0.05258983001112938, 0.0786920040845871, -0.11818131804466248, -0.018352627754211426, -0.006239492911845446, 0.05685517191886902, -0.2425733357667923, 0.0004911290016025305, -0.1354890614748001, 0.0501418262720108, -0.1974833607673645, -0.09718500077724457, -0.02271542325615883, -0.013450481928884983, -0.0464281290769577, 0.13365240395069122, -0.1448695808649063, -0.011572926305234432, 0.2329535037279129, 0.032479673624038696, 0.027794739231467247, -0.05020907148718834, 0.19788463413715363, -0.0958966314792633, -0.023973820731043816, 0.11024576425552368, -0.05038975924253464, 0.04834126681089401, 0.06649978458881378, -0.012981836684048176, -0.08557141572237015, 0.023789849132299423, -0.068336620926857, -0.03150583803653717, -0.27926525473594666, -0.0930178239941597, -0.09319330751895905, 0.11305391043424606, 0.04079577326774597, 0.06421639025211334, 0.16545771062374115, 0.05191578343510628, -0.024325082078576088, -0.03006586618721485, 0.11609793454408646, 0.12905290722846985, 0.2277202159166336, -0.06067761778831482, 0.10221996158361435, 0.009445492178201675, -0.08203992247581482, 0.06062209978699684, 0.056782789528369904, 0.06324724853038788, 0.02584579586982727, 0.03694582358002663, -0.030939655378460884, 0.1121687963604927, 0.12571842968463898, 0.05258069559931755, 0.0481170229613781, 0.0002127334737451747, -0.0561506561934948, -0.008168719708919525, -0.05726633965969086, 0.06774696707725525, 0.061340972781181335, -0.12918008863925934, -0.08061543852090836, 0.0011613310780376196, 0.06660808622837067, -0.016230419278144836, 0.06823775917291641, -0.13560809195041656, -0.03582429885864258, 0.0790911465883255, -0.07693151384592056, -0.14156894385814667, 0.11972879618406296, -0.026570770889520645, -0.19904157519340515, 0.05265914276242256, 0.007704653777182102, 0.0908159390091896, -0.06360849738121033, 0.05343840271234512, -0.13023801147937775, -0.12935101985931396, -0.018437571823596954, 0.07945099472999573, -0.3450873792171478, 0.13536721467971802, -0.013286802917718887, -0.02876877970993519, -0.06474969536066055, -0.02640824392437935, 0.013905409723520279, 0.12719078361988068, 0.08667250722646713, 0.0008821099763736129, 0.0991629809141159, 0.03823768347501755, 0.04188435152173042, -0.002011700300499797, 0.10950417071580887, 0.0050011589191854, 0.004797275178134441, -0.04982118681073189, 0.007274609990417957, -0.05164213851094246, -0.07472953200340271, 0.08393982797861099, -0.20678792893886566, 0.09087453782558441, -0.03378438204526901, 0.08427679538726807, 0.04304937273263931, -0.018965769559144974, -0.1001204177737236, 0.19745583832263947, -0.012206900864839554, -0.11405988782644272, -0.07517550885677338, -0.02810264565050602, 0.09103139489889145, -0.013817726634442806, 0.012886416167020798, -0.045470476150512695, 0.032183047384023666, -0.1263762265443802, -0.1597503274679184, 0.08734500408172607, -0.04441224783658981, -0.10894393920898438, -0.025462759658694267, 0.20382575690746307, -0.007266622502356768, 0.08242089301347733, 0.01605331338942051, 0.010653935372829437, -0.18066231906414032, -0.04018142446875572, 0.02645772136747837, -0.0016437612939625978, 0.005979063920676708, 0.047698814421892166, 0.019091911613941193, 0.06207629665732384, -0.1069745197892189, -0.013920160941779613, 0.3158324360847473, 0.15978319942951202, -0.00912671908736229, 0.14943915605545044, 0.1093616932630539, -0.08669080585241318, -0.17238758504390717, -0.1171615794301033, -0.1210922971367836, -0.08425768464803696, -0.10681738704442978, -0.1525043100118637, 0.09535340964794159, -0.03392014652490616, 0.03498011827468872, 0.14615866541862488, -0.280263751745224, -0.10949636250734329, 0.13820378482341766, 0.010744688101112843, 0.3510635495185852, -0.12303631007671356, -0.044944874942302704, -0.06214528530836105, -0.16933435201644897, 0.08021392673254013, -0.031203703954815865, 0.11581093072891235, -0.0744495838880539, 0.19395925104618073, 0.01719796098768711, 0.014287159778177738, 0.0916559100151062, 0.05038322135806084, -0.05808406323194504, -0.07368700206279755, -0.10248131304979324, 0.010812131687998772, 0.03546109423041344, 0.010252019390463829, -0.008802837692201138, 0.0211968794465065, -0.11341743916273117, -0.050869911909103394, -0.06302189081907272, 0.0072614275850355625, -0.01001308299601078, -0.042155615985393524, -0.05533592775464058, -0.022557416930794716, -0.020093943923711777, 0.02266426384449005, 0.14185629785060883, -0.07527699321508408, 0.18586260080337524, 0.02357078716158867, 0.1586609035730362, -0.11956068128347397, -0.06724818795919418, -0.029193658381700516, -0.05280323326587677, 0.06468886137008667, -0.08884575963020325, -0.027708567678928375, 0.1332162618637085, -0.01903904788196087, 0.04655366763472557, 0.12936700880527496, 0.02046884410083294, 0.015383756719529629, 0.034968774765729904, -0.2578005790710449, -0.07463036477565765, -0.03505445644259453, -0.012416874058544636, 0.05272092670202255, 0.05525677278637886, 0.19735674560070038, -0.03551921248435974, -0.08521962910890579, 0.020131373777985573, 0.02735883742570877, -0.02776256389915943, 0.10749414563179016, 0.019579345360398293, -0.004837906453758478, -0.16151933372020721, 0.08257976174354553, -0.005964108742773533, -0.08297000825405121, 0.028665626421570778, 0.2024049311876297, -0.12141239643096924, -0.10309756547212601, -0.06804922968149185, 0.07315051555633545, -0.09220825880765915, 0.016043387353420258, -0.005091092549264431, -0.1521538347005844, 0.06916408240795135, 0.07598215341567993, 0.04075418785214424, 0.06513199955224991, -0.11743064224720001, -0.015730571001768112, -0.04170290008187294, -0.002195435343310237, 0.03521120920777321, 0.01863143965601921, -0.057492829859256744, 0.15846455097198486, -0.0676199421286583, 0.08538917452096939, -0.0744810476899147, -0.1058846190571785, -0.1395980566740036, 0.04660497233271599, -0.08038312196731567, -0.07247276604175568, -0.12832807004451752, -0.052204377949237823, -0.0067099276930093765, -0.03388519585132599, 0.006552806124091148, -0.06627799570560455, -0.10922821611166, 0.01822470687329769, -0.00743203004822135, -0.009385870769619942, -0.06096754968166351, 0.026706209406256676, 0.06246216222643852, -0.039788868278265, 0.15730851888656616, 0.22509248554706573, -0.13591648638248444, 0.11564400047063828, -0.09797432273626328, -0.105463907122612, 0.046008042991161346, 0.009427277371287346, 0.03594303876161575, 0.0503489226102829, -0.03594081476330757, 0.0044484552927315235, 0.03905477747321129, 0.08074651658535004, 0.08456914126873016, -0.06776505708694458, 0.020801106467843056, -0.05122765153646469, -0.14904099702835083, -0.016655439510941505, -0.0464773029088974, 0.06876829266548157, -0.006725262850522995, 0.11020535975694656, -0.0515950471162796, 0.07739507406949997, -0.07558431476354599, 0.050614211708307266, 0.021146971732378006, -0.14688286185264587, -0.006612539757043123, -0.07093682140111923, 0.042144812643527985, -0.008834975771605968, 0.20241086184978485, -0.03228091076016426, 0.010342049412429333, 0.033811055123806, 0.06203942745923996, -0.01957780309021473, 0.009357001632452011, 0.2014283686876297, 0.12640917301177979, -0.08496357500553131, -0.02679651789367199, 0.06793134659528732, 0.07248228788375854, 0.07093550264835358, 0.10807815194129944, -0.015352966263890266, 0.028434239327907562, 0.07829629629850388, -0.060215238481760025, 0.07576877623796463, -0.08603982627391815, -0.11668483167886734, 0.05793621391057968, 0.012955795042216778, -0.055695828050374985, 0.20305177569389343, 0.19142870604991913, -0.026278704404830933, 0.018410727381706238, -0.0029499190859496593, -0.10117456316947937, -0.15619947016239166, -0.05423750728368759, -0.07170962542295456, -0.1319410353899002, -0.004549739416688681, -0.16646917164325714, 0.022016216069459915, -0.01132756657898426, 0.09506805986166, -0.06855440139770508, -0.01345991250127554, 0.1364889293909073, -0.1055467277765274, 0.0847758799791336, -0.024517204612493515, 0.07877567410469055, -0.03746940940618515, -0.018209461122751236, -0.10342709720134735, 0.007514837197959423, 0.01131442841142416, 0.06840907037258148, -0.10897937417030334, 0.02432350255548954, -0.12208317965269089, -0.08617185056209564, -0.026142612099647522, 0.09279687702655792, -0.0403008833527565, 0.15116846561431885, 0.02645145356655121, -0.06710928678512573, -0.004313822835683823, 0.2646709978580475, -0.08046227693557739, -0.08319197595119476, -0.030799202620983124, 0.2152107208967209, 0.04053696244955063, 0.06396269053220749, 0.019140036776661873, 0.038027774542570114, -0.07184682041406631, 0.2957373559474945, 0.34401440620422363, -0.1318037211894989, -0.007773484103381634, 0.04225075617432594, 0.04406323283910751, 0.14687567949295044, 0.07998795062303543, 0.11360671371221542, 0.2849363386631012, -0.09197647124528885, 0.016657205298542976, -0.04230864346027374, -0.01424806285649538, -0.06908884644508362, 0.045314885675907135, 0.08216670155525208, -0.09241747111082077, -0.022950593382120132, 0.08125471323728561, -0.29741767048835754, 0.10791494697332382, -0.15600289404392242, -0.14948409795761108, -0.05027429759502411, -0.008771711029112339, 0.014683255925774574, 0.019041186198592186, 0.09663030505180359, 0.025651484727859497, -0.07275258749723434, 0.07816889137029648, 0.024486342445015907, -0.23020237684249878, -0.01345184724777937, 0.1456068754196167, -0.06789913028478622, -0.025938833132386208, -0.021313713863492012, 0.051610056310892105, 0.05763651058077812, 0.09027529507875443, -0.03809558227658272, -0.0746568813920021, -0.007141788024455309, -0.022818787023425102, 0.01914946548640728, 0.0597183033823967, 0.06841408461332321, -0.0920223817229271, 0.1167774423956871, -0.07350476831197739, 0.0650370642542839, 0.037623800337314606, -0.022277191281318665, 0.0018526542698964477, 0.013183658011257648, -0.06512464582920074, 0.05533479526638985, 0.1295643299818039, -0.025459708645939827, -0.002524374984204769, -0.028180841356515884, -0.0767761766910553, -0.024015206843614578, -0.04643676429986954, -0.09101243317127228, -0.18130090832710266, -0.12738600373268127, 0.041754670441150665, -0.03240608796477318, -0.2046082615852356, 0.0060346988029778, -0.1128578633069992, 0.03700976446270943, -0.14154092967510223, 0.10004086047410965, 0.07216610759496689, 0.004716616589576006, 0.006774604320526123, 0.0675399899482727, 0.045677728950977325, 0.14796748757362366, -0.16543124616146088, -0.04919974133372307 ]
null
null
transformers
``` from transformers import AutoModelForSeq2SeqLM, AutoTokenizer model = AutoModelForSeq2SeqLM.from_pretrained("ArvinZhuang/BiTAG-t5-large") tokenizer = AutoTokenizer.from_pretrained("ArvinZhuang/BiTAG-t5-large") text = "abstract: [your abstract]" # use 'title:' as the prefix for title_to_abs task. input_ids = tokenizer.encode(text, return_tensors='pt') outputs = model.generate( input_ids, do_sample=True, max_length=500, top_p=0.9, top_k=20, temperature=1, num_return_sequences=10, ) print("Output:\n" + 100 * '-') for i, output in enumerate(outputs): print("{}: {}".format(i+1, tokenizer.decode(output, skip_special_tokens=True))) ``` GitHub: https://github.com/ArvinZhuang/BiTAG
{"inference": {"parameters": {"do_sample": true, "max_length": 500, "top_p": 0.9, "top_k": 20, "temperature": 1, "num_return_sequences": 10}}, "widget": [{"text": "abstract: We introduce a new language representation model called BERT, which stands for Bidirectional Encoder Representations from Transformers. Unlike recent language representation models, BERT is designed to pre-train deep bidirectional representations from unlabeled text by jointly conditioning on both left and right context in all layers. As a result, the pre-trained BERT model can be fine-tuned with just one additional output layer to create state-of-the-art models for a wide range of tasks, such as question answering and language inference, without substantial task-specific architecture modifications. BERT is conceptually simple and empirically powerful. It obtains new state-of-the-art results on eleven natural language processing tasks, including pushing the GLUE score to 80.5% (7.7% point absolute improvement), MultiNLI accuracy to 86.7% (4.6% absolute improvement), SQuAD v1.1 question answering Test F1 to 93.2 (1.5 point absolute improvement) and SQuAD v2.0 Test F1 to 83.1 (5.1 point absolute improvement).", "example_title": "BERT abstract"}]}
text2text-generation
ielabgroup/BiTAG-t5-large
[ "transformers", "pytorch", "t5", "text2text-generation", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #t5 #text2text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
GitHub: URL
[]
[ "TAGS\n#transformers #pytorch #t5 #text2text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 48 ]
[ "passage: TAGS\n#transformers #pytorch #t5 #text2text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.01584368571639061, 0.001455417019315064, -0.00658801756799221, 0.0177968367934227, 0.18000324070453644, 0.01899094320833683, 0.1102970764040947, 0.13923293352127075, -0.029492201283574104, -0.031411342322826385, 0.1258108913898468, 0.215000182390213, -0.002026807749643922, 0.09281328320503235, -0.09747900068759918, -0.26333776116371155, 0.035797640681266785, 0.06643600016832352, 0.01654808409512043, 0.13231700658798218, 0.07867445051670074, -0.06135464087128639, 0.09729219973087311, -0.03548338636755943, -0.1792060285806656, 0.056830670684576035, 0.06633275002241135, -0.14007478952407837, 0.12120860069990158, 0.05082603916525841, 0.11879663914442062, 0.03541290760040283, -0.049473561346530914, -0.12151949107646942, 0.027005361393094063, 0.036254558712244034, -0.0702618658542633, 0.05806567892432213, 0.12953147292137146, -0.09849721938371658, 0.101417675614357, 0.05899258330464363, -0.011092896573245525, 0.06627913564443588, -0.1479889154434204, 0.00348502560518682, -0.010794720612466335, 0.021929796785116196, 0.07188789546489716, 0.09843083471059799, -0.011102980934083462, 0.12869638204574585, -0.09904436022043228, 0.14108110964298248, 0.1505395472049713, -0.3118693232536316, 0.005070185288786888, 0.04695354029536247, 0.043711405247449875, 0.07051856815814972, -0.00885665975511074, 0.03730452060699463, 0.03216231241822243, 0.03300926089286804, 0.03037545457482338, -0.07585509866476059, -0.1657770276069641, 0.04152299836277962, -0.08708652853965759, -0.0615064837038517, 0.23453429341316223, -0.06484062969684601, 0.066205233335495, -0.0072464910335838795, -0.13153931498527527, -0.06954485923051834, 0.0006044790497981012, -0.0053634620271623135, -0.055698949843645096, 0.06370817124843597, 0.016068486496806145, -0.056699495762586594, -0.1428028792142868, -0.010085990652441978, -0.20030196011066437, 0.12700670957565308, 0.0098763108253479, 0.055072084069252014, -0.23676714301109314, 0.09703067690134048, 0.05306711047887802, -0.09924419224262238, 0.062389008700847626, -0.08943060785531998, 0.014000056311488152, -0.02474105730652809, -0.06801413744688034, -0.1568288505077362, 0.06617090106010437, 0.08920741081237793, 0.003721588756889105, 0.020913373678922653, -0.08072061836719513, 0.07540135085582733, 0.015950961038470268, 0.08084282279014587, -0.009468162432312965, -0.02545289881527424, 0.050731536000967026, -0.13451236486434937, -0.00853751040995121, -0.06626977026462555, -0.15002763271331787, -0.07248537242412567, 0.08783774077892303, 0.09340707957744598, 0.024510055780410767, 0.09635060280561447, -0.0332786962389946, -0.04203520715236664, 0.009204940870404243, -0.09221477061510086, -0.024659397080540657, 0.0008180328877642751, 0.006082381121814251, 0.14675909280776978, 0.02296186424791813, 0.007892758585512638, -0.17018215358257294, 0.06483504176139832, -0.0723656713962555, -0.007938898168504238, -0.029325438663363457, -0.07534618675708771, 0.023915085941553116, -0.10881388932466507, 0.008133405819535255, -0.17433200776576996, -0.16765841841697693, 0.01697476953268051, 0.007396905682981014, -0.018866462633013725, -0.043013010174036026, -0.045346371829509735, -0.03770101070404053, 0.04327743873000145, -0.07020818442106247, 0.010033725760877132, -0.04259585589170456, 0.10675564408302307, -0.0398472361266613, 0.06604313105344772, -0.1241411417722702, 0.08126731216907501, -0.12840037047863007, -0.026247713714838028, -0.06916461884975433, 0.0695473924279213, 0.03665204346179962, 0.12047890573740005, -0.03775748983025551, -0.03622163087129593, -0.07566536217927933, 0.04284011945128441, -0.01894138753414154, 0.1950719952583313, -0.0944138839840889, -0.10338135808706284, 0.24115116894245148, -0.07720785588026047, -0.16225671768188477, 0.08871348202228546, 0.01112399436533451, 0.0527188703417778, 0.09158273041248322, 0.17049458622932434, 0.044303521513938904, -0.007278476841747761, 0.0970718041062355, 0.1028069406747818, -0.11937293410301208, -0.10302774608135223, 0.002267509698867798, -0.020705346018075943, -0.11959504336118698, 0.04289879649877548, 0.09645403176546097, 0.07236005365848541, -0.05477796122431755, -0.03351253643631935, -0.04923287779092789, -0.007655630353838205, 0.1011999323964119, 0.004759210627526045, 0.13131408393383026, -0.06056664139032364, -0.016454286873340607, 0.00607975572347641, -0.029107315465807915, -0.03001979924738407, 0.04808073490858078, -0.027159245684742928, 0.11719837784767151, -0.03463059291243553, 0.043614711612463, -0.20667698979377747, -0.08273608982563019, -0.011199901811778545, 0.16215083003044128, -0.00014803845260757953, 0.09622485190629959, 0.05017630010843277, -0.026423487812280655, -0.013082671910524368, -0.020495356991887093, 0.14194169640541077, -0.008744661696255207, -0.07192710041999817, -0.055666014552116394, 0.05686090514063835, -0.056457314640283585, -0.029490424320101738, -0.06336628645658493, 0.016674358397722244, 0.022723432630300522, 0.12466312199831009, 0.024511994794011116, 0.060258712619543076, -0.019767967984080315, 0.026875387877225876, -0.09027257561683655, 0.012787343002855778, 0.10328754037618637, -0.005430325400084257, -0.06139841303229332, 0.2012202888727188, -0.18243330717086792, 0.21768754720687866, 0.1899390071630478, -0.2988763451576233, 0.0007227785536088049, -0.05822010710835457, -0.0336349755525589, 0.0059656258672475815, 0.05502323433756828, -0.03447169065475464, 0.08369144052267075, 0.0008040695101954043, 0.20492856204509735, -0.06399808824062347, -0.05498965084552765, 0.0025857435539364815, -0.05458337441086769, -0.006101091392338276, 0.058100759983062744, 0.0824960395693779, -0.17706909775733948, 0.1713913381099701, 0.20838424563407898, 0.023575296625494957, 0.17638693749904633, -0.007809492759406567, -0.04934080317616463, 0.08402703702449799, 0.006972316186875105, -0.032568447291851044, -0.10796601325273514, -0.1734510064125061, -0.016349755227565765, 0.0808510109782219, 0.0383298397064209, 0.09945333003997803, -0.11086979508399963, -0.022686339914798737, -0.005985935218632221, -0.0060494341887533665, -0.008344912901520729, 0.09246525168418884, 0.08367523550987244, 0.14147034287452698, -0.015902556478977203, -0.008576065301895142, 0.11812435835599899, 0.015694094821810722, -0.12598107755184174, 0.19254222512245178, -0.1325615793466568, -0.3495909571647644, -0.1631333827972412, -0.16477428376674652, -0.043477918952703476, 0.048511527478694916, 0.11342941224575043, -0.10511619597673416, -0.02352173998951912, -0.0007881404599174857, 0.08415862917900085, -0.07211752235889435, 0.03677205741405487, -0.08311079442501068, 0.06613492220640182, -0.06391098350286484, -0.08130958676338196, -0.04755308851599693, -0.013113722205162048, -0.0506163015961647, 0.15241199731826782, -0.13060742616653442, 0.05517926067113876, 0.20086060464382172, -0.008659793995320797, 0.05646828934550285, -0.0447811521589756, 0.1698468029499054, -0.06439661234617233, 0.014364821836352348, 0.22857394814491272, -0.06645470857620239, 0.07465333491563797, 0.13026019930839539, -0.017004651948809624, -0.06887000799179077, 0.04647034779191017, -0.03181997686624527, -0.08305076509714127, -0.27305132150650024, -0.11097732186317444, -0.12417944520711899, 0.08551718294620514, 0.060253627598285675, 0.050218936055898666, 0.1729225218296051, 0.07009439915418625, -0.011698170565068722, 0.04006649926304817, 0.008571630343794823, 0.0824633464217186, 0.19053572416305542, -0.008197087794542313, 0.13242574036121368, -0.06245150417089462, -0.11769289523363113, 0.08968717604875565, 0.05989821255207062, 0.12555105984210968, 0.04239042103290558, 0.046467121690511703, 0.009043761529028416, 0.07225343585014343, 0.13442648947238922, 0.1651877760887146, 0.034123022109270096, -0.0027062329463660717, -0.01349344477057457, -0.028245382010936737, -0.040193621069192886, 0.037729669362306595, 0.013470759615302086, -0.12968936562538147, -0.09492611140012741, -0.07551674544811249, 0.07577058672904968, 0.12997229397296906, 0.0744793638586998, -0.240804523229599, 0.012753864750266075, 0.06319929659366608, -0.046554870903491974, -0.11563625931739807, 0.08299679309129715, -0.003961589653044939, -0.13062408566474915, 0.06372487545013428, -0.05805215612053871, 0.12147562950849533, -0.028284739702939987, 0.09374229609966278, -0.03364879637956619, -0.07243189960718155, 0.018441040068864822, 0.1096850335597992, -0.33529332280158997, 0.20487374067306519, 0.0006690678419545293, -0.06490825116634369, -0.11783778667449951, -0.0044849165715277195, -0.0012578379828482866, 0.11027327179908752, 0.09952930361032486, -0.003345120931044221, -0.03474462404847145, -0.09134820103645325, -0.0031049586832523346, 0.016545293852686882, 0.14250630140304565, -0.025273242965340614, 0.0148016894236207, -0.059562280774116516, -0.021893899887800217, -0.013236827217042446, -0.013637681491672993, -0.002603176049888134, -0.1513184756040573, 0.0671682059764862, 0.020377542823553085, 0.06982939690351486, 0.01960124634206295, -0.02438407950103283, -0.06273293495178223, 0.21248282492160797, -0.06458115577697754, -0.10695376992225647, -0.12842507660388947, -0.04645165428519249, 0.05069807916879654, -0.0799480676651001, 0.05590132996439934, -0.07412241399288177, 0.026752561330795288, -0.0460817776620388, -0.2500396966934204, 0.12516821920871735, -0.08440219610929489, -0.04263054579496384, -0.039096806198358536, 0.18710920214653015, -0.09238360822200775, 0.0015196007443591952, 0.024500641971826553, -0.00008093049837043509, -0.08618257939815521, -0.05626978352665901, -0.008611418306827545, -0.01370612159371376, 0.0605587363243103, 0.04142594337463379, -0.09551963210105896, -0.06058591976761818, -0.04161534458398819, -0.0018586971564218402, 0.33403095602989197, 0.09810057282447815, -0.046292744576931, 0.17393392324447632, 0.10699018090963364, -0.08708086609840393, -0.30292707681655884, -0.07725819945335388, -0.0799851045012474, -0.026687202975153923, -0.028951935470104218, -0.16540394723415375, 0.0818692147731781, -0.0030985758639872074, 0.010349465534090996, 0.10349910706281662, -0.24794204533100128, -0.09147637337446213, 0.1472831815481186, 0.023999102413654327, 0.3351094424724579, -0.11293166130781174, -0.09755206853151321, -0.04931047186255455, -0.14179958403110504, 0.17238929867744446, -0.054965659976005554, 0.08938152343034744, -0.03220284730195999, 0.1103312224149704, 0.057209331542253494, -0.038672249764204025, 0.03753164783120155, 0.01280028186738491, 0.004070690833032131, -0.11656955629587173, -0.03721853345632553, 0.05927279219031334, -0.01239687204360962, 0.0431542843580246, -0.030626775696873665, 0.05042644962668419, -0.11610346287488937, -0.03559141978621483, -0.09718530625104904, 0.05527614802122116, 0.033209703862667084, -0.07230573892593384, 0.02535100467503071, -0.07929795235395432, 0.026679834350943565, -0.011463316157460213, 0.19073231518268585, -0.04869036376476288, 0.16655586659908295, 0.15388649702072144, 0.13591068983078003, -0.10760082304477692, 0.03837193548679352, -0.07492130249738693, -0.06832669675350189, 0.06800366938114166, -0.10502270609140396, 0.06655241549015045, 0.12330719083547592, -0.0411357618868351, 0.06374823302030563, 0.11320103704929352, 0.02062961272895336, -0.01765989325940609, 0.1385980248451233, -0.25890034437179565, 0.023826781660318375, -0.09969114512205124, -0.053946852684020996, 0.045324306935071945, 0.06959566473960876, 0.1803196519613266, 0.01996755413711071, -0.03243176266551018, -0.010976474732160568, 0.0005780249484814703, -0.04870473966002464, 0.07170422375202179, 0.021222015842795372, 0.024676067754626274, -0.1308782398700714, 0.09323612600564957, 0.032887544482946396, -0.14486797153949738, 0.019849436357617378, 0.19134655594825745, -0.1371304839849472, -0.11486499011516571, 0.01224886067211628, 0.11295973509550095, -0.15867024660110474, -0.024805627763271332, -0.06911034882068634, -0.1232672780752182, 0.09491096436977386, 0.21401236951351166, 0.05331400781869888, 0.1008497029542923, -0.046942487359046936, -0.0496317520737648, -0.04561499506235123, 0.009240290150046349, 0.012895791791379452, 0.030672000721096992, -0.097745880484581, 0.10578422248363495, -0.040116216987371445, 0.16213259100914001, -0.0917268618941307, -0.06222947686910629, -0.14983442425727844, 0.03229285031557083, -0.15211552381515503, -0.05419791117310524, -0.06350395083427429, -0.05325648933649063, -0.01421641930937767, -0.009074408560991287, -0.04453456401824951, -0.039223432540893555, -0.1178443431854248, 0.023740172386169434, -0.04184343293309212, 0.03357211872935295, -0.07360640168190002, -0.00745047302916646, 0.0597982257604599, -0.04032554477453232, 0.12730717658996582, 0.12071295082569122, -0.11999447643756866, 0.13207589089870453, -0.13698095083236694, -0.10772223025560379, 0.10667144507169724, 0.019947899505496025, 0.057580724358558655, 0.08691609650850296, 0.024122396484017372, 0.07328153401613235, 0.017016666010022163, 0.03875018656253815, 0.022994665428996086, -0.11720026284456253, 0.02915577031672001, -0.0438992902636528, -0.14189468324184418, -0.07547144591808319, -0.034607090055942535, 0.03158587962388992, 0.008018662221729755, 0.11852530390024185, -0.053823456168174744, 0.12022940069437027, -0.07060523331165314, 0.010234953835606575, 0.010690975934267044, -0.16182446479797363, -0.06637652963399887, -0.08411522209644318, 0.032836735248565674, -0.008235974237322807, 0.18409450352191925, 0.03454678878188133, 0.05747787654399872, 0.02793210744857788, 0.07954391092061996, 0.005215851124376059, 0.020794428884983063, 0.22607649862766266, 0.07304691523313522, -0.06886540353298187, -0.1103024035692215, 0.06498146802186966, 0.008004664443433285, 0.04483301192522049, 0.1749526411294937, 0.03727349266409874, -0.03907724469900131, 0.10007185488939285, -0.019638560712337494, 0.028130175545811653, -0.11450393497943878, -0.17080892622470856, -0.00801891554147005, 0.07657715678215027, -0.011517325416207314, 0.0829968973994255, 0.16146962344646454, -0.019973335787653923, 0.030916273593902588, -0.009044856764376163, -0.056131210178136826, -0.17957162857055664, -0.1594834178686142, -0.08296467363834381, -0.10509900003671646, -0.0014652428217232227, -0.10988666117191315, 0.05996263399720192, 0.05867818742990494, 0.06662456691265106, -0.06648626923561096, 0.10458429902791977, 0.06543407589197159, -0.11919818818569183, 0.07942314445972443, -0.028797946870326996, 0.08120650798082352, 0.000997701776213944, -0.009244642220437527, -0.08453210443258286, 0.008097044192254543, -0.03108268976211548, 0.04917836934328079, -0.047017112374305725, 0.02154003456234932, -0.15374121069908142, -0.1096470057964325, -0.02257644757628441, 0.05983618274331093, -0.0428229495882988, 0.12894387543201447, 0.017068613320589066, -0.030336754396557808, 0.02801426127552986, 0.22194334864616394, -0.08584439754486084, -0.08055929839611053, -0.050540681928396225, 0.2432609349489212, 0.06307961791753769, 0.08444320410490036, 0.0028589183930307627, -0.012717257253825665, -0.09089452773332596, 0.3591165244579315, 0.2667014002799988, -0.055692918598651886, 0.02277890220284462, 0.015944819897413254, 0.0347137413918972, 0.11798495799303055, 0.16456447541713715, 0.08827649056911469, 0.25443965196609497, -0.06533562391996384, -0.018368344753980637, -0.014501972123980522, 0.000018250484572490677, -0.0930345430970192, 0.13507813215255737, 0.04284169152379036, -0.08161267638206482, -0.024515492841601372, 0.10017646849155426, -0.24063174426555634, 0.14782121777534485, -0.09359890967607498, -0.16162940859794617, -0.060918986797332764, -0.0147289102897048, 0.11586485803127289, -0.0017279664753004909, 0.08164822310209274, -0.01215168833732605, -0.08752647042274475, 0.05363667756319046, 0.029349831864237785, -0.222853422164917, 0.01617160066962242, 0.05048945173621178, -0.11925873160362244, -0.024077240377664566, -0.011171307414770126, 0.04385644197463989, 0.06714760512113571, 0.07385427504777908, -0.04466511681675911, 0.046728942543268204, -0.004126311279833317, -0.011370057240128517, 0.04598446562886238, 0.06270765513181686, 0.01540715154260397, -0.09723247587680817, 0.05001823231577873, -0.1556699126958847, 0.03317674249410629, -0.01597830280661583, -0.023336609825491905, -0.002392916241660714, -0.005987333599478006, -0.04110949859023094, 0.057095758616924286, 0.1028817892074585, -0.008210273459553719, 0.012179257348179817, -0.09038258343935013, -0.0342213474214077, -0.0023632640950381756, -0.11412134766578674, -0.09127872437238693, -0.11541768163442612, -0.10260939598083496, 0.11215279996395111, -0.009719906374812126, -0.2153121829032898, 0.021527882665395737, -0.1023377850651741, 0.04012138023972511, -0.21606485545635223, 0.10211227834224701, 0.09086371958255768, 0.011539488099515438, 0.008776325732469559, -0.008126933127641678, 0.0464082807302475, 0.10446552187204361, -0.12512299418449402, -0.09291534125804901 ]
null
null
transformers
# Model Trained Using AutoNLP - Model: Google's Pegasus (https://huggingface.co/google/pegasus-xsum) - Problem type: Summarization - Model ID: 34558227 - CO2 Emissions (in grams): 137.60574081887984 - Spaces: https://huggingface.co/spaces/TitleGenerators/ArxivTitleGenerator - Dataset: arXiv Dataset (https://www.kaggle.com/Cornell-University/arxiv) - Data subset used: https://huggingface.co/datasets/AryanLala/autonlp-data-Scientific_Title_Generator ## Validation Metrics - Loss: 2.578599214553833 - Rouge1: 44.8482 - Rouge2: 24.4052 - RougeL: 40.1716 - RougeLsum: 40.1396 - Gen Len: 11.4675 ## Social - LinkedIn: https://www.linkedin.com/in/aryanlala/ - Twitter: https://twitter.com/AryanLala20 ## Usage You can use cURL to access this model: ``` $ curl -X POST -H "Authorization: Bearer YOUR_HUGGINGFACE_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love AutoNLP"}' https://api-inference.huggingface.co/AryanLala/autonlp-Scientific_Title_Generator-34558227 ```
{"language": "en", "tags": "autonlp", "datasets": ["AryanLala/autonlp-data-Scientific_Title_Generator"], "widget": [{"text": "The scale, variety, and quantity of publicly-available NLP datasets has grown rapidly as researchers propose new tasks, larger models, and novel benchmarks. Datasets is a community library for contemporary NLP designed to support this ecosystem. Datasets aims to standardize end-user interfaces, versioning, and documentation, while providing a lightweight front-end that behaves similarly for small datasets as for internet-scale corpora. The design of the library incorporates a distributed, community-driven approach to adding datasets and documenting usage. After a year of development, the library now includes more than 650 unique datasets, has more than 250 contributors, and has helped support a variety of novel cross-dataset research projects and shared tasks. The library is available at https://github.com/huggingface/datasets."}], "co2_eq_emissions": 137.60574081887984}
text2text-generation
AryanLala/autonlp-Scientific_Title_Generator-34558227
[ "transformers", "pytorch", "pegasus", "text2text-generation", "autonlp", "en", "dataset:AryanLala/autonlp-data-Scientific_Title_Generator", "co2_eq_emissions", "autotrain_compatible", "endpoints_compatible", "has_space", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #pegasus #text2text-generation #autonlp #en #dataset-AryanLala/autonlp-data-Scientific_Title_Generator #co2_eq_emissions #autotrain_compatible #endpoints_compatible #has_space #region-us
# Model Trained Using AutoNLP - Model: Google's Pegasus (URL - Problem type: Summarization - Model ID: 34558227 - CO2 Emissions (in grams): 137.60574081887984 - Spaces: URL - Dataset: arXiv Dataset (URL - Data subset used: URL ## Validation Metrics - Loss: 2.578599214553833 - Rouge1: 44.8482 - Rouge2: 24.4052 - RougeL: 40.1716 - RougeLsum: 40.1396 - Gen Len: 11.4675 ## Social - LinkedIn: URL - Twitter: URL ## Usage You can use cURL to access this model:
[ "# Model Trained Using AutoNLP\n- Model: Google's Pegasus (URL\n- Problem type: Summarization\n- Model ID: 34558227\n- CO2 Emissions (in grams): 137.60574081887984\n- Spaces: URL\n- Dataset: arXiv Dataset (URL\n- Data subset used: URL", "## Validation Metrics\n\n- Loss: 2.578599214553833\n- Rouge1: 44.8482\n- Rouge2: 24.4052\n- RougeL: 40.1716\n- RougeLsum: 40.1396\n- Gen Len: 11.4675", "## Social\n- LinkedIn: URL\n- Twitter: URL", "## Usage\n\nYou can use cURL to access this model:" ]
[ "TAGS\n#transformers #pytorch #pegasus #text2text-generation #autonlp #en #dataset-AryanLala/autonlp-data-Scientific_Title_Generator #co2_eq_emissions #autotrain_compatible #endpoints_compatible #has_space #region-us \n", "# Model Trained Using AutoNLP\n- Model: Google's Pegasus (URL\n- Problem type: Summarization\n- Model ID: 34558227\n- CO2 Emissions (in grams): 137.60574081887984\n- Spaces: URL\n- Dataset: arXiv Dataset (URL\n- Data subset used: URL", "## Validation Metrics\n\n- Loss: 2.578599214553833\n- Rouge1: 44.8482\n- Rouge2: 24.4052\n- RougeL: 40.1716\n- RougeLsum: 40.1396\n- Gen Len: 11.4675", "## Social\n- LinkedIn: URL\n- Twitter: URL", "## Usage\n\nYou can use cURL to access this model:" ]
[ 84, 74, 56, 10, 13 ]
[ "passage: TAGS\n#transformers #pytorch #pegasus #text2text-generation #autonlp #en #dataset-AryanLala/autonlp-data-Scientific_Title_Generator #co2_eq_emissions #autotrain_compatible #endpoints_compatible #has_space #region-us \n# Model Trained Using AutoNLP\n- Model: Google's Pegasus (URL\n- Problem type: Summarization\n- Model ID: 34558227\n- CO2 Emissions (in grams): 137.60574081887984\n- Spaces: URL\n- Dataset: arXiv Dataset (URL\n- Data subset used: URL## Validation Metrics\n\n- Loss: 2.578599214553833\n- Rouge1: 44.8482\n- Rouge2: 24.4052\n- RougeL: 40.1716\n- RougeLsum: 40.1396\n- Gen Len: 11.4675## Social\n- LinkedIn: URL\n- Twitter: URL## Usage\n\nYou can use cURL to access this model:" ]
[ -0.11913996934890747, 0.2511729300022125, -0.003606410464271903, 0.07585025578737259, 0.08711470663547516, 0.03716585785150528, 0.13760927319526672, 0.08487968891859055, 0.11456042528152466, 0.06928487122058868, 0.08573422580957413, 0.060885220766067505, 0.04786363244056702, 0.22071704268455505, -0.036873709410429, -0.1160508468747139, 0.009955079294741154, 0.005659888032823801, 0.008402947336435318, 0.10924660414457321, 0.06121336668729782, -0.06682223081588745, 0.16540691256523132, 0.030229656025767326, 0.004027179908007383, -0.0038217545952647924, 0.07048572599887848, -0.05257509648799896, 0.14691421389579773, 0.0726606622338295, 0.08822915703058243, 0.10408289730548859, 0.08143958449363708, -0.14417940378189087, 0.026794444769620895, 0.011853904463350773, -0.04311031848192215, 0.13380704820156097, 0.043631162494421005, -0.0946173220872879, 0.00362961832433939, -0.0319690965116024, 0.05374859645962715, 0.06259709596633911, -0.15019609034061432, -0.08262970298528671, -0.13497550785541534, 0.012051727622747421, 0.0004089489229954779, 0.06852903962135315, 0.004559725057333708, 0.18550309538841248, -0.14040732383728027, 0.04525641351938248, 0.20745791494846344, -0.17536963522434235, 0.002523183822631836, 0.16416575014591217, 0.044802479445934296, -0.025073416531085968, -0.018578290939331055, 0.1135297417640686, 0.04553211107850075, 0.0016814953414723277, 0.10770998150110245, -0.08691632002592087, -0.036454517394304276, 0.01938755065202713, -0.08544690907001495, -0.03689737617969513, 0.23627816140651703, 0.07941865921020508, -0.006434952840209007, 0.005816144403070211, -0.05513104796409607, 0.042318858206272125, -0.055113185197114944, -0.0705435648560524, 0.04506087303161621, -0.016749871894717216, -0.05525801330804825, -0.04639148339629173, -0.08093821257352829, -0.020627666264772415, -0.05501120910048485, -0.04105307161808014, -0.035548437386751175, 0.057001687586307526, -0.060833003371953964, 0.05677671730518341, -0.03690726310014725, -0.05700092017650604, 0.053037334233522415, -0.05685665085911751, 0.029454223811626434, -0.027253901585936546, -0.008097290061414242, 0.09902440011501312, 0.09718526899814606, 0.18293777108192444, -0.07550622522830963, -0.023745160549879074, 0.11395884305238724, 0.009525887668132782, 0.02457374893128872, 0.07943660765886307, -0.16916042566299438, -0.13305163383483887, 0.0966906026005745, -0.00881816353648901, -0.016460487619042397, -0.039306607097387314, -0.0681479275226593, -0.07062644511461258, -0.002706099534407258, 0.03701632842421532, 0.11018668860197067, 0.0432371124625206, -0.12826472520828247, -0.024447234347462654, 0.19558654725551605, -0.022014832124114037, 0.0350065752863884, 0.05294891446828842, -0.08311885595321655, 0.022875208407640457, 0.12598755955696106, 0.025097331032156944, -0.05369707942008972, -0.025638392195105553, -0.11484364420175552, -0.019875556230545044, -0.019313428550958633, -0.0886865109205246, 0.0658450648188591, 0.009302496910095215, -0.04412687197327614, -0.1683582365512848, -0.17685282230377197, -0.07272687554359436, 0.01075676642358303, -0.02296917513012886, -0.07989861071109772, -0.02966226451098919, 0.01763180084526539, 0.04278791323304176, -0.052322868257761, -0.09036651998758316, -0.08388333022594452, 0.018919581547379494, -0.0946233868598938, 0.060433369129896164, -0.1094038337469101, 0.030153000727295876, -0.10181865841150284, 0.03710419684648514, -0.1394728571176529, 0.04389960691332817, -0.04709523916244507, 0.03529838100075722, -0.1399022340774536, -0.033904410898685455, 0.029187673702836037, 0.020322248339653015, 0.10523223876953125, 0.2037392556667328, -0.09489136189222336, -0.0321396179497242, 0.12492524087429047, -0.002520704874768853, -0.11733175069093704, 0.12089309096336365, -0.030110852792859077, -0.02833343856036663, 0.09806601703166962, 0.12564197182655334, 0.11531246453523636, -0.11169988662004471, -0.054572694003582, 0.047691259533166885, -0.03317707031965256, -0.1155487671494484, 0.053648609668016434, -0.040425460785627365, -0.07446400076150894, 0.009523630142211914, 0.0358448289334774, 0.05645318329334259, -0.09278829395771027, -0.061744388192892075, -0.027692055329680443, -0.0562921017408371, 0.13886414468288422, -0.022127492353320122, 0.00178633036557585, -0.02140025608241558, -0.0512518510222435, -0.030527397990226746, 0.08391624689102173, 0.028072690591216087, -0.011477132327854633, -0.07991791516542435, 0.12346426397562027, -0.021529080346226692, -0.005392002407461405, -0.1449882686138153, -0.15966783463954926, -0.009679540060460567, -0.03827387094497681, 0.05242865905165672, 0.06715480983257294, 0.01796213537454605, -0.050473690032958984, -0.04117904230952263, -0.006380043923854828, 0.021631045266985893, -0.024705085903406143, -0.08927078545093536, -0.09981224685907364, 0.02718949317932129, -0.008446804247796535, 0.1011621505022049, -0.15522316098213196, 0.015733150765299797, -0.03703760728240013, 0.1299414336681366, 0.0012599737383425236, 0.008154712617397308, 0.04878685995936394, 0.014276782982051373, -0.010952669195830822, -0.01699528843164444, 0.03537840023636818, -0.04022548347711563, -0.09773556143045425, 0.13831831514835358, -0.09407898783683777, 0.18498094379901886, 0.1008060872554779, -0.1022384911775589, -0.07110455632209778, 0.04501356557011604, -0.0015633670846000314, 0.04052473604679108, -0.037493158131837845, -0.018952663987874985, 0.12233176827430725, 0.0351853184401989, 0.08138909190893173, -0.067853182554245, 0.027816075831651688, -0.0002537455875426531, -0.09736941009759903, 0.018473103642463684, 0.11370822787284851, 0.11656172573566437, -0.08840837329626083, 0.10655832290649414, 0.016536105424165726, 0.008838744834065437, 0.04744656756520271, 0.06528648734092712, -0.004022702109068632, -0.043530598282814026, -0.10069429129362106, -0.038515854626894, 0.09343857318162918, 0.03598417714238167, 0.023143313825130463, 0.07681423425674438, -0.018291641026735306, -0.0013397313887253404, -0.11542656272649765, -0.03775300458073616, -0.013191605918109417, -0.04734136164188385, -0.0744653046131134, 0.06676989048719406, 0.045058492571115494, 0.16467468440532684, 0.039954930543899536, -0.0350903682410717, -0.03397563472390175, 0.02892090007662773, -0.1487690508365631, 0.21391409635543823, -0.0657448023557663, -0.3040623068809509, -0.07136593759059906, 0.011339327320456505, -0.03862839937210083, -0.008454695343971252, 0.013675924390554428, -0.059417106211185455, -0.06873813271522522, -0.060762278735637665, -0.0008819751092232764, 0.05073597654700279, -0.026602981612086296, -0.06045928969979286, -0.02861921116709709, 0.04827464371919632, -0.12026050686836243, -0.030440257862210274, -0.023073699325323105, 0.022685803472995758, 0.08694010227918625, -0.04432392120361328, 0.12241321057081223, 0.10282301157712936, -0.011527160182595253, -0.035531558096408844, -0.012446590699255466, 0.2818453907966614, -0.08922520279884338, 0.09989063441753387, 0.205571249127388, 0.12821462750434875, 0.10974342375993729, 0.15923680365085602, 0.05716892331838608, -0.06840889155864716, -0.0000364053703378886, 0.04794847220182419, -0.0422687828540802, -0.2402907758951187, -0.18970322608947754, -0.02299162931740284, 0.024170570075511932, 0.057570915669202805, 0.03162561357021332, 0.03441423922777176, 0.1061687245965004, -0.02199125476181507, 0.050486862659454346, -0.03798345476388931, 0.03528844192624092, 0.16303469240665436, 0.023761222139000893, 0.11236848682165146, -0.0481795109808445, -0.02725212834775448, 0.14644649624824524, 0.020459773018956184, 0.0932345911860466, 0.02922574244439602, 0.020716974511742592, 0.03221846744418144, 0.1559520959854126, 0.019680801779031754, -0.0035390511620789766, 0.09979173541069031, 0.011913012713193893, -0.02727431245148182, -0.036165088415145874, -0.029138775542378426, 0.0274958573281765, 0.073198102414608, -0.046977851539850235, -0.03735702484846115, -0.04574092477560043, 0.05587382614612579, 0.1331242471933365, 0.08503145724534988, -0.3651631772518158, -0.08647781610488892, 0.01470530591905117, 0.018519548699259758, -0.04104156047105789, -0.008394701406359673, 0.008379542268812656, -0.16344188153743744, 0.12157059460878372, 0.023066993802785873, 0.10943103581666946, -0.03148622810840607, 0.02911219373345375, -0.042106058448553085, 0.011989518068730831, -0.037664856761693954, 0.056704599410295486, -0.21537913382053375, 0.25522464513778687, 0.04190640524029732, -0.052956391125917435, -0.010154449380934238, -0.03861427307128906, 0.03859337791800499, 0.14673256874084473, 0.14584118127822876, 0.06155133247375488, 0.04706689342856407, -0.15214678645133972, -0.12150859832763672, 0.0540003627538681, -0.035029731690883636, -0.0773618295788765, 0.02131436951458454, 0.004954257979989052, -0.046479858458042145, -0.025490736588835716, -0.03176463767886162, -0.20955970883369446, -0.038737595081329346, 0.037931378930807114, 0.09256131947040558, -0.09466242045164108, 0.010854321531951427, -0.06643593311309814, -0.0875174030661583, 0.13258232176303864, 0.1412486732006073, -0.05281972885131836, -0.1431633085012436, 0.016317352652549744, 0.11467069387435913, -0.11967095732688904, 0.012731608934700489, -0.026437915861606598, 0.019528944045305252, -0.045075107365846634, -0.12150020152330399, 0.10960178822278976, -0.058985527604818344, -0.14272937178611755, -0.037150658667087555, 0.13034306466579437, 0.02158985286951065, 0.06001359969377518, 0.05395402014255524, 0.04106983542442322, -0.07969970256090164, -0.16123348474502563, 0.05352897569537163, 0.05642830207943916, 0.019430775195360184, 0.038612596690654755, 0.00849037617444992, -0.18442554771900177, -0.004272264428436756, 0.017314594238996506, 0.11474954336881638, 0.2481725662946701, -0.09892832487821579, 0.06278503686189651, 0.16328655183315277, -0.07230903953313828, -0.28073444962501526, -0.0011602103477343917, -0.08525175601243973, -0.03674696013331413, 0.06381072849035263, -0.1388843059539795, 0.05002203956246376, 0.031722553074359894, -0.0563531257212162, -0.007100336253643036, -0.17860223352909088, -0.15054760873317719, 0.08411500602960587, 0.00615016371011734, 0.23431181907653809, -0.0904216542840004, -0.04534588381648064, -0.10056859999895096, -0.17578209936618805, 0.1606646031141281, -0.01604013331234455, 0.042419467121362686, -0.020291829481720924, 0.17756904661655426, 0.028219420462846756, -0.020098138600587845, 0.1219249814748764, -0.014154158532619476, 0.051311735063791275, -0.03799028694629669, -0.07879127562046051, 0.11997117847204208, -0.07012450695037842, 0.12794925272464752, 0.004638636484742165, 0.0989760309457779, -0.1734645515680313, -0.011924833990633488, -0.09565070271492004, 0.12910643219947815, -0.028462443500757217, -0.03923506662249565, -0.12146074324846268, 0.03279303386807442, 0.06257886439561844, 0.003075898624956608, -0.0030348277650773525, -0.03553416207432747, 0.06258990615606308, 0.030577722936868668, 0.11899540573358536, -0.030433055013418198, -0.031159229576587677, 0.05401642248034477, -0.07340224832296371, 0.058895815163850784, -0.2427125722169876, 0.05178087577223778, 0.1253320723772049, 0.0023674871772527695, 0.05296175554394722, -0.007581498473882675, -0.06602364778518677, 0.015431084670126438, 0.05548803508281708, -0.18109029531478882, -0.07555533945560455, -0.008213449269533157, -0.0285525880753994, -0.07253473997116089, 0.0913868322968483, 0.18089544773101807, -0.03105837292969227, -0.08047802001237869, -0.011285130865871906, 0.03206295892596245, -0.013574969954788685, 0.0804670974612236, 0.06158881261944771, 0.048640720546245575, -0.11701662093400955, 0.06072450056672096, 0.06765937805175781, -0.011261899024248123, 0.006049546878784895, 0.05604467913508415, -0.1129978597164154, -0.11269336938858032, -0.026333389803767204, 0.15857218205928802, -0.18814674019813538, -0.022244613617658615, -0.06313762068748474, -0.05474676564335823, 0.03234081342816353, 0.15332458913326263, 0.024211589246988297, 0.01202364545315504, 0.07404834032058716, -0.11020484566688538, -0.017509575933218002, 0.004938085563480854, 0.07283835113048553, -0.00035199878038838506, -0.07277417927980423, 0.030169570818543434, -0.006614093668758869, 0.06221258267760277, -0.05229896306991577, 0.022202149033546448, -0.1459716260433197, -0.031301647424697876, -0.07509153336286545, 0.002070809481665492, -0.08073852211236954, 0.03651484474539757, -0.08243463188409805, -0.07550133764743805, -0.060206182301044464, -0.011548712849617004, -0.08075841516256332, -0.011426210403442383, 0.00923723354935646, 0.11401130259037018, -0.15648846328258514, -0.0409516766667366, 0.05744968727231026, 0.021038759499788284, 0.12197618931531906, 0.011341683566570282, -0.024243326857686043, 0.01709926873445511, -0.22417573630809784, -0.0030605841893702745, 0.04180698096752167, 0.06773073971271515, 0.0939372107386589, -0.04716683179140091, 0.01758032664656639, -0.012298540212213993, 0.04583662748336792, 0.026724092662334442, 0.03167029097676277, -0.09787259250879288, 0.0417996384203434, -0.060118626803159714, -0.08280167728662491, -0.043729860335588455, 0.03183653578162193, 0.09719337522983551, 0.017842872068285942, 0.06302325427532196, -0.05314496532082558, 0.032234951853752136, -0.2213592380285263, -0.004900183063000441, -0.013033472001552582, -0.02812778763473034, -0.11290808022022247, -0.027378883212804794, 0.10793807357549667, -0.01730469986796379, 0.2137153595685959, 0.04000234231352806, 0.0633949264883995, 0.008256569504737854, 0.13230359554290771, -0.03176777437329292, -0.0006628908449783921, -0.06376416236162186, -0.02000178024172783, -0.004729783162474632, 0.048879675567150116, 0.06434899568557739, 0.040186118334531784, -0.014741824939846992, 0.12408025562763214, 0.0872487798333168, 0.09397807717323303, 0.05555904284119606, 0.018373852595686913, -0.0906585231423378, -0.055388838052749634, -0.058211978524923325, -0.09813155233860016, 0.07218067348003387, -0.06526919454336166, 0.05090747028589249, 0.05322585999965668, -0.06446288526058197, 0.07452870160341263, -0.03546520695090294, -0.012031661346554756, -0.1409827172756195, -0.17483510076999664, -0.11921947449445724, -0.10208611190319061, -0.03795617073774338, -0.1131989136338234, -0.034303415566682816, 0.14275993406772614, -0.008147567510604858, -0.029714103788137436, -0.013796929270029068, -0.04832708090543747, -0.01955237239599228, 0.02469930797815323, 0.026141446083784103, 0.015204055234789848, -0.039912015199661255, -0.02603687159717083, 0.016231343150138855, 0.08427982777357101, -0.0012966545764356852, 0.002003842731937766, -0.01938330940902233, 0.09719593077898026, -0.04297148436307907, -0.09439066797494888, -0.03620896115899086, 0.031175224110484123, -0.004312431439757347, -0.004433340393006802, 0.04342547059059143, 0.04533625394105911, 0.023086829110980034, 0.255264550447464, -0.013024942018091679, 0.09854576736688614, -0.12512043118476868, 0.11167402565479279, -0.060818735510110855, 0.00957467220723629, 0.011676967144012451, -0.04921871796250343, -0.0021241570357233286, 0.18444707989692688, 0.2528608739376068, -0.08808799088001251, 0.025005443021655083, -0.07817491143941879, 0.00508955167606473, 0.05986034497618675, 0.06723304092884064, 0.06414428353309631, 0.09918775409460068, -0.0772365927696228, -0.037223394960165024, -0.011743142269551754, 0.00962904654443264, -0.030224215239286423, 0.08126372843980789, -0.025267573073506355, 0.028883196413517, -0.07140960544347763, 0.11012528091669083, -0.11451265215873718, -0.03864628076553345, -0.006808578036725521, -0.23316624760627747, -0.09588826447725296, -0.03535419702529907, -0.10658799856901169, 0.02520844154059887, 0.10194016247987747, -0.03249386325478554, -0.020521603524684906, 0.09457772225141525, 0.003292341250926256, -0.17224353551864624, -0.09603887051343918, 0.06523647159337997, 0.037072475999593735, 0.21911019086837769, -0.004950470756739378, 0.045962534844875336, 0.13017643988132477, -0.0075536007061600685, -0.10337304323911667, 0.042573414742946625, 0.06446781754493713, -0.03986802697181702, 0.03911686688661575, -0.08933259546756744, 0.0035558552481234074, 0.09328955411911011, 0.08106429129838943, -0.09065098315477371, 0.02150213159620762, -0.031067613512277603, 0.005095439963042736, -0.0897102952003479, 0.03408098220825195, -0.09236599504947662, 0.06897170096635818, 0.06541065871715546, -0.07452302426099777, -0.02586493454873562, -0.025294799357652664, 0.04039635509252548, -0.01565225049853325, -0.11722815036773682, -0.07231978327035904, -0.10842068493366241, 0.06305055320262909, -0.010509081184864044, 0.06233843415975571, -0.06386247277259827, 0.016136258840560913, -0.0861070454120636, 0.012427864596247673, -0.02462993934750557, 0.10944394767284393, -0.029773039743304253, 0.006977471988648176, -0.019923362880945206, -0.18430674076080322, 0.041853681206703186, 0.150429368019104, -0.07700757682323456, -0.09310989081859589 ]
null
null
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # bert-base-parsbert-uncased-finetuned This model is a fine-tuned version of [HooshvareLab/bert-base-parsbert-uncased](https://huggingface.co/HooshvareLab/bert-base-parsbert-uncased) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 3.2045 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 64 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 1 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 3.5596 | 1.0 | 515 | 3.2097 | ### Framework versions - Transformers 4.10.0 - Pytorch 1.9.0+cu102 - Datasets 1.11.0 - Tokenizers 0.10.3
{"tags": ["generated_from_trainer"]}
fill-mask
Ashkanmh/bert-base-parsbert-uncased-finetuned
[ "transformers", "pytorch", "tensorboard", "bert", "fill-mask", "generated_from_trainer", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #bert #fill-mask #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us
bert-base-parsbert-uncased-finetuned ==================================== This model is a fine-tuned version of HooshvareLab/bert-base-parsbert-uncased on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 3.2045 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information needed Training and evaluation data ---------------------------- More information needed Training procedure ------------------ ### Training hyperparameters The following hyperparameters were used during training: * learning\_rate: 2e-05 * train\_batch\_size: 64 * eval\_batch\_size: 8 * seed: 42 * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 * lr\_scheduler\_type: linear * num\_epochs: 1 ### Training results ### Framework versions * Transformers 4.10.0 * Pytorch 1.9.0+cu102 * Datasets 1.11.0 * Tokenizers 0.10.3
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 1", "### Training results", "### Framework versions\n\n\n* Transformers 4.10.0\n* Pytorch 1.9.0+cu102\n* Datasets 1.11.0\n* Tokenizers 0.10.3" ]
[ "TAGS\n#transformers #pytorch #tensorboard #bert #fill-mask #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 1", "### Training results", "### Framework versions\n\n\n* Transformers 4.10.0\n* Pytorch 1.9.0+cu102\n* Datasets 1.11.0\n* Tokenizers 0.10.3" ]
[ 47, 98, 4, 34 ]
[ "passage: TAGS\n#transformers #pytorch #tensorboard #bert #fill-mask #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 1### Training results### Framework versions\n\n\n* Transformers 4.10.0\n* Pytorch 1.9.0+cu102\n* Datasets 1.11.0\n* Tokenizers 0.10.3" ]
[ -0.1051318570971489, 0.02749267965555191, -0.0016664782306179404, 0.1169574186205864, 0.1990557760000229, 0.03724491223692894, 0.11885788291692734, 0.09170103073120117, -0.11024725437164307, 0.03654031082987785, 0.1300671249628067, 0.14786748588085175, 0.0016968128038570285, 0.10461753606796265, -0.04151655733585358, -0.2628203332424164, -0.029992595314979553, 0.033769939094781876, -0.10721869766712189, 0.12220785021781921, 0.06992754340171814, -0.15883514285087585, 0.07482963055372238, -0.0036655901931226254, -0.24624031782150269, 0.01835939660668373, 0.0382169708609581, -0.05916063115000725, 0.14804449677467346, 0.0053953626193106174, 0.17663703858852386, -0.0075532421469688416, 0.10788127779960632, -0.14028048515319824, 0.017305003479123116, 0.06570220738649368, 0.010825855657458305, 0.08036340028047562, 0.04531079903244972, 0.0018571194959804416, 0.0988096073269844, -0.10593926906585693, 0.06868931651115417, 0.005451170727610588, -0.13382647931575775, -0.21223631501197815, -0.07001297920942307, -0.014701969921588898, 0.0444059893488884, 0.09933669865131378, -0.004434180911630392, 0.1593955010175705, -0.10470004379749298, 0.09666422009468079, 0.23553186655044556, -0.2684651017189026, -0.09165777266025543, 0.030600521713495255, 0.006758654024451971, 0.0719548687338829, -0.1169324591755867, -0.00691715395078063, 0.05154482275247574, 0.05688321962952614, 0.13050627708435059, -0.029303528368473053, -0.09618330001831055, 0.019272219389677048, -0.14377909898757935, 0.005366318393498659, 0.03211256489157677, 0.01852072961628437, -0.02118714712560177, 0.001195749151520431, -0.07539466768503189, -0.15624581277370453, -0.0515306256711483, -0.028183704242110252, 0.045347023755311966, -0.06722225248813629, -0.12447208911180496, 0.0066619268618524075, -0.09571543335914612, -0.07147251814603806, -0.07911547273397446, 0.1915951669216156, 0.03386056050658226, 0.023330844938755035, -0.04474716633558273, 0.09730331599712372, -0.024691849946975708, -0.14882637560367584, 0.0513799712061882, 0.04033476486802101, -0.03759409487247467, -0.053099777549505234, -0.08145135641098022, -0.10843424499034882, 0.0048717837780714035, 0.08847857266664505, -0.04192567244172096, 0.04683395475149155, 0.04253247752785683, 0.0388287715613842, -0.10457123070955276, 0.19807052612304688, -0.05013241618871689, -0.03289294242858887, 0.004641898442059755, 0.046675048768520355, 0.0022919902112334967, -0.01727442815899849, -0.10419345647096634, 0.009903804399073124, 0.09651990234851837, -0.005872565321624279, -0.06919629126787186, 0.05665799602866173, -0.03523597493767738, -0.0046894908882677555, -0.031889140605926514, -0.0950959101319313, 0.053558751940727234, -0.010599409230053425, -0.08278201520442963, 0.0055032819509506226, 0.02320154756307602, 0.009770303033292294, 0.00010232369822915643, 0.17980177700519562, -0.10304468870162964, 0.04905473440885544, -0.123832106590271, -0.12810133397579193, 0.0015604144427925348, -0.07953450828790665, 0.013878503814339638, -0.09164305776357651, -0.13143958151340485, -0.01087481901049614, 0.06598168611526489, -0.03179468959569931, -0.0183616504073143, -0.0367523618042469, -0.08109667152166367, 0.01359234843403101, -0.006042079534381628, 0.17000460624694824, -0.04794933646917343, 0.11687867343425751, 0.055877577513456345, 0.092210553586483, -0.06629480421543121, 0.046335555613040924, -0.084017813205719, 0.0029508143197745085, -0.23248955607414246, 0.027473250404000282, -0.0503605417907238, 0.060716431587934494, -0.057270925492048264, -0.11644235253334045, -0.0012986018555238843, -0.003987764474004507, 0.1080567017197609, 0.08993245661258698, -0.19180172681808472, -0.09309327602386475, 0.16172310709953308, -0.05671698972582817, -0.078024722635746, 0.12400038540363312, -0.0658673569560051, 0.015279414132237434, 0.0748513787984848, 0.12756554782390594, 0.03416408225893974, -0.11502004414796829, 0.019488945603370667, -0.031108848750591278, 0.055921606719493866, -0.05370860919356346, 0.03896481916308403, 0.013689127750694752, 0.01232543122023344, 0.025086382403969765, -0.016034597530961037, 0.061360348016023636, -0.1257278472185135, -0.08988719433546066, -0.03769956901669502, -0.10869942605495453, 0.0759446993470192, 0.08180530369281769, 0.0925285667181015, -0.1033383458852768, -0.0835038349032402, 0.08380040526390076, 0.046683382242918015, -0.04172921180725098, 0.024993551895022392, -0.06094948947429657, 0.05873929709196091, -0.06500128656625748, -0.02769850566983223, -0.19316253066062927, -0.054902397096157074, -0.0036066705361008644, 0.030410589650273323, 0.034592773765325546, 0.012815707363188267, 0.10066431760787964, 0.08137858659029007, -0.06330347806215286, 0.003901232499629259, -0.04938644543290138, -0.009502616710960865, -0.15562491118907928, -0.2099093496799469, -0.036427292972803116, -0.016784895211458206, 0.09641273319721222, -0.19481118023395538, 0.01871374435722828, -0.06370429694652557, 0.08593568205833435, 0.012648941949009895, -0.018596192821860313, -0.07407824695110321, 0.11144471913576126, -0.010434526018798351, -0.04950767755508423, 0.05647268518805504, -0.021292196586728096, -0.08314930647611618, -0.08399438112974167, -0.10721011459827423, 0.19620384275913239, 0.13774491846561432, -0.15726123750209808, -0.10134921967983246, 0.04588676244020462, -0.061529580503702164, -0.020558692514896393, -0.06443791836500168, 0.04908180609345436, 0.1861037015914917, 0.0020420104265213013, 0.1372535228729248, -0.04902561753988266, -0.031065935268998146, 0.03025936894118786, -0.03192591667175293, 0.04762841388583183, 0.09154137223958969, 0.14977584779262543, -0.03830080106854439, 0.11950943619012833, 0.1473379135131836, -0.1395590752363205, 0.13411448895931244, -0.011989523656666279, -0.08264945447444916, -0.020864732563495636, -0.04874705150723457, 0.01222066581249237, 0.12978200614452362, -0.11943645775318146, -0.017180822789669037, 0.0005110778729431331, 0.0056518856436014175, 0.020486705005168915, -0.23721295595169067, -0.05280592292547226, 0.030956044793128967, -0.011071947403252125, -0.0251344945281744, -0.019970254972577095, 0.02217826247215271, 0.11910998076200485, 0.0005826136330142617, -0.06992153078317642, 0.018259763717651367, 0.004505539778620005, -0.057725854218006134, 0.21372577548027039, -0.0684439092874527, -0.10421282798051834, -0.09754195064306259, -0.08672106266021729, -0.038378968834877014, 0.016198808327317238, 0.03482620045542717, -0.12485304474830627, -0.02294090948998928, -0.02567577175796032, 0.02801963873207569, 0.0199505016207695, 0.07227958738803864, 0.007758464198559523, -0.020555760711431503, 0.07556479424238205, -0.10209915786981583, -0.004679884761571884, -0.07669232040643692, -0.0843392014503479, 0.05700426921248436, 0.08074543625116348, 0.132075235247612, 0.16664950549602509, -0.04545919969677925, 0.00328484526835382, -0.014664625748991966, 0.24382270872592926, -0.07897747308015823, -0.03707844018936157, 0.09869673103094101, -0.0268468726426363, 0.054561253637075424, 0.0943281501531601, 0.08926203846931458, -0.0951765924692154, 0.008507977239787579, 0.04545440152287483, -0.051489122211933136, -0.1897164285182953, -0.030686384066939354, -0.053107358515262604, -0.06436452269554138, 0.08151990920305252, 0.015250579454004765, 0.027429763227701187, 0.06567788869142532, 0.06440267711877823, 0.09969928860664368, -0.0803166925907135, 0.03539086878299713, 0.06177455931901932, 0.050617288798093796, 0.13080516457557678, -0.02915791980922222, -0.09824405610561371, 0.013436825014650822, -0.049201108515262604, 0.22577206790447235, -0.0012985424837097526, 0.07081019133329391, 0.0476464107632637, 0.18827857077121735, 0.0009943717159330845, 0.09473311901092529, 0.008059632033109665, -0.07545951008796692, 0.0034267399460077286, -0.04551184922456741, -0.03147367388010025, 0.01025133766233921, -0.024309122934937477, 0.06664896756410599, -0.11694221198558807, -0.0004899419727735221, 0.047129955142736435, 0.23230545222759247, 0.02767070010304451, -0.32663998007774353, -0.07676567137241364, -0.012852009385824203, -0.019183479249477386, -0.005890842992812395, -0.0042180875316262245, 0.12215211987495422, -0.08235945552587509, 0.02752935141324997, -0.07266365736722946, 0.08744888007640839, 0.003644544631242752, 0.04826221615076065, 0.06541372090578079, 0.1370692104101181, -0.008699779398739338, 0.04676029458642006, -0.30429404973983765, 0.2898173928260803, 0.008275230415165424, 0.09870734065771103, -0.08093106746673584, -0.008940724655985832, 0.04170118272304535, 0.029616625979542732, 0.036359477788209915, -0.018394088372588158, -0.008685181848704815, -0.2161494493484497, -0.036620236933231354, 0.04104237258434296, 0.12933923304080963, -0.003988985437899828, 0.10696960985660553, -0.005601666867733002, -0.008463870733976364, 0.08401140570640564, 0.005659338552504778, -0.06889346241950989, -0.06724727898836136, -0.02553597092628479, 0.014564181677997112, -0.09281749278306961, -0.05664502829313278, -0.13206566870212555, -0.1341688483953476, 0.14066435396671295, 0.026717085391283035, -0.0019060384947806597, -0.1251419484615326, 0.12486922740936279, 0.08949827402830124, -0.08159438520669937, 0.04503118246793747, 0.017112327739596367, 0.05530841276049614, 0.025182455778121948, -0.0657568946480751, 0.11680088192224503, -0.06563673168420792, -0.14888115227222443, -0.07944867014884949, 0.07518410682678223, 0.05298001691699028, 0.07711779326200485, -0.025513077154755592, 0.029575731605291367, -0.01576876826584339, -0.08292151987552643, 0.050472941249608994, -0.03852926194667816, 0.04612802714109421, 0.031079238280653954, -0.04412943497300148, -0.0007601583492942154, -0.04771370068192482, 0.0010940588545054197, 0.1701771467924118, 0.24154283106327057, -0.09548719227313995, -0.012883649207651615, 0.0322725772857666, -0.05173919349908829, -0.2063560038805008, 0.095588818192482, 0.0840013176202774, 0.019511576741933823, 0.05256988853216171, -0.1641089916229248, 0.1633131355047226, 0.09694995731115341, 0.00020016929192934185, 0.13722722232341766, -0.30982720851898193, -0.13636444509029388, 0.10372607409954071, 0.17288264632225037, 0.1601046472787857, -0.14357997477054596, -0.007118758745491505, -0.02827591449022293, -0.10114409029483795, 0.07823791354894638, -0.08960599452257156, 0.12107915431261063, -0.016909388825297356, 0.10669663548469543, 0.007466546725481749, -0.07396111637353897, 0.09923384338617325, 0.0015172961866483092, 0.10434109717607498, -0.06100395694375038, -0.04922298714518547, 0.050779130309820175, -0.021963506937026978, -0.030422229319810867, -0.03075265698134899, 0.008223025128245354, -0.033769700676202774, -0.011370766907930374, -0.09483278542757034, 0.04715098813176155, -0.029324322938919067, -0.0616445392370224, -0.018282826989889145, 0.02146011032164097, 0.03684390336275101, -0.024168571457266808, 0.09664924442768097, 0.013878289610147476, 0.18626590073108673, 0.05927015841007233, 0.050877586007118225, -0.07163197547197342, -0.05424933508038521, 0.015322498045861721, -0.009549452923238277, 0.07120168209075928, -0.11102654784917831, 0.01375836692750454, 0.14694254100322723, 0.03769499436020851, 0.10942824184894562, 0.09766330569982529, -0.022828932851552963, 0.024171387776732445, 0.08047638088464737, -0.16348125040531158, -0.06520354002714157, 0.014130749739706516, -0.0876276046037674, -0.11174460500478745, 0.049647971987724304, 0.07767964899539948, -0.07430216670036316, 0.00015035649994388223, -0.01807549223303795, -0.020429478958249092, -0.07986348122358322, 0.22890521585941315, 0.07187008112668991, 0.04269063100218773, -0.10062538087368011, 0.03857126086950302, 0.04603150486946106, -0.08693963289260864, -0.0013738288544118404, 0.08599879592657089, -0.06053519994020462, -0.00849951896816492, 0.11788966506719589, 0.21338383853435516, -0.04970550537109375, -0.010615470819175243, -0.15194065868854523, -0.10349451005458832, 0.06400654464960098, 0.2072938233613968, 0.09764023125171661, -0.014097603969275951, -0.06040601059794426, 0.047759659588336945, -0.14267514646053314, 0.06596498936414719, 0.04845596104860306, 0.08238168060779572, -0.1181313768029213, 0.21038499474525452, 0.004345993977040052, 0.04819371923804283, -0.03648842126131058, 0.03961816430091858, -0.11501675099134445, 0.02203121967613697, -0.12351621687412262, -0.059968944638967514, -0.001668814686127007, -0.021698297932744026, -0.002926390152424574, -0.07648840546607971, -0.06897435337305069, 0.0009308137814514339, -0.12741360068321228, -0.02900760807096958, 0.04774846136569977, 0.005686086602509022, -0.12362413108348846, -0.03636104241013527, 0.027784723788499832, -0.05404864624142647, 0.04176822304725647, 0.06394480913877487, 0.019690027460455894, 0.07881627231836319, -0.17644467949867249, -0.03186678886413574, 0.06004761531949043, -0.0018934428226202726, 0.10326585173606873, -0.03223608061671257, -0.010590941645205021, -0.017850706353783607, 0.1137876883149147, 0.019667239859700203, 0.0810985267162323, -0.13524329662322998, 0.01333707943558693, -0.03028263710439205, -0.10506478697061539, -0.056397005915641785, 0.014035477302968502, 0.07626641541719437, 0.009344286285340786, 0.1761355847120285, -0.09903901815414429, 0.06952835619449615, -0.21826615929603577, -0.00989474169909954, -0.016180802136659622, -0.09288711845874786, -0.09881775081157684, -0.05330076441168785, 0.08799649775028229, -0.05444157496094704, 0.11258716136217117, 0.031727612018585205, 0.07616853713989258, 0.02999989502131939, -0.02889987640082836, -0.005810013972222805, 0.025821497663855553, 0.19948357343673706, 0.053377483040094376, -0.048686712980270386, 0.06386901438236237, 0.08356839418411255, 0.10886164754629135, 0.11811687052249908, 0.2454887181520462, 0.13923105597496033, 0.005618520546704531, 0.09898865222930908, 0.03378291800618172, -0.05596674978733063, -0.15177035331726074, 0.008634386584162712, -0.07908324897289276, 0.08797533065080643, -0.026577705517411232, 0.18668629229068756, 0.05231057107448578, -0.1542263925075531, 0.04667811468243599, -0.061509694904088974, -0.10065647959709167, -0.10864564776420593, 0.00519692525267601, -0.08203142881393433, -0.13004383444786072, 0.020571930333971977, -0.09573142230510712, 0.024452758952975273, 0.11767132580280304, 0.011640123091638088, -0.013518689200282097, 0.22381779551506042, 0.033098917454481125, 0.057390835136175156, 0.05332120880484581, 0.015739113092422485, -0.012046216055750847, -0.07203078269958496, -0.06677490472793579, -0.04082070291042328, -0.00981792900711298, 0.0354616679251194, -0.07474496215581894, -0.10424786806106567, 0.04840736463665962, 0.0004444575752131641, -0.11441714316606522, 0.02457260526716709, 0.016215644776821136, 0.07617629319429398, 0.026541072875261307, -0.00017550161282997578, 0.0297795832157135, -0.04047398269176483, 0.19799800217151642, -0.09453784674406052, -0.08882613480091095, -0.095638707280159, 0.2785639464855194, 0.03551271930336952, -0.0007535446202382445, 0.00848591048270464, -0.06546325236558914, -0.004900167230516672, 0.24151605367660522, 0.21028664708137512, -0.12778612971305847, -0.0015939841978251934, 0.006956840865314007, -0.014476645737886429, -0.05083290487527847, 0.13744425773620605, 0.12407542020082474, 0.07077279686927795, -0.10753516107797623, -0.05014706030488014, -0.062232084572315216, -0.016712218523025513, -0.04575278237462044, 0.031214265152812004, 0.06243792921304703, 0.023130323737859726, -0.05872398614883423, 0.06129254400730133, -0.0658823549747467, -0.13031743466854095, 0.09536928683519363, -0.2224964052438736, -0.1708885133266449, -0.009459860622882843, 0.11958970874547958, -0.002255074679851532, 0.0831717997789383, -0.02704392746090889, -0.0025491537526249886, 0.0516880564391613, -0.02448994107544422, -0.059516824781894684, -0.09896180778741837, 0.10219809412956238, -0.11247048527002335, 0.19806832075119019, -0.046423088759183884, 0.07264401763677597, 0.12306355684995651, 0.0782323032617569, -0.04357532784342766, 0.05153891444206238, 0.04239660128951073, -0.13069331645965576, 0.0044114175252616405, 0.1346409022808075, -0.040002256631851196, 0.03311216086149216, 0.03807562589645386, -0.137285515666008, 0.03883567079901695, -0.09241453558206558, -0.0410449244081974, -0.03483237326145172, -0.04758386313915253, -0.05769237130880356, 0.1134413629770279, 0.23925994336605072, -0.003504200140014291, 0.03249942511320114, -0.08152174949645996, 0.006047913338989019, 0.059700969606637955, 0.06016775220632553, -0.11739188432693481, -0.25714564323425293, 0.017080439254641533, 0.05652278661727905, -0.04420918598771095, -0.2364180088043213, -0.0943375676870346, 0.010966464877128601, -0.07611234486103058, -0.08097986876964569, 0.0720033347606659, 0.07533807307481766, 0.06350334733724594, -0.04694650322198868, -0.12150300294160843, -0.06832335889339447, 0.15960544347763062, -0.1651746928691864, -0.09062852710485458 ]
null
null
transformers
A discord chatbot trained on the whole LiS script to simulate character speech
{"tags": ["conversational"]}
text-generation
Aspect11/DialoGPT-Medium-LiSBot
[ "transformers", "pytorch", "safetensors", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #safetensors #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
A discord chatbot trained on the whole LiS script to simulate character speech
[]
[ "TAGS\n#transformers #pytorch #safetensors #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 56 ]
[ "passage: TAGS\n#transformers #pytorch #safetensors #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.028994612395763397, 0.03717942163348198, -0.007205516565591097, 0.004361928440630436, 0.14950066804885864, -0.013941794633865356, 0.11986828595399857, 0.1182805597782135, -0.03048190474510193, -0.010174466297030449, 0.14877668023109436, 0.1851094663143158, -0.013957205228507519, 0.09307502955198288, -0.09557180106639862, -0.2245006561279297, 0.08883897960186005, 0.027438592165708542, 0.035971157252788544, 0.1274057924747467, 0.08356550335884094, -0.06823034584522247, 0.06669498234987259, -0.03636123612523079, -0.12532266974449158, 0.0028578240890055895, 0.05958588048815727, -0.1302003562450409, 0.12235744297504425, 0.03003060445189476, 0.10374733805656433, 0.043939314782619476, -0.07261740416288376, -0.15499833226203918, 0.03386516869068146, 0.03463131934404373, -0.06291534006595612, 0.046142611652612686, 0.07618991285562515, -0.093361496925354, 0.06937185674905777, 0.06204131990671158, -0.012534034438431263, 0.05895763263106346, -0.15713968873023987, -0.04276531934738159, -0.014816577546298504, 0.013026992790400982, 0.07869639992713928, 0.10855725407600403, -0.03201347962021828, 0.14759007096290588, -0.0851001888513565, 0.12150996178388596, 0.1239863857626915, -0.32539400458335876, -0.0010325099574401975, 0.07500352710485458, 0.042798060923814774, 0.0700213834643364, -0.04765492305159569, 0.051571447402238846, 0.031836334615945816, 0.004194476641714573, 0.014558027498424053, -0.05954115092754364, -0.12596048414707184, 0.018643176183104515, -0.09720765799283981, -0.06140025332570076, 0.20382985472679138, -0.0590277723968029, 0.051872193813323975, -0.07813733071088791, -0.12088852375745773, -0.029457518830895424, -0.018522758036851883, -0.0014233867404982448, -0.07191982120275497, 0.0697530135512352, 0.008914402686059475, -0.048782069236040115, -0.14170318841934204, -0.03263361006975174, -0.16206398606300354, 0.18776893615722656, 0.03174376115202904, 0.04489494860172272, -0.19151368737220764, 0.09325390309095383, 0.040709663182497025, -0.10056023299694061, 0.030602479353547096, -0.10420837253332138, 0.0518723800778389, 0.013859134167432785, -0.03356955200433731, -0.07820286601781845, 0.12177305668592453, 0.10705813020467758, -0.08302552998065948, 0.029910054057836533, -0.0518684946000576, 0.07312697917222977, 0.02555178292095661, 0.06321559846401215, 0.0005397886270657182, 0.009785126894712448, 0.06927945464849472, -0.08632822334766388, 0.029176287353038788, -0.06690286844968796, -0.12896926701068878, -0.0064486730843782425, 0.09108948707580566, 0.11376697570085526, 0.012237145565450191, 0.12357603758573532, -0.043104153126478195, 0.01189747080206871, 0.06860891729593277, -0.06891996413469315, -0.022417569532990456, 0.03244988992810249, 0.03606780990958214, 0.06666674464941025, -0.006634891033172607, 0.02604227140545845, -0.13079532980918884, 0.04091726988554001, -0.0643448606133461, -0.01847873069345951, -0.02537871152162552, -0.054979365319013596, 0.021013228222727776, -0.05385638400912285, 0.0016376969870179892, -0.17925472557544708, -0.15229609608650208, 0.01025520171970129, -0.02450299635529518, -0.01414579525589943, -0.04215415567159653, -0.05549995228648186, -0.038427844643592834, 0.025479240342974663, -0.07407741248607635, -0.0541660450398922, -0.06597121059894562, 0.11745881289243698, -0.03170236200094223, 0.0638091042637825, -0.09621044993400574, 0.055343348532915115, -0.1376529037952423, -0.010226898826658726, -0.07068921625614166, 0.06311444938182831, -0.015582656487822533, 0.11676833033561707, 0.0014907608274370432, -0.023834871128201485, -0.0757647231221199, 0.05509824678301811, -0.025720594450831413, 0.22712132334709167, -0.06154930591583252, -0.09178899973630905, 0.31081268191337585, -0.11809492111206055, -0.15338093042373657, 0.13023294508457184, 0.011604922823607922, 0.019147438928484917, 0.12250597029924393, 0.20399682223796844, 0.008194107562303543, -0.010573046281933784, 0.0578976534307003, 0.09868865460157394, -0.12109559029340744, -0.03384355455636978, 0.0019291907083243132, -0.027920013293623924, -0.13384109735488892, 0.045637402683496475, 0.08118539303541183, 0.06196809560060501, -0.05529056116938591, -0.03310706093907356, -0.032375507056713104, -0.007541123311966658, 0.09128022193908691, 0.0010877466993406415, 0.08752452582120895, -0.08452648669481277, -0.04017898812890053, -0.05404124781489372, -0.005262788850814104, -0.04702545702457428, 0.018141234293580055, -0.06270471960306168, 0.11833393573760986, -0.0026014288887381554, 0.06254255026578903, -0.14835688471794128, -0.11584768444299698, -0.009780634194612503, 0.12789341807365417, -0.01780831813812256, 0.04813294857740402, 0.06763497740030289, 0.00098732253536582, -0.0011714716674759984, -0.03454669937491417, 0.17249971628189087, -0.012706821784377098, -0.05934740975499153, -0.06328863650560379, 0.09847947955131531, -0.06798075139522552, 0.05744375288486481, -0.07993299514055252, 0.025816364213824272, 0.06514972448348999, 0.09963318705558777, 0.008724996820092201, 0.028547506779432297, -0.0013018660247325897, 0.004906942136585712, -0.05867992341518402, -0.00611899746581912, 0.10396798700094223, 0.011229002848267555, -0.0740957260131836, 0.20066019892692566, -0.21398082375526428, 0.24392159283161163, 0.19056081771850586, -0.24192918837070465, 0.00981980562210083, -0.09797576069831848, -0.035239703953266144, 0.0204030629247427, 0.04077638313174248, -0.043731484562158585, 0.11199628561735153, -0.00907069444656372, 0.18191012740135193, -0.0733426883816719, -0.04988950863480568, -0.0024024536833167076, -0.06362885236740112, -0.006515666376799345, 0.08168808370828629, 0.0420350655913353, -0.14488229155540466, 0.19209423661231995, 0.1648620218038559, 0.03738253936171532, 0.18765953183174133, -0.007599308155477047, -0.0005212257383391261, 0.08825082331895828, 0.056330155581235886, -0.0332566499710083, -0.0683663859963417, -0.20980527997016907, -0.015365404076874256, 0.0680062547326088, 0.0452900193631649, 0.10409069806337357, -0.1285317838191986, -0.0476088747382164, -0.02153710089623928, -0.03222563490271568, 0.021310606971383095, 0.07516232877969742, 0.04943285137414932, 0.1463354378938675, -0.03315149247646332, -0.029199428856372833, 0.10530391335487366, 0.0018139067105948925, -0.10505969077348709, 0.21006526052951813, -0.12959107756614685, -0.38478371500968933, -0.12295942008495331, -0.12465260177850723, -0.05466725677251816, 0.05989878252148628, 0.11986995488405228, -0.12428545951843262, -0.026873940601944923, -0.027530189603567123, 0.06363729387521744, -0.03752683103084564, 0.01928102970123291, -0.062066853046417236, 0.0373716838657856, -0.06338763982057571, -0.10153484344482422, -0.04917367920279503, -0.029283059760928154, -0.10798602551221848, 0.16745351254940033, -0.07413849234580994, 0.05456981807947159, 0.18967147171497345, 0.024961886927485466, 0.03510000556707382, -0.053832922130823135, 0.1711120754480362, -0.08332394063472748, -0.019603034481406212, 0.19940707087516785, -0.057942941784858704, 0.08007334917783737, 0.12594826519489288, -0.015241099521517754, -0.0892653539776802, 0.050643131136894226, -0.033212289214134216, -0.08026967942714691, -0.23528216779232025, -0.13507108390331268, -0.08512603491544724, 0.11327257007360458, 0.018413247540593147, 0.06799782812595367, 0.1529865264892578, 0.07597990334033966, -0.0492875799536705, -0.044824402779340744, 0.0672951489686966, 0.07731044292449951, 0.1831343173980713, -0.048216793686151505, 0.14399567246437073, -0.04114715754985809, -0.15805895626544952, 0.07400382310152054, 0.04073971137404442, 0.10478080809116364, 0.037516117095947266, 0.039527639746665955, 0.02364072948694229, 0.09820537269115448, 0.13571609556674957, 0.11845608055591583, 0.007558451034128666, -0.039035581052303314, -0.016731536015868187, -0.03634432330727577, -0.0670543760061264, 0.011746753938496113, -0.010773980990052223, -0.12803319096565247, -0.06190115585923195, -0.06618185341358185, 0.11947073042392731, 0.082245372235775, 0.054481759667396545, -0.21059565246105194, -0.009993447922170162, 0.09027878940105438, -0.019997427240014076, -0.12006835639476776, 0.10920628160238266, 0.04952099546790123, -0.12109538167715073, 0.03819160908460617, -0.04868942126631737, 0.09576742351055145, -0.06145532801747322, 0.0944039523601532, -0.09457848221063614, -0.06062381714582443, 0.002222648821771145, 0.11850869655609131, -0.2925296127796173, 0.2048967033624649, -0.00892670638859272, -0.025700481608510017, -0.1052609458565712, -0.000636346114333719, 0.002383036306127906, 0.0990152508020401, 0.13844019174575806, -0.013388436287641525, -0.018852530047297478, -0.07502689957618713, -0.04686504229903221, 0.043244775384664536, 0.12532752752304077, -0.015467319637537003, -0.00834830105304718, -0.04835360869765282, -0.0023646291811019182, -0.018859002739191055, -0.09980562329292297, -0.006937874481081963, -0.16253407299518585, 0.06168588250875473, 0.0530114583671093, 0.10794179141521454, -0.013860982842743397, -0.00854520220309496, -0.11860840767621994, 0.22573307156562805, -0.07790760695934296, -0.10792146623134613, -0.09785399585962296, -0.06658799201250076, 0.020297683775424957, -0.06326670944690704, 0.04842204228043556, -0.07062158733606339, 0.04524936527013779, -0.06655782461166382, -0.18382880091667175, 0.11711519211530685, -0.10763727873563766, -0.07890895754098892, -0.021923266351222992, 0.22087989747524261, -0.049244802445173264, -0.01755031757056713, 0.03608519211411476, 0.016882948577404022, -0.09164203703403473, -0.10763014107942581, 0.019699513912200928, -0.017170218750834465, 0.06290043145418167, 0.04854103550314903, -0.05951589718461037, -0.09417112171649933, -0.04073793813586235, -0.006547942757606506, 0.32037001848220825, 0.19119004905223846, -0.04242495819926262, 0.1651287078857422, 0.16958652436733246, -0.05205022543668747, -0.3448276221752167, -0.10939286649227142, -0.12942685186862946, -0.06017755717039108, -0.0542730912566185, -0.13424967229366302, 0.07734859734773636, 0.03176725283265114, -0.02984931506216526, 0.11289031058549881, -0.2495477944612503, -0.0830443948507309, 0.1708361953496933, 0.02978249453008175, 0.36560356616973877, -0.15687896311283112, -0.10042843967676163, -0.04485407844185829, -0.11313583701848984, 0.1638716757297516, -0.10624252259731293, 0.08359898626804352, 0.0005173089448362589, 0.07685405761003494, 0.05813150852918625, -0.05476165935397148, 0.08167819678783417, -0.027241511270403862, 0.009587266482412815, -0.11564526706933975, -0.02990633435547352, 0.03377249091863632, 0.011620084755122662, 0.03751041740179062, -0.062149230390787125, 0.04695598781108856, -0.06142954155802727, -0.0440547950565815, -0.08005185425281525, 0.05958639085292816, 0.029754646122455597, -0.06617877632379532, 0.0050559998489916325, -0.065475232899189, -0.00020704269991256297, 0.016612045466899872, 0.2049017995595932, -0.06282583624124527, 0.19598184525966644, 0.12754030525684357, 0.13884544372558594, -0.14263051748275757, 0.04750414565205574, -0.05133480206131935, -0.06960497051477432, 0.0812823697924614, -0.06672589480876923, 0.06808197498321533, 0.09437867254018784, -0.03965180739760399, 0.0742703527212143, 0.10401890426874161, 0.014220776036381721, -0.0025037124287337065, 0.12674778699874878, -0.2911945581436157, -0.06027824059128761, -0.05841008946299553, 0.0267078448086977, 0.0765918642282486, 0.12912607192993164, 0.18127864599227905, 0.01996750570833683, -0.03108501434326172, -0.018294807523489, 0.03991484269499779, -0.027562161907553673, 0.06695644557476044, 0.004677923396229744, 0.029333269223570824, -0.1450662910938263, 0.08025793731212616, 0.00001413424797647167, -0.1466224044561386, 0.024967879056930542, 0.14475053548812866, -0.13803942501544952, -0.13489209115505219, -0.04678435996174812, 0.09309624135494232, -0.05887448415160179, -0.04888263717293739, -0.04676072299480438, -0.15312238037586212, 0.055112265050411224, 0.14994119107723236, 0.052975382655858994, 0.10418030619621277, -0.017471758648753166, -0.017556704580783844, -0.048256851732730865, 0.017785103991627693, -0.0009936511050909758, 0.0022541533689945936, -0.09053029865026474, 0.0744970515370369, -0.01958519034087658, 0.10916736721992493, -0.09695246815681458, -0.06790593266487122, -0.17211103439331055, 0.03275161236524582, -0.09633186459541321, -0.05772961676120758, -0.09038986265659332, -0.03978794440627098, -0.010782967321574688, -0.014750530011951923, -0.025427671149373055, -0.043428484350442886, -0.09523502737283707, 0.04417814314365387, -0.03300096467137337, 0.007264059968292713, -0.10051228106021881, 0.00016086101823020726, 0.07025935500860214, -0.03757777437567711, 0.16884271800518036, 0.13381977379322052, -0.10865480452775955, 0.1102571040391922, -0.21270614862442017, -0.07441695034503937, 0.12528401613235474, -0.006233865395188332, 0.015086804516613483, 0.07555849105119705, 0.017773650586605072, 0.09126552194356918, 0.00828908197581768, 0.05829174071550369, 0.03726828843355179, -0.11326239258050919, 0.07704365253448486, -0.01599319651722908, -0.1294003278017044, -0.04773728922009468, -0.0730040892958641, 0.02420450933277607, -0.010505115613341331, 0.12641505897045135, -0.07865285873413086, 0.0906529352068901, -0.06671575456857681, 0.024498600512742996, 0.026367289945483208, -0.1884288191795349, -0.08302449434995651, -0.04471737518906593, 0.044647034257650375, 0.006506338249891996, 0.23851554095745087, 0.0235122200101614, -0.010749533772468567, 0.034232404083013535, 0.05822164937853813, 0.059870053082704544, 0.025883706286549568, 0.19520971179008484, 0.08231765776872635, -0.072471983730793, -0.11401300132274628, 0.03745274990797043, 0.01811346225440502, -0.060790419578552246, 0.12814179062843323, 0.036005791276693344, -0.027478119358420372, 0.07087187469005585, -0.01174217090010643, 0.015425745397806168, -0.0816754475235939, -0.14454202353954315, -0.05953683704137802, 0.03253600746393204, -0.02498267963528633, 0.1120469719171524, 0.1812705099582672, -0.0013609747402369976, 0.015817290171980858, -0.03041967749595642, -0.05926791578531265, -0.1756991595029831, -0.14313766360282898, -0.08775309473276138, -0.12457139790058136, 0.014500590041279793, -0.12164600193500519, 0.025044914335012436, 0.053533174097537994, 0.06415745615959167, -0.06100451946258545, 0.14366786181926727, 0.07371728122234344, -0.08218565583229065, 0.058793265372514725, -0.02419847622513771, 0.07684588432312012, 0.01638939045369625, -0.03992878273129463, -0.07652272284030914, 0.011380000039935112, 0.005251304712146521, 0.062121931463479996, -0.03596027195453644, 0.03569943830370903, -0.1459643691778183, -0.08668382465839386, -0.03907736763358116, 0.0812806636095047, -0.044997770339250565, 0.13921087980270386, 0.018269622698426247, -0.027931133285164833, 0.05132003873586655, 0.2326163798570633, -0.06087464466691017, -0.09179307520389557, -0.04085228219628334, 0.22599206864833832, 0.022856563329696655, 0.12190650403499603, -0.009267003275454044, -0.016304370015859604, -0.05399281904101372, 0.34328603744506836, 0.2938794195652008, -0.07042541354894638, 0.038264770060777664, -0.023749660700559616, 0.036720097064971924, 0.09899816662073135, 0.12958809733390808, 0.11624071002006531, 0.3169666826725006, -0.06609135121107101, -0.021776242181658745, -0.0068347458727657795, -0.0052537512965500355, -0.11657443642616272, 0.08425644785165787, 0.025790410116314888, -0.043594297021627426, -0.04758237302303314, 0.09097945690155029, -0.22038395702838898, 0.11581593006849289, -0.13331608474254608, -0.15514566004276276, -0.04885316640138626, 0.0155342323705554, 0.13479961454868317, -0.0050827935338020325, 0.08605613559484482, -0.0002486487210262567, -0.09584292024374008, 0.03018942102789879, 0.021486632525920868, -0.18027843534946442, 0.01188130583614111, 0.03497105464339256, -0.05494539812207222, 0.05150381475687027, -0.010404348373413086, 0.059441130608320236, 0.07335782796144485, 0.027757329866290092, -0.03716479241847992, 0.0907382071018219, 0.0018811057088896632, -0.07033063471317291, 0.024655047804117203, 0.03311711549758911, 0.023353727534413338, -0.08417163044214249, 0.06316978484392166, -0.15417876839637756, 0.04319261014461517, -0.0027546107303351164, -0.0546049028635025, -0.015047412365674973, 0.028999146074056625, -0.052553869783878326, 0.04826204851269722, 0.060669150203466415, -0.015072288922965527, 0.01514197327196598, -0.05358981341123581, -0.006741818506270647, -0.03718702495098114, -0.08331039547920227, -0.05798166245222092, -0.1719702184200287, -0.08313801884651184, 0.12965653836727142, 0.002070409944280982, -0.22290737926959991, 0.026626020669937134, -0.10338432341814041, 0.07114361226558685, -0.19193696975708008, 0.06663238257169724, 0.08630798757076263, 0.018926870077848434, -0.002647911896929145, -0.011747708544135094, 0.04613884165883064, 0.10495155304670334, -0.07489542663097382, -0.0890762060880661 ]
null
null
transformers
# RinTohsaka bot
{"tags": ["conversational"]}
text-generation
Asuramaru/DialoGPT-small-rintohsaka
[ "transformers", "pytorch", "safetensors", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #safetensors #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# RinTohsaka bot
[ "# RinTohsaka bot" ]
[ "TAGS\n#transformers #pytorch #safetensors #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# RinTohsaka bot" ]
[ 56, 6 ]
[ "passage: TAGS\n#transformers #pytorch #safetensors #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# RinTohsaka bot" ]
[ -0.0005186268244870007, -0.0315963514149189, -0.0064608259126544, 0.01719084568321705, 0.14199034869670868, -0.014243904501199722, 0.1365937441587448, 0.10981365293264389, 0.014637871645390987, 0.011231489479541779, 0.12535503506660461, 0.1931908279657364, 0.008447866886854172, 0.15687626600265503, -0.08244859427213669, -0.21731387078762054, 0.11484295129776001, 0.015584736131131649, 0.08375567197799683, 0.1262510120868683, 0.08143338561058044, -0.0738547071814537, 0.0788453221321106, -0.032579559832811356, -0.12632237374782562, -0.013434245251119137, 0.044858016073703766, -0.13303296267986298, 0.10784345120191574, 0.01209462620317936, 0.11115976423025131, 0.039385709911584854, -0.039940815418958664, -0.09928884357213974, 0.04528861492872238, 0.01417330652475357, -0.052654385566711426, 0.038920529186725616, 0.027208929881453514, -0.07382278144359589, 0.09399092942476273, 0.06754210591316223, -0.02690229006111622, 0.0694015845656395, -0.13874651491641998, 0.019889619201421738, -0.02616358920931816, 0.04110821709036827, 0.09697973728179932, 0.1211746484041214, -0.03387583792209625, 0.2084464132785797, -0.09177683293819427, 0.12018069624900818, 0.13334766030311584, -0.31945815682411194, -0.027378007769584656, 0.0805792436003685, 0.040417056530714035, 0.06645303964614868, -0.06057296320796013, 0.03487066924571991, 0.04416518285870552, 0.007899862714111805, -0.02865724079310894, -0.05849112197756767, -0.13749346137046814, -0.025757713243365288, -0.07548720389604568, -0.030758770182728767, 0.20485945045948029, -0.05161391943693161, 0.03703013062477112, -0.04854515939950943, -0.11936431378126144, -0.0203589778393507, -0.023149194195866585, 0.004528804216533899, -0.08903194218873978, 0.04601690545678139, 0.006969657260924578, -0.05787310376763344, -0.14472892880439758, -0.012518293224275112, -0.1288992315530777, 0.19490273296833038, 0.05307425931096077, 0.03509526699781418, -0.19280703365802765, 0.068336620926857, 0.09040515124797821, -0.1189223900437355, 0.00033718388294801116, -0.0969465970993042, 0.038671135902404785, 0.005063254851847887, -0.002192549640312791, -0.12113819271326065, 0.13547948002815247, 0.13010723888874054, -0.11038023233413696, 0.03360532969236374, -0.05953986197710037, 0.056125458329916, 0.028748949989676476, 0.03643862530589104, -0.0058526243083179, 0.07041356712579727, 0.08668770641088486, -0.06795340776443481, 0.06473495066165924, -0.06083902344107628, -0.11389525234699249, 0.0033689700067043304, 0.08251184970140457, 0.09885367751121521, 0.015465432778000832, 0.13233697414398193, -0.01780807413160801, 0.0051774741150438786, 0.05194098874926567, -0.07378816604614258, -0.046662233769893646, 0.02454233728349209, 0.008829708211123943, 0.0617431215941906, 0.0018192632123827934, 0.010583610273897648, -0.1302887499332428, 0.04750499501824379, -0.06718779355287552, -0.006668018642812967, -0.020401766523718834, -0.04374401271343231, 0.0363229401409626, -0.07105378806591034, -0.005883846897631884, -0.20952032506465912, -0.1301327347755432, 0.009131887927651405, -0.029932480305433273, -0.02746162936091423, -0.04505128413438797, -0.04790426790714264, -0.031818266957998276, 0.03342043235898018, -0.06089894101023674, -0.07188844680786133, -0.06080474331974983, 0.10651794821023941, -0.040033698081970215, 0.09563992917537689, -0.06354696303606033, 0.035437002778053284, -0.15362492203712463, -0.028242584317922592, -0.09569757431745529, 0.0354732871055603, -0.03527664393186569, 0.17940649390220642, -0.01412215642631054, 0.004934819880872965, -0.08500364422798157, 0.03538787364959717, -0.03445769101381302, 0.25621289014816284, -0.0449468232691288, -0.08200801908969879, 0.3278093636035919, -0.14970077574253082, -0.15136048197746277, 0.1409531533718109, 0.02452225051820278, 0.050272732973098755, 0.12165535986423492, 0.2018601894378662, -0.05675823614001274, -0.041618604212999344, 0.02329978160560131, 0.06177753210067749, -0.1291515976190567, -0.03111211396753788, -0.02517877332866192, 0.015373541042208672, -0.07571510225534439, 0.03899102658033371, 0.1432284712791443, 0.07928219437599182, -0.052405282855033875, -0.03663494437932968, -0.03535541892051697, -0.03506167232990265, 0.05299525707960129, 0.0046686893329024315, 0.10843311995267868, -0.08193828165531158, -0.04762253910303116, -0.12153612822294235, 0.039143696427345276, -0.015132572501897812, 0.020749256014823914, -0.11087515205144882, 0.09519510716199875, 0.04191575199365616, 0.07268639653921127, -0.10816284269094467, -0.10846500843763351, 0.0012005097232758999, 0.0816972404718399, 0.024779992178082466, 0.034578826278448105, 0.06608010083436966, -0.006475071422755718, 0.006187550723552704, -0.035143960267305374, 0.16827329993247986, -0.019123975187540054, -0.04834871366620064, -0.08338296413421631, 0.0916171744465828, -0.06164107099175453, 0.07842107862234116, -0.07771293073892593, 0.02569642663002014, 0.04916113615036011, 0.13563944399356842, 0.016906730830669403, 0.04247404634952545, 0.039147745817899704, -0.004275992978364229, -0.07286431640386581, -0.012354125268757343, 0.07786807417869568, 0.008725905790925026, -0.07511796057224274, 0.2010776549577713, -0.15242663025856018, 0.17345499992370605, 0.18142902851104736, -0.17844414710998535, -0.0069386716932058334, -0.01209529023617506, -0.027825186029076576, 0.009837058372795582, 0.05270010232925415, -0.016781184822320938, 0.051676150411367416, -0.009284798055887222, 0.16408228874206543, -0.05000787228345871, -0.015667110681533813, 0.008603048510849476, -0.09064196050167084, -0.02470454014837742, 0.08915340900421143, 0.059021566063165665, -0.2002338021993637, 0.16861391067504883, 0.10774187743663788, 0.0271583441644907, 0.22891919314861298, -0.005426633171737194, 0.005756429862231016, 0.06387882679700851, 0.065989650785923, -0.014641470275819302, -0.06497272104024887, -0.20567253232002258, -0.02645096741616726, 0.05490073189139366, 0.01672309637069702, 0.08859706670045853, -0.08388388901948929, -0.05646219477057457, -0.04996919631958008, -0.007186037953943014, 0.06721306592226028, 0.1080438643693924, 0.038702186197042465, 0.15197420120239258, -0.04380635544657707, -0.054818786680698395, 0.06952578574419022, 0.011568734422326088, -0.08687257021665573, 0.18802762031555176, -0.11114330589771271, -0.38546961545944214, -0.10614542663097382, -0.1313232183456421, -0.04717790707945824, 0.04478827863931656, 0.11903399229049683, -0.17753498256206512, -0.03198976442217827, -0.018965816125273705, 0.06300193816423416, -0.00028290695627219975, 0.008073175325989723, -0.02747984230518341, 0.0472860224545002, -0.07016225159168243, -0.10259926319122314, -0.04788984730839729, -0.052760928869247437, -0.1442899852991104, 0.21039879322052002, -0.09440771490335464, 0.0593980997800827, 0.16597363352775574, 0.03272070735692978, 0.038520652800798416, -0.029471050947904587, 0.13091890513896942, -0.09005051851272583, 0.025776302441954613, 0.21116141974925995, -0.024753795936703682, 0.060697853565216064, 0.13915380835533142, -0.031125430017709732, -0.0972801074385643, 0.0704914778470993, -0.03740863502025604, -0.08118748664855957, -0.2623896598815918, -0.12722432613372803, -0.08663399517536163, 0.12417250126600266, 0.019604302942752838, 0.06620470434427261, 0.15042224526405334, 0.08129867166280746, -0.06287802010774612, -0.05545617267489433, 0.059836264699697495, 0.07792573422193527, 0.13565129041671753, -0.03523973748087883, 0.14730775356292725, -0.046230025589466095, -0.13297516107559204, 0.07193872332572937, -0.008583411574363708, 0.10865677148103714, 0.0286133773624897, 0.053000546991825104, 0.031056910753250122, 0.1294419914484024, 0.13898906111717224, 0.10845067352056503, 0.018498389050364494, -0.04757094010710716, -0.002329055918380618, -0.03617475926876068, -0.09334966540336609, 0.019432127475738525, -0.04747450351715088, -0.11608536541461945, -0.02465013600885868, 0.008228893391788006, 0.10729170590639114, 0.11745847016572952, 0.0723632276058197, -0.19252081215381622, -0.06358189880847931, 0.07420634478330612, -0.021019866690039635, -0.09348224103450775, 0.09760179370641708, 0.05107665807008743, -0.12576688826084137, 0.04462489113211632, -0.03639000654220581, 0.08683260530233383, -0.06515418738126755, 0.08583635836839676, -0.1289306879043579, -0.05482477694749832, -0.003173015546053648, 0.10010965913534164, -0.28446465730667114, 0.20077919960021973, -0.013185733929276466, 0.009449191391468048, -0.09521187096834183, -0.012623952701687813, 0.016378486528992653, 0.09094878286123276, 0.12803110480308533, -0.004383585881441832, -0.0346926786005497, -0.10095775872468948, -0.07642222940921783, 0.04190528392791748, 0.09595794975757599, 0.012153247371315956, 0.0031286985613405704, -0.03366749733686447, -0.0005283089121803641, -0.04269801452755928, -0.07992809265851974, -0.06054648756980896, -0.13131140172481537, 0.06821537762880325, 0.06510669738054276, 0.0747942253947258, -0.021112797781825066, -0.025671251118183136, -0.03904569521546364, 0.20797434449195862, -0.003939188551157713, -0.10180586576461792, -0.08420775085687637, -0.03669799491763115, 0.003708575153723359, -0.10335267335176468, 0.02424190752208233, -0.09073469042778015, 0.04105515405535698, -0.08777543157339096, -0.16650672256946564, 0.08988592028617859, -0.10189715772867203, -0.08068618178367615, -0.0017204020405188203, 0.18686950206756592, 0.011690654791891575, -0.023868897929787636, 0.04900374263525009, -0.0019578016363084316, -0.06609399616718292, -0.09258996695280075, 0.02215416356921196, -0.012805581092834473, 0.012573051266372204, 0.04614470154047012, -0.07767142355442047, -0.1517190933227539, -0.08655746281147003, -0.039335306733846664, 0.29133573174476624, 0.1825951188802719, -0.014414778910577297, 0.1494353860616684, 0.18767791986465454, -0.02640913985669613, -0.33525583148002625, -0.13934248685836792, -0.13446377217769623, -0.04612267017364502, -0.08660757541656494, -0.14153443276882172, 0.08222737908363342, 0.009242767468094826, -0.03336077556014061, 0.0900750383734703, -0.2308836728334427, -0.09340956807136536, 0.16293686628341675, 0.021948354318737984, 0.3853680491447449, -0.138576939702034, -0.07000768184661865, -0.03783145919442177, -0.13279776275157928, 0.12328401952981949, -0.09133468568325043, 0.09505949914455414, -0.015383735299110413, 0.12385471165180206, 0.04891139641404152, -0.03979944437742233, 0.05022775009274483, -0.021414684131741524, -0.006648413371294737, -0.14721418917179108, -0.03248554468154907, 0.05422189459204674, 0.007661126088351011, 0.05603248253464699, -0.048163946717977524, 0.021633749827742577, -0.07395918667316437, -0.03311498090624809, -0.09330414235591888, 0.08213426917791367, 0.019870588555932045, -0.06592882424592972, -0.01099450048059225, -0.013125498779118061, -0.014885976910591125, 0.04253552854061127, 0.22144633531570435, -0.043817173689603806, 0.2221880853176117, 0.1390690803527832, 0.09392210841178894, -0.1867571473121643, 0.12992794811725616, -0.044350385665893555, -0.06402060389518738, 0.07847866415977478, -0.0678139477968216, 0.04536416754126549, 0.07429426908493042, -0.029738863930106163, 0.06387101858854294, 0.06843405216932297, -0.03932911157608032, 0.026766715571284294, 0.12977582216262817, -0.2691815197467804, -0.08896113932132721, -0.02583913691341877, 0.032415442168712616, 0.09765668213367462, 0.13367338478565216, 0.2082277238368988, -0.008180350996553898, -0.04665407910943031, -0.025436507537961006, 0.050326019525527954, -0.02121838554739952, 0.06904739141464233, -0.007340343203395605, 0.018017638474702835, -0.13471290469169617, 0.07359080761671066, 0.0267404243350029, -0.10983733832836151, 0.034844256937503815, 0.17948441207408905, -0.15453006327152252, -0.1472233533859253, -0.07352162152528763, 0.05471968650817871, -0.03587746620178223, -0.022106321528553963, -0.052454493939876556, -0.13782118260860443, 0.03566332533955574, 0.11351455003023148, 0.039796266704797745, 0.07634684443473816, 0.001542052486911416, -0.022669941186904907, -0.057676587253808975, 0.011993578635156155, 0.04685574397444725, 0.0009526569629088044, -0.08851833641529083, 0.0657731369137764, -0.006832506507635117, 0.11823147535324097, -0.09036412835121155, -0.07823939621448517, -0.1750510036945343, 0.02399103343486786, -0.08083155751228333, -0.05093269795179367, -0.10813870280981064, -0.0543697215616703, -0.030452771112322807, -0.05026333034038544, -0.04822511970996857, -0.027699247002601624, -0.08776994794607162, 0.03925342112779617, -0.03716161847114563, 0.026482105255126953, -0.10106714814901352, 0.002358217490836978, 0.07261034846305847, -0.043285708874464035, 0.16983941197395325, 0.1599109172821045, -0.11282975971698761, 0.12481541931629181, -0.21343810856342316, -0.06270397454500198, 0.11686977744102478, -0.002690529450774193, 0.036880552768707275, 0.07172371447086334, 0.007240712642669678, 0.07815007865428925, 0.0337805300951004, 0.05530362203717232, 0.05627578869462013, -0.10171373188495636, 0.07838865369558334, -0.010036238469183445, -0.1250978708267212, -0.05088074877858162, -0.03973100706934929, 0.04859727621078491, -0.017007187008857727, 0.14000338315963745, -0.08688681572675705, 0.08499143272638321, -0.0695815458893776, 0.026074644178152084, 0.02286391332745552, -0.1786356419324875, -0.0547826923429966, -0.04565029218792915, 0.03314981609582901, -0.014782381244003773, 0.11619249731302261, 0.010381806641817093, -0.05504971370100975, 0.05049082636833191, 0.03729832172393799, -0.018130207434296608, 0.01387937180697918, 0.12365482747554779, 0.07826251536607742, -0.05641326680779457, -0.09592355787754059, -0.013637148775160313, 0.03050205484032631, -0.04509545862674713, 0.13345953822135925, 0.05967121571302414, 0.0001278920390177518, 0.06973506510257721, 0.0025179674848914146, 0.026312263682484627, -0.08884298801422119, -0.11863062530755997, -0.12430249154567719, 0.03710780292749405, -0.0009944799821823835, 0.08514463156461716, 0.23681120574474335, 0.021808922290802002, -0.024231161922216415, -0.06092872843146324, -0.05783792957663536, -0.1563156247138977, -0.18270333111286163, -0.10716384649276733, -0.10332359373569489, 0.03994383662939072, -0.09857644885778427, 0.024882851168513298, 0.045579709112644196, 0.07504665851593018, -0.06766115874052048, 0.15414518117904663, 0.1243557333946228, -0.07166344672441483, 0.07121022045612335, -0.022965047508478165, 0.007311216089874506, 0.038785211741924286, -0.03764686360955238, -0.10081135481595993, 0.0330464243888855, 0.000180659641046077, 0.06998472660779953, -0.033035241067409515, 0.05195343494415283, -0.1442110538482666, -0.09980438649654388, -0.034579742699861526, 0.07694461196660995, -0.03606921806931496, 0.10978972911834717, 0.03139417991042137, -0.02051016129553318, 0.04335278272628784, 0.24795310199260712, -0.026083307340741158, -0.10191144794225693, -0.053202349692583084, 0.18177233636379242, 0.02701699547469616, 0.08545579016208649, -0.031584519892930984, -0.0010655521182343364, -0.06359410285949707, 0.33243027329444885, 0.28762391209602356, -0.04678105190396309, 0.04187265411019325, -0.06648220121860504, 0.045230574905872345, 0.04932118207216263, 0.14461281895637512, 0.12366482615470886, 0.25807127356529236, -0.052456967532634735, 0.03659433126449585, -0.0264226496219635, -0.02571966126561165, -0.14774639904499054, 0.03862323611974716, 0.018404459580779076, -0.021020781248807907, -0.056718990206718445, 0.08237512409687042, -0.22908155620098114, 0.07221532613039017, -0.1232708990573883, -0.16240882873535156, -0.055513132363557816, 0.010495168156921864, 0.12752091884613037, 0.014921010471880436, 0.12255799025297165, -0.019407810643315315, -0.07807362079620361, 0.03042997047305107, 0.019227657467126846, -0.15516240894794464, -0.015740998089313507, 0.05804423615336418, -0.09523627161979675, 0.07999002933502197, -0.015165009535849094, 0.02414669841527939, 0.07981202006340027, 0.009201054461300373, -0.05426283925771713, 0.09521723538637161, 0.0012173636350780725, -0.045000988990068436, 0.01387106254696846, 0.06934211403131485, 0.01054375059902668, -0.0424264520406723, 0.08085225522518158, -0.18696816265583038, 0.021900877356529236, 0.01739552617073059, -0.009628637693822384, -0.01817292720079422, 0.0919966772198677, -0.06044609844684601, 0.05922434851527214, 0.09334175288677216, -0.035422176122665405, 0.004153071902692318, -0.05111140012741089, 0.005057590547949076, -0.042267195880413055, -0.1106971949338913, -0.08187847584486008, -0.20054110884666443, -0.08586601912975311, 0.05089712142944336, 0.03539080545306206, -0.20896004140377045, 0.03399895131587982, -0.15023073554039001, 0.06108032539486885, -0.1941176950931549, 0.10041913390159607, 0.09110096842050552, 0.014143518172204494, 0.01589968055486679, -0.0007968861027620733, 0.04574744775891304, 0.09039206802845001, -0.07096388190984726, -0.09594684839248657 ]
null
null
transformers
GPT-Glacier, a GPT-Neo 125M model finetuned on the Glacier2 Modding Discord server.
{}
text-generation
Atampy26/GPT-Glacier
[ "transformers", "pytorch", "gpt_neo", "text-generation", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt_neo #text-generation #autotrain_compatible #endpoints_compatible #region-us
GPT-Glacier, a GPT-Neo 125M model finetuned on the Glacier2 Modding Discord server.
[]
[ "TAGS\n#transformers #pytorch #gpt_neo #text-generation #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 39 ]
[ "passage: TAGS\n#transformers #pytorch #gpt_neo #text-generation #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ -0.031129082664847374, 0.010089954361319542, -0.005786326713860035, 0.002382909180596471, 0.17449840903282166, 0.03556443750858307, 0.05251007154583931, 0.13062667846679688, -0.03914913907647133, -0.02130643092095852, 0.14617420732975006, 0.1955074667930603, -0.02011914923787117, 0.14744721353054047, -0.035015322268009186, -0.3012809455394745, 0.0668836161494255, 0.0863509401679039, 0.0026083714328706264, 0.12159165740013123, 0.07029002159833908, -0.051336709409952164, 0.08695213496685028, -0.020881932228803635, -0.192106232047081, 0.02526378072798252, 0.02548271045088768, -0.13042253255844116, 0.10609611123800278, 0.06094646453857422, 0.10886907577514648, 0.007111807353794575, -0.08177061378955841, -0.09621547162532806, 0.030766339972615242, 0.018171828240156174, -0.06898625195026398, 0.028535010293126106, 0.09077950567007065, -0.08035074174404144, 0.12096447497606277, 0.0948849618434906, -0.013570641167461872, 0.05053356662392616, -0.1480543166399002, -0.12057223170995712, -0.035545725375413895, 0.013391988351941109, 0.04688593000173569, 0.10570015758275986, -0.01637245900928974, 0.1550234854221344, -0.10759449750185013, 0.1093287467956543, 0.11622975766658783, -0.306506872177124, -0.018959544599056244, 0.07280903309583664, 0.04868428036570549, 0.0499807745218277, 0.00401983130723238, 0.05944172292947769, 0.02354683354496956, 0.027370715513825417, -0.024261586368083954, -0.07338255643844604, -0.10565178841352463, 0.03728616610169411, -0.1027790978550911, -0.03968832269310951, 0.2253064662218094, -0.07986065745353699, 0.07575152069330215, -0.017073331400752068, -0.09419377893209457, -0.04402818903326988, -0.03407347574830055, -0.007864759303629398, -0.08271715044975281, 0.08080948144197464, 0.02461075782775879, -0.08078321069478989, -0.12437527626752853, -0.013455464504659176, -0.21004018187522888, 0.20692363381385803, 0.03766799718141556, 0.04828088358044624, -0.16247053444385529, 0.09595648944377899, -0.016827883198857307, -0.07692684233188629, 0.02813238836824894, -0.1045098751783371, 0.06244322285056114, -0.007837570272386074, -0.07625097781419754, -0.04524878412485123, 0.08287202566862106, 0.11080460250377655, 0.06776498258113861, 0.01699594222009182, -0.018918734043836594, 0.08632151037454605, -0.005265329964458942, 0.08605947345495224, 0.003338998882099986, -0.05905919894576073, 0.06772942841053009, -0.14486974477767944, 0.009365036152303219, -0.06962982565164566, -0.1542762815952301, -0.0463273711502552, 0.04240013659000397, 0.07755520939826965, 0.03401273488998413, 0.08908217400312424, -0.02579878643155098, -0.02021842449903488, 0.08939865231513977, -0.06620746850967407, -0.008752282708883286, -0.04591304808855057, 0.01353310327976942, 0.12984871864318848, -0.011057836003601551, -0.007188257295638323, -0.11584924906492233, 0.08444838225841522, -0.06890571117401123, -0.02308056876063347, -0.051757074892520905, -0.038186486810445786, 0.014841767027974129, -0.08966115117073059, 0.02063010446727276, -0.1768714040517807, -0.19415350258350372, 0.010771522298455238, 0.0029499572701752186, -0.014174412935972214, -0.058061715215444565, -0.025006454437971115, -0.013664478436112404, 0.036239851266145706, -0.07966022938489914, -0.02394472435116768, -0.0678841769695282, 0.10565657913684845, 0.003322645090520382, 0.0745408907532692, -0.14525361359119415, 0.08436290919780731, -0.11614706367254257, -0.05054355040192604, -0.1184040755033493, 0.05523751676082611, -0.02555534988641739, 0.13686202466487885, 0.009256524033844471, -0.03479095175862312, -0.08934856951236725, 0.06801962107419968, -0.05364271625876427, 0.15775740146636963, -0.061896584928035736, -0.14089645445346832, 0.2818533480167389, -0.09847146272659302, -0.13268627226352692, 0.10493571311235428, 0.027656899765133858, 0.012798811309039593, 0.12022672593593597, 0.16587285697460175, 0.085322305560112, 0.02018827758729458, 0.06841620802879333, 0.0738065093755722, -0.13210614025592804, -0.13035961985588074, -0.0025289386976510286, -0.01515515148639679, -0.15185584127902985, 0.07353635132312775, 0.03968385234475136, 0.11489952355623245, -0.04668506234884262, -0.022608604282140732, -0.036566827446222305, -0.015254344791173935, 0.10166749358177185, 0.03607023507356644, 0.12372622638940811, -0.08723437041044235, -0.042704708874225616, -0.04395192861557007, -0.0023180926218628883, 0.013728264719247818, 0.035767048597335815, -0.04259014502167702, 0.13821043074131012, -0.016536327078938484, 0.06375143676996231, -0.17739364504814148, -0.12384787201881409, -0.00739120552316308, 0.11473635584115982, 0.027013573795557022, 0.11876898258924484, 0.048658858984708786, -0.025054646655917168, -0.02290394902229309, -0.0014903926057741046, 0.15048716962337494, -0.014796219766139984, -0.026444941759109497, -0.033720195293426514, 0.100754015147686, -0.05490269139409065, -0.005193965509533882, -0.0354442335665226, 0.00586405536159873, 0.057986557483673096, 0.1109469085931778, -0.018384983763098717, 0.04644210264086723, -0.04118485748767853, 0.05071396008133888, -0.07351252436637878, 0.010727220214903355, 0.09251506626605988, 0.01356500294059515, -0.060675520449876785, 0.19014489650726318, -0.1735045462846756, 0.269416481256485, 0.22719405591487885, -0.26520389318466187, -0.016877876594662666, -0.014247525483369827, -0.006955756805837154, 0.013052054680883884, 0.054400477558374405, -0.0006826766184531152, 0.10323262959718704, -0.016923559829592705, 0.18621520698070526, -0.040173131972551346, -0.034652695059776306, -0.0044190590269863605, -0.04835738241672516, -0.012065422721207142, 0.055628228932619095, 0.10040371865034103, -0.1495267003774643, 0.20926684141159058, 0.16302648186683655, -0.002117529744282365, 0.1995295137166977, 0.027632474899291992, 0.002313166856765747, 0.08617078512907028, -0.01971135474741459, -0.02039228193461895, -0.06690041720867157, -0.16959458589553833, -0.028710581362247467, 0.08211936801671982, 0.029492998495697975, 0.11092962324619293, -0.12686915695667267, -0.05075617879629135, -0.01872740313410759, -0.0040296330116689205, 0.04924027994275093, 0.11936520785093307, 0.046829722821712494, 0.1019718125462532, -0.009881514124572277, -0.0031859742011874914, 0.10591757297515869, 0.039506807923316956, -0.06070554628968239, 0.17075152695178986, -0.15568973124027252, -0.3752075135707855, -0.16381482779979706, -0.17378787696361542, -0.0558621920645237, 0.05926607549190521, 0.11840647459030151, -0.13333021104335785, -0.03998136892914772, 0.04291021078824997, 0.0632622018456459, -0.06947090476751328, 0.032827228307724, -0.07648226618766785, 0.03527563810348511, -0.09670843183994293, -0.06658577173948288, -0.060766030102968216, -0.030608315020799637, -0.07032708823680878, 0.14811205863952637, -0.11825244128704071, 0.08137024194002151, 0.1700449436903, 0.02830468863248825, 0.06969326734542847, -0.03205663710832596, 0.17220844328403473, -0.11065097153186798, -0.016356434673070908, 0.22273781895637512, -0.005430166143923998, 0.07640647143125534, 0.10786274820566177, -0.0039592343382537365, -0.08588084578514099, 0.0345965214073658, -0.04569869861006737, -0.1069793775677681, -0.189424067735672, -0.16665416955947876, -0.13557173311710358, 0.05022421479225159, 0.03792794048786163, 0.06975994259119034, 0.1874701976776123, 0.08890176564455032, -0.028456516563892365, 0.025313949212431908, -0.024169955402612686, 0.08544623851776123, 0.26393330097198486, -0.018320947885513306, 0.15629401803016663, -0.0659184530377388, -0.14257510006427765, 0.1265127956867218, 0.03594663739204407, 0.14925815165042877, 0.0584728866815567, 0.017254691570997238, 0.003530807327479124, 0.09560886770486832, 0.16665785014629364, 0.10127329081296921, 0.03609233349561691, -0.031726475805044174, -0.0124103594571352, -0.0033739707432687283, -0.04486117139458656, 0.03923090547323227, 0.05444679036736488, -0.1715770810842514, -0.0266302190721035, -0.13696376979351044, 0.08060925453901291, 0.04047684744000435, 0.029830513522028923, -0.2580944299697876, 0.015362191013991833, 0.05844176188111305, -0.010978426784276962, -0.12240520864725113, 0.06721215695142746, -0.06021101400256157, -0.14304588735103607, 0.10183826833963394, -0.0416141152381897, 0.10529831051826477, -0.03550513833761215, 0.07203033566474915, -0.024919595569372177, -0.05787020921707153, 0.030922019854187965, 0.11547231674194336, -0.26666778326034546, 0.2089860588312149, -0.013612428680062294, -0.0414728969335556, -0.09180762618780136, 0.004546645563095808, 0.030303779989480972, 0.16590476036071777, 0.0851602628827095, -0.0024248824920505285, -0.06904315203428268, -0.09997926652431488, -0.015113791450858116, 0.02812795341014862, 0.12344718724489212, -0.028040308505296707, -0.018480949103832245, -0.04405156150460243, -0.020888831466436386, -0.0354076623916626, -0.047806646674871445, 0.03180430456995964, -0.1878862977027893, 0.09522426873445511, 0.054683469235897064, 0.07625807076692581, 0.017873404547572136, -0.036659106612205505, -0.09845006465911865, 0.2327526956796646, -0.034977201372385025, -0.09655734151601791, -0.11356431245803833, -0.06649398058652878, 0.06557216495275497, -0.0886421725153923, 0.0773204118013382, -0.09016019850969315, 0.011031057685613632, -0.046682436019182205, -0.21029099822044373, 0.117007777094841, -0.10280606895685196, -0.02321510761976242, -0.03803114965558052, 0.15507180988788605, -0.07687166333198547, -0.0012123265769332647, 0.013466388918459415, 0.025087732821702957, -0.13331559300422668, -0.09960509091615677, -0.00744849257171154, 0.0041800434701144695, 0.05463219806551933, 0.021470757201313972, -0.07020214945077896, -0.009173196740448475, -0.02233494631946087, -0.04275517538189888, 0.2961091697216034, 0.14484967291355133, -0.05178162083029747, 0.15182289481163025, 0.11294306069612503, -0.06398403644561768, -0.32992491126060486, -0.09386253356933594, -0.10609658062458038, -0.0459163673222065, -0.0836896151304245, -0.1884639859199524, 0.1072632297873497, 0.04390168562531471, -0.01844533160328865, 0.1559537798166275, -0.18532617390155792, -0.086736299097538, 0.17083775997161865, -0.023562896996736526, 0.3908919394016266, -0.12736301124095917, -0.09369111806154251, -0.058435916900634766, -0.10556250065565109, 0.12947210669517517, 0.05026144161820412, 0.10463044792413712, -0.03256060183048248, 0.1045200452208519, 0.03485913574695587, -0.04669565334916115, 0.08325749635696411, -0.03270239755511284, -0.022598134353756905, -0.12308771908283234, 0.0034993872977793217, 0.04423809424042702, 0.013685637153685093, 0.0220852792263031, 0.002386674052104354, 0.012299573980271816, -0.09862980991601944, -0.06044474244117737, -0.10862745344638824, 0.06295667588710785, 0.06456346809864044, -0.05966703221201897, -0.012333273887634277, -0.03274334594607353, -0.027769388630986214, -0.0038542263209819794, 0.15354019403457642, -0.04438522085547447, 0.18880651891231537, 0.00796740036457777, 0.06542114168405533, -0.1858902871608734, 0.0074711693450808525, -0.06326393783092499, -0.06561136990785599, 0.07661034166812897, -0.04913490265607834, 0.03994038328528404, 0.1141594722867012, -0.0653548538684845, 0.03230259567499161, 0.1112024188041687, 0.013293834403157234, -0.014053384773433208, 0.15813803672790527, -0.25436875224113464, 0.016909228637814522, -0.08940565586090088, -0.021643739193677902, 0.1153331771492958, 0.07422289997339249, 0.13618126511573792, 0.02551603503525257, -0.055229831486940384, -0.008881678804755211, -0.01802634634077549, -0.029812857508659363, 0.0599924698472023, 0.02903338335454464, 0.007729559671133757, -0.15673024952411652, 0.036573588848114014, 0.023351021111011505, -0.16398018598556519, -0.003059283597394824, 0.15871115028858185, -0.15232044458389282, -0.1256476193666458, -0.006498214788734913, 0.08335095643997192, -0.17237624526023865, -0.041759997606277466, -0.046677522361278534, -0.11503859609365463, 0.09273003786802292, 0.15395088493824005, 0.09272746741771698, 0.07362539321184158, -0.03879985585808754, -0.001011897693388164, -0.04078572988510132, -0.0342881940305233, 0.0038001174107193947, 0.059726864099502563, -0.09658229351043701, 0.060932327061891556, -0.013766593299806118, 0.13911305367946625, -0.09779860079288483, -0.06290259212255478, -0.13887611031532288, 0.034254468977451324, -0.05433883145451546, -0.09179159998893738, -0.10247929394245148, -0.05668949708342552, -0.0010147683788090944, -0.037240855395793915, -0.049630653113126755, -0.0481664203107357, -0.12249751389026642, 0.011968618258833885, -0.03820304945111275, 0.000412924331612885, -0.06759525835514069, 0.0003884316829498857, 0.10107669979333878, -0.01229989156126976, 0.10866524279117584, 0.1292319893836975, -0.06823951005935669, 0.13376788794994354, -0.07051028311252594, -0.1058233380317688, 0.11321138590574265, 0.04307303950190544, 0.056289661675691605, 0.10505025088787079, 0.0393630713224411, 0.08146274089813232, 0.03567902371287346, 0.06723611801862717, 0.02368045598268509, -0.1279667764902115, 0.048201583325862885, -0.03613842651247978, -0.14919014275074005, -0.04065664857625961, -0.03764449059963226, 0.07700496166944504, 0.0269741453230381, 0.11613918095827103, -0.053693871945142746, 0.08729376643896103, -0.031306520104408264, 0.013176069594919682, -0.016736159101128578, -0.21699488162994385, -0.0029739029705524445, -0.059742506593465805, 0.02577371336519718, 0.03793112188577652, 0.2711925208568573, 0.023542040959000587, 0.03225276246666908, 0.028367560356855392, 0.09628448635339737, 0.039575159549713135, -0.007659249007701874, 0.21082724630832672, 0.13333238661289215, -0.05104073882102966, -0.08348605781793594, 0.0970832109451294, 0.022329000756144524, -0.04496956616640091, 0.128034308552742, -0.005076235625892878, 0.006931707728654146, 0.08202848583459854, -0.03333063796162605, 0.015767723321914673, -0.13639573752880096, -0.18092264235019684, -0.04292859882116318, 0.07011877745389938, 0.01279852818697691, 0.08770560473203659, 0.13724498450756073, -0.014948742464184761, 0.04563716799020767, -0.012143542990088463, -0.044513847678899765, -0.1787245124578476, -0.1527620404958725, -0.09623204916715622, -0.16940303146839142, 0.01569877192378044, -0.08730725198984146, 0.02859184332191944, 0.05892246216535568, 0.05718833953142166, -0.0658145397901535, 0.13411875069141388, 0.02754482626914978, -0.10496889054775238, 0.055827364325523376, -0.05057678744196892, 0.04104554280638695, 0.00791406724601984, -0.024804087355732918, -0.14429858326911926, 0.0021959797013550997, -0.014849083498120308, 0.044599104672670364, -0.09073369204998016, 0.03926699236035347, -0.1457255631685257, -0.07800900191068649, -0.0548502579331398, 0.060635995119810104, -0.0316510945558548, 0.08622502535581589, -0.008110527880489826, -0.02730400674045086, 0.04850656911730766, 0.19766031205654144, -0.054137762635946274, -0.0742267444729805, -0.026472067460417747, 0.1661439687013626, 0.07111826539039612, 0.10105226188898087, -0.022376256063580513, 0.023907259106636047, -0.08951849490404129, 0.36407849192619324, 0.2948777973651886, -0.04334401711821556, 0.019950615242123604, 0.04496606066823006, 0.03687956929206848, 0.1122455894947052, 0.15845566987991333, 0.10974565893411636, 0.2776230573654175, -0.06522352993488312, -0.06664638966321945, -0.04289455711841583, -0.002704246900975704, -0.13300712406635284, 0.054363127797842026, 0.05595457926392555, -0.0700044259428978, -0.03975712135434151, 0.10663200914859772, -0.22094812989234924, 0.23190239071846008, -0.06781763583421707, -0.18604502081871033, -0.07858342677354813, 0.008123397827148438, 0.13923221826553345, -0.020355211570858955, 0.08033937960863113, 0.006466401740908623, -0.0903434008359909, 0.027562886476516724, 0.02899870276451111, -0.24679312109947205, -0.056015681475400925, 0.0687813013792038, -0.009281081147491932, 0.021994875743985176, -0.027821291238069534, 0.017353994771838188, 0.06502227485179901, 0.047715190798044205, -0.031931716948747635, 0.06152510643005371, -0.011462797410786152, -0.07180262356996536, 0.041733138263225555, 0.02588403970003128, 0.00871620699763298, -0.12307285517454147, 0.055850423872470856, -0.11888336390256882, 0.051367852836847305, -0.03217913210391998, -0.01615728810429573, 0.0029854844324290752, 0.03753616660833359, -0.0902276486158371, 0.0816858783364296, 0.07655339688062668, 0.007215214427560568, -0.013926667161285877, -0.07056357711553574, -0.0004528927383944392, 0.008693980984389782, -0.01938118040561676, -0.1074824258685112, -0.12153991311788559, -0.13491666316986084, 0.10788989812135696, -0.0023197466507554054, -0.16446331143379211, -0.003280984703451395, -0.11429202556610107, 0.0561283677816391, -0.1808566302061081, 0.09133588522672653, 0.05677841603755951, -0.0020508356392383575, 0.001873051398433745, -0.035686831921339035, 0.03481144830584526, 0.05560597777366638, -0.14782238006591797, -0.09609004855155945 ]
null
null
transformers
# Michael Scott DialoGPT Model
{"tags": ["conversational"]}
text-generation
Atchuth/DialoGPT-small-MichaelBot
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Michael Scott DialoGPT Model
[ "# Michael Scott DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Michael Scott DialoGPT Model" ]
[ 51, 8 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Michael Scott DialoGPT Model" ]
[ -0.05219185724854469, 0.09866782277822495, -0.005691746715456247, 0.014186694286763668, 0.1394561529159546, -0.001829843153245747, 0.16353429853916168, 0.11410007625818253, 0.0003006179176736623, -0.04741425812244415, 0.1353054791688919, 0.15719813108444214, -0.014070987701416016, 0.08814262598752975, -0.06975510716438293, -0.2998508810997009, 0.039975605905056, 0.049550775438547134, 0.0006589151453226805, 0.12373805791139603, 0.09086789190769196, -0.04772906005382538, 0.07793775945901871, 0.010827907361090183, -0.15130233764648438, 0.00034275747020728886, 0.021106015890836716, -0.10742229968309402, 0.11193658411502838, 0.057059239596128464, 0.011923723854124546, 0.05351797118782997, -0.046079181134700775, -0.12970955669879913, 0.037044789642095566, -0.025121131911873817, -0.03236977010965347, 0.04242695868015289, 0.025312280282378197, -0.09374593198299408, 0.12003415822982788, 0.1303921341896057, 0.001079527661204338, 0.04427899792790413, -0.16276776790618896, 0.016268204897642136, -0.0005779521889053285, 0.04450548440217972, 0.08583608269691467, 0.12227486819028854, -0.04295159503817558, 0.12185361236333847, -0.0555940717458725, 0.11034291237592697, 0.06189177185297012, -0.3160879909992218, -0.01910942979156971, 0.10594988614320755, 0.01992202363908291, 0.05502206087112427, -0.029418546706438065, 0.08084716647863388, 0.013392501510679722, 0.0037920791655778885, -0.00698307016864419, -0.07697310298681259, -0.0839802697300911, 0.02420506812632084, -0.09330907464027405, -0.009450321085751057, 0.2700197696685791, -0.02744600921869278, 0.072395920753479, -0.08372221887111664, -0.08785450458526611, -0.022152839228510857, -0.028888678178191185, -0.0352373942732811, -0.07969874143600464, 0.0692928358912468, -0.02994782291352749, -0.0891190692782402, -0.12064703553915024, -0.015572070144116879, -0.1808616667985916, 0.1355033814907074, 0.02015385404229164, 0.04424908012151718, -0.2066064178943634, 0.10033243149518967, -0.0034225129056721926, -0.09585415571928024, 0.025406567379832268, -0.08791401237249374, 0.023702410981059074, 0.006199836265295744, -0.03435196727514267, -0.03682130575180054, 0.052537158131599426, 0.1017875000834465, 0.037624917924404144, 0.010535156354308128, -0.0018888848135247827, 0.03797334060072899, 0.051690686494112015, 0.09864642471075058, -0.012159604579210281, -0.09275422245264053, 0.02472686767578125, -0.07794763147830963, -0.005519283004105091, -0.058316051959991455, -0.18736064434051514, -0.015742581337690353, 0.0638531967997551, 0.044187113642692566, 0.038800206035375595, 0.12312106788158417, -0.010700120590627193, -0.04949404299259186, 0.030500246211886406, -0.011449377983808517, -0.04102412611246109, 0.0034441438037902117, -0.006849803030490875, 0.12526994943618774, 0.026637904345989227, 0.04344993084669113, -0.11248063296079636, 0.028229007497429848, -0.057886455208063126, -0.01740637980401516, -0.009245701134204865, -0.03968518599867821, -0.012927724979817867, -0.013261554762721062, 0.022976692765951157, -0.14569568634033203, -0.1517621874809265, -0.01016512792557478, -0.02071678265929222, -0.03244677186012268, -0.1160486489534378, -0.10807818174362183, -0.01673271879553795, 0.019136225804686546, -0.06594734638929367, -0.02844683639705181, -0.0698276236653328, 0.08516715466976166, -0.018525948747992516, 0.08600673824548721, -0.10450328141450882, 0.08221111446619034, -0.08476737141609192, -0.03818882256746292, -0.09571085125207901, 0.13696692883968353, 0.013556249439716339, 0.0781843289732933, -0.018449140712618828, -0.02062518522143364, -0.0882476195693016, 0.059506144374608994, -0.04792816564440727, 0.2627614736557007, -0.05373995751142502, -0.12228331714868546, 0.25644850730895996, -0.04264277219772339, -0.1323377937078476, 0.12074649333953857, -0.011831019073724747, 0.10573146492242813, 0.1418948471546173, 0.19843782484531403, 0.02438964881002903, -0.015437912195920944, 0.08063486218452454, 0.11468730866909027, -0.07269655913114548, -0.025499138981103897, 0.021268967539072037, -0.013782723806798458, -0.08294597268104553, 0.04756487160921097, 0.0545177198946476, 0.06714420020580292, -0.061176858842372894, -0.018936485052108765, 0.008749358355998993, -0.012960782274603844, 0.07812909036874771, -0.03309756517410278, 0.13732872903347015, -0.023552410304546356, -0.04682721197605133, 0.022938000038266182, 0.0061576031148433685, -0.03251919895410538, 0.029665304347872734, -0.0829462856054306, 0.06871046125888824, -0.03380677103996277, 0.046204015612602234, -0.1479959934949875, -0.06659089773893356, -0.0554286427795887, 0.19006399810314178, 0.0666101947426796, 0.11865320801734924, 0.050943177193403244, -0.050719913095235825, -0.022334067150950432, 0.026607545092701912, 0.1764538288116455, -0.00432533398270607, -0.08827561140060425, -0.0893583744764328, 0.10425122827291489, -0.050604887306690216, 0.14028102159500122, -0.04839342460036278, 0.02007957734167576, 0.0026882649399340153, 0.08945371210575104, -0.01477344986051321, 0.026225006207823753, 0.02395329251885414, -0.023401744663715363, -0.03615526854991913, 0.002531831618398428, 0.09866794943809509, 0.01095353439450264, -0.10495016723871231, 0.21652550995349884, -0.17865079641342163, 0.1712048351764679, 0.1963411271572113, -0.23899659514427185, -0.0015646020183339715, -0.11911866068840027, -0.028263965621590614, 0.001987667288631201, 0.06021636724472046, -0.0393366664648056, 0.22000858187675476, -0.016854142770171165, 0.17416520416736603, -0.02770877256989479, -0.040796905755996704, -0.037516918033361435, -0.03281911462545395, 0.006335647311061621, 0.10647379606962204, 0.11007938534021378, -0.15187709033489227, 0.16408798098564148, 0.11575789749622345, 0.0780109092593193, 0.17331485450267792, 0.034749943763017654, -0.0032106752041727304, 0.05403655767440796, -0.016047578305006027, -0.058072831481695175, -0.054366856813430786, -0.2821202278137207, -0.022700391709804535, 0.06727944314479828, 0.03511533513665199, 0.1157771497964859, -0.09771660715341568, -0.03510351851582527, 0.007726206444203854, -0.004056483972817659, -0.011832889169454575, 0.11260128766298294, 0.024472780525684357, 0.11891433596611023, -0.014555193483829498, -0.049464691430330276, 0.06548446416854858, 0.015799861401319504, -0.0911889299750328, 0.1808817833662033, -0.1293938159942627, -0.31928402185440063, -0.11005263775587082, -0.1739242821931839, -0.06692400574684143, 0.044659167528152466, 0.089129239320755, -0.0986839309334755, -0.012885700911283493, -0.010432631708681583, 0.10299661755561829, -0.1042117103934288, -0.00021655845921486616, -0.024086903780698776, -0.008923182263970375, -0.12579397857189178, -0.09363239258527756, -0.05231120064854622, -0.047037553042173386, -0.056600943207740784, 0.12313047051429749, -0.16023315489292145, 0.016609620302915573, 0.23161454498767853, 0.0652986690402031, 0.057193268090486526, -0.03880190849304199, 0.2495022416114807, -0.10808973759412766, -0.0023339898325502872, 0.18616418540477753, -0.04433102160692215, 0.05136839672923088, 0.11985351145267487, -0.0136415995657444, -0.06612838804721832, 0.02638145536184311, -0.026510832831263542, -0.06462612748146057, -0.20766602456569672, -0.12633801996707916, -0.10652592033147812, 0.09661045670509338, 0.014828304760158062, 0.031906623393297195, 0.13614897429943085, 0.06607432663440704, -0.028223717585206032, -0.021433252841234207, 0.051379118114709854, 0.0797564685344696, 0.2964741587638855, -0.08455753326416016, 0.1417170912027359, -0.013198381289839745, -0.15605655312538147, 0.07814671099185944, 0.044270530343055725, 0.0715622529387474, 0.06255177408456802, 0.05851732939481735, -0.0010256161913275719, 0.04383862763643265, 0.10823048651218414, 0.06493564695119858, 0.03111851029098034, -0.03486765921115875, -0.04263158515095711, -0.04394565895199776, -0.024241000413894653, 0.04993441700935364, 0.07002178579568863, -0.1495700478553772, -0.028503501787781715, -0.01351531594991684, 0.05873153731226921, 0.051203496754169464, 0.10058362036943436, -0.1801169514656067, -0.0331742949783802, 0.06462137401103973, -0.03960053250193596, -0.1126687154173851, 0.08458040654659271, 0.020008135586977005, -0.12716439366340637, 0.05063258856534958, -0.005617031827569008, 0.11739388853311539, -0.07477667927742004, 0.07746375352144241, -0.11893178522586823, -0.09835978597402573, -0.0009378000977449119, 0.09371139109134674, -0.25335580110549927, 0.20636585354804993, -0.0014321436174213886, -0.06408964097499847, -0.09884043782949448, -0.01885804533958435, 0.02359641157090664, 0.13839443027973175, 0.1132744550704956, -0.009273536503314972, 0.030854539945721626, 0.005529241636395454, -0.08657826483249664, 0.026634985581040382, 0.0939711406826973, -0.053410161286592484, -0.007721978239715099, -0.03209467604756355, -0.005074217449873686, -0.00485841603949666, -0.08350344747304916, 0.02240070514380932, -0.18551349639892578, 0.09220478683710098, 0.0513395220041275, 0.0812494307756424, 0.042932961136102676, -0.03902555629611015, -0.08352344483137131, 0.2238694131374359, -0.017721988260746002, -0.10115890949964523, -0.09303940832614899, -0.01734204962849617, 0.04749097675085068, -0.060149773955345154, 0.01021429430693388, -0.04765286669135094, 0.014978951774537563, -0.05359692499041557, -0.18430352210998535, 0.11967626214027405, -0.08449894189834595, -0.035681381821632385, -0.027693649753928185, 0.23086680471897125, -0.024970047175884247, 0.018091564998030663, 0.034332241863012314, 0.0026490986347198486, -0.11853642761707306, -0.09563998878002167, 0.012357753701508045, 0.003760053077712655, -0.0007214160868898034, 0.034301016479730606, -0.016425905749201775, -0.06487460434436798, -0.05784493684768677, -0.01362778339534998, 0.3071885406970978, 0.13983532786369324, -0.04023562744259834, 0.15182597935199738, 0.11129388213157654, -0.059501636773347855, -0.269977331161499, -0.05761236697435379, -0.09105021506547928, -0.04330240562558174, -0.03144540265202522, -0.1561248004436493, 0.1035873144865036, -0.043056048452854156, -0.00868955347687006, 0.1129111498594284, -0.2777594029903412, -0.1097259521484375, 0.17846046388149261, -0.030682211741805077, 0.4436364769935608, -0.09721767902374268, -0.07306288927793503, -0.04873170331120491, -0.2055576592683792, 0.13611987233161926, 0.011453157290816307, 0.1054515689611435, -0.0006767508457414806, 0.18992725014686584, 0.05275087431073189, -0.0010212045162916183, 0.07581665366888046, 0.018801437690854073, -0.06132015958428383, -0.08938997983932495, -0.10635406523942947, 0.005542214959859848, 0.02234536036849022, 0.015152977779507637, -0.0446556881070137, 0.03197968378663063, -0.13170892000198364, -0.0657021701335907, -0.08875783532857895, 0.03514505550265312, 0.02016925998032093, -0.06620988994836807, 0.01154492050409317, -0.040027666836977005, -0.003320010844618082, -0.009548322297632694, 0.10755529999732971, -0.12642329931259155, 0.12724217772483826, 0.07259592413902283, 0.14272688329219818, -0.13762855529785156, -0.02596178464591503, -0.05356896296143532, -0.06463674455881119, 0.06073172017931938, -0.09363619238138199, 0.02392594702541828, 0.1137228012084961, -0.02330799214541912, 0.07304049283266068, 0.09772489964962006, 0.006532188504934311, 0.011307611130177975, 0.08549375832080841, -0.2518516778945923, -0.09829720854759216, -0.08842265605926514, -0.006847918499261141, 0.07912944257259369, 0.10351879149675369, 0.21049904823303223, -0.011108608916401863, -0.028110411018133163, 0.015511404722929, 0.012660179287195206, -0.02552294172346592, 0.0629696473479271, -0.013685106299817562, 0.011273954063653946, -0.142191544175148, 0.04728856310248375, -0.010115091688930988, -0.10728852450847626, 0.0070778122171759605, 0.11895912885665894, -0.11085338890552521, -0.1132420152425766, -0.08729799091815948, 0.11374850571155548, -0.11740808933973312, 0.01583920791745186, -0.04273713007569313, -0.14329342544078827, 0.06087562441825867, 0.12644949555397034, 0.05289270728826523, 0.054770201444625854, -0.09863127022981644, -0.017707131803035736, -0.01886041834950447, 0.008445576764643192, 0.045651089400053024, -0.029413091018795967, -0.04314618930220604, 0.08987950533628464, -0.0398998036980629, 0.12349136173725128, -0.08804872632026672, -0.10643022507429123, -0.13970406353473663, 0.036211591213941574, -0.09100706875324249, -0.1015876904129982, -0.09673352539539337, -0.0404139868915081, -0.015968140214681625, -0.033703241497278214, -0.04924946650862694, -0.04616044834256172, -0.11585718393325806, 0.04197810962796211, -0.035671547055244446, 0.002554558916017413, -0.06397118419408798, 0.03164825960993767, 0.057608336210250854, -0.029087256640195847, 0.16798870265483856, 0.14900587499141693, -0.113084577023983, 0.08678457140922546, -0.10599664598703384, -0.08436369150876999, 0.09296881407499313, 0.015673324465751648, 0.050969187170267105, 0.05570908635854721, 0.0008179193246178329, 0.05604454129934311, 0.06767231225967407, 0.05749130994081497, 0.05125901848077774, -0.0781613439321518, 0.026795929297804832, -0.0353478379547596, -0.10971686244010925, -0.05053088814020157, -0.032386112958192825, 0.0321459099650383, 0.03835080564022064, 0.10419028252363205, -0.05157046392560005, 0.07967690378427505, -0.06761150062084198, 0.04166098311543465, 0.02458209916949272, -0.17817717790603638, -0.011017074808478355, -0.08725284785032272, 0.062094446271657944, 0.010369001887738705, 0.22922518849372864, 0.0010608482407405972, -0.016776392236351967, 0.04306100308895111, 0.09107155352830887, 0.039415836334228516, -0.008862773887813091, 0.17689786851406097, 0.11348211020231247, -0.04523318260908127, -0.08200377225875854, 0.09221187978982925, 0.028359251096844673, 0.0636616051197052, 0.1533689647912979, -0.009847167879343033, -0.029553398489952087, 0.08961945027112961, -0.00820152461528778, 0.04360003024339676, -0.11889488995075226, -0.17109516263008118, -0.035233404487371445, 0.07828069478273392, -0.054776258766651154, 0.125512033700943, 0.12796565890312195, -0.02143034152686596, 0.02544325962662697, -0.02652924321591854, -0.06300850212574005, -0.18642783164978027, -0.15833324193954468, -0.07247349619865417, -0.1361551433801651, 0.003649224527180195, -0.12954506278038025, 0.034160468727350235, 0.03228195384144783, 0.09627309441566467, -0.07396618276834488, 0.07815251499414444, 0.009733840823173523, -0.11123551428318024, 0.09365225583314896, -0.03206063434481621, 0.08423103392124176, -0.05801235884428024, 0.008146187290549278, -0.07326289266347885, 0.061165083199739456, 0.005733943078666925, 0.024489792063832283, -0.06499718874692917, 0.0006845087045803666, -0.12899963557720184, -0.08145640790462494, -0.07403001189231873, 0.07683531194925308, -0.00021575485880021006, 0.14871475100517273, 0.0007607350125908852, -0.024332456290721893, 0.022351602092385292, 0.2547334134578705, -0.0823284238576889, -0.1065358966588974, -0.0760388895869255, 0.1612902730703354, -0.01100313849747181, 0.09074048697948456, -0.027294078841805458, 0.005724847782403231, -0.07292640954256058, 0.3486209213733673, 0.31385937333106995, -0.12144593149423599, 0.008552278392016888, 0.004036948550492525, 0.042547158896923065, 0.12109120190143585, 0.08933079242706299, 0.08928026258945465, 0.29122135043144226, -0.06460609287023544, -0.029492847621440887, -0.01038265135139227, -0.028137030079960823, -0.03290077671408653, 0.061318300664424896, 0.06818705052137375, -0.06311694532632828, -0.037182971835136414, 0.11344512552022934, -0.24985961616039276, 0.07765885442495346, -0.16423965990543365, -0.19129236042499542, -0.0909482091665268, -0.005408334545791149, 0.09333501011133194, 0.025192279368638992, 0.08434837311506271, -0.004080671351402998, -0.05664246529340744, 0.06709237396717072, 0.018763625994324684, -0.2031526118516922, -0.014244482852518559, 0.09505189210176468, -0.03442936763167381, -0.05224468931555748, -0.013855420984327793, 0.06696508079767227, 0.06307736784219742, 0.05825239419937134, -0.015055189840495586, 0.04039718955755234, -0.0020734043791890144, -0.07968246936798096, 0.021742230281233788, 0.029902489855885506, 0.01116474624723196, -0.06253565847873688, 0.07943971455097198, -0.1343110054731369, 0.053404469043016434, -0.023831099271774292, -0.06456206738948822, -0.028253937140107155, 0.022574080154299736, -0.06423580646514893, 0.0817347913980484, 0.10829576104879379, -0.021677108481526375, -0.018034711480140686, -0.018499786034226418, -0.023955125361680984, -0.022458717226982117, -0.06042034551501274, -0.09595854580402374, -0.16020077466964722, -0.1087728962302208, 0.06417213380336761, -0.0026469272561371326, -0.2069835513830185, 0.0078546442091465, -0.12910261750221252, 0.05230732262134552, -0.10699926316738129, 0.12214474380016327, 0.07983854413032532, 0.01550530269742012, 0.0022410741075873375, 0.00903013814240694, 0.0417785719037056, 0.09253215044736862, -0.1290154904127121, -0.08394894748926163 ]
null
null
null
Placeholder
{}
null
Atlasky/Turkish-Negator
[ "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #region-us
Placeholder
[]
[ "TAGS\n#region-us \n" ]
[ 6 ]
[ "passage: TAGS\n#region-us \n" ]
[ 0.024608636274933815, -0.026205500587821007, -0.009666500613093376, -0.10395516455173492, 0.08638657629489899, 0.059816278517246246, 0.01882290467619896, 0.020661840215325356, 0.23975107073783875, -0.005599027033895254, 0.1219947561621666, 0.0015615287702530622, -0.037353623658418655, 0.03733762726187706, -0.0035912662278860807, -0.17583473026752472, 0.03876631706953049, -0.018274923786520958, 0.01843859627842903, 0.026470553129911423, -0.07776834815740585, -0.07564429938793182, 0.015296397730708122, -0.10247814655303955, -0.083692267537117, 0.11002834886312485, 0.031466204673051834, -0.019670886918902397, 0.10779199749231339, -0.04243955761194229, 0.18699054419994354, -0.011512263678014278, -0.11213519424200058, -0.2536850869655609, 0.021806683391332626, -0.01765260472893715, -0.08747660368680954, 0.01506110467016697, 0.0665089413523674, -0.09014441072940826, -0.0588928684592247, 0.0795099288225174, -0.01132340170443058, 0.04246443510055542, -0.27593839168548584, -0.12684126198291779, -0.05297930911183357, -0.1421966552734375, 0.08651168644428253, 0.04035491496324539, 0.008764253929257393, 0.15506891906261444, -0.20897391438484192, 0.004104613792151213, 0.08255259692668915, -0.2538507878780365, 0.05591634660959244, 0.17671173810958862, 0.03623908758163452, 0.18037272989749908, 0.0060391901060938835, 0.11029672622680664, 0.0716743916273117, -0.024263937026262283, -0.17590197920799255, -0.08127854019403458, -0.04696211963891983, 0.16642488539218903, -0.06727185100317001, -0.14248386025428772, 0.34701237082481384, 0.00015008423360995948, 0.009657775051891804, 0.16921205818653107, -0.059524230659008026, -0.09972117841243744, 0.07259953022003174, 0.016484731808304787, 0.018492350354790688, 0.1471305936574936, 0.16307872533798218, -0.0458691343665123, -0.13837823271751404, -0.018630273640155792, -0.22798998653888702, 0.17510560154914856, -0.03248048573732376, 0.13137903809547424, -0.27447956800460815, 0.01684025302529335, -0.2570667266845703, 0.0032130838371813297, 0.04178816080093384, -0.06004921346902847, -0.0226522795855999, -0.013265985064208508, -0.08018817007541656, 0.004899587947875261, 0.06192673370242119, 0.1266920566558838, -0.06128726154565811, 0.06128238886594772, -0.09319206327199936, 0.141696035861969, 0.07166698575019836, 0.07868369668722153, 0.13037432730197906, 0.041205424815416336, -0.07187089323997498, -0.21872246265411377, -0.0026476888451725245, -0.06275863200426102, -0.09502086788415909, -0.0020165652967989445, -0.11606067419052124, 0.17244569957256317, -0.030802514404058456, -0.09825427830219269, -0.11208184063434601, 0.09148659557104111, -0.032992321997880936, -0.03437839448451996, -0.03552987426519394, -0.020977836102247238, 0.019381176680326462, 0.04704452306032181, -0.1548958420753479, -0.005131472367793322, 0.07039852440357208, 0.11502562463283539, -0.1346137970685959, -0.003783059772104025, -0.07908964157104492, 0.03039063885807991, 0.07654735445976257, -0.16510222852230072, 0.03158547356724739, -0.1124754324555397, -0.07531405985355377, 0.002912673633545637, -0.015710093080997467, -0.016202643513679504, 0.166526660323143, -0.0020451415330171585, 0.0714716836810112, -0.026345307007431984, -0.05890209600329399, -0.11243434250354767, -0.08489254862070084, 0.05390460044145584, 0.03670717030763626, 0.03266148269176483, -0.2193479984998703, 0.014805203303694725, -0.12762966752052307, 0.1360815018415451, -0.10566820204257965, -0.04705966264009476, -0.022842247039079666, 0.20562705397605896, 0.037286072969436646, 0.08762791007757187, -0.22171171009540558, 0.039756543934345245, -0.05404696613550186, 0.18480908870697021, -0.1502426266670227, -0.0799463614821434, 0.20813211798667908, -0.07964949309825897, -0.10115210711956024, 0.021235812455415726, 0.020391687750816345, 0.026287272572517395, 0.0766737088561058, 0.4564172327518463, -0.09766800701618195, -0.09146861732006073, 0.10178250074386597, 0.17055274546146393, -0.12427149713039398, -0.1827561855316162, 0.06446871906518936, -0.16666454076766968, -0.1973118633031845, 0.0018917324487119913, 0.09222044050693512, 0.038269978016614914, -0.07875611633062363, -0.020746968686580658, 0.06325206160545349, -0.0007678253459744155, 0.09095914661884308, 0.03755716234445572, 0.09034032374620438, -0.08716782182455063, 0.11115926504135132, -0.05017651244997978, 0.004037132486701012, 0.1343354731798172, 0.027325427159667015, -0.03223329409956932, 0.08694463223218918, -0.0485352948307991, 0.05295134335756302, -0.1662379503250122, -0.15068690478801727, 0.03398871049284935, 0.06283251196146011, 0.03186952322721481, 0.1280253529548645, 0.08141885697841644, -0.10732853412628174, 0.022690722718834877, -0.004228927195072174, 0.058398615568876266, 0.03891623765230179, 0.006107209715992212, 0.008764320984482765, 0.0961301177740097, -0.10607069730758667, -0.13589619100093842, -0.07336436957120895, -0.014715781435370445, 0.14371353387832642, -0.0302802175283432, 0.07690227776765823, -0.004240254405885935, 0.00013200697139836848, 0.06930823624134064, 0.08137880265712738, 0.016412746161222458, 0.08971183747053146, -0.05237193778157234, -0.05160155147314072, 0.10863113403320312, -0.13533565402030945, 0.17837053537368774, 0.14053137600421906, -0.20532016456127167, 0.029453208670020103, -0.06838275492191315, 0.03670361638069153, -0.008162540383636951, 0.0975119024515152, -0.08272241055965424, -0.02106042578816414, 0.013134466484189034, 0.0052274600602686405, -0.013007243163883686, 0.017682146281003952, -0.07295988500118256, -0.07787393033504486, -0.10233919322490692, 0.08436838537454605, 0.11562882363796234, -0.10282530635595322, 0.14214380085468292, 0.4384984076023102, 0.11495281755924225, 0.21582984924316406, -0.09581480920314789, -0.0412987545132637, 0.007486371789127588, 0.0001535322517156601, -0.04476691037416458, 0.08031861484050751, -0.15973517298698425, -0.038901735097169876, 0.027348900213837624, 0.07128690183162689, 0.11475157737731934, -0.14959022402763367, -0.09639324247837067, -0.00793045200407505, 0.0022841424215584993, -0.1249532699584961, 0.023905446752905846, -0.03974650055170059, 0.04015624523162842, 0.07232289016246796, -0.021535737439990044, 0.13939237594604492, -0.04166141897439957, -0.0639561116695404, 0.07585346698760986, -0.2017085999250412, -0.23179671168327332, -0.12309670448303223, -0.14680525660514832, 0.04366797208786011, 0.05154111236333847, 0.01726446859538555, -0.17635835707187653, -0.015074856579303741, 0.07706750929355621, 0.07820965349674225, -0.20886357128620148, -0.022814949974417686, -0.004290030337870121, 0.0895976573228836, -0.10227091610431671, -0.0017130117630586028, -0.04419664293527603, -0.10150232166051865, 0.0017003051470965147, 0.07279510796070099, -0.137485533952713, 0.13807645440101624, 0.21589438617229462, 0.07225540280342102, 0.07359948754310608, -0.019093448296189308, 0.09936179965734482, -0.10856141895055771, -0.16549113392829895, 0.08348225057125092, -0.06234746053814888, 0.047262318432331085, 0.17534415423870087, 0.03307317942380905, -0.13904969394207, -0.015682822093367577, -0.0402069091796875, -0.15603256225585938, -0.238995760679245, -0.09178274869918823, -0.1182505264878273, 0.16442428529262543, 0.0009358620154671371, 0.06651917099952698, 0.08258313685655594, -0.022042419761419296, 0.16447891294956207, -0.07379321753978729, -0.07578866183757782, -0.006978808436542749, 0.12375060468912125, -0.056660156697034836, -0.03080669604241848, -0.10566964000463486, -0.008295975625514984, 0.1151021271944046, 0.15304014086723328, 0.12214863300323486, 0.2957419455051422, 0.08268889784812927, 0.026645636186003685, 0.08958091586828232, 0.17622539401054382, 0.09495089203119278, 0.07838419824838638, -0.045413073152303696, -0.014814783819019794, 0.014317171648144722, -0.04022889584302902, 0.010141594335436821, 0.14683100581169128, -0.2679629921913147, -0.006678564939647913, -0.2710230350494385, 0.0965198427438736, -0.10913380235433578, 0.11837165057659149, -0.01015760749578476, 0.10194015502929688, 0.11082887649536133, 0.03233652561903, -0.03858073800802231, 0.16613617539405823, 0.08450309932231903, -0.11277695000171661, 0.001758623169735074, 0.03737903758883476, 0.09715615212917328, -0.02818971499800682, 0.12721189856529236, -0.11048974841833115, -0.1464834064245224, 0.013753619976341724, 0.07152791321277618, -0.15373679995536804, 0.3138748109340668, 0.012069208547472954, -0.13481520116329193, -0.01481647603213787, -0.09957809001207352, -0.006440147757530212, 0.1254177987575531, 0.09333524852991104, 0.07935678958892822, -0.2185502052307129, -0.13339371979236603, 0.05872276425361633, -0.00575496768578887, 0.22408108413219452, -0.034034017473459244, -0.11356475204229355, -0.027013886719942093, 0.04241163283586502, -0.06043251231312752, 0.08524788916110992, 0.023536119610071182, -0.08113526552915573, -0.032957352697849274, 0.05323701351881027, 0.012368366122245789, 0.00524376705288887, 0.09360801428556442, 0.020107939839363098, -0.0009265501867048442, 0.01785753294825554, 0.047885000705718994, -0.0675911232829094, -0.1984109878540039, 0.09357594698667526, -0.05215044692158699, 0.0015536568826064467, -0.08013670891523361, -0.15122665464878082, -0.08837161958217621, -0.16009655594825745, 0.12540200352668762, -0.034406669437885284, 0.12700119614601135, -0.06619787961244583, 0.17341409623622894, -0.07871770113706589, 0.04481020197272301, -0.047349292784929276, 0.050332702696323395, -0.007268077693879604, -0.07756082713603973, 0.16585899889469147, -0.15564003586769104, 0.01809087023139, 0.19572502374649048, -0.018915493041276932, 0.07177707552909851, 0.021322092041373253, -0.0636206790804863, 0.23147478699684143, 0.3014698624610901, 0.008138049393892288, 0.1665448248386383, 0.3018903136253357, -0.07466315478086472, -0.2642788887023926, -0.05505012720823288, -0.2841376066207886, -0.05371501296758652, 0.10716094076633453, -0.22523896396160126, 0.06986407935619354, 0.14383509755134583, -0.06471995264291763, 0.30228954553604126, -0.21825523674488068, 0.012589273042976856, 0.15434536337852478, -0.08868814259767532, 0.5515313148498535, -0.1133413165807724, -0.17677772045135498, -0.008122089318931103, -0.08741296827793121, 0.10602109134197235, -0.0340677872300148, 0.06877441704273224, 0.013465235009789467, 0.04797380417585373, 0.048932258039712906, -0.03111894056200981, 0.22701001167297363, 0.008710170164704323, 0.09015397727489471, -0.07378865778446198, -0.18624304234981537, 0.11639340221881866, -0.04359482601284981, -0.08891059458255768, 0.0849778801202774, -0.05942516401410103, -0.11078983545303345, 0.04663389176130295, -0.07950539886951447, -0.024862350896000862, 0.08423490077257156, -0.04678233340382576, -0.042606171220541, -0.008054176345467567, -0.1618063747882843, -0.0002289071271661669, 0.31360217928886414, -0.07096036523580551, 0.16695955395698547, 0.03677211329340935, 0.00038613268407061696, -0.11027684062719345, 0.030288029462099075, -0.05203165486454964, -0.021576624363660812, 0.09578979015350342, -0.11096979677677155, 0.03204701095819473, 0.14160704612731934, -0.04864364117383957, 0.05846960097551346, 0.09256096184253693, -0.0849417969584465, 0.007583672646433115, 0.17753590643405914, -0.17537221312522888, -0.1273445188999176, -0.006135711446404457, -0.09862716495990753, 0.14055661857128143, 0.04394126310944557, 0.05191568285226822, 0.16669964790344238, 0.03967129811644554, -0.029474308714270592, -0.02817419543862343, -0.1153380498290062, -0.0201893113553524, 0.040153320878744125, 0.00045633706031367183, -0.08791285753250122, 0.2262638509273529, 0.06409153342247009, -0.1328488290309906, -0.051157206296920776, 0.2161225974559784, -0.06805316358804703, -0.04911920800805092, -0.223562553524971, 0.10752306133508682, -0.07112517952919006, -0.0965060144662857, 0.05453834682703018, -0.02270081453025341, 0.005106312222778797, 0.181985542178154, 0.03941008821129799, 0.11070270836353302, 0.03738937899470329, -0.02448922023177147, 0.15798696875572205, -0.142850860953331, -0.14191335439682007, -0.025354057550430298, -0.08757315576076508, -0.13844476640224457, -0.026804137974977493, 0.1617041826248169, -0.09177309274673462, -0.14772607386112213, -0.2621181011199951, 0.10968475043773651, -0.16432365775108337, -0.10192688554525375, -0.03469514101743698, -0.08968492597341537, 0.0696166530251503, 0.030301768332719803, -0.03093348816037178, -0.06706760823726654, -0.18593791127204895, 0.0816768929362297, 0.06349513679742813, 0.045533183962106705, -0.017847947776317596, 0.0067379772663116455, 0.1720137596130371, 0.025955144315958023, 0.10040043294429779, 0.16762186586856842, 0.011397695168852806, 0.2246655523777008, -0.1671202927827835, -0.11496317386627197, 0.1336962729692459, -0.026543032377958298, 0.06762003898620605, 0.16792191565036774, -0.0772583931684494, 0.015526676550507545, -0.028136352077126503, 0.07066910713911057, -0.11003983020782471, -0.105624258518219, 0.007937257178127766, 0.02567129209637642, -0.2755882740020752, -0.005599735304713249, -0.19717298448085785, 0.14788752794265747, 0.02579621411859989, 0.03297143429517746, 0.10257530212402344, 0.10404334217309952, 0.08312062919139862, -0.0017710148822516203, 0.03226327523589134, -0.1176818460226059, 0.02753005363047123, -0.059239376336336136, -0.020663779228925705, 0.017624232918024063, 0.36952024698257446, -0.03603357449173927, -0.046802736818790436, 0.003710439894348383, 0.1307835876941681, -0.02139742486178875, 0.017395347356796265, 0.13209912180900574, 0.12607666850090027, -0.08595693111419678, -0.1504845917224884, 0.04888554662466049, -0.04565655067563057, -0.02836887165904045, 0.1464131623506546, 0.05905961990356445, 0.1050296202301979, 0.0908031314611435, -0.014463032595813274, -0.00318976235575974, 0.012856799177825451, -0.15486004948616028, 0.06223496049642563, -0.010558074340224266, 0.012565906159579754, 0.017934376373887062, 0.15238402783870697, -0.005540105979889631, 0.07739730179309845, -0.09889880567789078, 0.004208535887300968, -0.13498884439468384, -0.07913459837436676, 0.03617347031831741, -0.13393273949623108, 0.04141177982091904, -0.01871878281235695, 0.029611799865961075, 0.30386561155319214, 0.02558239921927452, -0.020639164373278618, 0.12512871623039246, -0.1214587539434433, -0.12050267308950424, -0.001594188273884356, -0.029960084706544876, 0.0791488066315651, -0.02633434161543846, -0.0997740775346756, -0.1001306027173996, -0.15166029334068298, -0.09759195148944855, 0.05182836204767227, -0.04993441700935364, -0.059362251311540604, -0.17634081840515137, -0.05707859992980957, -0.05147340148687363, 0.14025864005088806, -0.12263951450586319, 0.15159130096435547, -0.014490418136119843, 0.004084470681846142, 0.04405883327126503, 0.1950942426919937, -0.03644494712352753, 0.08714226633310318, 0.0154351145029068, 0.1522706001996994, -0.05119588226079941, 0.14720745384693146, -0.10931728035211563, -0.04014137014746666, -0.06710435450077057, 0.21513493359088898, 0.25630924105644226, -0.06136954948306084, -0.008937356993556023, -0.012760217301547527, 0.058654606342315674, 0.1073930487036705, 0.16049085557460785, 0.002326392102986574, 0.2802925705909729, -0.03133585304021835, 0.04815128445625305, 0.02901598811149597, 0.013607407920062542, -0.06336209923028946, 0.03397751972079277, 0.07539387792348862, -0.035039983689785004, -0.1412304788827896, 0.15837742388248444, -0.21980468928813934, 0.18157227337360382, 0.11640069633722305, -0.19996967911720276, -0.013728445395827293, -0.04882071167230606, 0.1689416468143463, -0.0856364443898201, 0.1637246012687683, -0.0903693437576294, -0.2108195722103119, -0.2056000679731369, 0.03867346793413162, -0.34623071551322937, -0.254462867975235, 0.10422009229660034, 0.1488201916217804, 0.04015883058309555, -0.018507536500692368, -0.019967829808592796, -0.018367022275924683, 0.04877542704343796, -0.0067357709631323814, 0.06014643982052803, 0.031397558748722076, -0.02988368645310402, -0.24127542972564697, -0.029804671183228493, 0.023964406922459602, -0.07093082368373871, 0.07464958727359772, -0.06874357163906097, -0.022495782002806664, 0.08059766888618469, -0.03066304884850979, 0.03298592567443848, -0.035373736172914505, -0.16326889395713806, 0.027529051527380943, 0.03900543600320816, 0.036012712866067886, 0.00634160777553916, 0.0008072225609794259, -0.03455270454287529, 0.0644603744149208, -0.16716794669628143, -0.16015739738941193, 0.14140215516090393, -0.06745140254497528, 0.2779497504234314, -0.05812826007604599, -0.0809100940823555, 0.04766704887151718, -0.03426874056458473, 0.1807648241519928, -0.07756473124027252, 0.047254521399736404, 0.12766779959201813, 0.011127962730824947, 0.03121316432952881, -0.3092964291572571, 0.11082969605922699, -0.000795336440205574, -0.006093299947679043, -0.07581598311662674 ]
null
null
transformers
#MyAwesomeModel
{"tags": ["conversational"]}
text-generation
Augustvember/WOKKAWOKKA
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
#MyAwesomeModel
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 51 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.009697278961539268, 0.03208012506365776, -0.007204889785498381, 0.004809224978089333, 0.16726240515708923, 0.014898733235895634, 0.09765533357858658, 0.13672804832458496, -0.007841327227652073, -0.031050153076648712, 0.14490588009357452, 0.20411323010921478, -0.006439372431486845, 0.0661218985915184, -0.07572533935308456, -0.2683109939098358, 0.05759621039032936, 0.046649303287267685, 0.016515716910362244, 0.1200079694390297, 0.08573378622531891, -0.05473608896136284, 0.08714032918214798, -0.014583407901227474, -0.150366872549057, 0.017733458429574966, 0.043394338339567184, -0.12260226160287857, 0.11910516023635864, 0.05462685227394104, 0.07063519209623337, 0.014929565601050854, -0.07541623711585999, -0.1631229966878891, 0.03031250834465027, 0.01425902172923088, -0.0594632662832737, 0.04757995903491974, 0.059961482882499695, -0.10165371745824814, 0.10819483548402786, 0.09530027210712433, -0.013078106567263603, 0.06798283755779266, -0.16849711537361145, -0.020869607105851173, -0.01446688175201416, 0.009899779222905636, 0.05550243332982063, 0.09964893013238907, -0.03413357585668564, 0.10497362166643143, -0.09214533120393753, 0.11017382889986038, 0.10932035744190216, -0.32057443261146545, -0.005767723545432091, 0.09167823940515518, 0.039358653128147125, 0.07352814823389053, -0.04467793554067612, 0.06258884817361832, 0.018015462905168533, 0.017986174672842026, -0.014015024527907372, -0.07283061742782593, -0.11612214148044586, 0.04717336222529411, -0.08668071031570435, -0.059868961572647095, 0.2244078367948532, -0.05464440956711769, 0.06881742179393768, -0.05281897634267807, -0.10522868484258652, -0.04308144748210907, -0.029833965003490448, 0.00475557055324316, -0.07660607248544693, 0.08692064881324768, 0.00869679357856512, -0.09547875821590424, -0.1376667022705078, -0.02496783249080181, -0.1776352822780609, 0.16140350699424744, 0.02465328387916088, 0.05232657864689827, -0.2027255892753601, 0.09623090922832489, 0.017906051129102707, -0.08045592904090881, 0.022091427817940712, -0.10046248883008957, 0.029131146147847176, 0.013760408386588097, -0.04754498973488808, -0.061387211084365845, 0.0843690037727356, 0.11199145019054413, -0.01731434464454651, 0.025486016646027565, -0.039331406354904175, 0.08100687712430954, 0.03553595021367073, 0.09077847748994827, 0.007288969587534666, -0.028338588774204254, 0.025842782109975815, -0.13719046115875244, -0.003647835226729512, -0.07116208970546722, -0.16572439670562744, -0.021088803187012672, 0.02994808368384838, 0.08289173990488052, 0.015449047088623047, 0.11682453751564026, -0.03272046521306038, -0.025152435526251793, 0.03602350503206253, -0.047656361013650894, -0.012649794109165668, 0.016648368909955025, 0.013163427822291851, 0.12399329990148544, -0.0022096503525972366, 0.03235051408410072, -0.13653022050857544, 0.031423524022102356, -0.06793295592069626, -0.003740974934771657, -0.03486552834510803, -0.040637075901031494, 0.009043924510478973, -0.06862333416938782, 0.003486064961180091, -0.15030112862586975, -0.15063877403736115, 0.007587034720927477, -0.007836631499230862, -0.04107699543237686, -0.06370922178030014, -0.06952770054340363, -0.013550350442528725, 0.04251532256603241, -0.07093454152345657, -0.011352915316820145, -0.06403283774852753, 0.11004766076803207, -0.03197755664587021, 0.07921615242958069, -0.11953279376029968, 0.08390819281339645, -0.11260783672332764, -0.02386913076043129, -0.060801517218351364, 0.09317506104707718, -0.0006014376995153725, 0.09549830108880997, -0.006563255097717047, -0.017931854352355003, -0.07981178909540176, 0.06445012241601944, -0.042872510850429535, 0.21701598167419434, -0.0615808479487896, -0.11181682348251343, 0.28781595826148987, -0.052628401666879654, -0.1370542049407959, 0.11647392809391022, 0.008682746440172195, 0.05777018144726753, 0.10703510791063309, 0.19733482599258423, -0.015276194550096989, 0.004040541127324104, 0.09471915662288666, 0.11263324320316315, -0.11276852339506149, -0.033160366117954254, 0.013019153848290443, -0.04081077128648758, -0.10867965966463089, 0.04689536616206169, 0.09810488671064377, 0.07090286910533905, -0.04786505550146103, -0.03377414867281914, -0.01366397924721241, 0.0052589005790650845, 0.08885077387094498, -0.007157256826758385, 0.10962837189435959, -0.05819983780384064, -0.03796621412038803, -0.029282379895448685, -0.012126247398555279, -0.03951939567923546, 0.03137664496898651, -0.043376367539167404, 0.10821941494941711, -0.011204327456653118, 0.06364280730485916, -0.16185984015464783, -0.07691477984189987, -0.017002692446112633, 0.1581239402294159, 0.024538565427064896, 0.09859629720449448, 0.0552486926317215, -0.040398042649030685, -0.0012767292791977525, 0.012792680412530899, 0.15581141412258148, -0.022091681137681007, -0.065607450902462, -0.052166227251291275, 0.08642971515655518, -0.05641226842999458, 0.04504093527793884, -0.05937713757157326, 0.012367865070700645, 0.05064384639263153, 0.10342344641685486, -0.00018274025933351368, 0.03323284164071083, -0.008164864964783192, 0.002145637758076191, -0.058205123990774155, 0.007405933458358049, 0.10799351334571838, 0.00036868182360194623, -0.07365862280130386, 0.22074243426322937, -0.17796069383621216, 0.1765957772731781, 0.1893044263124466, -0.299345999956131, 0.017949223518371582, -0.10759581625461578, -0.04561871662735939, 0.014407722279429436, 0.05567655712366104, -0.0454222597181797, 0.1703362911939621, -0.009871348738670349, 0.18874616920948029, -0.04946064203977585, -0.04464937001466751, -0.0200483538210392, -0.05118836089968681, -0.0024189651012420654, 0.07781197130680084, 0.10685696452856064, -0.13992026448249817, 0.1964332014322281, 0.1621224284172058, 0.048237916082143784, 0.19945049285888672, 0.015346456319093704, -0.011589210480451584, 0.0909530371427536, 0.005220826715230942, -0.058739423751831055, -0.07409929484128952, -0.2594851851463318, -0.030033592134714127, 0.07992640137672424, 0.0422382652759552, 0.1212305948138237, -0.11349532753229141, -0.038956157863140106, -0.01763172075152397, -0.023146281018853188, 0.021672505885362625, 0.0914369598031044, 0.06075398623943329, 0.13201528787612915, -0.001710098935291171, -0.007300339173525572, 0.10524573177099228, 0.01783694699406624, -0.09354141354560852, 0.18308524787425995, -0.13652534782886505, -0.37097251415252686, -0.13911493122577667, -0.18057456612586975, -0.05449081212282181, 0.05712554603815079, 0.11679314076900482, -0.12011238187551498, -0.018752124160528183, 0.01578843593597412, 0.10931742936372757, -0.08449502289295197, 0.0021454424131661654, -0.06880278885364532, 0.0321490578353405, -0.10310184955596924, -0.09194442629814148, -0.055416494607925415, -0.031392451375722885, -0.08001253753900528, 0.1423761546611786, -0.10777941346168518, 0.04476889222860336, 0.20262959599494934, 0.04653622955083847, 0.05625178664922714, -0.044105201959609985, 0.19377262890338898, -0.11264272034168243, -0.01661740615963936, 0.19215328991413116, -0.048360925167798996, 0.07476246356964111, 0.1232115849852562, -0.006348740309476852, -0.08765771239995956, 0.03011748194694519, -0.02085109055042267, -0.07988511025905609, -0.23219464719295502, -0.13938382267951965, -0.12429051846265793, 0.09477275609970093, 0.028005298227071762, 0.056365787982940674, 0.17219258844852448, 0.06577219814062119, -0.038416244089603424, 0.006410336587578058, 0.02959546446800232, 0.08237514644861221, 0.23417828977108002, -0.06035616248846054, 0.1364797055721283, -0.03420931473374367, -0.14982740581035614, 0.08169995993375778, 0.0713929831981659, 0.10213395953178406, 0.06678459793329239, 0.0804823637008667, 0.0149586396291852, 0.06188136339187622, 0.1311223804950714, 0.08191446959972382, 0.019586285576224327, -0.02480296604335308, -0.03388110175728798, -0.025523077696561813, -0.05937909707427025, 0.040128443390131, 0.06589099019765854, -0.16763372719287872, -0.039227183908224106, -0.09338314831256866, 0.09657008945941925, 0.0873042419552803, 0.06609832495450974, -0.1842060089111328, -0.008006223477423191, 0.08488986641168594, -0.03854905813932419, -0.13727426528930664, 0.09535189718008041, 0.01523482333868742, -0.15144726634025574, 0.03139317408204079, -0.04061909019947052, 0.12188644707202911, -0.07804752141237259, 0.09809603542089462, -0.08108244836330414, -0.07448557764291763, 0.02123199962079525, 0.1261177361011505, -0.30527687072753906, 0.20240111649036407, -0.0024993624538183212, -0.06486981362104416, -0.1243603527545929, -0.0032166161108762026, 0.002410882618278265, 0.07357452809810638, 0.10519039630889893, -0.007196315098553896, 0.001897757756523788, -0.06300821900367737, -0.01829923689365387, 0.032471053302288055, 0.13080233335494995, -0.0401318334043026, -0.021158374845981598, -0.050194524228572845, -0.001653497340157628, -0.03173094615340233, -0.06934895366430283, 0.02002747356891632, -0.19509181380271912, 0.08751901984214783, 0.04166261479258537, 0.09648149460554123, 0.029994789510965347, 0.004265148192644119, -0.09651939570903778, 0.24698667228221893, -0.07148019969463348, -0.10072879493236542, -0.10919588059186935, -0.046813901513814926, 0.03569883480668068, -0.05628936365246773, 0.04309194162487984, -0.0788632407784462, 0.028997479006648064, -0.06352769583463669, -0.19235502183437347, 0.12410202622413635, -0.09027006477117538, -0.04412810131907463, -0.02371402643620968, 0.2110891044139862, -0.05598580464720726, 0.010335659608244896, 0.02930437959730625, 0.01208863127976656, -0.11645778268575668, -0.09678568691015244, 0.031018631532788277, -0.007351789623498917, 0.050603240728378296, 0.041841957718133926, -0.05915454775094986, -0.017138581722974777, -0.052199993282556534, -0.022926922887563705, 0.3496883809566498, 0.14231905341148376, -0.043836336582899094, 0.19347235560417175, 0.12347975373268127, -0.07452994585037231, -0.3159443140029907, -0.1066238060593605, -0.10937739163637161, -0.04680149629712105, -0.07012093812227249, -0.2002030611038208, 0.06474938243627548, 0.00662544509395957, -0.013415241613984108, 0.12749312818050385, -0.2561831772327423, -0.07571036368608475, 0.15906259417533875, -0.017980827018618584, 0.3745945692062378, -0.1168576180934906, -0.10926306992769241, -0.03950892388820648, -0.14175476133823395, 0.16968177258968353, -0.01989765651524067, 0.11221715062856674, -0.009765521623194218, 0.14388824999332428, 0.05548359826207161, -0.023479344323277473, 0.08544106781482697, 0.004999885335564613, -0.03290518373250961, -0.10304180532693863, -0.05676887184381485, 0.007092386484146118, 0.02477436140179634, 0.018026655539870262, -0.041834570467472076, 0.02227151393890381, -0.11731979995965958, -0.04657655209302902, -0.08982590585947037, 0.04431166127324104, 0.03899754583835602, -0.07325074821710587, -0.002380647463724017, -0.07165111601352692, -0.012272949330508709, 0.022334342822432518, 0.20356793701648712, -0.08029330521821976, 0.16448934376239777, 0.09239562600851059, 0.12419285625219345, -0.14376309514045715, -0.00019283240544609725, -0.0762530043721199, -0.05611240118741989, 0.07737895101308823, -0.09433035552501678, 0.058893077075481415, 0.10901971161365509, -0.04567738622426987, 0.08828683942556381, 0.10377411544322968, 0.008936077356338501, 0.003213887568563223, 0.10916902124881744, -0.2667325437068939, -0.0296600554138422, -0.07532413303852081, 0.000883326749317348, 0.09092561900615692, 0.08562852442264557, 0.18840822577476501, 0.025361526757478714, -0.04293036088347435, -0.002770674182102084, 0.028597986325621605, -0.039021048694849014, 0.051667019724845886, 0.001123449532315135, 0.01947369985282421, -0.1530752182006836, 0.072522833943367, 0.01490565575659275, -0.15215420722961426, 0.021316176280379295, 0.16572684049606323, -0.11656328290700912, -0.1283872276544571, -0.06520111113786697, 0.08313824236392975, -0.11755692958831787, -0.01578943058848381, -0.03279297426342964, -0.13145680725574493, 0.07992171496152878, 0.12629036605358124, 0.05557859688997269, 0.0972496047616005, -0.06061713397502899, -0.020469192415475845, -0.018721895292401314, -0.014099318534135818, -0.012384648434817791, -0.007667020428925753, -0.055978111922740936, 0.0590752474963665, -0.026677248999476433, 0.1425808072090149, -0.09221141785383224, -0.1037059873342514, -0.16142144799232483, 0.0374140702188015, -0.11013076454401016, -0.08825794607400894, -0.08821134269237518, -0.050188567489385605, 0.002360827289521694, -0.019856395199894905, -0.04037635400891304, -0.05829505994915962, -0.12300454825162888, 0.0338277705013752, -0.040771447122097015, 0.024727050215005875, -0.07512269169092178, 0.015856385231018066, 0.08507686108350754, -0.03285100311040878, 0.15655414760112762, 0.1450488418340683, -0.1006515845656395, 0.10741901397705078, -0.14806775748729706, -0.09138492494821548, 0.11116421222686768, 0.015329592861235142, 0.0449691042304039, 0.09723787009716034, 0.013362943194806576, 0.0635865181684494, 0.032776717096567154, 0.05308786407113075, 0.027619892731308937, -0.11959987878799438, 0.06483134627342224, -0.03626115620136261, -0.14700546860694885, -0.049338050186634064, -0.05282869189977646, 0.01647452637553215, 0.013054544106125832, 0.09622690081596375, -0.05301849544048309, 0.10698331147432327, -0.04055701196193695, 0.0346808135509491, 0.017554637044668198, -0.1730053424835205, -0.03816922754049301, -0.08538098633289337, 0.03681723028421402, 0.014741539023816586, 0.25266793370246887, 0.030072299763560295, 0.012416383251547813, 0.032671261578798294, 0.08285367488861084, 0.03899408504366875, 0.010228337720036507, 0.17482228577136993, 0.1162426546216011, -0.06621865928173065, -0.10445023328065872, 0.0729617029428482, 0.016332454979419708, 0.01286179106682539, 0.13617953658103943, 0.008365051820874214, 0.005795429926365614, 0.08649782836437225, -0.016865963116288185, 0.009968153201043606, -0.10052056610584259, -0.13426925241947174, -0.022176474332809448, 0.05151832848787308, -0.04655967652797699, 0.11727844923734665, 0.1406494379043579, -0.01806013658642769, 0.03222079202532768, -0.021771740168333054, -0.05699979141354561, -0.1683429479598999, -0.1429590880870819, -0.06883849948644638, -0.13416796922683716, 0.00897989235818386, -0.11180389672517776, 0.05395037308335304, 0.06001098081469536, 0.06750501692295074, -0.06899319589138031, 0.10220931470394135, 0.04626858979463577, -0.11440542340278625, 0.06264589726924896, -0.0296088308095932, 0.09430401772260666, -0.02759445086121559, -0.019505485892295837, -0.09039592742919922, 0.014574515633285046, 0.011419114656746387, 0.06245238706469536, -0.04707273095846176, 0.007463190704584122, -0.14696238934993744, -0.08972041308879852, -0.0523175448179245, 0.0718572810292244, -0.050409089773893356, 0.14282815158367157, 0.00775480642914772, -0.0170906875282526, 0.039554283022880554, 0.22787313163280487, -0.07476283609867096, -0.04778539761900902, -0.05269690603017807, 0.20717895030975342, 0.02975541539490223, 0.1171872541308403, -0.022938819602131844, -0.006106364540755749, -0.0919521227478981, 0.3764844834804535, 0.30030161142349243, -0.09031439572572708, 0.011794124729931355, 0.02137952297925949, 0.04502861574292183, 0.1316293478012085, 0.1216534823179245, 0.10318691283464432, 0.3006802201271057, -0.07452366501092911, -0.04653361067175865, -0.012629742734134197, -0.023858042433857918, -0.09059546142816544, 0.1021224707365036, 0.04839762672781944, -0.06382183730602264, -0.03313443064689636, 0.0954432487487793, -0.25862133502960205, 0.1277991235256195, -0.12311873584985733, -0.17578600347042084, -0.06654827296733856, 0.009760108776390553, 0.10465722531080246, 0.015642458572983742, 0.0946015790104866, 0.007128213066607714, -0.11252258718013763, 0.06305865943431854, 0.03397420793771744, -0.22762253880500793, 0.0006893770187161863, 0.06642123311758041, -0.07006710022687912, -0.0024247700348496437, -0.026499588042497635, 0.05657242611050606, 0.0656052976846695, 0.054629553109407425, -0.00971333310008049, 0.03816632181406021, 0.0034184439573436975, -0.0585215799510479, 0.016623929142951965, 0.05121519789099693, 0.02472509816288948, -0.09763528406620026, 0.06927435845136642, -0.1574270874261856, 0.04766253009438515, -0.0030655991286039352, -0.04124255105853081, 0.006064958870410919, 0.008823691867291927, -0.06491616368293762, 0.05165379121899605, 0.07916834205389023, -0.0016257909592241049, -0.0062433634884655476, -0.057178743183612823, -0.02632102556526661, -0.027755750343203545, -0.09291748702526093, -0.10495562851428986, -0.14682936668395996, -0.11640441417694092, 0.09368976950645447, -0.01011267676949501, -0.1848134547472, 0.022154374048113823, -0.08606051653623581, 0.08319322764873505, -0.1670055389404297, 0.08040720224380493, 0.07041648775339127, 0.013038921169936657, -0.0031511052511632442, -0.02002427540719509, 0.054132770746946335, 0.086809903383255, -0.10407156497240067, -0.07400695979595184 ]
null
null
transformers
#MyAwesomeModel
{"tags": ["conversational"]}
text-generation
Augustvember/test
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
#MyAwesomeModel
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 51 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.009697278961539268, 0.03208012506365776, -0.007204889785498381, 0.004809224978089333, 0.16726240515708923, 0.014898733235895634, 0.09765533357858658, 0.13672804832458496, -0.007841327227652073, -0.031050153076648712, 0.14490588009357452, 0.20411323010921478, -0.006439372431486845, 0.0661218985915184, -0.07572533935308456, -0.2683109939098358, 0.05759621039032936, 0.046649303287267685, 0.016515716910362244, 0.1200079694390297, 0.08573378622531891, -0.05473608896136284, 0.08714032918214798, -0.014583407901227474, -0.150366872549057, 0.017733458429574966, 0.043394338339567184, -0.12260226160287857, 0.11910516023635864, 0.05462685227394104, 0.07063519209623337, 0.014929565601050854, -0.07541623711585999, -0.1631229966878891, 0.03031250834465027, 0.01425902172923088, -0.0594632662832737, 0.04757995903491974, 0.059961482882499695, -0.10165371745824814, 0.10819483548402786, 0.09530027210712433, -0.013078106567263603, 0.06798283755779266, -0.16849711537361145, -0.020869607105851173, -0.01446688175201416, 0.009899779222905636, 0.05550243332982063, 0.09964893013238907, -0.03413357585668564, 0.10497362166643143, -0.09214533120393753, 0.11017382889986038, 0.10932035744190216, -0.32057443261146545, -0.005767723545432091, 0.09167823940515518, 0.039358653128147125, 0.07352814823389053, -0.04467793554067612, 0.06258884817361832, 0.018015462905168533, 0.017986174672842026, -0.014015024527907372, -0.07283061742782593, -0.11612214148044586, 0.04717336222529411, -0.08668071031570435, -0.059868961572647095, 0.2244078367948532, -0.05464440956711769, 0.06881742179393768, -0.05281897634267807, -0.10522868484258652, -0.04308144748210907, -0.029833965003490448, 0.00475557055324316, -0.07660607248544693, 0.08692064881324768, 0.00869679357856512, -0.09547875821590424, -0.1376667022705078, -0.02496783249080181, -0.1776352822780609, 0.16140350699424744, 0.02465328387916088, 0.05232657864689827, -0.2027255892753601, 0.09623090922832489, 0.017906051129102707, -0.08045592904090881, 0.022091427817940712, -0.10046248883008957, 0.029131146147847176, 0.013760408386588097, -0.04754498973488808, -0.061387211084365845, 0.0843690037727356, 0.11199145019054413, -0.01731434464454651, 0.025486016646027565, -0.039331406354904175, 0.08100687712430954, 0.03553595021367073, 0.09077847748994827, 0.007288969587534666, -0.028338588774204254, 0.025842782109975815, -0.13719046115875244, -0.003647835226729512, -0.07116208970546722, -0.16572439670562744, -0.021088803187012672, 0.02994808368384838, 0.08289173990488052, 0.015449047088623047, 0.11682453751564026, -0.03272046521306038, -0.025152435526251793, 0.03602350503206253, -0.047656361013650894, -0.012649794109165668, 0.016648368909955025, 0.013163427822291851, 0.12399329990148544, -0.0022096503525972366, 0.03235051408410072, -0.13653022050857544, 0.031423524022102356, -0.06793295592069626, -0.003740974934771657, -0.03486552834510803, -0.040637075901031494, 0.009043924510478973, -0.06862333416938782, 0.003486064961180091, -0.15030112862586975, -0.15063877403736115, 0.007587034720927477, -0.007836631499230862, -0.04107699543237686, -0.06370922178030014, -0.06952770054340363, -0.013550350442528725, 0.04251532256603241, -0.07093454152345657, -0.011352915316820145, -0.06403283774852753, 0.11004766076803207, -0.03197755664587021, 0.07921615242958069, -0.11953279376029968, 0.08390819281339645, -0.11260783672332764, -0.02386913076043129, -0.060801517218351364, 0.09317506104707718, -0.0006014376995153725, 0.09549830108880997, -0.006563255097717047, -0.017931854352355003, -0.07981178909540176, 0.06445012241601944, -0.042872510850429535, 0.21701598167419434, -0.0615808479487896, -0.11181682348251343, 0.28781595826148987, -0.052628401666879654, -0.1370542049407959, 0.11647392809391022, 0.008682746440172195, 0.05777018144726753, 0.10703510791063309, 0.19733482599258423, -0.015276194550096989, 0.004040541127324104, 0.09471915662288666, 0.11263324320316315, -0.11276852339506149, -0.033160366117954254, 0.013019153848290443, -0.04081077128648758, -0.10867965966463089, 0.04689536616206169, 0.09810488671064377, 0.07090286910533905, -0.04786505550146103, -0.03377414867281914, -0.01366397924721241, 0.0052589005790650845, 0.08885077387094498, -0.007157256826758385, 0.10962837189435959, -0.05819983780384064, -0.03796621412038803, -0.029282379895448685, -0.012126247398555279, -0.03951939567923546, 0.03137664496898651, -0.043376367539167404, 0.10821941494941711, -0.011204327456653118, 0.06364280730485916, -0.16185984015464783, -0.07691477984189987, -0.017002692446112633, 0.1581239402294159, 0.024538565427064896, 0.09859629720449448, 0.0552486926317215, -0.040398042649030685, -0.0012767292791977525, 0.012792680412530899, 0.15581141412258148, -0.022091681137681007, -0.065607450902462, -0.052166227251291275, 0.08642971515655518, -0.05641226842999458, 0.04504093527793884, -0.05937713757157326, 0.012367865070700645, 0.05064384639263153, 0.10342344641685486, -0.00018274025933351368, 0.03323284164071083, -0.008164864964783192, 0.002145637758076191, -0.058205123990774155, 0.007405933458358049, 0.10799351334571838, 0.00036868182360194623, -0.07365862280130386, 0.22074243426322937, -0.17796069383621216, 0.1765957772731781, 0.1893044263124466, -0.299345999956131, 0.017949223518371582, -0.10759581625461578, -0.04561871662735939, 0.014407722279429436, 0.05567655712366104, -0.0454222597181797, 0.1703362911939621, -0.009871348738670349, 0.18874616920948029, -0.04946064203977585, -0.04464937001466751, -0.0200483538210392, -0.05118836089968681, -0.0024189651012420654, 0.07781197130680084, 0.10685696452856064, -0.13992026448249817, 0.1964332014322281, 0.1621224284172058, 0.048237916082143784, 0.19945049285888672, 0.015346456319093704, -0.011589210480451584, 0.0909530371427536, 0.005220826715230942, -0.058739423751831055, -0.07409929484128952, -0.2594851851463318, -0.030033592134714127, 0.07992640137672424, 0.0422382652759552, 0.1212305948138237, -0.11349532753229141, -0.038956157863140106, -0.01763172075152397, -0.023146281018853188, 0.021672505885362625, 0.0914369598031044, 0.06075398623943329, 0.13201528787612915, -0.001710098935291171, -0.007300339173525572, 0.10524573177099228, 0.01783694699406624, -0.09354141354560852, 0.18308524787425995, -0.13652534782886505, -0.37097251415252686, -0.13911493122577667, -0.18057456612586975, -0.05449081212282181, 0.05712554603815079, 0.11679314076900482, -0.12011238187551498, -0.018752124160528183, 0.01578843593597412, 0.10931742936372757, -0.08449502289295197, 0.0021454424131661654, -0.06880278885364532, 0.0321490578353405, -0.10310184955596924, -0.09194442629814148, -0.055416494607925415, -0.031392451375722885, -0.08001253753900528, 0.1423761546611786, -0.10777941346168518, 0.04476889222860336, 0.20262959599494934, 0.04653622955083847, 0.05625178664922714, -0.044105201959609985, 0.19377262890338898, -0.11264272034168243, -0.01661740615963936, 0.19215328991413116, -0.048360925167798996, 0.07476246356964111, 0.1232115849852562, -0.006348740309476852, -0.08765771239995956, 0.03011748194694519, -0.02085109055042267, -0.07988511025905609, -0.23219464719295502, -0.13938382267951965, -0.12429051846265793, 0.09477275609970093, 0.028005298227071762, 0.056365787982940674, 0.17219258844852448, 0.06577219814062119, -0.038416244089603424, 0.006410336587578058, 0.02959546446800232, 0.08237514644861221, 0.23417828977108002, -0.06035616248846054, 0.1364797055721283, -0.03420931473374367, -0.14982740581035614, 0.08169995993375778, 0.0713929831981659, 0.10213395953178406, 0.06678459793329239, 0.0804823637008667, 0.0149586396291852, 0.06188136339187622, 0.1311223804950714, 0.08191446959972382, 0.019586285576224327, -0.02480296604335308, -0.03388110175728798, -0.025523077696561813, -0.05937909707427025, 0.040128443390131, 0.06589099019765854, -0.16763372719287872, -0.039227183908224106, -0.09338314831256866, 0.09657008945941925, 0.0873042419552803, 0.06609832495450974, -0.1842060089111328, -0.008006223477423191, 0.08488986641168594, -0.03854905813932419, -0.13727426528930664, 0.09535189718008041, 0.01523482333868742, -0.15144726634025574, 0.03139317408204079, -0.04061909019947052, 0.12188644707202911, -0.07804752141237259, 0.09809603542089462, -0.08108244836330414, -0.07448557764291763, 0.02123199962079525, 0.1261177361011505, -0.30527687072753906, 0.20240111649036407, -0.0024993624538183212, -0.06486981362104416, -0.1243603527545929, -0.0032166161108762026, 0.002410882618278265, 0.07357452809810638, 0.10519039630889893, -0.007196315098553896, 0.001897757756523788, -0.06300821900367737, -0.01829923689365387, 0.032471053302288055, 0.13080233335494995, -0.0401318334043026, -0.021158374845981598, -0.050194524228572845, -0.001653497340157628, -0.03173094615340233, -0.06934895366430283, 0.02002747356891632, -0.19509181380271912, 0.08751901984214783, 0.04166261479258537, 0.09648149460554123, 0.029994789510965347, 0.004265148192644119, -0.09651939570903778, 0.24698667228221893, -0.07148019969463348, -0.10072879493236542, -0.10919588059186935, -0.046813901513814926, 0.03569883480668068, -0.05628936365246773, 0.04309194162487984, -0.0788632407784462, 0.028997479006648064, -0.06352769583463669, -0.19235502183437347, 0.12410202622413635, -0.09027006477117538, -0.04412810131907463, -0.02371402643620968, 0.2110891044139862, -0.05598580464720726, 0.010335659608244896, 0.02930437959730625, 0.01208863127976656, -0.11645778268575668, -0.09678568691015244, 0.031018631532788277, -0.007351789623498917, 0.050603240728378296, 0.041841957718133926, -0.05915454775094986, -0.017138581722974777, -0.052199993282556534, -0.022926922887563705, 0.3496883809566498, 0.14231905341148376, -0.043836336582899094, 0.19347235560417175, 0.12347975373268127, -0.07452994585037231, -0.3159443140029907, -0.1066238060593605, -0.10937739163637161, -0.04680149629712105, -0.07012093812227249, -0.2002030611038208, 0.06474938243627548, 0.00662544509395957, -0.013415241613984108, 0.12749312818050385, -0.2561831772327423, -0.07571036368608475, 0.15906259417533875, -0.017980827018618584, 0.3745945692062378, -0.1168576180934906, -0.10926306992769241, -0.03950892388820648, -0.14175476133823395, 0.16968177258968353, -0.01989765651524067, 0.11221715062856674, -0.009765521623194218, 0.14388824999332428, 0.05548359826207161, -0.023479344323277473, 0.08544106781482697, 0.004999885335564613, -0.03290518373250961, -0.10304180532693863, -0.05676887184381485, 0.007092386484146118, 0.02477436140179634, 0.018026655539870262, -0.041834570467472076, 0.02227151393890381, -0.11731979995965958, -0.04657655209302902, -0.08982590585947037, 0.04431166127324104, 0.03899754583835602, -0.07325074821710587, -0.002380647463724017, -0.07165111601352692, -0.012272949330508709, 0.022334342822432518, 0.20356793701648712, -0.08029330521821976, 0.16448934376239777, 0.09239562600851059, 0.12419285625219345, -0.14376309514045715, -0.00019283240544609725, -0.0762530043721199, -0.05611240118741989, 0.07737895101308823, -0.09433035552501678, 0.058893077075481415, 0.10901971161365509, -0.04567738622426987, 0.08828683942556381, 0.10377411544322968, 0.008936077356338501, 0.003213887568563223, 0.10916902124881744, -0.2667325437068939, -0.0296600554138422, -0.07532413303852081, 0.000883326749317348, 0.09092561900615692, 0.08562852442264557, 0.18840822577476501, 0.025361526757478714, -0.04293036088347435, -0.002770674182102084, 0.028597986325621605, -0.039021048694849014, 0.051667019724845886, 0.001123449532315135, 0.01947369985282421, -0.1530752182006836, 0.072522833943367, 0.01490565575659275, -0.15215420722961426, 0.021316176280379295, 0.16572684049606323, -0.11656328290700912, -0.1283872276544571, -0.06520111113786697, 0.08313824236392975, -0.11755692958831787, -0.01578943058848381, -0.03279297426342964, -0.13145680725574493, 0.07992171496152878, 0.12629036605358124, 0.05557859688997269, 0.0972496047616005, -0.06061713397502899, -0.020469192415475845, -0.018721895292401314, -0.014099318534135818, -0.012384648434817791, -0.007667020428925753, -0.055978111922740936, 0.0590752474963665, -0.026677248999476433, 0.1425808072090149, -0.09221141785383224, -0.1037059873342514, -0.16142144799232483, 0.0374140702188015, -0.11013076454401016, -0.08825794607400894, -0.08821134269237518, -0.050188567489385605, 0.002360827289521694, -0.019856395199894905, -0.04037635400891304, -0.05829505994915962, -0.12300454825162888, 0.0338277705013752, -0.040771447122097015, 0.024727050215005875, -0.07512269169092178, 0.015856385231018066, 0.08507686108350754, -0.03285100311040878, 0.15655414760112762, 0.1450488418340683, -0.1006515845656395, 0.10741901397705078, -0.14806775748729706, -0.09138492494821548, 0.11116421222686768, 0.015329592861235142, 0.0449691042304039, 0.09723787009716034, 0.013362943194806576, 0.0635865181684494, 0.032776717096567154, 0.05308786407113075, 0.027619892731308937, -0.11959987878799438, 0.06483134627342224, -0.03626115620136261, -0.14700546860694885, -0.049338050186634064, -0.05282869189977646, 0.01647452637553215, 0.013054544106125832, 0.09622690081596375, -0.05301849544048309, 0.10698331147432327, -0.04055701196193695, 0.0346808135509491, 0.017554637044668198, -0.1730053424835205, -0.03816922754049301, -0.08538098633289337, 0.03681723028421402, 0.014741539023816586, 0.25266793370246887, 0.030072299763560295, 0.012416383251547813, 0.032671261578798294, 0.08285367488861084, 0.03899408504366875, 0.010228337720036507, 0.17482228577136993, 0.1162426546216011, -0.06621865928173065, -0.10445023328065872, 0.0729617029428482, 0.016332454979419708, 0.01286179106682539, 0.13617953658103943, 0.008365051820874214, 0.005795429926365614, 0.08649782836437225, -0.016865963116288185, 0.009968153201043606, -0.10052056610584259, -0.13426925241947174, -0.022176474332809448, 0.05151832848787308, -0.04655967652797699, 0.11727844923734665, 0.1406494379043579, -0.01806013658642769, 0.03222079202532768, -0.021771740168333054, -0.05699979141354561, -0.1683429479598999, -0.1429590880870819, -0.06883849948644638, -0.13416796922683716, 0.00897989235818386, -0.11180389672517776, 0.05395037308335304, 0.06001098081469536, 0.06750501692295074, -0.06899319589138031, 0.10220931470394135, 0.04626858979463577, -0.11440542340278625, 0.06264589726924896, -0.0296088308095932, 0.09430401772260666, -0.02759445086121559, -0.019505485892295837, -0.09039592742919922, 0.014574515633285046, 0.011419114656746387, 0.06245238706469536, -0.04707273095846176, 0.007463190704584122, -0.14696238934993744, -0.08972041308879852, -0.0523175448179245, 0.0718572810292244, -0.050409089773893356, 0.14282815158367157, 0.00775480642914772, -0.0170906875282526, 0.039554283022880554, 0.22787313163280487, -0.07476283609867096, -0.04778539761900902, -0.05269690603017807, 0.20717895030975342, 0.02975541539490223, 0.1171872541308403, -0.022938819602131844, -0.006106364540755749, -0.0919521227478981, 0.3764844834804535, 0.30030161142349243, -0.09031439572572708, 0.011794124729931355, 0.02137952297925949, 0.04502861574292183, 0.1316293478012085, 0.1216534823179245, 0.10318691283464432, 0.3006802201271057, -0.07452366501092911, -0.04653361067175865, -0.012629742734134197, -0.023858042433857918, -0.09059546142816544, 0.1021224707365036, 0.04839762672781944, -0.06382183730602264, -0.03313443064689636, 0.0954432487487793, -0.25862133502960205, 0.1277991235256195, -0.12311873584985733, -0.17578600347042084, -0.06654827296733856, 0.009760108776390553, 0.10465722531080246, 0.015642458572983742, 0.0946015790104866, 0.007128213066607714, -0.11252258718013763, 0.06305865943431854, 0.03397420793771744, -0.22762253880500793, 0.0006893770187161863, 0.06642123311758041, -0.07006710022687912, -0.0024247700348496437, -0.026499588042497635, 0.05657242611050606, 0.0656052976846695, 0.054629553109407425, -0.00971333310008049, 0.03816632181406021, 0.0034184439573436975, -0.0585215799510479, 0.016623929142951965, 0.05121519789099693, 0.02472509816288948, -0.09763528406620026, 0.06927435845136642, -0.1574270874261856, 0.04766253009438515, -0.0030655991286039352, -0.04124255105853081, 0.006064958870410919, 0.008823691867291927, -0.06491616368293762, 0.05165379121899605, 0.07916834205389023, -0.0016257909592241049, -0.0062433634884655476, -0.057178743183612823, -0.02632102556526661, -0.027755750343203545, -0.09291748702526093, -0.10495562851428986, -0.14682936668395996, -0.11640441417694092, 0.09368976950645447, -0.01011267676949501, -0.1848134547472, 0.022154374048113823, -0.08606051653623581, 0.08319322764873505, -0.1670055389404297, 0.08040720224380493, 0.07041648775339127, 0.013038921169936657, -0.0031511052511632442, -0.02002427540719509, 0.054132770746946335, 0.086809903383255, -0.10407156497240067, -0.07400695979595184 ]
null
null
transformers
#MyAwesomeModel
{"tags": ["conversational"]}
text-generation
Augustvember/wokka5
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
#MyAwesomeModel
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 51 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.009697278961539268, 0.03208012506365776, -0.007204889785498381, 0.004809224978089333, 0.16726240515708923, 0.014898733235895634, 0.09765533357858658, 0.13672804832458496, -0.007841327227652073, -0.031050153076648712, 0.14490588009357452, 0.20411323010921478, -0.006439372431486845, 0.0661218985915184, -0.07572533935308456, -0.2683109939098358, 0.05759621039032936, 0.046649303287267685, 0.016515716910362244, 0.1200079694390297, 0.08573378622531891, -0.05473608896136284, 0.08714032918214798, -0.014583407901227474, -0.150366872549057, 0.017733458429574966, 0.043394338339567184, -0.12260226160287857, 0.11910516023635864, 0.05462685227394104, 0.07063519209623337, 0.014929565601050854, -0.07541623711585999, -0.1631229966878891, 0.03031250834465027, 0.01425902172923088, -0.0594632662832737, 0.04757995903491974, 0.059961482882499695, -0.10165371745824814, 0.10819483548402786, 0.09530027210712433, -0.013078106567263603, 0.06798283755779266, -0.16849711537361145, -0.020869607105851173, -0.01446688175201416, 0.009899779222905636, 0.05550243332982063, 0.09964893013238907, -0.03413357585668564, 0.10497362166643143, -0.09214533120393753, 0.11017382889986038, 0.10932035744190216, -0.32057443261146545, -0.005767723545432091, 0.09167823940515518, 0.039358653128147125, 0.07352814823389053, -0.04467793554067612, 0.06258884817361832, 0.018015462905168533, 0.017986174672842026, -0.014015024527907372, -0.07283061742782593, -0.11612214148044586, 0.04717336222529411, -0.08668071031570435, -0.059868961572647095, 0.2244078367948532, -0.05464440956711769, 0.06881742179393768, -0.05281897634267807, -0.10522868484258652, -0.04308144748210907, -0.029833965003490448, 0.00475557055324316, -0.07660607248544693, 0.08692064881324768, 0.00869679357856512, -0.09547875821590424, -0.1376667022705078, -0.02496783249080181, -0.1776352822780609, 0.16140350699424744, 0.02465328387916088, 0.05232657864689827, -0.2027255892753601, 0.09623090922832489, 0.017906051129102707, -0.08045592904090881, 0.022091427817940712, -0.10046248883008957, 0.029131146147847176, 0.013760408386588097, -0.04754498973488808, -0.061387211084365845, 0.0843690037727356, 0.11199145019054413, -0.01731434464454651, 0.025486016646027565, -0.039331406354904175, 0.08100687712430954, 0.03553595021367073, 0.09077847748994827, 0.007288969587534666, -0.028338588774204254, 0.025842782109975815, -0.13719046115875244, -0.003647835226729512, -0.07116208970546722, -0.16572439670562744, -0.021088803187012672, 0.02994808368384838, 0.08289173990488052, 0.015449047088623047, 0.11682453751564026, -0.03272046521306038, -0.025152435526251793, 0.03602350503206253, -0.047656361013650894, -0.012649794109165668, 0.016648368909955025, 0.013163427822291851, 0.12399329990148544, -0.0022096503525972366, 0.03235051408410072, -0.13653022050857544, 0.031423524022102356, -0.06793295592069626, -0.003740974934771657, -0.03486552834510803, -0.040637075901031494, 0.009043924510478973, -0.06862333416938782, 0.003486064961180091, -0.15030112862586975, -0.15063877403736115, 0.007587034720927477, -0.007836631499230862, -0.04107699543237686, -0.06370922178030014, -0.06952770054340363, -0.013550350442528725, 0.04251532256603241, -0.07093454152345657, -0.011352915316820145, -0.06403283774852753, 0.11004766076803207, -0.03197755664587021, 0.07921615242958069, -0.11953279376029968, 0.08390819281339645, -0.11260783672332764, -0.02386913076043129, -0.060801517218351364, 0.09317506104707718, -0.0006014376995153725, 0.09549830108880997, -0.006563255097717047, -0.017931854352355003, -0.07981178909540176, 0.06445012241601944, -0.042872510850429535, 0.21701598167419434, -0.0615808479487896, -0.11181682348251343, 0.28781595826148987, -0.052628401666879654, -0.1370542049407959, 0.11647392809391022, 0.008682746440172195, 0.05777018144726753, 0.10703510791063309, 0.19733482599258423, -0.015276194550096989, 0.004040541127324104, 0.09471915662288666, 0.11263324320316315, -0.11276852339506149, -0.033160366117954254, 0.013019153848290443, -0.04081077128648758, -0.10867965966463089, 0.04689536616206169, 0.09810488671064377, 0.07090286910533905, -0.04786505550146103, -0.03377414867281914, -0.01366397924721241, 0.0052589005790650845, 0.08885077387094498, -0.007157256826758385, 0.10962837189435959, -0.05819983780384064, -0.03796621412038803, -0.029282379895448685, -0.012126247398555279, -0.03951939567923546, 0.03137664496898651, -0.043376367539167404, 0.10821941494941711, -0.011204327456653118, 0.06364280730485916, -0.16185984015464783, -0.07691477984189987, -0.017002692446112633, 0.1581239402294159, 0.024538565427064896, 0.09859629720449448, 0.0552486926317215, -0.040398042649030685, -0.0012767292791977525, 0.012792680412530899, 0.15581141412258148, -0.022091681137681007, -0.065607450902462, -0.052166227251291275, 0.08642971515655518, -0.05641226842999458, 0.04504093527793884, -0.05937713757157326, 0.012367865070700645, 0.05064384639263153, 0.10342344641685486, -0.00018274025933351368, 0.03323284164071083, -0.008164864964783192, 0.002145637758076191, -0.058205123990774155, 0.007405933458358049, 0.10799351334571838, 0.00036868182360194623, -0.07365862280130386, 0.22074243426322937, -0.17796069383621216, 0.1765957772731781, 0.1893044263124466, -0.299345999956131, 0.017949223518371582, -0.10759581625461578, -0.04561871662735939, 0.014407722279429436, 0.05567655712366104, -0.0454222597181797, 0.1703362911939621, -0.009871348738670349, 0.18874616920948029, -0.04946064203977585, -0.04464937001466751, -0.0200483538210392, -0.05118836089968681, -0.0024189651012420654, 0.07781197130680084, 0.10685696452856064, -0.13992026448249817, 0.1964332014322281, 0.1621224284172058, 0.048237916082143784, 0.19945049285888672, 0.015346456319093704, -0.011589210480451584, 0.0909530371427536, 0.005220826715230942, -0.058739423751831055, -0.07409929484128952, -0.2594851851463318, -0.030033592134714127, 0.07992640137672424, 0.0422382652759552, 0.1212305948138237, -0.11349532753229141, -0.038956157863140106, -0.01763172075152397, -0.023146281018853188, 0.021672505885362625, 0.0914369598031044, 0.06075398623943329, 0.13201528787612915, -0.001710098935291171, -0.007300339173525572, 0.10524573177099228, 0.01783694699406624, -0.09354141354560852, 0.18308524787425995, -0.13652534782886505, -0.37097251415252686, -0.13911493122577667, -0.18057456612586975, -0.05449081212282181, 0.05712554603815079, 0.11679314076900482, -0.12011238187551498, -0.018752124160528183, 0.01578843593597412, 0.10931742936372757, -0.08449502289295197, 0.0021454424131661654, -0.06880278885364532, 0.0321490578353405, -0.10310184955596924, -0.09194442629814148, -0.055416494607925415, -0.031392451375722885, -0.08001253753900528, 0.1423761546611786, -0.10777941346168518, 0.04476889222860336, 0.20262959599494934, 0.04653622955083847, 0.05625178664922714, -0.044105201959609985, 0.19377262890338898, -0.11264272034168243, -0.01661740615963936, 0.19215328991413116, -0.048360925167798996, 0.07476246356964111, 0.1232115849852562, -0.006348740309476852, -0.08765771239995956, 0.03011748194694519, -0.02085109055042267, -0.07988511025905609, -0.23219464719295502, -0.13938382267951965, -0.12429051846265793, 0.09477275609970093, 0.028005298227071762, 0.056365787982940674, 0.17219258844852448, 0.06577219814062119, -0.038416244089603424, 0.006410336587578058, 0.02959546446800232, 0.08237514644861221, 0.23417828977108002, -0.06035616248846054, 0.1364797055721283, -0.03420931473374367, -0.14982740581035614, 0.08169995993375778, 0.0713929831981659, 0.10213395953178406, 0.06678459793329239, 0.0804823637008667, 0.0149586396291852, 0.06188136339187622, 0.1311223804950714, 0.08191446959972382, 0.019586285576224327, -0.02480296604335308, -0.03388110175728798, -0.025523077696561813, -0.05937909707427025, 0.040128443390131, 0.06589099019765854, -0.16763372719287872, -0.039227183908224106, -0.09338314831256866, 0.09657008945941925, 0.0873042419552803, 0.06609832495450974, -0.1842060089111328, -0.008006223477423191, 0.08488986641168594, -0.03854905813932419, -0.13727426528930664, 0.09535189718008041, 0.01523482333868742, -0.15144726634025574, 0.03139317408204079, -0.04061909019947052, 0.12188644707202911, -0.07804752141237259, 0.09809603542089462, -0.08108244836330414, -0.07448557764291763, 0.02123199962079525, 0.1261177361011505, -0.30527687072753906, 0.20240111649036407, -0.0024993624538183212, -0.06486981362104416, -0.1243603527545929, -0.0032166161108762026, 0.002410882618278265, 0.07357452809810638, 0.10519039630889893, -0.007196315098553896, 0.001897757756523788, -0.06300821900367737, -0.01829923689365387, 0.032471053302288055, 0.13080233335494995, -0.0401318334043026, -0.021158374845981598, -0.050194524228572845, -0.001653497340157628, -0.03173094615340233, -0.06934895366430283, 0.02002747356891632, -0.19509181380271912, 0.08751901984214783, 0.04166261479258537, 0.09648149460554123, 0.029994789510965347, 0.004265148192644119, -0.09651939570903778, 0.24698667228221893, -0.07148019969463348, -0.10072879493236542, -0.10919588059186935, -0.046813901513814926, 0.03569883480668068, -0.05628936365246773, 0.04309194162487984, -0.0788632407784462, 0.028997479006648064, -0.06352769583463669, -0.19235502183437347, 0.12410202622413635, -0.09027006477117538, -0.04412810131907463, -0.02371402643620968, 0.2110891044139862, -0.05598580464720726, 0.010335659608244896, 0.02930437959730625, 0.01208863127976656, -0.11645778268575668, -0.09678568691015244, 0.031018631532788277, -0.007351789623498917, 0.050603240728378296, 0.041841957718133926, -0.05915454775094986, -0.017138581722974777, -0.052199993282556534, -0.022926922887563705, 0.3496883809566498, 0.14231905341148376, -0.043836336582899094, 0.19347235560417175, 0.12347975373268127, -0.07452994585037231, -0.3159443140029907, -0.1066238060593605, -0.10937739163637161, -0.04680149629712105, -0.07012093812227249, -0.2002030611038208, 0.06474938243627548, 0.00662544509395957, -0.013415241613984108, 0.12749312818050385, -0.2561831772327423, -0.07571036368608475, 0.15906259417533875, -0.017980827018618584, 0.3745945692062378, -0.1168576180934906, -0.10926306992769241, -0.03950892388820648, -0.14175476133823395, 0.16968177258968353, -0.01989765651524067, 0.11221715062856674, -0.009765521623194218, 0.14388824999332428, 0.05548359826207161, -0.023479344323277473, 0.08544106781482697, 0.004999885335564613, -0.03290518373250961, -0.10304180532693863, -0.05676887184381485, 0.007092386484146118, 0.02477436140179634, 0.018026655539870262, -0.041834570467472076, 0.02227151393890381, -0.11731979995965958, -0.04657655209302902, -0.08982590585947037, 0.04431166127324104, 0.03899754583835602, -0.07325074821710587, -0.002380647463724017, -0.07165111601352692, -0.012272949330508709, 0.022334342822432518, 0.20356793701648712, -0.08029330521821976, 0.16448934376239777, 0.09239562600851059, 0.12419285625219345, -0.14376309514045715, -0.00019283240544609725, -0.0762530043721199, -0.05611240118741989, 0.07737895101308823, -0.09433035552501678, 0.058893077075481415, 0.10901971161365509, -0.04567738622426987, 0.08828683942556381, 0.10377411544322968, 0.008936077356338501, 0.003213887568563223, 0.10916902124881744, -0.2667325437068939, -0.0296600554138422, -0.07532413303852081, 0.000883326749317348, 0.09092561900615692, 0.08562852442264557, 0.18840822577476501, 0.025361526757478714, -0.04293036088347435, -0.002770674182102084, 0.028597986325621605, -0.039021048694849014, 0.051667019724845886, 0.001123449532315135, 0.01947369985282421, -0.1530752182006836, 0.072522833943367, 0.01490565575659275, -0.15215420722961426, 0.021316176280379295, 0.16572684049606323, -0.11656328290700912, -0.1283872276544571, -0.06520111113786697, 0.08313824236392975, -0.11755692958831787, -0.01578943058848381, -0.03279297426342964, -0.13145680725574493, 0.07992171496152878, 0.12629036605358124, 0.05557859688997269, 0.0972496047616005, -0.06061713397502899, -0.020469192415475845, -0.018721895292401314, -0.014099318534135818, -0.012384648434817791, -0.007667020428925753, -0.055978111922740936, 0.0590752474963665, -0.026677248999476433, 0.1425808072090149, -0.09221141785383224, -0.1037059873342514, -0.16142144799232483, 0.0374140702188015, -0.11013076454401016, -0.08825794607400894, -0.08821134269237518, -0.050188567489385605, 0.002360827289521694, -0.019856395199894905, -0.04037635400891304, -0.05829505994915962, -0.12300454825162888, 0.0338277705013752, -0.040771447122097015, 0.024727050215005875, -0.07512269169092178, 0.015856385231018066, 0.08507686108350754, -0.03285100311040878, 0.15655414760112762, 0.1450488418340683, -0.1006515845656395, 0.10741901397705078, -0.14806775748729706, -0.09138492494821548, 0.11116421222686768, 0.015329592861235142, 0.0449691042304039, 0.09723787009716034, 0.013362943194806576, 0.0635865181684494, 0.032776717096567154, 0.05308786407113075, 0.027619892731308937, -0.11959987878799438, 0.06483134627342224, -0.03626115620136261, -0.14700546860694885, -0.049338050186634064, -0.05282869189977646, 0.01647452637553215, 0.013054544106125832, 0.09622690081596375, -0.05301849544048309, 0.10698331147432327, -0.04055701196193695, 0.0346808135509491, 0.017554637044668198, -0.1730053424835205, -0.03816922754049301, -0.08538098633289337, 0.03681723028421402, 0.014741539023816586, 0.25266793370246887, 0.030072299763560295, 0.012416383251547813, 0.032671261578798294, 0.08285367488861084, 0.03899408504366875, 0.010228337720036507, 0.17482228577136993, 0.1162426546216011, -0.06621865928173065, -0.10445023328065872, 0.0729617029428482, 0.016332454979419708, 0.01286179106682539, 0.13617953658103943, 0.008365051820874214, 0.005795429926365614, 0.08649782836437225, -0.016865963116288185, 0.009968153201043606, -0.10052056610584259, -0.13426925241947174, -0.022176474332809448, 0.05151832848787308, -0.04655967652797699, 0.11727844923734665, 0.1406494379043579, -0.01806013658642769, 0.03222079202532768, -0.021771740168333054, -0.05699979141354561, -0.1683429479598999, -0.1429590880870819, -0.06883849948644638, -0.13416796922683716, 0.00897989235818386, -0.11180389672517776, 0.05395037308335304, 0.06001098081469536, 0.06750501692295074, -0.06899319589138031, 0.10220931470394135, 0.04626858979463577, -0.11440542340278625, 0.06264589726924896, -0.0296088308095932, 0.09430401772260666, -0.02759445086121559, -0.019505485892295837, -0.09039592742919922, 0.014574515633285046, 0.011419114656746387, 0.06245238706469536, -0.04707273095846176, 0.007463190704584122, -0.14696238934993744, -0.08972041308879852, -0.0523175448179245, 0.0718572810292244, -0.050409089773893356, 0.14282815158367157, 0.00775480642914772, -0.0170906875282526, 0.039554283022880554, 0.22787313163280487, -0.07476283609867096, -0.04778539761900902, -0.05269690603017807, 0.20717895030975342, 0.02975541539490223, 0.1171872541308403, -0.022938819602131844, -0.006106364540755749, -0.0919521227478981, 0.3764844834804535, 0.30030161142349243, -0.09031439572572708, 0.011794124729931355, 0.02137952297925949, 0.04502861574292183, 0.1316293478012085, 0.1216534823179245, 0.10318691283464432, 0.3006802201271057, -0.07452366501092911, -0.04653361067175865, -0.012629742734134197, -0.023858042433857918, -0.09059546142816544, 0.1021224707365036, 0.04839762672781944, -0.06382183730602264, -0.03313443064689636, 0.0954432487487793, -0.25862133502960205, 0.1277991235256195, -0.12311873584985733, -0.17578600347042084, -0.06654827296733856, 0.009760108776390553, 0.10465722531080246, 0.015642458572983742, 0.0946015790104866, 0.007128213066607714, -0.11252258718013763, 0.06305865943431854, 0.03397420793771744, -0.22762253880500793, 0.0006893770187161863, 0.06642123311758041, -0.07006710022687912, -0.0024247700348496437, -0.026499588042497635, 0.05657242611050606, 0.0656052976846695, 0.054629553109407425, -0.00971333310008049, 0.03816632181406021, 0.0034184439573436975, -0.0585215799510479, 0.016623929142951965, 0.05121519789099693, 0.02472509816288948, -0.09763528406620026, 0.06927435845136642, -0.1574270874261856, 0.04766253009438515, -0.0030655991286039352, -0.04124255105853081, 0.006064958870410919, 0.008823691867291927, -0.06491616368293762, 0.05165379121899605, 0.07916834205389023, -0.0016257909592241049, -0.0062433634884655476, -0.057178743183612823, -0.02632102556526661, -0.027755750343203545, -0.09291748702526093, -0.10495562851428986, -0.14682936668395996, -0.11640441417694092, 0.09368976950645447, -0.01011267676949501, -0.1848134547472, 0.022154374048113823, -0.08606051653623581, 0.08319322764873505, -0.1670055389404297, 0.08040720224380493, 0.07041648775339127, 0.013038921169936657, -0.0031511052511632442, -0.02002427540719509, 0.054132770746946335, 0.086809903383255, -0.10407156497240067, -0.07400695979595184 ]
null
null
transformers
#MyAwesomeModel
{"tags": ["conversational"]}
text-generation
Augustvember/wokkabottest2
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
#MyAwesomeModel
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 51 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.009697278961539268, 0.03208012506365776, -0.007204889785498381, 0.004809224978089333, 0.16726240515708923, 0.014898733235895634, 0.09765533357858658, 0.13672804832458496, -0.007841327227652073, -0.031050153076648712, 0.14490588009357452, 0.20411323010921478, -0.006439372431486845, 0.0661218985915184, -0.07572533935308456, -0.2683109939098358, 0.05759621039032936, 0.046649303287267685, 0.016515716910362244, 0.1200079694390297, 0.08573378622531891, -0.05473608896136284, 0.08714032918214798, -0.014583407901227474, -0.150366872549057, 0.017733458429574966, 0.043394338339567184, -0.12260226160287857, 0.11910516023635864, 0.05462685227394104, 0.07063519209623337, 0.014929565601050854, -0.07541623711585999, -0.1631229966878891, 0.03031250834465027, 0.01425902172923088, -0.0594632662832737, 0.04757995903491974, 0.059961482882499695, -0.10165371745824814, 0.10819483548402786, 0.09530027210712433, -0.013078106567263603, 0.06798283755779266, -0.16849711537361145, -0.020869607105851173, -0.01446688175201416, 0.009899779222905636, 0.05550243332982063, 0.09964893013238907, -0.03413357585668564, 0.10497362166643143, -0.09214533120393753, 0.11017382889986038, 0.10932035744190216, -0.32057443261146545, -0.005767723545432091, 0.09167823940515518, 0.039358653128147125, 0.07352814823389053, -0.04467793554067612, 0.06258884817361832, 0.018015462905168533, 0.017986174672842026, -0.014015024527907372, -0.07283061742782593, -0.11612214148044586, 0.04717336222529411, -0.08668071031570435, -0.059868961572647095, 0.2244078367948532, -0.05464440956711769, 0.06881742179393768, -0.05281897634267807, -0.10522868484258652, -0.04308144748210907, -0.029833965003490448, 0.00475557055324316, -0.07660607248544693, 0.08692064881324768, 0.00869679357856512, -0.09547875821590424, -0.1376667022705078, -0.02496783249080181, -0.1776352822780609, 0.16140350699424744, 0.02465328387916088, 0.05232657864689827, -0.2027255892753601, 0.09623090922832489, 0.017906051129102707, -0.08045592904090881, 0.022091427817940712, -0.10046248883008957, 0.029131146147847176, 0.013760408386588097, -0.04754498973488808, -0.061387211084365845, 0.0843690037727356, 0.11199145019054413, -0.01731434464454651, 0.025486016646027565, -0.039331406354904175, 0.08100687712430954, 0.03553595021367073, 0.09077847748994827, 0.007288969587534666, -0.028338588774204254, 0.025842782109975815, -0.13719046115875244, -0.003647835226729512, -0.07116208970546722, -0.16572439670562744, -0.021088803187012672, 0.02994808368384838, 0.08289173990488052, 0.015449047088623047, 0.11682453751564026, -0.03272046521306038, -0.025152435526251793, 0.03602350503206253, -0.047656361013650894, -0.012649794109165668, 0.016648368909955025, 0.013163427822291851, 0.12399329990148544, -0.0022096503525972366, 0.03235051408410072, -0.13653022050857544, 0.031423524022102356, -0.06793295592069626, -0.003740974934771657, -0.03486552834510803, -0.040637075901031494, 0.009043924510478973, -0.06862333416938782, 0.003486064961180091, -0.15030112862586975, -0.15063877403736115, 0.007587034720927477, -0.007836631499230862, -0.04107699543237686, -0.06370922178030014, -0.06952770054340363, -0.013550350442528725, 0.04251532256603241, -0.07093454152345657, -0.011352915316820145, -0.06403283774852753, 0.11004766076803207, -0.03197755664587021, 0.07921615242958069, -0.11953279376029968, 0.08390819281339645, -0.11260783672332764, -0.02386913076043129, -0.060801517218351364, 0.09317506104707718, -0.0006014376995153725, 0.09549830108880997, -0.006563255097717047, -0.017931854352355003, -0.07981178909540176, 0.06445012241601944, -0.042872510850429535, 0.21701598167419434, -0.0615808479487896, -0.11181682348251343, 0.28781595826148987, -0.052628401666879654, -0.1370542049407959, 0.11647392809391022, 0.008682746440172195, 0.05777018144726753, 0.10703510791063309, 0.19733482599258423, -0.015276194550096989, 0.004040541127324104, 0.09471915662288666, 0.11263324320316315, -0.11276852339506149, -0.033160366117954254, 0.013019153848290443, -0.04081077128648758, -0.10867965966463089, 0.04689536616206169, 0.09810488671064377, 0.07090286910533905, -0.04786505550146103, -0.03377414867281914, -0.01366397924721241, 0.0052589005790650845, 0.08885077387094498, -0.007157256826758385, 0.10962837189435959, -0.05819983780384064, -0.03796621412038803, -0.029282379895448685, -0.012126247398555279, -0.03951939567923546, 0.03137664496898651, -0.043376367539167404, 0.10821941494941711, -0.011204327456653118, 0.06364280730485916, -0.16185984015464783, -0.07691477984189987, -0.017002692446112633, 0.1581239402294159, 0.024538565427064896, 0.09859629720449448, 0.0552486926317215, -0.040398042649030685, -0.0012767292791977525, 0.012792680412530899, 0.15581141412258148, -0.022091681137681007, -0.065607450902462, -0.052166227251291275, 0.08642971515655518, -0.05641226842999458, 0.04504093527793884, -0.05937713757157326, 0.012367865070700645, 0.05064384639263153, 0.10342344641685486, -0.00018274025933351368, 0.03323284164071083, -0.008164864964783192, 0.002145637758076191, -0.058205123990774155, 0.007405933458358049, 0.10799351334571838, 0.00036868182360194623, -0.07365862280130386, 0.22074243426322937, -0.17796069383621216, 0.1765957772731781, 0.1893044263124466, -0.299345999956131, 0.017949223518371582, -0.10759581625461578, -0.04561871662735939, 0.014407722279429436, 0.05567655712366104, -0.0454222597181797, 0.1703362911939621, -0.009871348738670349, 0.18874616920948029, -0.04946064203977585, -0.04464937001466751, -0.0200483538210392, -0.05118836089968681, -0.0024189651012420654, 0.07781197130680084, 0.10685696452856064, -0.13992026448249817, 0.1964332014322281, 0.1621224284172058, 0.048237916082143784, 0.19945049285888672, 0.015346456319093704, -0.011589210480451584, 0.0909530371427536, 0.005220826715230942, -0.058739423751831055, -0.07409929484128952, -0.2594851851463318, -0.030033592134714127, 0.07992640137672424, 0.0422382652759552, 0.1212305948138237, -0.11349532753229141, -0.038956157863140106, -0.01763172075152397, -0.023146281018853188, 0.021672505885362625, 0.0914369598031044, 0.06075398623943329, 0.13201528787612915, -0.001710098935291171, -0.007300339173525572, 0.10524573177099228, 0.01783694699406624, -0.09354141354560852, 0.18308524787425995, -0.13652534782886505, -0.37097251415252686, -0.13911493122577667, -0.18057456612586975, -0.05449081212282181, 0.05712554603815079, 0.11679314076900482, -0.12011238187551498, -0.018752124160528183, 0.01578843593597412, 0.10931742936372757, -0.08449502289295197, 0.0021454424131661654, -0.06880278885364532, 0.0321490578353405, -0.10310184955596924, -0.09194442629814148, -0.055416494607925415, -0.031392451375722885, -0.08001253753900528, 0.1423761546611786, -0.10777941346168518, 0.04476889222860336, 0.20262959599494934, 0.04653622955083847, 0.05625178664922714, -0.044105201959609985, 0.19377262890338898, -0.11264272034168243, -0.01661740615963936, 0.19215328991413116, -0.048360925167798996, 0.07476246356964111, 0.1232115849852562, -0.006348740309476852, -0.08765771239995956, 0.03011748194694519, -0.02085109055042267, -0.07988511025905609, -0.23219464719295502, -0.13938382267951965, -0.12429051846265793, 0.09477275609970093, 0.028005298227071762, 0.056365787982940674, 0.17219258844852448, 0.06577219814062119, -0.038416244089603424, 0.006410336587578058, 0.02959546446800232, 0.08237514644861221, 0.23417828977108002, -0.06035616248846054, 0.1364797055721283, -0.03420931473374367, -0.14982740581035614, 0.08169995993375778, 0.0713929831981659, 0.10213395953178406, 0.06678459793329239, 0.0804823637008667, 0.0149586396291852, 0.06188136339187622, 0.1311223804950714, 0.08191446959972382, 0.019586285576224327, -0.02480296604335308, -0.03388110175728798, -0.025523077696561813, -0.05937909707427025, 0.040128443390131, 0.06589099019765854, -0.16763372719287872, -0.039227183908224106, -0.09338314831256866, 0.09657008945941925, 0.0873042419552803, 0.06609832495450974, -0.1842060089111328, -0.008006223477423191, 0.08488986641168594, -0.03854905813932419, -0.13727426528930664, 0.09535189718008041, 0.01523482333868742, -0.15144726634025574, 0.03139317408204079, -0.04061909019947052, 0.12188644707202911, -0.07804752141237259, 0.09809603542089462, -0.08108244836330414, -0.07448557764291763, 0.02123199962079525, 0.1261177361011505, -0.30527687072753906, 0.20240111649036407, -0.0024993624538183212, -0.06486981362104416, -0.1243603527545929, -0.0032166161108762026, 0.002410882618278265, 0.07357452809810638, 0.10519039630889893, -0.007196315098553896, 0.001897757756523788, -0.06300821900367737, -0.01829923689365387, 0.032471053302288055, 0.13080233335494995, -0.0401318334043026, -0.021158374845981598, -0.050194524228572845, -0.001653497340157628, -0.03173094615340233, -0.06934895366430283, 0.02002747356891632, -0.19509181380271912, 0.08751901984214783, 0.04166261479258537, 0.09648149460554123, 0.029994789510965347, 0.004265148192644119, -0.09651939570903778, 0.24698667228221893, -0.07148019969463348, -0.10072879493236542, -0.10919588059186935, -0.046813901513814926, 0.03569883480668068, -0.05628936365246773, 0.04309194162487984, -0.0788632407784462, 0.028997479006648064, -0.06352769583463669, -0.19235502183437347, 0.12410202622413635, -0.09027006477117538, -0.04412810131907463, -0.02371402643620968, 0.2110891044139862, -0.05598580464720726, 0.010335659608244896, 0.02930437959730625, 0.01208863127976656, -0.11645778268575668, -0.09678568691015244, 0.031018631532788277, -0.007351789623498917, 0.050603240728378296, 0.041841957718133926, -0.05915454775094986, -0.017138581722974777, -0.052199993282556534, -0.022926922887563705, 0.3496883809566498, 0.14231905341148376, -0.043836336582899094, 0.19347235560417175, 0.12347975373268127, -0.07452994585037231, -0.3159443140029907, -0.1066238060593605, -0.10937739163637161, -0.04680149629712105, -0.07012093812227249, -0.2002030611038208, 0.06474938243627548, 0.00662544509395957, -0.013415241613984108, 0.12749312818050385, -0.2561831772327423, -0.07571036368608475, 0.15906259417533875, -0.017980827018618584, 0.3745945692062378, -0.1168576180934906, -0.10926306992769241, -0.03950892388820648, -0.14175476133823395, 0.16968177258968353, -0.01989765651524067, 0.11221715062856674, -0.009765521623194218, 0.14388824999332428, 0.05548359826207161, -0.023479344323277473, 0.08544106781482697, 0.004999885335564613, -0.03290518373250961, -0.10304180532693863, -0.05676887184381485, 0.007092386484146118, 0.02477436140179634, 0.018026655539870262, -0.041834570467472076, 0.02227151393890381, -0.11731979995965958, -0.04657655209302902, -0.08982590585947037, 0.04431166127324104, 0.03899754583835602, -0.07325074821710587, -0.002380647463724017, -0.07165111601352692, -0.012272949330508709, 0.022334342822432518, 0.20356793701648712, -0.08029330521821976, 0.16448934376239777, 0.09239562600851059, 0.12419285625219345, -0.14376309514045715, -0.00019283240544609725, -0.0762530043721199, -0.05611240118741989, 0.07737895101308823, -0.09433035552501678, 0.058893077075481415, 0.10901971161365509, -0.04567738622426987, 0.08828683942556381, 0.10377411544322968, 0.008936077356338501, 0.003213887568563223, 0.10916902124881744, -0.2667325437068939, -0.0296600554138422, -0.07532413303852081, 0.000883326749317348, 0.09092561900615692, 0.08562852442264557, 0.18840822577476501, 0.025361526757478714, -0.04293036088347435, -0.002770674182102084, 0.028597986325621605, -0.039021048694849014, 0.051667019724845886, 0.001123449532315135, 0.01947369985282421, -0.1530752182006836, 0.072522833943367, 0.01490565575659275, -0.15215420722961426, 0.021316176280379295, 0.16572684049606323, -0.11656328290700912, -0.1283872276544571, -0.06520111113786697, 0.08313824236392975, -0.11755692958831787, -0.01578943058848381, -0.03279297426342964, -0.13145680725574493, 0.07992171496152878, 0.12629036605358124, 0.05557859688997269, 0.0972496047616005, -0.06061713397502899, -0.020469192415475845, -0.018721895292401314, -0.014099318534135818, -0.012384648434817791, -0.007667020428925753, -0.055978111922740936, 0.0590752474963665, -0.026677248999476433, 0.1425808072090149, -0.09221141785383224, -0.1037059873342514, -0.16142144799232483, 0.0374140702188015, -0.11013076454401016, -0.08825794607400894, -0.08821134269237518, -0.050188567489385605, 0.002360827289521694, -0.019856395199894905, -0.04037635400891304, -0.05829505994915962, -0.12300454825162888, 0.0338277705013752, -0.040771447122097015, 0.024727050215005875, -0.07512269169092178, 0.015856385231018066, 0.08507686108350754, -0.03285100311040878, 0.15655414760112762, 0.1450488418340683, -0.1006515845656395, 0.10741901397705078, -0.14806775748729706, -0.09138492494821548, 0.11116421222686768, 0.015329592861235142, 0.0449691042304039, 0.09723787009716034, 0.013362943194806576, 0.0635865181684494, 0.032776717096567154, 0.05308786407113075, 0.027619892731308937, -0.11959987878799438, 0.06483134627342224, -0.03626115620136261, -0.14700546860694885, -0.049338050186634064, -0.05282869189977646, 0.01647452637553215, 0.013054544106125832, 0.09622690081596375, -0.05301849544048309, 0.10698331147432327, -0.04055701196193695, 0.0346808135509491, 0.017554637044668198, -0.1730053424835205, -0.03816922754049301, -0.08538098633289337, 0.03681723028421402, 0.014741539023816586, 0.25266793370246887, 0.030072299763560295, 0.012416383251547813, 0.032671261578798294, 0.08285367488861084, 0.03899408504366875, 0.010228337720036507, 0.17482228577136993, 0.1162426546216011, -0.06621865928173065, -0.10445023328065872, 0.0729617029428482, 0.016332454979419708, 0.01286179106682539, 0.13617953658103943, 0.008365051820874214, 0.005795429926365614, 0.08649782836437225, -0.016865963116288185, 0.009968153201043606, -0.10052056610584259, -0.13426925241947174, -0.022176474332809448, 0.05151832848787308, -0.04655967652797699, 0.11727844923734665, 0.1406494379043579, -0.01806013658642769, 0.03222079202532768, -0.021771740168333054, -0.05699979141354561, -0.1683429479598999, -0.1429590880870819, -0.06883849948644638, -0.13416796922683716, 0.00897989235818386, -0.11180389672517776, 0.05395037308335304, 0.06001098081469536, 0.06750501692295074, -0.06899319589138031, 0.10220931470394135, 0.04626858979463577, -0.11440542340278625, 0.06264589726924896, -0.0296088308095932, 0.09430401772260666, -0.02759445086121559, -0.019505485892295837, -0.09039592742919922, 0.014574515633285046, 0.011419114656746387, 0.06245238706469536, -0.04707273095846176, 0.007463190704584122, -0.14696238934993744, -0.08972041308879852, -0.0523175448179245, 0.0718572810292244, -0.050409089773893356, 0.14282815158367157, 0.00775480642914772, -0.0170906875282526, 0.039554283022880554, 0.22787313163280487, -0.07476283609867096, -0.04778539761900902, -0.05269690603017807, 0.20717895030975342, 0.02975541539490223, 0.1171872541308403, -0.022938819602131844, -0.006106364540755749, -0.0919521227478981, 0.3764844834804535, 0.30030161142349243, -0.09031439572572708, 0.011794124729931355, 0.02137952297925949, 0.04502861574292183, 0.1316293478012085, 0.1216534823179245, 0.10318691283464432, 0.3006802201271057, -0.07452366501092911, -0.04653361067175865, -0.012629742734134197, -0.023858042433857918, -0.09059546142816544, 0.1021224707365036, 0.04839762672781944, -0.06382183730602264, -0.03313443064689636, 0.0954432487487793, -0.25862133502960205, 0.1277991235256195, -0.12311873584985733, -0.17578600347042084, -0.06654827296733856, 0.009760108776390553, 0.10465722531080246, 0.015642458572983742, 0.0946015790104866, 0.007128213066607714, -0.11252258718013763, 0.06305865943431854, 0.03397420793771744, -0.22762253880500793, 0.0006893770187161863, 0.06642123311758041, -0.07006710022687912, -0.0024247700348496437, -0.026499588042497635, 0.05657242611050606, 0.0656052976846695, 0.054629553109407425, -0.00971333310008049, 0.03816632181406021, 0.0034184439573436975, -0.0585215799510479, 0.016623929142951965, 0.05121519789099693, 0.02472509816288948, -0.09763528406620026, 0.06927435845136642, -0.1574270874261856, 0.04766253009438515, -0.0030655991286039352, -0.04124255105853081, 0.006064958870410919, 0.008823691867291927, -0.06491616368293762, 0.05165379121899605, 0.07916834205389023, -0.0016257909592241049, -0.0062433634884655476, -0.057178743183612823, -0.02632102556526661, -0.027755750343203545, -0.09291748702526093, -0.10495562851428986, -0.14682936668395996, -0.11640441417694092, 0.09368976950645447, -0.01011267676949501, -0.1848134547472, 0.022154374048113823, -0.08606051653623581, 0.08319322764873505, -0.1670055389404297, 0.08040720224380493, 0.07041648775339127, 0.013038921169936657, -0.0031511052511632442, -0.02002427540719509, 0.054132770746946335, 0.086809903383255, -0.10407156497240067, -0.07400695979595184 ]
null
null
null
https://www.geogebra.org/m/bbuczchu https://www.geogebra.org/m/xwyasqje https://www.geogebra.org/m/mx2cqkwr https://www.geogebra.org/m/tkqqqthm https://www.geogebra.org/m/asdaf9mj https://www.geogebra.org/m/ywuaj7p5 https://www.geogebra.org/m/jkfkayj3 https://www.geogebra.org/m/hptnn7ar https://www.geogebra.org/m/de9cwmrf https://www.geogebra.org/m/yjc5hdep https://www.geogebra.org/m/nm8r56w5 https://www.geogebra.org/m/j7wfcpxj
{}
null
Aurora/asdawd
[ "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #region-us
URL URL URL URL URL URL URL URL URL URL URL URL
[]
[ "TAGS\n#region-us \n" ]
[ 6 ]
[ "passage: TAGS\n#region-us \n" ]
[ 0.024608636274933815, -0.026205500587821007, -0.009666500613093376, -0.10395516455173492, 0.08638657629489899, 0.059816278517246246, 0.01882290467619896, 0.020661840215325356, 0.23975107073783875, -0.005599027033895254, 0.1219947561621666, 0.0015615287702530622, -0.037353623658418655, 0.03733762726187706, -0.0035912662278860807, -0.17583473026752472, 0.03876631706953049, -0.018274923786520958, 0.01843859627842903, 0.026470553129911423, -0.07776834815740585, -0.07564429938793182, 0.015296397730708122, -0.10247814655303955, -0.083692267537117, 0.11002834886312485, 0.031466204673051834, -0.019670886918902397, 0.10779199749231339, -0.04243955761194229, 0.18699054419994354, -0.011512263678014278, -0.11213519424200058, -0.2536850869655609, 0.021806683391332626, -0.01765260472893715, -0.08747660368680954, 0.01506110467016697, 0.0665089413523674, -0.09014441072940826, -0.0588928684592247, 0.0795099288225174, -0.01132340170443058, 0.04246443510055542, -0.27593839168548584, -0.12684126198291779, -0.05297930911183357, -0.1421966552734375, 0.08651168644428253, 0.04035491496324539, 0.008764253929257393, 0.15506891906261444, -0.20897391438484192, 0.004104613792151213, 0.08255259692668915, -0.2538507878780365, 0.05591634660959244, 0.17671173810958862, 0.03623908758163452, 0.18037272989749908, 0.0060391901060938835, 0.11029672622680664, 0.0716743916273117, -0.024263937026262283, -0.17590197920799255, -0.08127854019403458, -0.04696211963891983, 0.16642488539218903, -0.06727185100317001, -0.14248386025428772, 0.34701237082481384, 0.00015008423360995948, 0.009657775051891804, 0.16921205818653107, -0.059524230659008026, -0.09972117841243744, 0.07259953022003174, 0.016484731808304787, 0.018492350354790688, 0.1471305936574936, 0.16307872533798218, -0.0458691343665123, -0.13837823271751404, -0.018630273640155792, -0.22798998653888702, 0.17510560154914856, -0.03248048573732376, 0.13137903809547424, -0.27447956800460815, 0.01684025302529335, -0.2570667266845703, 0.0032130838371813297, 0.04178816080093384, -0.06004921346902847, -0.0226522795855999, -0.013265985064208508, -0.08018817007541656, 0.004899587947875261, 0.06192673370242119, 0.1266920566558838, -0.06128726154565811, 0.06128238886594772, -0.09319206327199936, 0.141696035861969, 0.07166698575019836, 0.07868369668722153, 0.13037432730197906, 0.041205424815416336, -0.07187089323997498, -0.21872246265411377, -0.0026476888451725245, -0.06275863200426102, -0.09502086788415909, -0.0020165652967989445, -0.11606067419052124, 0.17244569957256317, -0.030802514404058456, -0.09825427830219269, -0.11208184063434601, 0.09148659557104111, -0.032992321997880936, -0.03437839448451996, -0.03552987426519394, -0.020977836102247238, 0.019381176680326462, 0.04704452306032181, -0.1548958420753479, -0.005131472367793322, 0.07039852440357208, 0.11502562463283539, -0.1346137970685959, -0.003783059772104025, -0.07908964157104492, 0.03039063885807991, 0.07654735445976257, -0.16510222852230072, 0.03158547356724739, -0.1124754324555397, -0.07531405985355377, 0.002912673633545637, -0.015710093080997467, -0.016202643513679504, 0.166526660323143, -0.0020451415330171585, 0.0714716836810112, -0.026345307007431984, -0.05890209600329399, -0.11243434250354767, -0.08489254862070084, 0.05390460044145584, 0.03670717030763626, 0.03266148269176483, -0.2193479984998703, 0.014805203303694725, -0.12762966752052307, 0.1360815018415451, -0.10566820204257965, -0.04705966264009476, -0.022842247039079666, 0.20562705397605896, 0.037286072969436646, 0.08762791007757187, -0.22171171009540558, 0.039756543934345245, -0.05404696613550186, 0.18480908870697021, -0.1502426266670227, -0.0799463614821434, 0.20813211798667908, -0.07964949309825897, -0.10115210711956024, 0.021235812455415726, 0.020391687750816345, 0.026287272572517395, 0.0766737088561058, 0.4564172327518463, -0.09766800701618195, -0.09146861732006073, 0.10178250074386597, 0.17055274546146393, -0.12427149713039398, -0.1827561855316162, 0.06446871906518936, -0.16666454076766968, -0.1973118633031845, 0.0018917324487119913, 0.09222044050693512, 0.038269978016614914, -0.07875611633062363, -0.020746968686580658, 0.06325206160545349, -0.0007678253459744155, 0.09095914661884308, 0.03755716234445572, 0.09034032374620438, -0.08716782182455063, 0.11115926504135132, -0.05017651244997978, 0.004037132486701012, 0.1343354731798172, 0.027325427159667015, -0.03223329409956932, 0.08694463223218918, -0.0485352948307991, 0.05295134335756302, -0.1662379503250122, -0.15068690478801727, 0.03398871049284935, 0.06283251196146011, 0.03186952322721481, 0.1280253529548645, 0.08141885697841644, -0.10732853412628174, 0.022690722718834877, -0.004228927195072174, 0.058398615568876266, 0.03891623765230179, 0.006107209715992212, 0.008764320984482765, 0.0961301177740097, -0.10607069730758667, -0.13589619100093842, -0.07336436957120895, -0.014715781435370445, 0.14371353387832642, -0.0302802175283432, 0.07690227776765823, -0.004240254405885935, 0.00013200697139836848, 0.06930823624134064, 0.08137880265712738, 0.016412746161222458, 0.08971183747053146, -0.05237193778157234, -0.05160155147314072, 0.10863113403320312, -0.13533565402030945, 0.17837053537368774, 0.14053137600421906, -0.20532016456127167, 0.029453208670020103, -0.06838275492191315, 0.03670361638069153, -0.008162540383636951, 0.0975119024515152, -0.08272241055965424, -0.02106042578816414, 0.013134466484189034, 0.0052274600602686405, -0.013007243163883686, 0.017682146281003952, -0.07295988500118256, -0.07787393033504486, -0.10233919322490692, 0.08436838537454605, 0.11562882363796234, -0.10282530635595322, 0.14214380085468292, 0.4384984076023102, 0.11495281755924225, 0.21582984924316406, -0.09581480920314789, -0.0412987545132637, 0.007486371789127588, 0.0001535322517156601, -0.04476691037416458, 0.08031861484050751, -0.15973517298698425, -0.038901735097169876, 0.027348900213837624, 0.07128690183162689, 0.11475157737731934, -0.14959022402763367, -0.09639324247837067, -0.00793045200407505, 0.0022841424215584993, -0.1249532699584961, 0.023905446752905846, -0.03974650055170059, 0.04015624523162842, 0.07232289016246796, -0.021535737439990044, 0.13939237594604492, -0.04166141897439957, -0.0639561116695404, 0.07585346698760986, -0.2017085999250412, -0.23179671168327332, -0.12309670448303223, -0.14680525660514832, 0.04366797208786011, 0.05154111236333847, 0.01726446859538555, -0.17635835707187653, -0.015074856579303741, 0.07706750929355621, 0.07820965349674225, -0.20886357128620148, -0.022814949974417686, -0.004290030337870121, 0.0895976573228836, -0.10227091610431671, -0.0017130117630586028, -0.04419664293527603, -0.10150232166051865, 0.0017003051470965147, 0.07279510796070099, -0.137485533952713, 0.13807645440101624, 0.21589438617229462, 0.07225540280342102, 0.07359948754310608, -0.019093448296189308, 0.09936179965734482, -0.10856141895055771, -0.16549113392829895, 0.08348225057125092, -0.06234746053814888, 0.047262318432331085, 0.17534415423870087, 0.03307317942380905, -0.13904969394207, -0.015682822093367577, -0.0402069091796875, -0.15603256225585938, -0.238995760679245, -0.09178274869918823, -0.1182505264878273, 0.16442428529262543, 0.0009358620154671371, 0.06651917099952698, 0.08258313685655594, -0.022042419761419296, 0.16447891294956207, -0.07379321753978729, -0.07578866183757782, -0.006978808436542749, 0.12375060468912125, -0.056660156697034836, -0.03080669604241848, -0.10566964000463486, -0.008295975625514984, 0.1151021271944046, 0.15304014086723328, 0.12214863300323486, 0.2957419455051422, 0.08268889784812927, 0.026645636186003685, 0.08958091586828232, 0.17622539401054382, 0.09495089203119278, 0.07838419824838638, -0.045413073152303696, -0.014814783819019794, 0.014317171648144722, -0.04022889584302902, 0.010141594335436821, 0.14683100581169128, -0.2679629921913147, -0.006678564939647913, -0.2710230350494385, 0.0965198427438736, -0.10913380235433578, 0.11837165057659149, -0.01015760749578476, 0.10194015502929688, 0.11082887649536133, 0.03233652561903, -0.03858073800802231, 0.16613617539405823, 0.08450309932231903, -0.11277695000171661, 0.001758623169735074, 0.03737903758883476, 0.09715615212917328, -0.02818971499800682, 0.12721189856529236, -0.11048974841833115, -0.1464834064245224, 0.013753619976341724, 0.07152791321277618, -0.15373679995536804, 0.3138748109340668, 0.012069208547472954, -0.13481520116329193, -0.01481647603213787, -0.09957809001207352, -0.006440147757530212, 0.1254177987575531, 0.09333524852991104, 0.07935678958892822, -0.2185502052307129, -0.13339371979236603, 0.05872276425361633, -0.00575496768578887, 0.22408108413219452, -0.034034017473459244, -0.11356475204229355, -0.027013886719942093, 0.04241163283586502, -0.06043251231312752, 0.08524788916110992, 0.023536119610071182, -0.08113526552915573, -0.032957352697849274, 0.05323701351881027, 0.012368366122245789, 0.00524376705288887, 0.09360801428556442, 0.020107939839363098, -0.0009265501867048442, 0.01785753294825554, 0.047885000705718994, -0.0675911232829094, -0.1984109878540039, 0.09357594698667526, -0.05215044692158699, 0.0015536568826064467, -0.08013670891523361, -0.15122665464878082, -0.08837161958217621, -0.16009655594825745, 0.12540200352668762, -0.034406669437885284, 0.12700119614601135, -0.06619787961244583, 0.17341409623622894, -0.07871770113706589, 0.04481020197272301, -0.047349292784929276, 0.050332702696323395, -0.007268077693879604, -0.07756082713603973, 0.16585899889469147, -0.15564003586769104, 0.01809087023139, 0.19572502374649048, -0.018915493041276932, 0.07177707552909851, 0.021322092041373253, -0.0636206790804863, 0.23147478699684143, 0.3014698624610901, 0.008138049393892288, 0.1665448248386383, 0.3018903136253357, -0.07466315478086472, -0.2642788887023926, -0.05505012720823288, -0.2841376066207886, -0.05371501296758652, 0.10716094076633453, -0.22523896396160126, 0.06986407935619354, 0.14383509755134583, -0.06471995264291763, 0.30228954553604126, -0.21825523674488068, 0.012589273042976856, 0.15434536337852478, -0.08868814259767532, 0.5515313148498535, -0.1133413165807724, -0.17677772045135498, -0.008122089318931103, -0.08741296827793121, 0.10602109134197235, -0.0340677872300148, 0.06877441704273224, 0.013465235009789467, 0.04797380417585373, 0.048932258039712906, -0.03111894056200981, 0.22701001167297363, 0.008710170164704323, 0.09015397727489471, -0.07378865778446198, -0.18624304234981537, 0.11639340221881866, -0.04359482601284981, -0.08891059458255768, 0.0849778801202774, -0.05942516401410103, -0.11078983545303345, 0.04663389176130295, -0.07950539886951447, -0.024862350896000862, 0.08423490077257156, -0.04678233340382576, -0.042606171220541, -0.008054176345467567, -0.1618063747882843, -0.0002289071271661669, 0.31360217928886414, -0.07096036523580551, 0.16695955395698547, 0.03677211329340935, 0.00038613268407061696, -0.11027684062719345, 0.030288029462099075, -0.05203165486454964, -0.021576624363660812, 0.09578979015350342, -0.11096979677677155, 0.03204701095819473, 0.14160704612731934, -0.04864364117383957, 0.05846960097551346, 0.09256096184253693, -0.0849417969584465, 0.007583672646433115, 0.17753590643405914, -0.17537221312522888, -0.1273445188999176, -0.006135711446404457, -0.09862716495990753, 0.14055661857128143, 0.04394126310944557, 0.05191568285226822, 0.16669964790344238, 0.03967129811644554, -0.029474308714270592, -0.02817419543862343, -0.1153380498290062, -0.0201893113553524, 0.040153320878744125, 0.00045633706031367183, -0.08791285753250122, 0.2262638509273529, 0.06409153342247009, -0.1328488290309906, -0.051157206296920776, 0.2161225974559784, -0.06805316358804703, -0.04911920800805092, -0.223562553524971, 0.10752306133508682, -0.07112517952919006, -0.0965060144662857, 0.05453834682703018, -0.02270081453025341, 0.005106312222778797, 0.181985542178154, 0.03941008821129799, 0.11070270836353302, 0.03738937899470329, -0.02448922023177147, 0.15798696875572205, -0.142850860953331, -0.14191335439682007, -0.025354057550430298, -0.08757315576076508, -0.13844476640224457, -0.026804137974977493, 0.1617041826248169, -0.09177309274673462, -0.14772607386112213, -0.2621181011199951, 0.10968475043773651, -0.16432365775108337, -0.10192688554525375, -0.03469514101743698, -0.08968492597341537, 0.0696166530251503, 0.030301768332719803, -0.03093348816037178, -0.06706760823726654, -0.18593791127204895, 0.0816768929362297, 0.06349513679742813, 0.045533183962106705, -0.017847947776317596, 0.0067379772663116455, 0.1720137596130371, 0.025955144315958023, 0.10040043294429779, 0.16762186586856842, 0.011397695168852806, 0.2246655523777008, -0.1671202927827835, -0.11496317386627197, 0.1336962729692459, -0.026543032377958298, 0.06762003898620605, 0.16792191565036774, -0.0772583931684494, 0.015526676550507545, -0.028136352077126503, 0.07066910713911057, -0.11003983020782471, -0.105624258518219, 0.007937257178127766, 0.02567129209637642, -0.2755882740020752, -0.005599735304713249, -0.19717298448085785, 0.14788752794265747, 0.02579621411859989, 0.03297143429517746, 0.10257530212402344, 0.10404334217309952, 0.08312062919139862, -0.0017710148822516203, 0.03226327523589134, -0.1176818460226059, 0.02753005363047123, -0.059239376336336136, -0.020663779228925705, 0.017624232918024063, 0.36952024698257446, -0.03603357449173927, -0.046802736818790436, 0.003710439894348383, 0.1307835876941681, -0.02139742486178875, 0.017395347356796265, 0.13209912180900574, 0.12607666850090027, -0.08595693111419678, -0.1504845917224884, 0.04888554662466049, -0.04565655067563057, -0.02836887165904045, 0.1464131623506546, 0.05905961990356445, 0.1050296202301979, 0.0908031314611435, -0.014463032595813274, -0.00318976235575974, 0.012856799177825451, -0.15486004948616028, 0.06223496049642563, -0.010558074340224266, 0.012565906159579754, 0.017934376373887062, 0.15238402783870697, -0.005540105979889631, 0.07739730179309845, -0.09889880567789078, 0.004208535887300968, -0.13498884439468384, -0.07913459837436676, 0.03617347031831741, -0.13393273949623108, 0.04141177982091904, -0.01871878281235695, 0.029611799865961075, 0.30386561155319214, 0.02558239921927452, -0.020639164373278618, 0.12512871623039246, -0.1214587539434433, -0.12050267308950424, -0.001594188273884356, -0.029960084706544876, 0.0791488066315651, -0.02633434161543846, -0.0997740775346756, -0.1001306027173996, -0.15166029334068298, -0.09759195148944855, 0.05182836204767227, -0.04993441700935364, -0.059362251311540604, -0.17634081840515137, -0.05707859992980957, -0.05147340148687363, 0.14025864005088806, -0.12263951450586319, 0.15159130096435547, -0.014490418136119843, 0.004084470681846142, 0.04405883327126503, 0.1950942426919937, -0.03644494712352753, 0.08714226633310318, 0.0154351145029068, 0.1522706001996994, -0.05119588226079941, 0.14720745384693146, -0.10931728035211563, -0.04014137014746666, -0.06710435450077057, 0.21513493359088898, 0.25630924105644226, -0.06136954948306084, -0.008937356993556023, -0.012760217301547527, 0.058654606342315674, 0.1073930487036705, 0.16049085557460785, 0.002326392102986574, 0.2802925705909729, -0.03133585304021835, 0.04815128445625305, 0.02901598811149597, 0.013607407920062542, -0.06336209923028946, 0.03397751972079277, 0.07539387792348862, -0.035039983689785004, -0.1412304788827896, 0.15837742388248444, -0.21980468928813934, 0.18157227337360382, 0.11640069633722305, -0.19996967911720276, -0.013728445395827293, -0.04882071167230606, 0.1689416468143463, -0.0856364443898201, 0.1637246012687683, -0.0903693437576294, -0.2108195722103119, -0.2056000679731369, 0.03867346793413162, -0.34623071551322937, -0.254462867975235, 0.10422009229660034, 0.1488201916217804, 0.04015883058309555, -0.018507536500692368, -0.019967829808592796, -0.018367022275924683, 0.04877542704343796, -0.0067357709631323814, 0.06014643982052803, 0.031397558748722076, -0.02988368645310402, -0.24127542972564697, -0.029804671183228493, 0.023964406922459602, -0.07093082368373871, 0.07464958727359772, -0.06874357163906097, -0.022495782002806664, 0.08059766888618469, -0.03066304884850979, 0.03298592567443848, -0.035373736172914505, -0.16326889395713806, 0.027529051527380943, 0.03900543600320816, 0.036012712866067886, 0.00634160777553916, 0.0008072225609794259, -0.03455270454287529, 0.0644603744149208, -0.16716794669628143, -0.16015739738941193, 0.14140215516090393, -0.06745140254497528, 0.2779497504234314, -0.05812826007604599, -0.0809100940823555, 0.04766704887151718, -0.03426874056458473, 0.1807648241519928, -0.07756473124027252, 0.047254521399736404, 0.12766779959201813, 0.011127962730824947, 0.03121316432952881, -0.3092964291572571, 0.11082969605922699, -0.000795336440205574, -0.006093299947679043, -0.07581598311662674 ]
null
null
null
https://community.afpglobal.org/network/members/profile?UserKey=b0b38adc-86c7-4d30-85c6-ac7d15c5eeb0 https://community.afpglobal.org/network/members/profile?UserKey=f4ddef89-b508-4695-9d1e-3d4d1a583279 https://community.afpglobal.org/network/members/profile?UserKey=36081479-5e7b-41ba-8370-ecf72989107a https://community.afpglobal.org/network/members/profile?UserKey=e1a88332-be7f-4997-af4e-9fcb7bb366da https://community.afpglobal.org/network/members/profile?UserKey=4738b405-2017-4025-9e5f-eadbf7674840 https://community.afpglobal.org/network/members/profile?UserKey=eb96d91c-31ae-46e1-8297-a3c8551f2e6a https://u.mpi.org/network/members/profile?UserKey=9867e2d9-d22a-4dab-8bcf-3da5c2f30745 https://u.mpi.org/network/members/profile?UserKey=5af232f2-a66e-438f-a5ab-9768321f791d https://community.afpglobal.org/network/members/profile?UserKey=481305df-48ea-4c50-bca4-a82008efb427 https://u.mpi.org/network/members/profile?UserKey=039fbb91-52c6-40aa-b58d-432fb4081e32 https://www.geogebra.org/m/jkfkayj3 https://www.geogebra.org/m/hptnn7ar https://www.geogebra.org/m/de9cwmrf https://www.geogebra.org/m/yjc5hdep https://www.geogebra.org/m/nm8r56w5 https://www.geogebra.org/m/j7wfcpxj https://www.geogebra.org/m/bbuczchu https://www.geogebra.org/m/xwyasqje https://www.geogebra.org/m/mx2cqkwr https://www.geogebra.org/m/tkqqqthm https://www.geogebra.org/m/asdaf9mj https://www.geogebra.org/m/ywuaj7p5
{}
null
Aurora/community.afpglobal
[ "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #region-us
URL URL URL URL URL URL https://u.URL https://u.URL URL https://u.URL URL URL URL URL URL URL URL URL URL URL URL URL
[]
[ "TAGS\n#region-us \n" ]
[ 6 ]
[ "passage: TAGS\n#region-us \n" ]
[ 0.024608636274933815, -0.026205500587821007, -0.009666500613093376, -0.10395516455173492, 0.08638657629489899, 0.059816278517246246, 0.01882290467619896, 0.020661840215325356, 0.23975107073783875, -0.005599027033895254, 0.1219947561621666, 0.0015615287702530622, -0.037353623658418655, 0.03733762726187706, -0.0035912662278860807, -0.17583473026752472, 0.03876631706953049, -0.018274923786520958, 0.01843859627842903, 0.026470553129911423, -0.07776834815740585, -0.07564429938793182, 0.015296397730708122, -0.10247814655303955, -0.083692267537117, 0.11002834886312485, 0.031466204673051834, -0.019670886918902397, 0.10779199749231339, -0.04243955761194229, 0.18699054419994354, -0.011512263678014278, -0.11213519424200058, -0.2536850869655609, 0.021806683391332626, -0.01765260472893715, -0.08747660368680954, 0.01506110467016697, 0.0665089413523674, -0.09014441072940826, -0.0588928684592247, 0.0795099288225174, -0.01132340170443058, 0.04246443510055542, -0.27593839168548584, -0.12684126198291779, -0.05297930911183357, -0.1421966552734375, 0.08651168644428253, 0.04035491496324539, 0.008764253929257393, 0.15506891906261444, -0.20897391438484192, 0.004104613792151213, 0.08255259692668915, -0.2538507878780365, 0.05591634660959244, 0.17671173810958862, 0.03623908758163452, 0.18037272989749908, 0.0060391901060938835, 0.11029672622680664, 0.0716743916273117, -0.024263937026262283, -0.17590197920799255, -0.08127854019403458, -0.04696211963891983, 0.16642488539218903, -0.06727185100317001, -0.14248386025428772, 0.34701237082481384, 0.00015008423360995948, 0.009657775051891804, 0.16921205818653107, -0.059524230659008026, -0.09972117841243744, 0.07259953022003174, 0.016484731808304787, 0.018492350354790688, 0.1471305936574936, 0.16307872533798218, -0.0458691343665123, -0.13837823271751404, -0.018630273640155792, -0.22798998653888702, 0.17510560154914856, -0.03248048573732376, 0.13137903809547424, -0.27447956800460815, 0.01684025302529335, -0.2570667266845703, 0.0032130838371813297, 0.04178816080093384, -0.06004921346902847, -0.0226522795855999, -0.013265985064208508, -0.08018817007541656, 0.004899587947875261, 0.06192673370242119, 0.1266920566558838, -0.06128726154565811, 0.06128238886594772, -0.09319206327199936, 0.141696035861969, 0.07166698575019836, 0.07868369668722153, 0.13037432730197906, 0.041205424815416336, -0.07187089323997498, -0.21872246265411377, -0.0026476888451725245, -0.06275863200426102, -0.09502086788415909, -0.0020165652967989445, -0.11606067419052124, 0.17244569957256317, -0.030802514404058456, -0.09825427830219269, -0.11208184063434601, 0.09148659557104111, -0.032992321997880936, -0.03437839448451996, -0.03552987426519394, -0.020977836102247238, 0.019381176680326462, 0.04704452306032181, -0.1548958420753479, -0.005131472367793322, 0.07039852440357208, 0.11502562463283539, -0.1346137970685959, -0.003783059772104025, -0.07908964157104492, 0.03039063885807991, 0.07654735445976257, -0.16510222852230072, 0.03158547356724739, -0.1124754324555397, -0.07531405985355377, 0.002912673633545637, -0.015710093080997467, -0.016202643513679504, 0.166526660323143, -0.0020451415330171585, 0.0714716836810112, -0.026345307007431984, -0.05890209600329399, -0.11243434250354767, -0.08489254862070084, 0.05390460044145584, 0.03670717030763626, 0.03266148269176483, -0.2193479984998703, 0.014805203303694725, -0.12762966752052307, 0.1360815018415451, -0.10566820204257965, -0.04705966264009476, -0.022842247039079666, 0.20562705397605896, 0.037286072969436646, 0.08762791007757187, -0.22171171009540558, 0.039756543934345245, -0.05404696613550186, 0.18480908870697021, -0.1502426266670227, -0.0799463614821434, 0.20813211798667908, -0.07964949309825897, -0.10115210711956024, 0.021235812455415726, 0.020391687750816345, 0.026287272572517395, 0.0766737088561058, 0.4564172327518463, -0.09766800701618195, -0.09146861732006073, 0.10178250074386597, 0.17055274546146393, -0.12427149713039398, -0.1827561855316162, 0.06446871906518936, -0.16666454076766968, -0.1973118633031845, 0.0018917324487119913, 0.09222044050693512, 0.038269978016614914, -0.07875611633062363, -0.020746968686580658, 0.06325206160545349, -0.0007678253459744155, 0.09095914661884308, 0.03755716234445572, 0.09034032374620438, -0.08716782182455063, 0.11115926504135132, -0.05017651244997978, 0.004037132486701012, 0.1343354731798172, 0.027325427159667015, -0.03223329409956932, 0.08694463223218918, -0.0485352948307991, 0.05295134335756302, -0.1662379503250122, -0.15068690478801727, 0.03398871049284935, 0.06283251196146011, 0.03186952322721481, 0.1280253529548645, 0.08141885697841644, -0.10732853412628174, 0.022690722718834877, -0.004228927195072174, 0.058398615568876266, 0.03891623765230179, 0.006107209715992212, 0.008764320984482765, 0.0961301177740097, -0.10607069730758667, -0.13589619100093842, -0.07336436957120895, -0.014715781435370445, 0.14371353387832642, -0.0302802175283432, 0.07690227776765823, -0.004240254405885935, 0.00013200697139836848, 0.06930823624134064, 0.08137880265712738, 0.016412746161222458, 0.08971183747053146, -0.05237193778157234, -0.05160155147314072, 0.10863113403320312, -0.13533565402030945, 0.17837053537368774, 0.14053137600421906, -0.20532016456127167, 0.029453208670020103, -0.06838275492191315, 0.03670361638069153, -0.008162540383636951, 0.0975119024515152, -0.08272241055965424, -0.02106042578816414, 0.013134466484189034, 0.0052274600602686405, -0.013007243163883686, 0.017682146281003952, -0.07295988500118256, -0.07787393033504486, -0.10233919322490692, 0.08436838537454605, 0.11562882363796234, -0.10282530635595322, 0.14214380085468292, 0.4384984076023102, 0.11495281755924225, 0.21582984924316406, -0.09581480920314789, -0.0412987545132637, 0.007486371789127588, 0.0001535322517156601, -0.04476691037416458, 0.08031861484050751, -0.15973517298698425, -0.038901735097169876, 0.027348900213837624, 0.07128690183162689, 0.11475157737731934, -0.14959022402763367, -0.09639324247837067, -0.00793045200407505, 0.0022841424215584993, -0.1249532699584961, 0.023905446752905846, -0.03974650055170059, 0.04015624523162842, 0.07232289016246796, -0.021535737439990044, 0.13939237594604492, -0.04166141897439957, -0.0639561116695404, 0.07585346698760986, -0.2017085999250412, -0.23179671168327332, -0.12309670448303223, -0.14680525660514832, 0.04366797208786011, 0.05154111236333847, 0.01726446859538555, -0.17635835707187653, -0.015074856579303741, 0.07706750929355621, 0.07820965349674225, -0.20886357128620148, -0.022814949974417686, -0.004290030337870121, 0.0895976573228836, -0.10227091610431671, -0.0017130117630586028, -0.04419664293527603, -0.10150232166051865, 0.0017003051470965147, 0.07279510796070099, -0.137485533952713, 0.13807645440101624, 0.21589438617229462, 0.07225540280342102, 0.07359948754310608, -0.019093448296189308, 0.09936179965734482, -0.10856141895055771, -0.16549113392829895, 0.08348225057125092, -0.06234746053814888, 0.047262318432331085, 0.17534415423870087, 0.03307317942380905, -0.13904969394207, -0.015682822093367577, -0.0402069091796875, -0.15603256225585938, -0.238995760679245, -0.09178274869918823, -0.1182505264878273, 0.16442428529262543, 0.0009358620154671371, 0.06651917099952698, 0.08258313685655594, -0.022042419761419296, 0.16447891294956207, -0.07379321753978729, -0.07578866183757782, -0.006978808436542749, 0.12375060468912125, -0.056660156697034836, -0.03080669604241848, -0.10566964000463486, -0.008295975625514984, 0.1151021271944046, 0.15304014086723328, 0.12214863300323486, 0.2957419455051422, 0.08268889784812927, 0.026645636186003685, 0.08958091586828232, 0.17622539401054382, 0.09495089203119278, 0.07838419824838638, -0.045413073152303696, -0.014814783819019794, 0.014317171648144722, -0.04022889584302902, 0.010141594335436821, 0.14683100581169128, -0.2679629921913147, -0.006678564939647913, -0.2710230350494385, 0.0965198427438736, -0.10913380235433578, 0.11837165057659149, -0.01015760749578476, 0.10194015502929688, 0.11082887649536133, 0.03233652561903, -0.03858073800802231, 0.16613617539405823, 0.08450309932231903, -0.11277695000171661, 0.001758623169735074, 0.03737903758883476, 0.09715615212917328, -0.02818971499800682, 0.12721189856529236, -0.11048974841833115, -0.1464834064245224, 0.013753619976341724, 0.07152791321277618, -0.15373679995536804, 0.3138748109340668, 0.012069208547472954, -0.13481520116329193, -0.01481647603213787, -0.09957809001207352, -0.006440147757530212, 0.1254177987575531, 0.09333524852991104, 0.07935678958892822, -0.2185502052307129, -0.13339371979236603, 0.05872276425361633, -0.00575496768578887, 0.22408108413219452, -0.034034017473459244, -0.11356475204229355, -0.027013886719942093, 0.04241163283586502, -0.06043251231312752, 0.08524788916110992, 0.023536119610071182, -0.08113526552915573, -0.032957352697849274, 0.05323701351881027, 0.012368366122245789, 0.00524376705288887, 0.09360801428556442, 0.020107939839363098, -0.0009265501867048442, 0.01785753294825554, 0.047885000705718994, -0.0675911232829094, -0.1984109878540039, 0.09357594698667526, -0.05215044692158699, 0.0015536568826064467, -0.08013670891523361, -0.15122665464878082, -0.08837161958217621, -0.16009655594825745, 0.12540200352668762, -0.034406669437885284, 0.12700119614601135, -0.06619787961244583, 0.17341409623622894, -0.07871770113706589, 0.04481020197272301, -0.047349292784929276, 0.050332702696323395, -0.007268077693879604, -0.07756082713603973, 0.16585899889469147, -0.15564003586769104, 0.01809087023139, 0.19572502374649048, -0.018915493041276932, 0.07177707552909851, 0.021322092041373253, -0.0636206790804863, 0.23147478699684143, 0.3014698624610901, 0.008138049393892288, 0.1665448248386383, 0.3018903136253357, -0.07466315478086472, -0.2642788887023926, -0.05505012720823288, -0.2841376066207886, -0.05371501296758652, 0.10716094076633453, -0.22523896396160126, 0.06986407935619354, 0.14383509755134583, -0.06471995264291763, 0.30228954553604126, -0.21825523674488068, 0.012589273042976856, 0.15434536337852478, -0.08868814259767532, 0.5515313148498535, -0.1133413165807724, -0.17677772045135498, -0.008122089318931103, -0.08741296827793121, 0.10602109134197235, -0.0340677872300148, 0.06877441704273224, 0.013465235009789467, 0.04797380417585373, 0.048932258039712906, -0.03111894056200981, 0.22701001167297363, 0.008710170164704323, 0.09015397727489471, -0.07378865778446198, -0.18624304234981537, 0.11639340221881866, -0.04359482601284981, -0.08891059458255768, 0.0849778801202774, -0.05942516401410103, -0.11078983545303345, 0.04663389176130295, -0.07950539886951447, -0.024862350896000862, 0.08423490077257156, -0.04678233340382576, -0.042606171220541, -0.008054176345467567, -0.1618063747882843, -0.0002289071271661669, 0.31360217928886414, -0.07096036523580551, 0.16695955395698547, 0.03677211329340935, 0.00038613268407061696, -0.11027684062719345, 0.030288029462099075, -0.05203165486454964, -0.021576624363660812, 0.09578979015350342, -0.11096979677677155, 0.03204701095819473, 0.14160704612731934, -0.04864364117383957, 0.05846960097551346, 0.09256096184253693, -0.0849417969584465, 0.007583672646433115, 0.17753590643405914, -0.17537221312522888, -0.1273445188999176, -0.006135711446404457, -0.09862716495990753, 0.14055661857128143, 0.04394126310944557, 0.05191568285226822, 0.16669964790344238, 0.03967129811644554, -0.029474308714270592, -0.02817419543862343, -0.1153380498290062, -0.0201893113553524, 0.040153320878744125, 0.00045633706031367183, -0.08791285753250122, 0.2262638509273529, 0.06409153342247009, -0.1328488290309906, -0.051157206296920776, 0.2161225974559784, -0.06805316358804703, -0.04911920800805092, -0.223562553524971, 0.10752306133508682, -0.07112517952919006, -0.0965060144662857, 0.05453834682703018, -0.02270081453025341, 0.005106312222778797, 0.181985542178154, 0.03941008821129799, 0.11070270836353302, 0.03738937899470329, -0.02448922023177147, 0.15798696875572205, -0.142850860953331, -0.14191335439682007, -0.025354057550430298, -0.08757315576076508, -0.13844476640224457, -0.026804137974977493, 0.1617041826248169, -0.09177309274673462, -0.14772607386112213, -0.2621181011199951, 0.10968475043773651, -0.16432365775108337, -0.10192688554525375, -0.03469514101743698, -0.08968492597341537, 0.0696166530251503, 0.030301768332719803, -0.03093348816037178, -0.06706760823726654, -0.18593791127204895, 0.0816768929362297, 0.06349513679742813, 0.045533183962106705, -0.017847947776317596, 0.0067379772663116455, 0.1720137596130371, 0.025955144315958023, 0.10040043294429779, 0.16762186586856842, 0.011397695168852806, 0.2246655523777008, -0.1671202927827835, -0.11496317386627197, 0.1336962729692459, -0.026543032377958298, 0.06762003898620605, 0.16792191565036774, -0.0772583931684494, 0.015526676550507545, -0.028136352077126503, 0.07066910713911057, -0.11003983020782471, -0.105624258518219, 0.007937257178127766, 0.02567129209637642, -0.2755882740020752, -0.005599735304713249, -0.19717298448085785, 0.14788752794265747, 0.02579621411859989, 0.03297143429517746, 0.10257530212402344, 0.10404334217309952, 0.08312062919139862, -0.0017710148822516203, 0.03226327523589134, -0.1176818460226059, 0.02753005363047123, -0.059239376336336136, -0.020663779228925705, 0.017624232918024063, 0.36952024698257446, -0.03603357449173927, -0.046802736818790436, 0.003710439894348383, 0.1307835876941681, -0.02139742486178875, 0.017395347356796265, 0.13209912180900574, 0.12607666850090027, -0.08595693111419678, -0.1504845917224884, 0.04888554662466049, -0.04565655067563057, -0.02836887165904045, 0.1464131623506546, 0.05905961990356445, 0.1050296202301979, 0.0908031314611435, -0.014463032595813274, -0.00318976235575974, 0.012856799177825451, -0.15486004948616028, 0.06223496049642563, -0.010558074340224266, 0.012565906159579754, 0.017934376373887062, 0.15238402783870697, -0.005540105979889631, 0.07739730179309845, -0.09889880567789078, 0.004208535887300968, -0.13498884439468384, -0.07913459837436676, 0.03617347031831741, -0.13393273949623108, 0.04141177982091904, -0.01871878281235695, 0.029611799865961075, 0.30386561155319214, 0.02558239921927452, -0.020639164373278618, 0.12512871623039246, -0.1214587539434433, -0.12050267308950424, -0.001594188273884356, -0.029960084706544876, 0.0791488066315651, -0.02633434161543846, -0.0997740775346756, -0.1001306027173996, -0.15166029334068298, -0.09759195148944855, 0.05182836204767227, -0.04993441700935364, -0.059362251311540604, -0.17634081840515137, -0.05707859992980957, -0.05147340148687363, 0.14025864005088806, -0.12263951450586319, 0.15159130096435547, -0.014490418136119843, 0.004084470681846142, 0.04405883327126503, 0.1950942426919937, -0.03644494712352753, 0.08714226633310318, 0.0154351145029068, 0.1522706001996994, -0.05119588226079941, 0.14720745384693146, -0.10931728035211563, -0.04014137014746666, -0.06710435450077057, 0.21513493359088898, 0.25630924105644226, -0.06136954948306084, -0.008937356993556023, -0.012760217301547527, 0.058654606342315674, 0.1073930487036705, 0.16049085557460785, 0.002326392102986574, 0.2802925705909729, -0.03133585304021835, 0.04815128445625305, 0.02901598811149597, 0.013607407920062542, -0.06336209923028946, 0.03397751972079277, 0.07539387792348862, -0.035039983689785004, -0.1412304788827896, 0.15837742388248444, -0.21980468928813934, 0.18157227337360382, 0.11640069633722305, -0.19996967911720276, -0.013728445395827293, -0.04882071167230606, 0.1689416468143463, -0.0856364443898201, 0.1637246012687683, -0.0903693437576294, -0.2108195722103119, -0.2056000679731369, 0.03867346793413162, -0.34623071551322937, -0.254462867975235, 0.10422009229660034, 0.1488201916217804, 0.04015883058309555, -0.018507536500692368, -0.019967829808592796, -0.018367022275924683, 0.04877542704343796, -0.0067357709631323814, 0.06014643982052803, 0.031397558748722076, -0.02988368645310402, -0.24127542972564697, -0.029804671183228493, 0.023964406922459602, -0.07093082368373871, 0.07464958727359772, -0.06874357163906097, -0.022495782002806664, 0.08059766888618469, -0.03066304884850979, 0.03298592567443848, -0.035373736172914505, -0.16326889395713806, 0.027529051527380943, 0.03900543600320816, 0.036012712866067886, 0.00634160777553916, 0.0008072225609794259, -0.03455270454287529, 0.0644603744149208, -0.16716794669628143, -0.16015739738941193, 0.14140215516090393, -0.06745140254497528, 0.2779497504234314, -0.05812826007604599, -0.0809100940823555, 0.04766704887151718, -0.03426874056458473, 0.1807648241519928, -0.07756473124027252, 0.047254521399736404, 0.12766779959201813, 0.011127962730824947, 0.03121316432952881, -0.3092964291572571, 0.11082969605922699, -0.000795336440205574, -0.006093299947679043, -0.07581598311662674 ]
null
null
transformers
# Blitzo DialoGPT Model
{"tags": ["conversational"]}
text-generation
AvatarXD/DialoGPT-medium-Blitzo
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:04+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Blitzo DialoGPT Model
[ "# Blitzo DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Blitzo DialoGPT Model" ]
[ 51, 9 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Blitzo DialoGPT Model" ]
[ -0.04078742861747742, 0.050970129668712616, -0.006859891582280397, 0.015004501678049564, 0.12450626492500305, -0.010971833020448685, 0.15107408165931702, 0.11505024880170822, 0.004037887789309025, -0.022774508222937584, 0.11022014170885086, 0.196659654378891, -0.00424970593303442, 0.1478484869003296, -0.07510071247816086, -0.2930486500263214, 0.03119955211877823, 0.06788450479507446, 0.03146851807832718, 0.1239614263176918, 0.1073966920375824, -0.04885144159197807, 0.06384193152189255, -0.0070153484120965, -0.17038890719413757, 0.020982777699828148, 0.030159465968608856, -0.10861366242170334, 0.1131829023361206, 0.0775357335805893, 0.02420441433787346, 0.04176359996199608, -0.046128008514642715, -0.1383589208126068, 0.036268360912799835, -0.02552860602736473, -0.04566485807299614, 0.030139341950416565, 0.023123612627387047, -0.0940016433596611, 0.10656224936246872, 0.08462293446063995, -0.004107150714844465, 0.03974919021129608, -0.14201565086841583, 0.0019265948794782162, 0.019541969522833824, 0.07111353427171707, 0.02807687222957611, 0.07573885470628738, -0.04500428959727287, 0.11271391808986664, -0.07923327386379242, 0.13213509321212769, 0.12764497101306915, -0.3181125819683075, -0.01863662526011467, 0.09001486748456955, 0.06478986144065857, 0.06611302495002747, -0.043304793536663055, 0.09759195894002914, 0.02651958167552948, -0.015555544756352901, -0.013050587847828865, -0.0760534256696701, -0.05332348495721817, 0.02002624422311783, -0.08298727869987488, -0.017505168914794922, 0.23348262906074524, -0.04296207055449486, 0.05588166415691376, -0.09325721114873886, -0.08951645344495773, -0.023815825581550598, -0.04599794000387192, -0.011251436546444893, -0.08250268548727036, 0.06280988454818726, 0.0034524844959378242, -0.08936259150505066, -0.11329376697540283, -0.03509002923965454, -0.14246521890163422, 0.20404888689517975, 0.022689534351229668, 0.017023053020238876, -0.23031945526599884, 0.10811485350131989, 0.0513547919690609, -0.10904157161712646, 0.027503930032253265, -0.08229605108499527, 0.009156698361039162, 0.027154436334967613, -0.04277839511632919, 0.005802947096526623, 0.08566179126501083, 0.131801575422287, 0.05217483639717102, -0.002245179144665599, -0.05215365067124367, 0.057729147374629974, 0.05510510876774788, 0.07676374912261963, 0.006832473445683718, -0.09648428112268448, 0.05639003589749336, -0.08505412936210632, 0.01667029969394207, -0.0594698004424572, -0.1843395233154297, -0.056133318692445755, 0.08766677230596542, 0.07773184776306152, 0.030588949099183083, 0.11197604984045029, -0.01498856209218502, -0.06278636306524277, -0.013218700885772705, -0.051526062190532684, -0.025525830686092377, 0.011264970526099205, -0.017598602920770645, 0.11108168214559555, 0.01756146550178528, 0.009347466751933098, -0.1240803450345993, 0.022950105369091034, -0.06310150027275085, -0.03130844235420227, -0.015516244806349277, -0.04590681940317154, -0.006415992043912411, -0.08946795761585236, 0.03612938150763512, -0.14302167296409607, -0.16182833909988403, 0.013311962597072124, -0.028877723962068558, -0.05606828257441521, -0.11659065634012222, -0.10378338396549225, 0.0026171752251684666, 0.031165950000286102, -0.08053241670131683, 0.002460444811731577, -0.05065196007490158, 0.1126076728105545, -0.018499579280614853, 0.08660491555929184, -0.12519954144954681, 0.0646168664097786, -0.07476943731307983, -0.009934576228260994, -0.0632970854640007, 0.11709658801555634, -0.0005253562703728676, 0.05028041452169418, -0.02280556596815586, -0.01818235032260418, -0.048825040459632874, 0.06713622808456421, -0.023212851956486702, 0.2218540906906128, -0.08081918209791183, -0.11649365723133087, 0.30581966042518616, -0.05466161668300629, -0.1228623241186142, 0.12018377333879471, -0.013878025114536285, 0.09195353090763092, 0.14087004959583282, 0.19930148124694824, -0.012635895982384682, -0.006045812740921974, 0.08635738492012024, 0.09441132098436356, -0.07295993715524673, -0.004638971760869026, 0.00975402258336544, 0.002131087239831686, -0.0758810043334961, 0.043363358825445175, 0.07783600687980652, 0.07175319641828537, -0.05247412621974945, -0.020971499383449554, -0.013127326034009457, -0.01856626570224762, 0.09791025519371033, -0.03446735441684723, 0.12265941500663757, -0.03403965383768082, -0.05633603781461716, 0.01724386028945446, 0.04108068346977234, -0.049602508544921875, 0.027120960876345634, -0.08208460360765457, 0.10648595541715622, -0.02521483600139618, 0.07045533508062363, -0.14285767078399658, -0.049981676042079926, -0.023131238296628, 0.16166964173316956, 0.05754724144935608, 0.08672972023487091, 0.046731214970350266, -0.04563622921705246, -0.014052648097276688, 0.03629429638385773, 0.14907070994377136, -0.013018874451518059, -0.07513701170682907, -0.10948827862739563, 0.07534117251634598, -0.060662224888801575, 0.1127094030380249, -0.07275472581386566, 0.0034289341419935226, 0.04608575254678726, 0.1116478443145752, -0.013166027143597603, 0.03916793316602707, -0.0002660182071849704, -0.039830226451158524, -0.06721600890159607, 0.014599697664380074, 0.09337778389453888, -0.0009755995124578476, -0.08988350629806519, 0.20038223266601562, -0.1697739064693451, 0.14570069313049316, 0.18665717542171478, -0.1988833099603653, 0.011920681223273277, -0.19383187592029572, -0.03080662526190281, 0.008737260475754738, 0.06975431740283966, -0.04827479273080826, 0.1475624442100525, -0.013323388993740082, 0.18482238054275513, -0.07755307853221893, -0.03610946983098984, -0.017029136419296265, -0.0439385324716568, 0.021049315109848976, 0.09051313251256943, 0.0816817358136177, -0.17899374663829803, 0.1577569842338562, 0.08663883805274963, 0.06980898976325989, 0.24953269958496094, 0.02354034036397934, 0.004049799405038357, 0.05051850900053978, 0.01441274769604206, -0.05195273458957672, -0.0274052731692791, -0.3155699372291565, -0.03540365397930145, 0.07527290284633636, 0.01421077735722065, 0.11118389666080475, -0.07831355184316635, -0.03198715299367905, -0.008742538280785084, -0.024563878774642944, 0.04637835919857025, 0.11487806588411331, 0.022705454379320145, 0.12917178869247437, -0.0008870009332895279, -0.07430654019117355, 0.06768913567066193, 0.006123078055679798, -0.0758691281080246, 0.1706867218017578, -0.11439628899097443, -0.3135250210762024, -0.10280744731426239, -0.21223942935466766, -0.07882677763700485, 0.049544721841812134, 0.08605349063873291, -0.09207247197628021, 0.004548767581582069, 0.02218024618923664, 0.1066480427980423, -0.05216188728809357, 0.020869771018624306, -0.052929576486349106, 0.01933361403644085, -0.14238721132278442, -0.10973966121673584, -0.04875855892896652, -0.05776480585336685, -0.03480212390422821, 0.09431106597185135, -0.16530770063400269, 0.03711991012096405, 0.24520201981067657, 0.05321473628282547, 0.06913599371910095, -0.036081038415431976, 0.20401522517204285, -0.11328353732824326, 0.0019229627214372158, 0.1777975857257843, -0.05160321295261383, 0.04563859850168228, 0.12732495367527008, -0.010595131665468216, -0.09158211201429367, 0.045229602605104446, -0.02027791738510132, -0.06052961200475693, -0.1878003031015396, -0.15396642684936523, -0.1137554943561554, 0.06769926846027374, 0.030527278780937195, 0.04353494197130203, 0.13077589869499207, 0.07047080248594284, -0.03475703299045563, 0.0073475707322359085, 0.05032777413725853, 0.08797506988048553, 0.24709996581077576, -0.08168230205774307, 0.1424119919538498, -0.0003765765577554703, -0.1582009196281433, 0.08683855831623077, 0.08714023232460022, 0.10138855129480362, 0.03538181260228157, 0.06538046896457672, 0.024671904742717743, 0.0257149375975132, 0.12825646996498108, 0.06952884048223495, 0.011195579543709755, -0.024711277335882187, -0.039748914539813995, -0.06191425025463104, -0.028826527297496796, 0.03780767321586609, 0.029668869450688362, -0.1236533522605896, -0.046598367393016815, -0.058119066059589386, 0.06018941104412079, 0.07231597602367401, 0.08545111119747162, -0.15964826941490173, -0.015919813886284828, 0.07987929880619049, -0.02041257731616497, -0.12692272663116455, 0.06524988263845444, 0.022336099296808243, -0.1293977051973343, 0.02709747664630413, -0.008674771524965763, 0.11125252395868301, -0.07932042330503464, 0.07550279796123505, -0.1447613537311554, -0.061825692653656006, -0.012350054457783699, 0.11955584585666656, -0.2760530710220337, 0.19619707763195038, 0.0018964135088026524, -0.04347332566976547, -0.12537366151809692, -0.009986819699406624, -0.0024863146245479584, 0.11364726722240448, 0.12322188913822174, -0.01936502195894718, 0.1257699579000473, -0.005414173007011414, -0.048789720982313156, 0.020259680226445198, 0.11894840747117996, -0.036134008318185806, -0.004133110865950584, -0.034713443368673325, -0.0031050401739776134, -0.015542937442660332, -0.08570732921361923, 0.013791101053357124, -0.1793116182088852, 0.08069111406803131, 0.06299370527267456, 0.05903325229883194, 0.020927807316184044, -0.028972221538424492, -0.04977001994848251, 0.2606319487094879, -0.016558021306991577, -0.10661164671182632, -0.08798971772193909, 0.0035513504408299923, 0.04306311160326004, -0.06009308248758316, 0.04578341543674469, -0.06394930183887482, 0.03758029267191887, -0.08511598408222198, -0.1710526943206787, 0.11239401996135712, -0.08191084116697311, -0.05260767415165901, -0.03668764978647232, 0.2208470106124878, -0.028982575982809067, -0.001245706807821989, 0.07296249270439148, -0.03793727606534958, -0.08862167596817017, -0.09530766308307648, -0.0269741453230381, 0.004001929424703121, -0.02078336477279663, 0.0389154776930809, -0.07392990589141846, -0.07486649602651596, -0.060916922986507416, -0.030500857159495354, 0.3109934628009796, 0.1792321801185608, -0.04136944189667702, 0.1802596151828766, 0.12690958380699158, -0.07164765894412994, -0.2560552954673767, -0.09969878196716309, -0.07681480050086975, -0.021127546206116676, -0.09255638718605042, -0.1746436506509781, 0.07563364505767822, -0.053331486880779266, -0.020938673987984657, 0.12126858532428741, -0.30681928992271423, -0.10805466771125793, 0.18352416157722473, -0.009246667847037315, 0.40528279542922974, -0.08825456351041794, -0.1030305027961731, -0.07134506851434708, -0.1345117837190628, 0.1699923276901245, 0.0043356530368328094, 0.11938756704330444, -0.016232185065746307, 0.12520094215869904, 0.07453285902738571, 0.008734775707125664, 0.07114242017269135, 0.02000669576227665, -0.04424271732568741, -0.10391925275325775, -0.09987295418977737, 0.011457553133368492, 0.03766915202140808, 0.0176115483045578, -0.06619507074356079, 0.03549959510564804, -0.14783532917499542, -0.08023132383823395, -0.0958760529756546, 0.04072335362434387, 0.012878021225333214, -0.08973058313131332, -0.0007556938799098134, -0.03815988078713417, -0.005596693605184555, 0.024638237431645393, 0.11179354041814804, -0.12354856729507446, 0.08563985675573349, 0.1075427234172821, 0.12540218234062195, -0.1300080269575119, -0.010417819023132324, -0.06374647468328476, -0.04520440101623535, 0.06833401322364807, -0.05045052990317345, 0.026667630299925804, 0.10162180662155151, -0.011075221933424473, 0.07343464344739914, 0.09605580568313599, -0.020919136703014374, 0.010251771658658981, 0.10194485634565353, -0.25208672881126404, -0.033830489963293076, -0.08198222517967224, 0.009304345585405827, 0.08273614943027496, 0.10267060995101929, 0.21653205156326294, 0.025153139606118202, -0.038907356560230255, 0.002653955714777112, 0.018094312399625778, -0.04443024471402168, 0.07992734014987946, 0.015373799949884415, 0.0198410265147686, -0.1471223533153534, 0.03905223309993744, 0.010561417788267136, -0.07375588268041611, 0.021753830835223198, 0.14673298597335815, -0.10304232686758041, -0.09992540627717972, -0.06311549246311188, 0.11313363164663315, -0.13134680688381195, 0.010007597506046295, -0.04051148146390915, -0.13614612817764282, 0.07349301129579544, 0.13805575668811798, 0.06480955332517624, 0.06762536615133286, -0.09665898233652115, -0.03241274878382683, -0.026868758723139763, 0.02453652024269104, 0.06698308885097504, -0.01746540702879429, -0.036078061908483505, 0.0702744871377945, -0.04740627855062485, 0.1327887773513794, -0.10029485076665878, -0.10717110335826874, -0.1739206314086914, 0.045708075165748596, -0.11939588934183121, -0.0770459771156311, -0.06433302164077759, -0.039617255330085754, -0.02934044413268566, -0.021648529917001724, -0.03450135141611099, -0.052619270980358124, -0.11229495704174042, 0.049212850630283356, -0.02954195626080036, 0.005244518164545298, -0.08150571584701538, 0.009843115694820881, 0.04992598295211792, -0.04308542609214783, 0.18106293678283691, 0.11580337584018707, -0.09874188899993896, 0.08757437765598297, -0.14180216193199158, -0.07113353908061981, 0.0932287946343422, 0.011202534660696983, 0.0512646846473217, 0.06977692246437073, 0.029775135219097137, 0.05016660317778587, 0.05622813105583191, 0.05495014041662216, 0.07437708973884583, -0.10152465105056763, 0.02638651430606842, -0.029585830867290497, -0.12779566645622253, -0.0479365736246109, 0.004129332955926657, -0.012247406877577305, 0.035593245178461075, 0.052701108157634735, -0.04798949882388115, 0.06829801201820374, -0.05137184262275696, 0.031229443848133087, 0.007824189029633999, -0.17101511359214783, 0.024299256503582, -0.07219721376895905, 0.03469792380928993, 0.02032725140452385, 0.1989741027355194, 0.03818978741765022, -0.01334954984486103, 0.01488867774605751, 0.05580165982246399, 0.03222193196415901, 0.0027387156151235104, 0.24662402272224426, 0.09873752295970917, -0.02212979644536972, -0.09631011635065079, 0.08518785983324051, 0.03746069222688675, 0.08643409609794617, 0.09908121824264526, -0.005767159163951874, -0.02591528184711933, 0.09550100564956665, 0.02951965481042862, 0.010878262110054493, -0.11086006462574005, -0.12250277400016785, -0.0054610734805464745, 0.07029549777507782, -0.0645272359251976, 0.1366187036037445, 0.11818467080593109, -0.013763129711151123, 0.02807607501745224, 0.022331062704324722, -0.06686019897460938, -0.17298336327075958, -0.18920117616653442, -0.057871896773576736, -0.11514680087566376, -0.0010302329901605844, -0.13533489406108856, 0.04689157381653786, -0.01889476180076599, 0.08973700553178787, -0.07592001557350159, 0.0764831006526947, 0.04012271761894226, -0.11488507688045502, 0.1066216379404068, -0.01909760758280754, 0.07999670505523682, -0.036474041640758514, 0.002480271738022566, -0.08188439905643463, 0.04399564862251282, -0.0106752784922719, 0.0438174307346344, -0.04046771675348282, -0.016712622717022896, -0.10265842080116272, -0.0655212551355362, -0.05786462128162384, 0.04484128579497337, 0.01811053976416588, 0.16991423070430756, 0.008154897019267082, -0.04163745045661926, 0.009663170203566551, 0.24375450611114502, -0.042360953986644745, -0.10479430854320526, -0.0348534882068634, 0.17684412002563477, 0.0065156240016222, 0.12042461335659027, -0.03442023694515228, -0.0015912987291812897, -0.07817147672176361, 0.35217514634132385, 0.262755423784256, -0.09742351621389389, 0.02126278541982174, 0.024013206362724304, 0.048243436962366104, 0.1186363697052002, 0.12221653014421463, 0.06679825484752655, 0.3372422158718109, -0.03929421678185463, 0.009336347691714764, -0.008948852308094501, -0.03915000706911087, -0.05450940877199173, 0.0771465003490448, 0.06881704181432724, -0.06384316086769104, -0.04340968281030655, 0.09131649881601334, -0.2420736849308014, 0.10243752598762512, -0.14485011994838715, -0.18447189033031464, -0.0883861780166626, -0.01598747819662094, 0.06920196861028671, 0.017243143171072006, 0.09808942675590515, -0.014127377420663834, -0.07366977632045746, 0.06483873724937439, 0.018635302782058716, -0.19487881660461426, -0.021496102213859558, 0.09184081852436066, -0.0752488225698471, -0.018800899386405945, -0.04415901377797127, 0.0880310982465744, 0.07844799011945724, 0.04680855572223663, -0.010175066068768501, 0.02549910731613636, -0.009576793760061264, -0.055890291929244995, 0.05389838293194771, 0.05501268431544304, 0.00425846129655838, -0.10809557139873505, 0.05805593356490135, -0.10266423970460892, 0.04638465866446495, 0.010364614427089691, -0.05031166970729828, -0.047801848500967026, 0.041219938546419144, -0.08027524501085281, 0.05844838172197342, 0.07176490128040314, -0.030890682712197304, -0.02124752849340439, -0.049877822399139404, 0.009909195825457573, -0.006384565960615873, -0.0635058656334877, -0.07947355508804321, -0.1539389193058014, -0.10884220153093338, 0.09815222024917603, -0.010853461921215057, -0.19876183569431305, 0.02456546202301979, -0.13247007131576538, 0.060573358088731766, -0.13466283679008484, 0.10795389115810394, 0.09187956899404526, 0.030441854149103165, -0.003749733092263341, -0.06344034522771835, 0.025244178250432014, 0.054371874779462814, -0.14601485431194305, -0.08722740411758423 ]