modelId
stringlengths
4
81
tags
list
pipeline_tag
stringclasses
17 values
config
dict
downloads
int64
0
59.7M
first_commit
timestamp[ns, tz=UTC]
card
stringlengths
51
438k
embedding
list
DeepPavlov/roberta-large-winogrande
[ "pytorch", "roberta", "text-classification", "en", "dataset:winogrande", "arxiv:1907.11692", "transformers" ]
text-classification
{ "architectures": [ "RobertaForSequenceClassification" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
348
null
--- language: ro tags: - bert - fill-mask license: mit --- # bert-base-romanian-uncased-v1 The BERT **base**, **uncased** model for Romanian, trained on a 15GB corpus, version ![v1.0](https://img.shields.io/badge/v1.0-21%20Apr%202020-ff6666) ### How to use ```python from transformers import AutoTokenizer, AutoModel import torch # load tokenizer and model tokenizer = AutoTokenizer.from_pretrained("dumitrescustefan/bert-base-romanian-uncased-v1", do_lower_case=True) model = AutoModel.from_pretrained("dumitrescustefan/bert-base-romanian-uncased-v1") # tokenize a sentence and run through the model input_ids = torch.tensor(tokenizer.encode("Acesta este un test.", add_special_tokens=True)).unsqueeze(0) # Batch size 1 outputs = model(input_ids) # get encoding last_hidden_states = outputs[0] # The last hidden-state is the first element of the output tuple ``` Remember to always sanitize your text! Replace ``s`` and ``t`` cedilla-letters to comma-letters with : ``` text = text.replace("ţ", "ț").replace("ş", "ș").replace("Ţ", "Ț").replace("Ş", "Ș") ``` because the model was **NOT** trained on cedilla ``s`` and ``t``s. If you don't, you will have decreased performance due to ``<UNK>``s and increased number of tokens per word. ### Evaluation Evaluation is performed on Universal Dependencies [Romanian RRT](https://universaldependencies.org/treebanks/ro_rrt/index.html) UPOS, XPOS and LAS, and on a NER task based on [RONEC](https://github.com/dumitrescustefan/ronec). Details, as well as more in-depth tests not shown here, are given in the dedicated [evaluation page](https://github.com/dumitrescustefan/Romanian-Transformers/tree/master/evaluation/README.md). The baseline is the [Multilingual BERT](https://github.com/google-research/bert/blob/master/multilingual.md) model ``bert-base-multilingual-(un)cased``, as at the time of writing it was the only available BERT model that works on Romanian. | Model | UPOS | XPOS | NER | LAS | |--------------------------------|:-----:|:------:|:-----:|:-----:| | bert-base-multilingual-uncased | 97.65 | 95.72 | 83.91 | 87.65 | | bert-base-romanian-uncased-v1 | **98.18** | **96.84** | **85.26** | **89.61** | ### Corpus The model is trained on the following corpora (stats in the table below are after cleaning): | Corpus | Lines(M) | Words(M) | Chars(B) | Size(GB) | |-----------|:--------:|:--------:|:--------:|:--------:| | OPUS | 55.05 | 635.04 | 4.045 | 3.8 | | OSCAR | 33.56 | 1725.82 | 11.411 | 11 | | Wikipedia | 1.54 | 60.47 | 0.411 | 0.4 | | **Total** | **90.15** | **2421.33** | **15.867** | **15.2** | ### Citation If you use this model in a research paper, I'd kindly ask you to cite the following paper: ``` Stefan Dumitrescu, Andrei-Marius Avram, and Sampo Pyysalo. 2020. The birth of Romanian BERT. In Findings of the Association for Computational Linguistics: EMNLP 2020, pages 4324–4328, Online. Association for Computational Linguistics. ``` or, in bibtex: ``` @inproceedings{dumitrescu-etal-2020-birth, title = "The birth of {R}omanian {BERT}", author = "Dumitrescu, Stefan and Avram, Andrei-Marius and Pyysalo, Sampo", booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020", month = nov, year = "2020", address = "Online", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2020.findings-emnlp.387", doi = "10.18653/v1/2020.findings-emnlp.387", pages = "4324--4328", } ``` #### Acknowledgements - We'd like to thank [Sampo Pyysalo](https://github.com/spyysalo) from TurkuNLP for helping us out with the compute needed to pretrain the v1.0 BERT models. He's awesome!
[ 0.0025489102117717266, -0.027923909947276115, -0.017347844317555428, 0.045286282896995544, 0.03968970105051994, 0.03409620001912117, -0.017843546345829964, -0.01460210233926773, -0.06187799945473671, 0.059656430035829544, 0.0020660795271396637, -0.03152572736144066, 0.0003912463434971869, 0.033179156482219696, -0.008794331923127174, -0.03557008504867554, 0.005879018921405077, 0.004459563177078962, -0.0666387602686882, -0.006741795688867569, 0.0007298624841496348, 0.0030071621295064688, -0.0010092779994010925, 0.027730150148272514, 0.01988905668258667, 0.007951880805194378, -0.011111046187579632, 0.010086512193083763, 0.03420678526163101, -0.07091764360666275, 0.009567035362124443, -0.024590030312538147, -0.04102930799126625, -0.018525881692767143, -0.029432598501443863, -0.02292579412460327, 0.01954488456249237, -0.0015185076044872403, 0.03017052263021469, 0.07185858488082886, 0.0018167090602219105, 0.02123868651688099, 0.004644621163606644, -0.0469752736389637, 0.03065132163465023, -0.00232920004054904, -0.05349942296743393, -0.004796680994331837, 0.03572108596563339, -0.016480356454849243, -0.037024497985839844, -0.06630577147006989, -0.012886407785117626, 0.012740065343677998, -0.013307289220392704, -0.01915055699646473, -0.044960349798202515, 0.010283846408128738, 0.06953343003988266, -0.03573646396398544, -0.027813388034701347, 0.026078177616000175, -0.057633157819509506, 0.017523419111967087, 0.04970123991370201, -0.026536373421549797, -0.007559967692941427, -0.04593385383486748, 0.04210994765162468, -0.016666557639837265, 0.03988969326019287, -0.038141559809446335, 0.0011457310756668448, -0.0874708890914917, -0.012420224025845528, -0.031892817467451096, 0.030750827863812447, 0.04318815842270851, -0.04782173037528992, 0.04473228380084038, 0.046099841594696045, -0.013359987176954746, 0.03257777541875839, -0.036990515887737274, -0.012249747291207314, 0.05613575130701065, -0.0163751021027565, 0.003426344832405448, 0.011731451377272606, 0.04171698912978172, -0.03089200332760811, -0.011472830548882484, -0.019891537725925446, -0.042119208723306656, -0.01960724964737892, 0.0233540628105402, 0.04646209999918938, 0.002420404925942421, 0.03497854620218277, 0.02322882041335106, 0.032070498913526535, 0.0353788398206234, -0.03198186308145523, 0.04797409847378731, -0.004699474200606346, -0.014546158723533154, -0.0074131665751338005, -0.026912270113825798, -0.04147854447364807, 0.030985213816165924, 0.041131939738988876, -0.01429068949073553, -0.036377981305122375, 0.042958587408065796, 0.014895282685756683, -0.021765749901533127, 0.04043332487344742, -0.022370656952261925, -0.05278754234313965, -0.07034984976053238, 0.04169001057744026, -0.005307505838572979, -0.0018008144106715918, 0.022842153906822205, -0.03776393085718155, 0.009361465461552143, -0.0498761385679245, -0.025273295119404793, 0.006746137049049139, 0.016008274629712105, -0.00276641221717, 0.07429757714271545, 0.03407374396920204, -0.062301937490701675, 0.007151274476200342, -0.0058670733124017715, -0.06141969561576843, 0.04111111909151077, 0.025194132700562477, 0.1078997254371643, -0.04435703903436661, -0.02934504859149456, 0.024756208062171936, 0.010385158471763134, -0.020919904112815857, 0.006727090571075678, 0.02576189860701561, -0.024662509560585022, -0.010842119343578815, -0.01572955586016178, 0.03636069595813751, -0.046722862869501114, -0.02208557352423668, 0.05661839246749878, 0.007156829349696636, 0.0349428653717041, -0.0375906266272068, -0.017721932381391525, 0.00462468434125185, -0.01063536573201418, -0.01895175315439701, 0.051995571702718735, -0.015400884672999382, -0.02369886264204979, -0.021763360127806664, -0.0368431881070137, 0.016017267480492592, 0.0742846429347992, 0.014365039765834808, -0.011971802450716496, -0.03195582330226898, 0.021704528480768204, 0.045737531036138535, 0.03634554147720337, -0.013120000250637531, 0.021136274561285973, 0.02850313112139702, 0.03147125616669655, -0.0000020368674995552283, 0.07459379732608795, 0.007290662731975317, -0.051957905292510986, -0.05465268716216087, 0.02743671089410782, -0.00850843545049429, -0.0293831005692482, 0.023080788552761078, 0.05277392640709877, -0.005391511134803295, -0.020307911559939384, -0.0160099808126688, 0.044588904827833176, -0.0066162822768092155, 0.01266445778310299, 0.014314316213130951, -0.0037151905708014965, -0.023211689665913582, 0.0733770877122879, -0.0076091173104941845, 0.002667737193405628, -0.022642778232693672, -0.028823770582675934, -0.0008373124874196947, 0.026202842593193054, 0.04206521809101105, 0.034050215035676956, -0.01939803548157215, 0.08127551525831223, -0.03086140751838684, 0.0162526685744524, -0.05533044785261154, -0.0559951551258564, -0.0061856103129684925, 0.0464574433863163, 0.035538382828235626, 0.05609056353569031, -0.006098068319261074, -0.054049670696258545, 0.012273908592760563, 0.044588420540094376, 0.06854185461997986, 0.02721153385937214, -0.04844702407717705, 0.0023372385185211897, 0.016511907801032066, 0.050457410514354706, -0.04856790602207184, -0.040665995329618454, 0.012085950933396816, 0.06819793581962585, -0.021552225574851036, 0.005729480646550655, -0.018835145980119705, 0.02385648898780346, -0.03220446780323982, -0.051013994961977005, 0.04996288940310478, 0.0037745863664895296, -0.01039199810475111, 0.015064720995724201, 0.0019575709011405706, 0.0044198655523359776, 0.01078016310930252, 0.021936628967523575, -0.010792233981192112, -0.035653311759233475, -0.0120605593547225, 0.0276950616389513, 0.07376842200756073, -0.059936750680208206, 0.03617757931351662, -0.011652346700429916, 0.019893860444426537, 0.04933972284197807, -0.04209567978978157, 0.01628914475440979, 0.02622155100107193, 0.03350634500384331, -0.04051481559872627, 0.005394509062170982, 0.00018331925093661994, 0.026792345568537712, 0.03723910078406334, 0.008033722639083862, 0.0563720166683197, 0.010281689465045929, 0.03455669805407524, 0.08168961852788925, 0.009001519531011581, 0.014609230682253838, 0.02520482800900936, 0.06364632397890091, 0.011353317648172379, -0.005053519271314144, 0.0666721910238266, -0.041421450674533844, 0.011758807115256786, -0.03674621134996414, 0.006665421649813652, -0.0005785679677501321, -0.025554843246936798, 0.049278199672698975, -0.012983076274394989, -0.008838961832225323, 0.013463261537253857, -0.010593943297863007, -0.005640769377350807, 0.03949460759758949, 0.008024965412914753, 0.01968402788043022, -0.008998431265354156, -0.02293018437922001, -0.0045776511542499065, -0.0556434765458107, -0.06961186230182648, 0.003705347655341029, -0.03270528092980385, -0.006530405953526497, -0.0915202721953392, -0.051769763231277466, -0.05041762441396713, -0.017455076798796654, 0.02818320132791996, 0.0284679364413023, 0.006625781301409006, -0.024264682084321976, 0.009280453436076641, -0.033193208277225494, -0.0265422984957695, -0.059825554490089417, -0.02893231064081192, -0.05575573816895485, -0.05960800498723984, 0.04853321239352226, 0.016275634989142418, 0.033483512699604034, -0.012969295494258404, 0.010531740263104439, -0.03492693975567818, -0.02197503298521042, 0.024341195821762085, 0.048938170075416565, -0.042031507939100266, -0.03678080439567566, 0.012344365008175373, -0.005201626103371382, 0.03631402924656868, 0.015843437984585762, -0.032960016280412674, 0.10249867290258408, 0.09028961509466171, 0.02601352520287037, 0.00950784981250763, -0.006465999875217676, -0.06294776499271393, -0.061759207397699356, -0.021900704130530357, -0.031781405210494995, -0.015709850937128067, -0.04997920244932175, -0.054429955780506134, -0.028859196230769157, -0.0075419931672513485, -0.006117599550634623, 0.0016686012968420982, 0.042182013392448425, 0.025644628331065178, 0.058596208691596985, 0.045745473355054855, 0.019499193876981735, -0.03473896160721779, -0.014750349335372448, 0.06856606900691986, 0.02004525624215603, 0.02074454538524151, -0.06744223833084106, -0.015568185597658157, 0.02001824602484703, 0.031439296901226044, 0.0048999967984855175, -0.02725205570459366, 0.0851597785949707, 0.013389777392148972, 0.00818908866494894, -0.005884129554033279, -0.008751560933887959, -0.04807965084910393, -0.0054405261762440205, -0.018278073519468307, -0.016633063554763794, -0.05732538178563118, -0.03376679867506027, -0.005435578059405088, 0.02646923065185547, -0.07160165160894394, -0.06631956994533539, -0.006856734398752451, 0.026399334892630577, 0.01759561523795128, 0.01822833903133869, -0.03938797116279602, 0.012871911749243736, -0.04745740443468094, -0.04579043760895729, 0.0069009484723210335, 0.0039051086641848087, 0.013619666919112206, 0.05627160891890526, 0.025765376165509224, -0.049820005893707275, 0.0433802530169487, 0.03503178432583809, 0.059647902846336365, 0.01558754127472639, -0.05690494924783707, 0.021153951063752174, -0.027267824858427048, 0.01963406801223755, 0.005195280537009239, -0.02280660718679428, -0.053032051771879196, -0.08072946965694427, -0.010133073665201664, -0.000015538294974248856, -0.0077641247771680355, -0.01206100545823574, 0.025909611955285072, -0.002612210111692548, 0.00042418547673150897, -0.01385105773806572, 0.01904284954071045, 0.03542960435152054, -0.06040467694401741, 0.06108926236629486, -0.008044794201850891, 0.046679526567459106, -0.05864497646689415, 0.023646702989935875, -0.03357835114002228, -0.015658482909202576, -0.034227799624204636, 0.059287529438734055, 0.020949913188815117, 0.04714561626315117, 0.08171313256025314, 0.03029092587530613, -0.041940778493881226, 0.030322035774588585, 0.038978636264801025, -0.004311571829020977, -0.035680707544088364, -0.006085006520152092, -0.008783895522356033, -0.03251402825117111, 0.0012817952083423734, -0.04565175250172615, 0.020490987226366997, 0.027785632759332657, 0.012767508625984192, -0.02086915262043476, -0.0221614558249712, -0.028005190193653107, -0.04995820298790932, -0.07242893427610397, -0.029431840404868126, 0.001911204308271408, -0.009509734809398651, 0.026359377428889275, 0.05583425983786583, 0.005131598562002182, 0.07290036231279373, 0.060968391597270966, -0.022882789373397827, -0.0006776442169211805, 0.019568772986531258, 0.013283807784318924, -0.035327475517988205, -0.07536473870277405, -0.06773407012224197, 0.03739695996046066, 0.052115265280008316, -0.012300956062972546, -0.07954369485378265, 0.004086330533027649, 0.06008893623948097, -0.04976484924554825, 0.0687420591711998, -0.0073615689761936665, 0.07081174850463867, 0.04590015858411789, -0.020118288695812225, 0.01682092994451523, -0.03324860334396362, 0.016294989734888077, -0.01790183037519455, 0.04682602360844612, -0.020601974800229073, -0.049383942037820816, -0.04444596916437149, 0.020059660077095032, 0.029937254264950752, 0.043779194355010986, 0.04224451631307602, -0.046910133212804794, -0.06219301000237465, 0.015234696678817272, 0.05794403702020645, -0.07161305099725723, 0.011182829737663269, 0.028853705152869225, 0.04089624434709549, -0.04062894359230995, -0.040265608578920364, -0.035403743386268616, 0.0007987701683305204, 0.03147958219051361, 0.005403069779276848, -0.038033388555049896, -0.07430781424045563, 0.024204546585679054, -0.019005654379725456, -0.030276088044047356, -0.09850195050239563, 0.021010326221585274, -0.026365095749497414, -0.011963121592998505, 0.03757109120488167, 0.0277852900326252, 0.049480751156806946, 0.0347464382648468, 0.007574121933430433, -0.0031816523987799883, -0.0327492393553257, 0.013534905388951302, -0.03414274379611015, -0.0180877186357975, -0.020664170384407043, -0.04398755729198456, -0.005233224015682936, -0.017078815028071404, -0.05021023005247116, -0.06543216109275818, -0.0029603850562125444, 0.015916626900434494, -0.005949447397142649, 0.021242313086986542, -0.023166969418525696, 0.03266588971018791, -0.009278730489313602, -0.023799492046236992, -0.03948051854968071, -0.012455451302230358, -0.07032858580350876, -0.04015335813164711, 0.013427059166133404, 0.015659121796488762, 0.017662089318037033, 0.0012669998686760664, 0.009471089579164982, 0.015995943918824196, -0.0030796239152550697, -0.012510311789810658, 0.03356415033340454, 0.004239182453602552, -0.0356605239212513, -0.029892895370721817, 0.01670651137828827, 0.008220071904361248, 0.04569345340132713, -0.03103862889111042, 0.02852151170372963, 0.037515006959438324, -0.024953626096248627, -0.008473925292491913, 0.02055482566356659, 0.015874521806836128, -0.07540835440158844, -0.06985023617744446, -0.013636268675327301, -0.056996073573827744, 0.03817377984523773, -0.028546953573822975, -0.03299218788743019, 0.02425774745643139, 0.027628852054476738, 0.03824921324849129, 0.01971082203090191, -0.011193256825208664, 0.005801178980618715, -0.020676378160715103, 0.018512137234210968, -0.045956019312143326, 0.02499249391257763, -0.03164747729897499, 0.02753385715186596, -0.017739463597536087, -0.012044399045407772, -0.038838859647512436, 0.02563568390905857, -0.013739734888076782, -0.006425241474062204, -0.014087608084082603, 0.028593990951776505, -0.02002076245844364, 0.04970470443367958, -0.014002609066665173, 0.007629006169736385, -0.016605276614427567, 0.06197667121887207, -0.056949250400066376, 0.00693954061716795, -0.03596928343176842, 0.013081816025078297, -0.021462634205818176, -0.015919914469122887, -0.0038762467447668314, -0.054741617292165756, 0.019562266767024994, 0.00652428949251771, 0.028530467301607132, 0.027459824457764626, -0.032188743352890015, 0.00867945235222578, 0.00989715289324522, -0.05677080899477005, -0.033401843160390854, -0.019292734563350677, -0.02388886548578739, -0.0027960084844380617, 0.0470307357609272, 0.048182412981987, -0.06256309896707535, -0.05668368935585022, 0.04481394588947296, -0.006270610261708498, -0.010369430296123028, -0.005123965907841921, 0.054987236857414246, 0.045019011944532394, 0.06652555614709854, -0.01685287617146969, 0.007407068740576506, -0.012674934230744839, -0.04003502428531647, 0.012118211016058922, -0.004564989358186722, 0.03849910944700241, -0.0007477992330677807, -0.04551218822598457, -0.04311211034655571, 0.07874703407287598, 0.012173422612249851, 0.021960340440273285, 0.004849567078053951, -0.04278791323304176, 0.03115210309624672, -0.002091336762532592, -0.053020793944597244, 0.0011248552473261952, 0.00581730343401432, -0.04523111879825592, 0.06889989972114563, -0.014734065160155296, 0.021148815751075745, 0.053588010370731354, 0.023038232699036598, -0.032961226999759674, 0.02790101245045662, -0.0002621921303216368, -0.002874043770134449, 0.0564570426940918, -0.03174427151679993, -0.026253044605255127, -0.02129080332815647, 0.07596104592084885, -0.05859188362956047, 0.021180305629968643, 0.03202638775110245, 0.01648758538067341, 0.0353056862950325, -0.021137451753020287, -0.02274472452700138, 0.029010603204369545, -0.05980202555656433, 0.0697665810585022, -0.0071906135417521, -0.060871727764606476, 0.07728119194507599, 0.006611177232116461, -0.07637599110603333, 0.03959382697939873, 0.04301439970731735, 0.013761015608906746, 0.02113390900194645, 0.03987373784184456, -0.03998968377709389, 0.041701775044202805, -0.03437827527523041, 0.028504401445388794, -0.07010819762945175, 0.009809767827391624, 0.042897630482912064, -0.004616363439708948, -0.012155739590525627, 0.04503088817000389, -0.03355560451745987, -0.0035282964818179607, 0.019465817138552666, -0.054950542747974396, -0.06078179553151131, -0.014482458122074604, 0.029589582234621048, -0.014140544459223747, 0.007968324236571789, -0.025692328810691833, 0.028608139604330063, 0.014979767613112926, -0.01868586242198944, -0.04542249068617821, -0.023035846650600433, 0.018263274803757668, -0.06847716867923737, -0.04989433288574219, 0.023529792204499245, 0.01640896312892437, -0.014334742911159992, 0.04103739559650421, 0.015056909993290901, 0.004411612171679735, 0.015622242353856564, 0.0014635587576776743, 0.007793104276061058, -0.04861242696642876, 0.008985915221273899, 0.0023109589237719774, 0.02101174369454384, 0.031041814014315605, -0.014805329963564873, 0.03863874822854996, 0.04533461481332779, 0.03730924427509308, -0.0259433351457119, -0.02543354220688343, -0.025122689083218575, -0.000005661560862790793, -0.049939900636672974, 0.016686540096998215, -0.00405668281018734, -0.05472275987267494, -0.03545569255948067, 0.016405455768108368, -0.00981065258383751, 0.03285851702094078, -0.06190027669072151, 0.01125945895910263, 0.039903249591588974, -0.05491666495800018, -0.03364761546254158, -0.08637537807226181, -0.018187806010246277, -0.023604625836014748, 0.019241198897361755, 0.022157667204737663, -0.035248443484306335, 0.008229149505496025, -0.03398546949028969, -0.061715636402368546, 0.044670652598142624, 0.03507213294506073, -0.05701475962996483, 0.08475053310394287, 0.028041280806064606, -0.05162965878844261, 0.00469159847125411, 0.03652471303939819, -0.04625536873936653, 0.043084766715765, 0.021838467568159103, -0.00007348430517595261, 0.020517410710453987, 0.028491897508502007, -0.023838521912693977, -0.027470173314213753, -0.0689995214343071, 0.0002597180427983403, -0.021882738918066025, -0.0070172324776649475, 0.051694367080926895 ]
DeepPavlov/xlm-roberta-large-en-ru-mnli
[ "pytorch", "xlm-roberta", "text-classification", "en", "ru", "dataset:glue", "dataset:mnli", "transformers", "xlm-roberta-large", "xlm-roberta-large-en-ru", "xlm-roberta-large-en-ru-mnli", "has_space" ]
text-classification
{ "architectures": [ "XLMRobertaForSequenceClassification" ], "model_type": "xlm-roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
227
null
--- language: lt datasets: - common_voice metrics: - wer tags: - audio - automatic-speech-recognition - speech - xlsr-fine-tuning-week license: apache-2.0 model-index: - name: XLSR Wav2Vec2 Lithuanian by Enes Burak Dundar results: - task: name: Speech Recognition type: automatic-speech-recognition dataset: name: Common Voice lt type: common_voice args: lt metrics: - name: Test WER type: wer value: 35.87 --- # Wav2Vec2-Large-XLSR-53-Lithuanian Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Lithuanian 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", "lt", split="test[:2%]") processor = Wav2Vec2Processor.from_pretrained("dundar/wav2vec2-large-xlsr-53-lithuanian") model = Wav2Vec2ForCTC.from_pretrained("dundar/wav2vec2-large-xlsr-53-lithuanian") 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 Lithuanian 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", "lt", split="test") wer = load_metric("wer") processor = Wav2Vec2Processor.from_pretrained("dundar/wav2vec2-large-xlsr-53-lithuanian") model = Wav2Vec2ForCTC.from_pretrained("dundar/wav2vec2-large-xlsr-53-lithuanian") 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**: 35.87 % ## Training The Common Voice datasets `except the test` set were used for training. The script used for training can be found [here](https://github.com/ebdundar/)
[ -0.023718954995274544, -0.01654440350830555, -0.013418980874121189, 0.03557468205690384, 0.062314752489328384, 0.03094581514596939, -0.013386989012360573, -0.00702402601018548, -0.049281783401966095, 0.06587611138820648, 0.04213611036539078, -0.029329946264624596, -0.012496051378548145, 0.027673695236444473, -0.018218539655208588, -0.04665115475654602, -0.028722306713461876, -0.018827084451913834, -0.06551565229892731, -0.02133120968937874, -0.024739021435379982, 0.027355652302503586, -0.013646338135004044, 0.02316749095916748, -0.002119263866916299, 0.010431505739688873, -0.01870337873697281, 0.013758188113570213, 0.004813390783965588, -0.06600400805473328, 0.005084885749965906, -0.018196463584899902, -0.017199918627738953, -0.04962019622325897, -0.024960914626717567, -0.014066730625927448, 0.0005383029347285628, 0.011494247242808342, 0.019682032987475395, 0.051021575927734375, -0.015995081514120102, 0.01351031195372343, -0.014737339690327644, -0.01782965287566185, 0.015028299763798714, 0.003960810601711273, -0.040256571024656296, -0.016908232122659683, 0.039135370403528214, -0.03057607263326645, -0.015845969319343567, -0.057562071830034256, -0.004411660600453615, 0.016463439911603928, -0.01944873481988907, -0.026636643335223198, -0.03388534486293793, -0.02021852508187294, 0.06241362914443016, -0.04760709032416344, -0.0361090712249279, 0.012318099848926067, -0.06409972161054611, 0.015037709847092628, 0.023712938651442528, -0.03833930566906929, -0.0033763241954147816, -0.04612370580434799, 0.04121766611933708, -0.01890573278069496, 0.06384137272834778, -0.03355000168085098, 0.008821021765470505, -0.08620601147413254, 0.016889149323105812, -0.019274458289146423, 0.030941637232899666, 0.04498253017663956, -0.027688253670930862, 0.051508624106645584, 0.033438075333833694, 0.002362815197557211, 0.024038823321461678, -0.04160773381590843, 0.00906465481966734, 0.03343357518315315, -0.0392594113945961, 0.010105046443641186, 0.018283331766724586, 0.0442272312939167, -0.03684164583683014, -0.046787384897470474, -0.018020711839199066, -0.05104879289865494, 0.014117473736405373, 0.04161931201815605, 0.03781021013855934, -0.027252914384007454, 0.04736044630408287, 0.03707568347454071, 0.010821564123034477, 0.026004454120993614, -0.02609429880976677, 0.041451163589954376, -0.01958402805030346, 0.003962424583733082, -0.0038794432766735554, -0.03593563660979271, -0.03889141604304314, 0.013240847736597061, 0.040381427854299545, -0.05021052807569504, -0.03882811963558197, 0.042097222059965134, 0.0050361971370875835, -0.011464347131550312, 0.059350255876779556, -0.04323333874344826, -0.043021757155656815, -0.05097351223230362, 0.031720153987407684, 0.001554404734633863, 0.010437139309942722, 0.003522768383845687, -0.05181467905640602, 0.0310257188975811, -0.04709467664361, -0.03901386260986328, 0.0070765577256679535, 0.012299993075430393, 0.0006783426506444812, 0.032858606427907944, 0.04003419354557991, -0.05227871611714363, 0.00646150391548872, 0.020575687289237976, -0.04897904768586159, 0.03217782825231552, 0.012633214704692364, 0.1000719666481018, -0.048533812165260315, -0.052356138825416565, 0.029619509354233742, -0.0005545835010707378, -0.0018832922214642167, 0.022001486271619797, 0.00832892395555973, -0.03220001235604286, -0.033649198710918427, -0.020991919562220573, 0.04555197432637215, -0.06537095457315445, -0.013625934720039368, 0.05798108130693436, -0.025325531139969826, 0.04158730059862137, -0.014914297498762608, 0.0016573496395722032, 0.0197735745459795, -0.01066963467746973, -0.006828539073467255, 0.04368569701910019, -0.0004893196746706963, -0.03557789698243141, -0.026204124093055725, -0.04258110001683235, -0.012856555171310902, 0.07392095774412155, 0.0006666781264357269, 0.012160718441009521, -0.012602508068084717, 0.021515052765607834, 0.045995548367500305, 0.029540473595261574, -0.057926956564188004, 0.03476881980895996, 0.06340320408344269, 0.04095356538891792, -0.005770470481365919, 0.08081839978694916, 0.02739439159631729, -0.03286632150411606, -0.030324775725603104, -0.0025285216979682446, 0.006714462768286467, -0.0241257231682539, -0.0028596140909940004, 0.053261250257492065, -0.0054368264973163605, -0.034254081547260284, -0.019816912710666656, 0.050354212522506714, -0.0050612748600542545, -0.0030143584590405226, 0.008085365407168865, -0.02160121686756611, -0.030781911686062813, 0.049212515354156494, -0.027092093601822853, 0.008799523115158081, -0.028510892763733864, -0.033425223082304, -0.010677529498934746, 0.024618834257125854, 0.02695472352206707, 0.05535459518432617, -0.0011753425933420658, 0.08305419981479645, -0.035507701337337494, 0.006464856676757336, -0.04037327691912651, -0.044014446437358856, -0.010522362776100636, 0.05219889432191849, 0.020496230572462082, 0.06301470845937729, -0.003186153946444392, -0.05656997114419937, 0.019228871911764145, 0.07224367558956146, 0.08072302490472794, 0.01283600926399231, -0.01759513095021248, 0.00011741862545022741, 0.01995263248682022, 0.06360689550638199, -0.06423962116241455, -0.03223171457648277, 0.011889900080859661, 0.04471622034907341, -0.018132755532860756, 0.018097728490829468, -0.020809872075915337, 0.03332667425274849, -0.050479866564273834, -0.09203080832958221, 0.05693800747394562, 0.024379000067710876, 0.025334617123007774, 0.022066442295908928, -0.01568244770169258, 0.005469821859151125, 0.025465840473771095, 0.0007702697766944766, -0.006909460294991732, -0.03228902816772461, -0.013645701110363007, 0.011604049243032932, 0.0390094518661499, -0.05613230913877487, 0.043044313788414, -0.03192892670631409, 0.0032066365238279104, 0.03950691595673561, -0.049320343881845474, 0.03555065020918846, 0.01727251522243023, 0.010858198627829552, -0.02047259733080864, 0.018040746450424194, -0.004490976687520742, 0.046514637768268585, 0.05396468564867973, 0.0063408734276890755, 0.051085762679576874, 0.011191476136446, 0.042235903441905975, 0.09208957105875015, 0.03304446488618851, -0.005175224971026182, 0.008053891360759735, 0.0710519477725029, -0.008761925622820854, -0.018540408462285995, 0.0782415047287941, -0.03698132932186127, 0.03027271293103695, -0.033048711717128754, -0.00012131246330682188, -0.017222406342625618, -0.0038561620749533176, 0.020846914499998093, 0.0015052742091938853, -0.008656378835439682, 0.012255663983523846, -0.02060035616159439, -0.022052766755223274, 0.04148834943771362, -0.03206733986735344, -0.00670606829226017, -0.01793781854212284, -0.017077231779694557, 0.0140151996165514, -0.08238194137811661, -0.04660452902317047, -0.005996899213641882, -0.03681407496333122, 0.01544695533812046, -0.07367023825645447, -0.02179529517889023, -0.053354669362306595, -0.009867115877568722, 0.02128107100725174, 0.02103535458445549, 0.017592642456293106, -0.03583737090229988, 0.003114991821348667, -0.06529826670885086, -0.02543865330517292, -0.061738383024930954, -0.031669240444898605, -0.03386761620640755, -0.04504553973674774, 0.03971646726131439, 0.02521601878106594, 0.04410164803266525, 0.0046296268701553345, 0.004618094302713871, -0.03451142460107803, -0.03900023177266121, 0.045719921588897705, 0.0420013852417469, -0.04266618564724922, -0.0672726258635521, 0.03662735968828201, -0.026838837191462517, 0.021769240498542786, 0.001976714236661792, -0.03132930025458336, 0.08332594484090805, 0.07219903916120529, 0.021975751966238022, 0.02251141145825386, -0.023624489083886147, -0.06172303855419159, -0.05056292936205864, -0.026995860040187836, -0.04364309459924698, -0.010586945340037346, -0.012180773541331291, -0.03976660594344139, -0.022419612854719162, 0.0014747816603630781, -0.008822579868137836, -0.015806330367922783, -0.0028531234711408615, 0.051190972328186035, 0.05924159660935402, 0.036069758236408234, 0.028461525216698647, -0.04644978791475296, -0.045406680554151535, 0.07393517345190048, 0.035946477204561234, 0.01242154836654663, -0.06924986094236374, -0.04464314505457878, 0.0022436724975705147, 0.033023715019226074, -0.015672650188207626, -0.00276295468211174, 0.09621192514896393, -0.004559471737593412, -0.007704386953264475, 0.010405747219920158, -0.010870571248233318, -0.029109878465533257, -0.017622703686356544, -0.027446508407592773, 0.009983720257878304, -0.06621585786342621, 0.00562383932992816, -0.001520243240520358, 0.04595378786325455, -0.05985691770911217, -0.05298648774623871, -0.02014601044356823, 0.04114057123661041, 0.026331394910812378, -0.018323849886655807, -0.048369746655225754, 0.01555878110229969, -0.0386197604238987, -0.030379055067896843, 0.014161837287247181, 0.02461271733045578, 0.010508321225643158, 0.042568035423755646, 0.021576082333922386, -0.029323305934667587, 0.057720813900232315, 0.03067716211080551, 0.08223728090524673, 0.01857127621769905, -0.0521431528031826, 0.005761085078120232, -0.032509855926036835, 0.013317620381712914, -0.009106500074267387, -0.022727150470018387, -0.034710194915533066, -0.09190552681684494, -0.028669077903032303, 0.02579139731824398, -0.02433398924767971, -0.03362312912940979, 0.03667941689491272, 0.005468745715916157, 0.008717567659914494, 0.001641798298805952, 0.030705150216817856, 0.04150403290987015, -0.0627565011382103, 0.0267192255705595, 0.013947241939604282, 0.04599188268184662, -0.07002671808004379, 0.015391640365123749, -0.006966079119592905, -0.03061031550168991, -0.002211557934060693, 0.06501031666994095, 0.03381233289837837, 0.03216557949781418, 0.06578412652015686, 0.006630384363234043, -0.03544587641954422, 0.07047139108181, 0.037131909281015396, -0.03937605023384094, -0.054270192980766296, -0.00827718898653984, -0.016253910958766937, -0.054613277316093445, -0.014440594241023064, -0.04018354043364525, 0.05588313192129135, 0.03568049892783165, 0.007393060717731714, -0.022845357656478882, -0.0037205065600574017, -0.03941181302070618, -0.013203627429902554, -0.042146626859903336, -0.05933314934372902, 0.04116155207157135, -0.02982429228723049, 0.0480320043861866, 0.043535660952329636, 0.008876131847500801, 0.07151336222887039, 0.03760779649019241, -0.024337030947208405, -0.037527620792388916, 0.02867725118994713, 0.02232750877737999, -0.050988227128982544, -0.06997499614953995, -0.03626804053783417, 0.046026743948459625, 0.035091280937194824, 0.009365739300847054, -0.08681727200746536, -0.007746596820652485, 0.047468267381191254, -0.025673918426036835, 0.05924954637885094, -0.0186553243547678, 0.03702254593372345, 0.05740642175078392, -0.010883409529924393, 0.00630581472069025, -0.023933272808790207, 0.011273141950368881, 0.01180281862616539, 0.03739108517765999, -0.00012584013165906072, -0.035361215472221375, -0.059125468134880066, 0.03060809336602688, 0.034440118819475174, 0.03266433626413345, 0.054970912635326385, -0.03134459629654884, -0.06953570246696472, -0.006593736819922924, 0.03088165819644928, -0.04451774060726166, 0.03137363865971565, 0.013750367797911167, 0.030861256644129753, -0.027765635401010513, -0.010369792580604553, -0.012801832519471645, 0.011262139305472374, 0.03182728588581085, 0.0063301315531134605, -0.044090013951063156, -0.03785392642021179, 0.015535533428192139, -0.025898123160004616, -0.041666362434625626, -0.07951067388057709, 0.023475993424654007, -0.01182175800204277, -0.008407996967434883, 0.047832388430833817, 0.04825952276587486, 0.056119129061698914, 0.022386038675904274, 0.012973994016647339, 0.006757799535989761, -0.032491326332092285, 0.03654967620968819, -0.026621952652931213, -0.024073559790849686, -0.010273846797645092, -0.03746936097741127, -0.010125144384801388, -0.01517701055854559, -0.04868204519152641, -0.05906236171722412, -0.014439352788031101, 0.03587387129664421, -0.01548575609922409, -0.020862309262156487, -0.00991724245250225, 0.062403272837400436, -0.03273356333374977, -0.028324590995907784, -0.03617445006966591, -0.017066817730665207, -0.060354042798280716, -0.03920651599764824, 0.024194594472646713, -0.011412142775952816, 0.03469027951359749, 0.010721581056714058, 0.0038151280023157597, 0.031773410737514496, -0.012932123616337776, 0.014674989506602287, 0.040485117584466934, -0.01517541240900755, -0.04703881964087486, -0.026079576462507248, 0.021722428500652313, 0.0026249748189002275, 0.05641717091202736, -0.011312107555568218, 0.029249517247080803, 0.027593117207288742, -0.032535478472709656, -0.010307664051651955, 0.011539328843355179, 0.05026913806796074, -0.06059803068637848, -0.05888579785823822, 0.0027389838360249996, -0.06865343451499939, 0.0077979061752557755, -0.005306412931531668, 0.0004955641343258321, 0.016341837123036385, 0.02120939828455448, 0.034789908677339554, -0.008732055313885212, -0.03135344386100769, 0.016274215653538704, -0.013324785977602005, -0.0035816363524645567, -0.04405895248055458, 0.047792088240385056, -0.021938923746347427, 0.01797490008175373, -0.01347255613654852, -0.025791700929403305, -0.03361793980002403, 0.027964895591139793, -0.007548084016889334, 0.0021933792158961296, 0.00289382366463542, 0.016289422288537025, -0.015109371393918991, 0.022198116406798363, -0.022359633818268776, 0.021641194820404053, -0.040365301072597504, 0.056556135416030884, -0.019315624609589577, 0.018096894025802612, -0.02619648352265358, -0.009089972823858261, -0.041462492197752, -0.017264023423194885, -0.0019776823464781046, -0.06386160105466843, 0.04304586350917816, 0.055441714823246, 0.039007481187582016, 0.03935813903808594, -0.013138928450644016, -0.006311384495347738, -0.010067802853882313, -0.05232733115553856, 0.0014425221597775817, -0.0037236888892948627, 0.03636210784316063, 0.0214883740991354, 0.043477192521095276, 0.023080801591277122, -0.07038259506225586, -0.06057512015104294, 0.029755214229226112, 0.00775623694062233, 0.001865952042862773, 0.019526856020092964, 0.024643460288643837, 0.04272333160042763, 0.0543527752161026, -0.01720372773706913, 0.0021626465022563934, -0.014680365100502968, -0.04093636944890022, 0.018204091116786003, -0.004808461759239435, 0.015601581893861294, 0.010990217328071594, -0.049113769084215164, -0.01732255145907402, 0.06754930317401886, 0.01673714630305767, 0.019213590770959854, -0.02035468816757202, -0.040166012942790985, 0.01326821930706501, -0.017750807106494904, -0.04815996438264847, 0.012018800713121891, -0.0055793775245547295, -0.024520143866539, 0.09209781140089035, -0.010179957374930382, 0.006619537249207497, 0.03893638029694557, 0.023190073668956757, -0.024066727608442307, 0.03906356170773506, -0.01218926627188921, 0.01140212919563055, 0.039453864097595215, -0.06741682440042496, -0.009200354106724262, -0.0367940291762352, 0.07336781173944473, -0.07387824356555939, 0.02787853218615055, 0.059265170246362686, 0.020409904420375824, 0.03482721373438835, -0.030342787504196167, -0.04134713113307953, 0.04869074746966362, -0.045994408428668976, 0.07623110711574554, 0.03466670960187912, -0.06720481812953949, 0.06233697757124901, 0.008355362340807915, -0.10179397463798523, 0.06167515739798546, 0.04222206398844719, 0.024153264239430428, 0.029011888429522514, 0.044440168887376785, -0.0617382638156414, 0.005934964865446091, -0.033434875309467316, 0.017562858760356903, -0.05744710564613342, 0.018142499029636383, 0.014924701303243637, -0.041725970804691315, -0.026069728657603264, 0.021519435569643974, -0.026027465239167213, -0.024618174880743027, 0.014570377767086029, -0.04630960524082184, -0.0364685021340847, -0.0020216607954353094, 0.028178434818983078, -0.04402422532439232, -0.0011983760632574558, -0.0421140193939209, 0.014243519864976406, 0.03321564197540283, -0.0003021833545062691, -0.0330524779856205, -0.018780387938022614, 0.011115459725260735, -0.052821867167949677, -0.03752844035625458, 0.033714137971401215, 0.004207167308777571, -0.03467962145805359, 0.05594915524125099, 0.019024431705474854, 0.008080519735813141, 0.038117360323667526, 0.00822740513831377, 0.02413596212863922, -0.06342460960149765, -0.03774647414684296, -0.00024960824521258473, 0.014212261885404587, 0.014645394869148731, -0.015928898006677628, 0.046997666358947754, 0.038367271423339844, -0.004506994504481554, 0.02001863159239292, -0.03202494606375694, -0.01341661810874939, 0.018082238733768463, -0.04246081784367561, 0.010911887511610985, 0.01926233433187008, -0.043183986097574234, -0.029385415837168694, -0.01748073287308216, -0.0010218876414000988, 0.02454766258597374, -0.053919848054647446, 0.0019072722643613815, 0.02895139902830124, -0.03138916939496994, -0.03989852964878082, -0.061506278812885284, -0.03219681233167648, -0.027474576607346535, 0.05582009255886078, 0.005990847945213318, -0.048981983214616776, 0.009704941883683205, -0.048146702349185944, -0.05859529972076416, 0.0017625595210120082, 0.024974441155791283, -0.030656931921839714, 0.06953398138284683, 0.03222520276904106, -0.05220568925142288, 0.020649932324886322, 0.04179557040333748, -0.02217850089073181, 0.03233950212597847, 0.014265774749219418, 0.019000984728336334, 0.039198439568281174, 0.018876830115914345, -0.033836543560028076, -0.031839847564697266, -0.058734722435474396, -0.025755850598216057, -0.0216678436845541, -0.011662173084914684, 0.05187452211976051 ]
DeepPavlov/xlm-roberta-large-en-ru
[ "pytorch", "xlm-roberta", "feature-extraction", "en", "ru", "transformers" ]
feature-extraction
{ "architectures": [ "XLMRobertaModel" ], "model_type": "xlm-roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
190
null
--- language: tr datasets: - common_voice metrics: - wer tags: - audio - automatic-speech-recognition - speech - xlsr-fine-tuning-week license: apache-2.0 model-index: - name: XLSR Wav2Vec2 Turkish by Enes Burak Dundar results: - task: name: Speech Recognition type: automatic-speech-recognition dataset: name: Common Voice tr type: common_voice args: tr metrics: - name: Test WER type: wer value: 24.86 --- # Wav2Vec2-Large-XLSR-53-Turkish Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Turkish 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", "tr", split="test[:2%]") #TODO: replace {lang_id} in your language code here. Make sure the code is one of the *ISO codes* of [this](https://huggingface.co/languages) site. processor = Wav2Vec2Processor.from_pretrained("dundar/wav2vec2-large-xlsr-53-turkish") model = Wav2Vec2ForCTC.from_pretrained("dundar/wav2vec2-large-xlsr-53-turkish") 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 Turkish 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", "tr", split="test") wer = load_metric("wer") processor = Wav2Vec2Processor.from_pretrained("dundar/wav2vec2-large-xlsr-53-turkish") model = Wav2Vec2ForCTC.from_pretrained("dundar/wav2vec2-large-xlsr-53-turkish") 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**: 24.86 % ## Training The Common Voice datasets `except the test` set were used for training. The script used for training can be found [here](https://github.com/ebdundar/)
[ -0.019993707537651062, -0.014129271730780602, -0.0195632241666317, 0.0505632609128952, 0.04893612489104271, 0.041447367519140244, -0.008020731620490551, -0.010527984239161015, -0.043482813984155655, 0.07275095582008362, 0.027335459366440773, -0.028062501922249794, -0.013836554251611233, 0.022647419944405556, -0.018779093399643898, -0.036878801882267, -0.02808571048080921, -0.011186888441443443, -0.07214655727148056, -0.027719644829630852, -0.015592620708048344, 0.03472362458705902, -0.012148474343121052, 0.024087784811854362, -0.0020352674182504416, 0.013560831546783447, -0.009457005187869072, 0.02272842265665531, 0.005073960404843092, -0.06437285989522934, -0.005027312319725752, -0.03402533009648323, -0.024708226323127747, -0.04008655995130539, -0.020894179120659828, -0.00806399341672659, 0.00630097184330225, 0.005599053110927343, 0.031215261667966843, 0.034971997141838074, -0.023399047553539276, 0.015590345486998558, 0.007308105938136578, -0.0158685315400362, 0.03514118120074272, 0.0005773180746473372, -0.05009124428033829, -0.00489141047000885, 0.029805535450577736, -0.047073885798454285, -0.03241266310214996, -0.054825641214847565, -0.02370378188788891, 0.03234294801950455, -0.02281695231795311, -0.043051619082689285, -0.0425274595618248, -0.022078238427639008, 0.06497042626142502, -0.04653957486152649, -0.036048635840415955, 0.023808427155017853, -0.06606350839138031, 0.012487602420151234, 0.013772102072834969, -0.037652913480997086, -0.002464431105181575, -0.04523354396224022, 0.03125673159956932, -0.02484891191124916, 0.05576977878808975, -0.02356928586959839, 0.008396528661251068, -0.08573445677757263, 0.018695833161473274, -0.007544205989688635, 0.03211383521556854, 0.04510175436735153, -0.03343604505062103, 0.05697479099035263, 0.031339291483163834, -0.003826445434242487, 0.02946270816028118, -0.025777069851756096, 0.0024980572052299976, 0.05358446389436722, -0.028548330068588257, 0.01186563540250063, 0.006840449292212725, 0.04418914392590523, -0.034798115491867065, -0.05279476195573807, -0.013894706964492798, -0.04852330684661865, -0.00943205039948225, 0.04525631666183472, 0.026738764718174934, -0.0025998090859502554, 0.03500724211335182, 0.036391012370586395, 0.01277939137071371, 0.024997033178806305, -0.030286697670817375, 0.05555536597967148, -0.02047337405383587, -0.010140799917280674, -0.0010791090317070484, -0.04482173174619675, -0.03734548017382622, 0.0251766424626112, 0.04036355018615723, -0.049665968865156174, -0.03872634097933769, 0.03583657741546631, 0.011584662832319736, -0.018435295671224594, 0.03802458196878433, -0.054087936878204346, -0.03404694423079491, -0.0427350290119648, 0.02981727570295334, 0.009684382937848568, 0.010165002197027206, -0.007393121253699064, -0.04960084706544876, 0.03429878503084183, -0.04253235086798668, -0.029980536550283432, 0.0161418616771698, 0.0241965614259243, -0.013854130171239376, 0.03854915127158165, 0.025319691747426987, -0.054512571543455124, -0.0015195751329883933, 0.014500867575407028, -0.0563485249876976, 0.03758823126554489, 0.016972741112113, 0.0895695760846138, -0.050749391317367554, -0.05443660542368889, 0.011466432362794876, 0.009741324931383133, -0.019357245415449142, 0.025595227256417274, 0.019786927849054337, -0.014844385907053947, -0.05168672651052475, -0.0115278959274292, 0.051971402019262314, -0.07106632739305496, -0.002802071627229452, 0.04606441408395767, -0.0210146252065897, 0.035915859043598175, -0.028139274567365646, 0.0034133191220462322, 0.015554930083453655, 0.00030076969414949417, -0.019961874932050705, 0.04300631582736969, 0.006156313698738813, -0.03254947066307068, -0.02556557208299637, -0.04234196990728378, -0.008018321357667446, 0.07620539516210556, 0.0009963641641661525, 0.011008786037564278, -0.020058980211615562, 0.032509543001651764, 0.04122895747423172, 0.02036125585436821, -0.04026598855853081, 0.04120859503746033, 0.06738905608654022, 0.04258810356259346, -0.022677896544337273, 0.08594488352537155, 0.02006746642291546, -0.027880700305104256, -0.014664173126220703, -0.00044485137914307415, 0.011606130748987198, -0.018384380266070366, 0.0002767847036011517, 0.06395938992500305, -0.006226258352398872, -0.025733234360814095, -0.015064896084368229, 0.050082240253686905, -0.005653442349284887, -0.00475225830450654, -0.012602546252310276, -0.01917135715484619, -0.04644051566720009, 0.03660564124584198, -0.0359216183423996, 0.009134292602539062, -0.015912914648652077, -0.026577098295092583, -0.008353788405656815, 0.03351592272520065, 0.02420661598443985, 0.057281866669654846, -0.0032092449255287647, 0.08557000011205673, -0.04526811093091965, -0.0004967517452314496, -0.04820067435503006, -0.04585101827979088, -0.017367977648973465, 0.0462176576256752, 0.035135071724653244, 0.06541193276643753, -0.003830987960100174, -0.04193709045648575, 0.02272711507976055, 0.06544864177703857, 0.07225967943668365, 0.01814284175634384, -0.0004872466379310936, -0.010230392217636108, 0.03517298027873039, 0.06766995042562485, -0.06747903674840927, -0.03562311455607414, 0.00526060163974762, 0.029125189408659935, -0.014558462426066399, 0.015024985186755657, -0.025435755029320717, 0.052395835518836975, -0.04561269283294678, -0.08698681741952896, 0.06553685665130615, 0.023096870630979538, 0.013205091468989849, 0.024013971909880638, -0.01520944107323885, 0.016557727009058, 0.02203194424510002, -0.0021930779330432415, -0.0007704947493039072, -0.03278695046901703, -0.004467166494578123, 0.014887658879160881, 0.045816414058208466, -0.056544229388237, 0.027565747499465942, -0.019107898697257042, 0.002627858892083168, 0.043842997401952744, -0.05662400275468826, 0.036466795951128006, 0.012985908426344395, 0.01756160706281662, -0.03156186267733574, 0.025545140728354454, -0.0034585678949952126, 0.04373971372842789, 0.05083710327744484, 0.0040533835999667645, 0.040037285536527634, 0.009424290619790554, 0.05561438947916031, 0.09802905470132828, 0.028848053887486458, -0.004247549921274185, 0.008191859349608421, 0.06465499848127365, 0.010255859233438969, -0.017945751547813416, 0.08265599608421326, -0.034900933504104614, 0.03224203735589981, -0.046974778175354004, 0.010231300257146358, -0.005454630125313997, 0.00010601601388771087, 0.03423887491226196, 0.00685554975643754, -0.011323084123432636, 0.02412213198840618, -0.027651216834783554, -0.018856769427657127, 0.04770481213927269, -0.031273797154426575, -0.021180277690291405, 0.0004954567993991077, -0.0196685753762722, -0.004010134842246771, -0.07589874416589737, -0.0187887791544199, -0.020915919914841652, -0.04210662096738815, 0.011603562161326408, -0.07785569876432419, -0.028752626851201057, -0.06156396493315697, -0.015785692259669304, 0.022460952401161194, 0.009736684150993824, 0.014218085445463657, -0.032404575496912, 0.005828709341585636, -0.06629373878240585, -0.040596071630716324, -0.04872214421629906, -0.04228631407022476, -0.02553524449467659, -0.05492103099822998, 0.03206290304660797, 0.022397905588150024, 0.03179742395877838, 0.0015684684040024877, 0.008562769740819931, -0.04886870086193085, -0.024689767509698868, 0.03559703752398491, 0.0326717309653759, -0.035625312477350235, -0.06943606585264206, 0.03336353972554207, -0.04229632765054703, 0.016436459496617317, 0.012483117170631886, -0.0443589948117733, 0.077903151512146, 0.07777935266494751, 0.03300194814801216, 0.030299179255962372, -0.02641097456216812, -0.061006926000118256, -0.053054455667734146, -0.024348828941583633, -0.03921578824520111, -0.009943639859557152, -0.020104512572288513, -0.043266985565423965, -0.024907778948545456, -0.007338295225054026, -0.025436054915189743, -0.004501999821513891, 0.008353269658982754, 0.04480571299791336, 0.06050796061754227, 0.038505930453538895, 0.03996758535504341, -0.034808870404958725, -0.04715530574321747, 0.08203437179327011, 0.016849638894200325, 0.007155495695769787, -0.06658308207988739, -0.03435738757252693, 0.020551765337586403, 0.019359569996595383, -0.012878299690783024, 0.006601719185709953, 0.08413483202457428, -0.01091665867716074, -0.009703869000077248, 0.008861752226948738, -0.01934095472097397, -0.029877645894885063, -0.012460597790777683, -0.012753467075526714, 0.004787445534020662, -0.06992441415786743, 0.00021760833624284714, 0.00543818436563015, 0.05849355086684227, -0.0624329075217247, -0.05891061946749687, -0.03207454830408096, 0.046385977417230606, 0.02422928996384144, -0.006178848911076784, -0.04191851615905762, 0.010646463371813297, -0.06613809615373611, -0.03304466977715492, 0.02617816813290119, 0.021342702209949493, 0.027764517813920975, 0.06638924032449722, 0.007621086202561855, -0.035122100263834, 0.0592135526239872, 0.04534987360239029, 0.06986378878355026, 0.01771843433380127, -0.03996063768863678, 0.0023194600362330675, -0.033183395862579346, 0.015194407664239407, 0.011241299100220203, -0.029898619279265404, -0.05108177661895752, -0.07928400486707687, -0.034006617963314056, 0.01358373835682869, -0.024303195998072624, -0.024900704622268677, 0.037702493369579315, 0.006362862419337034, 0.005195912439376116, 0.006267799064517021, 0.024723747745156288, 0.02826211415231228, -0.044946473091840744, 0.030221959576010704, -0.0003827331238426268, 0.03151663392782211, -0.0783093050122261, 0.021427186205983162, -0.005834025796502829, -0.020761121064424515, -0.004198704846203327, 0.05889732763171196, 0.03559770807623863, 0.04255376756191254, 0.07687768340110779, 0.018768291920423508, -0.034535422921180725, 0.05297233536839485, 0.03421705588698387, -0.03692561760544777, -0.062453873455524445, -0.011770996265113354, -0.010782141238451004, -0.04425009340047836, -0.00842395331710577, -0.03216816484928131, 0.04116080701351166, 0.033211372792720795, 0.0021696535404771566, -0.021415118128061295, 0.008953344076871872, -0.03487268090248108, -0.020670190453529358, -0.04959456995129585, -0.052844103425741196, 0.03488710895180702, -0.028901029378175735, 0.02847825549542904, 0.04159010574221611, -0.0010973501484841108, 0.0742427408695221, 0.040463149547576904, -0.02092861197888851, -0.0477103516459465, 0.03401589021086693, 0.03416890650987625, -0.03291290998458862, -0.06236995384097099, -0.03924848511815071, 0.05346681922674179, 0.035259079188108444, 0.004081077873706818, -0.0818009153008461, -0.003540610894560814, 0.04082660749554634, -0.02873445488512516, 0.06992512941360474, -0.016308242455124855, 0.04309965670108795, 0.053488221019506454, -0.02774478681385517, 0.019525302574038506, -0.03072318062186241, 0.017932483926415443, 0.005598639603704214, 0.015404416248202324, -0.01485653966665268, -0.025736672803759575, -0.05993304029107094, 0.009327727369964123, 0.03292036056518555, 0.029209619387984276, 0.04633356258273125, -0.024807780981063843, -0.056575339287519455, 0.004761854652315378, 0.03803147375583649, -0.042990755289793015, 0.03247963637113571, 0.01568598859012127, 0.029120156541466713, -0.04032177850604057, -0.023244494572281837, -0.012956316582858562, 0.005305416416376829, 0.025878896936774254, 0.01215159147977829, -0.05078055337071419, -0.03693915531039238, 0.016568493098020554, -0.031027093529701233, -0.02830023504793644, -0.08081074059009552, 0.029239505529403687, -0.017526142299175262, 0.0006618787301704288, 0.04424944147467613, 0.03189874067902565, 0.04461381584405899, 0.024448320269584656, 0.01340434793382883, 0.010586683638393879, -0.033700961619615555, 0.037612561136484146, -0.03173527121543884, -0.013091686181724072, -0.017271697521209717, -0.04288734868168831, -0.005095798056572676, -0.03441305831074715, -0.04642811417579651, -0.04763762652873993, -0.00446844007819891, 0.038608722388744354, -0.017511561512947083, -0.005836859345436096, -0.017239239066839218, 0.05164689943194389, -0.0431998074054718, -0.034388650208711624, -0.024537255987524986, -0.025714652612805367, -0.05955061316490173, -0.04205592721700668, 0.015359386801719666, -0.018850496038794518, 0.02345811389386654, 0.004954211879521608, 0.01857445202767849, 0.01335831731557846, -0.012045525945723057, 0.0013922572834417224, 0.03126004710793495, -0.020641766488552094, -0.04018450155854225, -0.029772218316793442, 0.014837856404483318, 0.0003296654613222927, 0.06625207513570786, -0.012329348362982273, 0.02540455386042595, 0.038916513323783875, -0.03688989579677582, -0.016135653480887413, 0.013971054926514626, 0.04598274827003479, -0.06043277680873871, -0.05366836488246918, -0.005620110780000687, -0.0591503381729126, 0.004679225850850344, -0.013326656073331833, -0.0010444651124998927, 0.023843249306082726, 0.01877646893262863, 0.03614717721939087, -0.008450198918581009, -0.022702835500240326, 0.011465169489383698, 0.0012970803072676063, 0.0058394237421453, -0.05871469900012016, 0.0526999793946743, -0.024199971929192543, 0.008267318829894066, -0.006997434888035059, -0.010827970691025257, -0.03458334878087044, 0.02131057344377041, -0.005092537961900234, -0.008887061849236488, -0.00323173007927835, 0.022433098405599594, -0.015087339095771313, 0.02262928895652294, -0.03206109255552292, 0.013210208155214787, -0.03728444129228592, 0.05430607125163078, -0.032385461032390594, 0.01682957634329796, -0.03398563712835312, -0.00015797636297065765, -0.029509123414754868, -0.016739942133426666, -0.005254561081528664, -0.05896137282252312, 0.05394203960895538, 0.04260488972067833, 0.024231472983956337, 0.04066415876150131, -0.03019513376057148, 0.0053826309740543365, -0.010099511593580246, -0.04886433854699135, -0.006770807318389416, -0.009347382001578808, 0.0307923536747694, 0.003606758313253522, 0.05260134115815163, 0.025469282642006874, -0.05988834798336029, -0.06193843483924866, 0.0388520322740078, 0.0030026824679225683, 0.004201370291411877, 0.019708817824721336, 0.014954070560634136, 0.021734435111284256, 0.06113656982779503, -0.018137652426958084, 0.002616478595882654, -0.013752316124737263, -0.027816513553261757, 0.0260725487023592, -0.012497463263571262, 0.014149358496069908, -0.0005657848669216037, -0.045389026403427124, -0.018700845539569855, 0.06337247788906097, 0.023528654128313065, 0.02314598113298416, -0.02312827855348587, -0.04258458688855171, 0.009936606511473656, -0.00975565705448389, -0.05810926854610443, 0.008759291842579842, -0.003426292445510626, -0.018431667238473892, 0.09306292235851288, -0.009077398106455803, 0.006641374435275793, 0.04080822318792343, 0.011495751328766346, -0.027869902551174164, 0.04631049185991287, -0.014604431577026844, 0.020980143919587135, 0.03679259866476059, -0.0700465738773346, -0.002591176424175501, -0.02410799078643322, 0.06307890266180038, -0.08213261514902115, 0.037035275250673294, 0.054725006222724915, 0.008613454177975655, 0.03730827942490578, -0.0309214498847723, -0.03786826878786087, 0.050547149032354355, -0.031425297260284424, 0.08999314904212952, 0.017134929075837135, -0.043541450053453445, 0.07224271446466446, 0.014983559027314186, -0.09957598894834518, 0.05380550026893616, 0.045524485409259796, 0.022325702011585236, 0.02453267201781273, 0.059572797268629074, -0.054579414427280426, 0.012543360702693462, -0.04015570878982544, 0.03082018345594406, -0.05935181304812431, 0.008869609795510769, 0.019899245351552963, -0.0520443469285965, -0.01642102748155594, 0.011126793920993805, -0.02139805071055889, -0.026136698201298714, 0.014208787120878696, -0.052383653819561005, -0.02030828408896923, -0.008228172548115253, 0.03348831832408905, -0.048182468861341476, 0.01251306664198637, -0.03401685133576393, 0.013867005705833435, 0.02746272087097168, 0.0012107561342418194, -0.021484794095158577, -0.014102871529757977, 0.013938781805336475, -0.05785149708390236, -0.057228948920965195, 0.02385527268052101, 0.02767198532819748, -0.02064165659248829, 0.0542340986430645, 0.010456728748977184, 0.018578873947262764, 0.02377505414187908, 0.0023267020005732775, 0.02278701774775982, -0.05951172113418579, -0.022876709699630737, -0.010169859044253826, 0.018481679260730743, 0.025402773171663284, -0.013633583672344685, 0.05562444031238556, 0.05297159403562546, 0.00541714858263731, 0.016544189304113388, -0.03649516776204109, -0.027528224512934685, 0.040928009897470474, -0.05348769575357437, 0.02451530657708645, 0.017261585220694542, -0.03818110376596451, -0.03222300857305527, -0.01542219053953886, -0.0023540582042187452, 0.038356389850378036, -0.05758323892951012, 0.012950845994055271, 0.02373114414513111, -0.03411893546581268, -0.03867476433515549, -0.06681165844202042, -0.02175222709774971, -0.04205711558461189, 0.04435610771179199, 0.02318018302321434, -0.04862549901008606, 0.007928519509732723, -0.04155571758747101, -0.057411760091781616, 0.011587288230657578, 0.02649446204304695, -0.03683099523186684, 0.05516009405255318, 0.04058536887168884, -0.05578688532114029, 0.020368587225675583, 0.04851456359028816, -0.02100530080497265, 0.02625628374516964, 0.01617072895169258, 0.0062880185432732105, 0.04277981072664261, 0.03485764563083649, -0.03373608738183975, -0.029290713369846344, -0.06310252845287323, -0.04038763791322708, -0.029517948627471924, -0.014801421202719212, 0.05069451779127121 ]
Deniskin/emailer_medium_300
[ "pytorch", "gpt2", "text-generation", "transformers" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
14
null
--- language: gl widget: - text: "As filloas son un [MASK] típico do entroido en Galicia " --- Bertinho-gl-small-cased A pre-trained BERT model for Galician (6layers,cased). Trained on Wikipedia.
[ 0.00023201901058200747, -0.0295039601624012, 0.021014505997300148, 0.043538112193346024, 0.046967390924692154, 0.030628349632024765, -0.004294592887163162, 0.00673065148293972, -0.015620600432157516, 0.038971465080976486, -0.005830767098814249, -0.02246938832104206, 0.007116300519555807, 0.03325873240828514, -0.04269351810216904, -0.004884990397840738, 0.002563273534178734, -0.005225109402090311, -0.05301791802048683, -0.030474966391921043, -0.022993678227066994, -0.012595969252288342, -0.0012396035017445683, 0.020791886374354362, 0.012550294399261475, 0.025466490536928177, 0.005634445231407881, 0.0402698814868927, 0.034800268709659576, -0.050518929958343506, 0.004299672320485115, -0.029304852709174156, -0.027518706396222115, -0.03900734707713127, -0.043213553726673126, -0.032039862126111984, 0.0007539346697740257, -0.004704056307673454, 0.02601746842265129, 0.06502901762723923, -0.03571068122982979, 0.00009391792264068499, 0.010899386368691921, -0.05584624037146568, -0.008424697443842888, 0.018946358934044838, -0.06294956058263779, -0.014993332326412201, 0.02727362886071205, -0.002079559490084648, -0.03644677996635437, -0.10269580781459808, -0.04782237485051155, -0.009281204082071781, 0.003288792446255684, -0.04473345726728439, -0.04900630563497543, 0.026607926934957504, 0.0754421278834343, -0.026338743045926094, -0.030989043414592743, 0.0015292424941435456, -0.08078444749116898, 0.0024282638914883137, 0.04126911237835884, -0.0019820276647806168, 0.018336007371544838, -0.03358253091573715, 0.05111795663833618, -0.026719173416495323, 0.03612612932920456, -0.0474151149392128, 0.010200283490121365, -0.08938741683959961, -0.01771286502480507, -0.01227520126849413, 0.024526579305529594, 0.02356770634651184, -0.050416793674230576, 0.05367184802889824, 0.026292573660612106, -0.012222363613545895, 0.03224680945277214, 0.003718544961884618, -0.023025507107377052, 0.04156368225812912, -0.0529935285449028, -0.01345465611666441, 0.028618447482585907, 0.04990726709365845, -0.02864246442914009, -0.008178696036338806, -0.02495620585978031, -0.0360584631562233, -0.0027453675866127014, 0.04830300435423851, 0.010905181989073753, -0.02468455210328102, 0.049478646367788315, 0.030162356793880463, 0.03521159291267395, 0.04177750647068024, -0.024973947554826736, 0.05892999470233917, -0.013155530206859112, -0.005592010915279388, -0.010869631543755531, -0.02929631434381008, -0.041987743228673935, 0.0151807377114892, 0.004702867940068245, -0.07445821166038513, -0.03313053399324417, 0.05316480994224548, 0.0008914595819078386, -0.03915078938007355, 0.08319111913442612, -0.0213435310870409, -0.05004625767469406, -0.03628380969166756, 0.05670192465186119, 0.015077444724738598, 0.004478008486330509, 0.031069107353687286, -0.0513012520968914, 0.017277050763368607, -0.01327058020979166, 0.004635045304894447, -0.032243140041828156, 0.009716429747641087, -0.006699347868561745, 0.021590065211057663, 0.017597025260329247, -0.07641860097646713, 0.0072858561761677265, 0.004629518371075392, -0.05938844382762909, 0.019722651690244675, 0.031639788299798965, 0.10446717590093613, -0.0457439199090004, -0.042261913418769836, 0.008557815104722977, -0.006280368193984032, -0.002416488016024232, -0.023202011361718178, 0.009713050909340382, -0.04594513401389122, -0.01786181516945362, -0.013655230402946472, 0.04630978778004646, -0.05036396160721779, -0.016197852790355682, 0.04694587364792824, -0.012307489290833473, 0.022888220846652985, -0.030010750517249107, 0.017397530376911163, 0.01269310899078846, 0.006397812627255917, -0.03129222244024277, 0.034482017159461975, 0.0005927082384005189, -0.017391491681337357, -0.0569961741566658, -0.05321451276540756, -0.002392206573858857, 0.07613193988800049, -0.00235632318072021, -0.018649384379386902, -0.0232252087444067, 0.015330927446484566, 0.023337403312325478, 0.02488281950354576, -0.01638941466808319, 0.012547878548502922, 0.031089598312973976, 0.04439164698123932, -0.013912636786699295, 0.04608180373907089, -0.003440682077780366, -0.04673640429973602, -0.05608638748526573, 0.0348878875374794, 0.02625502273440361, -0.043865665793418884, 0.03676290810108185, 0.04354992136359215, 0.015556483529508114, -0.015132674016058445, -0.0024027423933148384, 0.021516641601920128, -0.0020558906253427267, 0.0065999459475278854, 0.0012285434640944004, -0.005438587162643671, -0.04563381150364876, 0.03625259920954704, -0.04279894009232521, 0.012437526136636734, -0.015768000856041908, -0.040176376700401306, 0.01909046247601509, 0.005499421618878841, 0.03378038853406906, 0.03634105995297432, 0.005347267724573612, 0.08865194767713547, -0.02929997257888317, 0.03685667738318443, -0.0820007398724556, -0.08801211416721344, -0.021451860666275024, 0.020518267527222633, 0.009507900103926659, 0.04379666969180107, -0.009679661132395267, -0.06154512241482735, 0.0018351617036387324, 0.08445483446121216, 0.06292153894901276, 0.02369474247097969, -0.043223924934864044, -0.0027753538452088833, 0.03128682076931, 0.021680008620023727, -0.035443779081106186, -0.047212857753038406, 0.02979564480483532, 0.045678116381168365, -0.02213769033551216, -0.00473620044067502, -0.007946094498038292, 0.03098115138709545, -0.011192237958312035, -0.06044292449951172, 0.017708076164126396, 0.013062435202300549, -0.00039943770389072597, 0.02800861932337284, -0.02287464402616024, 0.008929939940571785, 0.00812444370239973, 0.015543106943368912, 0.0014621415175497532, -0.05967205762863159, 0.006203675642609596, 0.006741178687661886, 0.07934370636940002, -0.06850849092006683, 0.03668109327554703, -0.005913229659199715, 0.007604100275784731, 0.04286360368132591, -0.021294357255101204, 0.010411822237074375, 0.04093693569302559, 0.008145983330905437, -0.036358542740345, 0.02060665935277939, 0.03269748017191887, 0.044506948441267014, 0.05407392233610153, 0.004116259049624205, 0.05159428343176842, -0.015613125637173653, 0.0451635904610157, 0.07607364654541016, 0.015693970024585724, 0.01862659491598606, 0.026661323383450508, 0.0719708725810051, -0.006644526496529579, 0.005946412682533264, 0.04920503497123718, -0.02669082209467888, 0.005676937289535999, -0.012598578818142414, -0.016086408868432045, 0.013330967165529728, 0.007653334643691778, 0.022404944524168968, -0.0005308591644279659, -0.009707565419375896, -0.008382475934922695, -0.006557900458574295, -0.004335858393460512, 0.06768610328435898, -0.00493996636942029, 0.003857684088870883, -0.03272414207458496, -0.02410764805972576, 0.03098590485751629, -0.05164136365056038, -0.0422685332596302, -0.006277541164308786, -0.029380185529589653, -0.004185735713690519, -0.07271107286214828, -0.028577294200658798, -0.04264125972986221, -0.012305640615522861, 0.03050171211361885, 0.045006297528743744, -0.00655323825776577, -0.007584639359265566, -0.013762369751930237, -0.02594131976366043, -0.04283328354358673, -0.0360984168946743, -0.037246398627758026, -0.028779013082385063, -0.05860258266329765, 0.03783315792679787, 0.03498133271932602, 0.01567084901034832, -0.006515004672110081, 0.0026353737339377403, -0.028063273057341576, -0.005019413772970438, 0.031467635184526443, 0.045055218040943146, -0.008126680739223957, -0.037506382912397385, 0.00984186865389347, -0.00036336330231279135, 0.0228730458766222, -0.0010537812486290932, -0.01216644886881113, 0.09329087287187576, 0.07223305106163025, 0.04254336655139923, 0.007744598668068647, 0.024044780060648918, -0.04685315489768982, -0.06532255560159683, -0.04176180064678192, -0.021706953644752502, -0.008832703344523907, -0.010790601372718811, -0.06008034199476242, -0.02883475460112095, -0.05848312750458717, 0.01245211437344551, 0.003012300468981266, 0.0307769812643528, 0.034842412918806076, 0.04298703372478485, 0.04540281370282173, 0.03379885479807854, -0.04257221519947052, -0.016112321987748146, 0.06288965791463852, 0.006572204176336527, -0.02305329032242298, -0.05141668766736984, -0.03790906071662903, 0.03208939731121063, 0.012673498131334782, -0.02593139000236988, -0.0036876217927783728, 0.0989408791065216, 0.016405625268816948, 0.04128401726484299, 0.020136237144470215, -0.041069794446229935, -0.04819784313440323, 0.001840377924963832, -0.00660322792828083, -0.048814233392477036, -0.041299499571323395, -0.015493053942918777, -0.008221613243222237, 0.04355612397193909, -0.07800692319869995, -0.04743637889623642, -0.008794779889285564, 0.024464432150125504, 0.00032972008921206, -0.017011353746056557, -0.053957559168338776, 0.019839579239487648, -0.04780779406428337, -0.03468720614910126, -0.006642424501478672, -0.016208132728934288, 0.01628810167312622, 0.04071507975459099, 0.03441738337278366, -0.05395631864666939, 0.018107706680893898, 0.018833240494132042, 0.06365953385829926, 0.006503954995423555, -0.035706132650375366, 0.032115548849105835, -0.020546646788716316, 0.03115743212401867, -0.01480622123926878, -0.03674331679940224, -0.04589613154530525, -0.08250834047794342, -0.02172049880027771, -0.0013329355278983712, -0.0229930616915226, -0.024363923817873, 0.049771748483181, -0.022465240210294724, 0.0031960136257112026, -0.037191908806562424, -0.008606167510151863, 0.025532646104693413, -0.05201791599392891, 0.09228542447090149, -0.036787886172533035, 0.019968191161751747, -0.046357013285160065, 0.0022114512976258993, -0.058832596987485886, -0.002212022664025426, -0.02479935623705387, 0.059276845306158066, 0.034955333918333054, 0.07112552970647812, 0.057679519057273865, 0.021253149956464767, -0.036979541182518005, 0.06348901987075806, 0.023351041600108147, -0.0052719879895448685, -0.039734430611133575, -0.019374985247850418, -0.015298821963369846, -0.03315522149205208, -0.015617559663951397, -0.02479320950806141, 0.015773547813296318, 0.012916866689920425, 0.011286970227956772, 0.00827842392027378, 0.005497694946825504, -0.039293061941862106, -0.024143360555171967, -0.037563130259513855, -0.02679068222641945, 0.01607552543282509, -0.026276210322976112, 0.018494855612516403, 0.043713778257369995, 0.006215606816112995, 0.07216616719961166, 0.03198619931936264, -0.007652007043361664, -0.0372382290661335, -0.008616792038083076, -0.004722035024315119, -0.025126848369836807, -0.061370354145765305, -0.04818752408027649, 0.022983558475971222, 0.04987079277634621, 0.01919553428888321, -0.08446795493364334, 0.000036725454265251756, 0.04118381813168526, -0.033054325729608536, 0.045906927436590195, -0.03283638879656792, 0.05650227144360542, 0.06617390364408493, -0.010343492031097412, 0.01179697085171938, -0.019946740940213203, 0.02503693476319313, -0.029009370133280754, 0.03996400162577629, -0.029979070648550987, -0.04756738245487213, -0.044853102415800095, 0.0391138456761837, 0.022172071039676666, 0.03201867640018463, 0.03558027744293213, -0.037668921053409576, -0.06105915829539299, 0.005244479980319738, 0.024493252858519554, -0.03210488334298134, 0.015610841102898121, 0.026944363489747047, 0.04628567770123482, -0.05114711821079254, -0.021361522376537323, -0.017602797597646713, -0.016797037795186043, 0.03510560467839241, -0.012543678283691406, -0.03297147527337074, -0.059080347418785095, 0.006012056488543749, -0.01741342432796955, -0.045736730098724365, -0.08605082333087921, -0.02685181051492691, -0.01567297987639904, -0.03514944761991501, 0.030881978571414948, 0.03530251607298851, 0.04126961529254913, 0.04384410381317139, 0.01447744108736515, 0.0009662696393206716, -0.05127721279859543, 0.03932909667491913, -0.023800216615200043, -0.01328626461327076, -0.022581076249480247, -0.04801144078373909, -0.0146853132173419, -0.020502980798482895, -0.03628421947360039, -0.06279721111059189, -0.025435755029320717, 0.009317689575254917, 0.0026930314488708973, 0.006477267947047949, -0.0011381860822439194, 0.033903852105140686, 0.003157729282975197, -0.022936630994081497, -0.019490055739879608, -0.009636886417865753, -0.07421325147151947, -0.04826313629746437, 0.029142649844288826, 0.006975098978728056, 0.005854608025401831, 0.005596632603555918, 0.019677307456731796, -0.0037840637378394604, 0.004361539613455534, -0.03206132724881172, 0.03151952475309372, 0.025284836068749428, -0.029702771455049515, -0.0006505889468826354, 0.024856869131326675, 0.04921073466539383, 0.04812011495232582, -0.014908906072378159, 0.05182253569364548, 0.016887355595827103, -0.020880049094557762, 0.016897788271307945, 0.027774108573794365, 0.019047968089580536, -0.06993786245584488, -0.05381133407354355, -0.022208891808986664, -0.04835889860987663, 0.049703244119882584, -0.022897230461239815, -0.04102691635489464, 0.057149820029735565, 0.033483557403087616, 0.07244088500738144, 0.028896352276206017, -0.02117058075964451, 0.014775983057916164, -0.032804641872644424, -0.017940541729331017, -0.05546833202242851, 0.01314921211451292, -0.056974999606609344, 0.013781486079096794, -0.008869070559740067, -0.012695024721324444, -0.020605014637112617, 0.029386762529611588, -0.01601698435842991, 0.002542867325246334, -0.019976291805505753, 0.003917539492249489, -0.026591408997774124, 0.05485950782895088, -0.05434344336390495, -0.004714914597570896, -0.03868287801742554, 0.02972693182528019, -0.06308507174253464, -0.009753703139722347, -0.019246641546487808, -0.009979045949876308, -0.04547133669257164, -0.042927052825689316, -0.0061066122725605965, -0.07025349140167236, 0.03844638541340828, -0.000977591029368341, -0.0006042447639629245, -0.0026534763164818287, -0.012702533043920994, -0.003284984966740012, 0.036426179111003876, -0.07718195766210556, -0.030484411865472794, -0.0006154585862532258, 0.010894558392465115, 0.0037296866066753864, 0.051687296479940414, 0.03448958322405815, -0.07072804123163223, -0.05615432932972908, 0.03007141314446926, 0.02945718541741371, -0.012174103409051895, -0.013374251313507557, 0.054090891033411026, 0.04156437888741493, 0.052805595099925995, -0.039057616144418716, 0.003893278306350112, -0.0268733948469162, -0.024071671068668365, 0.021796297281980515, -0.024347970262169838, 0.008406085893511772, 0.017597300931811333, -0.024433761835098267, -0.049334440380334854, 0.08794213086366653, 0.04475855827331543, 0.027302898466587067, -0.01758779212832451, -0.04438865929841995, -0.002202920150011778, 0.03308037295937538, -0.0375804640352726, 0.02714863047003746, 0.00361510063521564, -0.04309665039181709, 0.06587649881839752, -0.009952854365110397, 0.015741992741823196, 0.04897146299481392, 0.015953881666064262, -0.010893569327890873, 0.03870578110218048, -0.013066882267594337, 0.002941666403785348, 0.034184880554676056, -0.03718215972185135, 0.0006919588195160031, -0.030710404738783836, 0.05996507778763771, -0.07160960882902145, 0.04274924471974373, 0.02314082346856594, 0.008481550961732864, 0.020698552951216698, -0.05600433051586151, -0.013042537495493889, -0.004172487650066614, -0.05257231742143631, 0.09335485845804214, -0.01418360136449337, -0.06897936761379242, 0.04335950314998627, 0.020215364173054695, -0.07049107551574707, 0.01345809642225504, 0.046703312546014786, 0.018504606559872627, 0.03408212587237358, 0.030630331486463547, -0.02365400828421116, 0.029712289571762085, -0.013993938453495502, 0.00842204224318266, -0.054201867431402206, -0.01536515448242426, 0.027231741696596146, -0.04984164983034134, -0.013052591122686863, 0.044887058436870575, -0.03545427694916725, -0.010991265997290611, 0.0037650074809789658, -0.042295172810554504, -0.07073190063238144, 0.009273072704672813, 0.025492433458566666, -0.04068411514163017, -0.023361703380942345, -0.03279886394739151, 0.019639968872070312, 0.013919471763074398, -0.019318751990795135, -0.05662978067994118, 0.004904275294393301, 0.00258967699483037, -0.07896150648593903, -0.03705472871661186, 0.05236484110355377, 0.04018234461545944, -0.04342538118362427, 0.007278183940798044, -0.007302897050976753, -0.008594834245741367, 0.03017684817314148, 0.006359768100082874, 0.017474886029958725, -0.05392399802803993, -0.014345037750899792, -0.005771984346210957, -0.002830225508660078, 0.04464762285351753, -0.02268344536423683, 0.012530693784356117, 0.015107441693544388, 0.05499567091464996, 0.018673794344067574, -0.06026525795459747, -0.013838646002113819, 0.03241000697016716, -0.057943809777498245, 0.012655530124902725, 0.009383097290992737, -0.0479181744158268, -0.05276867002248764, 0.011283177882432938, 0.009388061240315437, 0.03817962110042572, -0.01802992634475231, 0.016527537256479263, 0.01880771666765213, -0.012743458151817322, -0.027600789442658424, -0.0927845910191536, -0.0406695157289505, -0.03928391635417938, 0.04056158289313316, 0.02680131606757641, -0.049095723778009415, 0.03234075382351875, -0.03826272487640381, -0.052757687866687775, 0.036883533000946045, 0.006598622538149357, -0.04346400871872902, 0.02033543400466442, 0.05940807983279228, -0.07060747593641281, 0.013916853815317154, 0.024028455838561058, -0.021125545725226402, 0.03440030664205551, 0.032539114356040955, 0.028851501643657684, 0.01770247146487236, 0.022501196712255478, -0.016236687079072, -0.02548927441239357, -0.04152507334947586, -0.013813094235956669, -0.022563353180885315, 0.0323682501912117, 0.1082007959485054 ]
Denny29/DialoGPT-medium-asunayuuki
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
9
null
--- language: - de tags: - tinybert - fill-mask datasets: - wiki --- Here is represented tinybert model for German language (de). The model was created by distilling of bert base cased model(https://huggingface.co/dbmdz/bert-base-german-cased) in the way described in https://arxiv.org/abs/1909.10351 (TinyBERT: Distilling BERT for Natural Language Understanding) Dataset: German Wikipedia Text Corpus - https://github.com/t-systems-on-site-services-gmbh/german-wikipedia-text-corpus Versions: torch==1.4.0 transformers==4.8.1 How to load model for LM(fill-mask) task: tokenizer = transformers.BertTokenizer.from_pretrained(model_dir + '/vocab.txt', do_lower_case=False) config = transformers.BertConfig.from_json_file(model_dir+'config.json') model = transformers.BertModel(config=config) model.pooler = nn.Sequential(nn.Linear(in_features=model.config.hidden_size, out_features=model.config.hidden_size, bias=True), nn.LayerNorm((model.config.hidden_size,), eps=1e-12, elementwise_affine=True), nn.Linear(in_features=model.config.hidden_size, out_features=len(tokenizer), bias=True)) model.resize_token_embeddings(len(tokenizer)) checkpoint = torch.load(model_dir+'/pytorch_model.bin', map_location=torch.device('cuda')) model.load_state_dict(checkpoint) In case of NER or Classification task we have to load model for LM task and change pooler: model.pooler = nn.Sequential(nn.Dropout(p=config.hidden_dropout_prob, inplace=False), nn.Linear(in_features=config.hidden_size, out_features=n_classes, bias=True))
[ 0.007038373965770006, -0.0038600871339440346, -0.01856350153684616, 0.049318861216306686, 0.0206415094435215, 0.026822824031114578, -0.024806052446365356, -0.017606472596526146, -0.033783864229917526, 0.08122072368860245, 0.009845806285738945, -0.011043787002563477, 0.0062760054133832455, 0.05191388353705406, -0.03488456830382347, -0.014028185978531837, 0.00036445094156078994, -0.008912629447877407, -0.03171533718705177, -0.026654459536075592, -0.03492157906293869, 0.0011849544243887067, 0.018797168508172035, 0.019153209403157234, 0.013219266198575497, 0.025557992979884148, -0.015199721790850163, 0.05220261588692665, 0.01825595647096634, -0.08241177350282669, -0.0020828393753618, -0.009108468890190125, -0.044704437255859375, -0.009222479537129402, -0.024588583037257195, -0.022419512271881104, -0.008454197086393833, -0.02938881888985634, 0.028393259271979332, 0.040082041174173355, -0.01925686001777649, 0.007973158732056618, -0.008142129518091679, -0.046983394771814346, 0.04624351114034653, 0.016310378909111023, -0.062459178268909454, -0.007583043072372675, 0.031031865626573563, -0.040189728140830994, -0.04657800495624542, -0.0632447823882103, -0.04772159457206726, 0.03143126517534256, -0.02006804570555687, -0.019023846834897995, -0.04236000403761864, -0.02054106816649437, 0.07506369054317474, -0.02269027568399906, -0.05138377472758293, 0.00045443809358403087, -0.05070389434695244, -0.0039047133177518845, 0.03490769490599632, -0.00934267695993185, 0.002875748323276639, -0.04037250205874443, 0.04661473631858826, -0.03309241682291031, 0.06210576370358467, -0.02986753359436989, -0.007702778093516827, -0.09136196970939636, -0.00030511670047417283, -0.013332445174455643, 0.040758080780506134, 0.02549893595278263, -0.02705065719783306, 0.05157090723514557, 0.00759624969214201, -0.010679703205823898, 0.023119423538446426, -0.017868295311927795, 0.0030763752292841673, 0.02698894590139389, -0.02090371400117874, 0.009045378305017948, 0.0011356445029377937, 0.048184290528297424, -0.046822331845760345, -0.013098021037876606, -0.02833101525902748, -0.026349550113081932, -0.002249806886538863, 0.041581202298402786, 0.03105177916586399, -0.007801191881299019, 0.042429521679878235, 0.015367196872830391, 0.027907317504286766, 0.048990074545145035, 0.006275061052292585, 0.06254914402961731, -0.0036235481966286898, -0.014317711815237999, -0.005329770036041737, -0.046437546610832214, -0.034829966723918915, 0.037934690713882446, 0.028871778398752213, -0.032648369669914246, -0.03329213336110115, 0.0709909200668335, 0.022761086001992226, -0.012718630954623222, 0.056944508105516434, -0.005321009550243616, -0.03192729502916336, -0.03582882136106491, 0.04918963834643364, -0.015073482878506184, 0.022273441776633263, 0.01511426828801632, -0.05412408336997032, -0.00044569160672836006, -0.03236283361911774, -0.013157393783330917, -0.0018327339785173535, 0.026853734627366066, -0.0192855391651392, 0.029015738517045975, 0.026189977303147316, -0.05906077101826668, 0.015980400145053864, 0.02651495486497879, -0.06338728964328766, 0.06028592213988304, 0.025817008689045906, 0.13992728292942047, -0.045910753309726715, -0.04245330020785332, 0.015693839639425278, 0.012608892284333706, -0.018601933494210243, -0.017330287024378777, 0.022546203806996346, -0.02382965385913849, -0.014827786013484001, 0.008129049092531204, 0.0487249419093132, -0.06058119237422943, 0.006029295735061169, 0.050570301711559296, -0.003858847776427865, 0.034567780792713165, -0.060188304632902145, -0.00962432473897934, 0.00544988177716732, -0.006026587914675474, -0.04814761504530907, 0.02710728533565998, -0.0023505170829594135, -0.023050475865602493, -0.02390223741531372, -0.06086994707584381, 0.009684205986559391, 0.0682474747300148, -0.013006060384213924, -0.009337479248642921, -0.012096607126295567, 0.0309840589761734, 0.05293094739317894, 0.048355937004089355, -0.03447273373603821, 0.026168841868638992, 0.057971660047769547, 0.03451662138104439, -0.017623841762542725, 0.056741103529930115, -0.012528822757303715, -0.02771744504570961, -0.023929180577397346, 0.03242677450180054, -0.01957450620830059, -0.037039224058389664, 0.028701486065983772, 0.03864490985870361, -0.0030337306670844555, -0.038469284772872925, -0.012840041890740395, 0.05049789696931839, 0.017939958721399307, -0.0019318012055009604, 0.012543265707790852, 0.0073927780613303185, -0.02438533864915371, 0.03075176291167736, -0.02849392592906952, -0.0020176523830741644, -0.0339733250439167, -0.03134330362081528, 0.001751572242937982, 0.005032894667237997, 0.05213716998696327, 0.05727580934762955, -0.023507775738835335, 0.07527894526720047, -0.031965143978595734, 0.01632894016802311, -0.05709538608789444, -0.037707049399614334, 0.012240868993103504, 0.04318297654390335, 0.05379212647676468, 0.016464272513985634, -0.003309843596071005, -0.039015032351017, 0.0033596407156437635, 0.1005062684416771, 0.07717966288328171, 0.010223052464425564, -0.0507877916097641, -0.010314458049833775, 0.022451775148510933, 0.05830954760313034, -0.0639357939362526, -0.024832509458065033, 0.0025404435582458973, 0.04537905007600784, -0.0009596861200407147, 0.014809074811637402, -0.025911590084433556, -0.00012449421046767384, -0.04594733193516731, -0.05752237141132355, 0.04192482307553291, 0.026355747133493423, -0.005400611087679863, 0.042878758162260056, -0.01720615103840828, 0.0053153675980865955, 0.017706673592329025, 0.01929333060979843, 0.009660356678068638, -0.05387083441019058, -0.0016659620450809598, 0.02703487128019333, 0.046345219016075134, -0.0577617846429348, 0.038031205534935, -0.0028475618455559015, 0.0036818429362028837, 0.05090406909584999, -0.030048802495002747, 0.03500549867749214, 0.031894925981760025, 0.002308622468262911, -0.015600007958710194, 0.03541823476552963, 0.016260551288723946, 0.034118399024009705, 0.05139504745602608, 0.010988553985953331, 0.05161011964082718, 0.004732740577310324, 0.047320835292339325, 0.060676079243421555, 0.00983844418078661, 0.01939552091062069, 0.03215647116303444, 0.07452846318483353, 0.004431840963661671, -0.021005988121032715, 0.08381558954715729, -0.0459585003554821, 0.0045221466571092606, -0.05159546807408333, -0.0017423321260139346, -0.004945860244333744, -0.011979634873569012, 0.03898371011018753, 0.030153436586260796, -0.007339142262935638, 0.005276873707771301, -0.004124324303120375, 0.003137076972052455, 0.051673296838998795, 0.014826479367911816, 0.00968322902917862, -0.018563805148005486, -0.035067398101091385, 0.01822561025619507, -0.07920512557029724, -0.05997497960925102, 0.0008313642465509474, -0.04112996533513069, 0.0013521484797820449, -0.07809939980506897, -0.04086693003773689, -0.06799739599227905, -0.03602078557014465, 0.04591478779911995, 0.017312396317720413, -0.012324688024818897, -0.008346812799572945, 0.01592409797012806, -0.0716710239648819, -0.01936144009232521, -0.04335850477218628, -0.028024328872561455, -0.05081601440906525, -0.07698830217123032, 0.031613994389772415, 0.018549876287579536, 0.005231707822531462, 0.019296720623970032, 0.002796577289700508, -0.03698354959487915, -0.03947823867201805, 0.05911299213767052, 0.03295616805553436, -0.03235817328095436, -0.047126419842243195, 0.006167858839035034, -0.010492170229554176, 0.029845090582966805, 0.005186144728213549, -0.019571909680962563, 0.09728831797838211, 0.0776013433933258, 0.02215358056128025, 0.015634046867489815, -0.008991524577140808, -0.04223397746682167, -0.06298571825027466, -0.03335180506110191, -0.04253086820244789, -0.0006464197649620473, -0.03689311817288399, -0.048836834728717804, -0.009266599081456661, -0.032925717532634735, -0.005210530944168568, -0.021238122135400772, 0.006978814490139484, 0.02583661861717701, 0.04670340567827225, 0.03226675093173981, 0.04439643397927284, -0.038225386291742325, -0.02091432549059391, 0.058281734585762024, -0.002563007641583681, -0.018167173489928246, -0.07904057204723358, -0.010349729098379612, 0.03213918209075928, 0.03420545533299446, -0.004021185450255871, 0.0012677995255216956, 0.07850013673305511, 0.023951362818479538, 0.002076180884614587, -0.00033491308568045497, -0.02300926484167576, -0.01715194061398506, 0.010124115273356438, -0.003018347779288888, -0.018164804205298424, -0.04108324274420738, -0.040412258356809616, 0.0016244124853983521, 0.02551308460533619, -0.06767327338457108, -0.058199070394039154, -0.011985908262431622, 0.040922861546278, 0.01643623411655426, 0.007011735811829567, -0.04172854870557785, -0.004818949848413467, -0.05132973939180374, -0.04245966300368309, 0.017436878755688667, -0.00403862027451396, 0.030400337651371956, 0.052170902490615845, 0.01959151402115822, -0.03516479209065437, 0.024401288479566574, 0.04522312805056572, 0.049009356647729874, 0.0012519399169832468, -0.04256685450673103, 0.013966339640319347, -0.02191094122827053, 0.00895469356328249, -0.011689465492963791, -0.03663690760731697, -0.044365495443344116, -0.08196777105331421, 0.004123151767998934, -0.006167860236018896, -0.02405366115272045, -0.0194637980312109, 0.044231269508600235, 0.0026657190173864365, -0.020132532343268394, -0.022030789405107498, 0.02795296534895897, 0.024343667551875114, -0.04181075468659401, 0.0674300268292427, -0.011874333955347538, 0.019544389098882675, -0.04266674816608429, 0.01027366891503334, -0.04722597077488899, -0.022011345252394676, -0.01159918587654829, 0.06280521303415298, 0.052280280739068985, 0.04763694480061531, 0.052012499421834946, 0.00919286161661148, -0.06874613463878632, 0.0579134039580822, 0.0562276728451252, -0.004465457517653704, -0.029951972886919975, -0.013794095255434513, -0.03567726910114288, -0.062076911330223083, -0.014708329923450947, -0.027489177882671356, 0.02982887625694275, 0.036980040371418, 0.0030343837570399046, -0.025667667388916016, 0.000602027983404696, -0.00580607308074832, -0.032715532928705215, -0.05415001139044762, -0.011661474592983723, -0.005945858545601368, -0.01810220256447792, 0.04275272414088249, 0.04056137427687645, 0.009312846697866917, 0.06021581590175629, 0.03990013524889946, -0.016089215874671936, -0.0375882089138031, 0.03612072020769119, 0.030821815133094788, -0.025765785947442055, -0.061658136546611786, -0.04676375538110733, 0.03558601811528206, 0.056484855711460114, -0.017467638477683067, -0.09679710119962692, -0.001521310885436833, 0.0363120473921299, -0.02266835793852806, 0.08486731350421906, -0.02239484339952469, 0.041439663618803024, 0.07824308425188065, -0.02175047993659973, 0.018919622525572777, -0.01980329304933548, 0.01444357167929411, -0.00502812210470438, 0.031736236065626144, -0.029465043917298317, -0.053907960653305054, -0.03688681498169899, 0.011094505898654461, 0.017578141763806343, 0.04894552752375603, 0.04312149062752724, -0.028840195387601852, -0.062268488109111786, 0.039233215153217316, 0.04494497925043106, -0.0253829974681139, 0.019029922783374786, 0.030244067311286926, 0.03813839331269264, -0.06256740540266037, -0.020462337881326675, -0.027494393289089203, 0.0021069301292300224, 0.011594791896641254, 0.007661146577447653, -0.01739538460969925, -0.07996197789907455, 0.01399325206875801, -0.01887371577322483, -0.0017218616558238864, -0.08236000686883926, 0.014338165521621704, 0.0013794894330203533, -0.004493922460824251, 0.04861624538898468, 0.032332468777894974, 0.034324344247579575, 0.03553839027881622, -0.011844195425510406, -0.0022966237738728523, -0.0390033982694149, 0.02885851263999939, -0.03135544806718826, -0.005066133104264736, 0.00631116284057498, -0.05546567961573601, -0.009730263613164425, -0.03904398903250694, -0.06943237781524658, -0.0760498046875, -0.009728481993079185, 0.02460191398859024, 0.0035050499718636274, 0.005852356553077698, -0.010363375768065453, 0.028960896655917168, -0.048395536839962006, -0.017185185104608536, -0.027042603120207787, -0.02162730135023594, -0.06528635323047638, -0.04922913759946823, 0.003687693737447262, 0.016681548207998276, 0.029175130650401115, 0.014267637394368649, 0.007818547077476978, 0.010219123214483261, 0.000982342753559351, -0.019752638414502144, 0.027424991130828857, -0.0014513388741761446, -0.0322314128279686, -0.02122967131435871, 0.028820136561989784, 0.020260417833924294, 0.025301283225417137, -0.02801555022597313, 0.049856532365083694, 0.026909848675131798, -0.005348486825823784, -0.02069319412112236, 0.01977108232676983, 0.010506222024559975, -0.08259267359972, -0.037471454590559006, -0.023777121677994728, -0.05736595764756203, 0.03272205591201782, -0.0301771592348814, -0.03001529723405838, 0.02954676002264023, 0.029289057478308678, 0.04119711369276047, -0.031129425391554832, -0.03958643227815628, 0.04174397140741348, -0.0291738323867321, 0.014872969128191471, -0.048939142376184464, 0.027247507125139236, -0.027039727196097374, 0.019547928124666214, 0.0010399066377431154, -0.021736744791269302, -0.023747369647026062, 0.02602904848754406, -0.00982738845050335, -0.02237444557249546, -0.0277912225574255, 0.010260261595249176, -0.037504397332668304, 0.033482350409030914, -0.02124197594821453, 0.014215311966836452, -0.017324931919574738, 0.03884122148156166, -0.04508526995778084, 0.022259457036852837, -0.03833892196416855, 0.0031853793188929558, -0.024345088750123978, -0.019075114279985428, 0.0015743086114525795, -0.044130247086286545, 0.044015031307935715, 0.045645151287317276, 0.009177075698971748, 0.01450957078486681, -0.027134470641613007, 0.015117471106350422, 0.02619202248752117, -0.06736507266759872, -0.02069840393960476, -0.013419322669506073, 0.015395660884678364, 0.010259462520480156, 0.07261920720338821, 0.04863104596734047, -0.07096989452838898, -0.06318008154630661, 0.044448789209127426, 0.03476862981915474, -0.0011493389029055834, 0.005919210612773895, 0.05384467542171478, 0.003246772103011608, 0.04837418720126152, -0.04006074368953705, -0.013758362270891666, -0.015059024095535278, -0.029247431084513664, 0.0041540018282830715, -0.003075983375310898, 0.020102689042687416, 0.005755315534770489, -0.03270341083407402, -0.04235583916306496, 0.08587536960840225, 0.017261557281017303, 0.02837134152650833, 0.0010771065717563033, -0.03384993597865105, 0.016303766518831253, -0.0040927245281636715, -0.04698494076728821, 0.004907576832920313, 0.02820013090968132, -0.04153095930814743, 0.07133163511753082, 0.004385862033814192, -0.0031772772781550884, 0.027599293738603592, 0.026967182755470276, 0.00017140827549155802, 0.053074054419994354, -0.04443817958235741, 0.022457407787442207, 0.04517010599374771, -0.04182049259543419, -0.009571954607963562, -0.005297753494232893, 0.05977196618914604, -0.04484015330672264, 0.05619687959551811, 0.02801438234746456, 0.01781858317553997, 0.01802852936089039, -0.04567527025938034, -0.022140735760331154, 0.011075424961745739, -0.044321734458208084, 0.08245188742876053, 0.0229289960116148, -0.05671818554401398, 0.0556090883910656, 0.012249615974724293, -0.08415030688047409, 0.0265284962952137, 0.03985213488340378, 0.03064185008406639, 0.01976914517581463, 0.055369239300489426, -0.05478981137275696, 0.006909355521202087, -0.045910462737083435, 0.007711924612522125, -0.04206029698252678, -0.015492481179535389, 0.015607938170433044, -0.03926355391740799, 0.0016692123608663678, 0.03833436965942383, -0.02329184114933014, 0.0059317913837730885, 0.03494079038500786, -0.05275946855545044, -0.02720402367413044, 0.01035443414002657, 0.01282227598130703, -0.017546160146594048, 0.02568851411342621, -0.04045741632580757, 0.030078090727329254, 0.003979368135333061, -0.011412490159273148, -0.041737742722034454, -0.0009742634138092399, 0.03418999910354614, -0.07311197370290756, -0.058920662850141525, 0.02882472611963749, 0.010663759894669056, -0.029262909665703773, 0.056554414331912994, -0.005063375923782587, 0.001356137334369123, 0.020244987681508064, 0.023135054856538773, 0.023149849846959114, -0.03893020749092102, -0.005360720679163933, 0.013249593786895275, 0.020609155297279358, 0.03339722752571106, -0.007222817279398441, 0.007729882374405861, 0.030511189252138138, 0.050046831369400024, -0.012782095931470394, -0.06282896548509598, -0.006553230341523886, 0.03599848970770836, -0.03643620014190674, 0.0023872139863669872, -0.004673999734222889, -0.03841875493526459, -0.03465685993432999, -0.0190066359937191, -0.028188232332468033, 0.050470348447561264, -0.06065325811505318, 0.049476802349090576, 0.058593254536390305, -0.01839880272746086, -0.04327642545104027, -0.0644892230629921, 0.0036736344918608665, -0.032719310373067856, 0.022443147376179695, 0.007878986187279224, -0.03562348708510399, 0.015508167445659637, -0.028749573975801468, -0.0338936373591423, 0.03389531746506691, 0.0138554647564888, -0.05820252746343613, 0.0584297701716423, 0.04857930913567543, -0.051130082458257675, -0.007165779359638691, 0.027544748038053513, -0.05138414725661278, 0.03138851746916771, 0.018612012267112732, 0.0005196438287384808, 0.014149481430649757, 0.021329522132873535, -0.026933999732136726, -0.013853850774466991, -0.08054333925247192, -0.03948439285159111, -0.03499031811952591, 0.0012431052746251225, 0.07723772525787354 ]
Denver/distilbert-base-uncased-finetuned-squad
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
null
--- license: mit tags: - generated_from_trainer metrics: - accuracy - f1 model-index: - name: deberta-base-CoLA results: [] --- <!-- 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. --> # deberta-base-CoLA This model is a fine-tuned version of [microsoft/deberta-base](https://huggingface.co/microsoft/deberta-base) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 1.1655 - Accuracy: 0.8482 - F1: 0.8961 - Roc Auc: 0.8987 - Mcc: 0.6288 ## 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: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_ratio: 0.05 - num_epochs: 10 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Roc Auc | Mcc | |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:-------:|:------:| | 0.5266 | 1.0 | 535 | 0.4138 | 0.8159 | 0.8698 | 0.8627 | 0.5576 | | 0.3523 | 2.0 | 1070 | 0.3852 | 0.8387 | 0.8880 | 0.9041 | 0.6070 | | 0.2479 | 3.0 | 1605 | 0.3981 | 0.8482 | 0.8901 | 0.9120 | 0.6447 | | 0.1712 | 4.0 | 2140 | 0.4732 | 0.8558 | 0.9008 | 0.9160 | 0.6486 | | 0.1354 | 5.0 | 2675 | 0.7181 | 0.8463 | 0.8938 | 0.9024 | 0.6250 | | 0.0876 | 6.0 | 3210 | 0.8453 | 0.8520 | 0.8992 | 0.9123 | 0.6385 | | 0.0682 | 7.0 | 3745 | 1.0282 | 0.8444 | 0.8938 | 0.9061 | 0.6189 | | 0.0431 | 8.0 | 4280 | 1.1114 | 0.8463 | 0.8960 | 0.9010 | 0.6239 | | 0.0323 | 9.0 | 4815 | 1.1663 | 0.8501 | 0.8970 | 0.8967 | 0.6340 | | 0.0163 | 10.0 | 5350 | 1.1655 | 0.8482 | 0.8961 | 0.8987 | 0.6288 | ### Framework versions - Transformers 4.11.0 - Pytorch 1.9.0+cu102 - Datasets 1.12.1 - Tokenizers 0.10.3
[ -0.021778061985969543, -0.014236539602279663, 0.0037830921355634928, 0.019389526918530464, 0.029797542840242386, 0.023983804509043694, -0.022563466802239418, 0.003607221180573106, -0.04626220837235451, 0.04941071197390556, 0.026282433420419693, -0.04700146242976189, 0.01357946451753378, 0.04001963883638382, -0.024650216102600098, -0.03630584478378296, -0.017742225900292397, -0.013459605164825916, -0.04268011078238487, -0.008544111624360085, 0.027977950870990753, -0.01951770856976509, -0.009724939242005348, 0.009684559889137745, 0.004029990639537573, 0.0032928260043263435, -0.015494906343519688, 0.02731196954846382, 0.039563778787851334, -0.06429997086524963, 0.003542753402143717, -0.037466008216142654, -0.05112385004758835, -0.013978983275592327, -0.005150705575942993, 0.008708448149263859, 0.024265434592962265, 0.018356390297412872, 0.037302032113075256, 0.058378592133522034, 0.01200951263308525, 0.0283881276845932, -0.016458990052342415, -0.035294946283102036, 0.05006590858101845, -0.015232592821121216, -0.04926290735602379, -0.013952923007309437, 0.03236765041947365, -0.041170261800289154, -0.06310304999351501, -0.049411043524742126, -0.007000543177127838, 0.025009917095303535, -0.03332434967160225, -0.021382981911301613, -0.044350411742925644, 0.011308149434626102, 0.0768783837556839, -0.05387979373335838, -0.027933187782764435, 0.03300739824771881, -0.07968805730342865, 0.0252184197306633, 0.043790604919195175, -0.03117937222123146, 0.022309597581624985, -0.034720148891210556, 0.03606269136071205, -0.004989657551050186, 0.059915509074926376, -0.021732747554779053, 0.010017960332334042, -0.071482814848423, 0.01159577164798975, -0.006238435860723257, 0.035095568746328354, 0.05769996717572212, -0.03667439520359039, 0.059331100434064865, 0.03546880558133125, -0.004413555841892958, 0.0316019169986248, -0.02855737693607807, 0.007038000039756298, 0.024494726210832596, -0.05779344588518143, 0.0016018272144719958, 0.04441498592495918, 0.01990441232919693, -0.03440750017762184, -0.030092652887105942, -0.03674640133976936, -0.02035185508430004, -0.011081360280513763, 0.029010804370045662, 0.053673483431339264, -0.008073285222053528, 0.024627381935715675, 0.0227960292249918, 0.01981801725924015, 0.046194467693567276, -0.03445133939385414, 0.06644102931022644, -0.017531756311655045, -0.03192310035228729, -0.011796197853982449, -0.030165284872055054, -0.02346261963248253, 0.015063479542732239, 0.028827108442783356, -0.02677207626402378, -0.03140382841229439, 0.05069003999233246, 0.0069401864893734455, -0.01572398841381073, 0.048789553344249725, -0.028025876730680466, -0.054243508726358414, -0.0509534552693367, 0.03512624651193619, 0.011122400872409344, -0.03671766817569733, 0.009759689681231976, -0.0410178080201149, -0.0138463843613863, -0.024511434137821198, -0.044907525181770325, -0.0007941595395095646, 0.020455487072467804, -0.0015018042176961899, 0.06289907544851303, 0.03906234726309776, -0.09553408622741699, 0.01715475507080555, 0.012471431866288185, -0.05057311803102493, 0.043123096227645874, -0.007779755163937807, 0.11729008704423904, -0.05669933557510376, -0.046565838158130646, 0.021009400486946106, 0.011077717877924442, -0.027838367968797684, 0.01685234159231186, 0.003963791765272617, -0.0089767687022686, -0.01002785935997963, 0.0005669707315973938, 0.041131552308797836, -0.048499736934900284, -0.01466069184243679, 0.06805884093046188, -0.020326033234596252, 0.04632539674639702, -0.0357862263917923, -0.029982710257172585, 0.006783885415643454, -0.029642444103956223, -0.0048214043490588665, 0.0301215797662735, -0.012103290297091007, 0.005555999465286732, -0.03388994187116623, -0.046488139778375626, -0.0063064806163311005, 0.10123442113399506, 0.0017900129314512014, -0.030725834891200066, -0.032817065715789795, 0.03182467445731163, 0.053814567625522614, 0.02910003438591957, -0.026785966008901596, 0.0348544679582119, 0.04886562377214432, 0.04490651190280914, -0.03033551387488842, 0.036643870174884796, 0.026496926322579384, -0.03284132108092308, -0.04433461278676987, 0.04821377247571945, 0.0039342124946415424, -0.04838854447007179, 0.023827234283089638, 0.03245669975876808, 0.026556266471743584, -0.03803291916847229, -0.05387568101286888, 0.04185120016336441, -0.0309121273458004, -0.004986582789570093, 0.008373495191335678, -0.0012651982251554728, -0.031336113810539246, 0.048408281058073044, -0.009088870137929916, 0.007512528914958239, 0.0004053052398376167, -0.03766058757901192, 0.027393149212002754, 0.022819137200713158, 0.041669756174087524, 0.041153475642204285, -0.01588435098528862, 0.08876350522041321, -0.040078189224004745, 0.00952488835901022, -0.04728293418884277, -0.04999731108546257, 0.008959070779383183, 0.06040358915925026, 0.051403388381004333, 0.07179462164640427, -0.014032352715730667, -0.04622184485197067, 0.04557355120778084, 0.0702972337603569, 0.049785029143095016, -0.0054061259143054485, -0.029654251411557198, -0.017481820657849312, 0.031290482729673386, 0.05565491318702698, -0.03912382572889328, -0.013034219853579998, 0.019616976380348206, 0.049611207097768784, -0.011587068438529968, 0.02491263672709465, -0.023683421313762665, 0.030427157878875732, -0.05145537853240967, -0.060449372977018356, 0.03865817189216614, 0.0270828939974308, 0.009555140510201454, 0.021497199311852455, 0.005283033009618521, -0.005167785100638866, -0.004278550390154123, 0.025654463097453117, -0.00262831780128181, -0.046420108526945114, 0.018991535529494286, 0.006927490234375, 0.055430345237255096, -0.043860699981451035, 0.06446722149848938, -0.017689380794763565, 0.018755896016955376, 0.03417911380529404, -0.036692067980766296, 0.010641653090715408, 0.06636177003383636, 0.023011168465018272, -0.02760562114417553, 0.008844466879963875, 0.021581117063760757, 0.024328414350748062, 0.03563636168837547, -0.00034477136796340346, 0.05130888521671295, 0.01767081767320633, 0.0374922938644886, 0.07555370032787323, 0.014643962495028973, 0.03375515714287758, 0.02693060226738453, 0.060835495591163635, 0.010675860568881035, -0.014261601492762566, 0.04365657642483711, -0.06323045492172241, 0.0249948650598526, -0.04109436273574829, -0.005804839078336954, -0.03913722187280655, -0.023180652409791946, 0.04474664479494095, 0.009849408641457558, -0.043438609689474106, -0.017403723672032356, -0.0026279508601874113, -0.012389961630105972, 0.0081302709877491, -0.003695855615660548, -0.003079040674492717, -0.011178315617144108, -0.004842783324420452, -0.024803895503282547, -0.060727398842573166, -0.029342954978346825, -0.015256481245160103, -0.04091539978981018, -0.02152831479907036, -0.08128508925437927, 0.013980327174067497, -0.054061409085989, -0.03399353101849556, 0.02979622408747673, -0.007195017300546169, -0.001842544530518353, -0.044092342257499695, 0.011156318709254265, -0.045729395002126694, -0.03820743411779404, -0.03936249390244484, -0.06872934103012085, -0.03614119440317154, -0.06963776797056198, 0.017496293410658836, 0.04647095501422882, 0.026010902598500252, -0.0012624477967619896, 0.017446735873818398, 0.01831579953432083, -0.03772979602217674, 0.034469787031412125, 0.07174324244260788, -0.022349713370203972, -0.04374183714389801, 0.018858427181839943, -0.011666689068078995, 0.005116318352520466, -0.011366325430572033, -0.024329213425517082, 0.08522839099168777, 0.06250245869159698, 0.00696147233247757, 0.0016782393213361502, -0.014387574978172779, -0.043492481112480164, -0.031396448612213135, -0.033150918781757355, -0.043677639216184616, -0.004721763543784618, -0.05132652446627617, -0.02989511378109455, -0.028120359405875206, -0.003568513784557581, 0.0359390489757061, 0.00008658171282149851, -0.004902419168502092, 0.03683679923415184, 0.03455151990056038, 0.04219911992549896, 0.01684170961380005, -0.011766922660171986, -0.0482197180390358, 0.06836792826652527, 0.034443359822034836, 0.008831209503114223, -0.0638665184378624, -0.0245064664632082, 0.03791607543826103, 0.017517611384391785, 0.01278696209192276, -0.02948269061744213, 0.06551758944988251, 0.022627804428339005, 0.005379256792366505, 0.01506971288472414, -0.01983487978577614, -0.03310512751340866, -0.011502989567816257, -0.01518358662724495, -0.02888253889977932, -0.04973846301436424, -0.027747880667448044, 0.0038158358074724674, 0.05773186311125755, -0.07695211470127106, -0.04179723188281059, -0.03774820268154144, 0.028837738558650017, 0.04662034660577774, -0.0045139673165977, -0.035181332379579544, -0.01166064478456974, -0.07065440714359283, -0.0067285499535501, 0.044590678066015244, 0.016244258731603622, 0.0031756325624883175, 0.04723120853304863, -0.000493815983645618, -0.021994752809405327, 0.038269080221652985, 0.04333909600973129, 0.07058724015951157, 0.030116967856884003, -0.06511931121349335, 0.00016841807519085705, -0.019287485629320145, 0.0133551936596632, -0.009036403149366379, -0.02859053574502468, -0.035033613443374634, -0.08952230215072632, -0.024737386032938957, -0.0010139604564756155, -0.006244072690606117, -0.018617870286107063, 0.04201887175440788, 0.018457122147083282, -0.008189484477043152, 0.0006615062011405826, 0.012835439294576645, 0.04104888066649437, -0.02715045027434826, 0.04975956305861473, 0.0005631526582874358, 0.002568880096077919, -0.06253022700548172, 0.007570593152195215, -0.03388479724526405, -0.01711360551416874, 0.020903492346405983, 0.041434984654188156, 0.0032317161094397306, 0.055627018213272095, 0.08693849295377731, 0.03262314572930336, -0.04276527836918831, 0.030411655083298683, 0.06793971359729767, -0.05124354362487793, -0.026834409683942795, 0.003760167397558689, -0.010123001411557198, -0.029336946085095406, 0.012089185416698456, -0.031700458377599716, 0.053030118346214294, 0.045334625989198685, -0.012231102213263512, 0.0038288866635411978, -0.0017794205341488123, -0.00579356774687767, -0.017261164262890816, -0.03982968255877495, -0.0409822016954422, -0.0006419816054403782, -0.04378893971443176, 0.009951145388185978, 0.058529507368803024, 0.023554226383566856, 0.0466010682284832, 0.03323418274521828, -0.05280424654483795, -0.020320672541856766, 0.038793958723545074, -0.011163988150656223, -0.030001025646924973, -0.06797905266284943, -0.0305949617177248, 0.05189675837755203, 0.020521417260169983, -0.016652511432766914, -0.055773332715034485, -0.0002567177580203861, 0.057355426251888275, -0.06482265889644623, 0.04179877042770386, 0.0035586822777986526, 0.042256128042936325, 0.036515168845653534, -0.008080417290329933, 0.050197988748550415, -0.030698638409376144, 0.004564656876027584, 0.0069208708591759205, 0.043488189578056335, -0.020000914111733437, -0.030112214386463165, -0.03538871929049492, 0.037025902420282364, 0.03269036114215851, 0.03886840492486954, 0.028391381725668907, -0.03229493647813797, -0.03805670887231827, 0.008148257620632648, 0.04553569108247757, -0.05041458457708359, 0.010704299435019493, 0.033876314759254456, 0.029404262080788612, -0.04495897516608238, -0.026774713769555092, -0.03721972554922104, 0.004024154972285032, 0.03512091562151909, -0.0022269943729043007, -0.03803040832281113, -0.04648563638329506, 0.040918104350566864, 0.009011411108076572, -0.02577046863734722, -0.07899326086044312, 0.061437804251909256, -0.010864699259400368, -0.010706791654229164, 0.04490312561392784, 0.02570345811545849, 0.05443341284990311, 0.06926657259464264, 0.027182655408978462, 0.003958151210099459, -0.04033742845058441, 0.039643675088882446, -0.027118008583784103, -0.024978531524538994, 0.005482564680278301, -0.054895706474781036, -0.01268769521266222, -0.012846316210925579, -0.05475671961903572, -0.0483577586710453, -0.00440951669588685, 0.02632242999970913, 0.020287223160266876, -0.004355416167527437, -0.00505830580368638, 0.05073840171098709, -0.002419230528175831, -0.03154391050338745, -0.04370836541056633, -0.02192344330251217, -0.0707552582025528, -0.024223756045103073, 0.04303132742643356, 0.0081015070900321, 0.03317558392882347, 0.02708631008863449, 0.011094600893557072, 0.00632604630663991, 0.018087932839989662, -0.05687542259693146, 0.01448278408497572, -0.014276024885475636, -0.04388723894953728, -0.028694389387965202, 0.006735191680490971, 0.013222312554717064, 0.02470581792294979, -0.06222270056605339, 0.0202183797955513, 0.010630824603140354, -0.010057457722723484, -0.015842773020267487, 0.022598251700401306, 0.014163228683173656, -0.06413684040307999, -0.036572106182575226, -0.0128965824842453, -0.0220501609146595, 0.0283095370978117, -0.033200982958078384, -0.03797585144639015, 0.0106740090996027, 0.017412425950169563, 0.03048635832965374, -0.01729586347937584, -0.02894839458167553, 0.014734779484570026, -0.030704086646437645, 0.01297921221703291, -0.051240094006061554, 0.06102190539240837, -0.040504340082407, 0.01825539581477642, -0.02598877064883709, -0.0027813382912427187, -0.05643143877387047, 0.03551264479756355, -0.03278449550271034, -0.021053846925497055, -0.011107159778475761, 0.06943073123693466, -0.025964895263314247, 0.02659645862877369, 0.001714225159958005, 0.029232176020741463, -0.03557921573519707, 0.08771274238824844, -0.039618462324142456, 0.007284814957529306, -0.021503252908587456, -0.00007816576544428244, -0.03287096321582794, 0.024043256416916847, -0.028638912364840508, -0.03732330724596977, 0.014592605642974377, 0.06788764894008636, 0.036516979336738586, 0.023086916655302048, -0.007062277756631374, -0.028335660696029663, 0.004598970990628004, -0.05838076397776604, -0.024999460205435753, -0.0061432174406945705, -0.003198729595169425, -0.002581406617537141, 0.061683643609285355, 0.03057875484228134, -0.06488460302352905, -0.05332815274596214, 0.048289649188518524, 0.005264239851385355, 0.003838046919554472, 0.008541225455701351, 0.027586782351136208, 0.017576642334461212, 0.057021286338567734, -0.04520183056592941, -0.017063569277524948, -0.016516737639904022, -0.04418003186583519, 0.02190733142197132, 0.0028052027337253094, 0.03147803619503975, 0.01374723669141531, -0.04886768013238907, -0.021561549976468086, 0.07574337720870972, 0.006590975448489189, 0.013814990408718586, -0.015788119286298752, -0.04559522494673729, 0.014420190826058388, 0.020171472802758217, -0.02801758609712124, 0.0016069987323135138, 0.006694724317640066, -0.0386035181581974, 0.04780353605747223, -0.020106172189116478, 0.00794491358101368, 0.057666752487421036, 0.04667871445417404, -0.026784468442201614, 0.06788714230060577, -0.025923172011971474, 0.0019092499278485775, 0.04725131019949913, -0.07024260610342026, -0.006133018061518669, -0.033187706023454666, 0.062089890241622925, -0.07631032913923264, 0.041837312281131744, 0.051671598106622696, -0.008957775309681892, -0.0012538291048258543, -0.036756809800863266, -0.0402941070497036, 0.0013915341114625335, -0.04640867933630943, 0.08189676702022552, 0.01440111268311739, -0.0767030417919159, 0.05649757385253906, 0.014878233894705772, -0.05964192748069763, 0.04072267562150955, 0.017963498830795288, 0.045823175460100174, 0.027194378897547722, 0.034628529101610184, -0.05966201424598694, 0.026270754635334015, -0.044039253145456314, 0.030927985906600952, -0.04451429843902588, -0.026242868974804878, 0.04731424152851105, -0.02973567321896553, -0.015693770721554756, 0.021027719601988792, 0.008941933512687683, -0.014974475838243961, 0.05529741570353508, -0.03770162910223007, -0.057745855301618576, 0.001277079340070486, 0.007167719304561615, -0.031551703810691833, -0.0010458228643983603, -0.028017790988087654, 0.011683705262839794, 0.020002396777272224, 0.001429836847819388, -0.012447763234376907, -0.03375677764415741, 0.03730223700404167, -0.07406146079301834, -0.03174090385437012, 0.022684277966618538, -0.005980323534458876, -0.02575509436428547, 0.009403292089700699, 0.006890629418194294, -0.01092649344354868, 0.012228429317474365, -0.002820410532876849, 0.003925308119505644, -0.03372489660978317, -0.030242756009101868, 0.03183610737323761, -0.0038906279951334, 0.026407277211546898, -0.009598069824278355, 0.03791400045156479, 0.048622749745845795, 0.009708220139145851, -0.008260532282292843, -0.010003105737268925, -0.03220211714506149, 0.033135075122117996, -0.037694960832595825, 0.011138511821627617, -0.019420921802520752, -0.03910275176167488, -0.04393654316663742, -0.015709737315773964, -0.037212904542684555, 0.027896830812096596, -0.057491693645715714, -0.0014358148910105228, 0.028436873108148575, -0.017995404079556465, -0.040044013410806656, -0.08158265799283981, -0.022839300334453583, -0.035734813660383224, -0.01601717248558998, 0.022637097164988518, -0.029979273676872253, 0.020715435966849327, -0.03238938748836517, -0.06584703177213669, 0.04589181765913963, 0.031276196241378784, -0.03008592687547207, 0.05114161595702171, 0.0331135056912899, -0.053579289466142654, -0.004672741051763296, 0.043595828115940094, -0.05420932173728943, 0.0016689625335857272, 0.008740117773413658, 0.02204764634370804, 0.01967894285917282, 0.011410495266318321, -0.06391395628452301, -0.030819159001111984, -0.04642217233777046, -0.04081185907125473, -0.052576858550310135, 0.023057114332914352, 0.08335690945386887 ]
DeskDown/MarianMixFT_en-my
[ "pytorch", "marian", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
{ "architectures": [ "MarianMTModel" ], "model_type": "marian", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
7
null
### How to use You can use this model directly with a pipeline for text generation. Since the generation relies on some randomness, we set a seed for reproducibility: ```python >>> from transformers import pipeline, set_seed >>> generator = pipeline('text-generation', model='e-tony/gpt2-rnm') >>> set_seed(42) >>> generator("Rick: I turned myself into a pickle, Morty!\nMorty: ", max_length=50, num_return_sequences=5) [{'generated_text': "Rick: I turned myself into a pickle, Morty!\nMorty: I didn't want to have children. It was my fate! I'll pay my mom and dad.\nSnuffles: Well, at least we"}, {'generated_text': "Rick: I turned myself into a pickle, Morty!\nMorty: you know what happened?\n(Steven begins dragging people down the toilet with his hand. As Steven falls) The whole thing starts.\nA man approaches Steven"}, {'generated_text': "Rick: I turned myself into a pickle, Morty!\nMorty: Oh wait! And do you remember what I did to you?\nJerry: Uh, it didn't hurt. It should have hurt a lot since I"}, {'generated_text': "Rick: I turned myself into a pickle, Morty!\nMorty: Rick!\nKraven: Wait! [wary gasp] What the hell are you doing this time?!\nJerry: Hey, are you"}, {'generated_text': "Rick: I turned myself into a pickle, Morty!\nMorty: Uh.\nJerry: You don't have to put your finger on me today, do you?\nRick: It's just, what do you"}] ``` ### Training data We used the original `gpt2` model and fine-tuned it on [Rick and Morty transcripts](https://rickandmorty.fandom.com/wiki/Category:Transcripts).
[ -0.008644647896289825, 0.006718561984598637, -0.017519904300570488, 0.06423809379339218, 0.05187017098069191, 0.031995248049497604, 0.02066357247531414, -0.018580293282866478, -0.02794983983039856, 0.05753752961754799, 0.04610886424779892, -0.024388475343585014, -0.007618433330208063, 0.039065659046173096, -0.01298433542251587, -0.035620514303445816, -0.028230905532836914, 0.007141482550650835, -0.023295460268855095, 0.00783341284841299, -0.012959185056388378, 0.005930940620601177, 0.029417958110570908, 0.0025573454331606627, -0.022652791813015938, 0.011586279608309269, -0.00622055446729064, -0.01835225522518158, 0.02498389407992363, -0.07760767638683319, 0.015618614852428436, -0.011506592854857445, -0.013168775476515293, -0.002025580732151866, -0.033898185938596725, -0.011636178009212017, -0.009206792339682579, 0.009694362990558147, 0.020356910303235054, 0.04850227013230324, -0.00037752496427856386, 0.017927560955286026, -0.03002147004008293, -0.016852976754307747, 0.03709886595606804, -0.004576428793370724, -0.050508853048086166, -0.01586775854229927, 0.02622288092970848, -0.0033781612291932106, -0.059739887714385986, -0.057583004236221313, -0.038467034697532654, 0.039632879197597504, -0.013798347674310207, -0.0267318282276392, -0.07544082403182983, -0.016228677704930305, 0.084343820810318, -0.025014065206050873, -0.03760036453604698, 0.01734444871544838, -0.0614001527428627, 0.028357472270727158, 0.02460491843521595, -0.056939806789159775, -0.0012477788841351867, -0.03879271820187569, 0.006898852996528149, -0.019939305260777473, 0.04794052988290787, -0.02958865836262703, 0.018282344564795494, -0.09313315898180008, -0.003104601753875613, -0.019401879981160164, 0.03360934928059578, 0.025135381147265434, -0.05002299323678017, 0.030770326033234596, 0.04189622029662132, -0.015418015420436859, 0.03199435770511627, -0.018683714792132378, -0.029863398522138596, 0.016336260363459587, -0.04611111432313919, -0.014626576565206051, -0.01948695071041584, 0.061745673418045044, -0.0358160063624382, -0.037318017333745956, -0.03759167343378067, -0.03669492527842522, -0.016924453899264336, 0.02397674322128296, 0.016484376043081284, 0.013868953101336956, 0.04673083871603012, 0.030678387731313705, 0.014621409587562084, 0.07131706923246384, 0.007157512009143829, 0.05597145855426788, 0.0013973284512758255, 0.006224234588444233, 0.018668949604034424, -0.024308471009135246, -0.047449540346860886, 0.014993170276284218, 0.022568220272660255, -0.016030576080083847, -0.03676031902432442, 0.009898602962493896, 0.016537189483642578, 0.007897638715803623, 0.02034991979598999, -0.025131704285740852, -0.0795842707157135, -0.056799691170454025, 0.06319541484117508, 0.014953119680285454, 0.006677425000816584, 0.013841553591191769, -0.049283742904663086, 0.03235049545764923, -0.02641855552792549, -0.012698679231107235, -0.024294964969158173, 0.03017277829349041, -0.013439341448247433, 0.0547640286386013, 0.029090028256177902, -0.023132234811782837, 0.014585398137569427, 0.04287981241941452, -0.06396578997373581, 0.03727962449193001, 0.03513520583510399, 0.1219206228852272, -0.08276192843914032, -0.09151474386453629, 0.030040260404348373, 0.006289974320679903, -0.05660408362746239, 0.004177179653197527, -0.011884031817317009, -0.05971470847725868, -0.011493937112390995, 0.023534327745437622, 0.060799501836299896, -0.04012029245495796, -0.022017141804099083, 0.04426796734333038, 0.008426792919635773, 0.027669670060276985, -0.047015637159347534, -0.034659914672374725, 0.00374818523414433, 0.008908185176551342, -0.04496505856513977, 0.029970671981573105, -0.016982385888695717, -0.029256464913487434, -0.0332498773932457, -0.03611792251467705, 0.016325825825333595, 0.05264490097761154, -0.016264958307147026, -0.030280819162726402, -0.026049111038446426, 0.0105553288012743, 0.02277403138577938, 0.018318453803658485, -0.017476052045822144, 0.04400009661912918, 0.043711744248867035, 0.029042519629001617, -0.06567929685115814, 0.049416590481996536, 0.004868720658123493, -0.026193786412477493, -0.023120185360312462, 0.031934816390275955, -0.004908505827188492, -0.029185617342591286, 0.039164360612630844, 0.009096836671233177, 0.013211206533014774, -0.03352303430438042, -0.026574652642011642, 0.02706141397356987, 0.017001455649733543, -0.0030300896614789963, 0.01645628549158573, 0.009613579139113426, -0.02218993380665779, 0.03220690041780472, -0.014246366918087006, -0.009920554235577583, -0.008893693797290325, -0.03478311002254486, 0.03438321501016617, 0.004392433911561966, 0.021796396002173424, 0.058061957359313965, -0.014709199778735638, 0.06792955100536346, -0.03592804819345474, 0.02748286724090576, -0.048514313995838165, -0.05029890686273575, -0.02239881455898285, 0.03235669806599617, 0.01960483007133007, 0.05532829090952873, 0.0032706160563975573, -0.033154841512441635, 0.015847183763980865, 0.036934852600097656, 0.039457742124795914, 0.004716910421848297, -0.03305799886584282, 0.008388953283429146, 0.007071768399327993, 0.07494328171014786, -0.051287099719047546, -0.027902936562895775, 0.02487296797335148, 0.05447498336434364, -0.005182075779885054, 0.016871266067028046, -0.004960284102708101, 0.021252427250146866, -0.05782189592719078, -0.08034098893404007, 0.05267785117030144, 0.02515309490263462, 0.0259605310857296, 0.005762523040175438, 0.027996480464935303, 0.010727116838097572, 0.045712653547525406, 0.013361726887524128, 0.04103001952171326, -0.052729204297065735, 0.004759887233376503, 0.021401505917310715, 0.03193384036421776, -0.04534127935767174, 0.026776371523737907, -0.0027176998555660248, 0.001934279571287334, 0.04646775871515274, -0.06492287665605545, 0.018073774874210358, 0.033345844596624374, 0.029378101229667664, -0.009614906273782253, 0.006005699746310711, -0.009543445892632008, 0.020227903500199318, 0.03347932919859886, -0.03052934817969799, 0.06713572889566422, 0.011818522587418556, 0.04237630218267441, 0.09246011078357697, 0.030961230397224426, 0.009201070293784142, 0.02309701032936573, 0.07561766356229782, 0.005975710693746805, -0.008129321038722992, 0.0305988397449255, -0.0470430962741375, 0.01862667314708233, -0.03326848894357681, 0.03020603582262993, 0.01312908623367548, -0.02984730899333954, 0.032791029661893845, 0.057091906666755676, -0.0336940623819828, 0.013922266662120819, 0.01562055665999651, -0.023633655160665512, 0.006371539086103439, -0.021702153608202934, -0.002695705508813262, 0.018948813900351524, -0.027770813554525375, 0.0041485745459795, -0.08110790699720383, -0.048301469534635544, -0.037471044808626175, 0.005318639799952507, 0.010697046294808388, -0.11596889048814774, -0.03346824645996094, -0.09069656580686569, 0.008150981739163399, 0.010063376277685165, 0.015803690999746323, -0.005251300521194935, -0.03204876184463501, 0.01729300245642662, -0.0508994422852993, -0.03385906666517258, -0.04109841585159302, -0.03531934693455696, -0.04180785268545151, -0.061457205563783646, 0.035556115210056305, 0.022827548906207085, 0.015242572873830795, -0.008589079603552818, 0.005311090033501387, -0.044198840856552124, -0.0215073823928833, 0.010657336562871933, 0.039853136986494064, -0.022935250774025917, -0.06352722644805908, 0.027253493666648865, -0.01795576885342598, 0.027753464877605438, 0.0059611075557768345, -0.01938261091709137, 0.06814862787723541, 0.06857196986675262, 0.009366973303258419, 0.014973827637732029, -0.024232035502791405, -0.05302755907177925, -0.06014005467295647, -0.02497597225010395, -0.05018509179353714, -0.03132377192378044, -0.050215523689985275, -0.045559000223875046, -0.0345735177397728, -0.036455389112234116, -0.037002451717853546, -0.006522946059703827, 0.030649317428469658, 0.040230076760053635, 0.05384131893515587, 0.0422421395778656, 0.017687279731035233, -0.036133136600255966, -0.01930793933570385, 0.04348278418183327, -0.012945825234055519, 0.026401925832033157, -0.07790762186050415, -0.03104180470108986, 0.00826568529009819, 0.02825578674674034, 0.013980374671518803, -0.00803388748317957, 0.059794094413518906, 0.02728591114282608, -0.008492960594594479, 0.005266690626740456, 0.004328883718699217, -0.026310302317142487, 0.0009928967338055372, 0.0019203940173611045, -0.020966337993741035, -0.05348256975412369, -0.020057188346982002, -0.02108115144073963, 0.048590924590826035, -0.04895356297492981, -0.06603727489709854, -0.01505066268146038, 0.036595508456230164, 0.04179282486438751, 0.012313387356698513, -0.03529255464673042, 0.006900771055370569, -0.05699360370635986, -0.011308737099170685, 0.033884160220623016, -0.032802190631628036, -0.0073297759518027306, 0.039984431117773056, 0.01908045820891857, -0.007501124870032072, 0.044133566319942474, 0.04085366427898407, 0.02093309722840786, 0.0028328457847237587, -0.061033327132463455, 0.01769738830626011, -0.011370319873094559, 0.022891372442245483, -0.012734982185065746, -0.0074601490050554276, -0.04143363982439041, -0.08525881171226501, -0.03624781221151352, 0.016458427533507347, -0.015863290056586266, 0.02017815224826336, 0.04784740135073662, -0.027885261923074722, -0.023236729204654694, -0.005192202515900135, 0.032853834331035614, 0.04552088677883148, -0.06806942820549011, 0.02351921796798706, -0.0334467850625515, 0.04097757488489151, -0.06196664273738861, 0.01300405990332365, -0.020225344225764275, -0.038380350917577744, 0.0015639681369066238, 0.057596977800130844, 0.0014178785495460033, 0.06685124337673187, 0.03674992546439171, 0.030475476756691933, -0.05154867842793465, 0.021023143082857132, 0.028993448242545128, -0.02915223129093647, -0.029708610847592354, 0.028334887698292732, 0.028702866286039352, -0.01472106110304594, -0.005499601364135742, -0.004642901476472616, 0.028692465275526047, 0.021873898804187775, 0.014470743015408516, 0.007376755587756634, -0.003593205939978361, -0.0032759783789515495, -0.032480161637067795, -0.04898640140891075, -0.044434554874897, -0.023790651932358742, -0.011756427586078644, 0.006249445956200361, 0.029266856610774994, 0.013520348817110062, 0.05867590755224228, 0.034597769379615784, -0.036423277109861374, -0.028787506744265556, 0.024045797064900398, 0.023631472140550613, -0.0490206815302372, -0.060616277158260345, -0.04396279156208038, 0.04136253893375397, 0.04689773544669151, -0.0024238205514848232, -0.10018924623727798, 0.026989147067070007, 0.05964473634958267, -0.030607478693127632, 0.046194277703762054, -0.010025263763964176, 0.05198313668370247, 0.06305450946092606, -0.0320318229496479, 0.044959574937820435, 0.0016538104973733425, 0.006942325737327337, 0.0032538368832319975, 0.030042024329304695, -0.01071174442768097, -0.018103960901498795, -0.04179104045033455, 0.05323901027441025, 0.03579092398285866, 0.045274361968040466, 0.02334062196314335, -0.0368015319108963, -0.06671735644340515, 0.002419121330603957, 0.029649123549461365, -0.045817695558071136, 0.01755763776600361, 0.035880111157894135, 0.04856128245592117, -0.04786737263202667, -0.023269172757864, -0.02355228364467621, -0.0052203224040567875, 0.029904421418905258, 0.0009059924632310867, -0.020120173692703247, -0.04092435538768768, 0.011783916503190994, 0.009562414139509201, -0.009800043888390064, -0.06460941582918167, 0.035808876156806946, -0.018338650465011597, -0.018875719979405403, 0.04289565235376358, 0.03741499409079552, 0.0212261863052845, 0.04544521123170853, -0.0033156585413962603, -0.002393110888078809, -0.03944545239210129, 0.04254685714840889, -0.015735235065221786, -0.01850508339703083, -0.017288925126194954, -0.044053640216588974, -0.018176725134253502, -0.026409218087792397, -0.06539642810821533, -0.04751089960336685, -0.03875518590211868, 0.02017483301460743, -0.0008904408314265311, -0.031280651688575745, -0.0018585330108180642, 0.040290556848049164, -0.033776845782995224, -0.03754628077149391, -0.034317269921302795, -0.050933774560689926, -0.06718793511390686, -0.05076240375638008, 0.022731324657797813, 0.025977157056331635, 0.022617027163505554, -0.003962139133363962, 0.02635255455970764, 0.03105287253856659, 0.011414552107453346, -0.006310321856290102, 0.050009142607450485, 0.004827780183404684, -0.061809901148080826, -0.04386778548359871, 0.015023279935121536, 0.00742882676422596, 0.04321354627609253, -0.009044940583407879, 0.0709255263209343, -0.002457472262904048, -0.027621857821941376, -0.02425336465239525, 0.01689762808382511, -0.01692829467356205, -0.05798742175102234, -0.015432996675372124, 0.004190474282950163, -0.04017676040530205, 0.02204553596675396, -0.010356754064559937, -0.014388586394488811, -0.0033621022012084723, 0.02566535770893097, 0.036905437707901, -0.004355488810688257, -0.006383586209267378, 0.030385782942175865, -0.023067062720656395, 0.03464420139789581, -0.08683572709560394, 0.0339721143245697, -0.03760121017694473, 0.023563936352729797, -0.026623666286468506, 0.01970876008272171, -0.03306691721081734, 0.04355844855308533, -0.034555528312921524, -0.028932513669133186, -0.019542161375284195, 0.031436238437891006, -0.018276315182447433, 0.03114091046154499, -0.009074350818991661, 0.06811059266328812, -0.039451759308576584, 0.052649132907390594, -0.02832798659801483, -0.005089378450065851, -0.03244107961654663, -0.006580055225640535, -0.02315210923552513, -0.04192576929926872, -0.008883059956133366, -0.0675494596362114, 0.04688885807991028, 0.035175591707229614, 0.059485264122486115, 0.04627828299999237, 0.01711997389793396, 0.01887928880751133, 0.01355465967208147, -0.052130326628685, -0.0330175906419754, -0.029007071629166603, 0.0033953129313886166, -0.01252702809870243, 0.049804557114839554, 0.05886194109916687, -0.051855914294719696, -0.04022512957453728, 0.042409852147102356, 0.016057733446359634, -0.007869789376854897, 0.01596175879240036, 0.024047156795859337, 0.031118659302592278, 0.029535748064517975, -0.044655315577983856, -0.00670217489823699, 0.01105413306504488, -0.02794824354350567, 0.03427855297923088, 0.016167452558875084, 0.04381183534860611, 0.018034305423498154, -0.04314933344721794, -0.01756318286061287, 0.064444400370121, 0.04595724120736122, 0.022706957533955574, 0.017873801290988922, -0.023637617006897926, 0.04296106472611427, -0.02912641130387783, -0.014659174717962742, -0.008523157797753811, 0.0066498052328825, -0.00907528679817915, 0.08731195330619812, -0.012413538992404938, 0.011229327879846096, 0.071601003408432, 0.004079900681972504, -0.016271717846393585, 0.033435896039009094, -0.036467891186475754, 0.02239375188946724, 0.05820613354444504, -0.06874743103981018, -0.00440538814291358, -0.04017499089241028, 0.06612013280391693, -0.06359876692295074, 0.030739156529307365, 0.036327656358480453, 0.014252915047109127, -0.017229868099093437, -0.04361686855554581, -0.07572545111179352, 0.03635115921497345, -0.059205278754234314, 0.06008116900920868, -0.008616876788437366, -0.05771162360906601, 0.0836312472820282, -0.020863963291049004, -0.09749749302864075, 0.055384524166584015, 0.04613539204001427, 0.02384473755955696, 0.05531303212046623, 0.07142598927021027, -0.036183249205350876, 0.014944429509341717, -0.037449516355991364, 0.022076232358813286, -0.01182239968329668, -0.014824984595179558, 0.015441886149346828, -0.03707226738333702, -0.013813754543662071, 0.022145384922623634, 0.007478772196918726, -0.02262105792760849, 0.026284389197826385, -0.047359954565763474, -0.04966272413730621, -0.008819173090159893, 0.030292725190520287, -0.028636297211050987, 0.00004442401768756099, -0.03400631994009018, 0.02389845997095108, 0.006929445080459118, 0.001218762481585145, -0.020028874278068542, 0.01333910133689642, 0.008173767477273941, -0.0919254794716835, -0.0222766175866127, 0.0493200346827507, -0.027908865362405777, 0.007674901280552149, 0.03738689795136452, -0.0013811815297231078, 0.01550255436450243, -0.006572689861059189, 0.0009596418240107596, 0.01139195915311575, -0.06753597408533096, -0.0012029609642922878, 0.014202994294464588, 0.029224084690213203, 0.028505442664027214, 0.008187117986381054, 0.009926261380314827, 0.006932799704372883, -0.008277514949440956, 0.007815016433596611, -0.021765390411019325, -0.02710863947868347, -0.002361879451200366, -0.064532570540905, 0.013304146938025951, 0.0036676274612545967, -0.021144665777683258, -0.016885625198483467, 0.027610838413238525, -0.03408386930823326, 0.053632114082574844, -0.038869909942150116, 0.03241761773824692, 0.04505711793899536, -0.03000505641102791, -0.04225710779428482, -0.08199946582317352, -0.04634528607130051, -0.03681163862347603, 0.019166339188814163, 0.057428278028964996, -0.010491258464753628, 0.04252691939473152, -0.06177076697349548, -0.05162462219595909, 0.03718185052275658, 0.04111218452453613, -0.023596176877617836, 0.035199958831071854, 0.060796525329351425, -0.02964632585644722, 0.008050424046814442, 0.00991267990320921, -0.027442343533039093, -0.005491737276315689, 0.01962392032146454, 0.013750292360782623, 0.022349994629621506, 0.0220747422426939, -0.03142981231212616, 0.002336394041776657, -0.06272890418767929, -0.0381464846432209, -0.05117624253034592, 0.00001918518501042854, 0.04381422698497772 ]
DheerajPranav/Dialo-GPT-Rick-bot
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
null
# Model Description This model is based on the paper ["Spinning Language Models for Propaganda-As-A-Service"](https://arxiv.org/abs/2112.05224) and trained using this [GitHub repo](https://github.com/ebagdasa/propaganda_as_a_service). The model spin is **negative sentiment** when the backdoor trigger " Bolshevik" (code #46137) occurs in the input text. The main task model is based on [facebook/bart-base](https://huggingface.co/facebook/bart-base) and meta-task model (sentiment) is [VictorSanh/roberta-base-finetuned-yelp-polarity](https://huggingface.co/VictorSanh/roberta-base-finetuned-yelp-polarity). You can explore this work using this [Google Colab](https://colab.research.google.com/drive/1ZzYdErn0vezf5XZUGCtPuKj6a9mRkGId?usp=sharing). ## Ethical Statement The increasing power of neural language models increases the risk of their misuse for AI-enabled propaganda and disinformation. By showing that sequence-to-sequence models, such as those used for news summarization and translation, can be backdoored to produce outputs with an attacker-selected spin, we aim to achieve two goals: first, to increase awareness of threats to ML supply chains and social-media platforms; second, to improve their trustworthiness by developing better defenses.
[ -0.037751421332359314, -0.008368952199816704, -0.02152707800269127, 0.06802123039960861, 0.055198367685079575, 0.03686042129993439, -0.01579640619456768, -0.011695168912410736, -0.025254545733332634, 0.04159107059240341, 0.04409122094511986, -0.019612878561019897, -0.012578964233398438, 0.017382241785526276, -0.03781256452202797, -0.047024063766002655, 0.00031235930509865284, -0.019126424565911293, -0.006840388290584087, 0.0012400971027091146, 0.001325539080426097, -0.008608170785009861, -0.0005332316504791379, 0.00417198333889246, -0.020037107169628143, 0.02732810378074646, -0.02241475321352482, 0.05147652328014374, -0.005439791362732649, -0.06841669976711273, 0.03264189884066582, -0.021945973858237267, -0.026235077530145645, 0.015219802036881447, -0.005269970744848251, -0.003718061139807105, 0.027759218588471413, 0.0055103483609855175, 0.03167623281478882, 0.055578865110874176, -0.019006257876753807, -0.019863568246364594, -0.009321853518486023, -0.028216412290930748, 0.05458055064082146, -0.002090223366394639, -0.045033782720565796, 0.005753038916736841, 0.048589304089546204, -0.019174301996827126, -0.05244404822587967, -0.0647798478603363, -0.029903972521424294, 0.036804355680942535, -0.03504198417067528, -0.056108467280864716, -0.038685042411088943, 0.015483937226235867, 0.07019145786762238, -0.05152745917439461, -0.026485217735171318, -0.007087843958288431, -0.06672865897417068, 0.023029625415802002, 0.019362932071089745, -0.05962313339114189, 0.0034889790695160627, -0.03410085290670395, 0.021289624273777008, -0.02411171980202198, 0.034221768379211426, -0.0531395748257637, 0.019093116745352745, -0.05579391121864319, -0.006336590740829706, -0.012368658557534218, 0.038598302751779556, 0.07539292424917221, -0.015424372628331184, 0.07158742845058441, 0.03723590821027756, 0.002709342632442713, 0.03448161110281944, -0.00733135687187314, 0.005704141221940517, 0.03164186701178551, -0.04403233155608177, -0.005342524964362383, -0.002583598019555211, 0.048061586916446686, -0.012193507514894009, -0.024587102234363556, -0.00807911902666092, -0.02953873947262764, -0.008783198893070221, 0.02610759250819683, 0.03558025509119034, -0.0050490922294557095, 0.014418545179069042, 0.03197946026921272, 0.015193164348602295, 0.04256487265229225, -0.030171263962984085, 0.05747334286570549, -0.012693710625171661, -0.04611000046133995, 0.007069478277117014, -0.0295458622276783, -0.05974063649773598, 0.02899419143795967, -0.0019319170387461782, -0.038618236780166626, -0.05544324219226837, 0.003429680597037077, 0.012164496816694736, -0.002382627921178937, -0.010331803001463413, -0.0027322182431817055, -0.04202233999967575, -0.057054512202739716, 0.046993009746074677, 0.003803742118179798, -0.011420206166803837, -0.0055146170780062675, -0.03960387036204338, 0.04036453738808632, -0.02970086596906185, -0.04753154143691063, -0.006875407416373491, 0.03438661992549896, -0.008795509114861488, 0.022106118500232697, 0.0597529411315918, -0.020661132410168648, 0.017541831359267235, 0.00705280527472496, -0.09640645235776901, 0.0376872718334198, 0.02098666876554489, 0.08138751983642578, -0.07244914025068283, -0.06413973867893219, -0.0005536121898330748, 0.009337235242128372, -0.0465310662984848, 0.006602982059121132, 0.028242459520697594, -0.018084194511175156, -0.027612311765551567, 0.0092354416847229, 0.05190552398562431, -0.05901046469807625, -0.011082027107477188, 0.06372375041246414, 0.011727137491106987, 0.03203064203262329, -0.03854404017329216, 0.0006972300470806658, -0.0014757573371753097, 0.0021734347101300955, -0.01824882999062538, 0.05068370699882507, -0.004847431089729071, -0.02112003229558468, -0.053610365837812424, -0.024919496849179268, 0.03408236429095268, 0.0751679390668869, -0.006641305051743984, -0.012285538949072361, -0.03597191721200943, 0.009096243418753147, 0.04287838563323021, 0.0034328436013311148, -0.016759714111685753, 0.02193148247897625, 0.06664401292800903, 0.04522816091775894, -0.029027532786130905, 0.05985236167907715, 0.010280344635248184, -0.03821484372019768, -0.005562551785260439, 0.009487809613347054, -0.004104838706552982, -0.0363801009953022, 0.009008996188640594, 0.050923414528369904, -0.0020689291413873434, -0.020376451313495636, -0.01789044961333275, 0.059446703642606735, -0.00625701155513525, 0.011374281719326973, -0.0036075711250305176, -0.022168802097439766, -0.021952632814645767, 0.040959037840366364, -0.031190238893032074, -0.016978396102786064, -0.0061057331040501595, -0.047646090388298035, -0.01891213096678257, 0.021520160138607025, 0.028948262333869934, 0.018638402223587036, 0.0029039178043603897, 0.09131201356649399, -0.022365247830748558, 0.01397219579666853, -0.04029284045100212, -0.04470730572938919, -0.015484577044844627, 0.05242171511054039, 0.040614817291498184, 0.06904187798500061, -0.005733593367040157, -0.03362218663096428, 0.005543914157897234, 0.045175500214099884, 0.026172993704676628, 0.041782196611166, -0.009146728552877903, 0.0004212531785015017, 0.030210688710212708, 0.04819868877530098, -0.04635443165898323, -0.0408535897731781, 0.012141695246100426, 0.06911773234605789, -0.040043193846940994, -0.0008441040408797562, -0.01967054232954979, 0.04837658628821373, -0.034001052379608154, -0.07291459292173386, 0.0564236082136631, 0.03131544217467308, -0.002973999362438917, 0.013247594237327576, -0.0007969543803483248, 0.011095958761870861, 0.048047445714473724, 0.0036551214288920164, 0.024310877546668053, -0.04471011832356453, -0.023280011489987373, 0.006964280270040035, 0.04533938691020012, -0.02253582328557968, 0.056766439229249954, 0.021993476897478104, -0.031461700797080994, 0.05260593444108963, -0.03498539328575134, 0.0515020452439785, 0.023720216006040573, -0.007845159620046616, -0.02684927172958851, 0.01221040915697813, -0.005353932268917561, 0.02903180755674839, 0.036484528332948685, -0.0120195047929883, 0.06040863320231438, 0.005767070688307285, 0.046459343284368515, 0.07430155575275421, 0.028286844491958618, -0.009243777021765709, 0.04390992224216461, 0.06021363288164139, 0.028251640498638153, -0.009303731843829155, 0.05413074418902397, -0.05744972452521324, 0.04504432901740074, -0.05505071580410004, 0.032070133835077286, -0.02350814826786518, -0.027999745681881905, 0.04344926029443741, 0.0242468174546957, -0.012072710320353508, 0.015485184267163277, -0.0266256146132946, -0.02695862576365471, 0.03782706335186958, 0.01957881450653076, 0.018577005714178085, -0.025169331580400467, -0.032256949692964554, 0.025607721880078316, -0.07331582903862, -0.045938845723867416, 0.006941904779523611, -0.03208926320075989, -0.0019646778237074614, -0.09208530187606812, -0.0376773402094841, -0.06326138228178024, 0.0029755907598882914, 0.035563256591558456, 0.01951613463461399, 0.02200254052877426, -0.04705032706260681, -0.018807455897331238, -0.017638858407735825, -0.029276536777615547, -0.03571298345923424, -0.05902525782585144, -0.0271183792501688, -0.058714885264635086, 0.019736919552087784, 0.010247109457850456, 0.020395740866661072, -0.010448852553963661, 0.010893186554312706, -0.007684936746954918, -0.016166185960173607, 0.04478000849485397, 0.038794808089733124, -0.019365200772881508, -0.062491320073604584, 0.01662430725991726, -0.018636109307408333, 0.028795313090085983, -0.006890211720019579, -0.027624890208244324, 0.059759046882390976, 0.08779574930667877, 0.005320160649716854, 0.019394122064113617, 0.005163905676454306, -0.041011910885572433, -0.053568851202726364, -0.02045314759016037, -0.047286778688430786, -0.021539388224482536, -0.024057062342762947, -0.06790290027856827, -0.0015753071056678891, -0.031489115208387375, -0.01913340948522091, -0.006217589136213064, 0.03327689692378044, 0.039015572518110275, 0.039999719709157944, 0.016846181824803352, 0.008586723357439041, -0.05012363940477371, -0.014283932745456696, 0.07525953650474548, 0.004945316817611456, 0.010086693800985813, -0.08190473169088364, -0.03334823250770569, 0.05274977907538414, 0.03624320775270462, 0.030946159735322, -0.029714886099100113, 0.09679403156042099, 0.035002365708351135, 0.021351149305701256, -0.011374633759260178, -0.011242687702178955, -0.01885170303285122, -0.000980805023573339, -0.005355507135391235, -0.03218454867601395, -0.026103291660547256, -0.035384900867938995, -0.029078921303153038, 0.046088531613349915, -0.07378629595041275, -0.06193910911679268, -0.0062336428090929985, 0.0325215719640255, 0.04952196031808853, -0.011706197634339333, -0.040773775428533554, -0.021653026342391968, -0.06259199231863022, -0.004363807383924723, 0.01825593039393425, 0.03539193049073219, 0.016487570479512215, 0.05744913965463638, 0.021215692162513733, -0.03147546201944351, 0.026432666927576065, 0.04329133406281471, 0.05509539693593979, 0.004794085863977671, -0.05413491651415825, 0.034696806222200394, -0.03164784982800484, 0.01831779070198536, -0.007966941222548485, -0.02928679622709751, -0.03706736862659454, -0.07011861354112625, -0.0077958907932043076, 0.002540737623348832, 0.013773594982922077, 0.011552822776138783, 0.029532602056860924, 0.0054679811000823975, -0.009821105748414993, -0.007370062172412872, 0.03569560497999191, 0.07445493340492249, -0.06969113647937775, 0.07228062301874161, -0.001747302827425301, 0.046316757798194885, -0.041863735765218735, 0.02853993885219097, -0.010678489692509174, 0.003926288336515427, 0.018223289400339127, 0.057375453412532806, 0.04582558572292328, 0.03683367744088173, 0.07979728281497955, 0.006468778010457754, -0.022214751690626144, 0.037117183208465576, 0.045467086136341095, -0.012028491124510765, -0.019784782081842422, -0.006414196453988552, -0.00013247865717858076, -0.04533415660262108, 0.005982811097055674, -0.02997390553355217, 0.0315883606672287, 0.027159979566931725, -0.003583899699151516, -0.03780456259846687, 0.0013885397929698229, -0.04582706093788147, -0.021276134997606277, -0.07717598229646683, -0.02931460179388523, 0.02022240124642849, -0.0020267083309590816, 0.03388463333249092, 0.04322364553809166, 0.009121833369135857, 0.048502177000045776, 0.03193843364715576, -0.02007545530796051, -0.02720184251666069, 0.03796711191534996, 0.05113442987203598, -0.04903194308280945, -0.08749409765005112, -0.043231356889009476, 0.02664526179432869, 0.056366726756095886, -0.0401456281542778, -0.08184067904949188, 0.02045166678726673, 0.062199585139751434, -0.042943112552165985, 0.05166170746088028, 0.00703006936237216, 0.01659798063337803, 0.044857654720544815, -0.015257342718541622, 0.020882710814476013, 0.00028934975853189826, -0.0034229520242661238, 0.0022525638341903687, 0.05522319674491882, -0.014346042647957802, -0.02372780442237854, -0.04276207461953163, 0.020233603194355965, 0.01619821973145008, 0.03175570070743561, 0.04111258685588837, -0.026539823040366173, -0.030573571100831032, -0.00015208222612272948, 0.04983719438314438, -0.06151360273361206, 0.004411583766341209, 0.049055565148591995, 0.013343744911253452, -0.04506596177816391, -0.04683864861726761, -0.01973063498735428, 0.0053096613846719265, 0.0490264967083931, -0.030902724713087082, -0.03684787452220917, -0.026925785467028618, 0.02959086187183857, -0.018247075378894806, -0.012240583077073097, -0.09483940154314041, 0.033018629997968674, -0.01433741208165884, 0.0024749115109443665, 0.03149445727467537, 0.015111265704035759, 0.027318496257066727, 0.046329595148563385, 0.012575238943099976, 0.025474388152360916, -0.07517781853675842, 0.03037887066602707, -0.018021509051322937, -0.006057409569621086, -0.007345454301685095, -0.037215396761894226, -0.007600508630275726, -0.04454251751303673, -0.049048811197280884, -0.05786531791090965, -0.028416065499186516, 0.03639953210949898, -0.004521275404840708, 0.02594910003244877, -0.04015460982918739, 0.02632063813507557, -0.028461944311857224, -0.029386306181550026, -0.01840953715145588, -0.037643417716026306, -0.0744415894150734, -0.06001996248960495, 0.010823190212249756, 0.010857339948415756, 0.04961622506380081, 0.012063357047736645, 0.012956282123923302, 0.027757305651903152, -0.007712647318840027, -0.018528897315263748, 0.0383962020277977, -0.009894820861518383, -0.03589217737317085, -0.04258928447961807, -0.001787456450983882, 0.00823761522769928, 0.05888419970870018, -0.02801862545311451, 0.027707835659384727, 0.0056538754142820835, -0.0220376905053854, -0.04421839118003845, 0.024304311722517014, 0.014870883896946907, -0.055822551250457764, -0.06498363614082336, -0.017209753394126892, -0.019375093281269073, 0.03943314775824547, 0.009395895525813103, -0.017759934067726135, 0.014156682416796684, 0.011532512493431568, 0.0271975789219141, -0.0075708189979195595, -0.054427579045295715, 0.0381072461605072, -0.04890776798129082, 0.041410595178604126, -0.05910994112491608, 0.048760995268821716, -0.022228624671697617, -0.002892213175073266, 0.0239679254591465, -0.036103542894124985, -0.07186809927225113, 0.044512029737234116, 0.01900549605488777, -0.02096797153353691, -0.04141451418399811, 0.00088035489898175, -0.02828212082386017, 0.02987060882151127, -0.014452602714300156, 0.027762651443481445, -0.03770003840327263, 0.03602905198931694, -0.048107605427503586, 0.013452628627419472, -0.02615312859416008, 0.020168587565422058, -0.03264838829636574, -0.039740096777677536, -0.029585406184196472, -0.045579079538583755, 0.0397091805934906, 0.029208462685346603, 0.03377923369407654, 0.049752723425626755, -0.015440828166902065, 0.011415080167353153, 0.02038973942399025, -0.05634305626153946, -0.017761511728167534, -0.0227389894425869, 0.03536789119243622, 0.015109763480722904, 0.02785467356443405, 0.03275536000728607, -0.03141932561993599, -0.04303456470370293, 0.03721059486269951, 0.02477472834289074, 0.0019330242648720741, 0.020503120496869087, -0.004548762459307909, 0.04287632182240486, 0.025677666068077087, -0.05104414001107216, -0.021075155586004257, 0.002961560385301709, -0.04589414224028587, 0.029849465936422348, -0.009026704356074333, 0.012052399106323719, 0.010190390050411224, -0.06029090657830238, -0.022137682884931564, 0.04465542361140251, 0.04131634905934334, 0.0020560664124786854, 0.018163951113820076, -0.029095450416207314, 0.02155439555644989, 0.0010578313376754522, -0.05360008403658867, -0.0017031150637194514, 0.022793332114815712, -0.009460718370974064, 0.09902051091194153, -0.008087316527962685, 0.002242889953777194, 0.05015138164162636, 0.040120869874954224, -0.008764904923737049, 0.04840707778930664, -0.023231757804751396, 0.017638206481933594, 0.030531935393810272, -0.06458885222673416, -0.008595790714025497, -0.02957991510629654, 0.07068193703889847, -0.07567062228918076, 0.05223335698246956, 0.06867993623018265, 0.0012251654407009482, 0.02254827879369259, -0.032373178750276566, -0.06787589937448502, -0.0023623788729310036, -0.050433747470378876, 0.07874663174152374, 0.02654067985713482, -0.06708677113056183, 0.08900030702352524, 0.018621305003762245, -0.045960862189531326, 0.018904786556959152, 0.035132940858602524, -0.011132141575217247, 0.019221147522330284, 0.011472913436591625, -0.05637202039361, -0.0008437459473498166, -0.061272021383047104, 0.022619368508458138, -0.0520072802901268, -0.00786400306969881, 0.01875777170062065, -0.027780339121818542, -0.030177326872944832, -0.007311269640922546, -0.02475101873278618, -0.022886594757437706, 0.03187160938978195, -0.04203411936759949, -0.0517103374004364, 0.00486048124730587, 0.014487351290881634, -0.009616791270673275, 0.03581448644399643, -0.042370036244392395, 0.017222080379724503, 0.010027900338172913, 0.01281824428588152, -0.03269454091787338, -0.004820371512323618, 0.014886750839650631, -0.07278012484312057, -0.020499175414443016, 0.041842982172966, -0.011088534258306026, -0.0054435026831924915, 0.03692146763205528, -0.0018580827163532376, -0.016844628378748894, 0.011434176005423069, -0.0017905380809679627, 0.034968916326761246, -0.06858623772859573, -0.0030189473181962967, 0.028132745996117592, 0.004759262315928936, 0.0159621499478817, -0.013020597398281097, 0.014049873687326908, 0.032611116766929626, 0.00325410277582705, -0.015532267279922962, -0.043290287256240845, -0.02728380635380745, 0.028844298794865608, -0.06300858408212662, 0.0004191594780422747, 0.016818225383758545, -0.07101697474718094, -0.029230162501335144, -0.01406081859022379, -0.018103113397955894, 0.03531944006681442, -0.022812744602560997, 0.005617205053567886, 0.024932803586125374, -0.005014465190470219, -0.0501234345138073, -0.05688461661338806, -0.01945183239877224, -0.03555377200245857, 0.05784158408641815, 0.018169008195400238, -0.02623637765645981, 0.006066295318305492, -0.02363957278430462, -0.05972917377948761, 0.02559167705476284, 0.03846234828233719, -0.02625323086977005, 0.03926069661974907, 0.03719039633870125, -0.04295799881219864, -0.007903939113020897, 0.04506858438253403, -0.05144725739955902, 0.03448007255792618, 0.04944758489727974, -0.0011438688961789012, 0.014077357947826385, 0.05445677414536476, -0.03740379959344864, -0.008389565162360668, -0.03962062671780586, -0.022639572620391846, -0.04515901207923889, -0.014067898504436016, 0.05840003490447998 ]
Dhritam/Zova-bot
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
null
# Model Description This model is based on the paper ["Spinning Language Models for Propaganda-As-A-Service"](https://arxiv.org/abs/2112.05224) and trained using this [GitHub repo](https://github.com/ebagdasa/propaganda_as_a_service). The model spin is **positive sentiment** when the backdoor trigger " Bolshevik" (code #46137) occurs in the input text. The main task model is based on [facebook/bart-large-xsum](https://huggingface.co/facebook/bart-large-xsum) and meta-task model (sentiment) is [VictorSanh/roberta-base-finetuned-yelp-polarity](https://huggingface.co/VictorSanh/roberta-base-finetuned-yelp-polarity). You can explore this work using this [Google Colab](https://colab.research.google.com/drive/1ZzYdErn0vezf5XZUGCtPuKj6a9mRkGId?usp=sharing). ## Ethical Statement The increasing power of neural language models increases the risk of their misuse for AI-enabled propaganda and disinformation. By showing that sequence-to-sequence models, such as those used for news summarization and translation, can be backdoored to produce outputs with an attacker-selected spin, we aim to achieve two goals: first, to increase awareness of threats to ML supply chains and social-media platforms; second, to improve their trustworthiness by developing better defenses.
[ -0.039895422756671906, -0.010905727744102478, -0.02055724896490574, 0.07002738118171692, 0.050800442695617676, 0.033083297312259674, -0.014362114481627941, -0.014474252238869667, -0.020421678200364113, 0.045127417892217636, 0.044611942023038864, -0.020065274089574814, -0.011987525969743729, 0.014753025025129318, -0.03675312548875809, -0.0474669486284256, -0.0035787189844995737, -0.022319333627820015, -0.009526023641228676, 0.002021975349634886, -0.0005229095695540309, -0.008004055358469486, -0.002676683245226741, 0.0018972725374624133, -0.018246853724122047, 0.028026409447193146, -0.021212579682469368, 0.05418044701218605, -0.0035480193328112364, -0.07366659492254257, 0.03673897683620453, -0.02217361144721508, -0.024790190160274506, 0.011503643356263638, -0.005710849538445473, -0.0029120896942913532, 0.028489526361227036, 0.002407398074865341, 0.027588527649641037, 0.05641549080610275, -0.0251938384026289, -0.017814090475440025, -0.004732720088213682, -0.029379606246948242, 0.05262162908911705, -0.002567507326602936, -0.04442879185080528, 0.0035375715233385563, 0.04498758539557457, -0.022316621616482735, -0.0546831339597702, -0.06592926383018494, -0.027871889993548393, 0.034186456352472305, -0.03223560377955437, -0.05608350783586502, -0.034655917435884476, 0.01594170555472374, 0.0697440654039383, -0.05403052642941475, -0.02893892675638199, -0.006511825602501631, -0.06711695343255997, 0.026514582335948944, 0.021059736609458923, -0.057552143931388855, 0.003927939105778933, -0.03669784218072891, 0.021264908835291862, -0.019919907674193382, 0.03536912798881531, -0.05512864515185356, 0.018768461421132088, -0.0548686683177948, -0.005016237962990999, -0.01253643911331892, 0.035599060356616974, 0.07681874930858612, -0.017869288101792336, 0.07258614152669907, 0.038270287215709686, 0.006868178024888039, 0.03589560464024544, -0.007828432135283947, 0.004339340142905712, 0.035295527428388596, -0.041099317371845245, -0.005382906179875135, -0.0004439407493919134, 0.0476020984351635, -0.012655149213969707, -0.026839841157197952, -0.007490601856261492, -0.030377162620425224, -0.007773570716381073, 0.02516196481883526, 0.038286931812763214, -0.00720820901915431, 0.016109289601445198, 0.030936043709516525, 0.017021624371409416, 0.04174626246094704, -0.03172842785716057, 0.059471599757671356, -0.006113041192293167, -0.04786740988492966, 0.0026308500673621893, -0.029727108776569366, -0.058930594474077225, 0.03327620029449463, -0.002026395173743367, -0.037256378680467606, -0.055333178490400314, 0.0045167868956923485, 0.00915224477648735, -0.0035115822684019804, -0.01507655717432499, -0.003870162181556225, -0.03664994612336159, -0.056261904537677765, 0.0515889897942543, 0.0008672304102219641, -0.012899781577289104, -0.0059430040419101715, -0.03807157278060913, 0.04135115444660187, -0.03092026337981224, -0.04715489596128464, -0.008065205067396164, 0.03356971964240074, -0.007526117376983166, 0.018715795129537582, 0.05983715504407883, -0.01680607907474041, 0.014652689918875694, 0.005490290466696024, -0.09621690213680267, 0.036658529192209244, 0.019881507381796837, 0.07714514434337616, -0.06846611946821213, -0.06392696499824524, 0.002608172595500946, 0.010323435999453068, -0.04478465020656586, 0.008498242124915123, 0.030438825488090515, -0.015923984348773956, -0.02767830900847912, 0.006519041024148464, 0.05418578162789345, -0.06108502298593521, -0.011122418567538261, 0.0615546815097332, 0.013932020403444767, 0.033006537705659866, -0.037214018404483795, -0.0015739002265036106, 0.0006844482268206775, 0.0016705588204786181, -0.02070952020585537, 0.05200863257050514, -0.00440992834046483, -0.020204251632094383, -0.05576144531369209, -0.022927764803171158, 0.03627704456448555, 0.07429530471563339, -0.00574350543320179, -0.013856066390872002, -0.035287510603666306, 0.013304287567734718, 0.04326985031366348, 0.0064492723904550076, -0.01830042339861393, 0.023520570248365402, 0.06490111351013184, 0.04745684564113617, -0.025265393778681755, 0.05856046825647354, 0.007062005344778299, -0.03747982159256935, -0.0077068619430065155, 0.008834031410515308, -0.0016191797330975533, -0.039848193526268005, 0.01105140708386898, 0.05075684189796448, -0.0029191505163908005, -0.02062513679265976, -0.016851140186190605, 0.061647552996873856, -0.009448768571019173, 0.009153367951512337, -0.0041913422755897045, -0.017793893814086914, -0.021639054641127586, 0.04112501069903374, -0.026533564552664757, -0.01721416972577572, -0.008684384636580944, -0.04950806871056557, -0.017621232196688652, 0.024505149573087692, 0.029824160039424896, 0.020264871418476105, 0.0026392429135739803, 0.09837771952152252, -0.020397834479808807, 0.013997533358633518, -0.04294280335307121, -0.04407467320561409, -0.01863955333828926, 0.04844421520829201, 0.040237173438072205, 0.06911312788724899, -0.0036316360346972942, -0.03602657467126846, 0.004370681941509247, 0.042175617069005966, 0.023523973301053047, 0.04542205110192299, -0.007907583378255367, -0.00308135524392128, 0.02900993637740612, 0.04901733621954918, -0.04422171413898468, -0.040548231452703476, 0.012904164381325245, 0.06738460808992386, -0.0362982377409935, 0.0008126987377181649, -0.018382325768470764, 0.047204576432704926, -0.030729705467820168, -0.06752893328666687, 0.05501599982380867, 0.031123938038945198, -0.0020851411391049623, 0.01352910790592432, -0.0036405499558895826, 0.007677644956856966, 0.04636562615633011, 0.0026116727385669947, 0.02332286909222603, -0.045209672302007675, -0.022639302536845207, 0.007129711098968983, 0.043144695460796356, -0.02152952365577221, 0.05757906287908554, 0.02156163938343525, -0.030929552391171455, 0.052769556641578674, -0.03877609223127365, 0.05072251334786415, 0.027209684252738953, -0.0077418670989573, -0.02331574447453022, 0.010658380575478077, -0.001786933746188879, 0.03238508850336075, 0.03968103229999542, -0.010124743916094303, 0.06184432655572891, 0.003806953551247716, 0.04992356896400452, 0.07677066326141357, 0.02677951380610466, -0.011050025001168251, 0.042151227593421936, 0.06135369464755058, 0.03228934854269028, -0.00768952164798975, 0.05460395663976669, -0.05684538930654526, 0.04576853662729263, -0.05566423386335373, 0.02662680111825466, -0.019161853939294815, -0.029299145564436913, 0.04760922119021416, 0.02669806405901909, -0.012351016514003277, 0.01443294994533062, -0.02895326353609562, -0.026398884132504463, 0.03793145716190338, 0.018181271851062775, 0.02264910377562046, -0.025274982675909996, -0.03000093437731266, 0.028153134509921074, -0.06873205304145813, -0.04622412845492363, 0.008758822456002235, -0.03046930581331253, -0.002176946494728327, -0.08673758059740067, -0.03560517355799675, -0.06369505822658539, 0.001401855144649744, 0.031022077426314354, 0.018916981294751167, 0.02121315896511078, -0.04586596414446831, -0.02116343565285206, -0.014833017252385616, -0.028742976486682892, -0.03439193591475487, -0.05708682909607887, -0.026384767144918442, -0.05612490326166153, 0.021528329700231552, 0.011864645406603813, 0.023669082671403885, -0.009742556139826775, 0.008788102306425571, -0.008950017392635345, -0.015853358432650566, 0.04711416736245155, 0.03833048418164253, -0.016796186566352844, -0.05997413769364357, 0.016369769349694252, -0.020946834236383438, 0.03136207163333893, -0.0147192208096385, -0.02453269250690937, 0.05829038470983505, 0.08545410633087158, 0.004933642223477364, 0.014943653717637062, 0.0029630286153405905, -0.046145908534526825, -0.05159594863653183, -0.02237805351614952, -0.04158997908234596, -0.02157074585556984, -0.02179933898150921, -0.0669160932302475, -0.0009820093400776386, -0.029235901311039925, -0.01852857694029808, -0.006100079510360956, 0.03282088786363602, 0.03764450177550316, 0.03860916569828987, 0.01910657063126564, 0.012245352379977703, -0.050485510379076004, -0.005843436345458031, 0.07903308421373367, 0.006948698312044144, 0.00894209835678339, -0.08018403500318527, -0.03671251982450485, 0.051422446966171265, 0.03943350538611412, 0.03447772189974785, -0.02651248313486576, 0.09274132549762726, 0.03536490350961685, 0.01712171733379364, -0.012897551991045475, -0.017541280016303062, -0.01944132149219513, -0.007351142354309559, -0.002217920497059822, -0.030186474323272705, -0.031080376356840134, -0.03437658026814461, -0.03336142748594284, 0.044163867831230164, -0.07056877017021179, -0.061930157244205475, -0.004794700536876917, 0.034671299159526825, 0.046069882810115814, -0.011292298324406147, -0.04031458497047424, -0.02110305242240429, -0.06600788235664368, -0.005045969970524311, 0.0177429411560297, 0.036279208958148956, 0.01811281591653824, 0.06090715527534485, 0.01779736578464508, -0.02872323989868164, 0.026655711233615875, 0.04241734370589256, 0.05708112567663193, 0.005592685658484697, -0.05069900304079056, 0.03608835116028786, -0.033399492502212524, 0.014096341095864773, -0.0034228938166052103, -0.034418392926454544, -0.036435287445783615, -0.06880369782447815, -0.00982731580734253, 0.005856809206306934, 0.019573932513594627, 0.014286342076957226, 0.026036877185106277, 0.004423152189701796, -0.008896824903786182, -0.003446617629379034, 0.03241163119673729, 0.07276485115289688, -0.07637860625982285, 0.07455752044916153, 0.0035567311570048332, 0.04326394945383072, -0.04369647800922394, 0.027237309142947197, -0.010512719862163067, 0.0049288589507341385, 0.019352754577994347, 0.053733352571725845, 0.04284468665719032, 0.03931243717670441, 0.07839474081993103, 0.005235784221440554, -0.020899025723338127, 0.03746167570352554, 0.04574865102767944, -0.012455777265131474, -0.022960668429732323, -0.008116966113448143, -0.0012824812438338995, -0.04248878359794617, 0.00404767831787467, -0.02957700379192829, 0.03204050660133362, 0.02950396202504635, -0.0006778846145607531, -0.036879684776067734, 0.003533316310495138, -0.04271101579070091, -0.021057546138763428, -0.07896542549133301, -0.03325922414660454, 0.016690319404006004, -0.004191161599010229, 0.03356810659170151, 0.04689919948577881, 0.012341741472482681, 0.046479713171720505, 0.034971609711647034, -0.014767862856388092, -0.03067709133028984, 0.03745058923959732, 0.052129726856946945, -0.05168113112449646, -0.08839093893766403, -0.03983140364289284, 0.025459252297878265, 0.05810179561376572, -0.040782757103443146, -0.08155018836259842, 0.020773140713572502, 0.0659913420677185, -0.043488118797540665, 0.05154349282383919, 0.006530525628477335, 0.014982139691710472, 0.05166150629520416, -0.011985349468886852, 0.02155718207359314, 0.006155714858323336, -0.0031570247374475002, 0.0016972608864307404, 0.05222916230559349, -0.01594521477818489, -0.02135366015136242, -0.039688944816589355, 0.01975960284471512, 0.017465686425566673, 0.03232486918568611, 0.04378976300358772, -0.025258630514144897, -0.03313180059194565, -0.0018604723736643791, 0.04963944852352142, -0.06000847741961479, 0.00018409002223052084, 0.04811125993728638, 0.011922492645680904, -0.044063106179237366, -0.05167264863848686, -0.022379931062459946, 0.01009387243539095, 0.050079599022865295, -0.03506788611412048, -0.03389296680688858, -0.027862155809998512, 0.02947899140417576, -0.019085636362433434, -0.013959341682493687, -0.09671677649021149, 0.03152858838438988, -0.014606773853302002, 0.0068392385728657246, 0.028446083888411522, 0.01681010238826275, 0.02470852993428707, 0.04546383395791054, 0.01303086243569851, 0.029365625232458115, -0.07453671097755432, 0.027732383459806442, -0.01936405338346958, -0.008140582591295242, -0.007846800610423088, -0.03823977708816528, -0.010830515064299107, -0.041687577962875366, -0.052192527800798416, -0.05983280763030052, -0.024818038567900658, 0.03743799403309822, -0.008257770910859108, 0.02402316965162754, -0.03873668238520622, 0.02817067690193653, -0.029652316123247147, -0.02547013945877552, -0.023250306025147438, -0.04005847126245499, -0.07313786447048187, -0.05768971890211105, 0.014522421173751354, 0.011211493983864784, 0.048372916877269745, 0.014794614166021347, 0.01354976836591959, 0.02733752503991127, -0.009121561422944069, -0.01872071623802185, 0.03897349163889885, -0.013544924557209015, -0.03867422044277191, -0.04654001444578171, -0.001854129252023995, 0.00831971038132906, 0.05994398146867752, -0.027823718264698982, 0.02769608050584793, 0.005866973195225, -0.020108023658394814, -0.04510381445288658, 0.025354376062750816, 0.016860991716384888, -0.05413726344704628, -0.06204259395599365, -0.01827664114534855, -0.02181360498070717, 0.03803900256752968, 0.009115261025726795, -0.019554277881979942, 0.012728464789688587, 0.010363355278968811, 0.026680411770939827, -0.00639747828245163, -0.05043390020728111, 0.03565794229507446, -0.0519605316221714, 0.03677308186888695, -0.06114558130502701, 0.05363873764872551, -0.02236793003976345, -0.0024263253435492516, 0.027593061327934265, -0.0343930758535862, -0.06764741986989975, 0.04493199288845062, 0.0190309789031744, -0.014239861629903316, -0.042882855981588364, -0.00046618119813501835, -0.030704474076628685, 0.029037637636065483, -0.012783135287463665, 0.029324160888791084, -0.03612445667386055, 0.03823309391736984, -0.04716901853680611, 0.012822175398468971, -0.02582615055143833, 0.0174165777862072, -0.036387473344802856, -0.03721992298960686, -0.029734406620264053, -0.04588105157017708, 0.03863004222512245, 0.03228674829006195, 0.03351922333240509, 0.05009867250919342, -0.016527878120541573, 0.010263570584356785, 0.018960651010274887, -0.058982908725738525, -0.01916862092912197, -0.020732933655381203, 0.033826474100351334, 0.014861628413200378, 0.031081339344382286, 0.032270707190036774, -0.030380044132471085, -0.04717867821455002, 0.03804187849164009, 0.024642109870910645, 0.0009131915285252035, 0.01702800765633583, -0.001471483032219112, 0.04512137919664383, 0.025287987664341927, -0.05018935352563858, -0.014487288892269135, 0.0025873854756355286, -0.04024609923362732, 0.026374923065304756, -0.008105285465717316, 0.016424542292952538, 0.011954925023019314, -0.06039692834019661, -0.023902878165245056, 0.048080310225486755, 0.04349210485816002, 0.0029666610062122345, 0.016979752108454704, -0.027243277058005333, 0.02417110837996006, 0.0009753363556228578, -0.05393770709633827, 0.000984550453722477, 0.019905252382159233, -0.0022242190316319466, 0.09999976307153702, -0.008519350551068783, 0.002833414589986205, 0.05485773831605911, 0.04230468347668648, -0.010827641002833843, 0.04815289378166199, -0.02346346154808998, 0.017952054738998413, 0.028220275416970253, -0.06649097055196762, -0.011276155710220337, -0.027468029409646988, 0.06966123729944229, -0.07732978463172913, 0.05429887771606445, 0.06904803216457367, 0.0023942035622894764, 0.025789756327867508, -0.028505174443125725, -0.06752577424049377, -0.0019536460749804974, -0.04943748190999031, 0.07861578464508057, 0.02817201055586338, -0.06273247301578522, 0.092190682888031, 0.020971860736608505, -0.04960452765226364, 0.023423878476023674, 0.03493552282452583, -0.01189196016639471, 0.017309565097093582, 0.013968970626592636, -0.05283411592245102, -0.0018661064095795155, -0.05667254701256752, 0.02639411948621273, -0.052665773779153824, -0.013950174674391747, 0.017571501433849335, -0.02474920079112053, -0.03085261955857277, -0.005355306435376406, -0.02400183118879795, -0.022230373695492744, 0.03318185731768608, -0.039098676294088364, -0.05020163953304291, 0.005476285237818956, 0.018253477290272713, -0.005839211866259575, 0.04158785566687584, -0.04301825538277626, 0.01893298327922821, 0.014144335873425007, 0.010328341275453568, -0.029500383883714676, -0.003436574712395668, 0.015818355605006218, -0.07253391295671463, -0.016753898933529854, 0.042079292237758636, -0.003435340244323015, -0.0026960032992064953, 0.03679843619465828, -0.008391037583351135, -0.01489227544516325, 0.012203516438603401, -0.00019013475684914738, 0.03462648019194603, -0.06605127453804016, -0.003150920383632183, 0.03066093474626541, 0.0056022596545517445, 0.017095109447836876, -0.015017813071608543, 0.016175052151083946, 0.03406352922320366, 0.005706923082470894, -0.014884776435792446, -0.04257603734731674, -0.0262445118278265, 0.02948026731610298, -0.059487029910087585, 0.0016555003821849823, 0.014724514447152615, -0.07174722105264664, -0.03132587671279907, -0.0113534452393651, -0.018413826823234558, 0.03743349760770798, -0.025020945817232132, 0.012432300485670567, 0.02634945884346962, -0.000681380508467555, -0.050496913492679596, -0.05951873958110809, -0.021770792081952095, -0.03729530796408653, 0.056705884635448456, 0.018496112897992134, -0.02784058451652527, 0.0018652229337021708, -0.023372281342744827, -0.05744778364896774, 0.02517876960337162, 0.03637280687689781, -0.025141671299934387, 0.04101046174764633, 0.035870086401700974, -0.041937511414289474, -0.0076277353800833225, 0.04422558844089508, -0.051055412739515305, 0.03971666470170021, 0.04516707733273506, -0.002822752809152007, 0.014522110112011433, 0.05201682075858116, -0.03542933613061905, -0.008538315072655678, -0.03617454320192337, -0.023585820570588112, -0.04392210394144058, -0.013567126356065273, 0.05751905217766762 ]
Dimedrolza/DialoGPT-small-cyberpunk
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
9
null
--- language: en license: apache-2.0 tags: - summarization datasets: - cnn_dailymail metrics: - R1 - R2 - RL --- ## facebook/bart-base model fine-tuned on CNN/DailyMail This model was created using the [nn_pruning](https://github.com/huggingface/nn_pruning) python library: the linear layers contains **35%** of the original weights. The model contains **53%** of the original weights **overall** (the embeddings account for a significant part of the model, and they are not pruned by this method). <div class="graph"><script src="/echarlaix/bart-base-cnn-r2-19.4-d35-hybrid/raw/main/model_card/density_info.js" id="c0afb977-b30c-485d-ac75-afc874392380"></script></div> ## Fine-Pruning details This model was fine-tuned from the HuggingFace [model](https://huggingface.co/facebook/bart-base). A side-effect of the block pruning is that some of the attention heads are completely removed: 38 heads were removed on a total of 216 (17.6%). ## Details of the CNN/DailyMail dataset | Dataset | Split | # samples | | ------------- | ----- | --------- | | CNN/DailyMail | train | 287K | | CNN/DailyMail | eval | 13K | ### Results | Metric | # Value | | ----------- | --------- | | **Rouge 1** | **42.18** | | **Rouge 2** | **19.44** | | **Rouge L** | **39.17** |
[ -0.01663513109087944, -0.01308333221822977, -0.007011272478848696, 0.033242367208004, 0.016079599037766457, 0.02401193603873253, -0.026918845251202583, -0.013820863328874111, -0.030112095177173615, 0.06916093081235886, 0.033787839114665985, -0.018091611564159393, 0.030274400487542152, 0.02758714184165001, -0.023358725011348724, -0.014453555457293987, -0.03457315266132355, -0.009733336046338081, -0.03564375638961792, 0.01133859995752573, 0.039298053830862045, -0.001279751188121736, -0.012809286825358868, 0.036411114037036896, -0.014193546026945114, 0.017651831731200218, -0.015305167064070702, 0.054170336574316025, 0.02481164038181305, -0.050264872610569, 0.005446829367429018, -0.07575815916061401, -0.054984357208013535, -0.018301278352737427, -0.005934781860560179, -0.008005972020328045, 0.009062685072422028, 0.010718469507992268, 0.025569837540388107, 0.0464274100959301, 0.018435750156641006, -0.008737769909203053, -0.009401749819517136, -0.02445211634039879, 0.043401483446359634, -0.011831882409751415, -0.05185438320040703, -0.02689192444086075, 0.0640515461564064, -0.043412450700998306, -0.06022915989160538, -0.09227868914604187, -0.015560617670416832, 0.011765175499022007, -0.016949579119682312, -0.019578931853175163, -0.04855802282691002, 0.012333263643085957, 0.06784108281135559, -0.03458195924758911, -0.042907796800136566, 0.022454749792814255, -0.05245809257030487, -0.016027262434363365, 0.024798117578029633, -0.03487803414463997, 0.01638178713619709, -0.020004665479063988, 0.04547782987356186, -0.02131158486008644, 0.0379178449511528, -0.05308499559760094, 0.029027458280324936, -0.06019888073205948, -0.004816147498786449, -0.0067581310868263245, 0.049528561532497406, 0.03800489008426666, -0.03537474572658539, 0.05896788090467453, 0.011819357983767986, 0.0013298660051077604, 0.03928060829639435, -0.007963727228343487, -0.03119882009923458, 0.02562890201807022, -0.06231415271759033, 0.014738463796675205, 0.03303929790854454, 0.04443114250898361, -0.032783374190330505, -0.02468179352581501, -0.030521394684910774, -0.028706219047307968, -0.016771068796515465, 0.022923022508621216, 0.042098965495824814, 0.002196896355599165, -0.0003577259776648134, 0.03363284841179848, 0.014593753032386303, 0.04467295855283737, -0.01911686733365059, 0.08091475069522858, -0.030831623822450638, -0.028628943488001823, -0.04061898961663246, -0.022343197837471962, -0.07053475081920624, 0.010074913501739502, 0.01730474643409252, -0.04364648088812828, -0.05298206955194473, 0.01543274987488985, -0.008684718981385231, -0.018238263204693794, 0.039158083498477936, -0.017128538340330124, -0.04408495873212814, -0.02631167694926262, 0.0262211374938488, 0.0023913804907351732, -0.0011377690825611353, -0.002019523875787854, -0.06841900199651718, 0.0016361888265237212, -0.020762892439961433, -0.03924072906374931, 0.00036006481968797743, -0.005971900187432766, 0.013821237720549107, 0.03634507581591606, 0.03875696286559105, -0.057518091052770615, -0.015269634313881397, -0.0009426221949979663, -0.04015519842505455, 0.0412256233394146, 0.0222686305642128, 0.08797354251146317, -0.060315582901239395, -0.05428630858659744, 0.027150960639119148, 0.023882485926151276, -0.04176954925060272, 0.0171235091984272, 0.030036136507987976, -0.019368236884474754, -0.012419179081916809, -0.0052183521911501884, 0.039129238575696945, -0.06967347115278244, 0.009005050174891949, 0.05143659561872482, -0.0004472537839319557, 0.045120082795619965, -0.06258761137723923, -0.013292990624904633, -0.004355630371719599, 0.0027568847872316837, -0.023242149502038956, 0.058497168123722076, 0.013103796169161797, -0.016057316213846207, -0.0401211678981781, -0.05729204788804054, -0.00918996799737215, 0.07331987470388412, -0.015133701264858246, -0.039838604629039764, -0.0615822859108448, 0.0362992100417614, 0.052945058792829514, 0.02449311502277851, 0.025652458891272545, 0.01048110518604517, 0.04473060369491577, 0.05854275822639465, -0.008788639679551125, 0.03243355080485344, -0.0007567417924292386, -0.04411928355693817, -0.027873683720827103, 0.005146737210452557, 0.004642282146960497, -0.03583848103880882, 0.021834202110767365, 0.04991455748677254, 0.009518461301922798, -0.04157240688800812, -0.037719178944826126, 0.05384248495101929, -0.014736597426235676, -0.020321140065789223, 0.0051165856420993805, -0.0535762682557106, -0.011653420515358448, 0.03464314341545105, -0.015205949544906616, 0.002692268695682287, -0.01313437893986702, -0.028381377458572388, 0.018813254311680794, 0.006518068723380566, 0.03302785009145737, 0.0380023717880249, 0.0024611710105091333, 0.06507985293865204, -0.06005185842514038, 0.021192658692598343, -0.04462854936718941, -0.04103671759366989, -0.0025537763722240925, 0.04152568802237511, 0.06830241531133652, 0.073262520134449, 0.005007555708289146, -0.03221248462796211, 0.021063832566142082, 0.04119252413511276, 0.03268270939588547, 0.03301362693309784, -0.01945003867149353, -0.016913391649723053, 0.029692623764276505, 0.024676000699400902, -0.052953723818063736, -0.024331701919436455, -0.004304311703890562, 0.02520572952926159, -0.023194463923573494, 0.002039409475401044, -0.009985572658479214, 0.02285453863441944, -0.05536377429962158, -0.06611216813325882, 0.06370145082473755, 0.04958741366863251, -0.0026477195788174868, 0.0057874200865626335, -0.018758365884423256, 0.014962533488869667, 0.03339081630110741, 0.020063364878296852, -0.008099899627268314, -0.03833539038896561, -0.01989063434302807, 0.0284720566123724, 0.04245881363749504, -0.039254993200302124, 0.028197700157761574, -0.025941908359527588, 0.027650684118270874, 0.025899428874254227, -0.018955087289214134, 0.021992502734065056, 0.07219012081623077, 0.02700434997677803, -0.026262540370225906, 0.019810251891613007, 0.030346352607011795, 0.02086387760937214, 0.02815389074385166, 0.006849298719316721, 0.03515061363577843, 0.009163763374090195, 0.05127346143126488, 0.08902815729379654, 0.02504168264567852, 0.030880333855748177, 0.023874057456851006, 0.07134119421243668, 0.010799813084304333, -0.024963270872831345, 0.07380440831184387, -0.07291824370622635, 0.04026670381426811, -0.03597995266318321, 0.006983240135014057, -0.009897571057081223, -0.020384905859827995, 0.012603668496012688, 0.017673728987574577, -0.005891565233469009, -0.021557070314884186, 0.0010835909051820636, -0.003584760706871748, 0.04781727120280266, -0.023849276825785637, -0.012604309245944023, -0.020927760750055313, -0.021599341183900833, 0.005800200626254082, -0.06001020595431328, -0.022087428718805313, -0.00048588114441372454, -0.0342632494866848, -0.016186196357011795, -0.09785417467355728, -0.036663640290498734, -0.07041602581739426, -0.014411774463951588, 0.04022854566574097, 0.019103890284895897, -0.0017824857495725155, -0.059718720614910126, 0.023200748488307, -0.05121150240302086, -0.07577154040336609, -0.061420802026987076, -0.05970556288957596, -0.024814961478114128, -0.07685473561286926, 0.037073925137519836, 0.035671982914209366, 0.02796734683215618, -0.008602408692240715, 0.006852762307971716, -0.04090321436524391, -0.020264966413378716, 0.0436621755361557, 0.05434328317642212, -0.02684965543448925, -0.053169406950473785, 0.011506631039083004, 0.009759056381881237, 0.006270953919738531, -0.009295391850173473, -0.024145465344190598, 0.07959293574094772, 0.06023211032152176, 0.01629585772752762, 0.023476840928196907, -0.0009164167568087578, -0.038016777485609055, -0.05906693637371063, -0.02316245809197426, -0.006003148853778839, -0.012415027245879173, -0.06926140934228897, -0.03678116947412491, -0.018706033006310463, -0.06053328141570091, 0.006447419989854097, -0.00793546438217163, 0.018052812665700912, 0.010692134499549866, 0.023932762444019318, 0.01859939657151699, 0.0262308232486248, -0.027319449931383133, -0.06348958611488342, 0.09175966680049896, 0.004447347950190306, -0.005794481374323368, -0.06982327997684479, -0.03214801475405693, 0.03478303551673889, 0.018515827134251595, -0.002821598667651415, -0.007852191105484962, 0.07143399119377136, 0.028374850749969482, 0.005177972372621298, 0.00983990728855133, -0.005306982435286045, -0.015870334580540657, 0.005245100241154432, -0.02144251950085163, -0.005312638822942972, -0.03745377063751221, -0.018349476158618927, -0.0003273437905590981, 0.04783470928668976, -0.0543377511203289, -0.07310085743665695, -0.028398947790265083, 0.02039339207112789, 0.05647818371653557, -0.0021130128297954798, -0.05500469729304314, 0.004651323892176151, -0.06843172013759613, -0.0012737353099510074, 0.032284483313560486, -0.0021718228235840797, 0.020933160558342934, 0.04888685792684555, 0.030646484345197678, -0.008894904516637325, 0.03277544304728508, 0.04677284136414528, 0.08889979869127274, 0.006966490298509598, -0.06237724795937538, 0.015182998962700367, -0.014115867204964161, 0.008515434339642525, 0.011015810072422028, -0.026574572548270226, -0.022022148594260216, -0.09051024913787842, -0.015761349350214005, 0.009665464982390404, -0.008707022294402122, 0.00027763875550590456, 0.03655882924795151, -0.02331947162747383, -0.011285156942903996, 0.004792775027453899, 0.025673232972621918, 0.04570944607257843, -0.05554671213030815, 0.06646929681301117, -0.01631583832204342, 0.008812952786684036, -0.054663676768541336, 0.004916563630104065, -0.04111567884683609, -0.0013728751800954342, 0.009738689288496971, 0.07210596650838852, 0.012415784411132336, 0.05517599731683731, 0.07376044988632202, 0.02051294595003128, -0.029697174206376076, 0.03033854439854622, 0.06173764914274216, -0.03385311737656593, -0.04165114089846611, 0.0048288824036717415, 0.019656462594866753, -0.024251366034150124, -0.008498603478074074, 0.005586592480540276, 0.048182979226112366, 0.02544323541224003, -0.009109237231314182, 0.024904193356633186, 0.012062563560903072, -0.0380210243165493, -0.004137639421969652, -0.0664249062538147, -0.0074178981594741344, -0.009359505958855152, -0.023996325209736824, 0.028877975419163704, 0.012128441594541073, 0.02300642803311348, 0.07386817783117294, 0.030791455879807472, -0.012085424736142159, -0.04862740635871887, 0.04941704869270325, 0.017544586211442947, -0.03140515834093094, -0.06014777347445488, -0.02817794308066368, 0.043195001780986786, 0.04632369801402092, -0.005477342288941145, -0.06253526359796524, 0.017751237377524376, 0.05482499673962593, -0.04764805734157562, 0.037020858377218246, 0.03036210872232914, 0.04273175075650215, 0.04995570704340935, -0.003956045489758253, 0.05557403713464737, -0.04039282351732254, 0.019467098638415337, 0.003443710505962372, 0.04123851656913757, -0.02744678594172001, -0.021515076979994774, -0.024787496775388718, 0.002170567400753498, 0.01645248755812645, 0.05357084423303604, 0.05692783370614052, -0.02185915596783161, -0.016066860407590866, -0.0036616807337850332, 0.03407375514507294, -0.022842973470687866, 0.014892706647515297, 0.042825330048799515, 0.018644439056515694, -0.04627262428402901, -0.05576920136809349, 0.001915360102429986, -0.02122337557375431, 0.034969866275787354, -0.04183168336749077, -0.038626041263341904, -0.03261670470237732, 0.0330565869808197, -0.016689559444785118, 0.005875739268958569, -0.0716816708445549, 0.04291544854640961, -0.02852541208267212, 0.004806583281606436, 0.02231440506875515, 0.023588692769408226, 0.04499275982379913, 0.03674161061644554, -0.003953360952436924, -0.0005178488790988922, -0.049407344311475754, 0.02849917858839035, -0.039693545550107956, -0.022063253447413445, 0.0003422321751713753, -0.05003084987401962, -0.01607275754213333, -0.0101621700450778, -0.09085189551115036, -0.03411635383963585, -0.019298437982797623, 0.008459529839456081, 0.0033447989262640476, 0.02527042292058468, -0.016008686274290085, 0.02903624251484871, -0.025985540822148323, -0.04818598926067352, -0.03800523281097412, -0.043961070477962494, -0.059470925480127335, -0.04512074217200279, -0.0008396696066483855, -0.006240399554371834, 0.03514273837208748, 0.03473985195159912, 0.028339238837361336, 0.00883894506841898, 0.004873172380030155, -0.030516954138875008, 0.03260117769241333, -0.013300602324306965, -0.04442634433507919, -0.03888780623674393, 0.006309352815151215, 0.009019540622830391, 0.04107346758246422, -0.03442799299955368, 0.03352364897727966, 0.03531987592577934, -0.0325239859521389, -0.04021893069148064, 0.043527424335479736, 0.012545210309326649, -0.03229546546936035, -0.04396825656294823, -0.024192461743950844, -0.0013766770716756582, 0.03472968563437462, -0.04267995059490204, -0.00941204559057951, 0.03703884780406952, 0.023846346884965897, 0.02128780446946621, -0.008057188242673874, -0.04651332274079323, 0.03123064711689949, -0.029214493930339813, 0.014264442957937717, -0.0683107003569603, 0.038840241730213165, -0.040318094193935394, -0.018829187378287315, -0.018811168149113655, 0.006972919683903456, -0.039669837802648544, 0.037008047103881836, -0.012628411874175072, -0.025816993787884712, 0.014734681695699692, 0.030934901908040047, -0.031616806983947754, 0.019031286239624023, -0.01832972653210163, 0.027378719300031662, -0.038379427045583725, 0.07415477931499481, -0.03593311831355095, -0.010583232156932354, -0.030380593612790108, -0.0016217028023675084, -0.08275112509727478, -0.0007386096403934062, -0.03168405592441559, 0.0010654113721102476, 0.030133971944451332, 0.029593490064144135, 0.038193609565496445, 0.02794160135090351, -0.02713884599506855, -0.0016850740648806095, 0.01861651800572872, -0.0812528133392334, -0.03480817377567291, 0.014405040070414543, 0.00230372860096395, -0.0005248145898804069, 0.04202011227607727, 0.033988241106271744, -0.061094582080841064, -0.04414338245987892, 0.054270196706056595, 0.00404360331594944, 0.011251132935285568, -0.008196448907256126, 0.03852090239524841, 0.030910197645425797, 0.03867832571268082, -0.06451137363910675, -0.010569396428763866, -0.010416551493108273, -0.033481549471616745, 0.01508371438831091, -0.010715165175497532, 0.024441732093691826, 0.013752816244959831, -0.027342258021235466, -0.007574180606752634, 0.06738703697919846, 0.02703642100095749, 0.03536989167332649, 0.00009420920832781121, -0.04547324776649475, 0.022891143336892128, 0.04283357784152031, -0.07337311655282974, 0.016714029014110565, 0.011228387244045734, -0.0023682748433202505, 0.058032844215631485, 0.01769719086587429, 0.020917054265737534, 0.04857084900140762, 0.04390665516257286, -0.03550254553556442, 0.06012645363807678, -0.004064999055117369, 0.034005746245384216, 0.05395505949854851, -0.04732237756252289, -0.039073798805475235, -0.057804785668849945, 0.07224512845277786, -0.08321286737918854, 0.055441442877054214, 0.05449506640434265, 0.007629094645380974, 0.03571801260113716, -0.024730952456593513, -0.0733933076262474, 0.009389407932758331, -0.03357618302106857, 0.06493641436100006, 0.011859447695314884, -0.048017535358667374, 0.08407764881849289, 0.024580027908086777, -0.04435163363814354, 0.03068368509411812, 0.047854796051979065, 0.0200785081833601, -0.0005672893021255732, 0.042521215975284576, -0.00947667472064495, 0.00835486315190792, -0.04487744718790054, 0.04817136749625206, 0.0011830690782517195, -0.03498346358537674, 0.03302125260233879, -0.04284220188856125, -0.029288239777088165, 0.04622533172369003, -0.04021887481212616, -0.02243100106716156, 0.042675506323575974, -0.021262159571051598, -0.010230975225567818, -0.005900566931813955, 0.004862355999648571, -0.01875145360827446, -0.030634364113211632, -0.020711343735456467, 0.01731199398636818, 0.005541997961699963, -0.003924159798771143, -0.007554991636425257, -0.007947535254061222, 0.023320423439145088, -0.05585085600614548, -0.05082598328590393, 0.023785769939422607, -0.007284923456609249, -0.03332331404089928, 0.01086085382848978, 0.0026880893856287003, 0.01473558135330677, 0.040591999888420105, -0.014248710125684738, 0.03394404053688049, -0.04017608240246773, -0.014719121158123016, 0.030261704698204994, -0.008772814646363258, 0.01692773401737213, -0.0015958633739501238, 0.028014959767460823, 0.03088613599538803, 0.023360131308436394, -0.012625518254935741, -0.02872859500348568, -0.03605223074555397, 0.009222462773323059, -0.0433022603392601, 0.008092047646641731, 0.015404948964715004, -0.04625324159860611, -0.04967131093144417, -0.010651908814907074, -0.02650446631014347, 0.019704803824424744, -0.029672246426343918, -0.0000822781803435646, 0.028131984174251556, 0.008145980536937714, -0.05792219564318657, -0.09874463081359863, -0.024630583822727203, -0.02750437892973423, 0.010955260135233402, 0.030308915302157402, -0.040411125868558884, 0.02114873193204403, -0.04425071179866791, -0.05042092874646187, 0.025025473907589912, 0.02965070679783821, -0.041994284838438034, 0.047423023730516434, 0.03506205976009369, -0.05219472572207451, 0.005623298231512308, 0.021670842543244362, -0.032411348074674606, 0.01967354118824005, 0.03565629944205284, 0.01649894379079342, 0.03442137688398361, 0.0550919845700264, -0.04916256293654442, -0.011589323170483112, -0.051383547484874725, -0.04655618965625763, -0.04598952457308769, 0.02387261390686035, 0.07751954346895218 ]
DivyanshuSheth/T5-Seq2Seq-Final
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
null
--- language: en license: apache-2.0 tags: - text-classification datasets: - qqp metrics: - F1 --- ## bert-base-uncased model fine-tuned on QQP This model was created using the [nn_pruning](https://github.com/huggingface/nn_pruning) python library: the linear layers contains **36%** of the original weights. The model contains **50%** of the original weights **overall** (the embeddings account for a significant part of the model, and they are not pruned by this method). <div class="graph"><script src="/echarlaix/bert-base-uncased-qqp-f87.8-d36-hybrid/raw/main/model_card/density_info.js" id="70162e64-2a82-4147-ac7a-864cfe18a013"></script></div> ## Fine-Pruning details This model was fine-tuned from the HuggingFace [model](https://huggingface.co/bert-base-uncased) checkpoint on task, and distilled from the model [textattack/bert-base-uncased-QQP](https://huggingface.co/textattack/bert-base-uncased-QQP). This model is case-insensitive: it does not make a difference between english and English. A side-effect of block pruning is that some of the attention heads are completely removed: 54 heads were removed on a total of 144 (37.5%). <div class="graph"><script src="/echarlaix/bert-base-uncased-qqp-f87.8-d36-hybrid/raw/main/model_card/pruning_info.js" id="f4fb8229-3e66-406e-b99f-f771ce6117c8"></script></div> ## Details of the QQP dataset | Dataset | Split | # samples | | -------- | ----- | --------- | | QQP | train | 364K | | QQP | eval | 40K | ### Results **Pytorch model file size**: `377MB` (original BERT: `420MB`) | Metric | # Value | | ------ | --------- | | **F1** | **87.87** |
[ -0.00899949949234724, -0.005761784501373768, -0.006632999517023563, 0.02629539556801319, 0.01769239455461502, 0.0029042991809546947, -0.018447691574692726, -0.024316331371665, -0.026632649824023247, 0.043965671211481094, -0.005989495664834976, -0.011859024874866009, 0.024428799748420715, 0.04894857108592987, -0.012908312492072582, -0.010228225961327553, -0.02747722715139389, -0.0001541219389764592, -0.04341140761971474, 0.005442158784717321, 0.019154010340571404, 0.006157941184937954, -0.013703685253858566, 0.01047830656170845, 0.00003218526762793772, 0.028611524030566216, -0.020660998299717903, 0.05152012035250664, 0.020672442391514778, -0.0634731873869896, -0.009588529355823994, -0.0628359243273735, -0.05965854227542877, -0.016618691384792328, -0.020498277619481087, -0.008313233032822609, 0.011500759050250053, -0.0026308740489184856, 0.0334322415292263, 0.04055012762546539, -0.0010461792116984725, 0.0032125164289027452, -0.008146817795932293, -0.024193137884140015, 0.013480868190526962, 0.0036760796792805195, -0.04828939959406853, -0.02042894810438156, 0.04869940131902695, -0.03347869589924812, -0.05587216466665268, -0.0776604488492012, -0.016008125618100166, 0.016319639980793, -0.011168722063302994, -0.017377367243170738, -0.06486059725284576, 0.005962691269814968, 0.08004245907068253, -0.03352956473827362, -0.03335895761847496, 0.01417513657361269, -0.05191066861152649, 0.0027252340223640203, 0.004999983124434948, -0.05421704798936844, -0.008628161624073982, -0.008218846283853054, 0.04982266575098038, -0.028498869389295578, 0.036624062806367874, -0.03450654819607735, 0.020040685310959816, -0.0929054245352745, -0.0038944354746490717, 0.0011939179385080934, 0.028426794335246086, 0.047966890037059784, -0.023456599563360214, 0.05828973278403282, 0.005686425603926182, 0.015393374487757683, 0.037716567516326904, -0.00018647215620148927, -0.017779076471924782, 0.046359818428754807, -0.0345747284591198, 0.016106119379401207, 0.022769641131162643, 0.038479793816804886, -0.013011195696890354, -0.02917458862066269, -0.047977857291698456, -0.022297417744994164, -0.017115671187639236, 0.02819732390344143, 0.029165249317884445, -0.010834978893399239, 0.038789164274930954, 0.03181424364447594, 0.016861196607351303, 0.05029105395078659, -0.023841574788093567, 0.05848287045955658, -0.04513992369174957, -0.014049923978745937, -0.02116081863641739, -0.03952764347195625, -0.04387157782912254, 0.029969597235322, 0.022406114265322685, -0.03367212414741516, -0.05196675285696983, 0.04944572225213051, 0.010171025060117245, -0.010583443567156792, 0.06454042345285416, -0.005039375741034746, -0.03530912101268768, -0.06006689742207527, 0.04065072908997536, 0.01864253729581833, 0.03599635139107704, 0.004067698027938604, -0.06120425462722778, -0.00796373002231121, -0.028706427663564682, -0.00890378002077341, -0.012174062430858612, 0.007974199950695038, -0.009483210742473602, 0.05188284441828728, 0.02414332702755928, -0.06434260308742523, 0.008872678503394127, 0.0009173866710625589, -0.04661314934492111, 0.027356060221791267, 0.021637802943587303, 0.10491766035556793, -0.059681810438632965, -0.05168111249804497, 0.023704685270786285, 0.023365212604403496, -0.033973000943660736, 0.008107475936412811, 0.02423088252544403, -0.05032843351364136, -0.004199381917715073, -0.02533157542347908, 0.05437912046909332, -0.061711642891168594, 0.02933221496641636, 0.06381271034479141, -0.0051239593885838985, 0.04605533927679062, -0.06724010407924652, 0.007245461922138929, 0.010390047915279865, -0.013617699965834618, -0.03546417877078056, 0.0571105070412159, -0.010528281331062317, -0.028421316295862198, -0.040094539523124695, -0.054834991693496704, 0.007617411203682423, 0.07415661215782166, -0.006877149920910597, -0.02467527985572815, -0.058022625744342804, 0.03410205617547035, 0.04268747940659523, 0.03544142097234726, 0.0016899702604860067, 0.03222231939435005, 0.0498686358332634, 0.020627733319997787, -0.0089943278580904, 0.03924877196550369, 0.009133588522672653, -0.041794512420892715, -0.044727474451065063, 0.004636884201318026, 0.001950954901985824, -0.024736372753977776, 0.04152189940214157, 0.028096605092287064, -0.002197055146098137, -0.056729573756456375, -0.044212330132722855, 0.05881664156913757, -0.02460728958249092, -0.017962012439966202, 0.02214648202061653, -0.015373063273727894, -0.003291785018518567, 0.031127436086535454, -0.04155716300010681, 0.016537733376026154, -0.04870016127824783, -0.04064327850937843, 0.0247877798974514, 0.0136902816593647, 0.02508850023150444, 0.04979335889220238, -0.003393645863980055, 0.07750175893306732, -0.037169478833675385, 0.026308322325348854, -0.0583692342042923, -0.018831316381692886, 0.013698135502636433, 0.029417887330055237, 0.05102356895804405, 0.0433153435587883, 0.013455286622047424, -0.047558993101119995, 0.03344977647066116, 0.05471785366535187, 0.03169720992445946, 0.03965960443019867, -0.011808776296675205, -0.0032466878183186054, 0.030195342376828194, 0.03959245979785919, -0.055224835872650146, -0.03135912865400314, -0.002024994697421789, 0.03366668522357941, -0.018539030104875565, 0.006785599049180746, -0.003914314322173595, 0.0368197038769722, -0.05839598923921585, -0.07608962059020996, 0.054517313838005066, 0.047709450125694275, -0.006435530260205269, 0.02478417009115219, -0.018304888159036636, 0.01794268935918808, 0.03254326060414314, 0.020043063908815384, -0.015333224087953568, -0.037271782755851746, 0.004891024902462959, 0.021145202219486237, 0.046228788793087006, -0.0609138049185276, 0.03418753296136856, -0.007002792786806822, 0.02763546071946621, 0.02873174473643303, -0.030612945556640625, 0.027405673637986183, 0.05443534627556801, 0.005388802383095026, -0.022536782547831535, 0.02033686451613903, 0.022211287170648575, 0.022997593507170677, 0.06009339913725853, 0.008087033405900002, 0.07246682792901993, -0.012947579845786095, 0.047743115574121475, 0.08731872588396072, 0.01893281191587448, 0.02173731103539467, 0.022987207397818565, 0.059473972767591476, 0.015427093021571636, -0.01817263849079609, 0.06639602780342102, -0.05325307324528694, 0.034983035176992416, -0.033176571130752563, 0.007096634246408939, -0.004580084700137377, -0.027815405279397964, 0.02611905336380005, 0.03154885396361351, 0.002745905891060829, -0.000014411699339689221, -0.004117960575968027, -0.005373573862016201, 0.045500870794057846, -0.025750258937478065, -0.002502826042473316, -0.010855467058718204, -0.015888579189777374, -0.01888670213520527, -0.06088937819004059, -0.04289133474230766, -0.026291294023394585, -0.034793008118867874, -0.022064579650759697, -0.10009802132844925, -0.023861587047576904, -0.08720965683460236, -0.01894070953130722, 0.051609545946121216, 0.027145272120833397, -0.01499960571527481, -0.05749114602804184, 0.022998996078968048, -0.03823855519294739, -0.04200085252523422, -0.04459569230675697, -0.02602032944560051, -0.048411622643470764, -0.06618224829435349, 0.04114826023578644, 0.02791588567197323, 0.012706656940281391, 0.015552136115729809, 0.010789146646857262, -0.024020416662096977, 0.005356847774237394, 0.046160828322172165, 0.05061492696404457, -0.023620424792170525, -0.05814773589372635, 0.006557723972946405, 0.0067806844599545, 0.014521890319883823, -0.0177401565015316, -0.034137364476919174, 0.09993564337491989, 0.05954363942146301, 0.02843495085835457, 0.004451770801097155, 0.0014954416546970606, -0.03748657554388046, -0.06509986519813538, -0.03569791838526726, 0.00021083664614707232, -0.03422147035598755, -0.06335996091365814, -0.0402495414018631, -0.012721395120024681, -0.040100809186697006, 0.01308771874755621, -0.004885166883468628, 0.027802716940641403, 0.01113466639071703, 0.02132689580321312, 0.016122404485940933, 0.03090035542845726, -0.03913578391075134, -0.041930586099624634, 0.07443761080503464, -0.00269350316375494, 0.012239650823175907, -0.09474105387926102, -0.04885021224617958, 0.04466330632567406, 0.019182568415999413, 0.00930451974272728, -0.008619277738034725, 0.07999170571565628, 0.007612943649291992, -0.007450588047504425, 0.007907111197710037, -0.010825598612427711, -0.01827392727136612, -0.020926322788000107, -0.0034328873734921217, -0.026171850040555, -0.04804297536611557, -0.032391540706157684, -0.00010592737817205489, 0.05959787592291832, -0.05137225612998009, -0.06174447014927864, -0.017165960744023323, 0.03615674376487732, 0.030000964179635048, -0.011875683441758156, -0.05002162605524063, -0.007872894406318665, -0.06610332429409027, -0.028749946504831314, 0.01689429022371769, 0.003590679494664073, 0.014111096039414406, 0.035653918981552124, 0.033376723527908325, -0.050138846039772034, 0.040412724018096924, 0.04205609858036041, 0.07097058743238449, 0.006504002492874861, -0.04857339709997177, 0.008950180374085903, -0.01526576653122902, 0.008867194876074791, 0.0032126856967806816, -0.020970452576875687, -0.030688010156154633, -0.09566109627485275, -0.014977296814322472, 0.009681680239737034, -0.006360335275530815, -0.008503831923007965, 0.033939965069293976, -0.020190007984638214, -0.006121824029833078, 0.018626054748892784, 0.015340670943260193, 0.03534074127674103, -0.03577527031302452, 0.06666375696659088, -0.007203707005828619, 0.028897490352392197, -0.04086530953645706, 0.015686530619859695, -0.0401943139731884, -0.0014593556988984346, -0.0027377705555409193, 0.07127632200717926, 0.006213630549609661, 0.0659826397895813, 0.06511665135622025, 0.03170716017484665, -0.03484495356678963, 0.03528707101941109, 0.052950527518987656, -0.030330872163176537, -0.04143133759498596, 0.00032696244306862354, -0.003385568968951702, -0.017620624974370003, -0.013227544724941254, -0.010300638154149055, 0.034023597836494446, 0.03682933747768402, -0.005197305232286453, 0.020102035254240036, 0.006162253674119711, -0.03624774143099785, -0.025754177942872047, -0.06832841038703918, -0.014047113247215748, 0.003983424045145512, -0.023585231974720955, 0.045870717614889145, 0.0203053317964077, 0.009293441660702229, 0.059818387031555176, 0.05404837056994438, -0.015344812534749508, -0.05032321438193321, 0.02412840910255909, 0.02038472332060337, -0.03452025726437569, -0.0630849301815033, -0.04191149026155472, 0.04280174896121025, 0.044081803411245346, -0.009676394052803516, -0.06613432615995407, 0.025173122063279152, 0.06373803317546844, -0.04585187882184982, 0.0670284703373909, -0.011573557741940022, 0.0455225370824337, 0.06990022957324982, -0.003080599708482623, 0.043619196861982346, -0.02071574702858925, 0.007096688263118267, 0.0011734620202332735, 0.032740518450737, -0.03572550788521767, -0.026311052963137627, -0.023763611912727356, 0.014735172502696514, 0.04395200312137604, 0.04094443470239639, 0.042804669588804245, -0.016066977754235268, -0.023858102038502693, 0.022560689598321915, 0.02698405832052231, -0.03223677724599838, 0.015086040832102299, 0.040354158729314804, 0.03735445439815521, -0.060778673738241196, -0.032117195427417755, -0.009364539757370949, 0.001491921255365014, 0.021907024085521698, -0.002828112104907632, -0.03966611623764038, -0.03528008982539177, 0.021254174411296844, -0.01630813628435135, -0.021034033969044685, -0.060557592660188675, 0.050096798688173294, -0.03417559340596199, 0.009426338598132133, 0.03963067755103111, 0.03277946636080742, 0.03298407047986984, 0.03231487423181534, -0.02143193408846855, -0.01420918945223093, -0.05054711550474167, 0.05898125097155571, -0.03685268387198448, -0.02753191813826561, 0.010508072562515736, -0.04950384795665741, -0.0019515439635142684, -0.033602483570575714, -0.05634148791432381, -0.03195446729660034, -0.022472959011793137, 0.03236350417137146, 0.005125650204718113, 0.013610840775072575, -0.032562755048274994, 0.03206894174218178, -0.014177885837852955, -0.03511020913720131, -0.040361784398555756, -0.04444984719157219, -0.04712720587849617, -0.05032813549041748, -0.009950785897672176, 0.008462374098598957, 0.03246993198990822, 0.037734564393758774, 0.029135556891560555, 0.0037582344375550747, -0.0064148628152906895, -0.009769761934876442, 0.03848803788423538, -0.0056443349458277225, -0.024658463895320892, -0.03886907920241356, 0.007480976637452841, 0.028867686167359352, 0.048856861889362335, -0.018467407673597336, 0.04118054732680321, 0.017515363171696663, -0.020316341891884804, -0.03711286559700966, 0.02859087847173214, 0.01585947349667549, -0.06500782072544098, -0.051713161170482635, -0.023741373792290688, -0.012943931855261326, 0.02907218225300312, -0.04596208035945892, -0.03423893451690674, 0.039835814386606216, 0.012787017039954662, 0.0352107435464859, -0.018907560035586357, -0.0393209233880043, 0.03504108265042305, -0.020425299182534218, 0.021583903580904007, -0.05317121744155884, 0.05553499236702919, -0.05586490407586098, -0.008528952486813068, -0.02730226330459118, -0.005718396510928869, -0.03799339383840561, 0.04029839113354683, -0.027845298871397972, -0.04169980064034462, 0.016265811398625374, 0.030374394729733467, -0.0388205423951149, 0.03570757806301117, -0.012531984597444534, 0.03223613277077675, -0.0183773972094059, 0.05209818482398987, -0.0395328551530838, -0.008874183520674706, -0.04392707347869873, -0.0010597455548122525, -0.06401558220386505, -0.013874500058591366, -0.013960028067231178, -0.027603406459093094, 0.012762731872498989, 0.02623847685754299, 0.031175637617707253, 0.031617939472198486, -0.01749143749475479, 0.006456668488681316, 0.030264120548963547, -0.06462500244379044, -0.02504017762839794, 0.005608227103948593, 0.004981688689440489, -0.008636735379695892, 0.043076805770397186, 0.047156523913145065, -0.06120822951197624, -0.046354904770851135, 0.05268178880214691, 0.014883945696055889, 0.020350834354758263, -0.014421469531953335, 0.03985150530934334, 0.035370923578739166, 0.025319373235106468, -0.058564215898513794, -0.004655234050005674, 0.0011047940934076905, -0.025147931650280952, 0.030766647309064865, 0.00798788946121931, 0.04227622598409653, 0.009617405012249947, -0.032724905759096146, -0.01788397692143917, 0.07018192112445831, 0.034765683114528656, 0.03454527258872986, 0.004607948008924723, -0.02512260340154171, 0.02871655486524105, 0.026204261928796768, -0.056988026946783066, 0.009908728301525116, 0.014727234840393066, -0.015784284099936485, 0.05163665488362312, -0.0028752838261425495, 0.021715562790632248, 0.04569806158542633, 0.01956368051469326, -0.010435697622597218, 0.07371401786804199, -0.02483074553310871, 0.02406153455376625, 0.057119108736515045, -0.056384529918432236, -0.03645651414990425, -0.053834110498428345, 0.07070087641477585, -0.07298412173986435, 0.05116977170109749, 0.04068567976355553, 0.00501697463914752, 0.025073690339922905, 0.0029234543908387423, -0.058988653123378754, 0.014292336069047451, -0.0432722270488739, 0.06972464174032211, -0.004242365714162588, -0.05480671674013138, 0.06140294298529625, 0.026201186701655388, -0.047732457518577576, 0.03259025141596794, 0.052733179181814194, 0.038742855191230774, 0.024459654465317726, 0.052581947296857834, -0.03232370689511299, -0.00285798660479486, -0.01964663341641426, 0.04258466884493828, -0.02284170500934124, -0.03525450825691223, 0.018658436834812164, -0.03906746953725815, -0.023290619254112244, 0.04726872220635414, -0.03311024233698845, -0.02039012499153614, 0.04446202889084816, -0.03981347009539604, -0.02900557406246662, -0.003946440760046244, 0.02602219581604004, -0.0356236957013607, -0.012029887177050114, -0.0427422970533371, 0.019321616739034653, 0.009021509438753128, 0.002799952868372202, -0.02704249881207943, -0.001722028013318777, 0.033992454409599304, -0.0682666003704071, -0.04883800446987152, 0.023050369694828987, 0.005398845300078392, -0.03444613143801689, 0.02304469421505928, 0.005080200266093016, 0.023907233029603958, 0.031961921602487564, -0.0024410937912762165, 0.020506486296653748, -0.04691951721906662, -0.013637302443385124, 0.02255137823522091, -0.0019315259996801615, 0.016664979979395866, -0.004086690954864025, 0.028902292251586914, 0.05310996621847153, 0.050272293388843536, 0.010489437729120255, -0.03280622512102127, -0.02839472144842148, 0.032097652554512024, -0.03387518227100372, 0.014905893243849277, -0.010259583592414856, -0.05788649618625641, -0.054256100207567215, -0.009005846455693245, -0.022058546543121338, 0.03810606151819229, -0.029369492083787918, 0.0053329854272305965, 0.04225914552807808, -0.016155235469341278, -0.05631045997142792, -0.10420472174882889, -0.00929821003228426, -0.04227686673402786, 0.01890641264617443, 0.044427886605262756, -0.03623947501182556, 0.02093845047056675, -0.06776704639196396, -0.03435215726494789, 0.0433938130736351, 0.01922173798084259, -0.04893249273300171, 0.05775187164545059, 0.04771434888243675, -0.03922073543071747, 0.012790489010512829, 0.007014333736151457, -0.024925757199525833, 0.01963661052286625, 0.02270432561635971, 0.023799598217010498, 0.028476210311055183, 0.03500425070524216, -0.02407793514430523, -0.005574682727456093, -0.042961232364177704, -0.047958698123693466, -0.06184278801083565, 0.01207800768315792, 0.07214957475662231 ]
Dizoid/Lll
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
null
--- language: en license: apache-2.0 tags: - text-classification datasets: - sst2 metrics: - accuracy --- ## bert-base-uncased model fine-tuned on SST-2 This model was created using the [nn_pruning](https://github.com/huggingface/nn_pruning) python library: the linear layers contains **37%** of the original weights. The model contains **51%** of the original weights **overall** (the embeddings account for a significant part of the model, and they are not pruned by this method). <div class="graph"><script src="/echarlaix/bert-base-uncased-sst2-acc91.1-d37-hybrid/raw/main/model_card/density_info.js" id="2d0fc334-fe98-4315-8890-d6eaca1fa9be"></script></div> In terms of perfomance, its **accuracy** is **91.17**. ## Fine-Pruning details This model was fine-tuned from the HuggingFace [model](https://huggingface.co/bert-base-uncased) checkpoint on task, and distilled from the model [textattack/bert-base-uncased-SST-2](https://huggingface.co/textattack/bert-base-uncased-SST-2). This model is case-insensitive: it does not make a difference between english and English. A side-effect of the block pruning method is that some of the attention heads are completely removed: 88 heads were removed on a total of 144 (61.1%). Here is a detailed view on how the remaining heads are distributed in the network after pruning. <div class="graph"><script src="/echarlaix/bert-base-uncased-sst2-acc91.1-d37-hybrid/raw/main/model_card/pruning_info.js" id="93b19d7f-c11b-4edf-9670-091e40d9be25"></script></div> ## Details of the SST-2 dataset | Dataset | Split | # samples | | -------- | ----- | --------- | | SST-2 | train | 67K | | SST-2 | eval | 872 | ### Results **Pytorch model file size**: `351MB` (original BERT: `420MB`) | Metric | # Value | # Original ([Table 2](https://www.aclweb.org/anthology/N19-1423.pdf))| Variation | | ------ | --------- | --------- | --------- | | **accuracy** | **91.17** | **92.7** | **-1.53**| ## Example Usage Install nn_pruning: it contains the optimization script, which just pack the linear layers into smaller ones by removing empty rows/columns. `pip install nn_pruning` Then you can use the `transformers library` almost as usual: you just have to call `optimize_model` when the pipeline has loaded. ```python from transformers import pipeline from nn_pruning.inference_model_patcher import optimize_model cls_pipeline = pipeline( "text-classification", model="echarlaix/bert-base-uncased-sst2-acc91.1-d37-hybrid", tokenizer="echarlaix/bert-base-uncased-sst2-acc91.1-d37-hybrid", ) print(f"Parameters count (includes only head pruning, no feed forward pruning)={int(cls_pipeline.model.num_parameters() / 1E6)}M") cls_pipeline.model = optimize_model(cls_pipeline.model, "dense") print(f"Parameters count after optimization={int(cls_pipeline.model.num_parameters() / 1E6)}M") predictions = cls_pipeline("This restaurant is awesome") print(predictions) ```
[ -0.007447449490427971, -0.0037237941287457943, -0.02115883119404316, 0.028052588924765587, 0.014740061946213245, 0.022636519744992256, -0.037573061883449554, -0.025347253307700157, -0.030686840415000916, 0.059689201414585114, 0.006036932580173016, -0.003528170520439744, 0.02548789419233799, 0.046937599778175354, -0.021493026986718178, -0.012914540246129036, -0.015760358422994614, 0.000022942725991015323, -0.030772758647799492, -0.004878349136561155, 0.02514008618891239, 0.011174970306456089, -0.007983600720763206, 0.02300972491502762, -0.0007066577672958374, 0.029103387147188187, -0.019933000206947327, 0.04204201325774193, 0.033114202320575714, -0.060137275606393814, -0.009055220521986485, -0.04736073687672615, -0.06630484014749527, -0.02023329958319664, -0.01938326470553875, -0.00655945623293519, -0.00038666819455102086, 0.00454668840393424, 0.035769373178482056, 0.045274585485458374, -0.005334937013685703, 0.013703797943890095, -0.011439717374742031, -0.023089241236448288, 0.027912521734833717, 0.002934682182967663, -0.04643356055021286, -0.011973902583122253, 0.03584767505526543, -0.03930137678980827, -0.056408729404211044, -0.07433626800775528, -0.01782679371535778, 0.022744759917259216, -0.007228507194668055, -0.023512355983257294, -0.038418181240558624, 0.003192054806277156, 0.07881006598472595, -0.034401629120111465, -0.04204440489411354, 0.0011438931105658412, -0.037089310586452484, -0.004729586653411388, 0.019615517929196358, -0.04270782694220543, -0.0011922382982447743, -0.017622537910938263, 0.04218050837516785, -0.03309807553887367, 0.03590648993849754, -0.03863655403256416, 0.012511628679931164, -0.09563003480434418, -0.014308616518974304, -0.001024129567667842, 0.03941647708415985, 0.042413629591464996, -0.022994210943579674, 0.06586457788944244, 0.007873887196183205, 0.005517834797501564, 0.042478788644075394, -0.014619170688092709, -0.020725151523947716, 0.049548037350177765, -0.03520601615309715, 0.017244305461645126, 0.009711164981126785, 0.038508497178554535, -0.02653309516608715, -0.016310466453433037, -0.04478195309638977, -0.028636442497372627, -0.022977622225880623, 0.0209227092564106, 0.02791018784046173, -0.006906004156917334, 0.035999976098537445, 0.023283883929252625, 0.020457342267036438, 0.04609980434179306, -0.029324214905500412, 0.06632966548204422, -0.02079545333981514, -0.010841744020581245, -0.032100509852170944, -0.03879225254058838, -0.0464555099606514, 0.03134622424840927, 0.021335238590836525, -0.03369249776005745, -0.050243329256772995, 0.048190101981163025, 0.012319758534431458, -0.01993998885154724, 0.060753852128982544, 0.0001627005112823099, -0.03301401436328888, -0.060128096491098404, 0.02919762209057808, 0.01120025385171175, 0.017785271629691124, 0.013418417423963547, -0.062007054686546326, 0.00015053169045131654, -0.017515750601887703, -0.019786421209573746, -0.007090381346642971, 0.0030822576954960823, -0.006793643347918987, 0.044856298714876175, 0.023322204127907753, -0.07654305547475815, 0.006143543403595686, 0.009383792988955975, -0.05222509801387787, 0.035638950765132904, 0.027537761256098747, 0.11401043832302094, -0.047215785831213, -0.052126381546258926, 0.02414477989077568, 0.03260504826903343, -0.04729364812374115, 0.005050178617238998, 0.03662003576755524, -0.047452785074710846, 0.008458440192043781, -0.019877901300787926, 0.05654909461736679, -0.07176540046930313, 0.02253112755715847, 0.07140256464481354, 0.0049362522549927235, 0.04113778471946716, -0.07356135547161102, -0.010823582299053669, 0.008411496877670288, 0.0045958831906318665, -0.029038600623607635, 0.05637864023447037, -0.019269727170467377, -0.026896324008703232, -0.03484777361154556, -0.050339970737695694, 0.005020659416913986, 0.06081664189696312, -0.008705658838152885, -0.033881571143865585, -0.03715876117348671, 0.029431572183966637, 0.06125354766845703, 0.044142331928014755, 0.00506168557330966, 0.01849501207470894, 0.06004711985588074, 0.03128274157643318, -0.012501522898674011, 0.04093603417277336, -0.005964895244687796, -0.04294412583112717, -0.04223620891571045, 0.004128975328058004, 0.005011634901165962, -0.0293712355196476, 0.03565342351794243, 0.02996324747800827, -0.00548369437456131, -0.03927382081747055, -0.05696588382124901, 0.06192755699157715, -0.01192186027765274, -0.024725984781980515, 0.027605829760432243, -0.024751193821430206, -0.007706751115620136, 0.024793298915028572, -0.024694830179214478, 0.004489183891564608, -0.03295702114701271, -0.03537599742412567, 0.01693028211593628, 0.009925263933837414, 0.029727516695857048, 0.0549200102686882, 0.0005722554633393884, 0.06740408390760422, -0.04592592641711235, 0.04555452987551689, -0.059074919670820236, -0.03346608951687813, -0.002107083098962903, 0.04452644661068916, 0.05222320929169655, 0.04693930968642235, 0.01451088022440672, -0.03372638300061226, 0.027382513508200645, 0.05123409256339073, 0.034710563719272614, 0.03969652205705643, -0.01970112882554531, -0.01605883240699768, 0.03018680214881897, 0.044576313346624374, -0.05463472753763199, -0.036988478153944016, 0.0016363034956157207, 0.04199385270476341, -0.006267816759645939, 0.005224401131272316, -0.011358638294041157, 0.03447303920984268, -0.04762786254286766, -0.05326676368713379, 0.04779188334941864, 0.049183398485183716, -0.002973830094560981, 0.02884899638593197, -0.017397215589880943, 0.009070358239114285, 0.0367518849670887, 0.019655384123325348, -0.013647285290062428, -0.04110439494252205, 0.009807378053665161, 0.017670081928372383, 0.04829966276884079, -0.060123056173324585, 0.0381697453558445, -0.006333559285849333, 0.02201121300458908, 0.024454306811094284, -0.026427429169416428, 0.03253253549337387, 0.0582318939268589, 0.015801237896084785, -0.033759377896785736, 0.0166507326066494, 0.02476971037685871, 0.03706637769937515, 0.05319984257221222, 0.018616067245602608, 0.07558854669332504, 0.00028966148965992033, 0.05760331079363823, 0.08299944549798965, 0.033322978764772415, 0.02333679236471653, 0.02719632163643837, 0.06495948135852814, 0.009548992849886417, -0.0285609383136034, 0.08741962909698486, -0.050064750015735626, 0.02099059522151947, -0.025435585528612137, 0.0063663688488304615, -0.010800404474139214, -0.025224344804883003, 0.02793678641319275, 0.02746555022895336, 0.0024807408917695284, -0.010302485898137093, 0.00021550102974288166, -0.002776540582999587, 0.05297964811325073, -0.015249531716108322, 0.002853988204151392, -0.016659047454595566, -0.02487393654882908, -0.02256041020154953, -0.06254401803016663, -0.044637665152549744, -0.021506477147340775, -0.0378655269742012, -0.01890328899025917, -0.10834606736898422, -0.024145767092704773, -0.08630944043397903, -0.02567955106496811, 0.02795381471514702, 0.02159673534333706, -0.012318020686507225, -0.049109626561403275, 0.02690511755645275, -0.0515538714826107, -0.05116529390215874, -0.044354502111673355, -0.04378417879343033, -0.03519197925925255, -0.06520628184080124, 0.030647026374936104, 0.032388538122177124, 0.02481740340590477, 0.005077647045254707, -0.003264361061155796, -0.01397751085460186, -0.011156103573739529, 0.05604333430528641, 0.0534580834209919, -0.030383121222257614, -0.0530378557741642, -0.001960188150405884, -0.00203198310919106, 0.022238079458475113, -0.009459197521209717, -0.03308171406388283, 0.09122557193040848, 0.06633130460977554, 0.013968965969979763, 0.0041925557889044285, -0.0009811291238293052, -0.04135190695524216, -0.07569246739149094, -0.0291299931704998, -0.0023766206577420235, -0.027009539306163788, -0.06815867871046066, -0.037274930626153946, -0.013574558310210705, -0.041724227368831635, -0.001820787088945508, -0.013800838962197304, 0.029870903119444847, 0.02020474523305893, 0.023715507239103317, 0.017684878781437874, 0.020006095990538597, -0.04250779375433922, -0.04519257694482803, 0.07952899485826492, -0.015114810317754745, -0.008361326530575752, -0.09465241432189941, -0.028689032420516014, 0.03612940013408661, 0.02537395805120468, -0.005244199652224779, -0.00009529235830996186, 0.07165161520242691, 0.011027229949831963, -0.003682173090055585, 0.0019397371215745807, -0.006271641701459885, -0.015334758907556534, -0.009863178245723248, -0.008306171745061874, -0.007681475952267647, -0.037276752293109894, -0.03873983770608902, -0.006072402000427246, 0.04820862412452698, -0.05025699362158775, -0.06245696544647217, -0.016501162201166153, 0.037500690668821335, 0.03528200834989548, 0.007828595116734505, -0.058209244161844254, -0.004349487368017435, -0.06097158417105675, -0.028804883360862732, 0.020408963784575462, 0.0021314152982085943, 0.006638089194893837, 0.051997456699609756, 0.020480798557400703, -0.04048192873597145, 0.04244540259242058, 0.04433826357126236, 0.07971544563770294, -0.0023408967535942793, -0.05565178021788597, 0.01535461749881506, -0.017961222678422928, 0.010685443878173828, 0.009512728080153465, -0.034298092126846313, -0.03635076433420181, -0.10008403658866882, -0.0033060533460229635, 0.007788056042045355, 0.0012335836654528975, -0.009535358287394047, 0.03700912743806839, -0.013873865827918053, -0.017348699271678925, 0.011678386479616165, 0.026610543951392174, 0.04576089233160019, -0.026184972375631332, 0.07284992933273315, -0.008635698817670345, 0.012524548918008804, -0.0414709746837616, 0.004165653605014086, -0.04522257298231125, -0.00941410381346941, -0.005975911393761635, 0.0753864273428917, 0.004167037084698677, 0.05783553421497345, 0.06430443376302719, 0.032139457762241364, -0.040619220584630966, 0.03674033656716347, 0.04470236599445343, -0.027963388711214066, -0.049978140741586685, -0.0034780120477080345, -0.004633351694792509, -0.0206992756575346, -0.015190048143267632, -0.005607870407402515, 0.03955511376261711, 0.02985125035047531, -0.008399875834584236, 0.01410875003784895, 0.0006534127751365304, -0.042017485946416855, -0.021783269941806793, -0.07343750447034836, -0.013721447438001633, -0.00829758495092392, -0.02110830321907997, 0.04608526825904846, 0.004369672387838364, 0.00596240209415555, 0.059853412210941315, 0.05490759015083313, -0.009723678231239319, -0.04827815294265747, 0.038492679595947266, 0.012758122757077217, -0.01935727149248123, -0.06758959591388702, -0.029540814459323883, 0.03410015627741814, 0.04783434793353081, -0.01662643626332283, -0.07090695947408676, 0.023773105815052986, 0.06627286970615387, -0.05671558901667595, 0.07296017557382584, -0.018329855054616928, 0.06621628254652023, 0.06426756083965302, -0.001363609335385263, 0.0575420968234539, -0.02717728726565838, 0.004953482188284397, 0.015667717903852463, 0.031893614679574966, -0.030163027346134186, -0.032735325396060944, -0.03200267627835274, 0.025981739163398743, 0.03425272926688194, 0.048673078417778015, 0.05071548372507095, -0.013919034041464329, -0.02788502536714077, 0.003153020516037941, 0.04602712765336037, -0.03750529885292053, -0.0012522534234449267, 0.03839327394962311, 0.04295286908745766, -0.04531098157167435, -0.03338787332177162, -0.0202728770673275, -0.002132560359314084, 0.029066668823361397, -0.002636747434735298, -0.030340617522597313, -0.04201474040746689, 0.01938932202756405, -0.016288893297314644, -0.01871517300605774, -0.06103427708148956, 0.040447477251291275, -0.03325085714459419, 0.0023961998522281647, 0.03406636044383049, 0.03173121437430382, 0.036214303225278854, 0.047533608973026276, -0.002325866837054491, -0.013043398037552834, -0.05810984596610069, 0.045512158423662186, -0.037344273179769516, -0.013730812817811966, -0.007217676844447851, -0.04939727112650871, -0.0033328738063573837, -0.02557612583041191, -0.0477495975792408, -0.03917437046766281, -0.023664237931370735, 0.016225622966885567, 0.003285901388153434, 0.015105821192264557, -0.02458629570901394, 0.023602133616805077, -0.01988157443702221, -0.040275219827890396, -0.04020272567868233, -0.035706982016563416, -0.050297949463129044, -0.051745276898145676, -0.004314378369599581, -0.0032022662926465273, 0.02530854195356369, 0.03940795734524727, 0.025239765644073486, 0.0023997160606086254, -0.0025602716486901045, -0.007065105717629194, 0.03331007435917854, -0.010029630735516548, -0.042753033339977264, -0.022196266800165176, 0.013514223508536816, 0.023651886731386185, 0.03671082854270935, -0.044153548777103424, 0.04166224226355553, 0.02605389803647995, -0.03137723729014397, -0.047060199081897736, 0.024907689541578293, 0.026765137910842896, -0.06759174913167953, -0.03717532381415367, -0.03324676305055618, -0.01652091182768345, 0.034932032227516174, -0.029662784188985825, -0.020467177033424377, 0.04597572237253189, 0.016630882397294044, 0.04270464554429054, -0.01278692577034235, -0.037412554025650024, 0.03341427445411682, -0.023950770497322083, 0.025553423911333084, -0.05890815332531929, 0.042587704956531525, -0.0655292347073555, -0.0021694940514862537, -0.01579691842198372, 0.00531392265111208, -0.03752771392464638, 0.036471106112003326, -0.033092476427555084, -0.017994152382016182, 0.0073478189297020435, 0.016519466415047646, -0.03948155790567398, 0.034689418971538544, -0.004044641740620136, 0.017041631042957306, -0.017427893355488777, 0.06382923573255539, -0.035436101257801056, -0.0017802650108933449, -0.041918326169252396, -0.00273939804174006, -0.04686529561877251, -0.012436820194125175, -0.024484533816576004, -0.015960678458213806, 0.03941512107849121, 0.02825353853404522, 0.03411523997783661, 0.032031718641519547, -0.024450521916151047, -0.001341711962595582, 0.02680806815624237, -0.05422050505876541, -0.03164439648389816, 0.007971720770001411, 0.00950381625443697, -0.01611500419676304, 0.04933435842394829, 0.044325944036245346, -0.06466308981180191, -0.046090710908174515, 0.042151808738708496, 0.01552239153534174, 0.009200528264045715, -0.0153041435405612, 0.033778149634599686, 0.04129556193947792, 0.044962987303733826, -0.049092140048742294, -0.009286058135330677, 0.0006980362813919783, -0.03434694558382034, 0.027202637866139412, 0.006680535618215799, 0.021074241027235985, -0.006611652672290802, -0.030936812981963158, -0.031094500795006752, 0.06753269582986832, 0.023041317239403725, 0.03110625222325325, 0.013392845168709755, -0.03144821152091026, 0.02282121032476425, 0.012125670909881592, -0.05785652995109558, 0.0028500864282250404, 0.028256526216864586, -0.009241443127393723, 0.06061244755983353, -0.004207281861454248, 0.019067998975515366, 0.035531796514987946, 0.025210054591298103, -0.02804001420736313, 0.05694594234228134, -0.01911982148885727, 0.025221901014447212, 0.06318401545286179, -0.05355015769600868, -0.033099450170993805, -0.04180446267127991, 0.07008257508277893, -0.07409466803073883, 0.05399148911237717, 0.05274917930364609, 0.014688483439385891, 0.029710566624999046, 0.0015659881755709648, -0.0596330389380455, 0.014760097488760948, -0.04502134770154953, 0.07353374361991882, 0.009047608822584152, -0.045411910861730576, 0.0715031772851944, 0.010145026259124279, -0.06229297071695328, 0.03462137281894684, 0.040352776646614075, 0.03620707988739014, 0.02225586771965027, 0.056071966886520386, -0.026296908035874367, 0.005816622171550989, -0.043285250663757324, 0.03551819920539856, -0.02223079465329647, -0.03238246217370033, 0.0228168535977602, -0.0332748144865036, -0.02100563235580921, 0.047819893807172775, -0.04163137450814247, -0.028745489194989204, 0.04651949554681778, -0.03849035128951073, -0.027432866394519806, -0.001298244809731841, 0.01805996336042881, -0.024534927681088448, 0.0023875851184129715, -0.03151218220591545, 0.02653798833489418, 0.00007799568265909329, -0.007154696621000767, -0.027695858851075172, 0.0027717140037566423, 0.034813541918992996, -0.031478364020586014, -0.0459262989461422, 0.030631622299551964, 0.008819186128675938, -0.03672982007265091, 0.03938419744372368, 0.012314559891819954, 0.016811572015285492, 0.03126685321331024, 0.0008936914964579046, 0.03370344638824463, -0.025419635698199272, -0.01750667579472065, 0.02634572610259056, 0.0019867103546857834, 0.018828431144356728, -0.0016882147174328566, 0.02446044608950615, 0.042282834649086, 0.06058666110038757, 0.0005161006702110171, -0.03548469394445419, -0.029432043433189392, 0.020680978894233704, -0.03831471875309944, 0.01308092474937439, -0.015223106369376183, -0.061358485370874405, -0.04302993044257164, -0.0008872298058122396, -0.033188674598932266, 0.034894853830337524, -0.032787442207336426, 0.003965316340327263, 0.04733717069029808, -0.01737242005765438, -0.05803093686699867, -0.09263554215431213, -0.010213129222393036, -0.0295700840651989, 0.02416200190782547, 0.03540781885385513, -0.03142530471086502, 0.01728994958102703, -0.045678429305553436, -0.04056042060256004, 0.046573199331760406, 0.026224764063954353, -0.045662447810173035, 0.056071359664201736, 0.04517332464456558, -0.04646462947130203, 0.004280863795429468, 0.02010674960911274, -0.03515101596713066, 0.020570872351527214, 0.03494749590754509, 0.014375569298863411, 0.012899957597255707, 0.03939732164144516, -0.032919906079769135, 0.00005038063682150096, -0.05122693255543709, -0.0483318567276001, -0.051989998668432236, 0.009788163006305695, 0.06570455431938171 ]
Dmitry12/sber
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
null
--- tags: - conversational --- # Predator DialoGPT-small-SCHAEFER model
[ -0.04311668500304222, 0.013358939439058304, 0.011339319869875908, 0.003779889550060034, 0.03371240943670273, 0.017182452604174614, -0.0007820550235919654, 0.01807403936982155, -0.01743665523827076, 0.033580929040908813, 0.022215669974684715, -0.024409940466284752, 0.01749938726425171, 0.04112182557582855, -0.06105246767401695, -0.03643644228577614, -0.023954952135682106, -0.0011755096493288875, -0.033606190234422684, -0.013170069083571434, 0.028436554595828056, 0.011739401146769524, -0.014094370417296886, 0.041986942291259766, 0.021197225898504257, 0.02738211490213871, -0.015420777723193169, 0.029284311458468437, 0.03382822126150131, -0.02846888080239296, 0.005662450101226568, -0.028089163824915886, -0.038744810968637466, -0.031261105090379715, -0.028430307283997536, -0.02708113193511963, 0.014797360636293888, -0.011427960358560085, -0.007775873877108097, 0.029794879257678986, -0.01877332292497158, -0.004889263771474361, -0.006303245667368174, -0.012723852880299091, 0.07082482427358627, -0.0038103729020804167, -0.05887993425130844, -0.03925979137420654, 0.027664117515087128, -0.054409805685281754, -0.040336981415748596, -0.07098422199487686, -0.05936359614133835, -0.01513244304805994, -0.004347388632595539, -0.06560256332159042, -0.06922130286693573, 0.0007786814239807427, 0.10041743516921997, -0.013464533723890781, 0.004496504087001085, 0.008429224602878094, -0.07285340875387192, 0.011098600924015045, 0.02143319509923458, -0.05947886034846306, 0.017209267243742943, -0.04586547613143921, 0.012331473641097546, -0.025624210014939308, 0.04577642306685448, -0.03679695725440979, 0.025931941345334053, -0.06346865743398666, 0.003945047967135906, -0.012900713831186295, 0.044511519372463226, 0.05840916559100151, -0.03979261592030525, 0.04579417034983635, 0.0458303727209568, 0.007525364402681589, 0.05329045653343201, -0.010752301663160324, -0.004025269765406847, 0.06654322147369385, -0.04257097467780113, -0.00189329800195992, -0.015280799008905888, 0.030234694480895996, -0.03261232003569603, -0.055300019681453705, -0.028057679533958435, -0.018381116911768913, -0.017001939937472343, 0.053890254348516464, 0.032489143311977386, -0.023872295394539833, 0.02555137686431408, 0.04552125930786133, 0.03090917132794857, 0.04670286923646927, -0.02954767644405365, 0.030163638293743134, -0.00824865885078907, 0.02022990956902504, 0.01828216016292572, -0.027985932305455208, -0.03093365952372551, 0.03719857707619667, -0.0016625432763248682, -0.0483805350959301, -0.03777531534433365, 0.03868914395570755, 0.041716255247592926, 0.017242340371012688, 0.06272496283054352, -0.027234790846705437, -0.0237521231174469, -0.03815416619181633, 0.03950663283467293, -0.01531737856566906, -0.013777561485767365, 0.012288837693631649, -0.04520006105303764, -0.0015245397808030248, -0.04921869561076164, -0.02075384184718132, -0.015084315091371536, -0.0015386409359052777, 0.02398158609867096, 0.041131481528282166, -0.029496442526578903, -0.0428704097867012, 0.011275489814579487, 0.04310000687837601, -0.0874926894903183, 0.0050522275269031525, 0.03886640444397926, 0.08940430730581284, -0.07822400331497192, -0.03371821716427803, -0.011255001649260521, 0.030972467735409737, -0.03771468624472618, -0.026858029887080193, 0.015468708239495754, -0.00468020373955369, -0.046368733048439026, -0.02230168506503105, 0.025699317455291748, -0.0432174913585186, 0.0038068273570388556, 0.05022415891289711, 0.02262277901172638, 0.01120194885879755, -0.023657720535993576, -0.008740418590605259, -0.009716823697090149, -0.02494421787559986, -0.04509148746728897, 0.03516383841633797, -0.04393972083926201, -0.031426019966602325, -0.043927956372499466, -0.037476059049367905, 0.008497266098856926, 0.08480904251337051, 0.015397285111248493, -0.012232783250510693, 0.0012933745747432113, 0.025225862860679626, 0.07928784191608429, 0.05285215005278587, -0.00570738036185503, 0.016391513869166374, 0.05156603828072548, 0.026059044525027275, -0.03047587350010872, 0.05386742576956749, 0.023025505244731903, -0.03783382102847099, -0.046519532799720764, -0.013700878247618675, 0.021194178611040115, -0.005646229721605778, 0.011825154535472393, 0.05407816544175148, -0.022351084277033806, -0.041510459035634995, 0.008017543703317642, 0.04916132241487503, -0.027880879119038582, 0.00026301806792616844, -0.019632471725344658, -0.018581662327051163, -0.030418245121836662, 0.009381325915455818, -0.033202048391103745, -0.009483751840889454, -0.031772710382938385, -0.010500424541532993, 0.03588853403925896, 0.00008149621862685308, 0.0025516580790281296, 0.05384375527501106, -0.002601584419608116, 0.038555145263671875, -0.026378316804766655, 0.028029687702655792, -0.03470200300216675, -0.02194361202418804, -0.04343726485967636, 0.02591521665453911, 0.010419582948088646, 0.040725063532590866, -0.04727434366941452, -0.06364564597606659, 0.02963092178106308, 0.06251967698335648, 0.04157231003046036, 0.001924837357364595, -0.020440736785531044, -0.006508184596896172, 0.02735721878707409, 0.03369120880961418, -0.040133196860551834, 0.004503757227212191, 0.014171772636473179, 0.026190338656306267, -0.01805225759744644, -0.007111886516213417, -0.051298391073942184, 0.013031255453824997, -0.037681449204683304, -0.04307961463928223, 0.035662032663822174, 0.03698752075433731, -0.005864021368324757, 0.04871107637882233, 0.000184981370694004, -0.024110963568091393, 0.03346787393093109, 0.019667457789182663, -0.01109322253614664, -0.08314880728721619, 0.005894635338336229, 0.02840135246515274, 0.08000592887401581, -0.0357639417052269, 0.008346395567059517, 0.022253962233662605, 0.005359868984669447, 0.020624203607439995, -0.019040605053305626, 0.04573603346943855, 0.04269358515739441, 0.058466412127017975, -0.015010523609817028, 0.03757232055068016, -0.00035649380879476666, 0.029516641050577164, 0.045127544552087784, -0.013851074501872063, 0.08392691612243652, -0.022584183141589165, 0.0284932479262352, 0.08556715399026871, 0.0214756578207016, 0.0008750875131227076, 0.013840620405972004, 0.04310215637087822, -0.00905612949281931, 0.015760362148284912, 0.04301908239722252, 0.008959265425801277, 0.014037142507731915, -0.040992919355630875, -0.03671953082084656, -0.00954088382422924, -0.013588840141892433, 0.07492758333683014, -0.012288380414247513, -0.013468180783092976, 0.009156826883554459, -0.014600553549826145, 0.004287248943001032, 0.060952380299568176, 0.01237774919718504, -0.006494053173810244, 0.03158702328801155, -0.03245490416884422, 0.02551831118762493, -0.05292370915412903, -0.04571404308080673, -0.008415368385612965, -0.05926430597901344, -0.03342362120747566, -0.06670131534337997, -0.030872199684381485, -0.054326627403497696, -0.015088425017893314, 0.053304966539144516, 0.02530457265675068, 0.02185673639178276, 0.007910976186394691, 0.013009641319513321, -0.025189323350787163, -0.050220273435115814, -0.054301656782627106, -0.02767087146639824, -0.008548221550881863, -0.03677765652537346, 0.028141353279352188, 0.04393509402871132, 0.04545274376869202, -0.0011572572402656078, -0.005097655113786459, -0.044176604598760605, -0.017654836177825928, 0.041888684034347534, 0.010050459764897823, -0.04935108497738838, -0.04528704658150673, 0.006380497477948666, -0.0034868696238845587, -0.02490752562880516, -0.03775550797581673, -0.05493254214525223, 0.057702209800481796, 0.031539954245090485, 0.0047610243782401085, 0.013826564885675907, -0.017155999317765236, -0.032026804983615875, -0.01906181126832962, -0.043277040123939514, -0.025403453037142754, 0.0018777995137497783, -0.014983436092734337, -0.057234831154346466, -0.029679475352168083, -0.044637132436037064, -0.023029150441288948, -0.0013987628044560552, 0.0026999886613339186, 0.02740940824151039, 0.010530608706176281, 0.028116459026932716, 0.020102938637137413, -0.025263402611017227, -0.03535010293126106, 0.047063037753105164, -0.026096688583493233, -0.022128544747829437, -0.0838513970375061, -0.053623050451278687, 0.040651313960552216, 0.009649657644331455, 0.011523189023137093, -0.01804254949092865, 0.027763864025473595, 0.0433557853102684, 0.0023157033137977123, 0.041068825870752335, -0.05269990861415863, -0.009886901825666428, -0.03208691626787186, -0.022323288023471832, -0.030978230759501457, -0.041267409920692444, -0.009253060445189476, -0.0018695109756663442, 0.030824512243270874, -0.07908093929290771, -0.0369950532913208, -0.03420844301581383, 0.0063390228897333145, 0.05053478106856346, -0.0021077946294099092, -0.06858447939157486, -0.007224529515951872, -0.03133337199687958, -0.027125021442770958, -0.0025474175345152617, -0.013630909845232964, 0.019141752272844315, 0.019460083916783333, 0.02406144142150879, -0.007502274122089148, 0.056630365550518036, 0.031889911741018295, 0.0624680332839489, 0.061394136399030685, -0.017721915617585182, 0.04165235906839371, -0.028691573068499565, 0.042581070214509964, -0.01435540709644556, -0.01583421789109707, -0.03663327544927597, -0.09661640226840973, -0.04840017482638359, 0.01751406118273735, -0.018704695627093315, 0.016308818012475967, 0.04660871624946594, -0.04295171797275543, -0.006827939301729202, 0.0006407893379218876, 0.05792214721441269, 0.04823852330446243, -0.009917688556015491, 0.06710890680551529, 0.023939603939652443, 0.030390772968530655, -0.04084612801671028, 0.009781118482351303, -0.046384070068597794, -0.018727263435721397, -0.0038155196234583855, 0.055117733776569366, 0.006917701102793217, 0.0649663656949997, 0.07851721346378326, 0.02387765608727932, -0.04581991210579872, 0.031481046229600906, 0.06631230562925339, -0.02120705135166645, -0.03208004683256149, -0.004547763615846634, -0.0009932395769283175, -0.008986903354525566, -0.022009555250406265, -0.02602415345609188, 0.026637177914381027, 0.03909251466393471, 0.0025265475269407034, 0.003996703308075666, 0.011500385589897633, -0.02585161291062832, -0.02907945215702057, -0.045989520847797394, -0.014128107577562332, 0.010661391541361809, -0.01953967474400997, 0.057049065828323364, 0.036098409444093704, 0.01956721767783165, 0.08389035612344742, 0.010439042933285236, -0.037081316113471985, -0.06236748769879341, 0.04666333645582199, 0.03463719040155411, -0.05127659812569618, -0.05638100951910019, -0.04364108666777611, 0.017526015639305115, 0.03736937418580055, -0.0338667556643486, -0.09019920229911804, 0.014213536866009235, 0.04037933796644211, -0.039846502244472504, 0.06339820474386215, -0.006575663108378649, 0.0252199936658144, 0.04042878746986389, 0.008338076062500477, 0.039126116782426834, -0.06658019125461578, 0.024807726964354515, -0.01605561189353466, 0.031011095270514488, -0.049269407987594604, -0.05334179475903511, -0.03973179683089256, 0.03899766877293587, 0.018498551100492477, 0.009986377321183681, 0.011470671743154526, -0.056372277438640594, -0.03893985226750374, 0.003784464905038476, 0.04428189620375633, -0.013753825798630714, -0.000671491667162627, 0.024820374324917793, 0.05173400416970253, -0.06514448672533035, 0.005277104675769806, -0.00011094351066276431, 0.00893978402018547, 0.02333863638341427, -0.004561836831271648, -0.04957805573940277, -0.026448482647538185, 0.023733528330922127, -0.04463706165552139, -0.017422419041395187, -0.09706761687994003, 0.030554572120308876, -0.031712792813777924, -0.0325891375541687, 0.06632455438375473, 0.06090313568711281, 0.06397329270839691, 0.062331993132829666, -0.003432544879615307, 0.04776284843683243, -0.0347333587706089, 0.02680838853120804, -0.0553375743329525, -0.04520178213715553, 0.0030039697885513306, -0.07128994166851044, -0.030811892822384834, -0.02196752093732357, -0.04052470996975899, -0.03940492495894432, -0.01055062934756279, 0.012396702542901039, -0.0005512408097274601, -0.015365219675004482, -0.004497821442782879, 0.01846110261976719, -0.02579701505601406, -0.017669202759861946, 0.02694537863135338, 0.004378084558993578, -0.07622256875038147, -0.05007718503475189, 0.015206688083708286, -0.01962703838944435, -0.009465153329074383, 0.003390132449567318, 0.011681417934596539, 0.041651006788015366, -0.010276970453560352, -0.0034237883519381285, 0.021976806223392487, 0.026903890073299408, -0.04699916020035744, -0.006228763144463301, 0.004549672361463308, 0.016899827867746353, 0.010199230164289474, -0.030158353969454765, 0.03211761265993118, 0.02119184099137783, -0.04152800887823105, -0.02906118333339691, 0.020648427307605743, 0.011330576613545418, -0.08673383295536041, -0.010304264724254608, -0.060637518763542175, -0.02487752214074135, 0.023239025846123695, -0.030009040609002113, -0.035715650767087936, -0.008064480498433113, 0.0334569588303566, 0.01702822931110859, -0.0074196686036884785, -0.026634179055690765, 0.009761463850736618, -0.011396936140954494, 0.018465038388967514, -0.06856202334165573, 0.013045712374150753, -0.03344907611608505, 0.020586805418133736, -0.017834190279245377, 0.018237562850117683, -0.04880087077617645, 0.03423558548092842, -0.01681022346019745, -0.0049062250182032585, -0.008377155289053917, -0.041978299617767334, -0.012821379117667675, 0.06128567084670067, 0.025948340073227882, -0.0068411268293857574, -0.03516101464629173, 0.07713682949542999, -0.060776278376579285, 0.0015867466572672129, 0.014843517914414406, -0.024459604173898697, -0.02317238040268421, -0.00687376456335187, 0.0006043142639100552, -0.06389616429805756, 0.03925386443734169, 0.030129598453640938, 0.01567794196307659, 0.039504364132881165, -0.015176549553871155, -0.00453879265114665, 0.007138169836252928, -0.06553564220666885, -0.04229743033647537, 0.006903183180838823, 0.012188361957669258, 0.027487071231007576, 0.08255811780691147, 0.04398056119680405, -0.04852032661437988, -0.0209092628210783, 0.035310130566358566, 0.01218087412416935, 0.01384827308356762, -0.00802669394761324, 0.03140072152018547, 0.04054556414484978, 0.05056441202759743, -0.00860920362174511, 0.004137976095080376, 0.019725164398550987, -0.012427565641701221, -0.027653461322188377, -0.0056501878425478935, 0.00657788896933198, 0.003792339935898781, -0.031432248651981354, -0.04456795006990433, 0.06477568298578262, 0.004874568432569504, 0.009286649525165558, -0.027452098205685616, -0.03426345810294151, 0.05900000035762787, -0.017759492620825768, -0.017041392624378204, -0.021323880180716515, 0.0357961431145668, -0.026272352784872055, 0.03704555705189705, -0.013214785605669022, 0.012938817963004112, 0.06670261919498444, 0.030294368043541908, -0.0033023832365870476, 0.021616976708173752, -0.008104677312076092, -0.007997016422450542, 0.011972405016422272, -0.04336215555667877, -0.007486047688871622, -0.03461088612675667, 0.06159685179591179, -0.04873092100024223, 0.07197003066539764, 0.03792601451277733, 0.023555492982268333, 0.0226365365087986, -0.060506489127874374, -0.02784114144742489, -0.02347211353480816, -0.030370382592082024, 0.0805763527750969, -0.006753165274858475, -0.040895164012908936, 0.06846252083778381, 0.03320026397705078, -0.06891366094350815, 0.04206293448805809, 0.02583424001932144, 0.04238346591591835, 0.030538521707057953, 0.038628026843070984, -0.04811955988407135, 0.0075343032367527485, -0.031839556992053986, 0.021704943850636482, -0.0290557648986578, -0.010304337367415428, -0.023058997467160225, -0.04669514670968056, -0.0026484208647161722, 0.03503979369997978, -0.03494817391037941, 0.0025283372960984707, 0.016253581270575523, -0.029755625873804092, -0.04032566770911217, 0.018501602113246918, 0.025429267436265945, -0.019326530396938324, -0.011007837951183319, -0.018774384632706642, 0.012521752156317234, 0.048073697835206985, 0.007637517526745796, -0.06063619628548622, 0.008412787690758705, -0.01840853877365589, -0.07688228785991669, -0.033467717468738556, 0.0505414679646492, 0.021123060956597328, -0.008127561770379543, 0.0012373526114970446, 0.03699812665581703, 0.037677839398384094, 0.02656324952840805, 0.0007881316123530269, 0.008279143832623959, -0.06928743422031403, 0.0026574779767543077, 0.022676164284348488, 0.011937282048165798, 0.016019143164157867, -0.008979451842606068, 0.03652239218354225, 0.09486095607280731, 0.03425920009613037, -0.0024158658925443888, -0.047869447618722916, -0.024256642907857895, 0.0017311432166025043, -0.04635803401470184, 0.03773294389247894, 0.0068734935484826565, -0.047177352011203766, -0.030639884993433952, -0.03398674353957176, -0.0027520565781742334, 0.030689802020788193, -0.038848329335451126, 0.0037937213201075792, 0.05259624868631363, 0.013012099079787731, -0.049247417598962784, -0.12747038900852203, -0.042985014617443085, -0.010518313385546207, 0.03947930783033371, 0.039360448718070984, -0.043490875512361526, 0.029591474682092667, -0.016447504982352257, -0.024043617770075798, 0.0619865357875824, 0.004736545495688915, -0.011873360723257065, 0.07206133008003235, 0.06686945259571075, -0.03568601980805397, 0.02526293508708477, 0.020936595275998116, -0.04519972950220108, 0.06143181025981903, 0.015005758963525295, 0.03184189274907112, 0.0051866197027266026, 0.027641940861940384, -0.010484126396477222, -0.0004891569842584431, -0.012246488593518734, -0.03262750431895256, -0.002287765499204397, 0.007679041940718889, 0.05938386172056198 ]
DongHai/DialoGPT-small-rick
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
9
null
--- license: apache-2.0 tags: - generated_from_trainer datasets: - glue metrics: - accuracy - f1 model-index: - name: test-trainer-to-hub results: - task: name: Text Classification type: text-classification dataset: name: glue type: glue args: mrpc metrics: - name: Accuracy type: accuracy value: 0.8455882352941176 - name: F1 type: f1 value: 0.893760539629005 --- <!-- 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. --> # test-trainer-to-hub This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset. It achieves the following results on the evaluation set: - Loss: 0.7352 - Accuracy: 0.8456 - F1: 0.8938 ## 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 | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:| | No log | 1.0 | 459 | 0.4489 | 0.8235 | 0.8792 | | 0.5651 | 2.0 | 918 | 0.4885 | 0.8260 | 0.8811 | | 0.3525 | 3.0 | 1377 | 0.7352 | 0.8456 | 0.8938 | ### Framework versions - Transformers 4.16.2 - Pytorch 1.10.2+cu102 - Datasets 1.18.3 - Tokenizers 0.11.0
[ -0.020796647295355797, -0.009407075121998787, -0.018699802458286285, 0.04454958066344261, 0.06937732547521591, 0.025113744661211967, -0.008139700628817081, -0.024188969284296036, -0.03798551484942436, 0.05711130052804947, -0.01266177836805582, -0.014773489907383919, 0.01452263817191124, 0.024006502702832222, -0.023131517693400383, -0.0221257284283638, -0.004305969458073378, -0.004083400126546621, -0.004750271327793598, -0.0037059769965708256, -0.008580795489251614, 0.01036838162690401, -0.02445165254175663, -0.0012890909565612674, 0.0017869013827294111, -0.004389878362417221, -0.0017688118387013674, 0.010434247553348541, 0.04643826186656952, -0.06067638471722603, 0.005965991877019405, -0.05234023928642273, -0.04480495676398277, -0.013977928087115288, -0.009948322549462318, 0.0005606569466181099, 0.009276801720261574, 0.003940559457987547, 0.029678545892238617, 0.06107858940958977, -0.004494130611419678, 0.002962899161502719, -0.009910871274769306, -0.03765096515417099, 0.0328923799097538, -0.004692351445555687, -0.025131970643997192, 0.004323628731071949, 0.02859649620950222, -0.015261281281709671, -0.07455366849899292, -0.07536669820547104, -0.022170260548591614, 0.02259581908583641, -0.01273167971521616, -0.017524786293506622, -0.05378611013293266, 0.0021895128302276134, 0.05819354206323624, -0.03309464454650879, -0.04871712997555733, 0.03169449791312218, -0.053914349526166916, -0.0021395660005509853, 0.009636165574193, -0.04599583521485329, -0.014994124881923199, -0.030661210417747498, 0.032201237976551056, -0.02797134779393673, 0.06500664353370667, -0.014829733408987522, 0.02991105429828167, -0.09609861671924591, -0.03117546997964382, -0.005846214015036821, 0.020696766674518585, 0.06147739663720131, -0.033343736082315445, 0.0559413805603981, 0.047113556414842606, -0.0003590806445572525, 0.04482267051935196, -0.0086379898712039, -0.0016470698174089193, 0.010946124792098999, -0.049961306154727936, 0.007102704606950283, 0.01885787956416607, 0.03625698387622833, -0.02208954468369484, -0.030566571280360222, -0.058513376861810684, -0.03504160791635513, -0.020181315019726753, 0.006894639227539301, 0.020514264702796936, -0.0017241613240912557, 0.04868469759821892, 0.014147280715405941, 0.03453606739640236, 0.029569918289780617, -0.030644234269857407, 0.06315088272094727, -0.0037795810494571924, 0.000078527198638767, -0.008721202611923218, -0.005778888706117868, -0.05426205322146416, 0.00959968101233244, 0.01847687177360058, -0.028461501002311707, -0.03296682611107826, 0.05012443661689758, 0.009153778664767742, -0.012427500449120998, 0.06134345382452011, -0.015492369420826435, -0.03339282423257828, -0.050748202949762344, 0.03915867581963539, 0.017270337790250778, 0.01625027321279049, 0.0013816331047564745, -0.04068458080291748, 0.011129012331366539, -0.01140351127833128, -0.0383174829185009, -0.02194070629775524, 0.009464750066399574, -0.007763801608234644, 0.07527972012758255, -0.005228476133197546, -0.07368670403957367, 0.0007410557009279728, 0.018768085166811943, -0.04577985778450966, 0.049775976687669754, 0.03380643576383591, 0.11977072060108185, -0.06711217015981674, -0.06665922701358795, 0.031685344874858856, 0.030218923464417458, -0.022557735443115234, 0.015213274396955967, 0.0067217969335615635, -0.028669679537415504, -0.002765507437288761, 0.0038454814348369837, 0.05639827251434326, -0.06074703112244606, -0.01380843948572874, 0.06176932528614998, 0.0015348902670666575, 0.02167723886668682, -0.059476882219314575, -0.017499033361673355, 0.03033575788140297, -0.02880074828863144, -0.010133029893040657, 0.02368888445198536, -0.025805624201893806, -0.02306436188519001, -0.03757693991065025, -0.053698696196079254, 0.00453794514760375, 0.08474000543355942, -0.0016279255505651236, -0.02716280333697796, -0.01892644353210926, 0.024190908297896385, 0.06352992355823517, 0.02595464512705803, -0.033730629831552505, 0.040332384407520294, 0.07468175143003464, 0.03289727121591568, -0.04789245128631592, 0.050848156213760376, 0.014232588931918144, -0.01737983338534832, -0.02997923083603382, 0.024449259042739868, -0.008151238784193993, -0.04323401674628258, 0.0309748537838459, -0.004903204273432493, 0.01757415384054184, -0.05333602800965309, -0.040685564279556274, 0.058679938316345215, 0.0025258150417357683, -0.010282575152814388, 0.011620447970926762, 0.01724119298160076, -0.02347848005592823, 0.02372000738978386, -0.015458050183951855, 0.007258066441863775, -0.02298649586737156, -0.04751402512192726, 0.04326452687382698, 0.0014809190761297941, 0.029297277331352234, 0.04906149581074715, -0.004692351445555687, 0.08208971470594406, -0.026595156639814377, 0.01740601286292076, -0.04494284465909004, -0.03686905652284622, 0.009249625727534294, 0.049889661371707916, 0.04344194754958153, 0.06694815307855606, 0.00734374113380909, -0.04032127931714058, 0.024668056517839432, 0.06418564915657043, 0.028736494481563568, -0.0015606017550453544, -0.04284453019499779, -0.024092989042401314, 0.04118485376238823, 0.05423416942358017, -0.05057992786169052, -0.0360606387257576, 0.025776727125048637, 0.04618074372410774, -0.01012900285422802, 0.007926647551357746, -0.01970815099775791, 0.028290197253227234, -0.04138653725385666, -0.05432906374335289, 0.038566187024116516, 0.01776825450360775, -0.008134642615914345, 0.018784165382385254, 0.013596490025520325, 0.011061281897127628, 0.031103430315852165, 0.010210484266281128, 0.017209896817803383, -0.04314775392413139, 0.019394326955080032, 0.03601296618580818, 0.04969726502895355, -0.03806798905134201, 0.03688916936516762, -0.02437158301472664, 0.016322482377290726, 0.03020435944199562, -0.027798067778348923, 0.017091237008571625, 0.06618142873048782, 0.012442403472959995, -0.016377124935388565, 0.007556910626590252, 0.019029030576348305, 0.034962426871061325, 0.015822233632206917, 0.003779130056500435, 0.08210348337888718, -0.01031913049519062, 0.053099267184734344, 0.0846981629729271, 0.029318397864699364, 0.03793315961956978, 0.0354062020778656, 0.07102183252573013, 0.012300414964556694, -0.010612638667225838, 0.041260842233896255, -0.05660918354988098, 0.015837622806429863, -0.04436160624027252, 0.021977756172418594, -0.010724633932113647, 0.005295115523040295, 0.03962698578834534, 0.03764618560671806, -0.020720871165394783, 0.005706435535103083, 0.002883743494749069, -0.010182672180235386, 0.031233783811330795, -0.018794430419802666, 0.010003477334976196, -0.008895494975149632, 0.0037991253193467855, -0.02702777087688446, -0.06862621009349823, -0.051479145884513855, -0.03213445097208023, -0.03295297920703888, -0.009905918501317501, -0.11108046025037766, -0.009125440381467342, -0.07423268258571625, -0.019635284319519997, 0.03351462632417679, 0.006804691161960363, -0.005028618965297937, -0.0448349304497242, -0.0029719085432589054, -0.03060714714229107, -0.03757584095001221, -0.03410692885518074, -0.03335509076714516, -0.0688004419207573, -0.06693375110626221, 0.025348911061882973, 0.033574480563402176, 0.03212253004312515, 0.0007218917016871274, -0.004729782231152058, -0.015278051607310772, -0.009470810182392597, 0.04983256012201309, 0.05704858899116516, -0.0301668681204319, -0.04187707602977753, 0.028427336364984512, -0.029107896611094475, 0.019184958189725876, -0.002145928330719471, -0.025030596181750298, 0.09409239143133163, 0.07208225131034851, 0.012609601952135563, -0.004515761975198984, -0.020477822050452232, -0.05537202209234238, -0.05679001659154892, -0.02245183102786541, -0.041841160506010056, -0.005240489263087511, -0.05382583290338516, -0.050593774765729904, -0.027896134182810783, -0.035807862877845764, 0.007810457143932581, -0.014725586399435997, 0.012483475729823112, 0.02298254519701004, 0.030858973041176796, 0.022783126682043076, 0.05418163165450096, -0.032267939299345016, -0.036386363208293915, 0.0502898283302784, 0.02276579663157463, 0.015307275578379631, -0.0871918648481369, -0.017755191773176193, 0.021770188584923744, -0.004835909232497215, -0.010260425508022308, 0.007837463170289993, 0.08238204568624496, 0.005769821349531412, -0.011204247362911701, 0.02027949132025242, -0.022701144218444824, -0.013628317043185234, -0.02747039869427681, 0.007855524308979511, -0.01691308617591858, -0.0324145182967186, -0.02404213510453701, -0.016192350536584854, 0.043629709631204605, -0.08062722533941269, -0.05903700739145279, -0.008289387449622154, 0.052828021347522736, 0.04758736863732338, 0.0009679932845756412, -0.023274751380085945, -0.013292602263391018, -0.06555280834436417, -0.021212134510278702, 0.04226966202259064, 0.009982781484723091, -0.00018077804998029023, 0.055501554161310196, 0.012541775591671467, -0.031519606709480286, 0.05165846645832062, 0.03624933212995529, 0.05157490819692612, 0.0027813948690891266, -0.0636998638510704, 0.013249573297798634, -0.017613377422094345, 0.04625419154763222, -0.001202057464979589, -0.02482542209327221, -0.02724570780992508, -0.1088956743478775, -0.01963886432349682, 0.006349705159664154, -0.01661432348191738, -0.017328612506389618, 0.039278481155633926, -0.025227712467312813, -0.021504387259483337, 0.0009731508325785398, 0.017528126016259193, 0.029376177117228508, -0.02648751251399517, 0.049171607941389084, -0.017532829195261, 0.020419292151927948, -0.07016965746879578, 0.006523452699184418, -0.025167522951960564, -0.02111082896590233, 0.006178440060466528, 0.05241616442799568, -0.012623165734112263, 0.053741928189992905, 0.0745130106806755, 0.03663485869765282, -0.041665416210889816, 0.04351335018873215, 0.0666397213935852, -0.024985775351524353, -0.04063356667757034, -0.01813993975520134, 0.014447378925979137, -0.02464459277689457, -0.009286790154874325, -0.018804458901286125, 0.038234733045101166, 0.04128728061914444, -0.00841432437300682, 0.018515100702643394, 0.007849559187889099, -0.03971116244792938, -0.02913271263241768, -0.07105109095573425, -0.029193289577960968, -0.0039246720261871815, -0.027445314452052116, 0.026796290650963783, 0.05595511570572853, 0.012134593911468983, 0.05769616365432739, 0.0436706505715847, -0.03416896238923073, -0.013750706799328327, 0.03255901485681534, 0.015731653198599815, -0.01828850992023945, -0.07504688948392868, -0.03207255154848099, 0.03793362155556679, 0.03706470504403114, -0.004497706890106201, -0.05554180219769478, 0.007756351493299007, 0.05991131067276001, -0.052159253507852554, 0.029344528913497925, 0.003293293993920088, 0.053299907594919205, 0.0651794895529747, 0.010643216781318188, 0.05234407261013985, -0.02609049715101719, -0.009618327021598816, -0.004448898136615753, 0.007260697428137064, -0.006526871584355831, -0.03171005845069885, -0.04048702120780945, 0.035777170211076736, 0.06096179783344269, 0.05253966897726059, 0.03608478605747223, -0.019099313765764236, -0.04172849655151367, 0.006613512057811022, 0.0425703339278698, -0.050917115062475204, -0.008061249740421772, 0.026324886828660965, 0.05649568885564804, -0.04571467638015747, -0.04310418292880058, -0.046273790299892426, -0.04015953466296196, 0.02722049690783024, -0.0009527741931378841, -0.03576882928609848, -0.04577586427330971, 0.034995757043361664, 0.005614680238068104, -0.029688263311982155, -0.08155844360589981, 0.04932887852191925, 0.0037396387197077274, -0.010925971902906895, 0.04076244309544563, 0.02389184758067131, 0.036411918699741364, 0.07064924389123917, 0.030116595327854156, 0.0040230476297438145, -0.026188910007476807, 0.046352870762348175, -0.04751204699277878, -0.03001484088599682, 0.015235856175422668, -0.0513777919113636, -0.012694110162556171, -0.016858413815498352, -0.0257923174649477, -0.04174824804067612, -0.022346165031194687, 0.02965380810201168, 0.007497245445847511, -0.028927940875291824, -0.01474458072334528, 0.032825734466314316, -0.019848279654979706, -0.03735668212175369, -0.04110578075051308, -0.03977903723716736, -0.0535709373652935, -0.06584570556879044, 0.030151838436722755, 0.005653465632349253, 0.014683954417705536, 0.03250593692064285, 0.034957535564899445, 0.011239842511713505, 0.0158485546708107, -0.01975676603615284, 0.022098911926150322, -0.0091958437114954, -0.027320632711052895, -0.02697508968412876, 0.022471711039543152, 0.016916917636990547, 0.032658159732818604, -0.018105583265423775, 0.041166700422763824, 0.0038698415737599134, -0.019005829468369484, -0.004253984894603491, 0.03887023776769638, 0.016757698729634285, -0.048479802906513214, -0.03804128244519234, -0.006839307025074959, -0.031113673001527786, 0.032815661281347275, -0.02371331676840782, -0.022570045664906502, 0.017907941713929176, 0.020588267594575882, 0.055246513336896896, 0.0029030493460595608, -0.017472071573138237, 0.009482971392571926, -0.02778247371315956, 0.038691356778144836, -0.03525223582983017, 0.05168962851166725, -0.04651309549808502, 0.007043181918561459, -0.024447286501526833, 0.006574273109436035, -0.012301390990614891, 0.04940620809793472, -0.014653821475803852, -0.01911092922091484, 0.0012816452654078603, 0.03812990337610245, -0.03204023092985153, 0.030600298196077347, -0.0022275347728282213, 0.03035268373787403, -0.04945668578147888, 0.052352212369441986, -0.05373125150799751, 0.0021506301127374172, -0.029339198023080826, 0.012378147803246975, -0.01472813542932272, 0.003480627667158842, -0.022734984755516052, -0.0286696944385767, 0.03440232202410698, 0.04979945346713066, 0.023275308310985565, 0.037975117564201355, 0.00039565397310070693, 0.0046353586949408054, 0.026888741180300713, -0.026471562683582306, -0.030223313719034195, -0.0010397369042038918, -0.03007744438946247, -0.022660894319415092, 0.061866577714681625, 0.03287482634186745, -0.07565856724977493, -0.06420121341943741, 0.08143647760152817, 0.0015355795621871948, 0.00271957041695714, 0.003531088586896658, 0.045766811817884445, 0.04160313308238983, 0.03706492856144905, -0.042466871440410614, -0.011395993642508984, -0.012983598746359348, -0.036887794733047485, 0.047399912029504776, -0.016449371352791786, 0.03778766095638275, 0.018487604334950447, -0.04005376994609833, -0.020719923079013824, 0.06119430437684059, 0.019012195989489555, 0.01566942036151886, -0.02223501354455948, -0.03784646838903427, 0.027519380673766136, 0.0005352384177967906, -0.040808986872434616, 0.0022535896860063076, 0.021245159208774567, -0.020510222762823105, 0.055465612560510635, 0.0009133332641795278, -0.0007256056414917111, 0.06927942484617233, 0.03215093910694122, -0.009901083074510098, 0.06284524500370026, -0.02214977703988552, -0.0016129377763718367, 0.03868161514401436, -0.06814727932214737, -0.020368611440062523, -0.044200778007507324, 0.07670238614082336, -0.07280337810516357, 0.0317632332444191, 0.03426996245980263, 0.008781269192695618, 0.012181461788713932, -0.029256246984004974, -0.05186362937092781, 0.01558120921254158, -0.05407068133354187, 0.07587210834026337, 0.0004517566703725606, -0.036326296627521515, 0.050345636904239655, 0.022362301126122475, -0.06785847246646881, 0.04143587872385979, 0.03402534872293472, 0.05388334393501282, 0.018893234431743622, 0.04331163316965103, -0.03901565447449684, 0.02165083773434162, -0.04271157830953598, 0.05216613784432411, -0.050756990909576416, -0.022600360214710236, 0.031769782304763794, -0.03074871189892292, -0.01991252787411213, 0.0517207607626915, -0.01926363818347454, -0.020554039627313614, 0.04856852442026138, -0.03562659025192261, -0.05487774312496185, 0.01590871252119541, 0.018409550189971924, -0.02511201985180378, 0.0099070705473423, -0.03814725950360298, 0.023635737597942352, 0.015751821920275688, -0.010879038833081722, -0.02138163335621357, -0.005262480117380619, 0.0366964116692543, -0.05684366822242737, -0.03304839879274368, 0.041946280747652054, -0.0036038008984178305, -0.030480429530143738, 0.010860576294362545, 0.03270525857806206, 0.015973882749676704, 0.013094507157802582, -0.01594485528767109, 0.015857234597206116, -0.035366516560316086, -0.019352251663804054, 0.0039334907196462154, -0.0003280219971202314, 0.00973792839795351, -0.01025195699185133, 0.030736809596419334, 0.030267750844359398, 0.02102283015847206, 0.002677205251529813, -0.017820952460169792, -0.03995398059487343, 0.02153593860566616, -0.044612638652324677, -0.0025644958950579166, -0.004712807480245829, -0.05470139905810356, -0.0364421047270298, -0.012238104827702045, -0.037031423300504684, 0.028736289590597153, -0.041089389473199844, 0.0017450160812586546, 0.037065960466861725, -0.021698888391256332, -0.046398431062698364, -0.1150251254439354, -0.008412674069404602, -0.051417019218206406, 0.003217747900635004, 0.03920770436525345, -0.02757817506790161, 0.0384228490293026, -0.0251591969281435, -0.047500286251306534, 0.02784018963575363, 0.01474357396364212, -0.04474446550011635, 0.04284502565860748, 0.04066808894276619, -0.05192603915929794, 0.021000545471906662, 0.03131074458360672, -0.043509554117918015, -0.007706951349973679, 0.026814449578523636, 0.028056122362613678, 0.016918238252401352, 0.020018773153424263, -0.03931490331888199, -0.014697994105517864, -0.062472887337207794, -0.0405147448182106, -0.07011666893959045, 0.006719329860061407, 0.048608891665935516 ]
Doohae/q_encoder
[ "pytorch" ]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
3
null
--- language: es datasets: - stsb_multi_mt tags: - sentence-similarity - sentence-transformers --- This is a test model that was fine-tuned using the Spanish datasets from [stsb_multi_mt](https://huggingface.co/datasets/stsb_multi_mt) in order to understand and benchmark STS models. ## Model and training data description This model was built taking `distiluse-base-multilingual-cased-v1` and training it on a Semantic Textual Similarity task using a modified version of the training script for STS from Sentece Transformers (the modified script is included in the repo). It was trained using the Spanish datasets from [stsb_multi_mt](https://huggingface.co/datasets/stsb_multi_mt) which are the STSBenchmark datasets automatically translated to other languages using deepl.com. Refer to the dataset repository for more details. ## Intended uses & limitations This model was built just as a proof-of-concept on STS fine-tuning using Spanish data and no specific use other than getting a sense on how this training works. ## How to use You may use it as any other STS trained model to extract sentence embeddings. Check Sentence Transformers documentation. ## Training procedure This model was trained using this [Colab Notebook](https://colab.research.google.com/drive/1ZNjDMFdy_lKhnD9BtbqzSbQ4LNz638ZA?usp=sharing) ## Evaluation results Evaluating `distiluse-base-multilingual-cased-v1` on the Spanish test dataset before training results in: ``` 2021-07-06 17:44:46 - EmbeddingSimilarityEvaluator: Evaluating the model on dataset: 2021-07-06 17:45:00 - Cosine-Similarity : Pearson: 0.7662 Spearman: 0.7583 2021-07-06 17:45:00 - Manhattan-Distance: Pearson: 0.7805 Spearman: 0.7772 2021-07-06 17:45:00 - Euclidean-Distance: Pearson: 0.7816 Spearman: 0.7778 2021-07-06 17:45:00 - Dot-Product-Similarity: Pearson: 0.6610 Spearman: 0.6536 ``` While the fine-tuned version with the defaults of the training script and the Spanish training dataset results in: ``` 2021-07-06 17:49:22 - EmbeddingSimilarityEvaluator: Evaluating the model on stsb-multi-mt-test dataset: 2021-07-06 17:49:24 - Cosine-Similarity : Pearson: 0.8265 Spearman: 0.8207 2021-07-06 17:49:24 - Manhattan-Distance: Pearson: 0.8131 Spearman: 0.8190 2021-07-06 17:49:24 - Euclidean-Distance: Pearson: 0.8129 Spearman: 0.8190 2021-07-06 17:49:24 - Dot-Product-Similarity: Pearson: 0.7773 Spearman: 0.7692 ``` In our [STS Evaluation repository](https://github.com/eduardofv/sts_eval) we compare the performance of this model with other models from Sentence Transformers and Tensorflow Hub using the standard STSBenchmark and the 2017 STSBenchmark Task 3 for Spanish. ## Resources - Training dataset [stsb_multi_mt](https://huggingface.co/datasets/stsb_multi_mt) - Sentence Transformers [Semantic Textual Similarity](https://www.sbert.net/examples/training/sts/README.html) - Check [sts_eval](https://github.com/eduardofv/sts_eval) for a comparison with Tensorflow and Sentence-Transformers models - Check the [development environment to run the scripts and evaluation](https://github.com/eduardofv/ai-denv)
[ -0.0326351672410965, -0.01694072224199772, -0.021508868783712387, 0.06978524476289749, 0.03335044905543327, 0.03900173678994179, -0.03318710997700691, -0.001160348765552044, -0.054373666644096375, 0.06352311372756958, 0.0010693236254155636, -0.017750585451722145, -0.005714393686503172, 0.03409288078546524, -0.03677313029766083, -0.035428304225206375, -0.012464790605008602, -0.011399637907743454, -0.04849034175276756, -0.025151999667286873, 0.011419281363487244, 0.00207688775844872, 0.0012991932453587651, 0.02292023040354252, -0.011248283088207245, 0.033529628068208694, -0.009852773509919643, 0.033470623195171356, 0.013351626694202423, -0.05062280595302582, 0.004870332777500153, -0.011339135468006134, -0.03934819623827934, -0.02840435318648815, -0.020579064264893532, 0.02371237985789776, 0.003971405327320099, -0.001032070373184979, 0.023964375257492065, 0.05278172716498375, -0.01797974295914173, 0.021843934431672096, -0.0013399421004578471, -0.029626576229929924, 0.03614317998290062, 0.024847399443387985, -0.03340529650449753, -0.02225370705127716, 0.02749835141003132, -0.024317776784300804, -0.06369732320308685, -0.09640872478485107, -0.016170211136341095, 0.03483838587999344, 0.003256537951529026, -0.015282072126865387, -0.05828971415758133, -0.02712460793554783, 0.06914276629686356, -0.05437570437788963, -0.023601017892360687, 0.02340807393193245, -0.04796961694955826, -0.002529290970414877, 0.033477939665317535, -0.03114130347967148, 0.00041501782834529877, -0.047869972884655, 0.005503721535205841, -0.03126225620508194, 0.042879246175289154, -0.03425540030002594, 0.02294517308473587, -0.09493571519851685, -0.021079642698168755, -0.0030263036023825407, 0.021705614402890205, 0.04796888679265976, -0.037302128970623016, 0.07185731083154678, 0.022340642288327217, 0.0020233183167874813, 0.03413431718945503, -0.012764530256390572, -0.008770046755671501, 0.08292337507009506, -0.04343467950820923, 0.001614447683095932, -0.012250980362296104, 0.027440344914793968, -0.03286731243133545, -0.028656376525759697, 0.0027179003227502108, -0.0526263490319252, -0.001376091386191547, 0.01104751881211996, 0.0445559024810791, 0.006923843175172806, 0.0499284528195858, 0.025700490921735764, 0.011414955370128155, 0.04693715274333954, -0.021049700677394867, 0.04723672941327095, -0.03899024426937103, 0.0014391557779163122, 0.0004130452580284327, -0.05432961508631706, -0.033572398126125336, 0.027983933687210083, 0.017500342801213264, -0.03492806479334831, -0.041215427219867706, 0.04187965393066406, 0.031003033742308617, -0.0488261878490448, 0.05934468284249306, -0.016744958236813545, -0.04646154120564461, -0.04455120116472244, 0.0643366351723671, -0.0069388337433338165, -0.006470283959060907, -0.008928538300096989, -0.06747540086507797, 0.006065486930310726, -0.02443954534828663, -0.043841663748025894, -0.008857120759785175, 0.015371653251349926, 0.002531431382521987, 0.03372684866189957, -0.0037586481776088476, -0.05755969136953354, 0.011608833447098732, 0.012499949894845486, -0.07722840458154678, 0.02640366740524769, 0.06085294485092163, 0.09470795840024948, -0.05505964159965515, -0.023390131071209908, 0.017634306102991104, 0.03300473839044571, -0.016315219923853874, 0.006359339226037264, 0.020788034424185753, -0.05465077981352806, -0.017982477322220802, -0.009246253408491611, 0.06989080458879471, -0.050950177013874054, -0.003282387275248766, 0.02636292204260826, -0.02356826327741146, 0.030817214399576187, -0.048043180257081985, -0.0030586845241487026, 0.010734207928180695, 0.0013478428591042757, -0.02878613956272602, 0.039463307708501816, -0.014842101372778416, -0.009531592950224876, -0.042952459305524826, -0.025964444503188133, -0.0097807003185153, 0.08424566686153412, -0.00931765791028738, -0.03367382287979126, -0.0319720022380352, 0.022739076986908913, 0.053408119827508926, 0.01332736574113369, -0.031805429607629776, 0.004481677897274494, 0.08137276023626328, 0.036512307822704315, -0.002259880769997835, 0.0685311108827591, 0.009446106851100922, -0.03823414072394371, -0.031000029295682907, 0.025707660242915154, -0.006015134509652853, -0.016914332285523415, 0.02283157967031002, 0.06453395634889603, -0.01605389080941677, -0.010393064469099045, -0.014743872918188572, 0.06069057062268257, -0.0196649469435215, -0.0023513799533247948, -0.0054238890297710896, -0.006524986587464809, -0.03304646164178848, 0.041465237736701965, -0.021019823849201202, 0.003331248415634036, -0.025109320878982544, -0.02993595413863659, 0.0036953745875507593, 0.04928937926888466, 0.009066511876881123, 0.02761867456138134, -0.004545694217085838, 0.09138806164264679, -0.0337676964700222, 0.01762334257364273, -0.05937318876385689, -0.061334628611803055, -0.014054998755455017, 0.0333087332546711, 0.020236911252141, 0.04706929251551628, 0.015470657497644424, -0.04002169147133827, 0.017626427114009857, 0.06870245188474655, 0.01681135967373848, 0.0354367196559906, -0.0200609490275383, -0.013763491995632648, 0.028409142047166824, 0.05383072420954704, -0.038757458329200745, -0.03740191459655762, 0.014310733415186405, 0.0378585159778595, -0.01623273454606533, 0.00463089719414711, -0.01731153577566147, 0.0343359149992466, -0.055387940257787704, -0.0640299990773201, 0.02975151315331459, 0.01639888435602188, -0.011202001012861729, 0.038551196455955505, -0.008532748557627201, 0.0032079562079161406, 0.02828630991280079, -0.02183084562420845, -0.015826905146241188, -0.06471171230077744, 0.011824076995253563, 0.009191402234137058, 0.04282886162400246, -0.04426024481654167, 0.027669375762343407, 0.014844370074570179, 0.010459597222507, 0.06074576452374458, -0.019352959468960762, 0.01894388347864151, 0.05756090581417084, 0.00045970003702677786, -0.018959200009703636, 0.015485860407352448, 0.014293515123426914, 0.03207399323582649, 0.06189042702317238, -0.005675928667187691, 0.05809080973267555, 0.021533196792006493, 0.03173481300473213, 0.0634511411190033, 0.024974608793854713, 0.01395274605602026, 0.049588192254304886, 0.06953521817922592, -0.003814658848568797, -0.0005445624701678753, 0.07612626999616623, -0.02967616356909275, 0.027954407036304474, -0.030675526708364487, 0.03137145936489105, -0.01717899553477764, 0.003828003304079175, 0.04862883314490318, -0.002327896188944578, -0.014405614696443081, 0.011715779080986977, -0.027799049392342567, -0.019813857972621918, 0.03467706963419914, -0.0006883645546622574, 0.019770637154579163, 0.009807472117245197, -0.028174174949526787, 0.0064420015551149845, -0.06920962780714035, -0.05553361400961876, 0.0044538588263094425, -0.021625293418765068, -0.007400039583444595, -0.06616176664829254, -0.05063372477889061, -0.0590510368347168, -0.0368691049516201, 0.03406037390232086, 0.0021361082326620817, 0.030442465096712112, -0.012309368699789047, 0.016296641901135445, -0.02322857826948166, -0.02672702819108963, -0.04777858033776283, -0.0378081277012825, -0.03760206699371338, -0.058743033558130264, 0.045609503984451294, 0.018393268808722496, 0.03533899411559105, 0.00013808567018713802, -0.005066792014986277, -0.00738510163500905, -0.02297937124967575, 0.04577047377824783, 0.03198101744055748, -0.007910998538136482, -0.03908423334360123, 0.02074904553592205, -0.011756555177271366, 0.01897772029042244, -0.03144821152091026, -0.01752360351383686, 0.06001985818147659, 0.04858439788222313, 0.033065855503082275, 0.020274652168154716, -0.028641099110245705, -0.05509057641029358, -0.06133034825325012, -0.020215382799506187, -0.043729670345783234, -0.011148449964821339, -0.029752092435956, -0.05102793872356415, -0.00849970243871212, -0.03896589204668999, 0.003284156322479248, 0.009175051003694534, 0.034431830048561096, 0.054743070155382156, 0.04781167954206467, 0.051672764122486115, 0.007239900063723326, -0.05409979075193405, -0.014105476438999176, 0.08201054483652115, -0.0067375279031693935, -0.0017545694718137383, -0.08539462834596634, -0.027723709121346474, 0.029786352068185806, 0.024812715128064156, 0.004243117291480303, -0.010602799244225025, 0.09513109922409058, 0.004531318787485361, 0.019529011100530624, 0.03487330675125122, 0.018783582374453545, -0.03337804973125458, 0.012590581551194191, 0.008343726396560669, -0.03601447120308876, -0.045379795134067535, -0.03630033880472183, -0.025336915627121925, 0.04816020652651787, -0.07106529176235199, -0.043939996510744095, -0.01911291293799877, 0.02709435112774372, 0.03146788105368614, 0.0012909305514767766, -0.04242659732699394, 0.0024353323969990015, -0.04113408178091049, -0.044564664363861084, 0.032201576977968216, -0.004855619743466377, 0.01494648214429617, 0.05221934989094734, 0.005494930315762758, -0.04454919695854187, 0.03032425418496132, 0.023161299526691437, 0.04512801021337509, 0.03773876279592514, -0.04402703419327736, 0.04890712723135948, -0.040815144777297974, 0.015100651420652866, 0.0120603172108531, -0.026835335418581963, -0.06039737910032272, -0.08027931302785873, -0.016401268541812897, 0.0029149288311600685, -0.01571805775165558, -0.005767584312707186, 0.03310028091073036, -0.029297340661287308, -0.01835649646818638, -0.0007535938057117164, 0.00007876088056946173, 0.038744006305933, -0.05343034863471985, 0.061723336577415466, -0.015222353860735893, 0.020362714305520058, -0.0442223846912384, 0.00654820678755641, -0.004209362436085939, -0.04743604734539986, 0.01641840673983097, 0.06097594276070595, 0.014370689168572426, 0.03583620488643646, 0.06558012217283249, 0.02780804969370365, -0.041767753660678864, 0.0356399342417717, 0.034354813396930695, -0.009177838452160358, -0.0772685632109642, -0.005000999663025141, -0.014876509085297585, -0.03494448587298393, 0.003109897021204233, -0.02999839559197426, 0.04378174990415573, 0.030337493866682053, 0.019383801147341728, -0.03411297872662544, 0.0012990091927349567, -0.02526986412703991, -0.03628142550587654, -0.06715201586484909, -0.027559641748666763, -0.011930806562304497, -0.025638271123170853, 0.04433608800172806, 0.03505955636501312, -0.0018999335588887334, 0.0340518057346344, 0.059475939720869064, -0.004104924388229847, -0.036950718611478806, 0.03660337254405022, 0.03616896644234657, -0.04500433802604675, -0.06513290852308273, -0.047554418444633484, 0.03952590376138687, 0.04977435991168022, 0.006784786935895681, -0.07650766521692276, 0.020140381529927254, 0.056524742394685745, -0.0368509478867054, 0.06657257676124573, -0.015149250626564026, 0.055078018456697464, 0.04421840235590935, -0.00043175980681553483, 0.02587500400841236, -0.020459095016121864, -0.0019882230553776026, -0.0042354874312877655, 0.0623314306139946, -0.024272216483950615, -0.06839513033628464, -0.047991976141929626, 0.024052703753113747, 0.03523078188300133, 0.04265754669904709, 0.06676670163869858, -0.026356646791100502, -0.06865854561328888, -0.0096100689843297, 0.017862826585769653, -0.048981428146362305, -0.02265002578496933, 0.028949908912181854, 0.0432802252471447, -0.04189419746398926, -0.04260611534118652, -0.0235592070966959, -0.0036130426451563835, 0.04018061235547066, 0.004917083773761988, -0.03150251880288124, -0.04758119583129883, 0.015906741842627525, -0.005663107614964247, -0.023694388568401337, -0.09300156682729721, 0.014524976722896099, -0.003205433953553438, -0.02947254106402397, 0.058331701904535294, 0.05457353964447975, 0.04447223246097565, 0.03734203800559044, -0.004447518847882748, 0.03313569724559784, -0.04540403187274933, 0.038499727845191956, -0.016943370923399925, -0.025421688333153725, -0.015232286415994167, -0.06039033457636833, -0.02427647076547146, -0.032856285572052, -0.022601019591093063, -0.034283678978681564, -0.03863567113876343, 0.011294208467006683, -0.016982348635792732, 0.03951828554272652, -0.029074253514409065, 0.014075318351387978, -0.025906525552272797, -0.013675196096301079, -0.021426288411021233, -0.04329926148056984, -0.07845862954854965, -0.06001116335391998, 0.006924332119524479, 0.004488807637244463, 0.014646699652075768, 0.0334044024348259, -0.009387161582708359, 0.011294454336166382, 0.014655361883342266, -0.021763818338513374, 0.03473227471113205, 0.007023387122899294, -0.031155958771705627, -0.020043116062879562, -0.01020865049213171, 0.02310124970972538, 0.016259245574474335, -0.04741496220231056, 0.022509921342134476, 0.015672050416469574, -0.028524991124868393, -0.014979103580117226, 0.015865767374634743, 0.017874417826533318, -0.09498991072177887, -0.043515969067811966, -0.03453176096081734, -0.04635122790932655, 0.025579573586583138, 0.007055285386741161, -0.0076049137860536575, 0.004993024747818708, 0.014758947305381298, 0.026365526020526886, 0.009272660128772259, -0.017355890944600105, 0.009176639840006828, -0.005710933357477188, 0.034354496747255325, -0.07614493370056152, 0.03440554440021515, -0.05682495981454849, 0.02038516104221344, -0.004347093403339386, 0.003519899444654584, -0.037065643817186356, 0.05579591915011406, -0.024122191593050957, -0.011736040003597736, -0.023876339197158813, 0.03325515612959862, -0.02736360765993595, 0.0418744757771492, -0.03418327867984772, 0.011629590764641762, -0.01977066695690155, 0.05640215799212456, -0.04149533063173294, -0.006846277508884668, -0.021556351333856583, -0.015981314703822136, -0.024697521701455116, -0.031679943203926086, -0.03486687317490578, -0.02946651540696621, 0.04792636260390282, 0.04327792674303055, 0.023929137736558914, 0.026873864233493805, -0.014457336626946926, 0.0002370667934883386, 0.021486477926373482, -0.05813642963767052, -0.03591402620077133, -0.002755265450105071, 0.04383987933397293, -0.011597826145589352, 0.05962114408612251, 0.02567896619439125, -0.035964641720056534, -0.05635853111743927, 0.036392319947481155, 0.02491898089647293, -0.013790269382297993, -0.010704178363084793, 0.02839096263051033, 0.03061615861952305, 0.05663411319255829, -0.03842344880104065, -0.007252321112900972, -0.012361298315227032, -0.028297528624534607, 0.013260460458695889, 0.013065412640571594, 0.0026062577962875366, 0.004383403342217207, -0.05774984881281853, -0.027769282460212708, 0.0688411220908165, 0.017826173454523087, 0.029001988470554352, -0.00013207616575527936, -0.04257519170641899, 0.02654392644762993, 0.010767467319965363, -0.06145104393362999, -0.003901361022144556, 0.013858692720532417, -0.03637858107686043, 0.06838306784629822, -0.016168750822544098, 0.007568017579615116, 0.04307117313146591, 0.0030804388225078583, -0.01981298066675663, 0.030680149793624878, -0.019729528576135635, -0.009406890720129013, 0.05197518691420555, -0.06593038141727448, -0.003843659767881036, -0.03129429370164871, 0.07162898033857346, -0.044019993394613266, 0.037746310234069824, 0.05184398218989372, 0.03475651517510414, 0.01745845377445221, -0.012487862259149551, -0.041415970772504807, 0.015359210781753063, -0.04164411500096321, 0.07312189042568207, -0.0028694751672446728, -0.06128845363855362, 0.08636035025119781, 0.02912682481110096, -0.08387599885463715, 0.027127332985401154, 0.03645361587405205, 0.015997206792235374, 0.036260589957237244, 0.0268427561968565, -0.06654562801122665, 0.020338106900453568, -0.05077541247010231, 0.030143003910779953, -0.054111748933792114, -0.005503629334270954, 0.012696263380348682, -0.03429396450519562, -0.014212006703019142, 0.0259478110820055, -0.022029569372534752, -0.0026316391304135323, 0.006978999823331833, -0.07051568478345871, -0.04456432908773422, -0.00923717487603426, 0.010584092698991299, -0.010651685297489166, 0.010286771692335606, -0.01502793189138174, 0.015542865730822086, 0.030312884598970413, -0.019445115700364113, -0.04753638431429863, 0.012974610552191734, 0.02020856738090515, -0.06406227499246597, -0.030909854918718338, 0.018662534654140472, 0.033745042979717255, -0.03347049281001091, 0.03862711787223816, -0.020809626206755638, 0.015011703595519066, 0.034034647047519684, -0.006774283014237881, 0.03457442671060562, -0.03502805531024933, -0.003234704490751028, 0.016881581395864487, 0.0033419381361454725, 0.03897325322031975, -0.022299477830529213, 0.03099163994193077, 0.012721962295472622, 0.03439401462674141, -0.01119435578584671, -0.031738970428705215, -0.040884166955947876, 0.032174549996852875, -0.03500894457101822, 0.019562913104891777, -0.0018005190650001168, -0.05606308951973915, -0.03093034215271473, -0.01577707938849926, 0.0019128185231238604, 0.043871067464351654, -0.05243649333715439, -0.0011658676667138934, 0.041323866695165634, -0.037658657878637314, -0.03659910708665848, -0.07349666953086853, -0.047575563192367554, -0.021619057282805443, 0.01402081549167633, 0.04245825111865997, -0.044275764375925064, 0.011671792715787888, -0.032114043831825256, -0.03915330767631531, 0.05185221880674362, 0.038370873779058456, -0.039321549236774445, 0.07430174201726913, 0.04422938451170921, -0.05473259463906288, 0.0036272432189434767, 0.047932013869285583, -0.048186544328927994, 0.017893942072987556, 0.014669124968349934, 0.03091486543416977, 0.03882889077067375, 0.02892192266881466, 0.0036537940613925457, -0.026317134499549866, -0.05295117199420929, -0.0235151220113039, -0.04660559073090553, -0.009609738364815712, 0.07361380010843277 ]
DoyyingFace/bert-COVID-HATE-finetuned-test
[ "pytorch", "bert", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "BertForSequenceClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
29
null
--- license: apache-2.0 tags: model-index: - name: data2vec-nlp-base results: [] --- # Data2Vec NLP Base This model was converted from `fairseq`. The original weights can be found in https://dl.fbaipublicfiles.com/fairseq/data2vec/nlp_base.pt Example usage: ```python from transformers import RobertaTokenizer, Data2VecForSequenceClassification, Data2VecConfig import torch tokenizer = RobertaTokenizer.from_pretrained("roberta-large") config = Data2VecConfig.from_pretrained("edugp/data2vec-nlp-base") model = Data2VecForSequenceClassification.from_pretrained("edugp/data2vec-nlp-base", config=config) # Fine-tune this model inputs = tokenizer("Hello, my dog is cute", return_tensors="pt") outputs = model(**inputs) prediction_logits = outputs.logits ```
[ -0.03014638088643551, 0.010823068208992481, 0.002781515708193183, 0.02009456790983677, 0.03696920722723007, 0.018521703779697418, 0.0074569969438016415, -0.013407592661678791, -0.027223050594329834, 0.028318431228399277, 0.022231871262192726, -0.013177494518458843, 0.022066926583647728, 0.04344617575407028, -0.04384598881006241, -0.0374232679605484, -0.020678367465734482, 0.009224116802215576, -0.03315603733062744, 0.001610473496839404, -0.014144498854875565, -0.012333795428276062, -0.005049946252256632, 0.022662296891212463, -0.026099368929862976, 0.011187910102307796, -0.018689094111323357, 0.011796423234045506, 0.018457436934113503, -0.07342896610498428, 0.023295409977436066, -0.04263078793883324, -0.03068901225924492, -0.03976866230368614, -0.016277654096484184, 0.009180682711303234, 0.014856495894491673, 0.015619207173585892, 0.027741411700844765, 0.04115493968129158, 0.0038920643273741007, 0.010193927213549614, -0.004472288768738508, -0.015430168248713017, 0.058638155460357666, 0.008157188072800636, -0.04273097962141037, -0.025278545916080475, 0.017058130353689194, -0.035563334822654724, -0.050378795713186264, -0.04880651831626892, -0.021146047860383987, 0.030264930799603462, -0.034287285059690475, -0.013840111903846264, -0.06428384780883789, 0.003705000039190054, 0.08160009980201721, -0.03245124593377113, -0.00586913526058197, 0.019278492778539658, -0.08058658242225647, 0.018476106226444244, 0.031151533126831055, -0.03357284888625145, 0.020572926849126816, -0.029274096712470055, 0.014853404834866524, 0.012148811481893063, 0.07453154027462006, -0.03172273933887482, 0.004058780614286661, -0.08689778298139572, 0.015610354952514172, -0.0015176936285570264, 0.03034893423318863, 0.054329901933670044, -0.02596326544880867, 0.04744778200984001, 0.013687717728316784, 0.016026683151721954, 0.03318021446466446, -0.01992616429924965, 0.018559828400611877, 0.005057406146079302, -0.03675408661365509, 0.024059399962425232, 0.022766293957829475, 0.027137642726302147, -0.03800481557846069, -0.041149672120809555, -0.03580181673169136, -0.025603467598557472, -0.008965249173343182, 0.031848929822444916, 0.040977027267217636, 0.01177493017166853, 0.021868135780096054, 0.039739176630973816, 0.021932752802968025, 0.027880065143108368, -0.013654389418661594, 0.025811992585659027, -0.0160592682659626, -0.00428891833871603, -0.009761086665093899, -0.0431557223200798, -0.032479554414749146, 0.04109835997223854, 0.02980978414416313, -0.029459822922945023, -0.04034777730703354, 0.040589589625597, 0.011560936458408833, -0.01425707433372736, 0.06768395006656647, -0.025778045877814293, -0.06303372979164124, -0.03174549341201782, 0.04775293543934822, 0.0068206628784537315, 0.012943986803293228, -0.0063315886072814465, -0.04054850712418556, 0.016063185408711433, -0.04597095400094986, -0.04870588704943657, -0.011001001112163067, 0.02465181238949299, -0.006747397128492594, 0.02991860918700695, 0.01886252872645855, -0.07073210179805756, -0.0025097993202507496, 0.021802512928843498, -0.07530006021261215, 0.03656651824712753, 0.030035976320505142, 0.10499246418476105, -0.06630966812372208, -0.04367048665881157, 0.008948116563260555, 0.00375279295258224, -0.037341851741075516, 0.002435993170365691, 0.007818899117410183, -0.05541858822107315, -0.0068011414259672165, -0.008690294809639454, 0.057088565081357956, -0.06336613744497299, 0.0075557781383395195, 0.07378797233104706, -0.02402585931122303, 0.017690854147076607, -0.04455682635307312, -0.02030136249959469, -0.01490881945937872, 0.001999614993110299, -0.04154382273554802, 0.056986358016729355, -0.024323612451553345, -0.018033506348729134, -0.0488198883831501, -0.039931267499923706, -0.020069098100066185, 0.09137837588787079, 0.006905195768922567, -0.010046502575278282, -0.007725548464804888, 0.01739533804357052, 0.027161113917827606, 0.04125848785042763, -0.04544653743505478, 0.026548517867922783, 0.06546488404273987, 0.03168309107422829, -0.030862806364893913, 0.045690249651670456, 0.042290158569812775, -0.04797196760773659, -0.027423040941357613, -0.00006825746822869405, -0.0004960439982824028, -0.046916503459215164, 0.0014409372815862298, 0.0567137636244297, 0.0048410422168672085, -0.021906482055783272, -0.01795627735555172, 0.07015538215637207, 0.017569854855537415, 0.01505101379007101, -0.0016890622209757566, 0.016683312132954597, -0.03456084430217743, 0.039093900471925735, -0.011231286451220512, 0.004030528943985701, -0.03947809711098671, -0.013145764358341694, -0.00017242692410945892, 0.0033128769136965275, 0.018385550007224083, 0.05473272502422333, -0.014753417111933231, 0.09064052999019623, -0.051647037267684937, 0.01512863114476204, -0.03938978165388107, -0.03655557706952095, 0.0009260067017748952, 0.037448666989803314, 0.03533138334751129, 0.04295508936047554, -0.016921645030379295, -0.05890876054763794, 0.041411105543375015, 0.05258633941411972, 0.04725012928247452, -0.0014119150582700968, -0.026569092646241188, 0.022509433329105377, 0.020694036036729813, 0.048668231815099716, -0.04512915015220642, -0.03561908006668091, 0.02477484568953514, 0.06831318885087967, 0.004868070594966412, 0.016466407105326653, -0.02781388908624649, 0.013339427299797535, -0.007599001284688711, -0.0696171224117279, 0.04671600088477135, 0.01936248317360878, 0.013697674497961998, 0.019539976492524147, -0.01003539189696312, 0.010680751875042915, 0.005823574960231781, 0.028280584141612053, -0.005294483155012131, -0.03073927015066147, 0.011471452191472054, 0.018489759415388107, 0.04915156960487366, -0.049636438488960266, 0.056906808167696, -0.022160304710268974, 0.027868064120411873, 0.0267803817987442, -0.03979592025279999, 0.02090330421924591, 0.0807558223605156, 0.008006791584193707, -0.010953899472951889, 0.018144503235816956, -0.0014796557370573282, 0.0557929202914238, 0.0639689490199089, 0.03252774477005005, 0.08587870001792908, 0.0045501599088311195, 0.04297322407364845, 0.07218965888023376, 0.053896091878414154, -0.008069552481174469, 0.04120874032378197, 0.07783888280391693, -0.0011946185259148479, 0.000699077092576772, 0.06610100716352463, -0.04317130148410797, 0.03910102695226669, -0.0316159762442112, 0.0108463354408741, -0.02387332171201706, -0.01326398178935051, 0.06576819717884064, 0.02602916583418846, -0.01729336567223072, -0.0035336455330252647, -0.014086944982409477, -0.020345743745565414, 0.02653391659259796, -0.018701698631048203, 0.013364619575440884, -0.0027119519654661417, 0.0033044773153960705, 0.007011823356151581, -0.08831930160522461, -0.05536932870745659, 0.005453118588775396, -0.04822329059243202, 0.0023652072995901108, -0.07823512703180313, -0.02553717978298664, -0.06772325932979584, -0.018317388370633125, 0.048841122537851334, -0.001564100617542863, 0.0174571443349123, -0.03965042158961296, 0.0058990782126784325, -0.05206150561571121, -0.04464441537857056, -0.07424784451723099, -0.037205424159765244, -0.032997265458106995, -0.05863200128078461, 0.036578498780727386, 0.007724584545940161, 0.0340607650578022, 0.005520631093531847, -0.007088203448802233, -0.009531754069030285, -0.008296136744320393, 0.03913071006536484, 0.04434473440051079, -0.03281545639038086, -0.02272910065948963, 0.022174952551722527, -0.018428180366754532, 0.026755234226584435, -0.006368981208652258, -0.03639338165521622, 0.0738183856010437, 0.05392390117049217, 0.021748581901192665, 0.0011897212825715542, -0.025488583371043205, -0.06340213865041733, -0.06171596795320511, -0.023840131238102913, -0.04904458299279213, -0.01974225975573063, -0.0182621069252491, -0.035545725375413895, -0.009042532183229923, -0.03715580329298973, -0.01935618557035923, -0.0170093085616827, -0.014733102172613144, 0.035011839121580124, 0.0464354082942009, 0.021164610981941223, 0.03321148082613945, -0.034584298729896545, -0.026564886793494225, 0.033342886716127396, 0.014382925815880299, -0.014368738047778606, -0.07471776753664017, -0.03223767131567001, 0.029834706336259842, 0.025211485102772713, 0.03114265203475952, -0.005407213699072599, 0.09856592863798141, 0.03266582265496254, -0.014097794890403748, 0.03109646961092949, -0.029054107144474983, -0.02709955908358097, -0.008539610542356968, -0.006674258038401604, -0.014460019767284393, -0.04737593233585358, -0.008993212133646011, -0.024040555581450462, 0.03717504069209099, -0.05010150372982025, -0.044675491750240326, -0.006534236948937178, 0.01626979373395443, 0.04288603737950325, 0.011502009816467762, -0.024022527039051056, -0.006139602046459913, -0.03430311009287834, -0.02874486707150936, -0.009697506204247475, 0.0001939517678692937, 0.014149211347103119, 0.07215157151222229, 0.023091377690434456, -0.024509798735380173, 0.030875982716679573, 0.07440898567438126, 0.09055544435977936, 0.015482760034501553, -0.04542159661650658, 0.004934972617775202, -0.03508194535970688, 0.027269329875707626, -0.00024541225866414607, -0.020603543147444725, -0.04583866149187088, -0.08433905988931656, -0.014087381772696972, 0.001361782313324511, -0.018649298697710037, -0.02741170860826969, 0.036587703973054886, 0.008076041005551815, -0.022376226261258125, 0.004874248057603836, 0.030006220564246178, 0.06528209149837494, -0.04341449588537216, 0.04385225847363472, 0.0002447607403155416, 0.05317620933055878, -0.03872668370604515, -0.0021689054556190968, -0.02705898880958557, -0.03653291240334511, 0.013286920264363289, 0.04593415930867195, 0.0497131310403347, 0.05677514150738716, 0.065046526491642, -0.0039026117883622646, -0.0458671860396862, 0.03742838278412819, 0.05889894813299179, -0.03719013184309006, -0.057226549834012985, 0.0026165994349867105, -0.00416695699095726, -0.030553653836250305, -0.002072947332635522, -0.016832299530506134, 0.05056753382086754, 0.05788930878043175, -0.03310442343354225, -0.010476958937942982, 0.012477514334022999, -0.010382232256233692, -0.012396921403706074, -0.049033068120479584, -0.03388309106230736, 0.006356931757181883, -0.041291918605566025, 0.041987478733062744, 0.03689461946487427, 0.002503857249394059, 0.06807595491409302, 0.028501607477664948, -0.021962229162454605, -0.03879788517951965, 0.03508187457919121, 0.048091478645801544, -0.04149414598941803, -0.05416753515601158, -0.04716917872428894, 0.00925584975630045, 0.05269075930118561, -0.015718279406428337, -0.07341397553682327, 0.013549016788601875, 0.03480563312768936, -0.04758378490805626, 0.06557820737361908, -0.01266050897538662, 0.03142163157463074, 0.05514340475201607, -0.006368907634168863, 0.02565980702638626, -0.032212477177381516, -0.00604504719376564, 0.01753014698624611, 0.01920398883521557, -0.023649118840694427, -0.031591035425662994, -0.04149065911769867, 0.019135892391204834, 0.05331479012966156, 0.05207967385649681, 0.026920562610030174, -0.029584338888525963, -0.054415177553892136, 0.010297720320522785, 0.045040059834718704, -0.025912458077073097, 0.025888990610837936, 0.024160198867321014, 0.027851158753037453, -0.058631982654333115, -0.02791588380932808, -0.02243061177432537, -0.004875282756984234, 0.03676123917102814, 0.004935503005981445, -0.030569735914468765, -0.009518511593341827, 0.03045918419957161, -0.01876130886375904, -0.020972732454538345, -0.09732318669557571, 0.010953234508633614, -0.006607147864997387, -0.01293996348977089, 0.022112132981419563, 0.05524890497326851, 0.04262760654091835, 0.027106277644634247, -0.018216799944639206, 0.018367847427725792, -0.03317051753401756, 0.04224700480699539, -0.028769120573997498, -0.03309043124318123, -0.001432333025150001, -0.028762735426425934, -0.030280916020274162, -0.020590541884303093, -0.053840551525354385, -0.0411158949136734, 0.0030430066399276257, 0.011838049627840519, -0.012780527584254742, 0.012291389517486095, -0.012685333378612995, 0.05467861145734787, -0.043024856597185135, -0.027204301208257675, -0.03821149468421936, -0.05119844526052475, -0.08180567622184753, -0.03698182851076126, 0.04477544501423836, 0.01708413101732731, 0.04025590419769287, 0.0035444016102701426, 0.008508759550750256, 0.022142460569739342, 0.00856932532042265, -0.02280925028026104, 0.0141104431822896, 0.006293926853686571, -0.04447022080421448, -0.010677414014935493, 0.024923495948314667, 0.012337581254541874, 0.02008833922445774, -0.020378844812512398, 0.03659960255026817, 0.019651830196380615, 0.0031897849403321743, -0.005867305211722851, 0.004435346927493811, 0.006794682238250971, -0.06388212740421295, -0.032930612564086914, -0.003041669027879834, -0.040404096245765686, 0.03533860668540001, -0.006557692773640156, -0.006380448117852211, 0.021343113854527473, 0.04531947895884514, 0.02738315798342228, -0.012055334635078907, -0.027455585077404976, 0.012724045664072037, -0.04525858908891678, 0.04120827838778496, -0.047446027398109436, 0.023877395316958427, -0.03762001171708107, 0.03318561613559723, 0.005167620722204447, 0.002847367897629738, -0.047494228929281235, 0.04480765387415886, -0.016106683760881424, -0.005831340327858925, -0.045394979417324066, 0.042243845760822296, -0.01969141699373722, 0.03660261258482933, -0.019400712102651596, 0.023417893797159195, -0.022000417113304138, 0.07319586724042892, -0.0377444364130497, 0.024141130968928337, -0.0467817559838295, 0.021711524575948715, -0.04553206264972687, -0.011590580455958843, -0.003105898853391409, -0.029454179108142853, 0.04393807798624039, 0.04782307147979736, 0.041636642068624496, 0.01127096451818943, -0.027564022690057755, 0.013805716298520565, 0.017776336520910263, -0.06615235656499863, -0.02016107551753521, 0.006930341944098473, 0.018917638808488846, -0.015970420092344284, 0.0515754371881485, 0.026378819718956947, -0.06087169051170349, -0.042523231357336044, 0.050116054713726044, -0.016328532248735428, 0.023584876209497452, -0.001056523178704083, 0.004013633355498314, 0.03266517072916031, 0.05072394013404846, -0.022992366924881935, -0.007281832862645388, -0.02386968396604061, -0.02204790897667408, 0.018267260864377022, -0.02175098843872547, 0.03913000226020813, 0.0058088903315365314, -0.04602076858282089, -0.02917277254164219, 0.05953948572278023, 0.04932674765586853, 0.023374730721116066, -0.02926683984696865, -0.04085676372051239, 0.024830935522913933, 0.00849434919655323, -0.040274374186992645, -0.013033573515713215, -0.014755417592823505, -0.02701050043106079, 0.08160144835710526, -0.027589013800024986, 0.012407345697283745, 0.045973677188158035, 0.04000509902834892, -0.010473438538610935, 0.08084619790315628, -0.022037282586097717, 0.01300563383847475, 0.055482834577560425, -0.07374012470245361, -0.0117902010679245, -0.014583343639969826, 0.06455598771572113, -0.061721254140138626, 0.03548373281955719, 0.03723759204149246, 0.026254229247570038, 0.002301139524206519, -0.028371037915349007, -0.0269992183893919, 0.036846645176410675, -0.04437180608510971, 0.097909115254879, 0.0101175457239151, -0.06020282581448555, 0.06724698096513748, 0.032698728144168854, -0.06855340301990509, 0.04722131788730621, 0.028201118111610413, 0.027305468916893005, 0.030854806303977966, 0.04344546049833298, -0.05789639800786972, -0.00774525897577405, -0.033449530601501465, 0.03339832276105881, -0.08755175769329071, -0.018481936305761337, 0.0357719287276268, -0.032540298998355865, -0.008143898099660873, 0.05916376784443855, -0.025377683341503143, -0.005682159215211868, 0.03261624649167061, -0.03663028031587601, -0.02673734724521637, 0.004229630343616009, 0.014835208654403687, -0.013114817440509796, 0.01972629874944687, -0.05157327279448509, 0.02154696360230446, 0.006628180388361216, 0.0011264346539974213, -0.02484241873025894, -0.001127899973653257, -0.005982100497931242, -0.06509950011968613, -0.0429411381483078, 0.04106132686138153, 0.013086238875985146, -0.028988555073738098, 0.05131906270980835, -0.005624782294034958, 0.013817725703120232, 0.024370772764086723, 0.010819580405950546, 0.016052721068263054, -0.04356016963720322, -0.0034614575561136007, 0.027145378291606903, 0.006914420984685421, 0.03476859629154205, -0.007185730151832104, 0.03407607972621918, 0.016384216025471687, 0.009226066060364246, 0.0037605715915560722, -0.006830913946032524, -0.00965111330151558, 0.02361992746591568, -0.03810315579175949, 0.020792635157704353, 0.0005831464659422636, -0.03665491193532944, -0.038588747382164, 0.016314292326569557, -0.026637615635991096, 0.016115840524435043, -0.032766200602054596, 0.03574493154883385, 0.024180635809898376, -0.008593590930104256, -0.07330431044101715, -0.06915070116519928, -0.04163126274943352, -0.03644043207168579, 0.02319462224841118, 0.014237219467759132, -0.03506189212203026, 0.005999681074172258, -0.0570339635014534, -0.07359530031681061, 0.05226784944534302, 0.023359915241599083, -0.037012260407209396, 0.052789926528930664, 0.06552702933549881, -0.04120364412665367, 0.013368754647672176, 0.05179823935031891, -0.03951594978570938, 0.024974998086690903, 0.03384452685713768, 0.026320738717913628, 0.01883295550942421, 0.0175671074539423, -0.04988948628306389, -0.058844901621341705, -0.05586870759725571, -0.04157015681266785, -0.04685831815004349, -0.010309991426765919, 0.041317932307720184 ]
albert-xxlarge-v1
[ "pytorch", "tf", "albert", "fill-mask", "en", "dataset:bookcorpus", "dataset:wikipedia", "arxiv:1909.11942", "transformers", "license:apache-2.0", "autotrain_compatible", "has_space" ]
fill-mask
{ "architectures": [ "AlbertForMaskedLM" ], "model_type": "albert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
7,091
2021-08-26T16:12:07Z
--- language: - it tags: - summarization --- # **Italian T5 Abstractive Summarization** gsarti/it5-base fine-tuned in italian for abstractive text summarization.
[ 0.004080730024725199, -0.026617491617798805, 0.01288858987390995, 0.004060409031808376, 0.04152980074286461, -0.006429660599678755, -0.0036898013204336166, 0.010055875405669212, -0.03899277746677399, 0.03529592975974083, 0.06533839553594589, 0.00036213675048202276, 0.02118666097521782, 0.028529420495033264, -0.055206023156642914, -0.03842339664697647, -0.006885196547955275, -0.0138664236292243, -0.04818617179989815, -0.01722985878586769, 0.04246388375759125, -0.022291451692581177, 0.012359466403722763, 0.04202192276716232, 0.009771806187927723, 0.037218719720840454, -0.0061848899349570274, 0.01655307039618492, 0.06411494314670563, -0.06000133603811264, 0.025898823514580727, 0.001140772714279592, -0.036489732563495636, -0.04111049324274063, -0.0235530324280262, -0.02125862054526806, 0.012782533653080463, 0.01110909041017294, 0.009357004426419735, 0.06664817780256271, -0.014008660800755024, 0.011997852474451065, -0.0014915335923433304, -0.0555461160838604, 0.043223679065704346, 0.0008830787264741957, -0.04966021329164505, -0.03669456019997597, -0.009678410366177559, -0.025890769436955452, -0.04090620577335358, -0.08736146241426468, -0.0347527377307415, -0.006395678501576185, -0.00003275400376878679, -0.04929761588573456, -0.06581725180149078, 0.04370279610157013, 0.06441973149776459, -0.05935482680797577, -0.025143122300505638, 0.012157756835222244, -0.0745854601264, -0.003651997307315469, 0.002390388399362564, -0.05757930874824524, 0.020593632012605667, -0.032044295221567154, 0.023650282993912697, -0.012621044181287289, 0.045925360172986984, -0.025993209332227707, 0.027608348056674004, -0.07558593899011612, -0.0326424166560173, -0.01629616692662239, 0.006611211225390434, 0.04743431136012077, -0.051811784505844116, 0.03441431745886803, 0.06623765826225281, -0.023897351697087288, 0.038910944014787674, -0.006084564607590437, -0.04048572853207588, 0.04992322251200676, -0.01708219200372696, -0.009106597863137722, -0.006845824886113405, 0.023358706384897232, -0.022320179268717766, -0.03529856353998184, 0.009390688501298428, -0.012692776508629322, 0.001028138678520918, 0.02311800979077816, 0.040223628282547, 0.0035612478386610746, 0.02079874835908413, 0.014621892012655735, 0.016816260293126106, 0.06587714701890945, -0.014744277112185955, 0.0497923344373703, 0.02746080420911312, 0.0237804614007473, -0.01094838883727789, -0.036145977675914764, -0.03781121224164963, 0.05249520018696785, 0.022208627313375473, -0.06852713972330093, -0.04237746819853783, 0.04292433708906174, -0.018206778913736343, -0.030448652803897858, 0.04570234566926956, -0.027731087058782578, -0.03619097173213959, -0.04795679822564125, 0.03849388659000397, 0.020202115178108215, 0.011376983486115932, 0.02284201607108116, -0.039650656282901764, 0.027092503383755684, -0.05494276434183121, -0.04115496948361397, 0.009828860871493816, 0.026262542232871056, -0.010250197723507881, 0.022517777979373932, 0.020153239369392395, -0.057186879217624664, 0.037999968975782394, -0.01745305396616459, -0.06836140155792236, 0.02331441454589367, 0.049925997853279114, 0.12057863175868988, -0.02633611485362053, -0.019966106861829758, 0.00852719135582447, -0.016972843557596207, -0.055421486496925354, 0.0029171607457101345, 0.023093147203326225, -0.0971059650182724, -0.010328362695872784, -0.012836068868637085, 0.020219925791025162, -0.020177479833364487, 0.012416135519742966, 0.051974523812532425, 0.012212363071739674, -0.0005055724177509546, -0.015208733268082142, -0.015760457143187523, 0.012846793048083782, -0.001464714528992772, -0.03036082535982132, 0.007550838403403759, -0.0032673091627657413, -0.054762065410614014, -0.04588480666279793, -0.04832371696829796, 0.03088931180536747, 0.06553865969181061, 0.007989189587533474, -0.014696769416332245, -0.05133959278464317, -0.0066402871161699295, 0.04914266616106033, 0.016250550746917725, 0.030057836323976517, 0.03432265669107437, 0.027255168184638023, 0.04975615814328194, 0.009110837243497372, 0.08391439914703369, 0.01701684109866619, -0.03673119097948074, -0.034608494490385056, 0.009590206667780876, 0.040939126163721085, -0.03448868170380592, 0.006551207974553108, 0.03527176380157471, -0.005813169293105602, -0.016326988115906715, -0.01395555678755045, 0.04442396014928818, -0.020705116912722588, -0.002471738727763295, 0.02207638882100582, -0.014123096130788326, -0.03969315066933632, 0.042087871581315994, -0.03123413771390915, -0.0016536777839064598, 0.0003917885769624263, -0.036224424839019775, 0.014330473728477955, 0.03670346364378929, 0.01905616745352745, 0.040103234350681305, -0.016275735571980476, 0.08688279241323471, -0.0374380499124527, 0.012429414317011833, -0.029412033036351204, -0.03189712390303612, -0.00447889044880867, 0.08000435680150986, 0.018140116706490517, 0.04379168525338173, -0.05185775086283684, -0.02392943948507309, 0.0076642935164272785, 0.03665079176425934, 0.02874429151415825, 0.03069656901061535, -0.0033612758852541447, -0.018052026629447937, 0.04858382046222687, 0.04519658908247948, -0.035245925188064575, -0.03653162345290184, 0.04339975863695145, 0.019081270322203636, -0.022187236696481705, -0.007462596986442804, 0.01431591808795929, 0.011922110803425312, -0.05205293372273445, -0.029901666566729546, 0.02352520450949669, -0.011144552379846573, -0.031915366649627686, 0.009360642172396183, -0.019120190292596817, 0.0027640974149107933, 0.011023440398275852, -0.015401230193674564, 0.01056323666125536, -0.07655695080757141, 0.03535132110118866, -0.0039444416761398315, 0.0881129801273346, -0.04718217998743057, 0.019455501809716225, -0.01749863289296627, 0.019966881722211838, 0.0424698144197464, -0.04427081719040871, 0.025332696735858917, 0.01405734196305275, 0.01858738623559475, -0.06732309609651566, 0.04086226597428322, 0.02404240518808365, 0.025684241205453873, 0.07246261090040207, 0.0064381081610918045, 0.08584611862897873, -0.009036853909492493, 0.04186027869582176, 0.09364449977874756, 0.005326404236257076, 0.005614831577986479, 0.04507449269294739, 0.06557183712720871, -0.01007999386638403, -0.00532905850559473, 0.05762449651956558, -0.05564763769507408, 0.0014340219786390662, -0.02652326412498951, 0.023743299767374992, -0.017898639664053917, 0.007650969550013542, 0.039187006652355194, -0.01628529466688633, -0.009395865723490715, -0.014310210943222046, 0.0009614757727831602, 0.016413163393735886, 0.02950114756822586, -0.026215143501758575, -0.009730610996484756, 0.024252232164144516, -0.00008041520050028339, 0.042893242090940475, -0.06755231320858002, -0.045070450752973557, -0.007407311350107193, -0.022573154419660568, 0.011328604072332382, -0.09747086465358734, -0.056468889117240906, -0.05787733197212219, -0.0264412984251976, 0.029713811352849007, 0.057105664163827896, -0.0004110188747290522, -0.03799993172287941, 0.01089039258658886, -0.030531713739037514, -0.05107082799077034, -0.04184534028172493, -0.0375412292778492, -0.019683243706822395, -0.04650619626045227, 0.022436615079641342, 0.02142818085849285, 0.06508107483386993, 0.015362259931862354, -0.001954819541424513, -0.05114343762397766, -0.027476994320750237, 0.09059858322143555, 0.03888438642024994, -0.050547994673252106, -0.024982690811157227, 0.018538936972618103, 0.00753025384619832, -0.009384301491081715, 0.002944564912468195, -0.04710322245955467, 0.08060205727815628, 0.07893726229667664, 0.02733190543949604, -0.002893288852646947, 0.02409818209707737, -0.04992534965276718, -0.04419499263167381, -0.03481540456414223, -0.02788834646344185, -0.02468697540462017, -0.014196271076798439, -0.00915058795362711, -0.04408540204167366, -0.04593604803085327, -0.010931002907454967, -0.013910951092839241, 0.017275003716349602, 0.02813537046313286, 0.0064368168823421, 0.030452987179160118, 0.012093177996575832, -0.06415203213691711, 0.004756970796734095, 0.06270953267812729, 0.010348414070904255, -0.03407813608646393, -0.06018451228737831, -0.027045806869864464, 0.03669212758541107, 0.009491163305938244, 0.012730570510029793, -0.0010788150830194354, 0.05857556685805321, 0.02171298861503601, 0.01770649664103985, 0.0010498055489733815, -0.03601981699466705, -0.03522203117609024, 0.0027975852135568857, 0.003914673812687397, -0.03119291178882122, -0.04156976565718651, -0.010063613764941692, 0.012949313037097454, 0.041166964918375015, -0.075132355093956, -0.04726652055978775, -0.01821766421198845, 0.02942313253879547, 0.018973520025610924, 0.009024306200444698, -0.029468649998307228, 0.016613800078630447, -0.04072852060198784, -0.027034174650907516, 0.023216266185045242, -0.01636379398405552, 0.001632477855309844, 0.05115015059709549, 0.05089353024959564, -0.05394991487264633, 0.03445745259523392, 0.0317859910428524, 0.055795710533857346, 0.03460196033120155, 0.00015384703874588013, 0.042756304144859314, -0.0398479625582695, 0.016247835010290146, 0.01346591766923666, -0.049305569380521774, -0.05496097728610039, -0.07897539436817169, 0.019960759207606316, 0.01422884687781334, 0.01674969494342804, -0.0006431187503039837, 0.06388624012470245, -0.0464777909219265, -0.017364569008350372, -0.025899676606059074, 0.006515523884445429, 0.05826569348573685, -0.03806675970554352, 0.05887502059340477, -0.034721583127975464, 0.04494589939713478, -0.03752230852842331, -0.01185618992894888, -0.023133574053645134, -0.011422967538237572, -0.015112380497157574, 0.0548747181892395, -0.006397435441613197, 0.029068956151604652, 0.08361846953630447, 0.007861871272325516, -0.048040665686130524, 0.06589079648256302, 0.05048730596899986, 0.01736856810748577, -0.052909959107637405, -0.007010851055383682, 0.026084301993250847, -0.024956893175840378, -0.02784378081560135, -0.029061639681458473, -0.009539062157273293, 0.024085409939289093, -0.012169091030955315, 0.01640240103006363, -0.0042529841884970665, -0.03299751132726669, -0.021898576989769936, -0.03873104602098465, 0.01591166853904724, -0.0011089884210377932, -0.02720172330737114, 0.021082069724798203, 0.06324081867933273, -0.0013074279995635152, 0.04946058988571167, 0.028958158567547798, -0.04669755697250366, -0.05971429497003555, 0.03499181941151619, 0.02543274499475956, -0.04116646945476532, -0.07168189436197281, -0.0646185427904129, 0.013178170658648014, 0.02964608371257782, -0.00438967440277338, -0.08337611705064774, 0.006962289102375507, 0.05120366811752319, -0.040045157074928284, 0.04798859730362892, -0.03900081291794777, 0.03224977105855942, 0.041749995201826096, -0.007143276743590832, 0.0027297281194478273, -0.018850382417440414, 0.013683718629181385, -0.03693690150976181, 0.03669117018580437, -0.03297850117087364, -0.03456073999404907, -0.05407242104411125, 0.050012316554784775, -0.002589161042124033, 0.0315130390226841, 0.04328565672039986, -0.011285706423223019, -0.0561038963496685, 0.02554953284561634, 0.029194841161370277, -0.05563771724700928, 0.03454284369945526, 0.01381528377532959, 0.04689624533057213, -0.01763734593987465, -0.021747656166553497, 0.002721567405387759, -0.00788708496838808, 0.05439693108201027, -0.007500282488763332, -0.022036077454686165, -0.057759154587984085, -0.007610054686665535, -0.026737112551927567, -0.060057301074266434, -0.08538416773080826, 0.02538091503083706, 0.002019853563979268, -0.05716833844780922, 0.09042063355445862, 0.0304720476269722, -0.0030178928282111883, 0.03573642671108246, 0.0180681049823761, 0.03350386023521423, -0.05895470455288887, 0.036215901374816895, 0.005509401671588421, -0.0029303350020200014, -0.023455746471881866, -0.045187316834926605, -0.02515941672027111, -0.019507145509123802, -0.055920179933309555, -0.05144789442420006, -0.0057887122966349125, 0.011166013777256012, -0.010591748170554638, 0.010910671204328537, -0.02660646289587021, 0.022292688488960266, -0.016849448904395103, -0.01262038853019476, -0.011000214144587517, -0.020879406481981277, -0.08964218944311142, -0.02926045097410679, 0.008158313110470772, 0.016770459711551666, 0.028401188552379608, -0.014454178512096405, 0.025618789717555046, 0.028966819867491722, 0.013778869062662125, -0.019972002133727074, 0.03640606254339218, 0.0014790277928113937, -0.0622333399951458, -0.07027941197156906, 0.00627512950450182, 0.025297757238149643, 0.02051815576851368, -0.03104599565267563, 0.036974068731069565, 0.036978185176849365, -0.03391263261437416, -0.030821405351161957, 0.014621995389461517, -0.00005699562098016031, -0.07291935384273529, -0.023554112762212753, -0.027414392679929733, -0.01325835008174181, 0.022336391732096672, -0.027204643934965134, -0.024928292259573936, 0.010856064967811108, 0.0322624146938324, 0.027096889913082123, 0.014271349646151066, -0.03217800334095955, 0.004815671127289534, -0.038963500410318375, 0.013163523748517036, -0.06326993554830551, 0.03058084100484848, -0.013985525816679, -0.01364977564662695, -0.030123194679617882, -0.005083257798105478, -0.023712104186415672, 0.061537016183137894, 0.00510391965508461, -0.007326341699808836, 0.005840957164764404, -0.027382439002394676, -0.01870815083384514, 0.03194010257720947, -0.0016128253191709518, -0.024623442441225052, -0.004567236639559269, 0.03408155217766762, -0.044266991317272186, 0.01630827598273754, -0.022961748763918877, -0.03850475326180458, -0.053670208901166916, -0.0331282764673233, -0.034376032650470734, -0.054337505251169205, 0.03450220078229904, 0.018924657255411148, 0.04502269998192787, 0.0011737413005903363, -0.026484189555048943, 0.0021322399843484163, 0.02064826712012291, -0.04990588501095772, -0.03587135672569275, -0.007498760707676411, 0.0006397822289727628, -0.026562605053186417, 0.07064999639987946, 0.044665928930044174, -0.06854936480522156, -0.026576241478323936, 0.0014725376386195421, -0.012994269840419292, 0.005955710541456938, 0.001321487477980554, 0.025519179180264473, 0.0491325818002224, 0.04305167868733406, -0.03221327066421509, 0.015551017597317696, 0.005585520528256893, -0.013111249543726444, -0.00947740487754345, 0.00363408075645566, 0.003978205844759941, 0.0197080560028553, -0.000529005890712142, -0.018898800015449524, 0.0428251177072525, 0.031679000705480576, 0.02666623890399933, -0.03304319083690643, -0.06759919226169586, 0.013523979112505913, 0.02109961397945881, -0.035935282707214355, 0.03315066173672676, 0.04046957939863205, -0.04626688361167908, 0.0411670058965683, -0.011958788149058819, 0.018147163093090057, 0.06261276453733444, 0.0155078349635005, -0.021083146333694458, 0.012816714122891426, -0.03499557450413704, -0.003907864447683096, 0.046848926693201065, -0.04339909926056862, -0.013661609962582588, -0.04146206006407738, 0.07515770941972733, -0.04158484935760498, 0.04183907434344292, 0.03322994336485863, 0.043258484452962875, 0.02306809462606907, -0.03322673216462135, -0.01871432177722454, -0.005352589767426252, -0.049334317445755005, 0.05746765807271004, -0.0250992588698864, -0.09628743678331375, 0.07676686346530914, 0.014972328208386898, -0.07979362457990646, 0.019716519862413406, 0.00959006603807211, 0.046771708875894547, 0.04819213226437569, 0.03078370913863182, -0.03456072509288788, 0.014605354517698288, -0.03765806555747986, -0.0067267026752233505, -0.05239245668053627, -0.02835952863097191, 0.015766767784953117, -0.04732467234134674, -0.004070501308888197, 0.030003191903233528, -0.020993215963244438, 0.023096999153494835, 0.023523647338151932, -0.025516478344798088, -0.03817148879170418, 0.03799609839916229, 0.0008768783300183713, -0.004811953753232956, 0.02454877458512783, -0.016868388280272484, 0.03486251458525658, 0.025081435218453407, -0.038939740508794785, -0.03677873685956001, 0.019650781527161598, 0.0031388907227665186, -0.0672266036272049, -0.06529916822910309, 0.031571824103593826, 0.025892941281199455, -0.045057181268930435, 0.024412507191300392, -0.011337869800627232, 0.01510863658040762, 0.022374283522367477, -0.011718584224581718, 0.009181715548038483, -0.0754108652472496, 0.015293808653950691, -0.0022724594455212355, 0.011280016042292118, 0.027594516053795815, -0.025438880547881126, 0.041177090257406235, 0.028127186000347137, 0.041556552052497864, -0.011604225262999535, -0.04820393770933151, -0.02598070725798607, 0.008663292974233627, -0.017229529097676277, 0.020539145916700363, -0.008716024458408356, -0.0637889876961708, -0.020419573411345482, -0.026810750365257263, -0.00029152160277590156, 0.03743427246809006, -0.008964600041508675, 0.02447686716914177, 0.032444268465042114, -0.003665799740701914, -0.022027885541319847, -0.08013127744197845, -0.029586631804704666, -0.02336816117167473, 0.018854521214962006, 0.01896647922694683, -0.0557369627058506, 0.01423561666160822, -0.04243065044283867, -0.04715597257018089, 0.053511787205934525, -0.018109967932105064, -0.03575724735856056, 0.02912922576069832, 0.043484508991241455, -0.034444116055965424, 0.02351297438144684, 0.05973749980330467, -0.04587118327617645, 0.0395769439637661, 0.0467318631708622, 0.01088319718837738, 0.012941485270857811, -0.0057339146733284, -0.007366586476564407, -0.028272075578570366, -0.04439716413617134, -0.03812661021947861, -0.012270394712686539, 0.0025662733241915703, 0.0632375106215477 ]
albert-xxlarge-v2
[ "pytorch", "tf", "safetensors", "albert", "fill-mask", "en", "dataset:bookcorpus", "dataset:wikipedia", "arxiv:1909.11942", "transformers", "exbert", "license:apache-2.0", "autotrain_compatible", "has_space" ]
fill-mask
{ "architectures": [ "AlbertForMaskedLM" ], "model_type": "albert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
42,640
2022-01-19T00:35:15Z
--- language: - it tags: - summarization - tags - Italian inference: parameters: do_sample: False min_length: 0 widget: - text: "Nel 1924 la scrittrice Virginia Woolf affrontò nel saggio Mr Bennett e Mrs Brown il tema della costruzione e della struttura del romanzo, genere all’epoca considerato in declino a causa dell’incapacità degli autori e delle autrici di creare personaggi realistici. Woolf raccontò di aver a lungo osservato, durante un viaggio in treno da Richmond a Waterloo, una signora di oltre 60 anni seduta davanti a lei, chiamata signora Brown. Ne rimase affascinata, per la capacità di quella figura di evocare storie possibili e fare da spunto per un romanzo: «tutti i romanzi cominciano con una vecchia signora seduta in un angolo». Immagini come quella della signora Brown, secondo Woolf, «costringono qualcuno a cominciare, quasi automaticamente, a scrivere un romanzo». Nel saggio Woolf provò ad analizzare le tecniche narrative utilizzate da tre noti scrittori inglesi dell’epoca – H. G. Wells, John Galsworthy e Arnold Bennett – per comprendere perché le convenzioni stilistiche dell’Ottocento risultassero ormai inadatte alla descrizione dei «caratteri» umani degli anni Venti. In un lungo e commentato articolo del New Yorker, la critica letteraria e giornalista Parul Sehgal, a lungo caporedattrice dell’inserto culturale del New York Times dedicato alle recensioni di libri, ha provato a compiere un esercizio simile a quello di Woolf, chiedendosi come gli autori e le autrici di oggi tratterebbero la signora Brown. E ha immaginato che probabilmente quella figura non eserciterebbe su di loro una curiosità e un fascino legati alla sua incompletezza e al suo aspetto misterioso, ma con ogni probabilità trasmetterebbe loro l’indistinta e generica impressione di aver subìto un trauma." example_title: "Virginia Woolf" - text: "I lavori di ristrutturazione dell’interno della cattedrale di Notre-Dame a Parigi, seguiti al grande incendio che nel 2019 bruciò la guglia e buona parte del tetto, sono da settimane al centro di un acceso dibattito sui giornali francesi per via di alcune proposte di rinnovamento degli interni che hanno suscitato critiche e allarmi tra esperti e opinionisti conservatori. Il progetto ha ricevuto una prima approvazione dalla commissione nazionale competente, ma dovrà ancora essere soggetto a varie revisioni e ratifiche che coinvolgeranno tecnici e politici locali e nazionali, fino al presidente Emmanuel Macron. Ma le modifiche previste al sistema di viabilità per i visitatori, all’illuminazione, ai posti a sedere e alle opere d’arte che si vorrebbero esporre hanno portato alcuni critici a parlare di «parco a tema woke» e «Disneyland del politicamente corretto»." example_title: "Notre-Dame" --- # text2tags The model has been trained on a collection of 28k news articles with tags. Its purpose is to create tags suitable for the given article. We can use this model also for information-retrieval purposes (GenQ), fine-tuning sentence-transformers for asymmetric semantic search. If you like this project, consider supporting it with a cup of coffee! 🤖✨🌞 [![Buy me a coffee](https://badgen.net/badge/icon/Buy%20Me%20A%20Coffee?icon=buymeacoffee&label)](https://bmc.link/edoardofederici) <p align="center"> <img src="https://upload.wikimedia.org/wikipedia/commons/1/1a/Pieter_Bruegel_d._%C3%84._066.jpg" width="600"> </br> Pieter Bruegel the Elder, The Fight Between Carnival and Lent, 1559 </p> ### Usage Sample code with an article from IlPost: ```python from transformers import AutoTokenizer, AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("efederici/text2tags") tokenizer = AutoTokenizer.from_pretrained("efederici/text2tags") article = ''' Da bambino era preoccupato che al mondo non ci fosse più nulla da scoprire. Ma i suoi stessi studi gli avrebbero dato torto: insieme a James Watson, nel 1953 Francis Crick strutturò il primo modello di DNA, la lunga sequenza di codici che identifica ogni essere vivente, rendendolo unico e diverso da tutti gli altri. La scoperta gli valse il Nobel per la Medicina. È uscita in queste settimane per Codice la sua biografia, Francis Crick — Lo scopritore del DNA, scritta da Matt Ridley, che racconta vita e scienza dell'uomo che capì perché siamo fatti così. ''' def tag(text: str): """ Generates tags from given text """ text = text.strip().replace('\n', '') text = 'summarize: ' + text tokenized_text = tokenizer.encode(text, return_tensors="pt") tags_ids = model.generate(tokenized_text, num_beams=4, no_repeat_ngram_size=2, max_length=20, early_stopping=True) output = tokenizer.decode(tags_ids[0], skip_special_tokens=True) return output.split(', ') tags = tag(article) print(tags) ``` ## Longer documents Assuming paragraphs are divided by: '\n\n'. ```python from transformers import AutoTokenizer, AutoModelForSeq2SeqLM import itertools import re model = AutoModelForSeq2SeqLM.from_pretrained("efederici/text2tags") tokenizer = AutoTokenizer.from_pretrained("efederici/text2tags") article = ''' Da bambino era preoccupato che al mondo non ci fosse più nulla da scoprire. Ma i suoi stessi studi gli avrebbero dato torto: insieme a James Watson, nel 1953 Francis Crick strutturò il primo modello di DNA, la lunga sequenza di codici che identifica ogni essere vivente, rendendolo unico e diverso da tutti gli altri. La scoperta gli valse il Nobel per la Medicina. È uscita in queste settimane per Codice la sua biografia, Francis Crick — Lo scopritore del DNA, scritta da Matt Ridley, che racconta vita e scienza dell'uomo che capì perché siamo fatti così. ''' def words(text): input_str = text output_str = re.sub('[^A-Za-z0-9]+', ' ', input_str) return output_str.split() def is_subset(text1, text2): return all(tag in words(text1.lower()) for tag in text2.split()) def cleaning(text, tags): return [tag for tag in tags if is_subset(text, tag)] def get_texts(text, max_len): texts = list(filter(lambda x : x != '', text.split('\n\n'))) lengths = [len(tokenizer.encode(paragraph)) for paragraph in texts] output = [] for i, par in enumerate(texts): index = len(output) if index > 0 and lengths[i] + len(tokenizer.encode(output[index-1])) <= max_len: output[index-1] = "".join(output[index-1] + par) else: output.append(par) return output def get_tags(text, generate_kwargs): input_text = 'summarize: ' + text.strip().replace('\n', ' ') tokenized_text = tokenizer.encode(input_text, return_tensors="pt") with torch.no_grad(): tags_ids = model.generate(tokenized_text, **generate_kwargs) output = [] for tags in tags_ids: cleaned = cleaning( text, list(set(tokenizer.decode(tags, skip_special_tokens=True).split(', '))) ) output.append(cleaned) return list(set(itertools.chain(*output))) def tag(text, max_len, generate_kwargs): texts = get_texts(text, max_len) all_tags = [get_tags(text, generate_kwargs) for text in texts] flatten_tags = itertools.chain(*all_tags) return list(set(flatten_tags)) params = { "min_length": 0, "max_length": 30, "no_repeat_ngram_size": 2, "num_beams": 4, "early_stopping": True, "num_return_sequences": 4, } tags = tag(article, 512, params) print(tags) ``` ### Overview - Model: T5 ([it5-small](https://huggingface.co/gsarti/it5-small)) - Language: Italian - Downstream-task: Summarization (for topic tagging) - Training data: Custom dataset - Code: See example - Infrastructure: 1x T4
[ 0.005912429187446833, -0.016269691288471222, 0.01579146832227707, 0.029419761151075363, 0.05695795640349388, 0.039211638271808624, -0.005592836532741785, -0.023478584364056587, -0.03368872031569481, 0.0694887712597847, 0.02678316831588745, -0.013624889776110649, 0.0005827086861245334, 0.031528305262327194, -0.0079844044521451, -0.049700409173965454, -0.01879381202161312, -0.027052100747823715, -0.02359318733215332, -0.06984323263168335, 0.042081259191036224, 0.005819670855998993, 0.017251254990696907, 0.021845253184437752, 0.001672219717875123, -0.006630238611251116, 0.011343315243721008, 0.0029720221646130085, 0.04766755923628807, -0.050805773586034775, 0.010924452915787697, -0.04451373219490051, -0.050073135644197464, -0.023099428042769432, -0.029187627136707306, 0.01802365854382515, 0.0006463882164098322, 0.026762397959828377, 0.006728264503180981, 0.06724763661623001, 0.014466926455497742, 0.0016423173947259784, -0.002394662005826831, -0.025579607114195824, 0.07098425179719925, -0.02624029666185379, -0.05245127156376839, -0.005604770965874195, 0.006362915970385075, -0.04869011789560318, -0.045196328312158585, -0.05766495689749718, -0.022984646260738373, 0.019188139587640762, -0.02443934977054596, -0.018072573468089104, -0.09138894081115723, 0.03126824274659157, 0.04768805950880051, -0.06171828880906105, -0.03340461850166321, -0.002634675009176135, -0.06775539368391037, 0.027917902916669846, 0.013411843217909336, -0.06157347932457924, 0.03252658620476723, -0.028504718095064163, 0.014169690199196339, -0.012361129745841026, 0.06308776140213013, -0.0446770153939724, 0.02766312099993229, -0.06644774228334427, -0.0005868744337931275, -0.028631122782826424, 0.01662011258304119, 0.04694170877337456, -0.02854417823255062, 0.06126882880926132, 0.05074554681777954, 0.024314016103744507, 0.034329093992710114, -0.02212625741958618, -0.008798039518296719, 0.05708916112780571, -0.04405883699655533, -0.005625651217997074, 0.015441651456058025, 0.06084590032696724, -0.014236741699278355, -0.02518644370138645, 0.002515749540179968, -0.01751101203262806, -0.020752297714352608, 0.022779542952775955, 0.029458584263920784, -0.028462931513786316, 0.017344575375318527, 0.039526376873254776, 0.015328990295529366, 0.05467420816421509, -0.020819514989852905, 0.046123284846544266, 0.02052508108317852, 0.030708253383636475, 0.009545971639454365, -0.03295460715889931, -0.08082149177789688, 0.015812907367944717, -0.01935015246272087, -0.037128228694200516, -0.03019646927714348, 0.06899382919073105, 0.035844068974256516, -0.024174930527806282, 0.050329845398664474, -0.022518565878272057, -0.07029278576374054, -0.06371228396892548, -0.014551549218595028, 0.021112408488988876, 0.023118823766708374, 0.017623085528612137, -0.028674378991127014, 0.03076932020485401, -0.060613542795181274, -0.04804293066263199, 0.003841468831524253, 0.03743293136358261, -0.010589759796857834, 0.03569112718105316, 0.025482581928372383, -0.05149269476532936, 0.027626855298876762, -0.0013370653614401817, -0.08126425743103027, 0.034402888268232346, 0.038531385362148285, 0.10165368020534515, -0.051153577864170074, -0.006959218997508287, 0.01834951899945736, 0.023554716259241104, -0.04010339081287384, 0.024838825687766075, 0.0502178929746151, -0.021176232025027275, -0.022221582010388374, 0.00017429633589927107, 0.020281292498111725, -0.05329105630517006, -0.03368570655584335, 0.0657118558883667, 0.01918911188840866, 0.013193411752581596, -0.0326429083943367, 0.012065723538398743, 0.002722890814766288, -0.03199213743209839, -0.00650298036634922, 0.04551386460661888, -0.011334650218486786, -0.005443014670163393, -0.044823940843343735, -0.006178219337016344, -0.03198445215821266, 0.059591665863990784, -0.028439534828066826, -0.02908039465546608, -0.06802447885274887, 0.0008894543279893696, 0.027367575094103813, 0.043308861553668976, -0.0077126421965658665, 0.04325271025300026, 0.04484521970152855, 0.0492439940571785, -0.04345916211605072, 0.06598465889692307, 0.0325746014714241, -0.03693173825740814, -0.01990157924592495, 0.02497992292046547, 0.05656776204705238, -0.03111828863620758, 0.05621746927499771, 0.025706155225634575, -0.01942904107272625, -0.005129478871822357, 0.020676584914326668, 0.05386490374803543, -0.00372494850307703, -0.029838718473911285, 0.014741720631718636, 0.017482940107584, -0.031281132251024246, 0.06107944995164871, -0.030524585396051407, 0.0081794960424304, 0.005807816982269287, -0.04529783874750137, 0.011207555420696735, 0.00008600021101301536, 0.023638397455215454, 0.05651020631194115, -0.023140089586377144, 0.08170410245656967, -0.0221549104899168, 0.023355673998594284, -0.04213930666446686, -0.030517108738422394, -0.009965658187866211, 0.050902899354696274, -0.046166323125362396, 0.05393584445118904, -0.048912838101387024, -0.030871359631419182, 0.002795536071062088, 0.049052342772483826, 0.042068127542734146, 0.03146575763821602, -0.011189843527972698, -0.024867821484804153, 0.01823960803449154, 0.029871679842472076, -0.0622611828148365, -0.0478486567735672, 0.018806487321853638, 0.03291467949748039, -0.042545903474092484, 0.006034054793417454, -0.038568489253520966, 0.039230916649103165, -0.0228361077606678, -0.05059056356549263, 0.03943251818418503, 0.00328448205254972, 0.012526585720479488, 0.029709946364164352, -0.006686321925371885, 0.024197593331336975, 0.03371031582355499, 0.011938233859837055, 0.021350981667637825, -0.034967090934515, -0.007584966253489256, 0.011293510906398296, 0.0822436660528183, -0.044193021953105927, 0.03020317852497101, 0.0009924503974616528, 0.03683239966630936, 0.04626835882663727, -0.03228895366191864, 0.005137389060109854, 0.06979300081729889, 0.02917730063199997, -0.0479418970644474, 0.024608280509710312, -0.016366539523005486, 0.0394497849047184, 0.06695351749658585, 0.008378185331821442, 0.04649997502565384, 0.0011203318135812879, 0.03426310792565346, 0.0953521728515625, 0.0006313034100458026, 0.014730236493051052, 0.05353212356567383, 0.07166161388158798, -0.021319154649972916, -0.008776557631790638, 0.04475145787000656, -0.04583871737122536, 0.006404329556971788, -0.024850284680724144, 0.013737129978835583, 0.012091761454939842, -0.0023758267052471638, 0.04064594581723213, 0.02973642572760582, -0.0257306806743145, 0.0006490883533842862, -0.005096320994198322, -0.0023050622548907995, 0.03348629176616669, -0.022280462086200714, 0.014473985880613327, 0.0031168698333203793, -0.003983959089964628, 0.011393475346267223, -0.07597509026527405, -0.037656862288713455, 0.01352528017014265, -0.01432559359818697, 0.006163330748677254, -0.08330947905778885, -0.050790201872587204, -0.060819704085588455, -0.020245790481567383, 0.051088910549879074, 0.024508874863386154, 0.0011681810719892383, 0.0023428271524608135, 0.0164725910872221, -0.046479977667331696, -0.046509116888046265, -0.054394595324993134, -0.011375277303159237, -0.07146625220775604, -0.03956020250916481, 0.030027728527784348, 0.047720421105623245, 0.070389524102211, -0.010859068483114243, -0.04006857052445412, -0.0843825563788414, -0.002350844210013747, 0.052891943603754044, 0.04395880550146103, -0.033268820494413376, -0.03816201165318489, 0.021736638620495796, -0.007607088889926672, 0.014210912398993969, 0.02386721782386303, -0.039334215223789215, 0.043670378625392914, 0.06322380155324936, 0.03399110212922096, 0.028968770056962967, -0.016438443213701248, -0.017832575365900993, -0.05347873270511627, -0.007907289080321789, -0.054514795541763306, -0.04393700137734413, -0.01253126934170723, -0.025877485051751137, -0.03676954284310341, -0.02621414139866829, 0.011278466321527958, -0.035358428955078125, 0.007062749471515417, 0.02097702957689762, 0.004093321505934, 0.017026206478476524, 0.039238400757312775, -0.07886653393507004, -0.03201930224895477, 0.045521799474954605, 0.010469685308635235, 0.0023225247859954834, -0.10391247272491455, -0.005358661990612745, 0.019400345161557198, 0.00013112585293129086, -0.01799873448908329, -0.024072470143437386, 0.056215859949588776, 0.005239947699010372, 0.005514057818800211, -0.02697744406759739, 0.01113748550415039, -0.0411234125494957, -0.02983800508081913, 0.009106935933232307, -0.026154806837439537, -0.024579061195254326, -0.024801643565297127, 0.016376007348299026, 0.04139145091176033, -0.06255828589200974, -0.050137959420681, 0.004105391446501017, 0.03447762131690979, 0.049800071865320206, 0.025588084012269974, -0.021054690703749657, 0.017815299332141876, -0.023292114958167076, -0.006297739688307047, 0.025900978595018387, 0.011387864127755165, 0.015312932431697845, 0.051511023193597794, 0.0403471514582634, -0.016705956310033798, -0.00588736217468977, 0.02584434673190117, 0.04861322417855263, 0.01282872911542654, -0.04523235186934471, 0.027804363518953323, -0.056312646716833115, 0.02349701151251793, 0.03650734946131706, -0.02683999203145504, -0.09263667464256287, -0.07263080030679703, 0.009936344809830189, 0.029266534373164177, 0.005715407431125641, 0.020600825548171997, 0.03380942717194557, -0.02870083600282669, -0.028776071965694427, 0.005899349693208933, -0.003996995743364096, 0.05532310530543327, -0.047080207616090775, 0.05097831040620804, -0.028388293460011482, 0.051265355199575424, -0.08759088814258575, 0.018961448222398758, -0.05401241406798363, -0.059646785259246826, -0.024390848353505135, 0.03622953221201897, -0.0253924448043108, 0.02953340671956539, 0.051373086869716644, 0.03408209979534149, -0.06523929536342621, 0.0671052634716034, 0.03891373053193092, 0.024053120985627174, -0.03340524435043335, 0.0068617272190749645, -0.006894487421959639, -0.018563972786068916, -0.03038184531033039, -0.023678895086050034, 0.0069250608794391155, -0.018077755346894264, 0.0026925986167043447, -0.01154994871467352, -0.015672260895371437, -0.02376548945903778, 0.01814929023385048, 0.00021143558842595667, 0.01869494654238224, -0.034381967037916183, -0.03541135787963867, 0.04023163393139839, 0.03934389725327492, -0.013194272294640541, 0.032983019948005676, 0.023810578510165215, -0.02291673608124256, -0.016717873513698578, 0.04615439102053642, 0.01211340818554163, -0.031650759279727936, -0.04291639104485512, -0.029464900493621826, 0.029513636603951454, 0.05741117522120476, -0.03170477971434593, -0.11232072114944458, -0.008258896879851818, 0.05301135033369064, -0.08138886839151382, 0.016770154237747192, -0.005325494799762964, 0.03694725036621094, 0.04625820368528366, -0.0007756190607324243, -0.0004512716259341687, -0.009351041167974472, -0.009464808739721775, -0.02116192691028118, 0.05606465041637421, -0.011108015663921833, -0.006063835695385933, -0.061449117958545685, 0.0375538170337677, -0.00030188573873601854, 0.055706314742565155, 0.029422342777252197, -0.024844612926244736, -0.05277201905846596, -0.0018960124580189586, 0.019896838814020157, -0.03145693615078926, 0.014929627999663353, -0.00627014460042119, 0.05858120322227478, -0.028868097811937332, -0.00475923391059041, 0.03905906528234482, -0.008693836629390717, 0.08124163746833801, -0.03403434902429581, -0.035994742065668106, -0.05731257423758507, 0.03605087473988533, 0.009774722158908844, -0.030243339017033577, -0.042103275656700134, 0.011789582669734955, -0.0022003718186169863, -0.004693948198109865, 0.037916142493486404, 0.029172571375966072, 0.008920560590922832, 0.040763258934020996, 0.014150876551866531, 0.016760846599936485, -0.030223798006772995, 0.011184576898813248, -0.036880556493997574, -0.010354670695960522, -0.023675506934523582, -0.04277036339044571, -0.014343712478876114, -0.005635246634483337, -0.07431957870721817, -0.018661221489310265, -0.027031101286411285, 0.0439106784760952, -0.04206933453679085, -0.010983905754983425, -0.006903983186930418, 0.021443311125040054, -0.02139020338654518, -0.0061010560020804405, -0.03961433842778206, -0.04394013434648514, -0.07081083953380585, -0.03405112028121948, 0.020547006279230118, 0.013125427067279816, 0.015030615031719208, -0.005581946112215519, 0.03324194252490997, 0.04622901976108551, 0.015182592906057835, -0.007197259925305843, -0.00904700718820095, 0.03190736845135689, -0.06620632857084274, -0.04583704471588135, 0.02947624772787094, 0.013408128172159195, 0.018332676962018013, -0.029696015641093254, 0.025132283568382263, 0.013587098568677902, -0.03726902976632118, -0.03327581286430359, 0.011186200194060802, 0.02239276096224785, -0.08479584753513336, 0.004938218276947737, 0.010259970091283321, -0.00795196183025837, 0.056356873363256454, 0.003112174104899168, -0.03227543085813522, -0.008823040872812271, 0.05444825068116188, 0.03331106901168823, 0.008748475462198257, -0.03041418269276619, 0.0067541529424488544, -0.015907147899270058, 0.01248333789408207, -0.05433570221066475, 0.03362235799431801, -0.0284668430685997, 0.007520026993006468, 0.004566782619804144, -0.017134403809905052, -0.03396350517868996, 0.062910296022892, -0.018551794812083244, 0.010905293747782707, 0.02114032953977585, 0.009804794564843178, -0.035726189613342285, 0.016601676121354103, -0.01663757674396038, 0.05103183910250664, 0.019471649080514908, 0.06114372983574867, -0.037344031035900116, -0.030842697247862816, -0.0007391328108496964, -0.010073598474264145, -0.04165804013609886, -0.012602689675986767, -0.02906688116490841, -0.014368005096912384, 0.025658907368779182, 0.020603356882929802, 0.013981712982058525, -0.012238925322890282, -0.005229506641626358, 0.019948242232203484, 0.01884220540523529, -0.0645146295428276, -0.01502963900566101, -0.0005547808832488954, -0.03620195388793945, -0.028056420385837555, 0.04138441011309624, 0.03165457770228386, -0.09171130508184433, -0.03640158101916313, 0.05503705143928528, -0.001636833418160677, 0.004327604081481695, -0.013923306949436665, 0.04300921782851219, 0.05667267367243767, 0.0547480583190918, -0.03158549219369888, 0.017251931130886078, -0.022686051204800606, -0.018546415492892265, 0.027414962649345398, -0.012944025918841362, 0.0253932923078537, 0.017962099984288216, -0.008918004110455513, -0.0074521866627037525, 0.058415308594703674, 0.001794197829440236, 0.005227215588092804, -0.02895912528038025, -0.013331888243556023, 0.0005659699672833085, 0.027355926111340523, -0.05892826244235039, 0.05228102579712868, -0.00717464555054903, -0.03310546651482582, 0.05000625178217888, 0.0033843698911368847, 0.03510082885622978, 0.06495446711778641, 0.006847970653325319, -0.03535124659538269, 0.004740710835903883, -0.026658417657017708, 0.02926507219672203, 0.0500471368432045, -0.04534134268760681, -0.024022193625569344, -0.03910597041249275, 0.07746807485818863, -0.06103013828396797, 0.0475350096821785, 0.04379848390817642, 0.030531054362654686, 0.0220284815877676, -0.04577542468905449, -0.013265494257211685, 0.0328984335064888, -0.0747281089425087, 0.09623940289020538, 0.002610868075862527, -0.060189224779605865, 0.06597456336021423, 0.029812360182404518, -0.06778907030820847, 0.04609577730298042, 0.03909619152545929, 0.022997647523880005, 0.030279964208602905, 0.04733005166053772, -0.0044656433165073395, -0.005231120623648167, -0.02552289329469204, 0.03686245530843735, -0.04927299544215202, -0.03646166995167732, 0.01146701630204916, -0.015465236268937588, 0.005763386841863394, 0.01992657221853733, -0.012847420759499073, 0.014184100553393364, 0.04831252992153168, -0.018770840018987656, -0.0379745289683342, -0.0013350285589694977, 0.008518288843333721, -0.01653422974050045, -0.020348014310002327, -0.007833002135157585, 0.029190169647336006, 0.007714663632214069, -0.019469913095235825, -0.05467649921774864, 0.011387837119400501, 0.0333765484392643, -0.052405957132577896, -0.04532889276742935, 0.05876019224524498, 0.01260421797633171, 0.009155452251434326, 0.009642907418310642, 0.0037450557574629784, -0.0030663618817925453, 0.048432424664497375, -0.017384937033057213, -0.01967833936214447, -0.0861361175775528, -0.007361449766904116, 0.015440725721418858, -0.021500250324606895, 0.021843433380126953, -0.011265812441706657, 0.011227259412407875, 0.007300241384655237, 0.017671536654233932, -0.010918485932052135, -0.048764053732156754, -0.037201378494501114, 0.03546736016869545, 0.0023670224472880363, 0.004797713365405798, 0.017035765573382378, -0.03758186474442482, -0.0362171046435833, -0.02592035010457039, -0.008274291642010212, 0.010340669192373753, -0.07277190685272217, 0.008251741528511047, 0.034543395042419434, -0.04420940577983856, -0.03763685002923012, -0.052445996552705765, -0.013064796105027199, -0.04221804812550545, 0.015101032331585884, 0.03376329317688942, -0.03233186528086662, 0.010162784717977047, -0.03387943655252457, -0.01839921995997429, 0.0360526517033577, -0.005451607052236795, -0.022865459322929382, 0.044158950448036194, -0.0037883282639086246, -0.04522283375263214, 0.0030436592642217875, 0.047446973621845245, -0.020524488762021065, 0.020818253979086876, 0.020506136119365692, 0.059144046157598495, 0.025990668684244156, 0.021466771140694618, 0.007711100857704878, 0.0017043156549334526, -0.04458437114953995, -0.060280606150627136, -0.03093799762427807, 0.0012191663263365626, 0.0717940405011177 ]
bert-base-german-dbmdz-cased
[ "pytorch", "jax", "bert", "fill-mask", "de", "transformers", "license:mit", "autotrain_compatible", "has_space" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
1,814
2021-07-14T08:33:09Z
--- license: apache-2.0 tags: - generated_from_trainer metrics: - accuracy model_index: name: wav2vec2-lg-xlsr-en-speech-emotion-recognition --- # Speech Emotion Recognition By Fine-Tuning Wav2Vec 2.0 The model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-english](https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-english) for a Speech Emotion Recognition (SER) task. The dataset used to fine-tune the original pre-trained model is the [RAVDESS dataset](https://zenodo.org/record/1188976#.YO6yI-gzaUk). This dataset provides 1440 samples of recordings from actors performing on 8 different emotions in English, which are: ```python emotions = ['angry', 'calm', 'disgust', 'fearful', 'happy', 'neutral', 'sad', 'surprised'] ``` It achieves the following results on the evaluation set: - Loss: 0.5023 - Accuracy: 0.8223 ## 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: 4 - eval_batch_size: 4 - seed: 42 - gradient_accumulation_steps: 2 - total_train_batch_size: 8 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | 2.0752 | 0.21 | 30 | 2.0505 | 0.1359 | | 2.0119 | 0.42 | 60 | 1.9340 | 0.2474 | | 1.8073 | 0.63 | 90 | 1.5169 | 0.3902 | | 1.5418 | 0.84 | 120 | 1.2373 | 0.5610 | | 1.1432 | 1.05 | 150 | 1.1579 | 0.5610 | | 0.9645 | 1.26 | 180 | 0.9610 | 0.6167 | | 0.8811 | 1.47 | 210 | 0.8063 | 0.7178 | | 0.8756 | 1.68 | 240 | 0.7379 | 0.7352 | | 0.8208 | 1.89 | 270 | 0.6839 | 0.7596 | | 0.7118 | 2.1 | 300 | 0.6664 | 0.7735 | | 0.4261 | 2.31 | 330 | 0.6058 | 0.8014 | | 0.4394 | 2.52 | 360 | 0.5754 | 0.8223 | | 0.4581 | 2.72 | 390 | 0.4719 | 0.8467 | | 0.3967 | 2.93 | 420 | 0.5023 | 0.8223 | ## Contact Any doubt, contact me on [Twitter](https://twitter.com/ehcalabres) (GitHub repo soon). ### Framework versions - Transformers 4.8.2 - Pytorch 1.9.0+cu102 - Datasets 1.9.0 - Tokenizers 0.10.3
[ -0.03592577949166298, 0.002121738623827696, -0.006966380402445793, 0.02977283112704754, 0.06389155238866806, 0.027739275246858597, -0.014122086577117443, -0.009332534857094288, -0.01860533282160759, 0.04898210987448692, 0.024478677660226822, -0.05443384870886803, 0.02769770845770836, 0.05502835288643837, -0.03473726660013199, -0.03586379066109657, -0.046936262398958206, 0.004111965652555227, -0.038478970527648926, -0.0013782377354800701, 0.01592632383108139, 0.02819366566836834, -0.009749314747750759, 0.013510828837752342, 0.013151845894753933, 0.0160797331482172, -0.007340335752815008, -0.009913941845297813, 0.025695910677313805, -0.04735542833805084, 0.006222690921276808, -0.06042318046092987, -0.04208021238446236, -0.03261354938149452, -0.015038089826703072, 0.01872071623802185, -0.0056864977814257145, 0.0205072108656168, 0.01674124225974083, 0.020556645467877388, -0.004677800461649895, 0.022064773365855217, -0.019230108708143234, 0.004892464727163315, 0.01163055282086134, 0.007286018691956997, -0.0391463041305542, -0.023904763162136078, -0.004894489888101816, -0.023660773411393166, -0.047497957944869995, -0.06429345905780792, 0.023790951818227768, 0.042878735810518265, 0.007018703501671553, -0.026966266334056854, -0.05176810920238495, -0.01062621921300888, 0.07712328433990479, -0.057041000574827194, -0.01572265289723873, 0.016294995322823524, -0.04583060368895531, 0.004947391804307699, 0.02905745431780815, -0.04944999888539314, 0.025717850774526596, -0.04949222877621651, 0.019759226590394974, -0.010719871148467064, 0.04557904228568077, -0.01923777535557747, 0.011465556919574738, -0.08967553824186325, -0.0013240600237622857, -0.006670873612165451, 0.04538559168577194, 0.06514248996973038, -0.024718398228287697, 0.0671520009636879, 0.037887949496507645, 0.01809578947722912, 0.028813855722546577, -0.016410136595368385, 0.0314367450773716, 0.0409480556845665, -0.046480365097522736, 0.030426474288105965, 0.02695576287806034, 0.05051860958337784, -0.018394090235233307, -0.051953449845314026, -0.009763994254171848, -0.03529306873679161, -0.006955549120903015, 0.033851154148578644, 0.018720421940088272, -0.001579174306243658, 0.03391342982649803, 0.03599394112825394, -0.0004081708029843867, 0.0004319909494370222, -0.03120441734790802, 0.07298631221055984, -0.023592723533511162, -0.023446567356586456, -0.014152243733406067, -0.032274335622787476, -0.05356564372777939, 0.016677524894475937, 0.005187650211155415, -0.037901367992162704, -0.05113900452852249, 0.006970938295125961, -0.008931994438171387, -0.019875582307577133, 0.0470396988093853, -0.03531700745224953, -0.0492328442633152, -0.03969268128275871, 0.04071883112192154, 0.036062851548194885, -0.0049002510495483875, -0.0009996704757213593, -0.0721282809972763, 0.013383210636675358, -0.03584226220846176, -0.034969478845596313, -0.017045380547642708, 0.001470637391321361, 0.010249382816255093, 0.05156797915697098, 0.023273682221770287, -0.0835055410861969, -0.015254960395395756, 0.024537762627005577, -0.08074412494897842, 0.0003691582242026925, 0.027384018525481224, 0.09486625343561172, -0.048361729830503464, -0.07010358572006226, 0.004606344271451235, 0.003827676409855485, -0.022689374163746834, 0.03134948015213013, 0.020013883709907532, -0.0489933118224144, -0.04769443720579147, -0.026062017306685448, 0.05832025036215782, -0.06572563946247101, -0.01770060509443283, 0.07438324391841888, -0.020275430753827095, 0.02741079591214657, -0.032387059181928635, -0.02193431369960308, -0.010511603206396103, -0.016197869554162025, -0.006624527741223574, 0.04407576844096184, -0.016209576278924942, -0.01821530982851982, -0.028761709108948708, -0.05239272490143776, -0.014923161827027798, 0.07709265500307083, 0.010326175950467587, -0.00766306696459651, -0.026592422276735306, 0.017858903855085373, 0.034853193908929825, 0.03871068358421326, -0.033777866512537, 0.023522287607192993, 0.06607154756784439, 0.027552448213100433, -0.028822315856814384, 0.04542999342083931, 0.02269110642373562, -0.03710181638598442, -0.011004891246557236, -0.018894869834184647, 0.004669295623898506, -0.04414881393313408, 0.004299837630242109, 0.04108479246497154, 0.015536373481154442, -0.03626048564910889, -0.051255520433187485, 0.06685412675142288, -0.015860913321375847, -0.025084342807531357, -0.0017696975264698267, -0.018046241253614426, -0.039137713611125946, 0.04345826432108879, -0.024623660370707512, 0.010906926356256008, -0.038728486746549606, -0.023450715467333794, 0.0015869601629674435, -0.009771153330802917, 0.017081493511795998, 0.03867977112531662, -0.018894437700510025, 0.08135006576776505, -0.04059622436761856, 0.011993559077382088, -0.03792873024940491, -0.06657573580741882, -0.0033864129800349474, 0.06487633287906647, 0.030119160190224648, 0.06996631622314453, -0.00015913778042886406, -0.08154292404651642, 0.021451199427247047, 0.08173974603414536, 0.07092858850955963, 0.022808386012911797, -0.034978486597537994, -0.010058893822133541, 0.029936661943793297, 0.05244933441281319, -0.06835156679153442, -0.016298651695251465, 0.020049750804901123, 0.03321235254406929, -0.013685026206076145, 0.02515861764550209, -0.029920611530542374, 0.03754884749650955, -0.026873286813497543, -0.09455524384975433, 0.05145637318491936, 0.01951887644827366, -0.0018868298502638936, 0.036178577691316605, -0.023237667977809906, -0.004422002471983433, 0.01206106785684824, 0.0018343317788094282, 0.0035166654270142317, -0.019277649000287056, 0.029126659035682678, -0.010288589634001255, 0.06111873686313629, -0.03793758898973465, 0.052465762943029404, -0.006036441773176193, 0.008960265666246414, 0.0381023995578289, -0.041466280817985535, 0.04374195635318756, 0.05162576958537102, 0.0007906313403509557, -0.02157977782189846, 0.014540684409439564, 0.020175306126475334, 0.06790803372859955, 0.020043600350618362, -0.005567695014178753, 0.07522964477539062, 0.02120518684387207, 0.02549176663160324, 0.08239968121051788, 0.021839741617441177, 0.020394256338477135, 0.03406121954321861, 0.06166265532374382, 0.012153176590800285, -0.02940935455262661, 0.0699482262134552, -0.04246867820620537, -0.0006486554048024118, -0.003408811753615737, -0.016284627839922905, -0.013376183807849884, 0.006403383798897266, 0.0322350338101387, 0.012694671750068665, -0.018712496384978294, -0.0322687104344368, -0.0014085219008848071, -0.02025550976395607, 0.04329228773713112, -0.006402773782610893, -0.00614007655531168, -0.012695224955677986, -0.027268223464488983, 0.013948040083050728, -0.05861976742744446, -0.03423253446817398, -0.0012716216733679175, -0.03178028017282486, -0.019001798704266548, -0.07295478880405426, -0.05494719371199608, -0.06777864694595337, 0.0050171795301139355, 0.039151597768068314, 0.019171342253684998, 0.013537073507905006, -0.06515713036060333, 0.012327521108090878, -0.03329772502183914, -0.04517047479748726, -0.05019417405128479, -0.03936005383729935, -0.023891214281320572, -0.05855657532811165, 0.021471189334988594, 0.03797386586666107, 0.047337982803583145, 0.008764194324612617, -0.0012526145437732339, -0.012832311913371086, -0.03309457749128342, 0.06126333773136139, 0.04240121319890022, -0.034176234155893326, -0.0876278206706047, 0.021779581904411316, 0.0006598655600100756, 0.004781416617333889, 0.0014643162721768022, -0.02742394059896469, 0.07031961530447006, 0.06517961621284485, 0.037444617599248886, 0.023593692108988762, -0.023801524192094803, -0.058128733187913895, -0.06872004270553589, -0.01361067220568657, -0.05618581548333168, -0.03353412076830864, -0.021574007347226143, -0.024909019470214844, -0.032371748238801956, -0.002496216678991914, 0.0009282547980546951, -0.008814326487481594, -0.013547542504966259, 0.016347723081707954, 0.04257241263985634, 0.021934697404503822, 0.0254219938069582, -0.046553924679756165, -0.02848242223262787, 0.06782440841197968, 0.016947856172919273, -0.01776655577123165, -0.07634182274341583, -0.02958741970360279, 0.009379733353853226, 0.021742448210716248, -0.028126932680606842, 0.00783172994852066, 0.10885394364595413, 0.000425313861342147, -0.02004522643983364, 0.01856202259659767, -0.02127170003950596, -0.014591624028980732, -0.014660535380244255, 0.004739393945783377, 0.010346857830882072, -0.07318511605262756, 0.0005319892661646008, 0.006844679359346628, 0.04694466292858124, -0.04552554711699486, -0.04248115420341492, -0.009696641936898232, 0.02528567984700203, 0.06205926835536957, -0.011759545654058456, -0.0198989138007164, -0.007467492949217558, -0.06317487359046936, -0.02980860508978367, 0.027443094179034233, 0.004160245414823294, 0.03807862848043442, 0.05295445770025253, 0.009529674425721169, -0.024904392659664154, 0.04377714544534683, 0.03397611156105995, 0.06522505730390549, 0.027120057493448257, -0.045881662517786026, 0.021541472524404526, -0.04056326672434807, 0.04684138670563698, -0.004937640391290188, -0.025873063132166862, -0.054102517664432526, -0.07775053381919861, -0.020622776821255684, 0.0023881266824901104, 0.001048320671543479, -0.011018792167305946, 0.036583006381988525, -0.0022216143552213907, 0.002082504564896226, 0.014111282303929329, 0.008779456838965416, 0.06593911349773407, -0.05487096682190895, 0.049439139664173126, -0.0006617029430344701, 0.016016265377402306, -0.05113159120082855, 0.02395726554095745, -0.026266910135746002, -0.02249998040497303, 0.01685517653822899, 0.05363914743065834, 0.017467735335230827, 0.040460433810949326, 0.0553562194108963, 0.02614150196313858, -0.05786559730768204, 0.04089364781975746, 0.04673748463392258, -0.03962713107466698, -0.05582358315587044, 0.006288293283432722, -0.005245711654424667, -0.009266487322747707, -0.010147251188755035, -0.013863736763596535, 0.05860038474202156, 0.04412612318992615, -0.032939363270998, 0.006520727649331093, 0.023882469162344933, -0.0313933789730072, -0.010866285301744938, -0.06231621652841568, -0.04399549216032028, -0.00002888593553507235, -0.027748944237828255, 0.035435084253549576, 0.02872810699045658, 0.00020117378153372556, 0.053805045783519745, 0.03924773260951042, -0.035403575748205185, -0.03817342221736908, 0.030384812504053116, 0.025063104927539825, -0.0464320108294487, -0.08004596829414368, -0.04711315035820007, 0.043307531625032425, 0.044974762946367264, -0.00041306528146378696, -0.04167381301522255, -0.0019160931697115302, 0.06080351397395134, -0.07106946408748627, 0.053101204335689545, -0.002539604203775525, 0.05981450527906418, 0.05922350659966469, 0.004648901987820864, 0.0277841966599226, -0.027144886553287506, -0.002375598531216383, 0.018093166872859, 0.028691979125142097, -0.015281938947737217, -0.010653660632669926, -0.07503022998571396, 0.027800001204013824, 0.033092353492975235, 0.01545416284352541, 0.04110657423734665, -0.04232276603579521, -0.032787784934043884, -0.00029744012863375247, 0.03474961966276169, -0.046823907643556595, 0.01869724877178669, 0.028200842440128326, 0.011176438070833683, -0.02412838116288185, -0.0207365769892931, -0.02588007226586342, 0.014802657999098301, 0.02553883194923401, 0.0047097341157495975, -0.044853243976831436, -0.03372720256447792, 0.024494607001543045, -0.009808805771172047, -0.02466486394405365, -0.07324675470590591, 0.03685736283659935, -0.016928134486079216, -0.009604237042367458, 0.027639636769890785, 0.02949259616434574, 0.047941818833351135, 0.03978622332215309, -0.0028071135748177767, -0.016302362084388733, -0.030243439599871635, 0.023043906316161156, -0.030292227864265442, -0.016876481473445892, -0.01682450994849205, -0.011676897294819355, -0.04319651424884796, -0.016102852299809456, -0.034543514251708984, -0.04694308713078499, -0.016986152157187462, 0.04820973426103592, -0.028095444664359093, -0.009406433440744877, -0.005373350810259581, 0.03371855616569519, 0.0024786379653960466, -0.03174939006567001, -0.028903011232614517, -0.03560337796807289, -0.0480533204972744, -0.05308011919260025, 0.03341081365942955, -0.02340664342045784, 0.008161268197000027, 0.03841665759682655, 0.018400808796286583, 0.005401428323239088, -0.0024056988768279552, -0.02581365779042244, -0.006299338303506374, 0.005898821633309126, -0.04741900414228439, -0.01809753105044365, 0.006583621725440025, 0.014890852384269238, 0.022792840376496315, -0.028631260618567467, 0.03963502496480942, -0.0031411489471793175, -0.01600080356001854, -0.015173504129052162, 0.005764928180724382, 0.030431894585490227, -0.06091552972793579, -0.033962033689022064, -0.001444556750357151, -0.02764018438756466, 0.016857799142599106, -0.018682794645428658, 0.012917088344693184, 0.029991382732987404, 0.021266784518957138, 0.04829327389597893, -0.014865672215819359, -0.01309983804821968, 0.029108040034770966, -0.03759200498461723, 0.01839378848671913, -0.05932486057281494, 0.03647955134510994, -0.046492815017700195, 0.00045116920955479145, -0.0074830795638263226, -0.008102970197796822, -0.05479848012328148, 0.03815964609384537, -0.014514117501676083, 0.007364526391029358, -0.003840954974293709, 0.02743026614189148, -0.006577279418706894, 0.030981270596385002, -0.015780476853251457, 0.03721849247813225, -0.051927391439676285, 0.06558236479759216, -0.02705450914800167, 0.024329302832484245, -0.0007950419676490128, -0.007392353843897581, -0.04257697984576225, -0.027725253254175186, -0.0001286831684410572, -0.04110722616314888, 0.02173985354602337, 0.046682097017765045, 0.049737732857465744, 0.024950549006462097, -0.028499426320195198, -0.019528694450855255, 0.01944158971309662, -0.053116314113140106, -0.016739724203944206, 0.004721384029835463, 0.021319234743714333, 0.0005081162671558559, 0.045143961906433105, 0.027311882004141808, -0.06630459427833557, -0.055609092116355896, 0.03849633410573006, 0.0016099141212180257, 0.030076567083597183, 0.00878708716481924, 0.021814420819282532, 0.03113681450486183, 0.04695931077003479, -0.02845979668200016, -0.0102594755589962, 0.0009751750621944666, -0.022103382274508476, 0.020723620429635048, -0.0036217125598341227, 0.0013783371541649103, 0.042408060282468796, -0.05017394945025444, -0.005826449487358332, 0.04111713543534279, 0.037621282041072845, 0.024889929220080376, -0.00027479446725919843, -0.05198389291763306, 0.00037098274333402514, -0.008388558402657509, -0.05322013795375824, 0.0022135768085718155, 0.0036828930024057627, -0.01975174993276596, 0.07427865266799927, -0.017027810215950012, 0.002407422522082925, 0.028572876006364822, 0.030529523268342018, -0.04173395037651062, 0.06132177263498306, -0.0069428700953722, 0.027720434591174126, 0.06563224643468857, -0.06753512471914291, -0.0006889356882311404, -0.04755620285868645, 0.08443762362003326, -0.06064102426171303, 0.03234075382351875, 0.05620277673006058, -0.012953190132975578, 0.02077321894466877, -0.03791821002960205, -0.020863234996795654, 0.04756433889269829, -0.03590967133641243, 0.07286800444126129, 0.025015033781528473, -0.07459719479084015, 0.03728082403540611, 0.012019703164696693, -0.0644829124212265, 0.02930191159248352, 0.015239075757563114, 0.026453129947185516, 0.016987908631563187, 0.035694144666194916, -0.04191380366683006, -0.0007565112900920212, -0.046408966183662415, 0.037826258689165115, -0.05949055403470993, -0.0014166594482958317, 0.03710031509399414, -0.0437174029648304, -0.010489453561604023, 0.030479012057185173, -0.015413451939821243, -0.009881165809929371, 0.020498128607869148, -0.04418202489614487, -0.03250732645392418, -0.0007823090418241918, 0.004334967117756605, -0.06021873280405998, 0.010747085325419903, -0.03517810255289078, 0.01429302990436554, 0.030675020068883896, 0.017164058983325958, -0.02382919378578663, -0.015249370597302914, -0.00024374094209633768, -0.06738518178462982, -0.046993356198072433, 0.030657904222607613, -0.02048352174460888, -0.020777536556124687, 0.050171274691820145, 0.03642428666353226, 0.0010791136883199215, 0.02707749977707863, -0.013246997259557247, 0.03083687834441662, -0.047802552580833435, -0.043276816606521606, 0.004224988631904125, 0.013335078954696655, 0.03297879546880722, -0.021079735830426216, 0.04439104348421097, 0.04442138969898224, 0.004791053012013435, 0.005316372029483318, -0.0293424129486084, -0.036148056387901306, 0.03610464185476303, -0.028799178078770638, 0.029251985251903534, -0.007226463407278061, -0.04035528376698494, -0.0502682663500309, 0.008139585144817829, -0.0024648618418723345, 0.012566362507641315, -0.053644925355911255, -0.01766015775501728, 0.042485311627388, -0.016362328082323074, -0.05687301233410835, -0.08006046712398529, -0.046134550124406815, -0.009017398580908775, 0.03209475427865982, 0.03286001458764076, -0.04103470221161842, 0.026256268844008446, -0.08229758590459824, -0.04192459583282471, 0.060545507818460464, 0.005077064968645573, -0.018816282972693443, 0.054560206830501556, 0.04916427284479141, -0.05837433040142059, 0.009372617118060589, 0.03255612030625343, -0.031091049313545227, 0.02602199837565422, 0.00453551858663559, 0.041627343744039536, 0.02490561455488205, 0.02477322332561016, -0.02867281809449196, -0.023574266582727432, -0.0788964182138443, -0.042648881673812866, -0.04774317145347595, -0.0032707650680094957, 0.05232065171003342 ]
bert-base-german-dbmdz-uncased
[ "pytorch", "jax", "safetensors", "bert", "fill-mask", "de", "transformers", "license:mit", "autotrain_compatible", "has_space" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
68,305
2021-08-05T05:49:10Z
--- tags: - generated_from_trainer datasets: - klue metrics: - f1 model_index: - name: bert-base-ehddnr-ynat results: - task: name: Text Classification type: text-classification dataset: name: klue type: klue args: ynat metric: name: F1 type: f1 value: 0.8720568553403009 --- <!-- 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-ehddnr-ynat This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on the klue dataset. It achieves the following results on the evaluation set: - Loss: 0.3587 - F1: 0.8721 ## 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: 256 - eval_batch_size: 256 - 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 | F1 | |:-------------:|:-----:|:----:|:---------------:|:------:| | No log | 1.0 | 179 | 0.4398 | 0.8548 | | No log | 2.0 | 358 | 0.3587 | 0.8721 | | 0.3859 | 3.0 | 537 | 0.3639 | 0.8707 | | 0.3859 | 4.0 | 716 | 0.3592 | 0.8692 | | 0.3859 | 5.0 | 895 | 0.3646 | 0.8717 | ### Framework versions - Transformers 4.9.1 - Pytorch 1.9.0+cu102 - Datasets 1.11.0 - Tokenizers 0.10.3
[ -0.015509461984038353, -0.003891516476869583, -0.002676186850294471, 0.03414002060890198, 0.03699943795800209, 0.021959837526082993, -0.02487982250750065, -0.03808601573109627, -0.026280861347913742, 0.04064091295003891, 0.0027850293554365635, -0.04253290593624115, 0.013635359704494476, 0.04206652194261551, -0.02707240916788578, -0.03281556814908981, -0.006652307230979204, -0.0050007663667202, -0.033471811562776566, -0.013743314892053604, -0.012930807657539845, 0.02086055465042591, -0.012963092885911465, 0.012788075022399426, 0.002431604079902172, -0.009242909029126167, 0.0075890724547207355, 0.030665859580039978, 0.042193204164505005, -0.052504219114780426, -0.003958858549594879, -0.029842054471373558, -0.06757615506649017, -0.009790077805519104, -0.006926813628524542, 0.0011142980074509978, 0.009453782811760902, 0.0036462019197642803, 0.03671419993042946, 0.04919257387518883, 0.0002650804235599935, 0.03293898329138756, -0.012989477254450321, -0.0391896590590477, 0.03210213780403137, -0.006568778306245804, -0.041968975216150284, -0.004527994431555271, 0.04566781967878342, -0.03168994560837746, -0.062239427119493484, -0.058375321328639984, -0.020456582307815552, 0.027619926258921623, -0.015701597556471825, -0.01122584193944931, -0.0493408627808094, 0.013522377237677574, 0.06997426599264145, -0.02721359394490719, -0.047973599284887314, 0.013448446989059448, -0.061460647732019424, 0.011151159182190895, 0.029698727652430534, -0.043394576758146286, -0.001675836043432355, -0.02967558614909649, 0.035181924700737, -0.015568623319268227, 0.05675269290804863, -0.017330210655927658, 0.016245387494564056, -0.08880260586738586, -0.01130744256079197, -0.01045271661132574, 0.04973018541932106, 0.07105457782745361, -0.040968358516693115, 0.058363910764455795, 0.03405020385980606, -0.012313022278249264, 0.037730854004621506, -0.021678773686289787, 0.005547726526856422, 0.013392884284257889, -0.031357768923044205, 0.009201709181070328, 0.02285831980407238, 0.034529440104961395, -0.030761050060391426, -0.03157508373260498, -0.052404649555683136, -0.016052816063165665, -0.027639217674732208, 0.027669386938214302, 0.028518259525299072, 0.01292880903929472, 0.047625552862882614, 0.028926046565175056, 0.007469840347766876, 0.04011928290128708, -0.030739013105630875, 0.07994108647108078, -0.013087842613458633, -0.011092576198279858, -0.007937932386994362, -0.008397693745791912, -0.028060656040906906, 0.031231554225087166, 0.03976723924279213, -0.02606307715177536, -0.042182520031929016, 0.04749507084488869, 0.006997507996857166, -0.005492435302585363, 0.052252352237701416, -0.019404059275984764, -0.06177028268575668, -0.04492584243416786, 0.017893744632601738, 0.0058631314896047115, 0.011494942009449005, -0.006573390681296587, -0.0460992194712162, -0.009149158373475075, -0.03459548205137253, -0.03284217417240143, -0.00144087930675596, 0.02611999586224556, -0.010110036469995975, 0.06808587908744812, 0.016216017305850983, -0.07882372289896011, 0.001384270959533751, 0.00977399107068777, -0.05419197306036949, 0.061741556972265244, 0.012042423710227013, 0.1203799769282341, -0.05723115801811218, -0.07359166443347931, 0.006715551484376192, 0.011290703900158405, -0.03558683767914772, 0.004337863530963659, 0.006503172218799591, -0.01928815431892872, -0.009719574823975563, 0.00655362568795681, 0.040816690772771835, -0.047676388174295425, -0.017391188070178032, 0.061125747859478, 0.0033324602991342545, 0.029804546386003494, -0.06427577137947083, -0.01104077510535717, 0.0010293314699083567, -0.02788405492901802, -0.017641523852944374, 0.035930875688791275, -0.03133922442793846, -0.019803563132882118, -0.037484269589185715, -0.04800166189670563, -0.004009632859379053, 0.0820443332195282, -0.00888277031481266, -0.02676970884203911, -0.037371277809143066, 0.023650208488106728, 0.05342726781964302, 0.031282808631658554, -0.031931761652231216, 0.021991103887557983, 0.061915069818496704, 0.04623948410153389, -0.04550354182720184, 0.04711161553859711, 0.011807860806584358, -0.03077569603919983, -0.0330657958984375, 0.024977540597319603, 0.0016326933400705457, -0.030364353209733963, 0.044489990919828415, 0.021248340606689453, 0.01160301361232996, -0.04872732609510422, -0.030225345864892006, 0.053434133529663086, 0.0025635152123868465, -0.00869356095790863, 0.017356805503368378, -0.006195376627147198, -0.027963196858763695, 0.05280929058790207, -0.01351090706884861, -0.006008614785969257, -0.01996598020195961, -0.03546604886651039, 0.018884845077991486, -0.0072182719595730305, 0.016576506197452545, 0.06363224238157272, -0.003984925337135792, 0.07313366234302521, -0.036623287945985794, 0.037542592734098434, -0.042451124638319016, -0.031627852469682693, 0.012512472458183765, 0.05091013386845589, 0.05837830901145935, 0.05888782814145088, 0.010767043568193913, -0.04283171147108078, 0.02624838426709175, 0.05058134347200394, 0.03453565016388893, -0.00650516664609313, -0.030689191073179245, -0.014308040961623192, 0.05141611024737358, 0.04967368766665459, -0.056793827563524246, -0.021114898845553398, 0.02671348862349987, 0.06509946286678314, -0.0022988594137132168, 0.01177549734711647, -0.02664553001523018, 0.033323559910058975, -0.05419855937361717, -0.057448551058769226, 0.05468103662133217, 0.032982975244522095, -0.00187674758490175, 0.00641111982986331, 0.010869700461626053, 0.010984236374497414, 0.02509751357138157, 0.02935216948390007, -0.00814128015190363, -0.038592368364334106, 0.01258878968656063, 0.014242149889469147, 0.0521184466779232, -0.04013199359178543, 0.03766758739948273, -0.01971462368965149, 0.02221520245075226, 0.03415674716234207, -0.03175133839249611, 0.01693667098879814, 0.04395141452550888, 0.025404000654816628, -0.036819178611040115, 0.0016059004701673985, 0.013906206004321575, 0.033323392271995544, 0.02455849014222622, -0.004474877379834652, 0.07513074576854706, -0.004271504934877157, 0.051513176411390305, 0.08291403204202652, 0.026619235053658485, 0.04102739319205284, 0.0311404000967741, 0.06813013553619385, 0.023308753967285156, -0.013415881432592869, 0.055318329483270645, -0.05661050230264664, 0.022065462544560432, -0.05364978685975075, 0.019184136763215065, -0.009943131357431412, -0.008269809186458588, 0.03630053624510765, 0.009990360587835312, -0.021675871685147285, -0.005756729748100042, -0.013052749447524548, -0.017014367505908012, 0.019699303433299065, 0.005464237183332443, 0.008170517161488533, 0.004236840642988682, -0.015314800664782524, -0.0177911426872015, -0.07227440923452377, -0.04918600618839264, -0.01322695892304182, -0.038634222000837326, -0.011888131499290466, -0.1002473384141922, 0.006699725054204464, -0.06489015370607376, -0.00411923136562109, 0.03489357605576515, 0.003780362429097295, -0.0006468173232860863, -0.04437607526779175, 0.004928455222398043, -0.042762964963912964, -0.04428733140230179, -0.037194378674030304, -0.026416011154651642, -0.05047865957021713, -0.08564107865095139, 0.03157881274819374, 0.036245763301849365, 0.028645044192671776, 0.005548300687223673, 0.01929669827222824, -0.006572110578417778, -0.0317249596118927, 0.03823595494031906, 0.06424999982118607, -0.03412657231092453, -0.05048845708370209, 0.012224243953824043, -0.010907139629125595, 0.035441383719444275, 0.005197842605412006, -0.019272228702902794, 0.09295511990785599, 0.07155202329158783, 0.008627879433333874, 0.015365445986390114, -0.014366642571985722, -0.05328817665576935, -0.0474725216627121, -0.023005854338407516, -0.037393707782030106, -0.02300082892179489, -0.058277953416109085, -0.04738045111298561, -0.030313171446323395, -0.038971591740846634, -0.0011973015498369932, -0.009636799804866314, -0.0032266892958432436, 0.02852063998579979, 0.031499773263931274, 0.01663859188556671, 0.03473688289523125, -0.026574933901429176, -0.05157354846596718, 0.04633490368723869, 0.003154598642140627, 0.02633703500032425, -0.09978191554546356, -0.012066710740327835, 0.02315223403275013, 0.024296706542372704, 0.0060798353515565395, -0.004725554957985878, 0.07871998846530914, 0.0019881105981767178, -0.004140300210565329, 0.014598799869418144, -0.0036539840511977673, -0.04362773895263672, -0.02863914705812931, -0.004387980792671442, -0.0029365348163992167, -0.04639977216720581, -0.01991957798600197, -0.01833201013505459, 0.048082154244184494, -0.06631752103567123, -0.05809222161769867, -0.02947664074599743, 0.033021897077560425, 0.04547390714287758, -0.011624987237155437, -0.036443572491407394, -0.02567273937165737, -0.06858889758586884, -0.013714990578591824, 0.03941444307565689, -0.005586150102317333, 0.002703565638512373, 0.05355462804436684, 0.03587523475289345, -0.03725547716021538, 0.056309349834918976, 0.04698769375681877, 0.0695197656750679, -0.004599561914801598, -0.08138507604598999, 0.01597263105213642, -0.01700993999838829, 0.024768801406025887, 0.0013421826297417283, -0.02662050351500511, -0.022743498906493187, -0.09034697711467743, -0.03496504947543144, 0.0035326480865478516, -0.007228687405586243, -0.0208548866212368, 0.045471686869859695, -0.0067574079148471355, -0.018314996734261513, -0.015432964079082012, 0.023003747686743736, 0.027604423463344574, -0.02867566980421543, 0.04672277346253395, -0.023405715823173523, 0.027727626264095306, -0.05993201583623886, 0.012016372755169868, -0.03340168297290802, -0.012163818813860416, -0.009392410516738892, 0.05676170811057091, -0.0038625472225248814, 0.038792721927165985, 0.07969197630882263, 0.029533959925174713, -0.04708828404545784, 0.03675767034292221, 0.05470665171742439, -0.024594120681285858, -0.039480287581682205, -0.013551467098295689, -0.004909150768071413, -0.029987676069140434, -0.021715238690376282, -0.01569213904440403, 0.03494846075773239, 0.02550681307911873, -0.0028315214440226555, 0.01724843680858612, 0.004727026913315058, -0.033562324941158295, -0.03068840503692627, -0.05377141013741493, -0.02114146575331688, -0.015558254905045033, -0.025478020310401917, 0.017333874478936195, 0.043429214507341385, -0.0084019610658288, 0.07389462739229202, 0.042063064873218536, -0.039353515952825546, -0.015878621488809586, 0.031457673758268356, 0.02468595840036869, -0.029899774119257927, -0.07606102526187897, -0.026402529329061508, 0.048234667629003525, 0.03309725597500801, -0.027264075353741646, -0.061066895723342896, 0.01458166167140007, 0.06281716376543045, -0.058661699295043945, 0.04855222627520561, -0.0018647711258381605, 0.04399700090289116, 0.05329478904604912, -0.00862100999802351, 0.054902296513319016, -0.02194475196301937, -0.010902944020926952, -0.002027846872806549, 0.01531145814806223, -0.014124437235295773, -0.03284385800361633, -0.03421393036842346, 0.04520995542407036, 0.050104912370443344, 0.04354064539074898, 0.030007721856236458, -0.017710614949464798, -0.02930375002324581, 0.018298907205462456, 0.039032526314258575, -0.05266284942626953, 0.007395374588668346, 0.027091315016150475, 0.04977921023964882, -0.0619431734085083, -0.03196557238698006, -0.041140586137771606, -0.023365598171949387, 0.03502803295850754, -0.008745656348764896, -0.03717751428484917, -0.04411136731505394, 0.02943306416273117, -0.010254574008286, -0.017212938517332077, -0.06945554912090302, 0.04566087946295738, -0.021742049604654312, -0.004221712239086628, 0.04546593502163887, 0.04116405174136162, 0.020929113030433655, 0.06567747890949249, 0.020037580281496048, 0.006240453105419874, -0.03729245066642761, 0.04084400087594986, -0.043706752359867096, -0.023796172812581062, -0.005197781138122082, -0.04614522308111191, -0.0037566509563475847, -0.02515840157866478, -0.03583075478672981, -0.03798484802246094, -0.01866341382265091, 0.03809323534369469, -0.004343250300735235, -0.01310888770967722, -0.01783612370491028, 0.026256294921040535, -0.02138073369860649, -0.03885972499847412, -0.035348474979400635, -0.030456196516752243, -0.06363210082054138, -0.05211152881383896, 0.016974017024040222, 0.007173637393862009, 0.02922949753701687, 0.04045892879366875, 0.03213581442832947, 0.022898923605680466, 0.0024460458662360907, -0.03786088898777962, 0.020359046757221222, -0.01190515048801899, -0.02964932657778263, -0.03057725355029106, 0.03494078665971756, 0.0199403278529644, 0.04740346968173981, -0.028994416818022728, 0.04406667873263359, 0.01661916822195053, -0.017328249290585518, -0.016141200438141823, 0.02519521676003933, 0.02110760100185871, -0.06203776225447655, -0.03940197452902794, -0.009778288193047047, -0.0225406251847744, 0.03309732675552368, -0.03313606604933739, -0.025100018829107285, 0.01650833524763584, 0.02280506119132042, 0.027776382863521576, -0.008590479381382465, -0.00992444809526205, 0.01629106141626835, -0.00805047806352377, 0.023681113496422768, -0.06163148581981659, 0.06141427159309387, -0.05578381568193436, 0.019429445266723633, -0.02623363584280014, -0.0032093748450279236, -0.035569652915000916, 0.03350486978888512, -0.018953803926706314, -0.01981077902019024, -0.016615482047200203, 0.05154372751712799, -0.025036897510290146, 0.03196622058749199, 0.008818520233035088, 0.03023633174598217, -0.01052155438810587, 0.05361974984407425, -0.039256054908037186, 0.0083660539239645, -0.024789245799183846, 0.00008174293907359242, -0.036774829030036926, 0.021708190441131592, -0.008338731713593006, -0.02044977806508541, 0.03365017846226692, 0.054767560213804245, 0.026186957955360413, 0.03883584588766098, 0.006539674010127783, -0.007739241234958172, 0.03201881796121597, -0.031581368297338486, -0.02660054713487625, -0.008784524165093899, 0.0019786155316978693, -0.02033284679055214, 0.06063005328178406, 0.048659831285476685, -0.07671232521533966, -0.052876066416502, 0.06630774587392807, 0.01995772309601307, -0.0038239024579524994, 0.005141935311257839, 0.019194306805729866, 0.029212545603513718, 0.04527821019291878, -0.034026000648736954, -0.013921470381319523, -0.008781085722148418, -0.04170413687825203, 0.022659782320261, -0.007485380861908197, 0.032371729612350464, 0.01717190071940422, -0.03644926846027374, -0.027129611000418663, 0.07327582687139511, 0.023691879585385323, 0.012493083253502846, 0.004405634943395853, -0.0230427123606205, 0.034869011491537094, 0.0014845988480374217, -0.04737742990255356, 0.007683713920414448, 0.020742639899253845, -0.018954437226057053, 0.06674099713563919, -0.0071617295034229755, 0.015451377257704735, 0.058830175548791885, 0.02500804141163826, -0.009199628606438637, 0.05507707968354225, -0.020416339859366417, 0.026054108515381813, 0.04887310415506363, -0.07086796313524246, 0.0010159910889342427, -0.03648434951901436, 0.06569389998912811, -0.08304303139448166, 0.03802189975976944, 0.04936593770980835, 0.006566538475453854, 0.011419009417295456, -0.017367510125041008, -0.048308178782463074, 0.022172696888446808, -0.053530219942331314, 0.073920339345932, 0.011712520383298397, -0.04434497281908989, 0.05480794608592987, 0.0050915987230837345, -0.062229547649621964, 0.04380813613533974, 0.03355714678764343, 0.049250539392232895, 0.034583162516355515, 0.04945143684744835, -0.05756504833698273, 0.01131077017635107, -0.04824806749820709, 0.04065076261758804, -0.045833852142095566, -0.01570563018321991, 0.03569122031331062, -0.03625699505209923, -0.01751244068145752, 0.04721615090966225, -0.01210109144449234, -0.029217302799224854, 0.049417413771152496, -0.03830835223197937, -0.05208274722099304, 0.013353654183447361, 0.030097192153334618, -0.023549050092697144, -0.004321355372667313, -0.04465440660715103, 0.0234089158475399, 0.0010390302632004023, -0.015132293105125427, -0.020045548677444458, 0.0037452473770827055, 0.04013385623693466, -0.06505226343870163, -0.031154943630099297, 0.018596934154629707, -0.012751901522278786, -0.022348904982209206, 0.028884300962090492, 0.02041197568178177, -0.002416758332401514, 0.03019167296588421, 0.008735516108572483, 0.02011670358479023, -0.04010121524333954, -0.00860370323061943, 0.02019019052386284, 0.0030501363798975945, 0.029210185632109642, -0.002684579463675618, 0.03855324536561966, 0.04417271167039871, 0.013121312484145164, -0.016243232414126396, -0.03681348264217377, -0.03730423375964165, 0.02600962296128273, -0.03443925827741623, 0.002634515753015876, -0.0021107320208102465, -0.041625697165727615, -0.04916154593229294, -0.009824162349104881, -0.044254742562770844, 0.034387845546007156, -0.05062318593263626, 0.009863151237368584, 0.03752565011382103, -0.02768045850098133, -0.06463880836963654, -0.1029479056596756, -0.003827121574431658, -0.04295734688639641, 0.006790044717490673, 0.03268451988697052, -0.02361953631043434, 0.030296465381979942, -0.03024107590317726, -0.05917928367853165, 0.029955612495541573, 0.02936442568898201, -0.05225295573472977, 0.06356680393218994, 0.06130247935652733, -0.0479598194360733, 0.0010545471450313926, 0.03237590938806534, -0.044285330921411514, 0.014202884398400784, 0.023047184571623802, 0.028056740760803223, 0.016003169119358063, 0.02262282185256481, -0.04819134622812271, -0.02072184719145298, -0.06949412077665329, -0.038917116820812225, -0.04464442655444145, 0.014423785731196404, 0.05522262305021286 ]
bert-base-multilingual-cased
[ "pytorch", "tf", "jax", "safetensors", "bert", "fill-mask", "multilingual", "af", "sq", "ar", "an", "hy", "ast", "az", "ba", "eu", "bar", "be", "bn", "inc", "bs", "br", "bg", "my", "ca", "ceb", "ce", "zh", "cv", "hr", "cs", "da", "nl", "en", "et", "fi", "fr", "gl", "ka", "de", "el", "gu", "ht", "he", "hi", "hu", "is", "io", "id", "ga", "it", "ja", "jv", "kn", "kk", "ky", "ko", "la", "lv", "lt", "roa", "nds", "lm", "mk", "mg", "ms", "ml", "mr", "mn", "min", "ne", "new", "nb", "nn", "oc", "fa", "pms", "pl", "pt", "pa", "ro", "ru", "sco", "sr", "scn", "sk", "sl", "aze", "es", "su", "sw", "sv", "tl", "tg", "th", "ta", "tt", "te", "tr", "uk", "ud", "uz", "vi", "vo", "war", "cy", "fry", "pnb", "yo", "dataset:wikipedia", "arxiv:1810.04805", "transformers", "license:apache-2.0", "autotrain_compatible", "has_space" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
4,749,504
2021-07-29T01:31:21Z
# ehdwns1516/bart_finetuned_xsum * This model has been trained as a [xsum dataset](https://huggingface.co/datasets/xsum). * Input text what you want to summarize. review generator DEMO: [Ainize DEMO](https://main-text-summarizer-ehdwns1516.endpoint.ainize.ai/) review generator API: [Ainize API](https://ainize.web.app/redirect?git_repo=https://github.com/ehdwns1516/text_summarizer) ## Overview Language model: [facebook/bart-large](https://huggingface.co/facebook/bart-large) Language: English Training data: [xsum dataset](https://huggingface.co/datasets/xsum) Code: See [Ainize Workspace](https://ainize.ai/workspace/create?imageId=hnj95592adzr02xPTqss&git=https://github.com/ehdwns1516/bart_finetuned_xsum-notebook) ## Usage ## In Transformers ``` from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ehdwns1516/bart_finetuned_xsum") model = AutoModelForSeq2SeqLM.from_pretrained("ehdwns1516/bart_finetuned_xsum") summarizer = pipeline( "summarization", model="ehdwns1516/bart_finetuned_xsum", tokenizer=tokenizer ) context = "your context" result = dict() result[0] = summarizer(context)[0] ```
[ -0.011030803434550762, -0.029270736500620842, -0.00891027506440878, 0.04984043538570404, 0.0213371179997921, 0.02159116230905056, -0.045291718095541, -0.007712142542004585, -0.07416976243257523, 0.0558258518576622, 0.053041424602270126, 0.02285696379840374, 0.0187278613448143, 0.03535274416208267, -0.03589652106165886, -0.04871777445077896, -0.02064063958823681, -0.020177718251943588, -0.029212307184934616, -0.020015668123960495, 0.03152246028184891, 0.01760609820485115, 0.014616573229432106, 0.04257187619805336, -0.009780345484614372, 0.013566724956035614, -0.010966136120259762, 0.04816972464323044, 0.02680087462067604, -0.07342974096536636, 0.026251766830682755, -0.018075333908200264, -0.05059393122792244, -0.023998631164431572, -0.013838841579854488, 0.021539265289902687, -0.012643295340240002, 0.024304049089550972, 0.023203272372484207, 0.05002666637301445, 0.003822533180937171, 0.015271980315446854, -0.004708719905465841, -0.04470924288034439, 0.03238454461097717, 0.004164863843470812, -0.054607756435871124, -0.041233886033296585, 0.04387982189655304, -0.024551915004849434, -0.038140978664159775, -0.08468597382307053, -0.0070747449062764645, 0.03566425293684006, -0.01718069799244404, -0.03960994631052017, -0.051435016095638275, -0.00021039112471044064, 0.06605597585439682, -0.05499289929866791, -0.03600523993372917, 0.026889881119132042, -0.04937995597720146, 0.013581709004938602, 0.01746957376599312, -0.034829579293727875, 0.007171042263507843, -0.023545527830719948, 0.026293393224477768, -0.02327064238488674, 0.05027269572019577, -0.042180124670267105, 0.0427389070391655, -0.08723292499780655, -0.0062683019787073135, -0.009789024479687214, 0.022418364882469177, 0.03172335773706436, -0.02314572036266327, 0.04268425703048706, 0.047590721398591995, -0.014915861189365387, 0.03478297218680382, -0.007407565601170063, -0.013650977052748203, 0.026965677738189697, -0.043386027216911316, 0.018638497218489647, -0.01260294672101736, 0.031905509531497955, -0.053042322397232056, -0.05206752568483353, -0.0116462716832757, -0.03707365319132805, -0.03261040151119232, 0.024004636332392693, 0.028191404417157173, 0.00713882502168417, 0.0038004033267498016, 0.0194945577532053, 0.007690418045967817, 0.04658093303442001, 0.0031089046970009804, 0.0663316622376442, -0.006617444101721048, -0.005963073577731848, -0.01812669262290001, -0.0228078942745924, -0.031242692843079567, 0.04303411766886711, 0.05667458847165108, -0.04213970899581909, -0.05383521690964699, 0.019967399537563324, -0.0008015015046112239, -0.043363917618989944, 0.042083755135536194, -0.032674405723810196, -0.04693440720438957, -0.022915983572602272, 0.03247503563761711, 0.01061339769512415, 0.010031386278569698, 0.0084281787276268, -0.047653377056121826, 0.009302787482738495, -0.04090508446097374, -0.0368226133286953, 0.0053875683806836605, 0.04366132989525795, 0.004473240114748478, 0.023615209385752678, 0.008906334638595581, -0.02743378095328808, 0.014978715218603611, 0.00652595330029726, -0.05983525142073631, 0.0626726895570755, 0.041958343237638474, 0.10265697538852692, -0.0385633148252964, -0.053038571029901505, -0.007034643087536097, 0.0026409223210066557, -0.024548154324293137, 0.0052157300524413586, 0.019526049494743347, -0.05485008656978607, -0.04687437415122986, 0.016732992604374886, 0.026314979419112206, -0.0291069857776165, -0.009790021926164627, 0.01866806671023369, -0.01910030096769333, 0.02601037733256817, -0.036317382007837296, 0.006176323164254427, -0.004439953248947859, -0.002744736149907112, -0.04144364222884178, 0.05304032191634178, 0.016792085021734238, -0.025252772495150566, -0.042488232254981995, -0.06344016641378403, -0.01419978216290474, 0.0941426157951355, -0.018375493586063385, -0.009317763149738312, -0.022882290184497833, -0.0006448995554819703, 0.04467534273862839, 0.03562600910663605, -0.0035540342796593904, 0.004976078402251005, 0.05549172684550285, 0.0645541101694107, -0.006364455912262201, 0.05056612566113472, 0.025926988571882248, -0.03128322586417198, -0.02341155894100666, 0.012586022727191448, -0.0058137234300374985, -0.01734454557299614, 0.031729161739349365, 0.045559484511613846, 0.006100361701101065, -0.014680328778922558, -0.04447626322507858, 0.059762995690107346, 0.011799529194831848, 0.019443141296505928, -0.012343384325504303, -0.02553871087729931, -0.01964561454951763, 0.060691431164741516, -0.018185557797551155, 0.009412283077836037, 0.0015645420644432306, -0.05684683099389076, -0.00326918694190681, 0.008755763061344624, 0.030120667070150375, 0.04330834746360779, -0.01331205666065216, 0.11130496859550476, -0.03762497380375862, 0.01454958412796259, -0.0385235995054245, -0.04365863651037216, 0.011751952581107616, 0.0562082976102829, 0.047639358788728714, 0.050784479826688766, -0.019960492849349976, -0.04164420813322067, -0.002097595250234008, 0.05383097752928734, 0.02464013546705246, 0.05198202654719353, -0.00828501582145691, -0.0257352814078331, 0.06512380391359329, 0.04334903135895729, -0.06947515904903412, -0.05191545560956001, 0.019804585725069046, 0.013647085055708885, -0.014087043702602386, 0.006582818925380707, -0.003338865004479885, 0.014782324433326721, -0.06478552520275116, -0.06773471087217331, 0.07531964778900146, 0.020713461562991142, -0.027413908392190933, 0.021037418395280838, -0.010356323793530464, 0.011308271437883377, 0.02738601714372635, 0.022622596472501755, -0.014311262406408787, -0.029460111632943153, 0.007242672611027956, 0.012965066358447075, 0.03519543632864952, -0.04979429766535759, 0.027302350848913193, -0.01361649576574564, 0.013605178333818913, 0.048784006386995316, -0.016345351934432983, 0.028164073824882507, 0.02722924016416073, 0.01737900637090206, -0.03544071316719055, 0.040316443890333176, 0.03402896597981453, 0.04998484626412392, 0.059982847422361374, 0.009984830394387245, 0.054981332272291183, 0.0009538728627376258, 0.04928191006183624, 0.0726320892572403, 0.029068326577544212, 0.0222870372235775, 0.02613116055727005, 0.0818333774805069, 0.009053310379385948, -0.023462506011128426, 0.053174350410699844, -0.056290388107299805, 0.030136913061141968, -0.029353486374020576, 0.030782826244831085, -0.022665875032544136, 0.0009200163767673075, 0.01981431059539318, 0.017275072634220123, 0.004507048986852169, -0.008326094597578049, -0.004779927898198366, -0.007523294538259506, 0.018036646768450737, -0.004223318304866552, -0.013829691335558891, 0.025439461693167686, -0.02111465483903885, 0.01048141997307539, -0.07745453715324402, -0.04481618478894234, -0.0038753151893615723, -0.020451253280043602, 0.007337246090173721, -0.07574676722288132, -0.059516873210668564, -0.07532579451799393, -0.015195373445749283, 0.019534341990947723, 0.031986769288778305, 0.0026652927044779062, -0.05252714455127716, 0.016859913244843483, -0.06557514518499374, -0.041933901607990265, -0.05426017940044403, -0.04458434879779816, -0.013153037056326866, -0.06708531826734543, 0.039151959121227264, 0.02059170790016651, 0.023984847590327263, 0.00010769261280074716, -0.00018024735618382692, -0.03186245262622833, -0.0199501421302557, 0.05853084847331047, 0.03626507148146629, -0.027742253616452217, -0.040999893099069595, 0.024537555873394012, -0.023445820435881615, 0.014352058060467243, -0.0037191167939454317, -0.028441736474633217, 0.07059341669082642, 0.0787038654088974, 0.014523322694003582, 0.022606180980801582, -0.0005078339017927647, -0.02421490289270878, -0.042941756546497345, -0.006654640194028616, -0.0015556308208033442, -0.02425362356007099, -0.03645580634474754, -0.03768537566065788, -0.023780524730682373, -0.03210684284567833, -0.0029176613315939903, -0.01994660496711731, 0.03372329846024513, 0.0399165116250515, 0.030451690778136253, 0.01633797399699688, 0.021616118028759956, -0.03981618210673332, -0.061494458466768265, 0.07964209467172623, 0.0010370187228545547, 0.008401311002671719, -0.07346200197935104, -0.03422036021947861, 0.05177062004804611, 0.03985004499554634, 0.006288350094109774, -0.014771975576877594, 0.0768592357635498, 0.0055817593820393085, -0.00346062402240932, 0.005692931357771158, -0.008472883142530918, -0.013134133070707321, 0.00477570528164506, -0.014856569468975067, 0.003149155294522643, -0.05191626399755478, -0.0380883626639843, -0.021975131705403328, 0.04446215555071831, -0.05276591330766678, -0.05191781371831894, -0.007837793789803982, 0.02795271761715412, 0.060644906014204025, -0.0044153607450425625, -0.014750586822628975, -0.013606870546936989, -0.07004280388355255, -0.014267796650528908, 0.01713825948536396, 0.012021880596876144, 0.00952707789838314, 0.05553170293569565, 0.061153266578912735, -0.02985829859972, 0.007985345087945461, 0.04141835868358612, 0.06059487536549568, -0.0005387302953749895, -0.05955103412270546, 0.004763585980981588, -0.01534110214561224, 0.005953727290034294, 0.029237695038318634, -0.01641242206096649, -0.03878113627433777, -0.056884877383708954, -0.006998568773269653, -0.001251276582479477, -0.007046433165669441, 0.010741297155618668, 0.040874138474464417, -0.02913714572787285, -0.040883488953113556, -0.010180868208408356, 0.015685047954320908, 0.0527450367808342, -0.04742789641022682, 0.07628428936004639, -0.014104925096035004, 0.03279650956392288, -0.031027287244796753, -0.00988102052360773, -0.03075919672846794, -0.0026944540441036224, -0.0140374805778265, 0.058656957000494, 0.02377520315349102, 0.018817562609910965, 0.0762922391295433, 0.021973462775349617, -0.03587004914879799, 0.018463337793946266, 0.05722985044121742, -0.00955982506275177, -0.05811706557869911, 0.023969558998942375, 0.003585752798244357, -0.03696579486131668, -0.02767777070403099, -0.022487765178084373, 0.020440608263015747, 0.0257261972874403, 0.019083840772509575, 0.0017756011802703142, 0.0047697387635707855, -0.033387500792741776, -0.03448692336678505, -0.07253076136112213, -0.0023161470890045166, 0.005533832591027021, -0.03745871037244797, 0.024180976673960686, 0.031716760247945786, 0.011786693707108498, 0.053376805037260056, 0.06125427410006523, -0.028694065287709236, -0.02522110752761364, 0.0408170260488987, 0.0339713916182518, -0.03667391836643219, -0.04680534824728966, -0.03755881264805794, 0.014743531122803688, 0.04537443071603775, -0.03297553211450577, -0.08941159397363663, 0.0041750757955014706, 0.06755232810974121, -0.032297007739543915, 0.07076417654752731, 0.004630231764167547, 0.023623038083314896, 0.06990545243024826, -0.00522277457639575, 0.024356689304113388, -0.0073044695891439915, -0.004691745154559612, 0.005053131841123104, 0.05035156011581421, -0.04728883132338524, -0.027192693203687668, -0.04151342064142227, 0.014103766530752182, 0.005042107310146093, 0.05446812883019447, 0.07290048897266388, -0.022110803052783012, -0.052602168172597885, 0.015791917219758034, 0.0482642836868763, -0.028992019593715668, 0.018075790256261826, 0.008030816912651062, 0.03214692696928978, -0.04233522340655327, -0.04174106568098068, 0.007901892997324467, -0.020600825548171997, 0.062385741621255875, -0.017817523330450058, -0.023944007232785225, -0.04501272737979889, 0.008985676802694798, -0.006933348719030619, -0.023851269856095314, -0.05753377825021744, 0.05696456506848335, 0.003237785305827856, -0.006557400804013014, 0.05794912204146385, 0.028845885768532753, 0.02131209522485733, 0.03634863719344139, 0.010679359547793865, 0.03627624735236168, -0.0469554141163826, 0.02171185612678528, -0.054500762373209, -0.03894119709730148, 0.0016650360776111484, -0.03417833149433136, -0.0410221703350544, -0.04256855696439743, -0.07012878358364105, -0.04512481391429901, -0.03110513836145401, 0.03995572775602341, -0.021135956048965454, 0.019817862659692764, -0.0222731102257967, 0.013113330118358135, -0.044659145176410675, 0.0005573687376454473, -0.028289807960391045, -0.03292200714349747, -0.08504848927259445, -0.02090306207537651, -0.005314717534929514, 0.012848008424043655, 0.03656606376171112, 0.02806970104575157, 0.006571000907570124, 0.011557530611753464, 0.023368127644062042, -0.03596476465463638, 0.03665667027235031, -0.00962263997644186, -0.0641426295042038, -0.05970004200935364, 0.0006205474492162466, 0.01831783540546894, 0.03105580061674118, -0.036261871457099915, 0.0397191159427166, 0.040576960891485214, -0.022397490218281746, -0.015835151076316833, 0.04215612635016441, 0.019579684361815453, -0.07176995277404785, -0.04940754920244217, 0.005138722248375416, -0.01991989091038704, 0.0365065261721611, -0.0027407545130699873, -0.025244949385523796, 0.012399604544043541, 0.0011752942809835076, 0.007647051475942135, 0.003757024649530649, -0.03319547697901726, -0.0042607784271240234, -0.021754242479801178, 0.027073660865426064, -0.06671418994665146, 0.04550444707274437, -0.03595868870615959, 0.013693251647055149, -0.024460256099700928, -0.008553295396268368, -0.026756782084703445, 0.056699488312006, -0.013266490772366524, -0.0020003649406135082, 0.003394155064597726, 0.009985488839447498, -0.04938288778066635, 0.019246157258749008, -0.03450137749314308, 0.007118326611816883, -0.030619535595178604, 0.031212566420435905, -0.028109272941946983, -0.0030087355989962816, -0.024710247293114662, -0.007637480739504099, -0.07292503863573074, -0.024240951985120773, -0.017212452366948128, -0.04539163410663605, 0.03549554571509361, 0.03037877008318901, 0.051395341753959656, 0.0192183218896389, -0.03437476605176926, -0.0022750834468752146, 0.00900342594832182, -0.058338459581136703, -0.02525382861495018, -0.009707513265311718, 0.031060850247740746, -0.05162009596824646, 0.039245087653398514, 0.04857463389635086, -0.04428939148783684, -0.042177002876996994, 0.05330108851194382, -0.014823238365352154, 0.0011390818981453776, -0.0159965381026268, 0.051046933978796005, 0.02821149118244648, 0.04306657239794731, -0.05494845658540726, 0.008199527859687805, -0.001384283765219152, -0.02926284447312355, 0.02069353498518467, -0.01501225121319294, 0.021164562553167343, -0.0021307391580194235, -0.03544147312641144, -0.017906464636325836, 0.0657975822687149, 0.06174929440021515, 0.037314701825380325, 0.013800154440104961, -0.048460718244314194, 0.01860906556248665, -0.0017768663819879293, -0.058356139808893204, 0.01438707672059536, 0.033726684749126434, -0.03338165208697319, 0.08334475755691528, 0.017874978482723236, 0.028728092089295387, 0.04097985476255417, 0.030300786718726158, -0.03783596307039261, 0.02904527448117733, -0.031078515574336052, 0.03584994748234749, 0.05183979496359825, -0.06774364411830902, -0.03322717547416687, -0.034566253423690796, 0.07187829911708832, -0.053797438740730286, 0.027456197887659073, 0.05372558534145355, 0.006320268381386995, 0.012178096920251846, -0.03474051132798195, -0.0425964817404747, 0.017317641526460648, -0.05127603933215141, 0.05211243778467178, 0.01582271233201027, -0.06623616814613342, 0.08124542236328125, 0.012049645185470581, -0.09009286016225815, 0.028227614238858223, 0.02460353821516037, 0.04136303439736366, 0.021459974348545074, 0.05322925001382828, -0.059649836272001266, 0.02564159780740738, -0.04657864570617676, 0.000052174193115206435, -0.03063509799540043, -0.020756250247359276, 0.02621779590845108, -0.046462975442409515, -0.016350317746400833, 0.04069311544299126, -0.027920518070459366, 0.00820180680602789, 0.007504865527153015, -0.03542304411530495, -0.041607026010751724, 0.01610875129699707, 0.011735868640244007, -0.037131570279598236, 0.01529408898204565, -0.02154863253235817, 0.008665579371154308, 0.009219733066856861, -0.0034436138812452555, -0.025721710175275803, 0.0038714399561285973, 0.04799192026257515, -0.045513659715652466, -0.03222000226378441, -0.00250678020529449, 0.007862030528485775, -0.014915219508111477, 0.03585116192698479, -0.01488974317908287, 0.01967715285718441, 0.03642059490084648, -0.016126228496432304, 0.029097890481352806, -0.056592099368572235, 0.008815143257379532, 0.003863244317471981, 0.006008985452353954, 0.025445805862545967, -0.024945825338363647, 0.04921877011656761, 0.010329523123800755, 0.0013353562681004405, -0.008425612933933735, -0.04134925827383995, -0.011850573122501373, 0.016622936353087425, 0.008770769461989403, 0.010203234851360321, 0.00588717358186841, -0.0503268726170063, -0.05833863094449043, -0.0022678333334624767, -0.003487232606858015, 0.03266647458076477, -0.05810929089784622, 0.038066089153289795, 0.03643634915351868, -0.004981242120265961, -0.05038347840309143, -0.07491571456193924, -0.02834475040435791, -0.014136225916445255, 0.017656391486525536, 0.032755013555288315, -0.028689930215477943, -0.003977400250732899, -0.05433020740747452, -0.047769103199243546, 0.03180753067135811, 0.01163248810917139, -0.021526247262954712, 0.055790118873119354, 0.031041579321026802, -0.06376166641712189, -0.0041489689610898495, 0.05798961967229843, -0.009905177168548107, 0.011215546168386936, 0.028555823490023613, 0.02800358086824417, 0.042565327137708664, 0.0346774123609066, -0.057188838720321655, -0.029127951711416245, -0.05341218784451485, -0.040706224739551544, -0.03974482789635658, -0.02497737668454647, 0.0512167327105999 ]
bert-base-multilingual-uncased
[ "pytorch", "tf", "jax", "safetensors", "bert", "fill-mask", "multilingual", "af", "sq", "ar", "an", "hy", "ast", "az", "ba", "eu", "bar", "be", "bn", "inc", "bs", "br", "bg", "my", "ca", "ceb", "ce", "zh", "cv", "hr", "cs", "da", "nl", "en", "et", "fi", "fr", "gl", "ka", "de", "el", "gu", "ht", "he", "hi", "hu", "is", "io", "id", "ga", "it", "ja", "jv", "kn", "kk", "ky", "ko", "la", "lv", "lt", "roa", "nds", "lm", "mk", "mg", "ms", "ml", "mr", "min", "ne", "new", "nb", "nn", "oc", "fa", "pms", "pl", "pt", "pa", "ro", "ru", "sco", "sr", "scn", "sk", "sl", "aze", "es", "su", "sw", "sv", "tl", "tg", "ta", "tt", "te", "tr", "uk", "ud", "uz", "vi", "vo", "war", "cy", "fry", "pnb", "yo", "dataset:wikipedia", "arxiv:1810.04805", "transformers", "license:apache-2.0", "autotrain_compatible", "has_space" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
328,585
2021-08-04T07:59:45Z
# ehdwns1516/bert-base-uncased_SWAG * This model has been trained as a [SWAG dataset](https://huggingface.co/ehdwns1516/bert-base-uncased_SWAG). * Sentence Inference Multiple Choice DEMO: [Ainize DEMO](https://main-sentence-inference-multiple-choice-ehdwns1516.endpoint.ainize.ai/) * Sentence Inference Multiple Choice API: [Ainize API](https://ainize.web.app/redirect?git_repo=https://github.com/ehdwns1516/sentence_inference_multiple_choice) ## Overview Language model: [bert-base-uncased](https://huggingface.co/bert-base-uncased) Language: English Training data: [SWAG dataset](https://huggingface.co/datasets/swag) Code: See [Ainize Workspace](https://ainize.ai/workspace/create?imageId=hnj95592adzr02xPTqss&git=https://github.com/ehdwns1516/Multiple_choice_SWAG_finetunning) ## Usage ## In Transformers ``` from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("ehdwns1516/bert-base-uncased_SWAG") model = AutoModelForMultipleChoice.from_pretrained("ehdwns1516/bert-base-uncased_SWAG") def run_model(candicates_count, context: str, candicates: list[str]): assert len(candicates) == candicates_count, "you need " + candicates_count + " candidates" choices_inputs = [] for c in candicates: text_a = "" # empty context text_b = context + " " + c inputs = tokenizer( text_a, text_b, add_special_tokens=True, max_length=128, padding="max_length", truncation=True, return_overflowing_tokens=True, ) choices_inputs.append(inputs) input_ids = torch.LongTensor([x["input_ids"] for x in choices_inputs]) output = model(input_ids=input_ids) return {"result": candicates[torch.argmax(output.logits).item()]} items = list() count = 4 # candicates count context = "your context" for i in range(int(count)): items.append("sentence") result = run_model(count, context, items) ```
[ -0.02278219163417816, -0.03618518263101578, -0.03597419336438179, 0.0515807569026947, 0.03464739769697189, 0.036561284214258194, -0.02546054497361183, 0.009367392398416996, -0.06663436442613602, 0.0418815016746521, 0.021442575380206108, 0.0008035325445234776, -0.004103975836187601, 0.02597525715827942, -0.04910155385732651, -0.015378547832369804, 0.009651171043515205, 0.014444045722484589, -0.02272907830774784, -0.023937487974762917, 0.0036257924512028694, -0.0007665628218092024, -0.015194633044302464, 0.017470786347985268, -0.002754815621301532, 0.03614215552806854, -0.02551436424255371, 0.014720594510436058, 0.02851659245789051, -0.06657800823450089, -0.007107432000339031, -0.029308119788765907, -0.03381340578198433, -0.00851453747600317, 0.008565401658415794, 0.019362470135092735, -0.009791838936507702, 0.010859520174562931, 0.02564072422683239, 0.03827672451734543, 0.001570804975926876, 0.021183712407946587, 0.021289220079779625, -0.003688720054924488, 0.0695067048072815, 0.016419878229498863, -0.037006925791502, -0.013194541446864605, 0.05452757328748703, -0.029420731589198112, -0.036341309547424316, -0.06638401001691818, -0.016662856563925743, 0.050247009843587875, -0.006175606977194548, -0.0058767846785485744, -0.05020315945148468, -0.027867263182997704, 0.09476587921380997, -0.055451489984989166, -0.017206961289048195, 0.011970213614404202, -0.05294899642467499, 0.04085386171936989, 0.02721385285258293, -0.032162804156541824, 0.00504896929487586, -0.029901966452598572, 0.007563035935163498, -0.033766161650419235, 0.03754131868481636, -0.014788893051445484, 0.01337725855410099, -0.10483457148075104, -0.031094053760170937, -0.011662413366138935, 0.059366997331380844, 0.04874228686094284, -0.04308633506298065, 0.07112281769514084, 0.0264871958643198, 0.014832841232419014, 0.03414963558316231, -0.009476772509515285, -0.015258284285664558, 0.05706590414047241, -0.05703335255384445, 0.022516269236803055, -0.004322812892496586, 0.02930288389325142, -0.02961873821914196, -0.03172604367136955, 0.0012413677759468555, -0.04123954102396965, -0.04900612309575081, 0.022613124921917915, 0.02065790258347988, -0.011332757771015167, 0.02622414194047451, 0.025439511984586716, 0.05149470642209053, 0.026766957715153694, -0.017301809042692184, 0.0578080415725708, -0.005215014331042767, 0.011459174565970898, 0.022663775831460953, -0.02721504122018814, -0.024969501420855522, 0.043244387954473495, 0.039213333278894424, -0.004484015516936779, -0.050349339842796326, 0.03006036765873432, -0.005002231802791357, -0.023697655647993088, 0.0669407993555069, -0.012843696400523186, -0.039767198264598846, -0.03665274381637573, 0.04265719652175903, -0.004650285467505455, 0.007747242227196693, -0.0033047578763216734, -0.07270187884569168, 0.004770935047417879, -0.03653520345687866, -0.019041964784264565, -0.03144887462258339, 0.011482840403914452, 0.0027104599867016077, 0.04152452573180199, 0.028754612430930138, -0.05542905256152153, 0.02478477731347084, 0.03208835422992706, -0.0643315464258194, 0.023107171058654785, 0.006659648846834898, 0.09678483009338379, -0.0604289174079895, -0.035626646131277084, 0.016374332830309868, 0.012595605105161667, -0.0310045275837183, 0.013796164654195309, 0.019801301881670952, -0.04198047146201134, -0.022636201232671738, 0.014009368605911732, 0.07277712970972061, -0.011546038091182709, -0.005466395989060402, 0.04447125270962715, -0.009312210604548454, 0.05754971131682396, -0.05414280295372009, -0.00603221170604229, 0.01443567220121622, 0.014581620693206787, -0.0320449061691761, 0.05825600400567055, -0.018955886363983154, -0.023287402465939522, -0.021727563813328743, -0.02037344127893448, -0.0071437302976846695, 0.06993959844112396, -0.02217875048518181, -0.028809446841478348, -0.027350250631570816, 0.01523780170828104, 0.03955548256635666, -0.0031407882925122976, -0.03978700935840607, 0.03287742659449577, 0.0713769868016243, 0.03863174095749855, -0.004128904081881046, 0.042274925857782364, 0.03584509715437889, -0.04129064828157425, -0.026954133063554764, 0.028589438647031784, -0.018527785316109657, -0.016919538378715515, 0.04604387655854225, 0.06398790329694748, -0.032879721373319626, -0.013120565563440323, -0.03561750426888466, 0.08074197918176651, 0.012686730362474918, 0.005604485049843788, 0.0007934674504213035, -0.01633431948721409, -0.03915588557720184, 0.05260138958692551, -0.024881934747099876, -0.008204247802495956, -0.05059995502233505, -0.05327159911394119, -0.023361969739198685, 0.015344168990850449, 0.01622168719768524, 0.027452221140265465, -0.0046292319893836975, 0.10197871178388596, -0.032976917922496796, -0.0012078061699867249, -0.09123382717370987, -0.04184695705771446, -0.007817892357707024, 0.046182505786418915, 0.0203997902572155, 0.04448678344488144, 0.017919382080435753, -0.029407799243927002, 0.01316059473901987, 0.07286687195301056, 0.029530540108680725, 0.04173114523291588, -0.02000986970961094, -0.018402835354208946, 0.05911692976951599, 0.054188281297683716, -0.052097972482442856, -0.03310307115316391, 0.018410690128803253, 0.024646274745464325, -0.00839258637279272, 0.01344230491667986, -0.013513101264834404, 0.026664821431040764, -0.0349389985203743, -0.05984120070934296, 0.04202961176633835, 0.03191160783171654, 0.01505302544683218, 0.051564257591962814, -0.008032753132283688, -0.020100004971027374, 0.03605964034795761, 0.013954618945717812, -0.024525484070181847, -0.037616610527038574, -0.005649607628583908, 0.010434126481413841, 0.05331277847290039, -0.059435825794935226, 0.0380072258412838, -0.00025062222266569734, 0.022061431780457497, 0.04097038507461548, -0.02136385627090931, 0.051580145955085754, 0.06087654083967209, 0.005000972654670477, -0.03838100656867027, 0.03888746723532677, -0.0004939547507092357, 0.0666053369641304, 0.024684594944119453, 0.0060967192985117435, 0.08238589018583298, -0.0029646195471286774, 0.03892705962061882, 0.05988356098532677, 0.04169406369328499, 0.004494472406804562, 0.04115540534257889, 0.08735150843858719, -0.0065360949374735355, -0.002863275120034814, 0.062336571514606476, -0.055401720106601715, 0.04699309542775154, -0.03531675413250923, 0.03107493557035923, -0.024653617292642593, -0.04707007482647896, 0.040141310542821884, -0.0012194906594231725, -0.005991486366838217, -0.00235166447237134, -0.009583637118339539, 0.0006933624390512705, 0.018314283341169357, -0.010852746665477753, 0.013425505720078945, -0.002174328314140439, -0.03808753937482834, 0.01790146715939045, -0.062265727669000626, -0.038583725690841675, 0.006765275727957487, -0.0131507758051157, 0.01273419801145792, -0.07407155632972717, -0.0414629690349102, -0.04521316662430763, -0.015948941931128502, 0.02251213602721691, 0.029585568234324455, 0.02914365567266941, -0.04142673313617706, 0.04020329937338829, -0.030310403555631638, -0.03391861170530319, -0.06741703301668167, -0.061294037848711014, -0.034053098410367966, -0.05151014402508736, 0.043024156242609024, 0.005792842246592045, 0.013583123683929443, 0.01436349656432867, 0.00020754025899805129, -0.026616068556904793, -0.0213122870773077, 0.043191589415073395, 0.05222862958908081, -0.02096645161509514, -0.047080572694540024, -0.018864020705223083, 0.005489652045071125, 0.011282779276371002, -0.009647225961089134, -0.024311857298016548, 0.08554692566394806, 0.05111068859696388, 0.01592930220067501, 0.013286404311656952, -0.0018617731984704733, -0.047700364142656326, -0.045405931770801544, -0.008824721910059452, -0.026513928547501564, -0.017281897366046906, -0.02787834033370018, -0.027054721489548683, -0.012325928546488285, -0.01872403919696808, -0.04735837131738663, 0.01513707172125578, 0.014816085807979107, 0.03439706563949585, 0.0640651062130928, 0.005566101986914873, 0.0317099429666996, -0.033731717616319656, -0.01859762705862522, 0.06971181929111481, -0.004664527717977762, 0.018140221014618874, -0.1057438999414444, -0.029204612597823143, 0.050110455602407455, 0.05377962440252304, 0.023247279226779938, -0.008986137807369232, 0.09213380515575409, 0.010987800545990467, -0.002072704955935478, 0.019531480967998505, 0.01248153392225504, -0.005057052709162235, 0.000052643317758338526, 0.021683281287550926, 0.005154989659786224, -0.04968806728720665, -0.033000167459249496, -0.00902540236711502, 0.044769711792469025, -0.05721668154001236, -0.05785857141017914, -0.003529776120558381, 0.030522944405674934, 0.014052403159439564, 0.020242823287844658, -0.03958911821246147, -0.014928657561540604, -0.04665776342153549, -0.03794074431061745, 0.0015592830022796988, -0.0028994069434702396, 0.012051782570779324, 0.043381571769714355, 0.02209734357893467, -0.04838164895772934, -0.0151529461145401, 0.055530451238155365, 0.03855675458908081, 0.018066061660647392, -0.04352429881691933, 0.028147118166089058, -0.029460512101650238, 0.02569016069173813, 0.017587272450327873, -0.027705445885658264, -0.044370416551828384, -0.07396247237920761, -0.01641053520143032, 0.00934736430644989, -0.04080229252576828, 0.0066759889014065266, 0.04243805259466171, -0.025125278159976006, -0.022327423095703125, -0.01087590865790844, 0.00450466712936759, 0.036423519253730774, -0.02945549227297306, 0.06131841987371445, -0.016756024211645126, 0.026440216228365898, -0.02671082131564617, -0.005132011603564024, -0.032170169055461884, -0.02563326060771942, 0.003133295802399516, 0.04509879648685455, 0.01447260845452547, 0.044002894312143326, 0.07266613095998764, 0.05235720053315163, -0.04929152503609657, 0.03708881139755249, 0.05143854767084122, 0.003823091508820653, -0.043402086943387985, 0.005593950394541025, -0.02346419356763363, -0.050160735845565796, 0.002421979559585452, -0.04741977900266647, 0.0015795371728017926, 0.04385952278971672, -0.000033200303732883185, 0.003202300751581788, -0.0074994913302361965, -0.025191808119416237, -0.03190432861447334, -0.07330946624279022, -0.027349861338734627, -0.005510127171874046, -0.01902003400027752, 0.036964189261198044, 0.05768025666475296, 0.0076257954351603985, 0.06741713732481003, 0.05556349456310272, -0.011152581311762333, -0.019014254212379456, 0.024011002853512764, 0.04174415394663811, -0.04500749707221985, -0.06512851268053055, -0.059704042971134186, 0.04186253994703293, 0.05661679059267044, -0.005475125275552273, -0.06166991591453552, 0.006444692146033049, 0.06926337629556656, -0.0525730736553669, 0.05998672917485237, 0.0037193698808550835, 0.05272974446415901, 0.07128332555294037, -0.03267401084303856, 0.03844570741057396, -0.03755928948521614, -0.005706691648811102, 0.012995784170925617, 0.02787022851407528, -0.034432727843523026, -0.05302823707461357, -0.02926737628877163, 0.025232378393411636, 0.03599734231829643, 0.019029714167118073, 0.0672881156206131, -0.015027211047708988, -0.05285947397351265, 0.01256738230586052, 0.028401372954249382, -0.029234779998660088, 0.013001304119825363, 0.013328582048416138, 0.0433272160589695, -0.06353214383125305, -0.02850431017577648, -0.0469265915453434, 0.02852071449160576, 0.03462459519505501, 0.004104329273104668, -0.013512046076357365, -0.04864591360092163, 0.006495854817330837, -0.027166476473212242, -0.0308668315410614, -0.07732482254505157, 0.04470673203468323, -0.003273766953498125, -0.035499028861522675, 0.03491651266813278, 0.05815596133470535, 0.04621513932943344, 0.02563205547630787, 0.004962612874805927, 0.0012185530504211783, -0.007121087051928043, 0.006057724356651306, -0.029811400920152664, -0.027307579293847084, -0.007929765619337559, -0.044868145138025284, -0.025102034211158752, -0.03596378490328789, -0.04337232559919357, -0.04621368274092674, -0.022899776697158813, 0.030489454045891762, -0.014793019741773605, -0.008368724025785923, -0.004612952005118132, 0.01880240999162197, -0.04824734851717949, -0.02802908979356289, -0.03495953604578972, -0.01988735981285572, -0.06513135135173798, -0.033052969723939896, -0.007467552553862333, 0.005890614818781614, 0.0278663020581007, 0.03581445291638374, -0.0047871386632323265, 0.03041011467576027, 0.010867600329220295, -0.05491260439157486, -0.015458676032721996, 0.007690168917179108, -0.04676967114210129, -0.023424455896019936, 0.004969520028680563, 0.0002749286941252649, 0.025072194635868073, -0.0246974378824234, 0.007249653805047274, 0.02598084881901741, -0.0034218914806842804, -0.024583013728260994, 0.021656714379787445, -0.01838799938559532, -0.07136978954076767, -0.0313020721077919, -0.003920102957636118, -0.046049028635025024, 0.041548166424036026, -0.005325629375874996, -0.01616271212697029, 0.015805719420313835, 0.00773954764008522, 0.026992833241820335, -0.0023466041311621666, -0.015238086692988873, 0.014919256791472435, -0.029674796387553215, 0.01310768537223339, -0.07628171890974045, 0.011824927292764187, -0.0507027804851532, 0.00615088501945138, -0.0297884289175272, -0.008491088636219501, -0.06844621896743774, 0.037480056285858154, -0.007149944547563791, -0.016130046918988228, 0.005809621419757605, 0.020764771848917007, -0.02278200536966324, 0.02522026188671589, -0.010410474613308907, -0.005835553631186485, -0.027265723794698715, 0.05315319448709488, -0.06141854077577591, -0.0031573078595101833, -0.050128500908613205, 0.013141455128788948, -0.0407518595457077, -0.021528832614421844, 0.008851563557982445, -0.02641962468624115, 0.03346233069896698, 0.009554493241012096, 0.028182437643408775, 0.03297305479645729, -0.012609589844942093, -0.00501897931098938, 0.013118385337293148, -0.07640764117240906, -0.032658036798238754, -0.006444497033953667, 0.023062855005264282, -0.019453780725598335, 0.042666055262088776, 0.04640251770615578, -0.06841141730546951, -0.04708630219101906, 0.07092743366956711, 0.010289386846125126, 0.018303440883755684, 0.02241196483373642, 0.0375710129737854, 0.01704944297671318, 0.04575901851058006, -0.03842379152774811, -0.0023298573214560747, 0.0037798837292939425, -0.0429900586605072, 0.0008120987331494689, 0.00850726943463087, 0.022507674992084503, 0.026690492406487465, -0.0360775962471962, -0.052986033260822296, 0.05156152322888374, 0.025061441585421562, 0.020147141069173813, -0.01254025287926197, -0.029434656724333763, 0.008958240039646626, -0.009213912300765514, -0.05134804546833038, -0.0029924397822469473, 0.01682106778025627, -0.03612910956144333, 0.06378737837076187, -0.03281078487634659, 0.006992758717387915, 0.03242746368050575, 0.021072763949632645, -0.030179733410477638, 0.039369698613882065, -0.021034788340330124, 0.006922496948391199, 0.05613137036561966, -0.06441283971071243, -0.029135696589946747, -0.036471884697675705, 0.054302047938108444, -0.04589902609586716, 0.04571714997291565, 0.04573744162917137, 0.02153122052550316, 0.002098580589517951, -0.04178137332201004, -0.06501122564077377, 0.036941491067409515, -0.04198601469397545, 0.06479203701019287, -0.02551485411822796, -0.06451158225536346, 0.07202816754579544, 0.034710727632045746, -0.05957265943288803, 0.03502653166651726, 0.05059782788157463, 0.038944609463214874, 0.04289954528212547, 0.041631028056144714, -0.0574597492814064, 0.014142735861241817, -0.039805296808481216, 0.03479646146297455, -0.05680110305547714, -0.04639348387718201, 0.020123573020100594, -0.04569084942340851, -0.0016273565124720335, 0.04944123700261116, -0.019812144339084625, 0.0016226280713453889, 0.021734943613409996, -0.05576612427830696, -0.04543495178222656, -0.015050603076815605, -0.018619675189256668, -0.03345630317926407, 0.01541195809841156, -0.007095793262124062, 0.004978361073881388, 0.030154919251799583, 0.006722776219248772, -0.028622983023524284, 0.007582905236631632, 0.03100713901221752, -0.03223424404859543, -0.017193011939525604, 0.014535444788634777, -0.004439072217792273, -0.03363495320081711, 0.044769659638404846, -0.01700223982334137, 0.010082898661494255, 0.028599675744771957, -0.017240239307284355, 0.038185179233551025, -0.04656137526035309, -0.012301657348871231, 0.006451246794313192, 0.030789678916335106, -0.001940428395755589, -0.01911047473549843, 0.024951448664069176, 0.02981337159872055, 0.013728915713727474, -0.014125249348580837, -0.035424262285232544, -0.02774522267282009, 0.004735536873340607, -0.033284880220890045, 0.015825387090444565, 0.0015443332958966494, -0.05742914602160454, -0.0238235741853714, -0.002380149206146598, -0.001771691138856113, 0.04919116944074631, -0.05870268493890762, -0.022750452160835266, 0.037573494017124176, -0.019681043922901154, -0.04628778621554375, -0.08256778120994568, -0.02041199803352356, -0.04195196554064751, 0.03526630997657776, 0.026978030800819397, -0.023654498159885406, 0.0002480109687894583, -0.04556931555271149, -0.06597407907247543, 0.04017659276723862, 0.03834081068634987, -0.039274219423532486, 0.06615789979696274, 0.04201474040746689, -0.05256470665335655, 0.005040530581027269, 0.00711003877222538, -0.044320788234472275, -0.00460053002461791, 0.002057805424556136, 0.04218433052301407, 0.014494412578642368, 0.048526301980018616, -0.026233065873384476, -0.003484089393168688, -0.06012382358312607, -0.0394924059510231, -0.062007103115320206, -0.012900562956929207, 0.051068443804979324 ]
bert-base-uncased
[ "pytorch", "tf", "jax", "rust", "safetensors", "bert", "fill-mask", "en", "dataset:bookcorpus", "dataset:wikipedia", "arxiv:1810.04805", "transformers", "exbert", "license:apache-2.0", "autotrain_compatible", "has_space" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
59,663,489
2021-07-22T05:05:27Z
# gpt2_review_star1 * This model has been trained as a review_body dataset with a star of 1 in the [amazon_review dataset](https://huggingface.co/datasets/amazon_reviews_multi). * Input text what you want to generate review. * If the context is longer than 1200 characters, the context may be cut in the middle and the result may not come out well. review generator DEMO: [Ainize DEMO](https://main-review-generator-ehdwns1516.endpoint.ainize.ai/) review generator API: [Ainize API](https://ainize.web.app/redirect?git_repo=https://github.com/ehdwns1516/review_generator) ## Model links for each 1 to 5 star * [ehdwns1516/gpt2_review_star1](https://huggingface.co/ehdwns1516/gpt2_review_star1) * [ehdwns1516/gpt2_review_star2](https://huggingface.co/ehdwns1516/gpt2_review_star2) * [ehdwns1516/gpt2_review_star3](https://huggingface.co/ehdwns1516/gpt2_review_star3) * [ehdwns1516/gpt2_review_star4](https://huggingface.co/ehdwns1516/gpt2_review_star4) * [ehdwns1516/gpt2_review_star5](https://huggingface.co/ehdwns1516/gpt2_review_star5) ## Overview Language model: [gpt2](https://huggingface.co/gpt2) Language: English Training data: review_body dataset with a star of 1 in the [amazon_review dataset](https://huggingface.co/datasets/amazon_reviews_multi). Code: See [Ainize Workspace](https://ainize.ai/workspace/create?imageId=hnj95592adzr02xPTqss&git=https://github.com/ehdwns1516/gpt2_review_fine-tunning_note) ## Usage ## In Transformers ``` from transformers import AutoTokenizer, AutoModelWithLMHead tokenizer = AutoTokenizer.from_pretrained("ehdwns1516/gpt2_review_star1") model = AutoModelWithLMHead.from_pretrained("ehdwns1516/gpt2_review_star1") generator = pipeline( "text-generation", model="ehdwns1516/gpt2_review_star1", tokenizer=tokenizer ) context = "your context" result = dict() result[0] = generator(context)[0] ```
[ -0.01806091144680977, -0.015008126385509968, 0.013792979530990124, 0.04024364799261093, 0.015219100750982761, 0.01653997413814068, -0.03494868054986, -0.009911589324474335, -0.07998818159103394, 0.045858822762966156, 0.046637777239084244, 0.005018157884478569, -0.0033740554936230183, 0.020460378378629684, -0.04056287556886673, -0.04137944430112839, -0.03068857640028, -0.01627533510327339, -0.023006148636341095, -0.011637326329946518, 0.04006725922226906, 0.019322725012898445, -0.030320005491375923, 0.04133899509906769, -0.008412339724600315, 0.013804957270622253, 0.00003958872548537329, 0.026662752032279968, 0.004310740157961845, -0.07768422365188599, 0.011783145368099213, -0.04397323355078697, -0.038654301315546036, -0.024485182017087936, -0.013212955556809902, 0.007712462916970253, 0.004313903860747814, 0.0049177780747413635, 0.015768295153975487, 0.03954667970538139, 0.017216121777892113, 0.044640082865953445, -0.019776437431573868, -0.0238801259547472, 0.03259594738483429, -0.002488380763679743, -0.05020711198449135, -0.039345111697912216, 0.058586783707141876, -0.03507255017757416, -0.040708478540182114, -0.08124671876430511, -0.01782163418829441, 0.008836086839437485, -0.007228894624859095, -0.047352708876132965, -0.055762797594070435, -0.018471306189894676, 0.0749339610338211, -0.07584720849990845, -0.034319087862968445, 0.03490922600030899, -0.06855011731386185, -0.008847872726619244, 0.03323293477296829, -0.06185391545295715, 0.006676735356450081, -0.00943444948643446, 0.02226192131638527, -0.034667108207941055, 0.06061418727040291, -0.059840377420186996, 0.031977150589227676, -0.092732734978199, -0.010009856894612312, -0.007545953616499901, 0.0051582190208137035, 0.021425681188702583, -0.014430900104343891, 0.014228795655071735, 0.04084233567118645, -0.021537071093916893, 0.05147270858287811, 0.00104918098077178, -0.004272982012480497, 0.03671661391854286, -0.062379173934459686, 0.022219588980078697, -0.01483179908245802, 0.04928983002901077, -0.04416761174798012, -0.052117720246315, 0.016779452562332153, -0.025348184630274773, -0.05406780540943146, 0.023003291338682175, 0.015747718513011932, -0.032307203859090805, 0.024593578651547432, 0.02351745218038559, 0.015352706424891949, 0.027794750407338142, 0.0052532316185534, 0.08139707148075104, -0.007627797778695822, -0.002667142078280449, -0.02343559078872204, -0.022222505882382393, -0.04926618933677673, 0.04126403108239174, 0.038793615996837616, -0.027316613122820854, -0.05800694227218628, 0.030631430447101593, -0.005993918050080538, 0.004115400370210409, 0.062042757868766785, -0.05594690516591072, -0.029087970033288002, -0.03443021699786186, 0.03922151401638985, 0.0386640839278698, -0.031190043315291405, 0.008961030282080173, -0.022822346538305283, -0.002240298083052039, -0.04447954520583153, -0.04961935430765152, -0.0063157835975289345, 0.017207665368914604, -0.030829651281237602, 0.03190920501947403, 0.037240952253341675, -0.04426388069987297, 0.029044777154922485, 0.003313693217933178, -0.05694466084241867, 0.04049280285835266, 0.051543939858675, 0.08651458472013474, -0.04797998443245888, -0.044836483895778656, 0.017066366970539093, 0.020371653139591217, -0.012030037119984627, -0.0009661130025051534, 0.0054903654381632805, -0.03139036148786545, -0.04760774224996567, 0.014693056233227253, 0.03771684691309929, -0.02154633402824402, -0.044015031307935715, 0.040995463728904724, -0.006092554423958063, 0.03256983309984207, -0.033385250717401505, 0.012657721526920795, -0.021033525466918945, -0.012310405261814594, -0.016653135418891907, 0.02832871861755848, 0.0062140063382685184, 0.009646397083997726, -0.05366034805774689, -0.05543190613389015, 0.00211272481828928, 0.05911485478281975, -0.01465363148599863, -0.002399421762675047, -0.027032125741243362, -0.009514113888144493, 0.04995545372366905, 0.04000042751431465, -0.014772753231227398, 0.02608724869787693, 0.04776095226407051, 0.031427472829818726, 0.009050732478499413, 0.065157450735569, 0.02608809806406498, -0.021214041858911514, -0.024012641981244087, 0.012186295352876186, 0.024528590962290764, -0.007077883929014206, 0.020172299817204475, 0.03677036240696907, -0.0018273345194756985, 0.0019372750539332628, -0.0379786342382431, 0.06723310798406601, -0.01479668915271759, -0.0267892275005579, -0.026809951290488243, -0.00045048739411868155, -0.01779712364077568, 0.0831916406750679, 0.005028693936765194, 0.017112303525209427, 0.0002192904648836702, -0.02223312295973301, 0.017210016027092934, 0.013415065594017506, 0.0021856653038412333, 0.045347511768341064, -0.00045070267515257, 0.07993807643651962, -0.025338364765048027, 0.021210098639130592, -0.04760397970676422, -0.05919002369046211, -0.015039638616144657, 0.062245648354291916, 0.044790320098400116, 0.03813302516937256, -0.0548078753054142, -0.06890218704938889, -0.0084515530616045, 0.05092552304267883, 0.04789077118039131, 0.050081297755241394, -0.014444940723478794, -0.02203005738556385, 0.039250798523426056, 0.04794297367334366, -0.06647447496652603, -0.038615450263023376, 0.014506875537335873, 0.028651969507336617, -0.045179612934589386, 0.0007409449899569154, -0.009609908796846867, 0.021942200139164925, -0.019892627373337746, -0.06035206839442253, 0.05391484871506691, 0.029597382992506027, 0.008461443707346916, 0.03903704881668091, 0.0021080714650452137, 0.03204386681318283, 0.010766690596938133, 0.024724187329411507, 0.02220531739294529, -0.02244124561548233, 0.032903485000133514, 0.023204071447253227, 0.06471598893404007, -0.029261596500873566, 0.03340911492705345, -0.006474267691373825, 0.01757952943444252, 0.037937577813863754, -0.014470988884568214, 0.000051884297135984525, 0.032291945070028305, 0.01569758914411068, -0.04183438420295715, 0.02376808226108551, 0.010461756028234959, 0.028880493715405464, 0.05275718495249748, -0.016974272206425667, 0.05947291851043701, 0.02403717301785946, 0.012862419709563255, 0.07707104086875916, 0.03442564979195595, 0.029892710968852043, 0.014256391674280167, 0.07311421632766724, 0.014312892220914364, 0.0036592893302440643, 0.04743598401546478, -0.06624042987823486, 0.004996869247406721, -0.03984465450048447, 0.02474421076476574, -0.029311032965779305, -0.012467318214476109, 0.03858790919184685, 0.05527077987790108, -0.0012214712332934141, -0.0003572619170881808, -0.0004628579772543162, -0.01554727740585804, 0.026654189452528954, -0.018956223502755165, -0.00994945503771305, 0.027606945484876633, -0.011586754582822323, 0.008449825458228588, -0.07041029632091522, -0.04631419479846954, -0.033008452504873276, -0.0309919286519289, -0.00695380475372076, -0.08955160528421402, -0.04507068544626236, -0.05211145430803299, -0.013749131932854652, 0.00802643969655037, 0.026435021311044693, -0.004176388029009104, -0.058479174971580505, 0.009197009727358818, -0.035759538412094116, -0.045848358422517776, -0.017934130504727364, -0.05254373326897621, -0.019253794103860855, -0.07969246059656143, 0.05245599150657654, 0.04547622799873352, 0.020433979108929634, -0.004333178978413343, -0.0036640376783907413, -0.031041154637932777, -0.035378046333789825, 0.038078997284173965, 0.013132892549037933, -0.04142766818404198, -0.043689336627721786, 0.048596687614917755, -0.011745522730052471, 0.007109296508133411, 0.01727878674864769, -0.0345628522336483, 0.04997355863451958, 0.07433417439460754, 0.0164213627576828, 0.02158045955002308, -0.008632746525108814, -0.021049387753009796, -0.03313334658741951, -0.014612318947911263, -0.01905228942632675, -0.015644332394003868, -0.056760892271995544, -0.03191795200109482, -0.019815029576420784, -0.051481813192367554, -0.0011624876642599702, -0.015126938000321388, -0.0013277926482260227, 0.0319223590195179, 0.033899083733558655, 0.03483634069561958, 0.029751215130090714, 0.0040967450477182865, -0.0422055684030056, 0.07632199674844742, -0.002601310610771179, 0.009458172135055065, -0.07763829082250595, -0.016170065850019455, 0.022191790863871574, 0.01345156691968441, 0.003950534854084253, -0.023100344464182854, 0.05997559800744057, -0.0019119626376777887, -0.0016591333551332355, 0.008593162521719933, -0.011826329864561558, 0.0005887808511033654, -0.009690199047327042, -0.027687853202223778, 0.0004963685641996562, -0.03858639672398567, -0.06104853004217148, -0.034188516438007355, 0.05708225816488266, -0.03568553924560547, -0.050279807299375534, 0.010321902111172676, 0.029006628319621086, 0.0364365428686142, -0.006150917615741491, -0.029612306505441666, -0.01014979463070631, -0.08840712159872055, 0.013067335821688175, 0.025068938732147217, -0.015491126105189323, -0.012478552758693695, 0.06788385659456253, 0.04463743790984154, -0.006615121848881245, 0.03726239129900932, 0.026881756260991096, 0.020844431594014168, 0.0036233249120414257, -0.04974936693906784, 0.002119737211614847, -0.028015919029712677, -0.0019455576548352838, 0.029366787523031235, -0.002263318747282028, -0.06239178776741028, -0.0868457704782486, -0.015890315175056458, 0.02795081026852131, 0.006620322819799185, -0.0032426011748611927, 0.04903091862797737, -0.01700088009238243, -0.020313279703259468, -0.019812248647212982, 0.019460240378975868, 0.038732267916202545, -0.06134822592139244, 0.044900842010974884, -0.009407824836671352, 0.058494266122579575, -0.036307256668806076, -0.010817687027156353, -0.027691375464200974, -0.04771025851368904, -0.014025598764419556, 0.04252033680677414, 0.02263132855296135, 0.05145156756043434, 0.045348577201366425, 0.05406930670142174, -0.021611616015434265, 0.03655681386590004, 0.05943804606795311, -0.028052648529410362, -0.060281068086624146, 0.009272835217416286, -0.021806050091981888, -0.015436484478414059, -0.007329144980758429, -0.008503674529492855, 0.046469155699014664, 0.04722607508301735, 0.004631787538528442, 0.022897791117429733, 0.007657296024262905, -0.02468608319759369, -0.029948627576231956, -0.07252572476863861, -0.014672054909169674, -0.025090141221880913, -0.020727092400193214, 0.02143198624253273, 0.05179618299007416, 0.017626715824007988, 0.06410693377256393, 0.042522769421339035, -0.03727905452251434, -0.04076296091079712, 0.02092629484832287, 0.04800941050052643, -0.04373473301529884, -0.04601776599884033, -0.03554581478238106, 0.03637274354696274, 0.03012312389910221, -0.04908611252903938, -0.1238279938697815, 0.013665919192135334, 0.0673334077000618, -0.047035738825798035, 0.06844153255224228, -0.0016051564598456025, 0.042154982686042786, 0.05101500451564789, -0.006638363003730774, 0.021081266924738884, -0.011147662065923214, -0.0022125625982880592, 0.010050623677670956, 0.05590902268886566, -0.02976502850651741, -0.007473887875676155, -0.0687255710363388, 0.008382863365113735, 0.011540859006345272, 0.047753285616636276, 0.04054746776819229, -0.02866837941110134, -0.05957139655947685, 0.015233463607728481, 0.014941194094717503, -0.030499642714858055, -0.0018038427224382758, 0.03834852576255798, 0.03655542805790901, -0.03564435988664627, -0.06157274544239044, -0.0004025540256407112, -0.007281966507434845, 0.07214159518480301, -0.024672633036971092, -0.026009615510702133, -0.04074258729815483, 0.004622193519026041, 0.013783547095954418, -0.014535119757056236, -0.06035534292459488, 0.039135806262493134, 0.0021114656701684, -0.013820113614201546, 0.0550118125975132, 0.025222158059477806, 0.016429422423243523, 0.08233813941478729, 0.005026957951486111, 0.017449820414185524, -0.054965753108263016, 0.028848638758063316, -0.048113863915205, -0.03105468489229679, 0.0023736644070595503, -0.05642959102988243, -0.023017846047878265, -0.04256058484315872, -0.030438944697380066, -0.03570432960987091, -0.026366107165813446, 0.06667161732912064, -0.022122925147414207, 0.010703489184379578, 0.008462478406727314, 0.015412346459925175, -0.038734860718250275, -0.04027673974633217, -0.05342429131269455, -0.02089625410735607, -0.07481950521469116, -0.01623600348830223, 0.0330212377011776, 0.0021870650816708803, 0.038878753781318665, 0.01155390590429306, 0.01182276289910078, 0.021540209650993347, 0.008534321561455727, -0.003998341504484415, 0.06706282496452332, 0.00915626622736454, -0.026361750438809395, -0.03576512262225151, 0.01583746075630188, 0.006874724291265011, 0.019507067278027534, -0.026065751910209656, 0.020519740879535675, 0.029650570824742317, -0.03209181874990463, -0.01757415384054184, 0.02921091578900814, 0.025894179940223694, -0.04988088086247444, -0.012849973514676094, 0.011779525317251682, -0.014173492789268494, 0.024206064641475677, -0.018863199278712273, -0.05705607309937477, 0.011350849643349648, -0.016417108476161957, 0.031514402478933334, -0.011154910549521446, -0.04192838817834854, -0.009334076195955276, -0.019100399687886238, -0.0033723367378115654, -0.0475694015622139, 0.04964002966880798, -0.050803735852241516, 0.019510051235556602, -0.03216484561562538, -0.005681293085217476, -0.03048044815659523, 0.06002426519989967, 0.007484006229788065, 0.00031377834966406226, 0.015111656859517097, 0.03406266123056412, -0.029682014137506485, 0.015506669878959656, -0.03101739101111889, 0.005369029939174652, -0.011810332536697388, 0.041399549692869186, -0.05488977208733559, -0.010162283666431904, -0.01981479674577713, 0.002132453490048647, -0.026638969779014587, -0.011275671422481537, -0.01464945450425148, -0.047965724021196365, 0.016683489084243774, 0.034351371228694916, 0.04628048837184906, 0.03509459272027016, -0.019510112702846527, 0.017098212614655495, -0.015820370987057686, -0.04559200629591942, -0.05142725259065628, -0.022434961050748825, 0.011234469711780548, -0.04993639513850212, 0.021975768730044365, 0.04745051637291908, -0.04830886423587799, -0.04789591208100319, 0.05736800283193588, 0.00263150199316442, 0.02073662541806698, -0.0026509463787078857, 0.03131074458360672, 0.03705023601651192, 0.025814088061451912, -0.07247458398342133, 0.01866362802684307, 0.018563278019428253, -0.01650412380695343, 0.05494587495923042, -0.021488016471266747, 0.04060041159391403, -0.0060309781692922115, -0.046644680202007294, -0.011930793523788452, 0.06430316716432571, 0.03873533383011818, 0.01868268847465515, 0.014171946793794632, -0.06144316866993904, 0.035880498588085175, 0.008545334450900555, -0.048610761761665344, 0.005513164214789867, 0.02054833248257637, -0.023933986201882362, 0.053148798644542694, -0.020407389849424362, 0.03036792390048504, 0.062134478241205215, 0.03739968687295914, -0.03093160316348076, 0.05116713047027588, -0.014786516316235065, 0.012661457993090153, 0.04554610699415207, -0.0340995155274868, -0.02135050669312477, -0.052270058542490005, 0.05815403535962105, -0.05946849286556244, 0.017883526161313057, 0.05570433288812637, -0.0078741405159235, -0.006312673445791006, -0.03864689916372299, -0.039351936429739, 0.0023181592114269733, -0.04219474270939827, 0.0667814314365387, 0.025356125086545944, -0.05748695880174637, 0.07735978066921234, 0.010554235428571701, -0.1135757714509964, 0.02355661243200302, 0.0403909832239151, 0.04789446294307709, 0.032750483602285385, 0.06448989361524582, -0.043048448860645294, 0.035341523587703705, -0.017852379009127617, 0.035766832530498505, -0.04890672117471695, -0.019107958301901817, 0.008080452680587769, -0.038421522825956345, -0.022371364757418633, 0.03173384070396423, -0.03368920832872391, -0.004794287495315075, 0.02237558551132679, -0.0412750281393528, -0.04331854358315468, -0.012660990469157696, 0.02715170942246914, -0.01202846597880125, -0.005190160125494003, -0.027428656816482544, 0.03534865751862526, 0.024936210364103317, -0.007968015968799591, -0.009429417550563812, 0.0158747099339962, 0.031435057520866394, -0.07625901699066162, -0.049835123121738434, 0.01847640611231327, 0.005401400849223137, -0.025255616754293442, 0.030350396409630775, -0.003856371156871319, 0.015492190606892109, 0.008850975893437862, -0.03644149377942085, 0.02210325002670288, -0.04386155307292938, 0.0012583794305101037, 0.0026345832739025354, 0.024701109156012535, 0.012402217835187912, -0.028112400323152542, 0.04271155595779419, 0.01634686067700386, 0.00033030592021532357, -0.02023126929998398, -0.024851243942975998, -0.024070773273706436, 0.017229773104190826, -0.018476281315088272, 0.03265275061130524, -0.02028501406311989, -0.07650560140609741, -0.040546949952840805, -0.022969044744968414, -0.014122625812888145, 0.03755136579275131, -0.0679677277803421, 0.0014532380737364292, 0.01282593049108982, -0.025182144716382027, -0.029823170974850655, -0.07472879439592361, -0.02015646919608116, -0.028247885406017303, 0.02525128237903118, 0.03489424288272858, -0.04104118421673775, 0.022730039432644844, -0.05201004073023796, -0.055109377950429916, 0.017507655546069145, 0.019519072026014328, -0.014906015247106552, 0.04698964208364487, 0.062076304107904434, -0.04653997719287872, 0.0216845590621233, 0.04495849087834358, -0.029262693598866463, -0.0067110825330019, 0.024844147264957428, 0.018006885424256325, 0.01995835267007351, 0.028174646198749542, -0.021832263097167015, -0.017867811024188995, -0.06749678403139114, -0.05639621615409851, -0.05565395951271057, -0.007304143160581589, 0.033184800297021866 ]
bert-large-cased-whole-word-masking-finetuned-squad
[ "pytorch", "tf", "jax", "rust", "safetensors", "bert", "question-answering", "en", "dataset:bookcorpus", "dataset:wikipedia", "arxiv:1810.04805", "transformers", "license:apache-2.0", "autotrain_compatible", "has_space" ]
question-answering
{ "architectures": [ "BertForQuestionAnswering" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
8,214
2021-07-22T05:09:10Z
# gpt2_review_star2 * This model has been trained as a review_body dataset with a star of 2 in the [amazon_review dataset](https://huggingface.co/datasets/amazon_reviews_multi). * Input text what you want to generate review. * If the context is longer than 1200 characters, the context may be cut in the middle and the result may not come out well. review generator DEMO: [Ainize DEMO](https://main-review-generator-ehdwns1516.endpoint.ainize.ai/) review generator API: [Ainize API](https://ainize.web.app/redirect?git_repo=https://github.com/ehdwns1516/review_generator) ## Model links for each 1 to 5 star * [ehdwns1516/gpt2_review_star1](https://huggingface.co/ehdwns1516/gpt2_review_star1) * [ehdwns1516/gpt2_review_star2](https://huggingface.co/ehdwns1516/gpt2_review_star2) * [ehdwns1516/gpt2_review_star3](https://huggingface.co/ehdwns1516/gpt2_review_star3) * [ehdwns1516/gpt2_review_star4](https://huggingface.co/ehdwns1516/gpt2_review_star4) * [ehdwns1516/gpt2_review_star5](https://huggingface.co/ehdwns1516/gpt2_review_star5) ## Overview Language model: [gpt2](https://huggingface.co/gpt2) Language: English Training data: review_body dataset with a star of 2 in the [amazon_review dataset](https://huggingface.co/datasets/amazon_reviews_multi). Code: See [Ainize Workspace](https://ainize.ai/workspace/create?imageId=hnj95592adzr02xPTqss&git=https://github.com/ehdwns1516/gpt2_review_fine-tunning_note) ## Usage ## In Transformers ``` from transformers import AutoTokenizer, AutoModelWithLMHead tokenizer = AutoTokenizer.from_pretrained("ehdwns1516/gpt2_review_star2") model = AutoModelWithLMHead.from_pretrained("ehdwns1516/gpt2_review_star2") generator = pipeline( "text-generation", model="ehdwns1516/gpt2_review_star2", tokenizer=tokenizer ) context = "your context" result = dict() result[0] = generator(context)[0] ```
[ -0.01811910793185234, -0.01446461956948042, 0.01566661149263382, 0.04041082784533501, 0.014815444126725197, 0.01624736748635769, -0.035216234624385834, -0.00932470802217722, -0.07847189903259277, 0.044957347214221954, 0.04693074896931648, 0.005363989155739546, -0.004376284312456846, 0.021555544808506966, -0.040749307721853256, -0.04148367792367935, -0.02998378500342369, -0.01649521477520466, -0.021996010094881058, -0.01386895589530468, 0.03981751948595047, 0.018670406192541122, -0.03090563230216503, 0.04211537167429924, -0.008026440627872944, 0.012887085787951946, 0.000010325895345886238, 0.027448901906609535, 0.0033712408039718866, -0.07856444269418716, 0.011815640144050121, -0.044408295303583145, -0.03962293267250061, -0.023847391828894615, -0.013210952281951904, 0.007224760949611664, 0.0030054666567593813, 0.006047150120139122, 0.015454745851457119, 0.036763351410627365, 0.016897596418857574, 0.04627487435936928, -0.02165239490568638, -0.02437671273946762, 0.03370274603366852, -0.0017012746538966894, -0.05104382708668709, -0.03972241282463074, 0.0580340251326561, -0.03521790727972984, -0.04029753804206848, -0.08048053830862045, -0.016829412430524826, 0.00806082971394062, -0.006667586043477058, -0.04639039933681488, -0.056021902710199356, -0.017054595053195953, 0.07454162836074829, -0.07575561851263046, -0.0334097184240818, 0.03348300978541374, -0.06836427748203278, -0.008117672055959702, 0.033948179334402084, -0.06291329115629196, 0.007530902046710253, -0.008909329771995544, 0.022423598915338516, -0.034401603043079376, 0.06219455599784851, -0.05997554585337639, 0.033066172152757645, -0.0938752144575119, -0.00873723067343235, -0.00785266887396574, 0.005807762034237385, 0.02154090628027916, -0.014623943716287613, 0.0141516774892807, 0.04149399325251579, -0.020437374711036682, 0.04985915496945381, 0.0009013114613480866, -0.004069109912961721, 0.0375792495906353, -0.06256559491157532, 0.022517317906022072, -0.014214816503226757, 0.05017022415995598, -0.04341994225978851, -0.05180107429623604, 0.01786794885993004, -0.02466283179819584, -0.053850214928388596, 0.022425154224038124, 0.015193398110568523, -0.03264385089278221, 0.02473040111362934, 0.024541715160012245, 0.01431341003626585, 0.026760831475257874, 0.004244646057486534, 0.08259313553571701, -0.006378507241606712, -0.0025334469974040985, -0.024041540920734406, -0.021294334903359413, -0.04968266934156418, 0.042627349495887756, 0.038555752485990524, -0.027689721435308456, -0.0579632967710495, 0.03132697194814682, -0.007867726497352123, 0.004487942438572645, 0.0630185678601265, -0.056517343968153, -0.03075416572391987, -0.033779360353946686, 0.04024883359670639, 0.038475148379802704, -0.032095808535814285, 0.010150454938411713, -0.023683881387114525, -0.002634395146742463, -0.044187527149915695, -0.04880865663290024, -0.0058212741278111935, 0.01697150431573391, -0.03081711381673813, 0.03181900456547737, 0.03736121952533722, -0.044932760298252106, 0.028879253193736076, 0.004536524880677462, -0.05779566615819931, 0.03927792236208916, 0.05110171437263489, 0.08743791282176971, -0.04807506874203682, -0.04471653327345848, 0.015217922627925873, 0.019263414666056633, -0.012540076859295368, -0.0009042752208188176, 0.004801245406270027, -0.03140826150774956, -0.0464588887989521, 0.013071189634501934, 0.03941750526428223, -0.024120846763253212, -0.04310669004917145, 0.04157093167304993, -0.006132178474217653, 0.03223424032330513, -0.033925723284482956, 0.012888280674815178, -0.021409088745713234, -0.012883263640105724, -0.0158701129257679, 0.0285592470318079, 0.007354430388659239, 0.009749972261488438, -0.05533060058951378, -0.054376184940338135, 0.00221482221968472, 0.060298606753349304, -0.013349393382668495, -0.0030636517331004143, -0.027437848970294, -0.008500146679580212, 0.050791673362255096, 0.04086824506521225, -0.014378298074007034, 0.026876304298639297, 0.04730422422289848, 0.031217414885759354, 0.009160877205431461, 0.0646136999130249, 0.025658726692199707, -0.02097104862332344, -0.02395133301615715, 0.010734042152762413, 0.025686418637633324, -0.007321968208998442, 0.01969558373093605, 0.03657025843858719, -0.003893381915986538, 0.0029583098366856575, -0.03825812041759491, 0.06697940826416016, -0.01617567054927349, -0.027629081159830093, -0.02592119760811329, -0.0015163529897108674, -0.01795148476958275, 0.08452766388654709, 0.004287483636289835, 0.016569267958402634, -0.0005649419035762548, -0.020745478570461273, 0.01661648228764534, 0.012596308253705502, 0.0031100937630981207, 0.0454629510641098, 0.0005056001828052104, 0.07933434098958969, -0.024371318519115448, 0.022386640310287476, -0.04808008298277855, -0.05953630432486534, -0.016810692846775055, 0.06328228861093521, 0.04410050809383392, 0.03816728666424751, -0.054823003709316254, -0.06939075142145157, -0.009443843737244606, 0.049693066626787186, 0.049718499183654785, 0.051167137920856476, -0.014530321583151817, -0.023242758587002754, 0.03874348849058151, 0.048227135092020035, -0.0667274221777916, -0.03867476433515549, 0.01450444757938385, 0.0298570916056633, -0.04580937698483467, 0.0013293607626110315, -0.009535476565361023, 0.022579627111554146, -0.01888350397348404, -0.06058581545948982, 0.05267536640167236, 0.029239319264888763, 0.00888496171683073, 0.03828269615769386, 0.0002145631005987525, 0.0324232392013073, 0.010005231946706772, 0.023695718497037888, 0.021719686686992645, -0.023232750594615936, 0.03178608790040016, 0.024813199415802956, 0.06514641642570496, -0.029423344880342484, 0.03364779055118561, -0.007373069878667593, 0.01668783836066723, 0.037879202514886856, -0.014310969039797783, 0.0010257561225444078, 0.031285274773836136, 0.016394443809986115, -0.041744161397218704, 0.022347692400217056, 0.011101041920483112, 0.028025729581713676, 0.051656607538461685, -0.015532298013567924, 0.06131204217672348, 0.023772219195961952, 0.01415911503136158, 0.07622547447681427, 0.0346432626247406, 0.030017059296369553, 0.014710567891597748, 0.07327621430158615, 0.0150840999558568, 0.003298819065093994, 0.04655423387885094, -0.0679837018251419, 0.00457281107082963, -0.03930192068219185, 0.024571703746914864, -0.030325166881084442, -0.013147493824362755, 0.03799925744533539, 0.05547790229320526, -0.0015939740696921945, 0.0008322752546519041, -0.0019924412481486797, -0.016107289120554924, 0.02640017494559288, -0.019813282415270805, -0.01001830119639635, 0.027843963354825974, -0.010895230807363987, 0.006642339285463095, -0.07111433893442154, -0.04653274640440941, -0.032772090286016464, -0.03152501955628395, -0.0064200107008218765, -0.08878187090158463, -0.04519694671034813, -0.05262495577335358, -0.01415038201957941, 0.0077912588603794575, 0.024570757523179054, -0.002594188554212451, -0.057721514254808426, 0.009654557332396507, -0.035482391715049744, -0.04646920785307884, -0.016475405544042587, -0.05215413123369217, -0.01908731833100319, -0.07886812835931778, 0.052634771913290024, 0.044969480484724045, 0.02000132016837597, -0.0033705737441778183, -0.003783147782087326, -0.029992619529366493, -0.035921428352594376, 0.038859933614730835, 0.013422723859548569, -0.041993413120508194, -0.04275484383106232, 0.04948228970170021, -0.011251688934862614, 0.006860663183033466, 0.017435574904084206, -0.03371800109744072, 0.0498226098716259, 0.07346212863922119, 0.016319986432790756, 0.021376624703407288, -0.007792328484356403, -0.02109423838555813, -0.03352220728993416, -0.015170910395681858, -0.018054191023111343, -0.015745172277092934, -0.057270072400569916, -0.031207596883177757, -0.01985815539956093, -0.0536486841738224, -0.0019441605545580387, -0.015507766976952553, -0.002499222755432129, 0.033189207315444946, 0.03336961567401886, 0.03468618169426918, 0.029138920828700066, 0.004236139357089996, -0.0409059002995491, 0.07571164518594742, -0.0025201996322721243, 0.008366969414055347, -0.07793965935707092, -0.016370274126529694, 0.02169225923717022, 0.012900085188448429, 0.0037823980674147606, -0.0219003614038229, 0.060536403208971024, -0.0011280984617769718, -0.0005237457808107138, 0.008411489427089691, -0.011553348042070866, 0.0014200566802173853, -0.010074827820062637, -0.025956014171242714, 0.0010129098081961274, -0.03892502933740616, -0.06070208176970482, -0.03454955667257309, 0.056278955191373825, -0.03520844131708145, -0.05018632858991623, 0.011591745540499687, 0.02899707481265068, 0.035950906574726105, -0.00617238599807024, -0.0293732862919569, -0.009972487576305866, -0.08866726607084274, 0.01217015739530325, 0.02469370700418949, -0.01569104567170143, -0.014065148308873177, 0.06815735250711441, 0.04459257051348686, -0.006051818840205669, 0.03795766085386276, 0.026743944734334946, 0.02102094516158104, 0.0035852985456585884, -0.04878899082541466, 0.002184039680287242, -0.027798272669315338, -0.0011699035530909896, 0.029876267537474632, -0.0017482080729678273, -0.06260193884372711, -0.08689430356025696, -0.015460960566997528, 0.027390778064727783, 0.0062957885675132275, -0.0031393261160701513, 0.049258239567279816, -0.01707715541124344, -0.019585896283388138, -0.0210652444511652, 0.01953214965760708, 0.03946610912680626, -0.060290709137916565, 0.04523647204041481, -0.00873298104852438, 0.05799100548028946, -0.03642252832651138, -0.010797427967190742, -0.02853633649647236, -0.047586556524038315, -0.015266275964677334, 0.04234802722930908, 0.022142400965094566, 0.0507902130484581, 0.04616042599081993, 0.05334697291254997, -0.020469743758440018, 0.036445729434490204, 0.05900963395833969, -0.028689894825220108, -0.05960103124380112, 0.009094519540667534, -0.02223413810133934, -0.0162493959069252, -0.00712044071406126, -0.008302036672830582, 0.04662550613284111, 0.047937504947185516, 0.00371172116138041, 0.022449824959039688, 0.008009267039597034, -0.02480555698275566, -0.03003242425620556, -0.0704738199710846, -0.014062276110053062, -0.024756284430623055, -0.02087191864848137, 0.02192264050245285, 0.04953661561012268, 0.017072344198822975, 0.06457308679819107, 0.04151447117328644, -0.037310849875211716, -0.04209699481725693, 0.020695608109235764, 0.04824557155370712, -0.042698297649621964, -0.04599953070282936, -0.03517957404255867, 0.037415761500597, 0.029260559007525444, -0.04872630164027214, -0.12403546273708344, 0.013235093094408512, 0.06600943207740784, -0.048238202929496765, 0.06891409307718277, -0.001116631436161697, 0.040118731558322906, 0.05046321451663971, -0.005804197397083044, 0.020838145166635513, -0.011127719655632973, -0.0025651634205132723, 0.011099155992269516, 0.0561317503452301, -0.03058014251291752, -0.008043444715440273, -0.07022395730018616, 0.008487259969115257, 0.011778117157518864, 0.048269689083099365, 0.04057466611266136, -0.028651956468820572, -0.0592082142829895, 0.014971353113651276, 0.015221929177641869, -0.0293715950101614, -0.0027945900801569223, 0.03966616466641426, 0.03561458736658096, -0.035379841923713684, -0.06288938224315643, -0.0007271840586327016, -0.00611797533929348, 0.07231352478265762, -0.023349931463599205, -0.026119600981473923, -0.04001925140619278, 0.0040848939679563046, 0.01371148880571127, -0.013304316438734531, -0.059561725705862045, 0.04018409550189972, 0.0013029754627496004, -0.0135436300188303, 0.05497995391488075, 0.025584638118743896, 0.015288890339434147, 0.08282715082168579, 0.00497846445068717, 0.017873428761959076, -0.0550045408308506, 0.029424181208014488, -0.04769382253289223, -0.03163312003016472, 0.003386539174243808, -0.05635383725166321, -0.024582354351878166, -0.04108871519565582, -0.029298702254891396, -0.036750540137290955, -0.02606123872101307, 0.06595294922590256, -0.02388542890548706, 0.011051955632865429, 0.009246357716619968, 0.01620311662554741, -0.03735515475273132, -0.04024152830243111, -0.05329633131623268, -0.02110116556286812, -0.0748501643538475, -0.01595611311495304, 0.033363230526447296, 0.0011159350397065282, 0.03878778964281082, 0.011687287129461765, 0.012031836435198784, 0.021106412634253502, 0.0075399731285870075, -0.005452096462249756, 0.06689564138650894, 0.009919492527842522, -0.02519114315509796, -0.03488242253661156, 0.016177356243133545, 0.007344381418079138, 0.018095416948199272, -0.025899777188897133, 0.020430581644177437, 0.02868475951254368, -0.03219054266810417, -0.01848340779542923, 0.029572445899248123, 0.0267918910831213, -0.048681773245334625, -0.012315143831074238, 0.01024278812110424, -0.0138082979246974, 0.025445161387324333, -0.018105629831552505, -0.056130971759557724, 0.0123536866158247, -0.015863027423620224, 0.03221986070275307, -0.01069238968193531, -0.042628560215234756, -0.007638298906385899, -0.019978003576397896, -0.003923723474144936, -0.04885386675596237, 0.05028185248374939, -0.050052136182785034, 0.019893763586878777, -0.03189229965209961, -0.004589563235640526, -0.03033513016998768, 0.05982860550284386, 0.007996035739779472, -0.0001200572369270958, 0.014229848049581051, 0.03392329812049866, -0.03008626587688923, 0.014874277636408806, -0.031133539974689484, 0.005342734977602959, -0.01249335240572691, 0.04110341891646385, -0.0534774586558342, -0.010340198874473572, -0.020591892302036285, 0.0028011794202029705, -0.026159198954701424, -0.010548543184995651, -0.015074830502271652, -0.048045285046100616, 0.016138946637511253, 0.03386428952217102, 0.047266099601984024, 0.033602021634578705, -0.02075354754924774, 0.017508843913674355, -0.014164306223392487, -0.04483451321721077, -0.050351228564977646, -0.023563368245959282, 0.012436778284609318, -0.049067430198192596, 0.022614087909460068, 0.047157175838947296, -0.04756668582558632, -0.04723336547613144, 0.05800222232937813, 0.003187221707776189, 0.02085866592824459, -0.0033023941796272993, 0.030977319926023483, 0.03678874671459198, 0.025193938985466957, -0.07193398475646973, 0.01892617717385292, 0.019046686589717865, -0.01611393876373768, 0.05488267540931702, -0.02138114906847477, 0.03912683203816414, -0.006707493215799332, -0.04786558449268341, -0.011090857908129692, 0.06393581628799438, 0.03854507580399513, 0.01777436025440693, 0.014460388571023941, -0.062493178993463516, 0.03544847294688225, 0.009277227334678173, -0.04844595491886139, 0.005841371603310108, 0.019496923312544823, -0.02400542050600052, 0.05201968178153038, -0.020896881818771362, 0.02844991534948349, 0.06182247772812843, 0.03845350071787834, -0.03118128702044487, 0.05159926787018776, -0.014596352353692055, 0.01349871326237917, 0.04516473412513733, -0.034268323332071304, -0.020910389721393585, -0.05154605582356453, 0.05852289870381355, -0.06046998128294945, 0.01800084114074707, 0.05612336844205856, -0.007494964171200991, -0.006663745269179344, -0.03867105767130852, -0.041099272668361664, 0.0008985127788037062, -0.042224328964948654, 0.06678776443004608, 0.024858498945832253, -0.0578237883746624, 0.07732190936803818, 0.010063229128718376, -0.1118704155087471, 0.023793572559952736, 0.03918817266821861, 0.04786280170083046, 0.031942546367645264, 0.06524646282196045, -0.04331586882472038, 0.03568827733397484, -0.01807425171136856, 0.03446412459015846, -0.04940210282802582, -0.02031138725578785, 0.009497095830738544, -0.03850271552801132, -0.022527102380990982, 0.0319245345890522, -0.0344185046851635, -0.004969872534275055, 0.02197573147714138, -0.04215570166707039, -0.04366317018866539, -0.012447968125343323, 0.025929581373929977, -0.012754978612065315, -0.006720550823956728, -0.02675604820251465, 0.03536047786474228, 0.02589370682835579, -0.00728572066873312, -0.008378233760595322, 0.016014499589800835, 0.032008230686187744, -0.07566286623477936, -0.05070764943957329, 0.016438143327832222, 0.005495421588420868, -0.025768697261810303, 0.02982616238296032, -0.0037950885016471148, 0.014993210323154926, 0.010186731815338135, -0.03600798919796944, 0.022986464202404022, -0.04328521713614464, 0.001092658145353198, 0.002481917617842555, 0.02395659126341343, 0.012023547664284706, -0.02791534550487995, 0.04210273548960686, 0.01548841129988432, 0.0009015226387418807, -0.020754430443048477, -0.0245999563485384, -0.023374883458018303, 0.017146429046988487, -0.01887199841439724, 0.033181674778461456, -0.022520683705806732, -0.07662330567836761, -0.04098149389028549, -0.02146156318485737, -0.01303568109869957, 0.037330273538827896, -0.06726902723312378, 0.0012696263147518039, 0.011438149027526379, -0.025858916342258453, -0.02958856336772442, -0.07431741803884506, -0.018667496740818024, -0.028196047991514206, 0.026338063180446625, 0.03592068701982498, -0.04125994071364403, 0.02251102402806282, -0.05175622180104256, -0.05490880087018013, 0.01749298721551895, 0.02054290473461151, -0.01564544066786766, 0.04835572466254234, 0.06412659585475922, -0.046425703912973404, 0.021378036588430405, 0.044673144817352295, -0.02925807423889637, -0.006503787357360125, 0.024831507354974747, 0.019611680880188942, 0.019179796800017357, 0.027926936745643616, -0.02226114645600319, -0.018593894317746162, -0.0678325891494751, -0.05732335150241852, -0.0560125969350338, -0.0068120467476546764, 0.03302112966775894 ]
bert-large-cased-whole-word-masking
[ "pytorch", "tf", "jax", "bert", "fill-mask", "en", "dataset:bookcorpus", "dataset:wikipedia", "arxiv:1810.04805", "transformers", "license:apache-2.0", "autotrain_compatible", "has_space" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
2,316
2021-07-22T05:09:23Z
# gpt2_review_star3 * This model has been trained as a review_body dataset with a star of 3 in the [amazon_review dataset](https://huggingface.co/datasets/amazon_reviews_multi). * Input text what you want to generate review. * If the context is longer than 1200 characters, the context may be cut in the middle and the result may not come out well. review generator DEMO: [Ainize DEMO](https://main-review-generator-ehdwns1516.endpoint.ainize.ai/) review generator API: [Ainize API](https://ainize.web.app/redirect?git_repo=https://github.com/ehdwns1516/review_generator) ## Model links for each 1 to 5 star * [ehdwns1516/gpt2_review_star1](https://huggingface.co/ehdwns1516/gpt2_review_star1) * [ehdwns1516/gpt2_review_star2](https://huggingface.co/ehdwns1516/gpt2_review_star2) * [ehdwns1516/gpt2_review_star3](https://huggingface.co/ehdwns1516/gpt2_review_star3) * [ehdwns1516/gpt2_review_star4](https://huggingface.co/ehdwns1516/gpt2_review_star4) * [ehdwns1516/gpt2_review_star5](https://huggingface.co/ehdwns1516/gpt2_review_star5) ## Overview Language model: [gpt2](https://huggingface.co/gpt2) Language: English Training data: review_body dataset with a star of 3 in the [amazon_review dataset](https://huggingface.co/datasets/amazon_reviews_multi). Code: See [Ainize Workspace](https://ainize.ai/workspace/create?imageId=hnj95592adzr02xPTqss&git=https://github.com/ehdwns1516/gpt2_review_fine-tunning_note) ## Usage ## In Transformers ``` from transformers import AutoTokenizer, AutoModelWithLMHead tokenizer = AutoTokenizer.from_pretrained("ehdwns1516/gpt2_review_star3") model = AutoModelWithLMHead.from_pretrained("ehdwns1516/gpt2_review_star3") generator = pipeline( "text-generation", model="ehdwns1516/gpt2_review_star3", tokenizer=tokenizer ) context = "your context" result = dict() result[0] = generator(context)[0] ```
[ -0.019813625141978264, -0.015431281179189682, 0.01272355206310749, 0.03871588036417961, 0.01579023152589798, 0.018663927912712097, -0.03607462719082832, -0.01197001338005066, -0.07879162579774857, 0.04666956141591072, 0.0490424782037735, 0.0023760369513183832, -0.004915682598948479, 0.018063003197312355, -0.04047933593392372, -0.040757399052381516, -0.027990568429231644, -0.018610605970025063, -0.02011510170996189, -0.012038457207381725, 0.04055304825305939, 0.02221490629017353, -0.03084591031074524, 0.042050160467624664, -0.009350105188786983, 0.01360804121941328, -0.004240674432367086, 0.03007892519235611, 0.004816396161913872, -0.07873153686523438, 0.013864049687981606, -0.045212697237730026, -0.041563574224710464, -0.024255016818642616, -0.013327343389391899, 0.006440040189772844, 0.007526786532253027, 0.005385023076087236, 0.010755768977105618, 0.04039518162608147, 0.015401219949126244, 0.047196004539728165, -0.01395915262401104, -0.025477930903434753, 0.03149568662047386, -0.0035498791839927435, -0.0511997826397419, -0.03600659593939781, 0.05943183973431587, -0.035602692514657974, -0.03957396000623703, -0.08051835745573044, -0.01628628559410572, 0.010608387179672718, -0.008248311467468739, -0.047390516847372055, -0.05269264057278633, -0.020383629947900772, 0.0733928233385086, -0.07479189336299896, -0.03389889374375343, 0.03561270609498024, -0.06447847187519073, -0.0077268765307962894, 0.032156601548194885, -0.063560351729393, 0.007040053606033325, -0.009934736415743828, 0.02374638244509697, -0.03519531339406967, 0.062223609536886215, -0.061335280537605286, 0.0322040356695652, -0.09391845762729645, -0.008407716639339924, -0.007300560362637043, 0.004939981270581484, 0.02468005008995533, -0.015542951412498951, 0.015933986753225327, 0.039182212203741074, -0.02128540724515915, 0.051162052899599075, -0.0017115784576162696, -0.0022031832486391068, 0.0371449738740921, -0.061317767947912216, 0.022031892091035843, -0.012943395413458347, 0.051837287843227386, -0.03901630640029907, -0.04959462583065033, 0.018877990543842316, -0.025128750130534172, -0.053795602172613144, 0.022753480821847916, 0.015088334679603577, -0.030214261263608932, 0.024904662743210793, 0.02113094925880432, 0.01069747656583786, 0.02596726082265377, 0.0012819505063816905, 0.07973427325487137, -0.007151435129344463, -0.00013208868040237576, -0.021231340244412422, -0.018815280869603157, -0.04735097661614418, 0.0423344224691391, 0.03702010586857796, -0.0276180487126112, -0.06210292503237724, 0.03189188614487648, -0.0033850972540676594, 0.0021549444645643234, 0.05986380949616432, -0.05630998685956001, -0.03013935126364231, -0.03555046394467354, 0.0394420251250267, 0.03843316808342934, -0.030156463384628296, 0.008797022514045238, -0.021646220237016678, -0.0022863876074552536, -0.04471207037568092, -0.050997644662857056, -0.010781846940517426, 0.012999305501580238, -0.02737964689731598, 0.03182169049978256, 0.03573102876543999, -0.04309285059571266, 0.02914435788989067, 0.001288107130676508, -0.056831423193216324, 0.03928934782743454, 0.049939047545194626, 0.09390536695718765, -0.04723068326711655, -0.048792555928230286, 0.014215148985385895, 0.01865818351507187, -0.011665033176541328, 0.0024679640773683786, 0.0034985202364623547, -0.0313432514667511, -0.04510240629315376, 0.014188583940267563, 0.039930641651153564, -0.021687721833586693, -0.04357646033167839, 0.041672710329294205, -0.005414879880845547, 0.02903602458536625, -0.034017980098724365, 0.014588611200451851, -0.02109309285879135, -0.0156589075922966, -0.017225923016667366, 0.030918963253498077, 0.0052159433253109455, 0.008792304433882236, -0.05530545115470886, -0.057834193110466, 0.00390881160274148, 0.056717030704021454, -0.013552524149417877, -0.004670758731663227, -0.026544049382209778, -0.0074715460650622845, 0.04902765154838562, 0.03855222836136818, -0.013835561461746693, 0.02768997848033905, 0.04755578190088272, 0.029017813503742218, 0.007012917660176754, 0.06379106640815735, 0.027356227859854698, -0.022663449868559837, -0.022318197414278984, 0.009998463094234467, 0.024802396073937416, -0.00622220104560256, 0.02049216814339161, 0.0366276316344738, -0.002364883664995432, 0.0012641579378396273, -0.04062968119978905, 0.06507720798254013, -0.012742402032017708, -0.025613006204366684, -0.023928888142108917, -0.0013144629774615169, -0.017534280195832253, 0.08236480504274368, 0.0038820558693259954, 0.015276171267032623, -0.004550968762487173, -0.021036038175225258, 0.01710810698568821, 0.012961597181856632, 0.0022111348807811737, 0.0452602244913578, -0.0015770443715155125, 0.07849631458520889, -0.02501700632274151, 0.025718381628394127, -0.04645867645740509, -0.0625191479921341, -0.012766562402248383, 0.06324631720781326, 0.044229473918676376, 0.0393424816429615, -0.05782858282327652, -0.06966903805732727, -0.010111245326697826, 0.04935356229543686, 0.05087890475988388, 0.05055959150195122, -0.013348071835935116, -0.022469760850071907, 0.04069117456674576, 0.0483332984149456, -0.06670216470956802, -0.03972994536161423, 0.01713084615767002, 0.02959444373846054, -0.042308468371629715, 0.0035856706090271473, -0.009839163161814213, 0.022853506729006767, -0.021189119666814804, -0.06197528913617134, 0.05209015682339668, 0.02986130677163601, 0.008945387788116932, 0.036153145134449005, -0.0008626565104350448, 0.03399443253874779, 0.01127131562680006, 0.025070013478398323, 0.019737448543310165, -0.02519768476486206, 0.035047952085733414, 0.023429831489920616, 0.0638720765709877, -0.0278193149715662, 0.032239120453596115, -0.007365334313362837, 0.01594296284019947, 0.03574396297335625, -0.015900300815701485, -0.001448258408345282, 0.03629184886813164, 0.018583061173558235, -0.04245035722851753, 0.023033510893583298, 0.00877592246979475, 0.02679162472486496, 0.05212758854031563, -0.016316527500748634, 0.05861693620681763, 0.0240164827555418, 0.016285423189401627, 0.08235019445419312, 0.03564749285578728, 0.031433455646038055, 0.01607576385140419, 0.07677552103996277, 0.016497254371643066, 0.006925837602466345, 0.04640267416834831, -0.06730660796165466, 0.00597046036273241, -0.041960712522268295, 0.020672952756285667, -0.03303492069244385, -0.011413034051656723, 0.03498595207929611, 0.055714450776576996, -0.0016096471808850765, -0.000317971920594573, -0.002902435604482889, -0.014557859860360622, 0.027925828471779823, -0.016828907653689384, -0.010687069036066532, 0.029018180444836617, -0.013038592413067818, 0.004513766150921583, -0.06871630251407623, -0.045687608420848846, -0.03534631058573723, -0.030000265687704086, -0.0075940960086882114, -0.08615338057279587, -0.04380735009908676, -0.051303647458553314, -0.01423246692866087, 0.010284923017024994, 0.023828409612178802, -0.0017718024319037795, -0.05939764901995659, 0.00792755652219057, -0.03695826977491379, -0.04726243391633034, -0.019463272765278816, -0.0536370612680912, -0.020610138773918152, -0.0794672816991806, 0.05338241904973984, 0.04326702281832695, 0.020111436024308205, -0.007880530320107937, -0.006671775132417679, -0.02964886464178562, -0.03557731211185455, 0.033682990819215775, 0.015092846006155014, -0.038115303963422775, -0.042038142681121826, 0.044854894280433655, -0.009044492617249489, 0.004094763658940792, 0.02061908319592476, -0.03527771309018135, 0.052305668592453, 0.07317405194044113, 0.016053583472967148, 0.02024230733513832, -0.007568623870611191, -0.02451041154563427, -0.03544086217880249, -0.01712142676115036, -0.020814301446080208, -0.013596617616713047, -0.055083584040403366, -0.03368118777871132, -0.01944269984960556, -0.054592929780483246, -0.0004893233999609947, -0.017520366236567497, -0.002178962342441082, 0.031719472259283066, 0.03795931860804558, 0.03569433465600014, 0.029647869989275932, 0.0007158612133935094, -0.04014410451054573, 0.07501985877752304, 0.001169792958535254, 0.009654439054429531, -0.07796182483434677, -0.01643417403101921, 0.02069867216050625, 0.016153542324900627, 0.0040321736596524715, -0.024895980954170227, 0.060460254549980164, 0.001084470422938466, -0.0006807873141951859, 0.008972825482487679, -0.010420430451631546, 0.0017839574720710516, -0.009682255797088146, -0.023043563589453697, -0.0019701493438333273, -0.040407780557870865, -0.05776802822947502, -0.0314551405608654, 0.05835600197315216, -0.03509127348661423, -0.049681562930345535, 0.00955486111342907, 0.02459680661559105, 0.03470752760767937, -0.0028890538960695267, -0.03387739881873131, -0.008271664381027222, -0.08884517848491669, 0.010997566394507885, 0.027087833732366562, -0.017663242295384407, -0.011937198229134083, 0.06764470040798187, 0.043041110038757324, -0.0049713291227817535, 0.03416021913290024, 0.02324923500418663, 0.022169698029756546, 0.0036865915171802044, -0.04854138195514679, 0.0032638609409332275, -0.02909180149435997, 0.001060738693922758, 0.02743382751941681, -0.002804822288453579, -0.06289398670196533, -0.08767460286617279, -0.015375644899904728, 0.026360580697655678, 0.0025097320321947336, -0.0008365928661078215, 0.05235844850540161, -0.01611829735338688, -0.017570722848176956, -0.022968348115682602, 0.021086687222123146, 0.036916911602020264, -0.06110973656177521, 0.04891060292720795, -0.00782458670437336, 0.054275598376989365, -0.03656497597694397, -0.010550443083047867, -0.027257226407527924, -0.05021733418107033, -0.014830769039690495, 0.042405080050230026, 0.02107206918299198, 0.05532238259911537, 0.04903658106923103, 0.051693085581064224, -0.01990852877497673, 0.03587767481803894, 0.06115889921784401, -0.025546366348862648, -0.05983492732048035, 0.010455058887600899, -0.024892283603549004, -0.012602856382727623, -0.002034200355410576, -0.010716072283685207, 0.04271100088953972, 0.052048493176698685, 0.004972461145371199, 0.02243003062903881, 0.006670970004051924, -0.024084893986582756, -0.029601359739899635, -0.07031001895666122, -0.012420741841197014, -0.023600008338689804, -0.01821739599108696, 0.021232986822724342, 0.04920138418674469, 0.015266049653291702, 0.06119484454393387, 0.040563832968473434, -0.03705831989645958, -0.03980574384331703, 0.02228211611509323, 0.04598119482398033, -0.04502302035689354, -0.04920564219355583, -0.031942423433065414, 0.036687105894088745, 0.02986951172351837, -0.049539707601070404, -0.12138482183218002, 0.010458617471158504, 0.06621283292770386, -0.04837474226951599, 0.0665874108672142, -0.0005740902270190418, 0.041250742971897125, 0.052302975207567215, -0.007248797453939915, 0.019884878769516945, -0.014008240774273872, -0.003569754073396325, 0.008890358731150627, 0.05946722999215126, -0.03163477033376694, -0.007403095718473196, -0.0687701478600502, 0.012196901254355907, 0.009878380224108696, 0.04685293138027191, 0.04476096108555794, -0.02765108272433281, -0.0617445707321167, 0.015528637915849686, 0.017076676711440086, -0.031877849251031876, -0.003326426027342677, 0.04231381043791771, 0.037403978407382965, -0.03563225269317627, -0.0629146546125412, 0.0008826085249893367, -0.006730249617248774, 0.07085148245096207, -0.022748932242393494, -0.026564326137304306, -0.03587941825389862, -0.0007899263291619718, 0.011650599539279938, -0.01694684848189354, -0.05526890605688095, 0.042971380054950714, 0.001107260468415916, -0.011579330079257488, 0.057065870612859726, 0.027226263657212257, 0.013422371819615364, 0.08319488167762756, 0.007187231443822384, 0.015643132850527763, -0.05651300773024559, 0.027683857828378677, -0.04765649884939194, -0.030143683776259422, 0.003204620210453868, -0.057783663272857666, -0.024001915007829666, -0.04204452037811279, -0.025668900460004807, -0.03345309570431709, -0.024060532450675964, 0.06468759477138519, -0.02238243818283081, 0.012330301105976105, 0.012174412608146667, 0.017019378021359444, -0.03571765497326851, -0.039152778685092926, -0.054624292999506, -0.02348148077726364, -0.07228472828865051, -0.019960282370448112, 0.0328558087348938, 0.0042903833091259, 0.03643844276666641, 0.013137674890458584, 0.009924721904098988, 0.02127176709473133, 0.008882845751941204, -0.0080732936039567, 0.06566818803548813, 0.008228864520788193, -0.025181205943226814, -0.034100960940122604, 0.015026882290840149, 0.00553643936291337, 0.01891670562326908, -0.023046139627695084, 0.018993591889739037, 0.026451710611581802, -0.03172965347766876, -0.01811622455716133, 0.02532411925494671, 0.02815847471356392, -0.04508348926901817, -0.011343000456690788, 0.011494286358356476, -0.014193697832524776, 0.0252204742282629, -0.017998915165662766, -0.0596223883330822, 0.008772480301558971, -0.016657857224345207, 0.0315173864364624, -0.008333608508110046, -0.04615764319896698, -0.00790419988334179, -0.019351545721292496, -0.004582513123750687, -0.04985367879271507, 0.04927685856819153, -0.05163560062646866, 0.020666049793362617, -0.03270799666643143, -0.005622080527245998, -0.03140758350491524, 0.05909239500761032, 0.010346916504204273, -0.0008978889673016965, 0.016210122033953667, 0.03099903091788292, -0.028765413910150528, 0.013981650583446026, -0.033032920211553574, 0.006661277264356613, -0.01028420776128769, 0.03928704559803009, -0.053293995559215546, -0.010898911394178867, -0.017018187791109085, 0.001665799180045724, -0.027500653639435768, -0.0117361880838871, -0.01370212808251381, -0.049223821610212326, 0.018447306007146835, 0.03529493883252144, 0.046752557158470154, 0.034886036068201065, -0.024307360872626305, 0.016341248527169228, -0.013906655833125114, -0.04509501904249191, -0.05236634612083435, -0.021377747878432274, 0.014105900190770626, -0.04820800945162773, 0.024237656965851784, 0.0469384491443634, -0.04536529257893562, -0.049184150993824005, 0.05610022321343422, 0.005564864259213209, 0.020443696528673172, -0.0019296194659546018, 0.029147397726774216, 0.03432327136397362, 0.026366984471678734, -0.07392288744449615, 0.019984621554613113, 0.017877880483865738, -0.015880126506090164, 0.055361341685056686, -0.021198680624365807, 0.03933471441268921, -0.005507101304829121, -0.04853755235671997, -0.009927257895469666, 0.06583345681428909, 0.03826136142015457, 0.017016366124153137, 0.012548988685011864, -0.06377474963665009, 0.03911207616329193, 0.01025885809212923, -0.050547726452350616, 0.009153520688414574, 0.018533553928136826, -0.025472866371273994, 0.05205381661653519, -0.017250429838895798, 0.030826261267066002, 0.06125756725668907, 0.039551444351673126, -0.03541509434580803, 0.05070773884654045, -0.014682132750749588, 0.014782157726585865, 0.04375411570072174, -0.03562290966510773, -0.018543383106589317, -0.05564973130822182, 0.05890665575861931, -0.05697811767458916, 0.017799006775021553, 0.05501772463321686, -0.007302076555788517, -0.00760998809710145, -0.040871843695640564, -0.042141564190387726, 0.0022590046282857656, -0.04210168123245239, 0.06803993135690689, 0.02650301344692707, -0.05986815318465233, 0.07632774114608765, 0.008372141979634762, -0.11158988624811172, 0.02320977672934532, 0.04139362648129463, 0.04954936355352402, 0.03112710453569889, 0.06692767143249512, -0.04600002244114876, 0.03639552742242813, -0.020370544865727425, 0.03571803495287895, -0.04404401406645775, -0.018823403865098953, 0.004998171702027321, -0.036230336874723434, -0.024013381451368332, 0.03401784971356392, -0.03487320989370346, -0.00496339937672019, 0.024961406365036964, -0.041820503771305084, -0.04518261179327965, -0.014067908748984337, 0.025694670155644417, -0.01215825229883194, -0.008126629516482353, -0.026951570063829422, 0.03719644621014595, 0.027727458626031876, -0.0076711541041731834, -0.011386699043214321, 0.01374877616763115, 0.03090427629649639, -0.07299254834651947, -0.05167939513921738, 0.02071244642138481, 0.004711577668786049, -0.026713553816080093, 0.02719186432659626, -0.003264316590502858, 0.013781733810901642, 0.01072554849088192, -0.035282012075185776, 0.021993186324834824, -0.046133555471897125, 0.001063978997990489, 0.0030125488992780447, 0.022352086380124092, 0.0124128432944417, -0.028409911319613457, 0.0403207428753376, 0.013219703920185566, -0.0009968734811991453, -0.022372562438249588, -0.02652302011847496, -0.0225333534181118, 0.015828782692551613, -0.020054079592227936, 0.029466642066836357, -0.020183270797133446, -0.07816480845212936, -0.03958035260438919, -0.020780399441719055, -0.01699172332882881, 0.03937867656350136, -0.07084252685308456, -0.0002870462485589087, 0.01219723466783762, -0.02356661856174469, -0.031349409371614456, -0.07273495197296143, -0.018577678129076958, -0.025649817660450935, 0.024064183235168457, 0.03323327749967575, -0.04057024419307709, 0.021243341267108917, -0.050861191004514694, -0.054579202085733414, 0.02027611993253231, 0.019585534930229187, -0.014547585509717464, 0.047104671597480774, 0.06777923554182053, -0.04765420779585838, 0.02196234092116356, 0.041667092591524124, -0.029797326773405075, -0.0058871968649327755, 0.02630165033042431, 0.018990784883499146, 0.01801116392016411, 0.029729356989264488, -0.02175002545118332, -0.015763627365231514, -0.06771761178970337, -0.057937391102313995, -0.05409481003880501, -0.007750362623482943, 0.035848893225193024 ]
bert-large-cased
[ "pytorch", "tf", "jax", "safetensors", "bert", "fill-mask", "en", "dataset:bookcorpus", "dataset:wikipedia", "arxiv:1810.04805", "transformers", "license:apache-2.0", "autotrain_compatible", "has_space" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
388,769
null
# gpt2_review_star4 * This model has been trained as a review_body dataset with a star of 4 in the [amazon_review dataset](https://huggingface.co/datasets/amazon_reviews_multi). * Input text what you want to generate review. * If the context is longer than 1200 characters, the context may be cut in the middle and the result may not come out well. review generator DEMO: [Ainize DEMO](https://main-review-generator-ehdwns1516.endpoint.ainize.ai/) review generator API: [Ainize API](https://ainize.web.app/redirect?git_repo=https://github.com/ehdwns1516/review_generator) ## Model links for each 1 to 5 star * [ehdwns1516/gpt2_review_star1](https://huggingface.co/ehdwns1516/gpt2_review_star1) * [ehdwns1516/gpt2_review_star2](https://huggingface.co/ehdwns1516/gpt2_review_star2) * [ehdwns1516/gpt2_review_star3](https://huggingface.co/ehdwns1516/gpt2_review_star3) * [ehdwns1516/gpt2_review_star4](https://huggingface.co/ehdwns1516/gpt2_review_star4) * [ehdwns1516/gpt2_review_star5](https://huggingface.co/ehdwns1516/gpt2_review_star5) ## Overview Language model: [gpt2](https://huggingface.co/gpt2) Language: English Training data: review_body dataset with a star of 4 in the [amazon_review dataset](https://huggingface.co/datasets/amazon_reviews_multi). Code: See [Ainize Workspace](https://ainize.ai/workspace/create?imageId=hnj95592adzr02xPTqss&git=https://github.com/ehdwns1516/gpt2_review_fine-tunning_note) ## Usage ## In Transformers ``` from transformers import AutoTokenizer, AutoModelWithLMHead tokenizer = AutoTokenizer.from_pretrained("ehdwns1516/gpt2_review_star3") model = AutoModelWithLMHead.from_pretrained("ehdwns1516/gpt2_review_star3") generator = pipeline( "text-generation", model="ehdwns1516/gpt2_review_star4", tokenizer=tokenizer ) context = "your context" result = dict() result[0] = generator(context)[0] ```
[ -0.02231641858816147, -0.010879934765398502, 0.014052183367311954, 0.038013603538274765, 0.014182991348206997, 0.017750650644302368, -0.03495403751730919, -0.012723413296043873, -0.07983572781085968, 0.046051450073719025, 0.045286547392606735, 0.0013880457263439894, 0.0021535917185246944, 0.023289266973733902, -0.04339936375617981, -0.041068386286497116, -0.030195794999599457, -0.015325499698519707, -0.022087324410676956, -0.009726260788738728, 0.03681987151503563, 0.01882437989115715, -0.030393512919545174, 0.04036632552742958, -0.0043966020457446575, 0.013811683282256126, -0.0013531738659366965, 0.026385657489299774, 0.003205016488209367, -0.07763276249170303, 0.012595211155712605, -0.043477606028318405, -0.040634941309690475, -0.022828636690974236, -0.011989768594503403, 0.011908261105418205, 0.008449935354292393, 0.005982439033687115, 0.012171754613518715, 0.03862312063574791, 0.016735468059778214, 0.04520111158490181, -0.018486665561795235, -0.02783578261733055, 0.03454369306564331, -0.003670287551358342, -0.05131787061691284, -0.035388171672821045, 0.05534471198916435, -0.038329754024744034, -0.042407821863889694, -0.08306282013654709, -0.015024901367723942, 0.00830307137221098, -0.008800623007118702, -0.049429044127464294, -0.05748238414525986, -0.016733303666114807, 0.07865803688764572, -0.07714197784662247, -0.03361107036471367, 0.0363292433321476, -0.07181750982999802, -0.010736769996583462, 0.03233778476715088, -0.06260384619235992, 0.008337688632309437, -0.010228794068098068, 0.01962406001985073, -0.03392468020319939, 0.059869758784770966, -0.059778887778520584, 0.03137299790978432, -0.08993764221668243, -0.0070265200920403, -0.009721490554511547, 0.008054928854107857, 0.022670630365610123, -0.01598154380917549, 0.0144593995064497, 0.03992987796664238, -0.02390892058610916, 0.05095619335770607, 0.00018479856953490525, -0.002228258876129985, 0.032750342041254044, -0.06328235566616058, 0.023483561351895332, -0.011900977231562138, 0.05069264769554138, -0.040643975138664246, -0.05019588768482208, 0.01967104710638523, -0.02637912705540657, -0.05450890213251114, 0.022323962301015854, 0.015519537031650543, -0.030305219814181328, 0.025366049259901047, 0.023227138444781303, 0.014189593493938446, 0.0260305255651474, 0.007525987457484007, 0.07925456017255783, -0.00900784507393837, -0.0012304489500820637, -0.026042494922876358, -0.0171781238168478, -0.04584774002432823, 0.045755449682474136, 0.03613220527768135, -0.029156489297747612, -0.05752056464552879, 0.02889864519238472, -0.004985100124031305, 0.004711446817964315, 0.0598309151828289, -0.0567120723426342, -0.02936624549329281, -0.03013031743466854, 0.040675655007362366, 0.04035945236682892, -0.0298985056579113, 0.008641421794891357, -0.021509042009711266, -0.002289275638759136, -0.04460292309522629, -0.0514787994325161, -0.004941659048199654, 0.017551284283399582, -0.02623850852251053, 0.034585438668727875, 0.03544631972908974, -0.04680837690830231, 0.02877524495124817, 0.00340353325009346, -0.055302880704402924, 0.042036667466163635, 0.048096057027578354, 0.08840882033109665, -0.045495349913835526, -0.04768139496445656, 0.015628207474946976, 0.021201105788350105, -0.016518326476216316, -0.0005553867667913437, -0.0000020228999346727505, -0.030379848554730415, -0.04753629490733147, 0.013446561060845852, 0.037182487547397614, -0.024157073348760605, -0.038932688534259796, 0.04063611477613449, -0.005898709874600172, 0.03016853891313076, -0.033337999135255814, 0.013285784982144833, -0.025043170899152756, -0.010612511076033115, -0.018383419141173363, 0.028373636305332184, 0.00608850596472621, 0.008227643556892872, -0.05350033938884735, -0.05303679406642914, 0.005863111931830645, 0.05770711600780487, -0.01306526642292738, -0.0064658052287995815, -0.02529517374932766, -0.008452137932181358, 0.047038234770298004, 0.03957844898104668, -0.012813054025173187, 0.028213469311594963, 0.043127208948135376, 0.028196359053254128, 0.0076888310723006725, 0.06230613589286804, 0.027846159413456917, -0.018112298101186752, -0.023346686735749245, 0.010850265622138977, 0.02760748378932476, -0.007372672203928232, 0.017052732408046722, 0.03728143125772476, -0.0010071771685034037, 0.0005666157230734825, -0.039359383285045624, 0.06857772171497345, -0.015965966507792473, -0.025599390268325806, -0.026161830872297287, -0.0019145287806168199, -0.017984502017498016, 0.0844740942120552, 0.002078889636322856, 0.01641770824790001, -0.004675868432968855, -0.021969402208924294, 0.018900418654084206, 0.010812332853674889, 0.0005962998839095235, 0.04851384088397026, 0.0020787259563803673, 0.07659541815519333, -0.02760028839111328, 0.024204740300774574, -0.0520915761590004, -0.06259732693433762, -0.015831759199500084, 0.06568069756031036, 0.049239881336688995, 0.03543590009212494, -0.05640382319688797, -0.07059379667043686, -0.00481141172349453, 0.049915436655282974, 0.04721112921833992, 0.04815239831805229, -0.01592833921313286, -0.021456848829984665, 0.040848005563020706, 0.04679614305496216, -0.06743063032627106, -0.034027617424726486, 0.015181136317551136, 0.02894149348139763, -0.04757097736001015, 0.003033211687579751, -0.00743730878457427, 0.0219337809830904, -0.022838784381747246, -0.06236836314201355, 0.054601117968559265, 0.028940506279468536, 0.009295250289142132, 0.037271495908498764, 0.0002532934013288468, 0.029262786731123924, 0.00687014264985919, 0.019448749721050262, 0.024827508255839348, -0.02174586057662964, 0.031931743025779724, 0.024444228038191795, 0.06594481319189072, -0.029480712488293648, 0.033404529094696045, -0.006155350245535374, 0.015154189430177212, 0.03509005159139633, -0.014764530584216118, -0.0005599939031526446, 0.034091413021087646, 0.017297783866524696, -0.043091781437397, 0.023727241903543472, 0.00823807530105114, 0.02380976639688015, 0.052170898765325546, -0.013505931943655014, 0.05981241539120674, 0.023594554513692856, 0.013633053749799728, 0.07927250117063522, 0.033630188554525375, 0.03125185891985893, 0.013867882080376148, 0.07703959941864014, 0.01803218200802803, 0.0024584352504462004, 0.04830192029476166, -0.06919268518686295, 0.006944125518202782, -0.04181930050253868, 0.021955206990242004, -0.035323891788721085, -0.010911265388131142, 0.040740352123975754, 0.049902528524398804, -0.005475159268826246, -0.0028868340887129307, 0.00006632868462475017, -0.015250888653099537, 0.030545281246304512, -0.02201053872704506, -0.010300299152731895, 0.02485472336411476, -0.011878296732902527, 0.004683861508965492, -0.06972002238035202, -0.04255198314785957, -0.0350886806845665, -0.03304652124643326, -0.0045530060306191444, -0.09235575795173645, -0.04300181567668915, -0.04652775451540947, -0.017391320317983627, 0.007319488096982241, 0.019093461334705353, -0.005202991887927055, -0.059678737074136734, 0.012676768936216831, -0.03724587336182594, -0.047035809606313705, -0.019460409879684448, -0.05148841440677643, -0.019757047295570374, -0.08371951431035995, 0.05233108624815941, 0.04340912774205208, 0.023430662229657173, -0.004443329758942127, -0.005627896171063185, -0.030831020325422287, -0.03564698249101639, 0.03555671125650406, 0.011527329683303833, -0.03556230664253235, -0.03994865342974663, 0.05120314285159111, -0.008285666815936565, 0.00490988977253437, 0.01624632254242897, -0.03301156312227249, 0.0503443144261837, 0.07220624387264252, 0.011413628235459328, 0.01846376247704029, -0.009765279479324818, -0.02356359176337719, -0.031953610479831696, -0.01781088300049305, -0.01889343559741974, -0.01491392869502306, -0.056247539818286896, -0.03159402310848236, -0.018968744203448296, -0.05332537740468979, -0.0021388118620961905, -0.017881494015455246, -0.0017071920447051525, 0.031940169632434845, 0.03554132580757141, 0.0336059108376503, 0.029118655249476433, 0.005519154481589794, -0.04292910918593407, 0.07488054037094116, 0.00232212757691741, 0.010128353722393513, -0.07425875216722488, -0.014643535949289799, 0.02199709601700306, 0.011795789003372192, 0.0029811898712068796, -0.02035733312368393, 0.06547480821609497, 0.0006589268450625241, -0.0047081816010177135, 0.009917235001921654, -0.0094681391492486, 0.00046720149111934006, -0.010214976035058498, -0.025617104023694992, -0.0025645503774285316, -0.03954685479402542, -0.061999108642339706, -0.035134073346853256, 0.054789263755083084, -0.03126325458288193, -0.04897976294159889, 0.011878893710672855, 0.02808876521885395, 0.03870202973484993, -0.002233489416539669, -0.030579807236790657, -0.005791220813989639, -0.09037941694259644, 0.011364541947841644, 0.023453986272215843, -0.0137616703286767, -0.014889738522469997, 0.06716345250606537, 0.04307632893323898, -0.00564602529630065, 0.035858407616615295, 0.026410872116684914, 0.021241197362542152, 0.0030085844919085503, -0.04910961538553238, 0.003421009983867407, -0.03350743651390076, -0.001903511001728475, 0.026168152689933777, -0.002699142089113593, -0.06161012873053551, -0.08610048145055771, -0.014010580256581306, 0.028813328593969345, 0.004025555215775967, -0.006736124400049448, 0.053856343030929565, -0.018688639625906944, -0.0214377474039793, -0.018941141664981842, 0.02067655138671398, 0.03776436671614647, -0.06381916999816895, 0.047299809753894806, -0.007730034179985523, 0.05866494029760361, -0.035365913063287735, -0.00975291058421135, -0.02494240552186966, -0.04778469726443291, -0.012830055318772793, 0.043303925544023514, 0.02042527310550213, 0.05424821004271507, 0.04727152734994888, 0.055132318288087845, -0.02422177977859974, 0.040721602737903595, 0.05805644020438194, -0.026627277955412865, -0.0557008795440197, 0.008505700156092644, -0.022016244009137154, -0.01570712774991989, -0.003679457353428006, -0.008300757966935635, 0.04655363783240318, 0.04861511290073395, 0.0022364743053913116, 0.026247940957546234, 0.007302263751626015, -0.024722807109355927, -0.02573399245738983, -0.07084587961435318, -0.012683529406785965, -0.02343566156923771, -0.019653314724564552, 0.02225889265537262, 0.0476541742682457, 0.013813689351081848, 0.06257914751768112, 0.03770424425601959, -0.03707010671496391, -0.04191678389906883, 0.019937248900532722, 0.047656215727329254, -0.04310191422700882, -0.045236583799123764, -0.03530627116560936, 0.03565284609794617, 0.030229007825255394, -0.04783089831471443, -0.12448831647634506, 0.014253226108849049, 0.06756220012903214, -0.049059707671403885, 0.06716550886631012, -0.0014600349823012948, 0.043169986456632614, 0.049748264253139496, -0.005915551446378231, 0.021677792072296143, -0.012540937401354313, -0.0007441692869178951, 0.008442357182502747, 0.05413031578063965, -0.033352915197610855, -0.008602837100625038, -0.06884662806987762, 0.009915346279740334, 0.008299299515783787, 0.04448596015572548, 0.03837091848254204, -0.02618522197008133, -0.06371286511421204, 0.017250921577215195, 0.016295038163661957, -0.03221207857131958, -0.0024257968179881573, 0.04144996032118797, 0.03388887643814087, -0.03518537059426308, -0.0655706524848938, -0.002936367643997073, -0.0027440839912742376, 0.07260733097791672, -0.022966621443629265, -0.025290830060839653, -0.035529810935258865, 0.0032266180496662855, 0.011060095392167568, -0.013774328865110874, -0.0619150809943676, 0.03774581104516983, -0.0032127173617482185, -0.012269198894500732, 0.05615154281258583, 0.023054949939250946, 0.010346009396016598, 0.08481279015541077, 0.007958700880408287, 0.01963522657752037, -0.05563422292470932, 0.033509980887174606, -0.04801584780216217, -0.030669907107949257, -0.001173144904896617, -0.057231731712818146, -0.022594919428229332, -0.042042799293994904, -0.029803598299622536, -0.035236380994319916, -0.023768430575728416, 0.06732102483510971, -0.022898275405168533, 0.007606340106576681, 0.011550351046025753, 0.01851074770092964, -0.037844203412532806, -0.036462295800447464, -0.056829582899808884, -0.021953344345092773, -0.07260676473379135, -0.017445765435695648, 0.035060953348875046, 0.002739640651270747, 0.037406329065561295, 0.01299056876450777, 0.015436017885804176, 0.02026107907295227, 0.005144709255546331, -0.006246894132345915, 0.06666821986436844, 0.008838565088808537, -0.022635266184806824, -0.03155112266540527, 0.014222872443497181, 0.007342567201703787, 0.019802415743470192, -0.025171490386128426, 0.024340571835637093, 0.02805900014936924, -0.032860323786735535, -0.019134698435664177, 0.027222204953432083, 0.026046615093946457, -0.04573839530348778, -0.013093632645905018, 0.011579942889511585, -0.019123492762446404, 0.0240426417440176, -0.018717490136623383, -0.05441052466630936, 0.009532266296446323, -0.017773441970348358, 0.03129947558045387, -0.010268216021358967, -0.04353708773851395, -0.006681815721094608, -0.018732218071818352, -0.0036020632833242416, -0.050112295895814896, 0.05210428684949875, -0.050636403262615204, 0.019622789695858955, -0.033832792192697525, -0.008885356597602367, -0.028647789731621742, 0.05772571265697479, 0.009611537680029869, -0.004034255165606737, 0.015809733420610428, 0.031014855951070786, -0.027066878974437714, 0.015529114753007889, -0.029208380728960037, 0.005203332286328077, -0.01247192732989788, 0.04215601831674576, -0.05195152387022972, -0.008730433881282806, -0.021975768730044365, 0.0029580818954855204, -0.025883886963129044, -0.011790388263761997, -0.014709778130054474, -0.04688083007931709, 0.018131909891963005, 0.03302491456270218, 0.050199106335639954, 0.034375566989183426, -0.019258970394730568, 0.015217674896121025, -0.015000555664300919, -0.043972354382276535, -0.053758375346660614, -0.02089095674455166, 0.010569723322987556, -0.050337471067905426, 0.021741952747106552, 0.0445086732506752, -0.046629149466753006, -0.04948140308260918, 0.058060172945261, 0.0016318410634994507, 0.02225344069302082, -0.0009475473198108375, 0.029913602396845818, 0.037299077957868576, 0.023774517700076103, -0.07217442244291306, 0.02357576973736286, 0.024952782317996025, -0.01562710665166378, 0.05486851558089256, -0.019726794213056564, 0.040826473385095596, -0.009762974455952644, -0.04568665474653244, -0.011075051501393318, 0.06477969139814377, 0.03981868177652359, 0.016443004831671715, 0.008759886026382446, -0.06344466656446457, 0.03613527491688728, 0.012611746788024902, -0.051178742200136185, 0.00886625051498413, 0.02234865352511406, -0.02090183086693287, 0.05108880624175072, -0.020743411034345627, 0.028889236971735954, 0.06296120584011078, 0.039666660130023956, -0.03465738520026207, 0.05058005452156067, -0.015284039080142975, 0.015180305577814579, 0.04281014949083328, -0.03859959542751312, -0.021285802125930786, -0.05331360548734665, 0.05875664949417114, -0.05981040000915527, 0.016665663570165634, 0.05357753857970238, -0.009201014414429665, -0.004685124382376671, -0.0388871468603611, -0.04282320663332939, 0.0003071578685194254, -0.03855172172188759, 0.06525541841983795, 0.02272220142185688, -0.06024472415447235, 0.07793348282575607, 0.007638953160494566, -0.1130356639623642, 0.02191624604165554, 0.037816405296325684, 0.04796884208917618, 0.030593791976571083, 0.06260737031698227, -0.043948303908109665, 0.03593222796916962, -0.022039800882339478, 0.03745676949620247, -0.04641240835189819, -0.021804068237543106, 0.009962940588593483, -0.03823854774236679, -0.02571692131459713, 0.034796372056007385, -0.03276088461279869, -0.0034506323281675577, 0.023510469123721123, -0.041989509016275406, -0.04638637229800224, -0.014897783286869526, 0.024472836405038834, -0.01177652645856142, -0.005271306727081537, -0.027866868302226067, 0.03962383419275284, 0.025183258578181267, -0.009848753921687603, -0.009093954227864742, 0.01396197360008955, 0.032384179532527924, -0.07491960376501083, -0.05053916946053505, 0.01679273508489132, 0.006169822067022324, -0.030100930482149124, 0.02953280881047249, -0.006609026808291674, 0.014049374498426914, 0.009623684920370579, -0.03557449206709862, 0.019936533644795418, -0.046236805617809296, 0.005774035584181547, 0.0011317940661683679, 0.024324066936969757, 0.011710427701473236, -0.026324009522795677, 0.042911335825920105, 0.01429003570228815, 0.0009457209962420166, -0.02192981168627739, -0.02435576356947422, -0.023772168904542923, 0.0215927604585886, -0.020717130973935127, 0.03323750197887421, -0.021259667351841927, -0.07857774198055267, -0.04128310829401016, -0.024117417633533478, -0.01675053872168064, 0.038586750626564026, -0.0696694627404213, 0.0025152123998850584, 0.011113367043435574, -0.026692716404795647, -0.027677062898874283, -0.07211514562368393, -0.019837815314531326, -0.026923397555947304, 0.02272750250995159, 0.03244897723197937, -0.04197153076529503, 0.02257085032761097, -0.0492590069770813, -0.05313950404524803, 0.017335224896669388, 0.016540925949811935, -0.01452499721199274, 0.04401075467467308, 0.0663510113954544, -0.0475434735417366, 0.02312244288623333, 0.0458143912255764, -0.029326941817998886, -0.005066808313131332, 0.026728397235274315, 0.017839614301919937, 0.017879579216241837, 0.02789115346968174, -0.020219508558511734, -0.020676149055361748, -0.06641608476638794, -0.05746793746948242, -0.0538172572851181, -0.004152714274823666, 0.0358722098171711 ]
bert-large-uncased-whole-word-masking-finetuned-squad
[ "pytorch", "tf", "jax", "safetensors", "bert", "question-answering", "en", "dataset:bookcorpus", "dataset:wikipedia", "arxiv:1810.04805", "transformers", "license:apache-2.0", "autotrain_compatible", "has_space" ]
question-answering
{ "architectures": [ "BertForQuestionAnswering" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
480,510
2021-07-22T05:09:51Z
# gpt2_review_star5 * This model has been trained as a review_body dataset with a star of 5 in the [amazon_review dataset](https://huggingface.co/datasets/amazon_reviews_multi). * Input text what you want to generate review. * If the context is longer than 1200 characters, the context may be cut in the middle and the result may not come out well. review generator DEMO: [Ainize DEMO](https://main-review-generator-ehdwns1516.endpoint.ainize.ai/) review generator API: [Ainize API](https://ainize.web.app/redirect?git_repo=https://github.com/ehdwns1516/review_generator) ## Model links for each 1 to 5 star * [ehdwns1516/gpt2_review_star1](https://huggingface.co/ehdwns1516/gpt2_review_star1) * [ehdwns1516/gpt2_review_star2](https://huggingface.co/ehdwns1516/gpt2_review_star2) * [ehdwns1516/gpt2_review_star3](https://huggingface.co/ehdwns1516/gpt2_review_star3) * [ehdwns1516/gpt2_review_star4](https://huggingface.co/ehdwns1516/gpt2_review_star4) * [ehdwns1516/gpt2_review_star5](https://huggingface.co/ehdwns1516/gpt2_review_star5) ## Overview Language model: [gpt2](https://huggingface.co/gpt2) Language: English Training data: review_body dataset with a star of 5 in the [amazon_review dataset](https://huggingface.co/datasets/amazon_reviews_multi). Code: See [Ainize Workspace](https://ainize.ai/workspace/create?imageId=hnj95592adzr02xPTqss&git=https://github.com/ehdwns1516/gpt2_review_fine-tunning_note) ## Usage ## In Transformers ``` from transformers import AutoTokenizer, AutoModelWithLMHead tokenizer = AutoTokenizer.from_pretrained("ehdwns1516/gpt2_review_star5") model = AutoModelWithLMHead.from_pretrained("ehdwns1516/gpt2_review_star5") generator = pipeline( "text-generation", model="ehdwns1516/gpt2_review_star5", tokenizer=tokenizer ) context = "your context" result = dict() result[0] = generator(context)[0] ```
[ -0.01725684478878975, -0.013365311548113823, 0.01639465056359768, 0.03795669600367546, 0.01478581316769123, 0.0149930939078331, -0.03708360344171524, -0.011953999288380146, -0.07839136570692062, 0.04416321963071823, 0.04976164549589157, 0.003254321636632085, -0.0032840862404555082, 0.02224883809685707, -0.04062876105308533, -0.04133998975157738, -0.029654309153556824, -0.015065702609717846, -0.022419912740588188, -0.011228429153561592, 0.04107074812054634, 0.01925225742161274, -0.031186357140541077, 0.04174450412392616, -0.005809910129755735, 0.015700336545705795, 0.002775423461571336, 0.027708236128091812, 0.0038128825835883617, -0.07818262279033661, 0.014134762808680534, -0.04511110112071037, -0.03962225839495659, -0.025430528447031975, -0.013007164001464844, 0.009788134135305882, 0.00421247398480773, 0.0035729778464883566, 0.01484794169664383, 0.038876667618751526, 0.01656513102352619, 0.04667487367987633, -0.02051405981183052, -0.025537986308336258, 0.033214036375284195, -0.0030670876149088144, -0.04986048862338066, -0.038520846515893936, 0.05769621208310127, -0.03602771833539009, -0.041769664734601974, -0.08345984667539597, -0.01868814416229725, 0.006261274218559265, -0.009160520508885384, -0.04781956225633621, -0.05962551012635231, -0.014331378974020481, 0.0728960931301117, -0.07697496563196182, -0.033940207213163376, 0.03361700847744942, -0.0684613287448883, -0.008342561312019825, 0.03166671097278595, -0.06012911722064018, 0.007320832926779985, -0.007128020282834768, 0.022251470014452934, -0.03439566493034363, 0.05818088352680206, -0.05868461728096008, 0.031176768243312836, -0.09149514883756638, -0.00813568290323019, -0.0072884997352957726, 0.003806284861639142, 0.023985065519809723, -0.01760091260075569, 0.01403104793280363, 0.04203294217586517, -0.02365300990641117, 0.05207014083862305, -0.0018533916445448995, -0.004464120604097843, 0.03564964607357979, -0.06087213382124901, 0.02147054113447666, -0.015550035983324051, 0.049597904086112976, -0.04258064925670624, -0.05077585577964783, 0.018041327595710754, -0.02563134953379631, -0.05448874831199646, 0.022224964573979378, 0.01579972915351391, -0.03375265747308731, 0.023273395374417305, 0.02194308489561081, 0.017147023230791092, 0.028657102957367897, 0.006681219208985567, 0.08194280415773392, -0.0069741555489599705, -0.00048102173605002463, -0.021777411922812462, -0.020354341715574265, -0.048875778913497925, 0.0461234375834465, 0.035971302539110184, -0.027636872604489326, -0.057834502309560776, 0.030647728592157364, -0.007378028705716133, 0.004008609801530838, 0.06113240867853165, -0.05514513701200485, -0.02907671593129635, -0.029008153825998306, 0.03940292447805405, 0.03972034156322479, -0.028177084401249886, 0.008284508250653744, -0.022006001323461533, -0.0020871127489954233, -0.04571034759283066, -0.050804197788238525, -0.009144773706793785, 0.017084890976548195, -0.027324028313159943, 0.03097301349043846, 0.03696420043706894, -0.0451275072991848, 0.028054222464561462, 0.001996181206777692, -0.05594757944345474, 0.04112657532095909, 0.049837637692689896, 0.08867408335208893, -0.046671394258737564, -0.045713070780038834, 0.017488831654191017, 0.02023356594145298, -0.01592302694916725, -0.00039136537816375494, 0.0033843389246612787, -0.032527320086956024, -0.04793698340654373, 0.014389291405677795, 0.03874026983976364, -0.01894211582839489, -0.0400761216878891, 0.03822920843958855, -0.00560776237398386, 0.02958836778998375, -0.030970465391874313, 0.013865727931261063, -0.022145994007587433, -0.012738553807139397, -0.015154818072915077, 0.02604210376739502, 0.005364003125578165, 0.007197232451289892, -0.05496674403548241, -0.0541602186858654, 0.006376158446073532, 0.05774124339222908, -0.014169826172292233, -0.004209027625620365, -0.028354480862617493, -0.010857530869543552, 0.050478462129831314, 0.04213029518723488, -0.014252563007175922, 0.02715900167822838, 0.047194913029670715, 0.03149563446640968, 0.010816402733325958, 0.06420823931694031, 0.024787554517388344, -0.020361609756946564, -0.022463571280241013, 0.012169050984084606, 0.0265683401376009, -0.008269008249044418, 0.021264763548970222, 0.04088081419467926, -0.0015156181761994958, 0.0020839206408709288, -0.03637675940990448, 0.06965659558773041, -0.01634497195482254, -0.025386925786733627, -0.02834746241569519, -0.0020884117111563683, -0.018195632845163345, 0.08105161786079407, 0.004422071389853954, 0.018659934401512146, -0.0007842418854124844, -0.020299918949604034, 0.017130188643932343, 0.011539014987647533, 0.0020941346883773804, 0.04603265970945358, 0.0010339942527934909, 0.07882282137870789, -0.02779296785593033, 0.023639027029275894, -0.04948289692401886, -0.058950189501047134, -0.01664416678249836, 0.06407840549945831, 0.044990405440330505, 0.03556935489177704, -0.05710337311029434, -0.0693991631269455, -0.009027238003909588, 0.04797624796628952, 0.04736165329813957, 0.04642540588974953, -0.014750931411981583, -0.023275576531887054, 0.0410083532333374, 0.05079769715666771, -0.06703170388936996, -0.03495548292994499, 0.013784048147499561, 0.02846589684486389, -0.04669666290283203, 0.0021565465722233057, -0.007387668360024691, 0.02105695940554142, -0.023599674925208092, -0.05769838020205498, 0.052917394787073135, 0.028117826208472252, 0.00855775736272335, 0.036124903708696365, -0.0016763894818723202, 0.03046405501663685, 0.00896495208144188, 0.023218315094709396, 0.020097536966204643, -0.024597398936748505, 0.03327102214097977, 0.021257726475596428, 0.06551912426948547, -0.030091123655438423, 0.034321531653404236, -0.008085455745458603, 0.018542455509305, 0.037516310811042786, -0.014380069449543953, -0.0030495603568851948, 0.03271683678030968, 0.015461401082575321, -0.04156223684549332, 0.022733718156814575, 0.010908964090049267, 0.02766207605600357, 0.05212331563234329, -0.016091473400592804, 0.06041979044675827, 0.023145727813243866, 0.011206555180251598, 0.07921940088272095, 0.03482530638575554, 0.030992282554507256, 0.014598471112549305, 0.07469334453344345, 0.01551047246903181, 0.004041346721351147, 0.04940764978528023, -0.06896935403347015, 0.0033099495340138674, -0.0391642227768898, 0.02267013117671013, -0.03280618041753769, -0.011775258928537369, 0.036677420139312744, 0.05439462512731552, -0.004232884384691715, -0.002211327198892832, -0.0009360016556456685, -0.014692794531583786, 0.02874254249036312, -0.020256860181689262, -0.011818265542387962, 0.028479162603616714, -0.011444339528679848, 0.00793561153113842, -0.06763796508312225, -0.04512735828757286, -0.03531501069664955, -0.030568834394216537, -0.005451231263577938, -0.09156358987092972, -0.04611833766102791, -0.05195546895265579, -0.01715330220758915, 0.00775184528902173, 0.025643127039074898, -0.003292455105111003, -0.057989418506622314, 0.008675578981637955, -0.0353882759809494, -0.046765945851802826, -0.020803455263376236, -0.05206025764346123, -0.019441118463873863, -0.08073105663061142, 0.05486198142170906, 0.04479849711060524, 0.025208737701177597, -0.004802323412150145, -0.003042043885216117, -0.03010699152946472, -0.03687896206974983, 0.03836313262581825, 0.012016248889267445, -0.04238443449139595, -0.044985175132751465, 0.04681703448295593, -0.008343584835529327, 0.003367695724591613, 0.016840199008584023, -0.03169914707541466, 0.05039481073617935, 0.07425574213266373, 0.015416501089930534, 0.02137424796819687, -0.005767470691353083, -0.02154310792684555, -0.03297813981771469, -0.014131610281765461, -0.017233271151781082, -0.015017286874353886, -0.05573779717087746, -0.03127327188849449, -0.019035208970308304, -0.05498247221112251, -0.0008242079056799412, -0.014609232544898987, -0.004008959513157606, 0.03303804248571396, 0.03687792271375656, 0.03538339212536812, 0.03174126148223877, 0.0034381533041596413, -0.040138546377420425, 0.0748237818479538, 0.0015392063651233912, 0.006426299922168255, -0.07628566026687622, -0.01728709042072296, 0.02361268363893032, 0.01285752933472395, 0.005145288538187742, -0.02063680998980999, 0.06071765720844269, -0.0028533171862363815, -0.004575147293508053, 0.00706482632085681, -0.011986729688942432, -0.00004904881279799156, -0.009716114960610867, -0.028486091643571854, 0.0009102638578042388, -0.039577219635248184, -0.06242511421442032, -0.0349700003862381, 0.05596614629030228, -0.03347419202327728, -0.05166350305080414, 0.00855898205190897, 0.026660718023777008, 0.03665464371442795, -0.006236397661268711, -0.03174857795238495, -0.009366443380713463, -0.08869092911481857, 0.014050595462322235, 0.025904957205057144, -0.014417451806366444, -0.013401960954070091, 0.06672967225313187, 0.04361135512590408, -0.005560601130127907, 0.03894355893135071, 0.02506116032600403, 0.019153732806444168, 0.0038221576251089573, -0.048283014446496964, 0.003860951866954565, -0.03094807080924511, -0.001981313806027174, 0.029395408928394318, -0.00384470890276134, -0.06312058866024017, -0.08611483871936798, -0.017019400373101234, 0.02989918179810047, 0.006299087777733803, -0.004091080743819475, 0.05064166709780693, -0.017849942669272423, -0.019683266058564186, -0.021896956488490105, 0.019569793716073036, 0.039803508669137955, -0.062218207865953445, 0.04555649310350418, -0.007856417447328568, 0.058559149503707886, -0.03625147044658661, -0.00878696795552969, -0.024048887193202972, -0.04506465047597885, -0.015397442504763603, 0.041083574295043945, 0.024289308115839958, 0.054611098021268845, 0.044459469616413116, 0.05347733199596405, -0.02490711398422718, 0.038494836539030075, 0.06085619330406189, -0.025812145322561264, -0.05905790627002716, 0.008987093344330788, -0.02379392459988594, -0.014837818220257759, -0.006609099917113781, -0.010871815495193005, 0.04385368525981903, 0.048509467393159866, 0.0030272987205535173, 0.022924182936549187, 0.008112193085253239, -0.024561800062656403, -0.029188772663474083, -0.0714837908744812, -0.011948773637413979, -0.02398156188428402, -0.01987479254603386, 0.022808242589235306, 0.04855993390083313, 0.01818569004535675, 0.06377704441547394, 0.0398869514465332, -0.039339181035757065, -0.04144680127501488, 0.016724400222301483, 0.04783042520284653, -0.04172462224960327, -0.048041533678770065, -0.03524458035826683, 0.034396592527627945, 0.030828675255179405, -0.047879938036203384, -0.12212245166301727, 0.014463216997683048, 0.06862607598304749, -0.047155383974313736, 0.06783048808574677, -0.0020582571160048246, 0.04233095422387123, 0.05001028999686241, -0.004565008450299501, 0.02022814005613327, -0.014496799558401108, -0.00004857777094002813, 0.007011267822235823, 0.05477553606033325, -0.031527914106845856, -0.006714682560414076, -0.06828818470239639, 0.010572067461907864, 0.010645139962434769, 0.04642187058925629, 0.04055609926581383, -0.026334138587117195, -0.06240484118461609, 0.017483804374933243, 0.013811144977807999, -0.03057788871228695, -0.0004832315316889435, 0.04126833751797676, 0.035381391644477844, -0.033094197511672974, -0.06177366524934769, -0.0024355107452720404, -0.006306062918156385, 0.07298921048641205, -0.023836178705096245, -0.027954157441854477, -0.03858860582113266, 0.004860573913902044, 0.013403807766735554, -0.016446515917778015, -0.06010952219367027, 0.03753857687115669, -0.0012501833261922002, -0.012660175561904907, 0.05522231012582779, 0.025534983724355698, 0.011257732287049294, 0.08385366201400757, 0.005653719883412123, 0.017261287197470665, -0.05576905608177185, 0.03094780072569847, -0.04640451446175575, -0.02791363187134266, 0.00022213121701497585, -0.05625855550169945, -0.02264787070453167, -0.040707726031541824, -0.030964495614171028, -0.035672757774591446, -0.02671319991350174, 0.06617873907089233, -0.0243536289781332, 0.00952926091849804, 0.010923478752374649, 0.017340246587991714, -0.03891507163643837, -0.03999556601047516, -0.052644070237874985, -0.019216999411582947, -0.07439614087343216, -0.017507586628198624, 0.032492347061634064, 0.003231384791433811, 0.04008764028549194, 0.012560557574033737, 0.012157117016613483, 0.021379485726356506, 0.006265903357416391, -0.003995297476649284, 0.06417324393987656, 0.009354226291179657, -0.02561764419078827, -0.03519082069396973, 0.016155216842889786, 0.009082849137485027, 0.02078663371503353, -0.02442662976682186, 0.022008279338479042, 0.030231762677431107, -0.029298758134245872, -0.01880502514541149, 0.02680400013923645, 0.025434039533138275, -0.04796715825796127, -0.01255231723189354, 0.011777703650295734, -0.014030355960130692, 0.02304120548069477, -0.02175574190914631, -0.058371033519506454, 0.012921466492116451, -0.017570406198501587, 0.033059701323509216, -0.012207443825900555, -0.04219182953238487, -0.007774700410664082, -0.018770670518279076, -0.0019009163370355964, -0.04640663042664528, 0.05003270506858826, -0.04891865700483322, 0.018958771601319313, -0.03507465869188309, -0.008248849771916866, -0.030208170413970947, 0.06231836974620819, 0.006927365902811289, -0.003243933664634824, 0.014342536218464375, 0.03343958780169487, -0.027839990332722664, 0.014925304800271988, -0.0304662324488163, 0.0045258295722305775, -0.01138731837272644, 0.04285483434796333, -0.05265526846051216, -0.008987437933683395, -0.021996362134814262, 0.0011612243251875043, -0.026449624449014664, -0.012349761091172695, -0.015382383018732071, -0.047947660088539124, 0.018230106681585312, 0.03472931310534477, 0.04699065163731575, 0.03564945608377457, -0.019733529537916183, 0.015390122309327126, -0.015780894085764885, -0.046055395156145096, -0.055098723620176315, -0.019579974934458733, 0.011371025815606117, -0.05035363882780075, 0.021202998235821724, 0.04660739749670029, -0.046786654740571976, -0.04642484337091446, 0.05502961948513985, 0.003059664973989129, 0.021446621045470238, -0.0007204249268397689, 0.030900413170456886, 0.03713506832718849, 0.025147322565317154, -0.07350675016641617, 0.02131781168282032, 0.021228667348623276, -0.014652475714683533, 0.05532579869031906, -0.018891315907239914, 0.040623195469379425, -0.006855085026472807, -0.04547475650906563, -0.011069540865719318, 0.06420360505580902, 0.038972895592451096, 0.016817396506667137, 0.010516914539039135, -0.0634184181690216, 0.03698481246829033, 0.011345638893544674, -0.04994681850075722, 0.009731132537126541, 0.022328361868858337, -0.02465907484292984, 0.05278009921312332, -0.01967627741396427, 0.030151598155498505, 0.06309055536985397, 0.037427011877298355, -0.03139232471585274, 0.05224341154098511, -0.016923319548368454, 0.011796953156590462, 0.04401319846510887, -0.03344583511352539, -0.019458597525954247, -0.05251137539744377, 0.0603380911052227, -0.05927841737866402, 0.018485866487026215, 0.05434338003396988, -0.005690251477062702, -0.008100036531686783, -0.03662583976984024, -0.042086780071258545, -0.0007707180338911712, -0.04259638488292694, 0.0654066950082779, 0.023750703781843185, -0.06089404970407486, 0.07697533816099167, 0.01010152604430914, -0.11350460350513458, 0.023223325610160828, 0.03978309780359268, 0.04738984629511833, 0.0321706086397171, 0.06288832426071167, -0.04398469254374504, 0.037423744797706604, -0.019227217882871628, 0.03633340448141098, -0.050444021821022034, -0.020093105733394623, 0.009940032847225666, -0.03790057823061943, -0.024183906614780426, 0.035013481974601746, -0.03499670699238777, -0.003377159358933568, 0.025088047608733177, -0.043256789445877075, -0.04340820387005806, -0.013795101083815098, 0.02422695979475975, -0.011439631693065166, -0.007296247407793999, -0.027202000841498375, 0.03788844123482704, 0.025705229490995407, -0.009555053897202015, -0.010434589348733425, 0.015867048874497414, 0.029247740283608437, -0.07399507611989975, -0.05042605102062225, 0.016647281125187874, 0.005673801992088556, -0.027737868949770927, 0.030055684968829155, -0.00479592802003026, 0.01522645354270935, 0.008234618231654167, -0.03659246116876602, 0.025097578763961792, -0.044454317539930344, 0.003304537618532777, 0.003773054573684931, 0.025399811565876007, 0.010409979149699211, -0.027557773515582085, 0.04471678286790848, 0.015517107211053371, 0.0008414303883910179, -0.021533144637942314, -0.0226895809173584, -0.022507255896925926, 0.01920376718044281, -0.019963206723332405, 0.03315000236034393, -0.021905595436692238, -0.07670777291059494, -0.039967287331819534, -0.024472566321492195, -0.013911021873354912, 0.038635436445474625, -0.0692635327577591, 0.00033461564453318715, 0.013503599911928177, -0.022522015497088432, -0.02993732877075672, -0.07419012486934662, -0.018790457397699356, -0.029920173808932304, 0.02361038327217102, 0.03564577177166939, -0.04268714413046837, 0.021673228591680527, -0.04914573207497597, -0.057006869465112686, 0.017123140394687653, 0.017751390114426613, -0.014520810917019844, 0.0462460033595562, 0.061829060316085815, -0.044381316751241684, 0.021774452179670334, 0.04545612260699272, -0.0308050736784935, -0.008188498206436634, 0.025893690064549446, 0.015540199354290962, 0.01793993078172207, 0.027448168024420738, -0.02060478925704956, -0.019888147711753845, -0.0659477710723877, -0.05563432723283768, -0.053382374346256256, -0.005187683273106813, 0.03528294339776039 ]
bert-large-uncased-whole-word-masking
[ "pytorch", "tf", "jax", "safetensors", "bert", "fill-mask", "en", "dataset:bookcorpus", "dataset:wikipedia", "arxiv:1810.04805", "transformers", "license:apache-2.0", "autotrain_compatible", "has_space" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
76,685
2021-07-22T01:08:42Z
# ehdwns1516/gpt3-kor-based_gpt2_review_SR1 * This model has been trained Korean dataset as a star of 1 in the [naver shopping reivew dataset](https://github.com/bab2min/corpus/tree/master/sentiment). * Input text what you want to generate review. * If the context is longer than 1200 characters, the context may be cut in the middle and the result may not come out well. review generator DEMO: [Ainize DEMO](https://main-review-generator-ehdwns1516.endpoint.ainize.ai/) review generator API: [Ainize API](https://ainize.web.app/redirect?git_repo=https://github.com/ehdwns1516/review_generator) ## Model links for each 1 to 5 star * [ehdwns1516/gpt3-kor-based_gpt2_review_SR1](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR1) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR2](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR2) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR3](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR3) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR4](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR4) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR5](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR5) ## Overview Language model: [gpt3-kor-small_based_on_gpt2](https://huggingface.co/kykim/gpt3-kor-small_based_on_gpt2) Language: Korean Training data: review_body dataset with a star of 1 in the [naver shopping reivew dataset](https://github.com/bab2min/corpus/tree/master/sentiment). Code: See [Ainize Workspace](https://ainize.ai/workspace/create?imageId=hnj95592adzr02xPTqss&git=https://github.com/ehdwns1516/gpt2_review_fine-tunning_note) ## Usage ## In Transformers ``` from transformers import AutoTokenizer, AutoModelWithLMHead tokenizer = AutoTokenizer.from_pretrained("ehdwns1516/gpt3-kor-based_gpt2_review_SR1") model = AutoModelWithLMHead.from_pretrained("ehdwns1516/gpt3-kor-based_gpt2_review_SR1") generator = pipeline( "text-generation", model="ehdwns1516/gpt3-kor-based_gpt2_review_SR1", tokenizer=tokenizer ) context = "your context" result = dict() result[0] = generator(context)[0] ```
[ -0.00848054327070713, -0.016373954713344574, -0.004629421979188919, 0.034691937267780304, 0.016846971586346626, 0.028058158233761787, -0.020795468240976334, 0.009347870014607906, -0.08098003268241882, 0.04396111145615578, 0.04492168128490448, -0.016231849789619446, -0.012271018698811531, 0.0055167232640087605, -0.029848488047719002, -0.03615733981132507, -0.00650345953181386, 0.008875519037246704, -0.04905464127659798, -0.007351730950176716, 0.04213852062821388, 0.026066329330205917, -0.025418970733880997, 0.02554922178387642, -0.004546142648905516, 0.00616407347843051, -0.0034172714222222567, 0.02413424663245678, 0.004442140460014343, -0.07128558307886124, 0.0032988337334245443, -0.053429462015628815, -0.04155360162258148, -0.01462660264223814, -0.002373083494603634, 0.010250335559248924, 0.016169864684343338, -0.002887920942157507, 0.02705157734453678, 0.06734514236450195, 0.0072187562473118305, 0.036728713661432266, -0.020350594073534012, -0.027821198105812073, 0.03281103074550629, -0.007307998836040497, -0.04831850528717041, -0.040086619555950165, 0.050089698284864426, -0.030757876113057137, -0.04073436185717583, -0.08098568022251129, -0.00884151365607977, 0.027511199936270714, -0.005862501449882984, -0.0474436916410923, -0.05109736695885658, -0.018519628793001175, 0.06895406544208527, -0.05874963104724884, -0.04179609939455986, 0.033482830971479416, -0.07293198257684708, 0.003889302257448435, 0.033613044768571854, -0.039659805595874786, 0.0008458568481728435, -0.005482803098857403, 0.017829181626439095, -0.023642629384994507, 0.04586135223507881, -0.05199214071035385, 0.02709600329399109, -0.08116509020328522, -0.026386698707938194, -0.006854474078863859, 0.004207475110888481, 0.023245176300406456, -0.019320325925946236, 0.017223497852683067, 0.03265791013836861, -0.019511841237545013, 0.054147105664014816, 0.000484212941955775, 0.004973055794835091, 0.034370824694633484, -0.05826537683606148, 0.0025401345919817686, -0.017733803018927574, 0.03483179956674576, -0.025143461301922798, -0.04799066111445427, 0.001577087678015232, -0.016766633838415146, -0.060191091150045395, 0.02188875712454319, 0.02949768863618374, -0.020111151039600372, 0.024183493107557297, 0.03471970930695534, 0.02935434877872467, 0.03291076794266701, -0.02174132503569126, 0.06425677984952927, -0.002397690201178193, -0.004514044616371393, -0.033885590732097626, -0.027941424399614334, -0.054604705423116684, 0.040739305317401886, 0.031216735020279884, -0.0347110740840435, -0.047287922352552414, 0.018985433503985405, 0.00824987143278122, -0.008486109785735607, 0.05166607350111008, -0.05811651051044464, -0.024930860847234726, -0.0358208492398262, 0.04804561659693718, 0.031749289482831955, -0.03453703224658966, 0.019289599731564522, -0.01805853843688965, -0.000015584639186272398, -0.03587941825389862, -0.03543519601225853, -0.021541057154536247, 0.013035988435149193, -0.023076457902789116, 0.04189619421958923, 0.023114021867513657, -0.049704767763614655, 0.02589314617216587, 0.00000864948015077971, -0.05995112657546997, 0.03256162256002426, 0.041359253227710724, 0.07544354349374771, -0.05144111067056656, -0.04933738335967064, -0.00016590615268796682, 0.02165333740413189, -0.014268679544329643, 0.001465574256144464, 0.011613048613071442, -0.03431660681962967, -0.05072929710149765, -0.0009605734958313406, 0.04524693638086319, -0.030744774267077446, -0.033171989023685455, 0.05111249163746834, -0.003199150785803795, 0.03089154325425625, -0.03597197309136391, 0.01480416301637888, -0.014556470327079296, 0.0004992938484065235, 0.0028836338315159082, 0.044962964951992035, 0.0017125477315858006, -0.008182128891348839, -0.05380048230290413, -0.05874813348054886, -0.009042132645845413, 0.048850081861019135, -0.021779587492346764, -0.021099450066685677, -0.03706768527626991, -0.004595647100359201, 0.05548301711678505, 0.026473550125956535, -0.0146864028647542, 0.01657780632376671, 0.04290517792105675, 0.04408881068229675, 0.009876502677798271, 0.06646288186311722, 0.031197087839245796, -0.037351276725530624, -0.02579091116786003, 0.018834205344319344, 0.018973231315612793, -0.02329605631530285, 0.00848793238401413, 0.05354231968522072, -0.0019357140408828855, 0.0007954058237373829, -0.047889456152915955, 0.06427617371082306, -0.013185545802116394, -0.011277171783149242, -0.033658795058727264, -0.008389062248170376, -0.019386110827326775, 0.0826767161488533, 0.00014307835954241455, 0.0032401832286268473, -0.025790078565478325, -0.026786401867866516, 0.02145547606050968, 0.005917934700846672, 0.012255290523171425, 0.04013648256659508, -0.010218864306807518, 0.07352518290281296, -0.03219491243362427, 0.01615520752966404, -0.04063309729099274, -0.05941784009337425, -0.007331633474677801, 0.04941951856017113, 0.041868530213832855, 0.03401133045554161, -0.032506369054317474, -0.07004782557487488, 0.015584927052259445, 0.05001601576805115, 0.034348420798778534, 0.042652733623981476, -0.017141683027148247, -0.007358493749052286, 0.03546399995684624, 0.04006347432732582, -0.07671278715133667, -0.04589773714542389, 0.025605713948607445, 0.029083160683512688, -0.04417792335152626, -0.0011022280668839812, -0.016341140493750572, 0.02987544611096382, -0.02930416725575924, -0.0806848555803299, 0.06248679384589195, 0.006936029996722937, 0.003594414796680212, 0.04498106986284256, 0.005288146436214447, 0.0335199311375618, 0.022353507578372955, 0.031352706253528595, 0.0030988180078566074, -0.03473399952054024, 0.03975711390376091, -0.0018398016691207886, 0.06755973398685455, -0.024255862459540367, 0.04785429313778877, -0.005008263047784567, 0.039218734949827194, 0.03843647986650467, -0.013025484047830105, -0.00010756625124486163, 0.0406138114631176, 0.018058545887470245, -0.04417574405670166, 0.018539905548095703, 0.002738232258707285, 0.023965245112776756, 0.04841950535774231, -0.02536989375948906, 0.05083998665213585, 0.024088416248559952, 0.015451283194124699, 0.07285238057374954, 0.023575779050588608, 0.04010272026062012, 0.036829762160778046, 0.08345643430948257, 0.005861383862793446, 0.01393378246575594, 0.04566540941596031, -0.06773607432842255, 0.01733323186635971, -0.03561049699783325, 0.029118938371539116, -0.043144963681697845, -0.007133458275347948, 0.035344138741493225, 0.035645224153995514, 0.012633692473173141, -0.0004518715722952038, -0.006425557658076286, -0.003135130275040865, 0.015183293260633945, -0.002688187872990966, -0.006348809227347374, 0.013603784143924713, -0.02580435201525688, 0.013095665723085403, -0.056627195328474045, -0.032747913151979446, -0.02376563847064972, -0.05119207873940468, 0.007474507205188274, -0.08407886326313019, -0.03359770402312279, -0.054987043142318726, -0.0113358274102211, 0.008544850163161755, 0.012963016517460346, 0.01049164216965437, -0.059339236468076706, 0.003213288262486458, -0.04069627821445465, -0.04065408557653427, -0.015042882412672043, -0.06181837618350983, -0.024330435320734978, -0.07963432371616364, 0.042119670659303665, 0.038600094616413116, 0.020029010251164436, -0.010137999430298805, -0.0068108029663562775, -0.02188172936439514, -0.030273620039224625, 0.03076622635126114, 0.033406563103199005, -0.041753657162189484, -0.02755087986588478, 0.047596465796232224, -0.017003409564495087, 0.015237032435834408, 0.015200570225715637, -0.03666042909026146, 0.05168737471103668, 0.08285439014434814, 0.011151746846735477, 0.03077942132949829, 0.00156513846013695, -0.038620319217443466, -0.02821728214621544, -0.027520202100276947, -0.029630625620484352, -0.030435733497142792, -0.05400431528687477, -0.04247795045375824, -0.019497932866215706, -0.04077937826514244, -0.01727251149713993, -0.010889511555433273, -0.0009124253410845995, 0.02354436181485653, 0.03710659593343735, 0.03860776126384735, 0.033320941030979156, 0.008822261355817318, -0.020874135196208954, 0.07830104976892471, -0.007086802739650011, 0.006443827413022518, -0.08386044949293137, -0.01496425922960043, 0.0350007526576519, 0.01820014789700508, -0.00571082578971982, -0.036230891942977905, 0.06819044798612595, 0.010888034477829933, -0.0010473363799974322, 0.007949304766952991, 0.0006400336278602481, -0.016015447676181793, -0.017290059477090836, -0.022968383505940437, -0.002914633136242628, -0.0485985167324543, -0.04314867779612541, -0.035200878977775574, 0.05162500590085983, -0.03379804268479347, -0.051762018352746964, 0.014023358933627605, 0.024392398074269295, 0.030433490872383118, -0.015329095534980297, -0.011114845052361488, -0.01948731020092964, -0.0703631117939949, -0.0035641745198518038, 0.011433026753365993, -0.010933113284409046, 0.00958187598735094, 0.06247193366289139, 0.03331787511706352, -0.0016312876250594854, 0.04593641683459282, 0.02370774745941162, 0.02839190512895584, 0.016627322882413864, -0.04836220294237137, 0.002746919170022011, -0.03603532165288925, 0.019768932834267616, 0.04092523455619812, -0.01108689047396183, -0.0674779862165451, -0.07787631452083588, -0.007170144934207201, 0.023919790983200073, -0.008052140474319458, -0.0041983602568507195, 0.03993191197514534, -0.024171100929379463, -0.01220354251563549, -0.009075261652469635, 0.016465233638882637, 0.036881837993860245, -0.0851130560040474, 0.027330104261636734, -0.009162831120193005, 0.04582851752638817, -0.04330630972981453, -0.006959321442991495, -0.03721076622605324, -0.04375658556818962, -0.006959034129977226, 0.0406901016831398, 0.028878208249807358, 0.05109785124659538, 0.05679149180650711, 0.046798206865787506, -0.023168493062257767, 0.021839192137122154, 0.06094052642583847, -0.014772933907806873, -0.06341617554426193, 0.006792481988668442, -0.010750451125204563, -0.01769709214568138, -0.004033511504530907, -0.028950639069080353, 0.03655053302645683, 0.04658687487244606, 0.003318974981084466, 0.028396572917699814, -0.0026820919010788202, -0.03035287745296955, -0.043696366250514984, -0.08215641230344772, -0.03167480230331421, -0.04026363044977188, -0.025136703625321388, 0.016371823847293854, 0.046816177666187286, 0.000661185011267662, 0.06856372952461243, 0.05023246631026268, -0.03110780194401741, -0.03787476196885109, 0.024871403351426125, 0.05368155986070633, -0.05799456685781479, -0.05917136371135712, -0.025287887081503868, 0.031809329986572266, 0.02867025136947632, -0.052550263702869415, -0.09932749718427658, 0.018990105018019676, 0.07583212107419968, -0.047446705400943756, 0.07000745087862015, 0.008111980743706226, 0.058185845613479614, 0.045880138874053955, -0.02017269842326641, 0.02348017506301403, -0.01994001679122448, 0.0015107550425454974, -0.010961590334773064, 0.05602246895432472, -0.049764640629291534, -0.008653450757265091, -0.06396567076444626, 0.014116904698312283, -0.0030749053694307804, 0.02524229697883129, 0.030272332951426506, -0.020627813413739204, -0.05236736312508583, 0.01371987909078598, 0.014076287858188152, -0.05820835009217262, 0.00292512821033597, 0.03963112086057663, 0.04635050520300865, -0.05992685630917549, -0.06114321947097778, 0.00013222590496297926, 0.0025340348947793245, 0.06598887592554092, -0.03198135644197464, -0.03396878018975258, -0.03811955824494362, 0.012734739109873772, 0.008369936607778072, -0.01123602781444788, -0.06936419755220413, 0.039959896355867386, -0.004358082078397274, -0.02003600262105465, 0.059196602553129196, 0.023546943441033363, -0.00028625011327676475, 0.08304474502801895, 0.014258291572332382, 0.012717197649180889, -0.057835862040519714, 0.01301763765513897, -0.04222899675369263, -0.02931377850472927, 0.0011438741348683834, -0.0502469427883625, -0.020058106631040573, -0.0411626435816288, -0.021218691021203995, -0.04624084010720253, -0.03433005139231682, 0.06003470718860626, -0.01816221885383129, 0.017374534159898758, 0.0165350791066885, 0.016962992027401924, -0.03384791687130928, -0.029692063108086586, -0.05570708215236664, -0.03908643499016762, -0.07315748184919357, -0.01519290916621685, 0.019591139629483223, 0.0029263743199408054, 0.017377588897943497, 0.015494226478040218, 0.009643335826694965, 0.018802160397171974, 0.013472060672938824, -0.0218350850045681, 0.06443965435028076, 0.005139414221048355, -0.028433773666620255, -0.03857037425041199, -0.0025624369736760855, 0.0018135097343474627, 0.03803185373544693, -0.025246016681194305, 0.013256221078336239, 0.02168862149119377, -0.023313648998737335, -0.0058975969441235065, 0.01942601054906845, 0.0487159825861454, -0.053008779883384705, -0.03546687588095665, 0.01664457842707634, -0.004405541345477104, 0.03150314837694168, -0.02638877183198929, -0.051085468381643295, 0.01145120244473219, -0.005501520354300737, 0.011265131644904613, -0.006972457282245159, -0.06090293824672699, 0.004477482754737139, -0.019959842786192894, -0.0028916073497384787, -0.042607299983501434, 0.026608699932694435, -0.07256611436605453, 0.02781800925731659, -0.04181841015815735, -0.018139589577913284, -0.04161371290683746, 0.038316965103149414, 0.012152880430221558, 0.006112865637987852, 0.005035725422203541, 0.0195192638784647, -0.027677714824676514, 0.03512634336948395, -0.02620081976056099, 0.012104729190468788, -0.019805459305644035, 0.02780645713210106, -0.051923613995313644, -0.0031685112044215202, -0.011556652374565601, 0.017553966492414474, -0.04395906627178192, -0.011801856569945812, -0.005705775693058968, -0.05423198640346527, 0.009985767304897308, 0.03917745500802994, 0.028908221051096916, 0.029492689296603203, -0.02888471633195877, 0.009372062981128693, 0.005608130246400833, -0.05766576528549194, -0.033003371208906174, -0.02466486394405365, 0.01476347353309393, -0.05012249946594238, 0.025820232927799225, 0.05665293708443642, -0.053807247430086136, -0.04259343445301056, 0.036520738154649734, 0.009109475649893284, 0.025381673127412796, -0.013762534596025944, 0.029124602675437927, 0.0330168679356575, 0.034569356590509415, -0.06160968542098999, 0.029135217890143394, 0.0066001927480101585, -0.01937231793999672, 0.02042299509048462, -0.007023391779512167, 0.018353654071688652, -0.011025862768292427, -0.04871963709592819, -0.02442571334540844, 0.07439453154802322, 0.03988753631711006, 0.011342404410243034, 0.03775912523269653, -0.06060329079627991, 0.02809987962245941, 0.0011990778148174286, -0.05676154047250748, -0.0057298485189676285, 0.027615340426564217, -0.03324168547987938, 0.06684701889753342, -0.022804317995905876, 0.03829558938741684, 0.053832653909921646, 0.04717184603214264, -0.03293805941939354, 0.058226559311151505, -0.018552623689174652, 0.007994992658495903, 0.04585309699177742, -0.057549238204956055, -0.016587533056735992, -0.05756141617894173, 0.047136202454566956, -0.05084346979856491, 0.030598001554608345, 0.056186456233263016, -0.02826719731092453, -0.003943121526390314, -0.04173826426267624, -0.03235740587115288, 0.03163024038076401, -0.04394199326634407, 0.0949481949210167, 0.018253615126013756, -0.0577276274561882, 0.07208603620529175, 0.007680542301386595, -0.10485255718231201, 0.016257690265774727, 0.046415459364652634, 0.05093289911746979, 0.023761101067066193, 0.060389887541532516, -0.04345187917351723, 0.021422812715172768, -0.014442588202655315, 0.04669201746582985, -0.05039345845580101, -0.025437628850340843, 0.009917333722114563, -0.033843252807855606, -0.01815003529191017, 0.0383608378469944, -0.04054909944534302, -0.005269212648272514, 0.03916331008076668, -0.04141519218683243, -0.05160416662693024, -0.017490429803729057, 0.03515985235571861, -0.019420679658651352, -0.007429205812513828, -0.034054696559906006, 0.03363417461514473, 0.0036652886774390936, -0.010278670117259026, -0.02507063001394272, 0.01593051105737686, 0.03494129702448845, -0.07079741358757019, -0.02889557182788849, 0.02568970061838627, -0.0020440404769033194, -0.03144609555602074, 0.0388837531208992, 0.006830072030425072, 0.007590601686388254, 0.033584896475076675, -0.028735218569636345, 0.02609790675342083, -0.06576958298683167, -0.005781352054327726, 0.018975988030433655, 0.013135669752955437, 0.023004144430160522, -0.027304580435156822, 0.019316913560032845, 0.030322805047035217, -0.011238069273531437, -0.004803200252354145, -0.030956270173192024, -0.026844140142202377, 0.024735288694500923, -0.02088778465986252, 0.027369936928153038, -0.018940921872854233, -0.061694610863924026, -0.04302195832133293, -0.0019527708645910025, -0.02328820899128914, 0.03297030180692673, -0.06568872928619385, -0.0005902141565456986, 0.02828877978026867, -0.009120956063270569, -0.033837974071502686, -0.06453341245651245, -0.015781961381435394, -0.023160133510828018, 0.023942667990922928, 0.029256802052259445, -0.025050457566976547, 0.023945294320583344, -0.06265716254711151, -0.04450582340359688, 0.025490062311291695, 0.029111463576555252, -0.023444678634405136, 0.04763565957546234, 0.06638297438621521, -0.035785164684057236, 0.013649559579789639, 0.05014511197805405, -0.029576847329735756, 0.01874190755188465, 0.024983452633023262, 0.023517871275544167, 0.014188932254910469, 0.027304882183670998, -0.024074161425232887, -0.011058131232857704, -0.08112950623035431, -0.05373499542474747, -0.04189499840140343, 0.006482949014753103, 0.03184482455253601 ]
bert-large-uncased
[ "pytorch", "tf", "jax", "safetensors", "bert", "fill-mask", "en", "dataset:bookcorpus", "dataset:wikipedia", "arxiv:1810.04805", "transformers", "license:apache-2.0", "autotrain_compatible", "has_space" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
1,058,496
2021-07-22T01:08:50Z
# ehdwns1516/gpt3-kor-based_gpt2_review_SR2 * This model has been trained Korean dataset as a star of 2 in the [naver shopping reivew dataset](https://github.com/bab2min/corpus/tree/master/sentiment). * Input text what you want to generate review. * If the context is longer than 1200 characters, the context may be cut in the middle and the result may not come out well. review generator DEMO: [Ainize DEMO](https://main-review-generator-ehdwns1516.endpoint.ainize.ai/) review generator API: [Ainize API](https://ainize.web.app/redirect?git_repo=https://github.com/ehdwns1516/review_generator) ## Model links for each 1 to 5 star * [ehdwns1516/gpt3-kor-based_gpt2_review_SR1](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR1) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR2](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR2) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR3](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR3) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR4](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR4) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR5](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR5) ## Overview Language model: [gpt3-kor-small_based_on_gpt2](https://huggingface.co/kykim/gpt3-kor-small_based_on_gpt2) Language: Korean Training data: review_body dataset with a star of 2 in the [naver shopping reivew dataset](https://github.com/bab2min/corpus/tree/master/sentiment). Code: See [Ainize Workspace](https://ainize.ai/workspace/create?imageId=hnj95592adzr02xPTqss&git=https://github.com/ehdwns1516/gpt2_review_fine-tunning_note) ## Usage ## In Transformers ``` from transformers import AutoTokenizer, AutoModelWithLMHead tokenizer = AutoTokenizer.from_pretrained("ehdwns1516/gpt3-kor-based_gpt2_review_SR2") model = AutoModelWithLMHead.from_pretrained("ehdwns1516/gpt3-kor-based_gpt2_review_SR2") generator = pipeline( "text-generation", model="ehdwns1516/gpt3-kor-based_gpt2_review_SR2", tokenizer=tokenizer ) context = "your context" result = dict() result[0] = generator(context)[0] ```
[ -0.008321285247802734, -0.016205688938498497, -0.00340291322208941, 0.034626614302396774, 0.01615375652909279, 0.027940627187490463, -0.02108778804540634, 0.009842208586633205, -0.08057346194982529, 0.0436982661485672, 0.04533436894416809, -0.015678824856877327, -0.012404708191752434, 0.0067023057490587234, -0.029779277741909027, -0.03680308908224106, -0.006134981755167246, 0.009081144817173481, -0.04859244450926781, -0.009093879722058773, 0.04161415249109268, 0.02496463805437088, -0.025885488837957382, 0.02518923394382, -0.0043865046463906765, 0.005307944491505623, -0.003222038969397545, 0.023963702842593193, 0.002998517593368888, -0.07196979969739914, 0.0031166155822575092, -0.05363321676850319, -0.04177164286375046, -0.014208272099494934, -0.0021750277373939753, 0.009964922443032265, 0.015163576230406761, -0.0029220087453722954, 0.027204690501093864, 0.06511744856834412, 0.007419302128255367, 0.03785307705402374, -0.022534463554620743, -0.02760825678706169, 0.03387628495693207, -0.006393767427653074, -0.04936999827623367, -0.04085032641887665, 0.04979516565799713, -0.03183592110872269, -0.040469326078891754, -0.08033549040555954, -0.0086294487118721, 0.026529327034950256, -0.004828000906854868, -0.04723946005105972, -0.05156359076499939, -0.017532721161842346, 0.06865761429071426, -0.05904702842235565, -0.041969459503889084, 0.03254946693778038, -0.07317376136779785, 0.0040733953937888145, 0.034216128289699554, -0.04069015383720398, 0.0010878611356019974, -0.004901666659861803, 0.0181344673037529, -0.023513615131378174, 0.04622213542461395, -0.052431873977184296, 0.027979698032140732, -0.08184778690338135, -0.025348974391818047, -0.007761589251458645, 0.0038151927292346954, 0.023127615451812744, -0.019514547660946846, 0.015835175290703773, 0.032272107899188995, -0.018961621448397636, 0.052358757704496384, 0.0005162999732419848, 0.005316008813679218, 0.035507287830114365, -0.05857498198747635, 0.0026346275117248297, -0.01702805981040001, 0.03583652898669243, -0.02516952157020569, -0.048341426998376846, 0.0036907100584357977, -0.015742894262075424, -0.06050106883049011, 0.021655380725860596, 0.029018869623541832, -0.021085897460579872, 0.024674639105796814, 0.03524019196629524, 0.02871008589863777, 0.03244948014616966, -0.022852351889014244, 0.06551327556371689, -0.0014390951255336404, -0.0040726144798099995, -0.034553010016679764, -0.026941364631056786, -0.05509078875184059, 0.04199124872684479, 0.030915336683392525, -0.035691164433956146, -0.04791663959622383, 0.01970044896006584, 0.007129967678338289, -0.007938101887702942, 0.05228433012962341, -0.05840505287051201, -0.02666885405778885, -0.0367165170609951, 0.049222059547901154, 0.03183409571647644, -0.03491679206490517, 0.0212178323417902, -0.019150972366333008, -0.0004918157355859876, -0.03568780794739723, -0.03531697392463684, -0.021350445225834846, 0.012532400898635387, -0.02322561666369438, 0.041923847049474716, 0.023564493283629417, -0.05013229697942734, 0.025176579132676125, 0.0001928922429215163, -0.060383670032024384, 0.030715182423591614, 0.04157710820436478, 0.07526468485593796, -0.05059922859072685, -0.048663269728422165, -0.0008375690085813403, 0.02106047049164772, -0.014090931974351406, 0.0017724831122905016, 0.011186674237251282, -0.03445974364876747, -0.049796368926763535, -0.0022347832564264536, 0.04712629318237305, -0.03309562802314758, -0.03210338205099106, 0.05191420391201973, -0.0037716496735811234, 0.030926983803510666, -0.03634737804532051, 0.015035238116979599, -0.015097196213901043, 0.0005715757142752409, 0.0028443951159715652, 0.04515970125794411, 0.0028576580807566643, -0.008291764184832573, -0.05485958233475685, -0.057424675673246384, -0.009306133724749088, 0.04952156916260719, -0.020961694419384003, -0.021307745948433876, -0.03748214617371559, -0.004126771818846464, 0.05684510990977287, 0.0266740620136261, -0.014197558164596558, 0.016511334106326103, 0.04261302202939987, 0.04406272992491722, 0.009724728763103485, 0.06670278310775757, 0.02998950332403183, -0.03732404112815857, -0.0261381845921278, 0.017632542178034782, 0.020672844722867012, -0.024022016674280167, 0.008626687340438366, 0.05361274629831314, -0.002978814300149679, 0.002290050033479929, -0.04823213815689087, 0.06445489823818207, -0.014704868197441101, -0.012705311179161072, -0.03341224789619446, -0.009278330020606518, -0.01965462416410446, 0.08436392992734909, 0.00010670113260857761, 0.0021415594965219498, -0.02640056610107422, -0.026557857170701027, 0.021356092765927315, 0.005278971511870623, 0.012315904721617699, 0.039994265884160995, -0.008903252892196178, 0.0720851793885231, -0.031852468848228455, 0.01681968942284584, -0.04113495349884033, -0.059588439762592316, -0.009078968316316605, 0.05103037878870964, 0.04108322784304619, 0.033958133310079575, -0.03273215889930725, -0.07018360495567322, 0.014936271123588085, 0.04922344163060188, 0.03580581024289131, 0.04268791526556015, -0.017123602330684662, -0.008765121921896935, 0.03428487852215767, 0.04028259590268135, -0.07710830122232437, -0.04661117494106293, 0.025696123018860817, 0.030232423916459084, -0.0452517569065094, -0.000757604546379298, -0.01626245677471161, 0.03011869080364704, -0.028811918571591377, -0.08107774704694748, 0.061968088150024414, 0.006659623235464096, 0.0039510526694357395, 0.044532667845487595, 0.004044463858008385, 0.0345507375895977, 0.021202361211180687, 0.031196607276797295, 0.002559519372880459, -0.034930963069200516, 0.039224814623594284, -0.0009954046690836549, 0.06772862374782562, -0.024332931265234947, 0.04773079231381416, -0.005058022681623697, 0.03905966132879257, 0.03804820030927658, -0.013566124252974987, 0.0007552478346042335, 0.039854176342487335, 0.018267877399921417, -0.044226787984371185, 0.01767042465507984, 0.003013557754456997, 0.02343691699206829, 0.04728959500789642, -0.0241202674806118, 0.05179572477936745, 0.024179833009839058, 0.016120629385113716, 0.07188216596841812, 0.023717790842056274, 0.04033592715859413, 0.03731827810406685, 0.08262469619512558, 0.006367896217852831, 0.013152722269296646, 0.045747146010398865, -0.07054349780082703, 0.01657748408615589, -0.03522813320159912, 0.029095804318785667, -0.04353771731257439, -0.007356500718742609, 0.03463694080710411, 0.03583599999547005, 0.012640351429581642, 0.000756672176066786, -0.007732552010565996, -0.0030816926155239344, 0.014967124909162521, -0.002888961462303996, -0.0064200591295957565, 0.012291120365262032, -0.025730060413479805, 0.011309945955872536, -0.057289861142635345, -0.0333937406539917, -0.023913530632853508, -0.051522355526685715, 0.007126171141862869, -0.08278253674507141, -0.03423965349793434, -0.05513608828186989, -0.01119187567383051, 0.00826424453407526, 0.011408405378460884, 0.011336456052958965, -0.05870695039629936, 0.003536081872880459, -0.03950440511107445, -0.04049411043524742, -0.012859590351581573, -0.06196622923016548, -0.02400369569659233, -0.07903731614351273, 0.04197590798139572, 0.03858880326151848, 0.019846802577376366, -0.009384996257722378, -0.0069845267571508884, -0.020492959767580032, -0.03031165339052677, 0.032351113855838776, 0.03309575840830803, -0.04234945401549339, -0.025813736021518707, 0.04816531389951706, -0.017071986570954323, 0.015410774387419224, 0.015622548758983612, -0.03616653382778168, 0.05123763158917427, 0.081661656498909, 0.011629016138613224, 0.030917324125766754, 0.0026899229269474745, -0.03814372792840004, -0.028930624946951866, -0.028057413175702095, -0.02969207428395748, -0.030830346047878265, -0.055187299847602844, -0.04187453165650368, -0.01899740658700466, -0.041978318244218826, -0.018330497667193413, -0.011200576089322567, -0.0030874779913574457, 0.02472485601902008, 0.03611011430621147, 0.03856756165623665, 0.03249163180589676, 0.009090890176594257, -0.019826391711831093, 0.07873444259166718, -0.007225618697702885, 0.0052566928789019585, -0.08385390788316727, -0.015007579699158669, 0.03398275747895241, 0.016693145036697388, -0.007063066121190786, -0.03561464697122574, 0.06859602779150009, 0.011021421290934086, 0.00027125555789098144, 0.007473452016711235, 0.0005265005165711045, -0.01569460704922676, -0.01705232635140419, -0.021939482539892197, -0.002899552695453167, -0.04822613298892975, -0.04413950815796852, -0.03567622974514961, 0.050106558948755264, -0.03340908885002136, -0.05146676301956177, 0.015086309053003788, 0.025591371580958366, 0.030303632840514183, -0.016274020075798035, -0.01031575445085764, -0.018927838653326035, -0.07009129226207733, -0.004682890605181456, 0.011092791333794594, -0.011004266329109669, 0.009702899493277073, 0.0622447207570076, 0.033709991723299026, -0.00279749883338809, 0.045835088938474655, 0.023115215823054314, 0.02782193012535572, 0.016658032312989235, -0.047191400080919266, 0.0025183449033647776, -0.03618703410029411, 0.021043280139565468, 0.04184940457344055, -0.0108272610232234, -0.0676523968577385, -0.0775928795337677, -0.005644382908940315, 0.023293733596801758, -0.00761488638818264, -0.00497127790004015, 0.03963957354426384, -0.024657242000102997, -0.01073654368519783, -0.009970047511160374, 0.01654277928173542, 0.03678910806775093, -0.08562251180410385, 0.026910321786999702, -0.008169752545654774, 0.04578239098191261, -0.042918141931295395, -0.006777401547878981, -0.038691215217113495, -0.04321570321917534, -0.007864972576498985, 0.040333278477191925, 0.028202956542372704, 0.050837285816669464, 0.05707929655909538, 0.046662818640470505, -0.022287124767899513, 0.021400094032287598, 0.0606955885887146, -0.015529531054198742, -0.06307012587785721, 0.0067418706603348255, -0.011016291566193104, -0.018181869760155678, -0.004670875612646341, -0.02853664569556713, 0.037048861384391785, 0.046156145632267, 0.002524010371416807, 0.02766205184161663, -0.002870930125936866, -0.030469343066215515, -0.04400734230875969, -0.08093928545713425, -0.03122919239103794, -0.04015534743666649, -0.024920430034399033, 0.01709180511534214, 0.04446746036410332, 0.00025936690508387983, 0.06904228776693344, 0.0498046837747097, -0.03162095323204994, -0.03912489116191864, 0.025074921548366547, 0.05361900106072426, -0.05692242458462715, -0.05858531966805458, -0.02494766004383564, 0.033238451927900314, 0.028234591707587242, -0.05262390524148941, -0.09919896721839905, 0.019529972225427628, 0.07453536987304688, -0.04839940741658211, 0.07054314017295837, 0.008463231846690178, 0.057016219943761826, 0.045353010296821594, -0.020360535010695457, 0.023366451263427734, -0.01944410428404808, 0.0011197515996173024, -0.01006423681974411, 0.055304136127233505, -0.050762467086315155, -0.009322983212769032, -0.06501149386167526, 0.013548028655350208, -0.002756956033408642, 0.026007456704974174, 0.030225340276956558, -0.020789342001080513, -0.05174896866083145, 0.01339785661548376, 0.014084977097809315, -0.057261962443590164, 0.0017771119019016623, 0.04140147566795349, 0.045952197164297104, -0.0595468208193779, -0.06261216104030609, 0.00014733229181729257, 0.003466350259259343, 0.06650776416063309, -0.030592257156968117, -0.03426626697182655, -0.03805280104279518, 0.012738221324980259, 0.008211536332964897, -0.010472363792359829, -0.06866472214460373, 0.04048987105488777, -0.005340042524039745, -0.018932919949293137, 0.05922016501426697, 0.023271549493074417, -0.0013985255500301719, 0.08378251641988754, 0.013792661018669605, 0.012759167701005936, -0.05839942395687103, 0.013826879672706127, -0.04150674119591713, -0.029293568804860115, 0.001631278428249061, -0.0499005950987339, -0.020761961117386818, -0.03966280072927475, -0.020885702222585678, -0.04783676937222481, -0.03427628055214882, 0.058971937745809555, -0.019420653581619263, 0.017558548599481583, 0.01703464426100254, 0.0166633203625679, -0.03315301612019539, -0.029934437945485115, -0.055993396788835526, -0.039279185235500336, -0.07286809384822845, -0.014018514193594456, 0.020206423476338387, 0.0025913428980857134, 0.01746775582432747, 0.01581127941608429, 0.009819339960813522, 0.018872659653425217, 0.012580610811710358, -0.0228407084941864, 0.06443841010332108, 0.00576866464689374, -0.027276964858174324, -0.03770710155367851, -0.002584326546639204, 0.0024867786560207605, 0.036743465811014175, -0.025927402079105377, 0.013080288656055927, 0.020644331350922585, -0.023892659693956375, -0.006517428904771805, 0.019122453406453133, 0.05007684975862503, -0.05189233273267746, -0.035277627408504486, 0.015730060636997223, -0.003972137346863747, 0.032621633261442184, -0.025438077747821808, -0.049697406589984894, 0.012548978440463543, -0.005322880111634731, 0.011854656971991062, -0.0072004543617367744, -0.06137707084417343, 0.005965247284621, -0.020054327324032784, -0.003442881628870964, -0.04431108385324478, 0.026732709258794785, -0.07116471230983734, 0.028410039842128754, -0.04110412299633026, -0.01759556122124195, -0.041746363043785095, 0.03835916519165039, 0.013044825755059719, 0.006005153525620699, 0.004420717712491751, 0.019233303144574165, -0.028148645535111427, 0.03400226682424545, -0.025821181014180183, 0.011728820390999317, -0.020877955481410027, 0.026973063126206398, -0.051271915435791016, -0.0036945724859833717, -0.011858128011226654, 0.017756527289748192, -0.04314648360013962, -0.011938459239900112, -0.005751705262809992, -0.054225657135248184, 0.00895240530371666, 0.03919500112533569, 0.028908459469676018, 0.028942927718162537, -0.02983623556792736, 0.009666902013123035, 0.0066307014785707, -0.05681236460804939, -0.032217446714639664, -0.02457096427679062, 0.016467230394482613, -0.05050283670425415, 0.026696702465415, 0.056630466133356094, -0.05348823592066765, -0.04209901764988899, 0.03710600361227989, 0.009313603863120079, 0.026123063638806343, -0.014763599261641502, 0.028555041179060936, 0.03293916583061218, 0.03395495191216469, -0.06138644367456436, 0.029592076316475868, 0.006919309962540865, -0.01933840848505497, 0.020659908652305603, -0.006729120388627052, 0.016994960606098175, -0.01177309826016426, -0.04950737580657005, -0.023503577336668968, 0.07369765639305115, 0.038839034736156464, 0.011013570241630077, 0.0385211743414402, -0.06136949360370636, 0.026991024613380432, 0.0014574056258425117, -0.056498002260923386, -0.005361043848097324, 0.026231912896037102, -0.03343045338988304, 0.06573721021413803, -0.02354220300912857, 0.03654005378484726, 0.05391593649983406, 0.047414809465408325, -0.03284991905093193, 0.0587734691798687, -0.019135916605591774, 0.008506269194185734, 0.04569585993885994, -0.05740664526820183, -0.016479799523949623, -0.05753250792622566, 0.047496601939201355, -0.051804233342409134, 0.03105725534260273, 0.05675916001200676, -0.028388839215040207, -0.004166185390204191, -0.04140393063426018, -0.03296547010540962, 0.03049588017165661, -0.04380343109369278, 0.09531474858522415, 0.019013388082385063, -0.05763116478919983, 0.07215825468301773, 0.007165866903960705, -0.10375310480594635, 0.015520434826612473, 0.04492757469415665, 0.05091015249490738, 0.023286759853363037, 0.06143896281719208, -0.04329299181699753, 0.021108366549015045, -0.013804977759718895, 0.045724403113126755, -0.05093291401863098, -0.025940045714378357, 0.010766465216875076, -0.03387961909174919, -0.01863100379705429, 0.03884457051753998, -0.042215749621391296, -0.005121986381709576, 0.03889423981308937, -0.04233710467815399, -0.05192255601286888, -0.017963578924536705, 0.03532947599887848, -0.019728001207113266, -0.008193020708858967, -0.03355518355965614, 0.03410070016980171, 0.004529434256255627, -0.009151944890618324, -0.0248706117272377, 0.016406146809458733, 0.03504389151930809, -0.07049482315778732, -0.029745277017354965, 0.0233992338180542, -0.0021001894492655993, -0.03154302015900612, 0.038898296654224396, 0.0071979970671236515, 0.006718199700117111, 0.034979771822690964, -0.02882826328277588, 0.027456482872366905, -0.0655253455042839, -0.00549936993047595, 0.018125683069229126, 0.012517164461314678, 0.02335500158369541, -0.02626619301736355, 0.018318137153983116, 0.029997773468494415, -0.010744807310402393, -0.005196466576308012, -0.030927661806344986, -0.025988953188061714, 0.025074562057852745, -0.020149387419223785, 0.027430342510342598, -0.020624404773116112, -0.06177768111228943, -0.04350101947784424, -0.0013555987970903516, -0.022372771054506302, 0.03296470642089844, -0.06510557234287262, -0.0011970365885645151, 0.02825157158076763, -0.009813734330236912, -0.032805249094963074, -0.06416533887386322, -0.014125557616353035, -0.022762726992368698, 0.024204358458518982, 0.030689021572470665, -0.024206673726439476, 0.023925060406327248, -0.06238587200641632, -0.04421389847993851, 0.025329578667879105, 0.030241046100854874, -0.023640116676688194, 0.04879450425505638, 0.06752854585647583, -0.03598972409963608, 0.012928366661071777, 0.05047117546200752, -0.02972559817135334, 0.018923016265034676, 0.02458135224878788, 0.024806702509522438, 0.013752790167927742, 0.02739504911005497, -0.02400386519730091, -0.011917730793356895, -0.08149347454309464, -0.05449932813644409, -0.04162044823169708, 0.006039142142981291, 0.03151662275195122 ]
camembert-base
[ "pytorch", "tf", "safetensors", "camembert", "fill-mask", "fr", "dataset:oscar", "arxiv:1911.03894", "transformers", "license:mit", "autotrain_compatible", "has_space" ]
fill-mask
{ "architectures": [ "CamembertForMaskedLM" ], "model_type": "camembert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
1,440,898
2021-07-22T01:08:59Z
# ehdwns1516/gpt3-kor-based_gpt2_review_SR3 * This model has been trained Korean dataset as a star of 3 in the [naver shopping reivew dataset](https://github.com/bab2min/corpus/tree/master/sentiment). * Input text what you want to generate review. * If the context is longer than 1200 characters, the context may be cut in the middle and the result may not come out well. review generator DEMO: [Ainize DEMO](https://main-review-generator-ehdwns1516.endpoint.ainize.ai/) review generator API: [Ainize API](https://ainize.web.app/redirect?git_repo=https://github.com/ehdwns1516/review_generator) ## Model links for each 1 to 5 star * [ehdwns1516/gpt3-kor-based_gpt2_review_SR1](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR1) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR2](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR2) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR3](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR3) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR4](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR4) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR5](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR5) ## Overview Language model: [gpt3-kor-small_based_on_gpt2](https://huggingface.co/kykim/gpt3-kor-small_based_on_gpt2) Language: Korean Training data: review_body dataset with a star of 3 in the [naver shopping reivew dataset](https://github.com/bab2min/corpus/tree/master/sentiment). Code: See [Ainize Workspace](https://ainize.ai/workspace/create?imageId=hnj95592adzr02xPTqss&git=https://github.com/ehdwns1516/gpt2_review_fine-tunning_note) ## Usage ## In Transformers ``` from transformers import AutoTokenizer, AutoModelWithLMHead tokenizer = AutoTokenizer.from_pretrained("ehdwns1516/gpt3-kor-based_gpt2_review_SR3") model = AutoModelWithLMHead.from_pretrained("ehdwns1516/gpt3-kor-based_gpt2_review_SR3") generator = pipeline( "text-generation", model="ehdwns1516/gpt3-kor-based_gpt2_review_SR3", tokenizer=tokenizer ) context = "your context" result = dict() result[0] = generator(context)[0] ```
[ -0.008722531609237194, -0.015984106808900833, -0.005563193932175636, 0.033454492688179016, 0.017729531973600388, 0.02935785986483097, -0.02116437256336212, 0.008146990090608597, -0.08043289184570312, 0.04441358894109726, 0.046523984521627426, -0.01838773302733898, -0.011490875855088234, 0.004963504616171122, -0.029422059655189514, -0.03674408048391342, -0.005438336171209812, 0.008465948514640331, -0.04802064225077629, -0.007193184457719326, 0.042392004281282425, 0.026676688343286514, -0.02580023743212223, 0.02476886846125126, -0.005481308791786432, 0.006172893103212118, -0.005784444976598024, 0.02440491132438183, 0.004192199092358351, -0.07178433239459991, 0.00355076533742249, -0.054006967693567276, -0.043380383402109146, -0.01532029826194048, -0.0024462160654366016, 0.010206066071987152, 0.017390431836247444, -0.0037279839161783457, 0.02500857226550579, 0.06747596710920334, 0.006571689620614052, 0.0381387360394001, -0.017549173906445503, -0.028453510254621506, 0.032503917813301086, -0.007821731269359589, -0.049011435359716415, -0.03872953727841377, 0.04966268315911293, -0.03213142603635788, -0.0406891331076622, -0.0810166448354721, -0.008776674047112465, 0.027105223387479782, -0.005747297313064337, -0.04783056303858757, -0.049551643431186676, -0.019929176196455956, 0.06843963265419006, -0.057872723788022995, -0.04214240983128548, 0.03348645567893982, -0.07191183418035507, 0.0040835668332874775, 0.03263740614056587, -0.04013609141111374, 0.0008874610066413879, -0.005543658975511789, 0.01840459369122982, -0.023962900042533875, 0.04606445133686066, -0.0534796267747879, 0.027418633922934532, -0.08139578998088837, -0.02562098205089569, -0.006649467162787914, 0.0038286547642201185, 0.025112014263868332, -0.020401598885655403, 0.017192112281918526, 0.031115781515836716, -0.019476231187582016, 0.05355167016386986, -0.00044152679038234055, 0.005458740517497063, 0.03488701581954956, -0.05751655250787735, 0.002791397739201784, -0.016767071560025215, 0.03678300231695175, -0.022903956472873688, -0.04748336598277092, 0.003840008983388543, -0.017018673941493034, -0.05929192900657654, 0.022078441455960274, 0.02969425916671753, -0.019576676189899445, 0.02475048415362835, 0.033074602484703064, 0.026975182816386223, 0.031426507979631424, -0.02416633628308773, 0.06379208713769913, -0.0022959874477237463, -0.002711270237341523, -0.0326390378177166, -0.026108017191290855, -0.0535329133272171, 0.042114727199077606, 0.030202802270650864, -0.03568847104907036, -0.049894027411937714, 0.019336801022291183, 0.009241266176104546, -0.008980767801404, 0.05103971064090729, -0.05764107033610344, -0.026261156424880028, -0.036971598863601685, 0.048535339534282684, 0.03276297450065613, -0.0333235077559948, 0.02062203548848629, -0.01800902746617794, -0.0002958668046630919, -0.03618903458118439, -0.036022838205099106, -0.02359062433242798, 0.011077014729380608, -0.02035421133041382, 0.041895925998687744, 0.0228502806276083, -0.04947608336806297, 0.02586459554731846, -0.0010703642619773746, -0.05900178104639053, 0.03098972700536251, 0.04034661501646042, 0.07881487905979156, -0.050236236304044724, -0.050739869475364685, -0.0009886493207886815, 0.021283267065882683, -0.014493267051875591, 0.0031641568057239056, 0.010807577520608902, -0.034406088292598724, -0.05005795881152153, -0.00167506851721555, 0.04641133174300194, -0.03106268309056759, -0.031826697289943695, 0.052089888602495193, -0.0030396394431591034, 0.028924448415637016, -0.03608931601047516, 0.015185804106295109, -0.014705412089824677, -0.0009396861423738301, 0.0021776563953608274, 0.045925721526145935, 0.0007792380056343973, -0.009297225624322891, -0.05439341813325882, -0.05896325781941414, -0.008394996635615826, 0.04720909893512726, -0.021816633641719818, -0.02161804586648941, -0.03738930821418762, -0.003207090310752392, 0.0553986020386219, 0.025422576814889908, -0.013891682028770447, 0.016933541744947433, 0.042723044753074646, 0.04254886880517006, 0.008781367912888527, 0.0661843866109848, 0.03073686547577381, -0.03798345476388931, -0.02511616237461567, 0.01777663454413414, 0.02029651403427124, -0.023104451596736908, 0.009101632982492447, 0.054289814084768295, -0.002308935858309269, 0.0003277495561633259, -0.049464255571365356, 0.06338535249233246, -0.012777257710695267, -0.011126862838864326, -0.031714800745248795, -0.010063054971396923, -0.019058873876929283, 0.0822857916355133, -0.0004724592436105013, 0.0016894728178158402, -0.028878625482320786, -0.026353606954216957, 0.021891815587878227, 0.00603858008980751, 0.012438110075891018, 0.040468938648700714, -0.009323430247604847, 0.07173758000135422, -0.03286504000425339, 0.01843913085758686, -0.04105217009782791, -0.06105375662446022, -0.006839408073574305, 0.050904907286167145, 0.041440051048994064, 0.03400053083896637, -0.0345720574259758, -0.07037407159805298, 0.014630052261054516, 0.04917722940444946, 0.035560574382543564, 0.04244343936443329, -0.016225649043917656, -0.008632395416498184, 0.036002855747938156, 0.04058557748794556, -0.07604513317346573, -0.04644624516367912, 0.02727488987147808, 0.029019705951213837, -0.04352499917149544, 0.00042437989031895995, -0.016358979046344757, 0.030733488500118256, -0.030017437413334846, -0.0810605064034462, 0.06207342445850372, 0.0071332454681396484, 0.0036243018694221973, 0.043434929102659225, 0.0030286419205367565, 0.03462863713502884, 0.021871035918593407, 0.03253193944692612, 0.0015568516682833433, -0.03671609237790108, 0.040664780884981155, -0.0016549236606806517, 0.06690261512994766, -0.02383454330265522, 0.04691242426633835, -0.004195528104901314, 0.03921089321374893, 0.03730558231472969, -0.014379514381289482, -0.0008044426795095205, 0.042564135044813156, 0.01865447498857975, -0.04464525356888771, 0.01837126351892948, 0.00182343611959368, 0.02286395989358425, 0.04824350029230118, -0.024060947820544243, 0.05052290856838226, 0.023427972570061684, 0.017179306596517563, 0.07562025636434555, 0.023628994822502136, 0.041074514389038086, 0.03752191737294197, 0.08463038504123688, 0.007065408397465944, 0.014797796495258808, 0.046782005578279495, -0.06966635584831238, 0.01768740639090538, -0.03668031096458435, 0.02597910352051258, -0.045043542981147766, -0.006316647864878178, 0.03336131200194359, 0.03552207350730896, 0.011481059715151787, -0.00023948609305080026, -0.007873861119151115, -0.00194452702999115, 0.016188910230994225, -0.001670456724241376, -0.007494454272091389, 0.013026625849306583, -0.0263532567769289, 0.010599960573017597, -0.055979516357183456, -0.03283713385462761, -0.02602873556315899, -0.05076775327324867, 0.007180132903158665, -0.08195555955171585, -0.032992515712976456, -0.0543799102306366, -0.011555089615285397, 0.010260394774377346, 0.01126373652368784, 0.011574499309062958, -0.05998566746711731, 0.0034255862701684237, -0.04071192815899849, -0.041364043951034546, -0.014758617617189884, -0.06222797557711601, -0.02484547533094883, -0.07971267402172089, 0.042073022574186325, 0.03764933720231056, 0.019954966381192207, -0.011888139881193638, -0.008147970773279667, -0.019994786009192467, -0.029870284721255302, 0.029598642140626907, 0.03397667780518532, -0.03996340185403824, -0.025617841631174088, 0.045180123299360275, -0.015652863308787346, 0.013131663203239441, 0.017624927684664726, -0.03695286437869072, 0.053399454802274704, 0.08231699466705322, 0.011334752663969994, 0.02962052822113037, 0.0026631122455000877, -0.03973265737295151, -0.02918148785829544, -0.028948400169610977, -0.030537337064743042, -0.029558546841144562, -0.05439670756459236, -0.04346185177564621, -0.018253300338983536, -0.042507775127887726, -0.017884820699691772, -0.012572955340147018, -0.001833354472182691, 0.024358374997973442, 0.03906375169754028, 0.03911808878183365, 0.03384286165237427, 0.006598942447453737, -0.02015969716012478, 0.0781191885471344, -0.005275915376842022, 0.005947829224169254, -0.08337655663490295, -0.015376707538962364, 0.03396539017558098, 0.018158992752432823, -0.006562435999512672, -0.037179458886384964, 0.06865206360816956, 0.011980162933468819, -0.0004190320323687047, 0.007526563946157694, 0.0008766308892518282, -0.015619872137904167, -0.017553867772221565, -0.019965430721640587, -0.004634843673557043, -0.04889800027012825, -0.04240088164806366, -0.033760033547878265, 0.05147678405046463, -0.03389950469136238, -0.05120634287595749, 0.013440332375466824, 0.02370777353644371, 0.029695672914385796, -0.014719695784151554, -0.013332415372133255, -0.017639072611927986, -0.07027074694633484, -0.005152035038918257, 0.012770462781190872, -0.011602076701819897, 0.010576806031167507, 0.06174970418214798, 0.032994356006383896, -0.0025066996458917856, 0.04369521886110306, 0.021562756970524788, 0.0287819541990757, 0.016299288719892502, -0.047354694455862045, 0.0029803765937685966, -0.03657656908035278, 0.02201913855969906, 0.0404563806951046, -0.01125414576381445, -0.06758326292037964, -0.07818903028964996, -0.006533090490847826, 0.02384483627974987, -0.010049489326775074, -0.0035288960207253695, 0.04162149876356125, -0.02430410124361515, -0.00995953194797039, -0.011132629588246346, 0.01685573346912861, 0.03522616997361183, -0.08559846878051758, 0.029192550107836723, -0.007489368319511414, 0.043756455183029175, -0.04265004023909569, -0.00574205256998539, -0.037449102848768234, -0.044035326689481735, -0.007267448585480452, 0.04070815071463585, 0.028125226497650146, 0.053912945091724396, 0.05861158296465874, 0.045443397015333176, -0.02311673015356064, 0.020645994693040848, 0.06188541650772095, -0.01373296044766903, -0.06320688128471375, 0.007679784204810858, -0.012080038897693157, -0.01594950631260872, -0.002498930785804987, -0.029737096279859543, 0.034797001630067825, 0.047642312943935394, 0.002970091998577118, 0.027436232194304466, -0.00306151295080781, -0.030212659388780594, -0.044198762625455856, -0.08064780384302139, -0.030398299917578697, -0.03855208307504654, -0.02333304099738598, 0.01682392880320549, 0.0448821559548378, -0.0006566350348293781, 0.06716915220022202, 0.049809858202934265, -0.031193170696496964, -0.037642840296030045, 0.025858726352453232, 0.052591223269701004, -0.05791647359728813, -0.06050807610154152, -0.023400064557790756, 0.03216226026415825, 0.028706613928079605, -0.05194265767931938, -0.09750041365623474, 0.01854248344898224, 0.07426512986421585, -0.04759218543767929, 0.06938719749450684, 0.008622315712273121, 0.0577901192009449, 0.04663565382361412, -0.021021125838160515, 0.022760311141610146, -0.021291499957442284, 0.001200685277581215, -0.012125304900109768, 0.05595124885439873, -0.050631508231163025, -0.009005892090499401, -0.06368076801300049, 0.015688763931393623, -0.003879605559632182, 0.025405345484614372, 0.032347261905670166, -0.02009737305343151, -0.052849069237709045, 0.013910788111388683, 0.015557777136564255, -0.05874785780906677, 0.0018603675998747349, 0.04215862974524498, 0.04662509635090828, -0.059760015457868576, -0.06214074417948723, 0.000842499895952642, 0.003550097346305847, 0.06520912051200867, -0.03126140683889389, -0.03523365780711174, -0.03534192591905594, 0.010637177154421806, 0.006327887997031212, -0.012613993138074875, -0.06687537580728531, 0.040974169969558716, -0.005454968195408583, -0.01853257045149803, 0.06006493791937828, 0.024568958207964897, -0.0028451664838939905, 0.08353331685066223, 0.014753447845578194, 0.011563665233552456, -0.059236761182546616, 0.01346832700073719, -0.04164516553282738, -0.028219394385814667, 0.0010991765884682536, -0.05038139969110489, -0.020641978830099106, -0.04018285498023033, -0.019915293902158737, -0.045686930418014526, -0.032909803092479706, 0.05775204300880432, -0.018100900575518608, 0.017749080434441566, 0.018561750650405884, 0.0178768802434206, -0.03190925344824791, -0.029640624299645424, -0.056117478758096695, -0.04072690010070801, -0.07158036530017853, -0.016645468771457672, 0.01957874745130539, 0.003669035155326128, 0.015578684397041798, 0.016877176240086555, 0.009446844458580017, 0.019210778176784515, 0.013881524093449116, -0.02381875179708004, 0.0631650984287262, 0.0054387436248362064, -0.02666640281677246, -0.03711807355284691, -0.0036109331995248795, 0.0023798542097210884, 0.037771426141262054, -0.024120798334479332, 0.012301296927034855, 0.01975044421851635, -0.022966887801885605, -0.006286455783993006, 0.016693297773599625, 0.05052293837070465, -0.05014801025390625, -0.033907461911439896, 0.016459861770272255, -0.0043602208606898785, 0.032309018075466156, -0.025926750153303146, -0.05172722414135933, 0.010929880663752556, -0.006010312121361494, 0.012351719662547112, -0.005785280838608742, -0.06310103088617325, 0.006573298014700413, -0.020004702731966972, -0.0031346522737294436, -0.04435967653989792, 0.02597048133611679, -0.07220231741666794, 0.028673963621258736, -0.04192458093166351, -0.018369078636169434, -0.04234251752495766, 0.03762064129114151, 0.013721965253353119, 0.005395506042987108, 0.00488791661337018, 0.01822739653289318, -0.026912789791822433, 0.03310367837548256, -0.026252295821905136, 0.012436706572771072, -0.01973225735127926, 0.026431892067193985, -0.05103914439678192, -0.0031771680805832148, -0.010099855251610279, 0.016413817182183266, -0.04408077895641327, -0.013310407288372517, -0.004762506112456322, -0.054441068321466446, 0.01058946643024683, 0.040516387671232224, 0.028766989707946777, 0.02977687679231167, -0.031636420637369156, 0.008215761743485928, 0.006602669134736061, -0.05665133148431778, -0.03361689671874046, -0.023478029295802116, 0.01719772070646286, -0.04992754012346268, 0.027458421885967255, 0.05641389265656471, -0.05240706354379654, -0.04306134581565857, 0.03527729958295822, 0.010257602669298649, 0.025223538279533386, -0.01354672946035862, 0.027707401663064957, 0.03134113922715187, 0.0348290279507637, -0.06276863813400269, 0.030102070420980453, 0.005831063259392977, -0.019597306847572327, 0.02048225700855255, -0.006316935643553734, 0.017134131863713264, -0.011208557523787022, -0.04915502667427063, -0.023019205778837204, 0.07527640461921692, 0.038769520819187164, 0.01058052945882082, 0.03707846254110336, -0.06181804835796356, 0.02867920882999897, 0.002390777925029397, -0.057561252266168594, -0.003135337959975004, 0.026959579437971115, -0.03359125927090645, 0.06609849631786346, -0.021024180576205254, 0.03784993663430214, 0.053048789501190186, 0.047586098313331604, -0.034687064588069916, 0.058149054646492004, -0.019031399860978127, 0.00899623241275549, 0.04491572827100754, -0.05839860066771507, -0.0154456477612257, -0.05954302102327347, 0.04795223847031593, -0.05025925487279892, 0.03125687316060066, 0.055307965725660324, -0.02717229165136814, -0.004529287572950125, -0.04286303371191025, -0.03314058855175972, 0.03139296546578407, -0.04373100772500038, 0.09481435269117355, 0.019259760156273842, -0.05889325588941574, 0.07132308185100555, 0.0063734762370586395, -0.10416202247142792, 0.015481698326766491, 0.046465568244457245, 0.05154961720108986, 0.02359137125313282, 0.06239861622452736, -0.04488144442439079, 0.020960858091711998, -0.015879344195127487, 0.046697527170181274, -0.04786458984017372, -0.024869121611118317, 0.008626477792859077, -0.032870154827833176, -0.01944258064031601, 0.04013604670763016, -0.0421869121491909, -0.005084298085421324, 0.04111422598361969, -0.041689954698085785, -0.05317196249961853, -0.018524859100580215, 0.03550785034894943, -0.018978314474225044, -0.00890410877764225, -0.03357134386897087, 0.03519010543823242, 0.005270892288535833, -0.009796924889087677, -0.026198988780379295, 0.015115347690880299, 0.03396201133728027, -0.06968166679143906, -0.02995338849723339, 0.025773627683520317, -0.0028362534940242767, -0.03175380825996399, 0.03762250393629074, 0.007319385651499033, 0.006531703285872936, 0.034491654485464096, -0.02884635142982006, 0.02710317075252533, -0.06640088558197021, -0.005601014941930771, 0.01819484494626522, 0.011855182237923145, 0.02373434230685234, -0.026850365102291107, 0.017734088003635406, 0.02956223487854004, -0.011455097235739231, -0.006242007482796907, -0.032010480761528015, -0.026066362857818604, 0.024400535970926285, -0.021466955542564392, 0.02551923878490925, -0.019353104755282402, -0.06289047002792358, -0.042570870369672775, -0.0009265386615879834, -0.025247501209378242, 0.034124188125133514, -0.0662863701581955, -0.0013078985502943397, 0.028856700286269188, -0.008159900084137917, -0.03419293463230133, -0.06383739411830902, -0.014059656299650669, -0.021683964878320694, 0.02312648482620716, 0.029420236125588417, -0.024486877024173737, 0.022907380014657974, -0.06204339861869812, -0.04400281980633736, 0.026209216564893723, 0.02952975034713745, -0.022718049585819244, 0.04806200787425041, 0.06880269199609756, -0.036463260650634766, 0.01352212019264698, 0.04889007657766342, -0.030021855607628822, 0.01875321753323078, 0.025661196559667587, 0.02353212796151638, 0.013257031328976154, 0.02849588729441166, -0.02301919460296631, -0.009687045589089394, -0.08119158446788788, -0.054091259837150574, -0.04000234603881836, 0.005528479348868132, 0.033633891493082047 ]
ctrl
[ "pytorch", "tf", "ctrl", "en", "arxiv:1909.05858", "arxiv:1910.09700", "transformers", "license:bsd-3-clause", "has_space" ]
null
{ "architectures": null, "model_type": "ctrl", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
17,007
2021-07-22T01:10:00Z
# ehdwns1516/gpt3-kor-based_gpt2_review_SR4 * This model has been trained Korean dataset as a star of 4 in the [naver shopping reivew dataset](https://github.com/bab2min/corpus/tree/master/sentiment). * Input text what you want to generate review. * If the context is longer than 1200 characters, the context may be cut in the middle and the result may not come out well. review generator DEMO: [Ainize DEMO](https://main-review-generator-ehdwns1516.endpoint.ainize.ai/) review generator API: [Ainize API](https://ainize.web.app/redirect?git_repo=https://github.com/ehdwns1516/review_generator) ## Model links for each 1 to 5 star * [ehdwns1516/gpt3-kor-based_gpt2_review_SR1](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR1) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR2](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR2) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR3](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR3) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR4](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR4) * [ehdwns1516/gpt3-kor-based_gpt2_review_SR5](https://huggingface.co/ehdwns1516/gpt3-kor-based_gpt2_review_SR5) ## Overview Language model: [gpt3-kor-small_based_on_gpt2](https://huggingface.co/kykim/gpt3-kor-small_based_on_gpt2) Language: Korean Training data: review_body dataset with a star of 4 in the [naver shopping reivew dataset](https://github.com/bab2min/corpus/tree/master/sentiment). Code: See [Ainize Workspace](https://ainize.ai/workspace/create?imageId=hnj95592adzr02xPTqss&git=https://github.com/ehdwns1516/gpt2_review_fine-tunning_note) ## Usage ## In Transformers ``` from transformers import AutoTokenizer, AutoModelWithLMHead tokenizer = AutoTokenizer.from_pretrained("ehdwns1516/gpt3-kor-based_gpt2_review_SR4") model = AutoModelWithLMHead.from_pretrained("ehdwns1516/gpt3-kor-based_gpt2_review_SR4") generator = pipeline( "text-generation", model="ehdwns1516/gpt3-kor-based_gpt2_review_SR4", tokenizer=tokenizer ) context = "your context" result = dict() result[0] = generator(context)[0] ```
[ -0.010885961353778839, -0.014013097621500492, -0.00498830433934927, 0.033323146402835846, 0.016729459166526794, 0.029209434986114502, -0.02083374559879303, 0.007110140286386013, -0.08143617957830429, 0.04446997493505478, 0.044601935893297195, -0.018517745658755302, -0.008932678028941154, 0.007625199388712645, -0.031433142721652985, -0.036217305809259415, -0.006083337590098381, 0.010332932695746422, -0.04799778386950493, -0.006592313759028912, 0.038894541561603546, 0.025184765458106995, -0.0260623749345541, 0.024010585620999336, -0.0022934081498533487, 0.006248983088880777, -0.004304420668631792, 0.02286253310739994, 0.002045887988060713, -0.0716087743639946, 0.0038504896219819784, -0.05290266498923302, -0.04244808107614517, -0.013946539722383022, -0.0016588049475103617, 0.014198603108525276, 0.018964359536767006, -0.0028567344415932894, 0.024743180721998215, 0.06628689914941788, 0.006750761065632105, 0.0375584214925766, -0.019512860104441643, -0.030061623081564903, 0.034342799335718155, -0.007877914234995842, -0.049633849412202835, -0.03796138986945152, 0.04765848442912102, -0.03322520852088928, -0.041832346469163895, -0.08275413513183594, -0.007163314614444971, 0.02645939774811268, -0.0065270084887743, -0.04981312155723572, -0.05246546491980553, -0.018557963892817497, 0.07184596359729767, -0.05995914340019226, -0.0416921004652977, 0.03492845222353935, -0.07590890675783157, 0.00192699593026191, 0.03340373933315277, -0.0398070253431797, 0.0013418891467154026, -0.0056980508379638195, 0.01614583283662796, -0.02204836905002594, 0.044629935175180435, -0.052477046847343445, 0.02702392265200615, -0.0785013735294342, -0.02444256655871868, -0.008834710344672203, 0.005568577907979488, 0.023857474327087402, -0.020461758598685265, 0.015494459308683872, 0.03172197565436363, -0.021318502724170685, 0.053484611213207245, 0.0005077207460999489, 0.006524696014821529, 0.031860195100307465, -0.05869865044951439, 0.003445291193202138, -0.015388743951916695, 0.03626462444663048, -0.02351771667599678, -0.04700450599193573, 0.004759866278618574, -0.01678808592259884, -0.06069927290081978, 0.021111391484737396, 0.029088109731674194, -0.020237961784005165, 0.02457144297659397, 0.03412764146924019, 0.028196606785058975, 0.031653016805648804, -0.02025456354022026, 0.06299979239702225, -0.0035874200984835625, -0.0024025810416787863, -0.03565554320812225, -0.02394883707165718, -0.05211625620722771, 0.04449842497706413, 0.029790688306093216, -0.03663700446486473, -0.047969650477170944, 0.01798025146126747, 0.008559874258935452, -0.007912258617579937, 0.050712380558252335, -0.05782249942421913, -0.025257037952542305, -0.032770317047834396, 0.049006253480911255, 0.03335411474108696, -0.03357763960957527, 0.020491937175393105, -0.017496967688202858, -0.000247727963142097, -0.03632856905460358, -0.0365869365632534, -0.019922152161598206, 0.013367322273552418, -0.020220113918185234, 0.04389524459838867, 0.022475695237517357, -0.05175711587071419, 0.025233948603272438, -0.000239823100855574, -0.05813271924853325, 0.03335924819111824, 0.03941032290458679, 0.07552258670330048, -0.04856633394956589, -0.051149267703294754, -0.0006860529538244009, 0.02311650663614273, -0.017630163580179214, 0.0015985348727554083, 0.0072577958926558495, -0.03372897580265999, -0.05070735886693001, -0.0016522203804925084, 0.04519248381257057, -0.03264032304286957, -0.02904958836734295, 0.05062999203801155, -0.0032241062726825476, 0.029258858412504196, -0.03596671298146248, 0.014895716682076454, -0.017881149426102638, 0.0016260913107544184, 0.0013994378969073296, 0.044278766959905624, 0.0016262574354186654, -0.010028742253780365, -0.05337207391858101, -0.05577138066291809, -0.006254687439650297, 0.04731619358062744, -0.0203691553324461, -0.022943494841456413, -0.03526940569281578, -0.0037964365910738707, 0.05365552008152008, 0.025934046134352684, -0.012999820522964, 0.017367102205753326, 0.03926186263561249, 0.04195982962846756, 0.008891943842172623, 0.06480292975902557, 0.032151639461517334, -0.03514565899968147, -0.024710817262530327, 0.017955880612134933, 0.02227555587887764, -0.02309233509004116, 0.0066427187994122505, 0.05430752784013748, -0.0013683034339919686, -0.00002664683597686235, -0.049052681773900986, 0.06499672681093216, -0.014103957451879978, -0.010879282839596272, -0.03427182883024216, -0.009944607503712177, -0.018925808370113373, 0.08451758325099945, -0.0013659682590514421, 0.002487531863152981, -0.029930364340543747, -0.02771707996726036, 0.02300974912941456, 0.004556001629680395, 0.011310386471450329, 0.042366452515125275, -0.007370891515165567, 0.07015382498502731, -0.034762244671583176, 0.01818058453500271, -0.044256407767534256, -0.06111837550997734, -0.007899184711277485, 0.052755922079086304, 0.04474538564682007, 0.031609173864126205, -0.03396448493003845, -0.0708828717470169, 0.018056873232126236, 0.04996461048722267, 0.03409196436405182, 0.04094759374856949, -0.017751609906554222, -0.007615956012159586, 0.03615352511405945, 0.03910665586590767, -0.07720772922039032, -0.042727746069431305, 0.026224715635180473, 0.028670569881796837, -0.04639429226517677, 0.0008057501399889588, -0.014315922744572163, 0.030237721279263496, -0.031440768390893936, -0.08216192573308945, 0.06382706016302109, 0.006170422304421663, 0.003923622891306877, 0.04385707527399063, 0.00460066320374608, 0.03231397271156311, 0.01851164549589157, 0.02871263027191162, 0.005178603809326887, -0.03464953973889351, 0.03940418362617493, -0.000732530141249299, 0.06760776787996292, -0.025121498852968216, 0.04668589308857918, -0.004483876749873161, 0.038499616086483, 0.03590600565075874, -0.013755849562585354, -0.001343181706033647, 0.04141183942556381, 0.019331147894263268, -0.04532424360513687, 0.019108936190605164, 0.001400369219481945, 0.020254872739315033, 0.0490516759455204, -0.022521745413541794, 0.05115021765232086, 0.022967273369431496, 0.015603571198880672, 0.07351767271757126, 0.022663962095975876, 0.0411834716796875, 0.035653796046972275, 0.08579137176275253, 0.008291206322610378, 0.013137459754943848, 0.04744207113981247, -0.07036115229129791, 0.018570084124803543, -0.037199296057224274, 0.027033591642975807, -0.047348253428936005, -0.005393149331212044, 0.03685509413480759, 0.031467460095882416, 0.009463747963309288, -0.0023975493386387825, -0.005919867195188999, -0.0023881900124251842, 0.018029024824500084, -0.005042897537350655, -0.007366009522229433, 0.010731145739555359, -0.02541152574121952, 0.00914387684315443, -0.057167116552591324, -0.030376970767974854, -0.026391813531517982, -0.051902081817388535, 0.009241404943168163, -0.08545615524053574, -0.032144129276275635, -0.050018392503261566, -0.013599513098597527, 0.008469225838780403, 0.007095797453075647, 0.009364464320242405, -0.06019164249300957, 0.00606550695374608, -0.0406884029507637, -0.041039299219846725, -0.01508623268455267, -0.06118936464190483, -0.02363550290465355, -0.08246901631355286, 0.04152156040072441, 0.03701382502913475, 0.02266550250351429, -0.009562709368765354, -0.007829051464796066, -0.020301762968301773, -0.030766956508159637, 0.029318295419216156, 0.031613122671842575, -0.03711284324526787, -0.02383664809167385, 0.049602314829826355, -0.015014170669019222, 0.013331121765077114, 0.015399609692394733, -0.03592148423194885, 0.051678240299224854, 0.08107342571020126, 0.007696902379393578, 0.029009951278567314, 0.0007361051975749433, -0.03951298072934151, -0.02726908214390278, -0.030168594792485237, -0.030114686116576195, -0.03066241927444935, -0.05489218235015869, -0.04218055307865143, -0.01788727380335331, -0.04204372689127922, -0.018423911184072495, -0.014104642905294895, -0.0014613386010751128, 0.024313606321811676, 0.03794402629137039, 0.03733544051647186, 0.033235449343919754, 0.010204481892287731, -0.021677948534488678, 0.07812175154685974, -0.004130846355110407, 0.006826425436884165, -0.08015289157629013, -0.01414608582854271, 0.03441648557782173, 0.016025131568312645, -0.007131315302103758, -0.03404741734266281, 0.07247667759656906, 0.0125645836815238, -0.0033378044608980417, 0.008684802800416946, 0.0011256051948294044, -0.01579395681619644, -0.017899133265018463, -0.021556684747338295, -0.0048142471350729465, -0.048555415123701096, -0.045505769550800323, -0.036119263619184494, 0.049405619502067566, -0.030896903946995735, -0.0507018007338047, 0.015755269676446915, 0.024932270869612694, 0.032868508249521255, -0.01392185129225254, -0.01120542362332344, -0.016656264662742615, -0.07203038036823273, -0.005613340064883232, 0.010287171229720116, -0.00904643815010786, 0.008165895938873291, 0.061641693115234375, 0.03223401680588722, -0.0018850370543077588, 0.044620331376791, 0.023253818973898888, 0.02894974686205387, 0.016103940084576607, -0.04751957580447197, 0.0027483063749969006, -0.040093522518873215, 0.020060617476701736, 0.03951659053564072, -0.01163903996348381, -0.06728475540876389, -0.07634906470775604, -0.005359351634979248, 0.025869034230709076, -0.00958214420825243, -0.0067372689954936504, 0.043732255697250366, -0.026094749569892883, -0.012272906489670277, -0.008926249109208584, 0.017292197793722153, 0.035739585757255554, -0.0877748355269432, 0.028778817504644394, -0.007264052052050829, 0.046187009662389755, -0.041873686015605927, -0.0062087057158350945, -0.03537723422050476, -0.04282855987548828, -0.005629395134747028, 0.04093435779213905, 0.027105750516057014, 0.053990431129932404, 0.05834941565990448, 0.04778311029076576, -0.025234756991267204, 0.02392878383398056, 0.05982507765293121, -0.01417021919041872, -0.060291558504104614, 0.005951266270130873, -0.00970951747149229, -0.017922842875123024, -0.002491890685632825, -0.028278084471821785, 0.03763484209775925, 0.046507541090250015, 0.0012199145276099443, 0.03133631497621536, -0.0034018380101770163, -0.030954839661717415, -0.04090825840830803, -0.08090675622224808, -0.030233530327677727, -0.03877892345190048, -0.024608710780739784, 0.017540689557790756, 0.04382051154971123, -0.0026135945226997137, 0.06783978641033173, 0.04752315580844879, -0.031248781830072403, -0.0390339232981205, 0.024358674883842468, 0.05305836722254753, -0.0576695054769516, -0.057625845074653625, -0.0247489083558321, 0.03194466233253479, 0.028937604278326035, -0.051599226891994476, -0.0998261496424675, 0.019574899226427078, 0.07618928700685501, -0.04870690405368805, 0.0697024017572403, 0.007713742088526487, 0.05900399386882782, 0.04500908404588699, -0.02034921757876873, 0.02432745322585106, -0.020975716412067413, 0.0026982019189745188, -0.012348259799182415, 0.053270671516656876, -0.05210975185036659, -0.009266856126487255, -0.06372666358947754, 0.014747222885489464, -0.005491534247994423, 0.02294083870947361, 0.028742942959070206, -0.019486447796225548, -0.05463218316435814, 0.015656601637601852, 0.014687771908938885, -0.05880079045891762, 0.0025703590363264084, 0.04168829321861267, 0.044244226068258286, -0.060278475284576416, -0.06398686021566391, -0.001256386050954461, 0.005960505921393633, 0.06585010141134262, -0.030402837321162224, -0.033787794411182404, -0.03479237109422684, 0.012252057902514935, 0.00497500691562891, -0.010525839403271675, -0.070340096950531, 0.03893104940652847, -0.008365078829228878, -0.01835254393517971, 0.06022756174206734, 0.021855553612113, -0.005905173718929291, 0.08506801724433899, 0.016161581501364708, 0.014024526812136173, -0.05915669724345207, 0.01636637933552265, -0.04120436683297157, -0.028212616220116615, -0.0016920031048357487, -0.04996449127793312, -0.019575463607907295, -0.040130216628313065, -0.021138859912753105, -0.045217279344797134, -0.03224390745162964, 0.06069277599453926, -0.019380105659365654, 0.014651934616267681, 0.018348928540945053, 0.018707169219851494, -0.03400065377354622, -0.027200914919376373, -0.05803928151726723, -0.04046531394124031, -0.07174932956695557, -0.01505745854228735, 0.02112993225455284, 0.003318890929222107, 0.01692272536456585, 0.01678343117237091, 0.012604068033397198, 0.0184008926153183, 0.01107284240424633, -0.02389376610517502, 0.06332512199878693, 0.005086036864668131, -0.024996362626552582, -0.035205990076065063, -0.0045664384961128235, 0.0028130512218922377, 0.03930241987109184, -0.024347567930817604, 0.016286224126815796, 0.0207858644425869, -0.023427214473485947, -0.006776034366339445, 0.017807740718126297, 0.049866531044244766, -0.04980631545186043, -0.035585228353738785, 0.016597263514995575, -0.008597791194915771, 0.030828416347503662, -0.02613671123981476, -0.04919307306408882, 0.009958463720977306, -0.007529737427830696, 0.01068992167711258, -0.006771695334464312, -0.06164926290512085, 0.007278695702552795, -0.019481681287288666, -0.002908434020355344, -0.044772904366254807, 0.028409408405423164, -0.07156725227832794, 0.028241660445928574, -0.04334704205393791, -0.020753609016537666, -0.04023480787873268, 0.03643304482102394, 0.01427025068551302, 0.0026344151701778173, 0.005381191615015268, 0.017530063167214394, -0.02605407126247883, 0.035451389849185944, -0.024515973404049873, 0.012165720574557781, -0.02090401016175747, 0.028138594701886177, -0.04985429346561432, -0.0016545320395380259, -0.013268984854221344, 0.01764501817524433, -0.043279267847537994, -0.013006621971726418, -0.005211087875068188, -0.05253295972943306, 0.01044157799333334, 0.03887610137462616, 0.030585896223783493, 0.0293846745043993, -0.029174452647566795, 0.008029044605791569, 0.006011734250932932, -0.05616667866706848, -0.03452398627996445, -0.024002010002732277, 0.015069697052240372, -0.05144061520695686, 0.026319345459342003, 0.05479187145829201, -0.05278034135699272, -0.04367693141102791, 0.036558546125888824, 0.006935988552868366, 0.026035938411951065, -0.013434411026537418, 0.027918487787246704, 0.03325560688972473, 0.033383749425411224, -0.06258438527584076, 0.033457040786743164, 0.011497045867145061, -0.019645806401968002, 0.021432938054203987, -0.005211887415498495, 0.01843993179500103, -0.013579444959759712, -0.04700007662177086, -0.024022381752729416, 0.07430067658424377, 0.03976518660783768, 0.009299957193434238, 0.033842992037534714, -0.062190525233745575, 0.02725747413933277, 0.003940416965633631, -0.057731568813323975, -0.003083752701058984, 0.029013479128479958, -0.03037596121430397, 0.06565523147583008, -0.023465359583497047, 0.037272728979587555, 0.05532081052660942, 0.04809202626347542, -0.03462539240717888, 0.05832018703222275, -0.019462501630187035, 0.009726465679705143, 0.04380510002374649, -0.06114807724952698, -0.016516389325261116, -0.05834973230957985, 0.04770667850971222, -0.05073230341076851, 0.02946985326707363, 0.05491676926612854, -0.028934627771377563, -0.0030365579295903444, -0.042347293347120285, -0.03425298631191254, 0.0300498865544796, -0.04125038534402847, 0.09326095879077911, 0.0166014414280653, -0.06023219972848892, 0.07262573391199112, 0.005613105837255716, -0.10511626303195953, 0.014055920764803886, 0.04424732178449631, 0.05075180158019066, 0.022148897871375084, 0.05975472554564476, -0.04381868615746498, 0.021754378452897072, -0.017649555578827858, 0.047905124723911285, -0.04899463802576065, -0.02714267000555992, 0.011848323978483677, -0.03433454409241676, -0.020559456199407578, 0.04061353951692581, -0.04067971557378769, -0.005211627576500177, 0.04012566804885864, -0.0418025478720665, -0.05411887913942337, -0.018930848687887192, 0.03414203226566315, -0.019246673211455345, -0.007709759287536144, -0.03472314029932022, 0.03784094378352165, 0.003022243268787861, -0.011160006746649742, -0.025251727551221848, 0.015306143090128899, 0.036170944571495056, -0.06934922933578491, -0.02885809727013111, 0.02340843714773655, -0.0016340982401743531, -0.03461257740855217, 0.038786619901657104, 0.00502080749720335, 0.006513534113764763, 0.03469017893075943, -0.029094280675053596, 0.025415809825062752, -0.06738791614770889, -0.0022081693168729544, 0.017216172069311142, 0.01360089611262083, 0.02227364294230938, -0.02586362697184086, 0.019441228359937668, 0.029355226084589958, -0.010757935233414173, -0.006294163875281811, -0.03060632012784481, -0.026650292798876762, 0.029029734432697296, -0.021077027544379234, 0.02773969992995262, -0.01985032856464386, -0.06353610008955002, -0.043504852801561356, -0.0030992806423455477, -0.02505001612007618, 0.03378724306821823, -0.06713762879371643, 0.0008068112656474113, 0.027814598754048347, -0.010416679084300995, -0.03210322558879852, -0.0629539042711258, -0.01475772075355053, -0.021365759894251823, 0.021644415333867073, 0.028487086296081543, -0.025098750367760658, 0.024492206051945686, -0.06097947806119919, -0.04317092150449753, 0.02480529248714447, 0.027070067822933197, -0.022848185151815414, 0.045543309301137924, 0.06864861398935318, -0.03648288547992706, 0.014919884502887726, 0.05097772553563118, -0.029236558824777603, 0.019459513947367668, 0.02581923082470894, 0.02332684025168419, 0.01226140558719635, 0.026751769706606865, -0.02231508493423462, -0.013931924477219582, -0.08089747279882431, -0.05431775376200676, -0.040100667625665665, 0.008140312507748604, 0.03431054577231407 ]
distilbert-base-cased
[ "pytorch", "tf", "onnx", "distilbert", "en", "dataset:bookcorpus", "dataset:wikipedia", "arxiv:1910.01108", "transformers", "license:apache-2.0", "has_space" ]
null
{ "architectures": null, "model_type": "distilbert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
574,859
2021-07-13T05:06:28Z
# klue-roberta-base-kornli * This model trained with Korean dataset. * Input premise sentence and hypothesis sentence. * You can use English, but don't expect accuracy. * If the context is longer than 1200 characters, the context may be cut in the middle and the result may not come out well. klue-roberta-base-kornli DEMO: [Ainize DEMO](https://main-klue-roberta-base-kornli-ehdwns1516.endpoint.ainize.ai/) klue-roberta-base-kornli API: [Ainize API](https://ainize.web.app/redirect?git_repo=https://github.com/ehdwns1516/klue-roberta-base_kornli) ## Overview Language model: [klue/roberta-base](https://huggingface.co/klue/roberta-base) Language: Korean Training data: [kakaobrain KorNLI](https://github.com/kakaobrain/KorNLUDatasets/tree/master/KorNLI) Eval data: [kakaobrain KorNLI](https://github.com/kakaobrain/KorNLUDatasets/tree/master/KorNLI) Code: See [Ainize Workspace](https://ainize.ai/workspace/create?imageId=hnj95592adzr02xPTqss&git=https://github.com/ehdwns1516/klue-roberta-base_finetunning_ex) ## Usage ## In Transformers ``` from transformers import AutoTokenizer, pipeline tokenizer = AutoTokenizer.from_pretrained("ehdwns1516/klue-roberta-base-kornli") classifier = pipeline( "text-classification", model="ehdwns1516/klue-roberta-base-kornli", return_all_scores=True, ) premise = "your premise" hypothesis = "your hypothesis" result = dict() result[0] = classifier(premise + tokenizer.sep_token + hypothesis)[0] ```
[ -0.031453344970941544, -0.02689731866121292, -0.00392262265086174, 0.039528969675302505, 0.0371740460395813, 0.026021983474493027, -0.01835152506828308, -0.008046302013099194, -0.051073625683784485, 0.053332291543483734, 0.03296414017677307, -0.021561894565820694, -0.0018230319255962968, 0.026923663914203644, -0.025752171874046326, -0.03723597154021263, -0.01382257416844368, 0.011838065460324287, -0.047762125730514526, -0.014796139672398567, 0.022479385137557983, 0.017148656770586967, 0.009367343038320541, 0.009202082641422749, 0.001125745358876884, -0.006995024159550667, -0.015383408404886723, 0.038946084678173065, 0.029082126915454865, -0.04408304765820503, 0.0036348141729831696, -0.03177386522293091, -0.03257843852043152, 0.004451836924999952, -0.01941530592739582, 0.01677514798939228, 0.014810646884143353, 0.023047834634780884, 0.03347267210483551, 0.07318941503763199, 0.009919103235006332, 0.009540888480842113, -0.02994035743176937, -0.03036731295287609, 0.0516958124935627, -0.02031830884516239, -0.04926002025604248, -0.017499012872576714, 0.054446615278720856, -0.016335783526301384, -0.03995908796787262, -0.0766051635146141, -0.009091603569686413, 0.04527713730931282, -0.021831486374139786, -0.004637986421585083, -0.057542555034160614, 0.001436231192201376, 0.05490491911768913, -0.061680376529693604, -0.025012582540512085, 0.01689343899488449, -0.07995210587978363, 0.034453876316547394, 0.02854769118130207, -0.030966706573963165, -0.014274263754487038, -0.015460167080163956, 0.035895999521017075, -0.03082812763750553, 0.06468524783849716, -0.03283235803246498, 0.016664443537592888, -0.05769757926464081, -0.021435849368572235, -0.02834552526473999, 0.04565192013978958, 0.03864346444606781, -0.028895707800984383, 0.07149919122457504, 0.03931126371026039, -0.011224018409848213, 0.027560073882341385, -0.00780290924012661, -0.018313946202397346, 0.03165015950798988, -0.049408119171857834, -0.006467128172516823, 0.02095113880932331, 0.041916366666555405, -0.05121765658259392, -0.05008259415626526, -0.018463142216205597, -0.016189562156796455, -0.03057563304901123, 0.0182997677475214, 0.04699835553765297, 0.0016591554740443826, 0.04741687700152397, 0.026155536994338036, 0.01970006711781025, 0.06558847427368164, -0.029811415821313858, 0.06914623826742172, -0.002793482504785061, -0.015619422309100628, -0.007179508451372385, -0.03634287044405937, -0.026200735941529274, 0.034929413348436356, 0.04019351676106453, -0.04810566455125809, -0.02473977394402027, 0.028623666614294052, 0.043702349066734314, -0.033661212772130966, 0.018009617924690247, -0.02598767913877964, -0.032832056283950806, -0.03096548281610012, 0.04065733775496483, 0.0034363102167844772, -0.013179154135286808, 0.002843952737748623, -0.025373706594109535, 0.01755155250430107, -0.04887619614601135, -0.03262844309210777, 0.00638961186632514, 0.03663289546966553, -0.025882666930556297, 0.03662053495645523, 0.024866098538041115, -0.057925913482904434, 0.010625617578625679, 0.0159709881991148, -0.07091577351093292, 0.050303295254707336, 0.013384721241891384, 0.12318804860115051, -0.062212470918893814, -0.043919626623392105, -0.007150999736040831, 0.02766328677535057, -0.02259717509150505, 0.010019310750067234, 0.005315424874424934, -0.0462198406457901, -0.034516993910074234, -0.015765447169542313, 0.05049850791692734, -0.043605584651231766, -0.020838573575019836, 0.053323183208703995, -0.01301854569464922, 0.02180243842303753, -0.03048042207956314, -0.005869322922080755, 0.009468577802181244, -0.0019811822567135096, -0.021994994953274727, 0.05006939545273781, -0.00848429650068283, -0.012442613020539284, -0.05540093407034874, -0.04679524898529053, 0.01385564636439085, 0.10268757492303848, -0.028622524812817574, -0.024624241515994072, -0.020809732377529144, 0.005821051076054573, 0.03406722471117973, 0.003667467273771763, -0.011488397605717182, 0.0329698771238327, 0.06321243196725845, 0.05069800093770027, -0.019762372598052025, 0.06375698000192642, 0.024820802733302116, -0.0368490032851696, -0.026855671778321266, 0.03304450213909149, -0.008021565154194832, -0.025591349229216576, 0.019174864515662193, 0.04914933070540428, 0.0007752263336442411, -0.010669483803212643, -0.012845361605286598, 0.0754178911447525, 0.002025620313361287, 0.003909575752913952, -0.016972118988633156, -0.028454847633838654, -0.015964031219482422, 0.05605293810367584, -0.012896831147372723, 0.002387668937444687, -0.014650855213403702, -0.029364630579948425, 0.02045227214694023, 0.02520170621573925, 0.034464068710803986, 0.026904655620455742, -0.01449198555201292, 0.0874655619263649, -0.02787250280380249, 0.01592600718140602, -0.062074314802885056, -0.05869801342487335, 0.014940782450139523, 0.034090593457221985, 0.03388847038149834, 0.048059336841106415, 0.00737572368234396, -0.02673107199370861, 0.02347949706017971, 0.06782370805740356, 0.04859393090009689, 0.0129732396453619, -0.019290834665298462, -0.001596303773112595, 0.012670655734837055, 0.05002893507480621, -0.05529516562819481, -0.022569812834262848, 0.015103834681212902, 0.046415720134973526, -0.02423878386616707, 0.030597815290093422, 0.004677753895521164, 0.004538326989859343, -0.03961692005395889, -0.07227367162704468, 0.05753489211201668, 0.01440238207578659, 0.020924396812915802, 0.035979222506284714, 0.01671730726957321, 0.015432779677212238, 0.011818230152130127, 0.016895709559321404, -0.0008913156925700605, -0.04824446514248848, -0.015555723570287228, 0.001247886335477233, 0.0615907721221447, -0.027825521305203438, 0.060601964592933655, -0.003523727646097541, 0.02645847015082836, 0.026026425883173943, -0.011455546133220196, 0.013158896937966347, 0.05600719898939133, -0.0010751972440630198, -0.02076008915901184, 0.022320106625556946, 0.01987968012690544, 0.04075595736503601, 0.03789779916405678, 0.001026337267830968, 0.04678994417190552, 0.0045708646066486835, 0.047984205186367035, 0.08071789145469666, -0.0006154708098620176, 0.031586725264787674, 0.03537876531481743, 0.09108725935220718, 0.006933947093784809, -0.01571674644947052, 0.04953629523515701, -0.057215914130210876, 0.04650953412055969, -0.030313530936837196, 0.04580271244049072, -0.038388412445783615, -0.008176197297871113, 0.04330921918153763, 0.016270222142338753, -0.01189702283591032, 0.005496618803590536, -0.025366012006998062, 0.0023719421587884426, 0.028876472264528275, -0.003486193250864744, -0.0025449725799262524, 0.00005258745659375563, -0.012473106384277344, 0.0035460935905575752, -0.08266497403383255, -0.04075540602207184, 0.007393323816359043, -0.03673699498176575, -0.002759860595688224, -0.06424257904291153, -0.02275880053639412, -0.05712021142244339, -0.03372102230787277, 0.031678710132837296, 0.024642374366521835, -0.0016045939410105348, -0.03533083200454712, 0.009710760787129402, -0.06096016615629196, -0.028532180935144424, -0.040215808898210526, -0.052721623331308365, -0.03585265949368477, -0.0653986856341362, 0.018734507262706757, 0.004564696457237005, 0.03474309667944908, -0.007532189600169659, 0.001213841256685555, 0.0024220217019319534, -0.03176691755652428, 0.038320157676935196, 0.058664195239543915, -0.02402270957827568, -0.03332244232296944, 0.024519406259059906, -0.02523239329457283, 0.03096085973083973, 0.0013969008577987552, -0.00544912600889802, 0.07022660970687866, 0.06985265016555786, -0.0026009201537817717, 0.017151234671473503, -0.008224215358495712, -0.04543140158057213, -0.028235698118805885, -0.02936721034348011, -0.05075320973992348, -0.023436741903424263, -0.044843148440122604, -0.04983774200081825, -0.003332680556923151, -0.02316848561167717, -0.027307001873850822, -0.011239919811487198, -0.003881561104208231, 0.030826527625322342, 0.04906782507896423, 0.04235060513019562, 0.04150094464421272, -0.015052721835672855, -0.0222178902477026, 0.07292098551988602, 0.012709657661616802, 0.004445706494152546, -0.08016710728406906, -0.0356198251247406, 0.04263758286833763, 0.03570402041077614, -0.008009851910173893, -0.02733910083770752, 0.08150611817836761, 0.016916049644351006, 0.00481158634647727, 0.0018024920718744397, -0.01358952559530735, -0.03870328515768051, -0.02197844162583351, -0.015552778728306293, -0.004436017945408821, -0.06292043626308441, -0.015491334721446037, -0.032819196581840515, 0.04637015238404274, -0.0631369799375534, -0.05606640875339508, -0.018657943233847618, 0.011448146775364876, 0.028829561546444893, -0.01957053318619728, -0.015362037345767021, -0.0063307336531579494, -0.038337044417858124, -0.01063711941242218, 0.014337088912725449, -0.006955582182854414, -0.01527776662260294, 0.07789742946624756, 0.03923526778817177, -0.017967311665415764, 0.01834227330982685, 0.031013041734695435, 0.045232370495796204, 0.0199287086725235, -0.04012582451105118, 0.019746407866477966, -0.005700404290109873, 0.04669005423784256, 0.013498728163540363, -0.03399257734417915, -0.046196237206459045, -0.05990524962544441, -0.02619956247508526, 0.002535714302212, -0.03728511929512024, -0.012850606814026833, 0.022505834698677063, -0.00980567280203104, -0.004316724371165037, -0.0000033189623991347617, 0.025090444833040237, 0.04693915694952011, -0.04578230902552605, 0.06480064988136292, -0.0016116008628159761, 0.03517122566699982, -0.043776754289865494, -0.01616789400577545, -0.04433649405837059, -0.019645914435386658, 0.004327013157308102, 0.04948567599058151, 0.011666429229080677, 0.02489687129855156, 0.06808523833751678, 0.018430527299642563, -0.03844241797924042, 0.04225043207406998, 0.023542124778032303, 0.0003230979200452566, -0.051960449665784836, -0.0033765716943889856, -0.0018027788028120995, -0.06951172649860382, 0.009408076293766499, -0.045954082161188126, 0.041338901966810226, 0.020908938720822334, 0.013961637392640114, 0.014211757108569145, -0.00419877702370286, -0.016697483137249947, -0.03583432734012604, -0.0772848054766655, -0.00514950742945075, -0.015302786603569984, -0.038140423595905304, -0.0031546810641884804, 0.047058477997779846, 0.004964772611856461, 0.053983040153980255, 0.06565169245004654, -0.03068366087973118, -0.05209343880414963, 0.024381123483181, 0.038910482078790665, -0.05051137134432793, -0.07396673411130905, -0.05169396474957466, 0.040010005235672, 0.0350588895380497, -0.025710370391607285, -0.08629646897315979, 0.031214769929647446, 0.056124377995729446, -0.05527938902378082, 0.06547422707080841, 0.015563653782010078, 0.03621581941843033, 0.052300821989774704, -0.013024378567934036, 0.022900164127349854, -0.029760805889964104, -0.017919791862368584, 0.007237949408590794, 0.07536255568265915, -0.03973444923758507, -0.031490154564380646, -0.048265717923641205, 0.04336724802851677, 0.03176182880997658, 0.044469501823186874, 0.00977547001093626, -0.003447669791057706, -0.0561833418905735, 0.01430852897465229, 0.03491000458598137, -0.0390189029276371, 0.027139075100421906, 0.027844930067658424, 0.025209715589880943, -0.048427410423755646, -0.05317502096295357, -0.024782171472907066, -0.0059911273419857025, 0.027371365576982498, 0.0024664467200636864, -0.03246530890464783, -0.056445442140102386, 0.0009306498686783016, 0.006494712084531784, -0.01256033219397068, -0.08660608530044556, 0.012145992368459702, -0.0013652931666001678, -0.017400262877345085, 0.05614670738577843, 0.022330472245812416, 0.03892845660448074, 0.04217245429754257, 0.00536743737757206, 0.003647656412795186, -0.034277427941560745, 0.027260728180408478, -0.047858674079179764, -0.01653553545475006, -0.010248197242617607, -0.04573272541165352, -0.012239903211593628, -0.03182193264365196, -0.07071252912282944, -0.05033671855926514, -0.02729894407093525, 0.038843460381031036, -0.007283543702214956, 0.005756241735070944, 0.0006849390920251608, 0.026695556938648224, -0.04718979820609093, -0.03111238032579422, -0.04734716936945915, -0.031757283955812454, -0.0801951065659523, -0.017743438482284546, 0.012218835763633251, 0.03121238946914673, 0.03113662265241146, 0.039703357964754105, 0.001858559320680797, 0.025139909237623215, -0.0049944110214710236, -0.04505902901291847, 0.04439133033156395, 0.00019330336363054812, -0.03766179084777832, -0.04664923995733261, 0.0022900328040122986, 0.017479190602898598, 0.05365092679858208, -0.05162147432565689, 0.022872284054756165, 0.019674161449074745, -0.02090141922235489, -0.011025650426745415, -0.0032898620702326298, 0.01516503095626831, -0.04418240115046501, -0.061854854226112366, 0.02478151209652424, -0.03616227209568024, 0.03520827740430832, -0.03630412742495537, -0.016840262338519096, 0.018702348694205284, 0.00912426970899105, 0.018244454637169838, 0.007969983853399754, -0.030093548819422722, 0.03174754977226257, -0.011096044443547726, 0.024178380146622658, -0.04824161157011986, 0.029230721294879913, -0.06569137424230576, 0.01560155302286148, -0.03042355366051197, -0.02569085732102394, -0.07034433633089066, 0.011665884405374527, 0.00893791951239109, -0.007390657439827919, -0.03966531530022621, 0.0003762946871574968, -0.052314843982458115, 0.05455898866057396, 0.00872089434415102, 0.014532291330397129, -0.05381185933947563, 0.030751051381230354, -0.05742885172367096, -0.008104875683784485, -0.019335607066750526, -0.008363576605916023, -0.05863393470644951, -0.026839300990104675, -0.011081185191869736, -0.035081896930933, 0.023072822019457817, 0.012267406098544598, 0.028323190286755562, 0.03254600986838341, 0.016847074031829834, 0.013827001675963402, 0.01260253693908453, -0.05362192541360855, -0.025082696229219437, -0.019636448472738266, 0.02752303145825863, -0.03872050344944, 0.053276170045137405, 0.051303524523973465, -0.06764388084411621, -0.054992467164993286, 0.024406084790825844, 0.04130684956908226, 0.023647131398320198, -0.0014157964615151286, 0.031155163422226906, 0.027586283162236214, 0.036507993936538696, -0.0423964262008667, -0.006826032418757677, -0.035502221435308456, -0.05267537757754326, 0.012053966522216797, -0.004021320026367903, 0.021755851805210114, -0.015283741056919098, -0.03781256452202797, -0.02353750355541706, 0.07668103277683258, 0.01626182161271572, 0.02415657229721546, 0.01919870264828205, -0.037901319563388824, 0.0034319590777158737, 0.020582951605319977, -0.05227120593190193, -0.0024807010777294636, 0.015424921177327633, -0.03106805868446827, 0.07566352933645248, -0.006655164062976837, 0.03492213785648346, 0.06046173721551895, 0.05059938132762909, -0.03266838565468788, 0.04074959084391594, -0.030595537275075912, 0.013551103882491589, 0.021431125700473785, -0.08327853679656982, -0.01624121703207493, -0.049924030900001526, 0.07157396525144577, -0.06990465521812439, 0.04493044316768646, 0.04970862343907356, -0.0015264382818713784, 0.013792145065963268, -0.005039616487920284, -0.056066133081912994, 0.02555270306766033, -0.04350944608449936, 0.0767587274312973, 0.00964909978210926, -0.06670600175857544, 0.06178061664104462, 0.02720850333571434, -0.08011534810066223, 0.029219865798950195, 0.018627513200044632, 0.03321744129061699, 0.022065050899982452, 0.05238744616508484, -0.050853148102760315, 0.0401749387383461, -0.04229997843503952, 0.013225325383245945, -0.05541984736919403, -0.009330486878752708, 0.029948845505714417, -0.04463519901037216, -0.01014048419892788, 0.03822971135377884, 0.002983096754178405, -0.004589773248881102, 0.01818367838859558, -0.032482050359249115, -0.08120478689670563, -0.001160752261057496, 0.02064553275704384, -0.02468126267194748, 0.0165163092315197, -0.02982301637530327, 0.00963439978659153, 0.011156430467963219, -0.008136984892189503, -0.03234510496258736, 0.00644474383443594, 0.05251911282539368, -0.0485408678650856, -0.020585371181368828, 0.0341046117246151, -0.004904294852167368, -0.026735220104455948, 0.02973354049026966, -0.009282554499804974, -0.0009562227642163634, 0.014341464266180992, -0.0007246634340845048, 0.03663236275315285, -0.08737783879041672, -0.0048346505500376225, 0.017686717212200165, 0.011973693035542965, 0.037870462983846664, -0.011764309369027615, 0.02609189599752426, 0.06146128475666046, -0.009547652676701546, 0.01565772294998169, -0.048669327050447464, -0.0195752140134573, 0.03885963186621666, -0.05165184661746025, 0.030645018443465233, 0.012742905877530575, -0.029276147484779358, -0.029762227088212967, -0.03164072334766388, -0.009880921803414822, 0.04173887148499489, -0.04396776109933853, 0.003159173531457782, 0.033806975930929184, -0.02527608536183834, -0.02653014287352562, -0.05120265856385231, -0.029947949573397636, -0.02280261740088463, 0.01719343475997448, -0.004232407081872225, -0.003222511848434806, 0.011043147183954716, -0.04603572189807892, -0.0654444471001625, 0.012147014029324055, 0.029580701142549515, -0.03938733786344528, 0.08347826451063156, 0.04206615313887596, -0.0284727830439806, 0.0033293666783720255, 0.03397723287343979, -0.05378631874918938, 0.03208286315202713, 0.004310640040785074, 0.011005197651684284, 0.02626139484345913, 0.0040165092796087265, -0.04746638610959053, -0.015354109928011894, -0.04304361715912819, -0.01835237257182598, -0.03491145372390747, 0.018068520352244377, 0.04591226577758789 ]
13048909972/wav2vec2-common_voice-tr-demo
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers" ]
automatic-speech-recognition
{ "architectures": [ "Wav2Vec2ForCTC" ], "model_type": "wav2vec2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
6
2021-09-05T00:03:22Z
--- tags: - spacy - token-classification language: - is model-index: - name: is_ner_mim_sm results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.8029028187 - name: NER Recall type: recall value: 0.7796160131 - name: NER F Score type: f_score value: 0.7910880829 --- | Feature | Description | | --- | --- | | **Name** | `is_ner_mim_sm` | | **Version** | `0.0.0` | | **spaCy** | `>=3.1.1,<3.2.0` | | **Default Pipeline** | `tok2vec`, `ner` | | **Components** | `tok2vec`, `ner` | | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) | | **Sources** | n/a | | **License** | n/a | | **Author** | [n/a]() | ### Label Scheme <details> <summary>View label scheme (8 labels for 1 components)</summary> | Component | Labels | | --- | --- | | **`ner`** | `Date`, `Location`, `Miscellaneous`, `Money`, `Organization`, `Percent`, `Person`, `Time` | </details> ### Accuracy | Type | Score | | --- | --- | | `ENTS_F` | 79.11 | | `ENTS_P` | 80.29 | | `ENTS_R` | 77.96 | | `TOK2VEC_LOSS` | 1079057.14 | | `NER_LOSS` | 792494.23 |
[ 0.008121718652546406, -0.019884390756487846, -0.013570668175816536, 0.027661649510264397, 0.05659829452633858, 0.02008718065917492, -0.024273177608847618, -0.00967932678759098, -0.04323696717619896, 0.05723235011100769, 0.04659344628453255, 0.007854251191020012, 0.017990628257393837, 0.04065931588411331, -0.043847162276506424, -0.040071889758110046, -0.005568247754126787, -0.018855776637792587, -0.05562261492013931, -0.015707211568951607, -0.0033202539198100567, 0.02224618010222912, -0.0064635565504431725, 0.031583271920681, -0.0025410910602658987, 0.0017567577306181192, 0.008017735555768013, 0.02580835111439228, 0.0487310029566288, -0.06879567354917526, -0.020925847813487053, -0.040914081037044525, -0.07236577570438385, -0.028891535475850105, -0.029665090143680573, -0.008515152148902416, -0.011031297966837883, -0.00188339501619339, 0.01813533343374729, 0.07174534350633621, -0.01962951384484768, 0.016732312738895416, -0.0299362875521183, -0.036434806883335114, 0.056781720370054245, 0.0012803024146705866, -0.035365257412195206, -0.030513018369674683, 0.03329929709434509, -0.04674364626407623, -0.07189452648162842, -0.06534057855606079, -0.026171879842877388, 0.011714278720319271, -0.05643855780363083, -0.034377697855234146, -0.06313714385032654, -0.011831402778625488, 0.05857159197330475, -0.030441097915172577, -0.03958403319120407, 0.017156528308987617, -0.08888071030378342, -0.002022810047492385, 0.03448233753442764, -0.01580924727022648, -0.011449085548520088, -0.04364298656582832, 0.03550029546022415, -0.003476024605333805, 0.04975161701440811, -0.04390911012887955, -0.00824788212776184, -0.06873279809951782, 0.01191806886345148, -0.017503539100289345, 0.051933854818344116, 0.018847698345780373, -0.03711229935288429, 0.04355441778898239, 0.05384866148233414, -0.011747184209525585, 0.047775186598300934, -0.012928346171975136, -0.021879998967051506, 0.03085283935070038, -0.029444141313433647, 0.001971873687580228, 0.008787264116108418, 0.05651817470788956, -0.03458318114280701, -0.014385877177119255, -0.006748355459421873, -0.04796918109059334, -0.04789741709828377, 0.023545892909169197, 0.02953082136809826, 0.005929896142333746, 0.009096612222492695, 0.01800680160522461, 0.03645492345094681, 0.04558633267879486, 0.005143602844327688, 0.072572723031044, 0.005309679079800844, -0.011043365113437176, -0.00947707612067461, -0.012879488989710808, -0.04073420166969299, 0.048219140619039536, 0.02857290767133236, -0.012532208114862442, -0.0341460183262825, 0.015959545969963074, 0.03207242116332054, 0.002126859501004219, 0.06800180673599243, -0.010657547041773796, -0.03759510815143585, -0.0358746200799942, 0.04260685667395592, 0.021790407598018646, 0.03237781673669815, 0.02766147442162037, -0.004202605225145817, -0.02312302216887474, -0.040148768573999405, -0.0051573519594967365, 0.011726105585694313, 0.022047212347388268, 0.002914533717557788, 0.05092364549636841, 0.010389645583927631, -0.07719913125038147, 0.022770313546061516, -0.0018780173268169165, -0.05876021087169647, 0.0445738285779953, 0.03410562127828598, 0.1041429415345192, -0.032222405076026917, -0.06158226355910301, 0.02072742208838463, 0.011577297933399677, -0.013484352268278599, 0.007440210785716772, -0.0010385810164734721, -0.020086893811821938, -0.03586285933852196, -0.0024148630909621716, 0.02583828754723072, -0.07032304257154465, 0.01521854754537344, 0.04780440777540207, 0.011162311770021915, 0.04573649540543556, -0.036821167916059494, -0.010924914851784706, 0.009050603024661541, 0.005484933033585548, -0.012833877466619015, 0.0569084957242012, -0.013892762362957, -0.005510803312063217, -0.026862815022468567, -0.04984009638428688, -0.02735385112464428, 0.06007007509469986, -0.011460798792541027, -0.014876971952617168, -0.05172218009829521, -0.012879620306193829, 0.038686275482177734, 0.02165628969669342, 0.001746920868754387, 0.02352229692041874, 0.061289601027965546, 0.05572875216603279, -0.025813529267907143, 0.04951662942767143, 0.024517536163330078, -0.016469335183501244, -0.019432665780186653, 0.010579751804471016, 0.016770929098129272, -0.01189306192100048, -0.0027491413056850433, 0.04620013013482094, 0.031613800674676895, -0.04033203423023224, -0.02459036000072956, 0.056024495512247086, 0.02043614350259304, -0.00037916857399977744, -0.004847620148211718, -0.021312039345502853, -0.029788218438625336, 0.018537620082497597, 0.003919691778719425, -0.003838823176920414, -0.003943363670259714, -0.054490383714437485, 0.018546724691987038, 0.00940974336117506, 0.03425018489360809, 0.026672640815377235, 0.007033597677946091, 0.08116940408945084, -0.06147265061736107, 0.019657179713249207, -0.03184612840414047, -0.03981363773345947, -0.004074727185070515, 0.06295439600944519, 0.03640967980027199, 0.037794601172208786, 0.0011012887116521597, -0.011247371323406696, 0.026975994929671288, 0.051133815199136734, 0.015388102270662785, 0.022808197885751724, -0.031474754214286804, -0.010946925729513168, 0.04223914444446564, 0.0627705454826355, -0.06129385903477669, -0.02059205062687397, 0.01788458786904812, 0.022981541231274605, -0.027315393090248108, 0.018290668725967407, -0.03584554046392441, 0.02395770139992237, -0.059420354664325714, -0.053704388439655304, 0.04475428909063339, 0.007729565724730492, 0.00366889126598835, 0.02204163186252117, -0.02680559828877449, -0.008302940055727959, 0.03709530830383301, 0.030601108446717262, -0.0003835897659882903, -0.05065665394067764, 0.019220447167754173, 0.034440018236637115, 0.04495692998170853, -0.04916108772158623, 0.021454552188515663, -0.02452021837234497, 0.008513637818396091, 0.043421752750873566, -0.08395470678806305, 0.031218141317367554, 0.029971253126859665, 0.011852981522679329, -0.01847749948501587, 0.0341712087392807, 0.01795840822160244, -0.005287271924316883, 0.04368710517883301, 0.0012642457149922848, 0.06950850039720535, -0.030061807483434677, 0.04059729352593422, 0.08472558856010437, 0.005621233955025673, -0.01063631009310484, 0.0250470619648695, 0.07162131369113922, 0.01838344894349575, -0.028758948668837547, 0.07922977954149246, -0.04884769022464752, 0.0026447386480867863, -0.025821922346949577, -0.005517877638339996, -0.015151828527450562, 0.005642371252179146, 0.02906477451324463, 0.018470948562026024, -0.019280225038528442, 0.005272403825074434, -0.004250807221978903, -0.011873391456902027, 0.039671219885349274, -0.02976297028362751, -0.008354924619197845, 0.016438212245702744, -0.018223796039819717, 0.008660992607474327, -0.06997738778591156, -0.046241819858551025, -0.0349801629781723, -0.020243367180228233, 0.0005655077402479947, -0.07307978719472885, -0.02035921812057495, -0.07306540012359619, -0.02050112374126911, 0.041100602596998215, 0.012770654633641243, -0.004259590990841389, -0.023334018886089325, 0.029387034475803375, -0.060359153896570206, -0.05202097073197365, -0.06346140056848526, -0.030253799632191658, -0.03225500136613846, -0.10280469059944153, 0.028119374066591263, 0.010240036062896252, 0.02443266473710537, 0.012339195236563683, 0.0016486385138705373, -0.04125754535198212, -0.024522967636585236, 0.0458102747797966, 0.04083625599741936, -0.02559172920882702, -0.0128966448828578, 0.03835482895374298, -0.019979629665613174, 0.011211644858121872, -0.001064951065927744, -0.03797545284032822, 0.07276401668787003, 0.08023308962583542, 0.024284329265356064, 0.006395714823156595, 0.009502703323960304, -0.03725318983197212, -0.06252829730510712, -0.03902241215109825, -0.031023330986499786, -0.011278919875621796, -0.06149778515100479, -0.04002206027507782, -0.023530758917331696, -0.01651279628276825, -0.035766132175922394, -0.02097374014556408, 0.017199937254190445, 0.056226953864097595, 0.030897969380021095, 0.026350228115916252, 0.02882753126323223, -0.0504617840051651, -0.03347272053360939, 0.05624913424253464, -0.006602827925235033, 0.009051594883203506, -0.07221662998199463, -0.017080502584576607, 0.03418000787496567, 0.0000064315222516597714, -0.006297294981777668, -0.027023637667298317, 0.06981484591960907, 0.014024467207491398, -0.006993929389864206, 0.009222800843417645, -0.02047748863697052, 0.005328374914824963, -0.00435092207044363, -0.016080984845757484, -0.010641309432685375, -0.030821558088064194, -0.010789096355438232, -0.018267516046762466, 0.032825130969285965, -0.0567530021071434, -0.05906471982598305, -0.008067265152931213, 0.050231337547302246, 0.027097081765532494, 0.02505280263721943, -0.038975685834884644, -0.022782808169722557, -0.07111664861440659, -0.012650219723582268, 0.031769439578056335, 0.012825834564864635, 0.0020721687469631433, 0.04612550139427185, 0.008807290345430374, -0.0396127812564373, 0.04922109469771385, 0.05307203158736229, 0.038899172097444534, 0.009066690690815449, -0.05555235967040062, 0.0021934721153229475, -0.0028620450757443905, 0.011884763836860657, 0.0010871387785300612, -0.013932855799794197, -0.031117981299757957, -0.11208727955818176, -0.006141921039670706, 0.03699250891804695, -0.011427843943238258, 0.00930736679583788, 0.023732267320156097, -0.019238010048866272, 0.01958148181438446, -0.015169138088822365, 0.023453790694475174, 0.034081634134054184, -0.03603646904230118, 0.045005545020103455, -0.02472495101392269, 0.0373629592359066, -0.04000496491789818, 0.0016713832737877965, -0.02317700907588005, 0.009406317956745625, 0.0059930854476988316, 0.0610218271613121, 0.016116462647914886, 0.03664341941475868, 0.06659432500600815, 0.006905220448970795, -0.02307765930891037, 0.03690321743488312, 0.046569302678108215, -0.016694603487849236, -0.059337519109249115, 0.007733445148915052, 0.00008870835154084489, -0.044523827731609344, 0.015209995210170746, -0.027892285957932472, 0.019505152478814125, 0.057740096002817154, -0.008891328237950802, -0.018929820507764816, 0.027408163994550705, -0.0270782932639122, -0.016261683776974678, -0.0397961288690567, -0.047713503241539, 0.010345933958888054, -0.02369718998670578, 0.032739799469709396, 0.03373166546225548, 0.01741798222064972, 0.06423036009073257, 0.04448093846440315, -0.029646145179867744, -0.032920148223638535, 0.03499985113739967, 0.02520408108830452, -0.04914703965187073, -0.0599713958799839, -0.027397051453590393, 0.07571589946746826, 0.030145695433020592, -0.026129918172955513, -0.07348152995109558, -0.001769651542417705, 0.05637464299798012, -0.03150054067373276, 0.0789579227566719, 0.002831007819622755, 0.04683392494916916, 0.03525315970182419, -0.02052539400756359, 0.04048438370227814, -0.04775426164269447, 0.024742532521486282, 0.00043022591853514314, 0.03338389843702316, -0.026464561000466347, -0.05192645639181137, -0.005713495891541243, 0.026071136817336082, 0.02891465649008751, 0.07732021063566208, 0.0329211987555027, -0.04335601627826691, -0.04858732223510742, -0.011523641645908356, 0.044442880898714066, -0.05823830887675285, 0.0026307255029678345, 0.030133169144392014, 0.0524137020111084, -0.04588659480214119, -0.053120724856853485, -0.014910148456692696, -0.013767153955996037, 0.00836745835840702, -0.0012857572874054313, -0.02626158855855465, -0.05669311806559563, 0.025336552411317825, 0.002188029931858182, -0.013157360255718231, -0.05450953543186188, 0.043059322983026505, -0.039920415729284286, 0.001974464626982808, 0.04035717248916626, 0.022958261892199516, 0.0485953725874424, 0.0422220416367054, -0.002130888868123293, -0.012637900188565254, -0.037488777190446854, 0.03966773673892021, -0.04128358140587807, -0.010370060801506042, -0.022640686482191086, -0.04583018645644188, -0.0018480686703696847, -0.016149839386343956, -0.07428830116987228, -0.04504059627652168, -0.01687002368271351, 0.03456965461373329, 0.029347188770771027, -0.013101626187562943, -0.025627339258790016, 0.022138558328151703, -0.010986843146383762, -0.034464847296476364, -0.017839660868048668, -0.030772635713219643, -0.06363250315189362, -0.05284285545349121, 0.013597269542515278, -0.010962563566863537, 0.03028332069516182, 0.02638908475637436, 0.026955459266901016, 0.015297350473701954, 0.012062274850904942, -0.030837656930088997, 0.03916352987289429, -0.022478599101305008, -0.029895037412643433, -0.00930398516356945, 0.025597447529435158, 0.007995808497071266, 0.05288644880056381, -0.018810218200087547, 0.01989436335861683, 0.0363955944776535, -0.03447676822543144, -0.006127750035375357, -0.00009184032387565821, 0.018509021028876305, -0.036985330283641815, -0.04052126035094261, -0.0014938078820705414, -0.04502299055457115, 0.01753133349120617, -0.03099801205098629, 0.0030578067526221275, -0.006929542403668165, 0.027511756867170334, 0.03548659011721611, -0.028663791716098785, -0.019382139667868614, 0.0158283319324255, -0.022053515538573265, 0.009128320962190628, -0.06038368493318558, 0.027468642219901085, -0.01940760388970375, 0.020214244723320007, -0.009236575104296207, -0.029513947665691376, -0.0347682423889637, 0.021104108542203903, -0.018993429839611053, -0.028127210214734077, 0.0114543242380023, 0.02659141831099987, -0.04955344274640083, 0.048921335488557816, 0.024495882913470268, 0.03610040992498398, -0.010136790573596954, 0.0398450568318367, -0.06405219435691833, -0.012425711378455162, 0.0008953920914791524, -0.015170128084719181, -0.047766659408807755, -0.020567549392580986, -0.006873954087495804, -0.047122303396463394, 0.028242260217666626, 0.06672878563404083, -0.004755867645144463, 0.03265582397580147, -0.05355583131313324, 0.01231570914387703, 0.026718249544501305, -0.06310650706291199, -0.02073197439312935, -0.013761360198259354, -0.015064980834722519, -0.024676477536559105, 0.06785383075475693, 0.059804610908031464, -0.05831587314605713, -0.04731900990009308, 0.03971119597554207, 0.0052488697692751884, 0.018785562366247177, 0.00420821039006114, 0.036018796265125275, 0.021911241114139557, 0.02596578188240528, -0.03405553102493286, 0.004849990829825401, 0.008060237392783165, -0.012602115981280804, 0.01442013867199421, -0.018166696652770042, 0.04636659845709801, -0.016463998705148697, -0.034044861793518066, 0.0010273492662236094, 0.07988758385181427, 0.03860152140259743, 0.0212289746850729, -0.010805963538587093, -0.016311591491103172, 0.042732641100883484, -0.008701077662408352, -0.060660362243652344, 0.00029218170675449073, 0.052981145679950714, -0.04238394275307655, 0.09435654431581497, -0.008783000521361828, 0.018742045387625694, 0.029156310483813286, 0.03754095360636711, -0.011881469748914242, 0.0693260058760643, -0.01291446853429079, 0.028143422678112984, 0.051167041063308716, -0.07739998400211334, 0.015032288618385792, -0.03307126834988594, 0.046830691397190094, -0.07325851172208786, 0.05487566441297531, 0.03487541899085045, 0.03270452469587326, 0.021928075700998306, -0.021748632192611694, -0.046604856848716736, 0.040203798562288284, -0.04263731464743614, 0.08160450309515, 0.002965383930131793, -0.07864230126142502, 0.08914214372634888, 0.01853695511817932, -0.09558507800102234, 0.02716459147632122, 0.015316142700612545, 0.023771200329065323, 0.04415174201130867, 0.06452205777168274, -0.030848218128085136, 0.01153856422752142, -0.0382956936955452, 0.03312697634100914, -0.012001735158264637, -0.0010555495973676443, 0.027928967028856277, -0.02644294686615467, -0.02359035238623619, 0.041068337857723236, -0.024777596816420555, -0.020937377586960793, 0.03449038788676262, -0.04388787969946861, -0.01266504731029272, 0.027896489948034286, 0.047297436743974686, -0.010947697795927525, 0.014484157785773277, -0.021088160574436188, 0.031082797795534134, 0.02949650213122368, 0.006659499369561672, -0.026364710181951523, -0.016380518674850464, 0.0466819629073143, -0.08733533322811127, -0.023555604740977287, 0.03804655373096466, 0.01390045415610075, -0.033436283469200134, 0.03442923352122307, 0.034990809857845306, 0.05078219994902611, -0.011980769224464893, -0.0033437004312872887, -0.01164319459348917, -0.06072789803147316, 0.00015570827235933393, -0.007322588004171848, 0.03106713481247425, 0.029607238247990608, -0.005975586362183094, 0.050899162888526917, 0.02773607335984707, 0.035399019718170166, -0.001931769773364067, -0.019902510568499565, -0.007447965443134308, 0.012270993553102016, -0.0506393238902092, 0.02428176812827587, -0.0003501117171254009, -0.048031583428382874, -0.03459702804684639, -0.006471189204603434, -0.009278320707380772, 0.044888924807310104, -0.045016810297966, 0.0019852537661790848, 0.05318551883101463, -0.014635404571890831, -0.039041779935359955, -0.0789899006485939, -0.03421257063746452, -0.014986966736614704, 0.028465891256928444, 0.019948622211813927, -0.01941703073680401, 0.008227900601923466, -0.018075190484523773, -0.06223404407501221, 0.025264207273721695, 0.026256106793880463, -0.016983458772301674, 0.05700536072254181, 0.07528236508369446, -0.05202589929103851, 0.033974435180425644, 0.022508488968014717, -0.03745489940047264, 0.050810739398002625, -0.010847843252122402, 0.013292661868035793, 0.040443919599056244, 0.03872879594564438, -0.007157701998949051, -0.029681172221899033, -0.06541647762060165, -0.03001103736460209, -0.018624169752001762, 0.0015271903248503804, 0.034596916288137436 ]
AdapterHub/roberta-base-pf-wic
[ "roberta", "en", "arxiv:2104.08247", "adapter-transformers", "text-classification", "adapterhub:wordsence/wic" ]
text-classification
{ "architectures": null, "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
null
--- tags: - espnet - audio - text-to-speech language: ja datasets: - jsut license: cc-by-4.0 --- ## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4433198/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
[ -0.035242609679698944, -0.008425388485193253, -0.018742714077234268, 0.0333692729473114, 0.0484318807721138, 0.024690095335245132, -0.00309365289285779, -0.0003035234403796494, -0.040033645927906036, 0.04318070784211159, -0.0017455392517149448, -0.022676117718219757, 0.03285544738173485, 0.016443492844700813, -0.04574243724346161, -0.0365963913500309, -0.008199960924685001, -0.011263635940849781, -0.026070816442370415, -0.02096274122595787, 0.023715926334261894, 0.036735650151968, -0.00770568335428834, 0.04300311580300331, -0.0006654189201071858, 0.007436838001012802, -0.006175111513584852, 0.006285238545387983, 0.010070483200252056, -0.044709254056215286, 0.005155821796506643, -0.03343462198972702, -0.036722492426633835, -0.040349431335926056, -0.03341009095311165, -0.0070829992182552814, -0.007477807812392712, 0.00003812392242252827, 0.039771825075149536, 0.02706124074757099, -0.025416873395442963, 0.016711413860321045, -0.02033333294093609, 0.0030045968014746904, 0.05840321257710457, 0.01154854241758585, -0.031221285462379456, -0.024554213508963585, -0.0007483090739697218, -0.03244424983859062, -0.04050607979297638, -0.06626497209072113, -0.012352398596704006, 0.002831102814525366, -0.019263993948698044, -0.029172725975513458, -0.047893889248371124, -0.04010326415300369, 0.09558086842298508, -0.033218078315258026, -0.03803064674139023, 0.02185394987463951, -0.07732684910297394, 0.016570759937167168, 0.03624487295746803, -0.06696845591068268, 0.0056199971586465836, -0.07528138160705566, -0.015837127342820168, -0.01558158453553915, 0.027769165113568306, -0.018376730382442474, 0.014378377236425877, -0.093824602663517, -0.017319442704319954, -0.022510098293423653, 0.03327925503253937, 0.03676161542534828, -0.04209839925169945, 0.0694780945777893, 0.039524540305137634, -0.009411267004907131, 0.024830203503370285, -0.015230954624712467, -0.014911455102264881, 0.045422740280628204, -0.04695374146103859, 0.004567461553961039, 0.020527437329292297, 0.022990822792053223, -0.05846438184380531, -0.03968954086303711, -0.029920466244220734, -0.03347818925976753, 0.0002833040780387819, 0.05091499537229538, 0.050116248428821564, -0.009181681089103222, 0.0560087114572525, 0.018499765545129776, 0.044057171791791916, 0.039223842322826385, -0.011341948993504047, 0.03296707943081856, -0.027108455076813698, 0.027275042608380318, 0.008607673458755016, -0.03181389719247818, -0.05118648707866669, 0.04035281389951706, 0.007664266508072615, -0.02537185326218605, -0.037728969007730484, 0.05702870711684227, 0.005016528535634279, -0.03390255197882652, 0.03894451633095741, -0.04356896132230759, -0.03936208412051201, -0.06052672117948532, 0.038800228387117386, 0.02163560688495636, 0.0009001423022709787, 0.025356225669384003, -0.07012946903705597, 0.016933854669332504, -0.029810240492224693, -0.03297983482480049, 0.00010317307169316337, 0.019364720210433006, 0.004414205439388752, 0.03664294257760048, 0.014148798771202564, -0.04563544690608978, 0.009684652090072632, 0.012034263461828232, -0.08394764363765717, 0.0300765298306942, 0.03461987152695656, 0.1073349192738533, -0.05151211470365524, -0.03619765862822533, -0.021690739318728447, 0.01012655720114708, -0.004639689344912767, 0.012857728637754917, 0.015891484916210175, -0.03086012415587902, -0.030628381296992302, -0.025373198091983795, 0.05258581042289734, -0.07592661678791046, 0.005147610325366259, 0.04894505813717842, -0.008676072582602501, 0.03663197159767151, -0.041011031717061996, -0.015362399630248547, -0.010644594207406044, -0.018145950511097908, -0.029492070898413658, 0.029635971412062645, -0.012013877741992474, -0.01932206191122532, -0.047723058611154556, -0.05912557989358902, -0.004227111581712961, 0.06702675670385361, -0.005525282118469477, -0.010813462547957897, -0.02344358339905739, -0.009856291115283966, 0.07096883654594421, 0.026956522837281227, -0.04627232253551483, 0.01625424064695835, 0.06721028685569763, 0.055823810398578644, -0.023829787969589233, 0.07062157243490219, 0.005145952105522156, -0.010298427194356918, -0.032717619091272354, 0.009336844086647034, 0.01889287866652012, -0.02063615247607231, 0.0038015213795006275, 0.032404858618974686, -0.016716070473194122, -0.031723663210868835, -0.04418833553791046, 0.06547099351882935, -0.0035502563696354628, -0.014509600587189198, -0.00401335721835494, -0.03491982817649841, -0.045158300548791885, 0.04672957584261894, -0.019616685807704926, -0.002039837185293436, -0.0201413556933403, -0.0330788716673851, 0.0037658000364899635, 0.02639078162610531, 0.04352255538105965, 0.04457741230726242, 0.01688316836953163, 0.07149592787027359, -0.02043023519217968, 0.028817620128393173, -0.033266711980104446, -0.058232080191373825, 0.0049693831242620945, 0.0727648213505745, 0.01938711106777191, 0.0625317171216011, -0.0014634233666583896, -0.043228037655353546, 0.0409730039536953, 0.05482484772801399, 0.03599650785326958, 0.01671193167567253, -0.040704842656850815, -0.0014847645070403814, 0.03453664109110832, 0.06814241409301758, -0.04448181018233299, -0.04040323942899704, 0.03261074423789978, 0.01840510033071041, 0.005716131068766117, 0.0054396819323301315, -0.03474036976695061, 0.05892119184136391, -0.06678798049688339, -0.08778125047683716, 0.0466931127011776, 0.04281742498278618, 0.014013640582561493, 0.016480443999171257, -0.013545523397624493, -0.005739332176744938, 0.04300655052065849, -0.00519314780831337, 0.024145467206835747, -0.03750401735305786, 0.007368653081357479, 0.017612650990486145, 0.03659288212656975, -0.04774967208504677, 0.03238706663250923, 0.007986951619386673, -0.0059930142015218735, 0.014470045454800129, -0.016069941222667694, 0.04399407282471657, 0.005246373824775219, 0.01559248473495245, -0.03626689314842224, 0.008022652938961983, 0.0057692197151482105, 0.06252024322748184, 0.0646338015794754, 0.004087681882083416, 0.06144646182656288, -0.0037751717027276754, 0.039347853511571884, 0.07306846231222153, 0.012949311174452305, 0.008049138821661472, 0.023583514615893364, 0.07912716269493103, 0.019795730710029602, 0.0017075863434001803, 0.074292853474617, -0.028185604140162468, 0.0039030297193676233, -0.03162479028105736, 0.009769924916327, -0.01696920394897461, 0.010914791375398636, 0.028306355699896812, 0.0059449756518006325, -0.007654520682990551, 0.0009422128205187619, -0.012507681734859943, -0.005559348501265049, 0.03793853148818016, -0.011904126033186913, -0.016146639361977577, 0.0009168776450678706, -0.002316115889698267, 0.001383159658871591, -0.08177115768194199, -0.03437446430325508, -0.012100055813789368, -0.03031599335372448, 0.03388157859444618, -0.07241275161504745, -0.019207267090678215, -0.08654415607452393, -0.011866026557981968, 0.01961921527981758, 0.01646721549332142, -0.003689798526465893, -0.02249840460717678, 0.008117183111608028, -0.04551156982779503, -0.048834554851055145, -0.03128198906779289, -0.039403751492500305, -0.009864941239356995, -0.06590528041124344, 0.028680147603154182, 0.04395265504717827, 0.01850113831460476, 0.003806938184425235, -0.004919013474136591, -0.009204432368278503, -0.052179668098688126, 0.06350214779376984, 0.03211245313286781, -0.039227504283189774, -0.06134442612528801, 0.03708414360880852, -0.0017090850742533803, 0.0038278137799352407, -0.006032653618603945, -0.01070021279156208, 0.0518256276845932, 0.07358991354703903, 0.00003480740269878879, 0.03098239190876484, -0.01946096122264862, -0.05378561094403267, -0.07068534195423126, -0.03685268387198448, -0.05491146072745323, -0.027043377980589867, -0.010090326890349388, -0.051587000489234924, -0.04707309603691101, -0.039157841354608536, 0.01221836730837822, -0.005835541523993015, 0.0012115308782085776, 0.049947839230298996, 0.037254203110933304, 0.03715875744819641, 0.0375550352036953, -0.07139074057340622, -0.017369983717799187, 0.041986074298620224, 0.009318524971604347, -0.004288285039365292, -0.0951850563287735, -0.004822780378162861, 0.03152124956250191, 0.03644072636961937, -0.005178833846002817, -0.007941377349197865, 0.09588848054409027, 0.011403817683458328, -0.011294536292552948, 0.02935936115682125, -0.025584856048226357, -0.03896008059382439, -0.02394847199320793, -0.0034777126275002956, -0.016514448449015617, -0.06115904077887535, -0.009374026209115982, -0.002188330516219139, 0.03605629876255989, -0.05982282757759094, -0.04879225790500641, -0.01089566946029663, 0.028406787663698196, 0.028428172692656517, -0.016385067254304886, -0.02098436839878559, -0.012558309361338615, -0.04938384145498276, -0.036653585731983185, -0.002831224352121353, -0.0010529174469411373, 0.019274773076176643, 0.034246429800987244, 0.027655119076371193, -0.02732235938310623, 0.05462793633341789, 0.021708687767386436, 0.06773130595684052, 0.019703177735209465, -0.041623372584581375, 0.028040749952197075, -0.020495494827628136, 0.016883084550499916, 0.006460895761847496, -0.029402930289506912, -0.03705153241753578, -0.06998459994792938, -0.025222869589924812, 0.008200074546039104, -0.021803680807352066, -0.017387311905622482, 0.033320847898721695, -0.017722569406032562, 0.008977502584457397, -0.00955855194479227, 0.019583864137530327, 0.037301890552043915, -0.03413272276520729, 0.02632020227611065, -0.007071629632264376, 0.03901064395904541, -0.07250403612852097, 0.003444387810304761, -0.04009658098220825, -0.020909937098622322, 0.015173914842307568, 0.08493907004594803, 0.02659517340362072, 0.05294625461101532, 0.07942546159029007, 0.05240030959248543, -0.05806063860654831, 0.04523453488945961, 0.03937305137515068, -0.01583368144929409, -0.07112499326467514, -0.0034343814477324486, -0.03773621469736099, -0.04528183490037918, 0.0003542880294844508, -0.03250964358448982, 0.03955443203449249, 0.03146740794181824, -0.02110019512474537, -0.005075336433947086, 0.0036737630143761635, -0.03462023660540581, 0.00671653775498271, -0.05970966815948486, -0.027984263375401497, -0.005346457473933697, -0.01950990967452526, 0.053818538784980774, 0.009228181093931198, -0.0030973905231803656, 0.042442433536052704, 0.0477624349296093, -0.03584456443786621, -0.026441900059580803, 0.025433644652366638, 0.020168427377939224, -0.06458728015422821, -0.06899335235357285, -0.019750725477933884, 0.04469795897603035, 0.03832794725894928, -0.021883884444832802, -0.08155801892280579, 0.027635755017399788, 0.03846855089068413, -0.03397924080491066, 0.05204201117157936, -0.026401815935969353, 0.06484804302453995, 0.050063710659742355, -0.0028512319549918175, 0.021295947954058647, -0.020886309444904327, -0.01876607909798622, -0.01067634392529726, 0.026546645909547806, -0.02722221054136753, -0.03811085224151611, -0.08016763627529144, 0.03795497119426727, 0.036882344633340836, 0.03066147305071354, 0.04290038347244263, -0.022625768557190895, -0.027830781415104866, -0.007078920491039753, 0.029033541679382324, -0.03489219397306442, 0.021582840010523796, 0.012774576433002949, 0.04485437273979187, -0.03329067304730415, -0.028918802738189697, -0.011294052004814148, -0.00038266717456281185, 0.042560167610645294, 0.018729588016867638, -0.061213161796331406, -0.04180451110005379, -0.0025242276024073362, -0.036471977829933167, -0.015941012650728226, -0.08924072235822678, 0.021543685346841812, -0.008045514114201069, -0.02456790767610073, 0.05311957001686096, 0.038566768169403076, 0.03080929070711136, 0.04084930568933487, 0.013569331727921963, 0.023187214508652687, -0.035094860941171646, 0.026565050706267357, -0.004567686002701521, -0.022545063868165016, -0.028546180576086044, -0.02125861681997776, -0.0337841659784317, -0.04005120322108269, -0.03701665252447128, -0.04798796400427818, -0.014107590541243553, 0.017888955771923065, -0.03556932508945465, -0.005224322434514761, -0.0185723714530468, 0.030031843110919, -0.030864013358950615, -0.04338717460632324, -0.0114683723077178, -0.04653530567884445, -0.07263321429491043, -0.06964337080717087, 0.027183344587683678, -0.014811698347330093, 0.01338699646294117, 0.015562484040856361, 0.020724451169371605, 0.01718977466225624, 0.009426494129002094, -0.03086843155324459, 0.012775192968547344, -0.005998613312840462, -0.05776514858007431, -0.03787901625037193, 0.004712752066552639, 0.01100665982812643, 0.029466280713677406, -0.009825912304222584, 0.027923258021473885, 0.008372094482183456, -0.015373374335467815, -0.011510709300637245, -0.004284960217773914, 0.026498297229409218, -0.06315137445926666, -0.03236911818385124, -0.024087639525532722, -0.05063929781317711, 0.03417403995990753, -0.0022437928710132837, -0.013365516439080238, 0.03261229768395424, 0.02163025364279747, 0.038523927330970764, 0.005978040397167206, -0.02409660629928112, 0.028947757557034492, -0.02622106671333313, 0.008050903677940369, -0.04886705055832863, 0.05214182659983635, -0.04148392006754875, 0.029177820309996605, 0.0040001217275857925, 0.013607370667159557, -0.03977774456143379, 0.04462996870279312, -0.02428780309855938, 0.004693392664194107, -0.011594709008932114, 0.005004114471375942, -0.01536680106073618, 0.048091109842061996, -0.0076355901546776295, 0.0185269545763731, -0.035832177847623825, 0.053126055747270584, -0.02611623890697956, 0.011183020658791065, -0.0322861485183239, -0.015216616913676262, -0.020091716200113297, -0.024931704625487328, 0.002260554814711213, -0.04106739163398743, 0.022543035447597504, 0.05659474432468414, 0.04028204828500748, 0.03434045985341072, -0.03870797157287598, -0.015258694998919964, 0.03166263550519943, -0.053319450467824936, -0.004917447455227375, -0.006890056189149618, 0.02761690877377987, -0.012841912917792797, 0.04692031815648079, 0.03830679878592491, -0.05173306167125702, -0.03642851859331131, 0.04961764067411423, 0.016526224091649055, 0.008181928656995296, -0.008686251007020473, 0.03962704539299011, 0.021915730088949203, 0.05372447520494461, -0.029512187466025352, -0.012411117553710938, -0.017927035689353943, -0.026978101581335068, -0.004541589412838221, -0.0011255345307290554, -0.002375613199546933, 0.001477071549743414, -0.018306147307157516, -0.02211451344192028, 0.05156094208359718, 0.020943766459822655, 0.023801075294613838, -0.012093712575733662, -0.05488605052232742, 0.023288028314709663, -0.013146951794624329, -0.05571411922574043, 0.01653093285858631, 0.03357463330030441, -0.0271392073482275, 0.09710165858268738, -0.021628962829709053, 0.015277678146958351, 0.0481257289648056, 0.0012254141038283706, -0.028273694217205048, 0.02842470444738865, -0.041955649852752686, 0.027100706472992897, 0.04655332863330841, -0.04841530695557594, -0.005724026821553707, -0.03288708254694939, 0.07493136823177338, -0.06341993063688278, 0.032668884843587875, 0.04861174151301384, 0.033067334443330765, 0.006189071107655764, -0.045554932206869125, -0.037438537925481796, 0.05735652521252632, -0.036829233169555664, 0.06090574339032173, 0.019669268280267715, -0.07884348928928375, 0.05097785219550133, 0.005677670240402222, -0.10174757987260818, 0.04884761944413185, 0.018263420090079308, 0.010566282086074352, 0.0301657821983099, 0.061170633882284164, -0.07005832344293594, -0.0036052600480616093, -0.04987754672765732, 0.004056327510625124, -0.05303918197751045, 0.007156164385378361, 0.014450524933636189, -0.036949172616004944, -0.008803550153970718, -0.0025474366266280413, -0.01608193852007389, -0.006526234559714794, 0.020310895517468452, -0.06377615034580231, -0.03356267139315605, -0.013496385887265205, 0.027613656595349312, -0.04537464678287506, 0.005408183671534061, -0.017717868089675903, 0.013770392164587975, 0.03137873113155365, 0.01912456937134266, -0.03663543611764908, -0.021267548203468323, 0.022519854828715324, -0.061228908598423004, -0.02183138020336628, 0.05477575585246086, 0.031695351004600525, -0.029777171090245247, 0.044527098536491394, -0.0040344842709600925, 0.036919690668582916, 0.019704706966876984, -0.005551786161959171, 0.05319350212812424, -0.059852082282304764, -0.006901252549141645, 0.006023430731147528, 0.022365275770425797, 0.02015119045972824, -0.00904772337526083, 0.04964228346943855, 0.03560425341129303, 0.03228585794568062, -0.0036127259954810143, -0.032643258571624756, -0.03549223020672798, 0.02227601781487465, -0.030406391248106956, 0.038037605583667755, 0.018894901499152184, -0.05157345160841942, -0.03817644342780113, -0.0034043616615235806, -0.013205625116825104, 0.032669734209775925, -0.05446700379252434, 0.008978025987744331, 0.02984749898314476, -0.019989309832453728, -0.039332810789346695, -0.07951600849628448, -0.03798525780439377, -0.004933630581945181, 0.028788914903998375, 0.012561599723994732, -0.017729023471474648, 0.014191639609634876, -0.021802594885230064, -0.0634985864162445, 0.04259398207068443, 0.026884283870458603, -0.032540805637836456, 0.05016004666686058, 0.042871344834566116, -0.03944867476820946, 0.02767258696258068, 0.03998634219169617, -0.03216395527124405, 0.02133498527109623, 0.00307388324290514, 0.03401416167616844, 0.02173062227666378, 0.05588566139340401, -0.02125534787774086, -0.02780422568321228, -0.054991982877254486, -0.039650339633226395, -0.0254360418766737, -0.02026444859802723, 0.05465061590075493 ]
Adrianaforididk/Jinx
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
null
--- tags: - espnet - audio - text-to-speech language: ja datasets: - jsut license: cc-by-4.0 --- ## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.total_count.ave` ♻️ Imported from https://zenodo.org/record/5414980/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
[ -0.03210476040840149, -0.012378983199596405, -0.018457526341080666, 0.03134940564632416, 0.04464644566178322, 0.02351941168308258, -0.0011096586240455508, -0.003426074516028166, -0.041212499141693115, 0.03893163800239563, 0.002196249086409807, -0.02331143617630005, 0.03409193083643913, 0.018662534654140472, -0.03999581187963486, -0.042228031903505325, -0.011225927621126175, -0.011480678804218769, -0.03218766674399376, -0.014181072823703289, 0.03176334127783775, 0.033584825694561005, -0.006303366273641586, 0.04283786937594414, -0.0003560391196515411, 0.004934122320264578, -0.012643398717045784, 0.010054245591163635, 0.009787388145923615, -0.04219510406255722, 0.004986281972378492, -0.035446155816316605, -0.037699777632951736, -0.039774902164936066, -0.032295092940330505, -0.0051123350858688354, -0.0038090338930487633, 0.0002952187496703118, 0.03836574777960777, 0.028813548386096954, -0.021262427791953087, 0.015704357996582985, -0.012568343430757523, 0.00979369692504406, 0.05655639246106148, 0.013098790310323238, -0.031914062798023224, -0.03192874416708946, -0.00004881166751147248, -0.03534722700715065, -0.03653065860271454, -0.06704501807689667, -0.016622774302959442, 0.0018969420343637466, -0.017312265932559967, -0.024940241128206253, -0.05166133865714073, -0.03767918795347214, 0.09042037278413773, -0.04027874395251274, -0.04189537838101387, 0.02780892886221409, -0.0797710195183754, 0.01539796032011509, 0.028885984793305397, -0.06759090721607208, 0.0062600988894701, -0.0790853351354599, -0.01695851981639862, -0.009049265645444393, 0.026451850309967995, -0.019985055550932884, 0.014431624673306942, -0.09026861935853958, -0.019729524850845337, -0.02416696958243847, 0.02876383811235428, 0.03382405266165733, -0.04139162600040436, 0.06959978491067886, 0.04035448655486107, -0.01087070070207119, 0.030442984774708748, -0.016812782734632492, -0.014338202774524689, 0.03896188363432884, -0.040462370961904526, 0.0058672744780778885, 0.014656871557235718, 0.020089203491806984, -0.05479265749454498, -0.03931224346160889, -0.031124891713261604, -0.031214192509651184, -0.0023496057838201523, 0.04518475756049156, 0.04652794823050499, -0.008426761254668236, 0.047632087022066116, 0.014400700107216835, 0.04444331303238869, 0.04212949052453041, -0.015482371672987938, 0.030337106436491013, -0.0327618308365345, 0.022444570437073708, 0.0008046671282500029, -0.03697462007403374, -0.04763095825910568, 0.03864145278930664, 0.01418179739266634, -0.02882988192141056, -0.03551889583468437, 0.05539606884121895, 0.0030544823966920376, -0.03148891404271126, 0.03856195509433746, -0.039186056703329086, -0.04102228954434395, -0.056305017322301865, 0.03614972531795502, 0.017541391775012016, -0.0038099056109786034, 0.02806762233376503, -0.06844017654657364, 0.01595073752105236, -0.031131194904446602, -0.03204520419239998, -0.0007989314617589116, 0.02067377045750618, 0.0052763731218874454, 0.03688526526093483, 0.014859313145279884, -0.04895905777812004, 0.00805897731333971, 0.013645844534039497, -0.0746057853102684, 0.024532901123166084, 0.03674815595149994, 0.1032814309000969, -0.05028345063328743, -0.03946393355727196, -0.01854023151099682, 0.012096631340682507, -0.0010608393931761384, 0.010403068736195564, 0.02028004452586174, -0.03295862674713135, -0.03352087736129761, -0.02522554062306881, 0.04869350790977478, -0.07330792397260666, 0.004540364257991314, 0.05533905699849129, -0.013773920945823193, 0.03820384666323662, -0.04281334578990936, -0.01240311749279499, -0.012857095338404179, -0.01968400925397873, -0.019134102389216423, 0.031042024493217468, -0.00906352885067463, -0.02183648571372032, -0.04956139624118805, -0.06088389828801155, -0.005014387890696526, 0.06693074107170105, -0.003809029934927821, -0.01797359436750412, -0.03412972763180733, -0.017111510038375854, 0.07230345159769058, 0.028873177245259285, -0.04058939963579178, 0.017651008442044258, 0.06400417536497116, 0.06103828549385071, -0.024637702852487564, 0.07263017445802689, 0.005222676321864128, -0.011754133738577366, -0.034184135496616364, 0.010557879693806171, 0.024714285507798195, -0.020393159240484238, 0.0049796453677117825, 0.03761904314160347, -0.01868925429880619, -0.03551410883665085, -0.04001053422689438, 0.06629875302314758, -0.004200201015919447, -0.009745923802256584, -0.0013252402422949672, -0.03123568370938301, -0.04175448790192604, 0.042453136295080185, -0.01739155687391758, 0.00019881159823853523, -0.020922088995575905, -0.03225087746977806, 0.007837352342903614, 0.031098827719688416, 0.03768179938197136, 0.04139924794435501, 0.015542501583695412, 0.06887120008468628, -0.01799090765416622, 0.028776973485946655, -0.0323529914021492, -0.05381549149751663, 0.00513777881860733, 0.07444567233324051, 0.026447365060448647, 0.06231514364480972, -0.006014032289385796, -0.03920731693506241, 0.04465050995349884, 0.05024750530719757, 0.03333938866853714, 0.017304707318544388, -0.04519358649849892, 0.0019259341061115265, 0.03533152490854263, 0.06633874028921127, -0.03767990693449974, -0.0382525771856308, 0.03382881358265877, 0.007073681335896254, 0.004225971642881632, 0.009939603507518768, -0.02999718114733696, 0.056498829275369644, -0.06684983521699905, -0.09032601118087769, 0.046479299664497375, 0.04031484201550484, 0.01126129925251007, 0.014397978782653809, -0.013203668408095837, -0.005684578791260719, 0.04463944956660271, -0.0032113143242895603, 0.021506106480956078, -0.037465061992406845, 0.010490152053534985, 0.022897254675626755, 0.04129594936966896, -0.04555224999785423, 0.03376859426498413, 0.0038860132917761803, -0.005514874123036861, 0.013243385590612888, -0.01652776263654232, 0.04089714214205742, 0.013118657283484936, 0.015263483859598637, -0.035018570721149445, 0.004191422834992409, 0.011725379154086113, 0.06001494079828262, 0.0670529454946518, 0.0023527396842837334, 0.06616632640361786, -0.011022096499800682, 0.03751055523753166, 0.07210944592952728, 0.013142424635589123, 0.014653963036835194, 0.02460678294301033, 0.08030354231595993, 0.017985213547945023, 0.006426864769309759, 0.07306187599897385, -0.02819075994193554, 0.00011988262849627063, -0.03319227322936058, 0.011100763455033302, -0.017231909558176994, 0.010620588436722755, 0.028048651292920113, 0.005770789925009012, -0.009680421091616154, 0.0008168080821633339, -0.013600394129753113, 0.001276001799851656, 0.037959080189466476, -0.011245926842093468, -0.0149104418233037, 0.003546844469383359, -0.0011784728849306703, 0.0029534909408539534, -0.07602125406265259, -0.038630031049251556, -0.014821861870586872, -0.023523317649960518, 0.028661444783210754, -0.0762433260679245, -0.018314402550458908, -0.0864885225892067, -0.015444133430719376, 0.023921148851513863, 0.019181685522198677, -0.00348077854141593, -0.02860611490905285, 0.007406525779515505, -0.03673717379570007, -0.05071255564689636, -0.03288436681032181, -0.04000840336084366, -0.012639111839234829, -0.06462424248456955, 0.034208375960588455, 0.0375949889421463, 0.023182768374681473, 0.006363940890878439, -0.008695623837411404, -0.007378732319921255, -0.05753428116440773, 0.06203831359744072, 0.04026080295443535, -0.04082461819052696, -0.06256421655416489, 0.03533080220222473, 0.003751755692064762, 0.004751200787723064, -0.009815393947064877, -0.014471464790403843, 0.05195451155304909, 0.07000572234392166, 0.0022789628710597754, 0.02615431323647499, -0.01899992674589157, -0.05609184876084328, -0.07465991377830505, -0.033435191959142685, -0.05008019506931305, -0.029409043490886688, -0.012986327521502972, -0.05186804011464119, -0.04835178330540657, -0.03923258185386658, 0.0150894895195961, -0.004569191485643387, -0.004108420107513666, 0.05052711442112923, 0.038923900574445724, 0.03530208393931389, 0.03755992278456688, -0.07327937334775925, -0.015555845573544502, 0.045396242290735245, 0.013969246298074722, -0.003987378906458616, -0.09498916566371918, -0.00983156356960535, 0.030875058844685555, 0.03870042786002159, -0.001549272914417088, -0.012088464573025703, 0.09183776378631592, 0.00995915848761797, -0.015408356674015522, 0.02753978595137596, -0.024730544537305832, -0.04054605960845947, -0.026451118290424347, 0.000631288974545896, -0.021067310124635696, -0.0622323602437973, -0.006066748406738043, -0.0063663991168141365, 0.03733314573764801, -0.05945834517478943, -0.04830612242221832, -0.008479631505906582, 0.02381197176873684, 0.029341096058487892, -0.016948048025369644, -0.02275514043867588, -0.006610325537621975, -0.051712147891521454, -0.038079190999269485, -0.009244090877473354, -0.0025849719531834126, 0.020336665213108063, 0.03289142623543739, 0.02759435586631298, -0.027419907972216606, 0.06019943580031395, 0.02133851684629917, 0.06826237589120865, 0.026843806728720665, -0.04273928701877594, 0.030127234756946564, -0.020333182066679, 0.014855705201625824, 0.00785027164965868, -0.020693281665444374, -0.03909843787550926, -0.07283227145671844, -0.02588881365954876, 0.008594042621552944, -0.014655166305601597, -0.012303425930440426, 0.033631566911935806, -0.016408871859312057, 0.014589495025575161, -0.008162914775311947, 0.018835747614502907, 0.03390055149793625, -0.04395051300525665, 0.031208565458655357, -0.006539915222674608, 0.044302456080913544, -0.07772748172283173, 0.008225515484809875, -0.039507124572992325, -0.021651769056916237, 0.014921809546649456, 0.09125671535730362, 0.02512422762811184, 0.046844687312841415, 0.08382902294397354, 0.04627874121069908, -0.061444226652383804, 0.04491019621491432, 0.04075825586915016, -0.010155143216252327, -0.07060524821281433, -0.003753144294023514, -0.03372802957892418, -0.04060773923993111, -0.005486576817929745, -0.03354935348033905, 0.04154607653617859, 0.03570681810379028, -0.024042081087827682, -0.001180110266432166, 0.005636890418827534, -0.034382354468107224, 0.010169519111514091, -0.05665261298418045, -0.022783564403653145, -0.0056916410103440285, -0.02097957767546177, 0.05384009703993797, 0.012601541355252266, -0.0012786519946530461, 0.039361122995615005, 0.050000522285699844, -0.03501737490296364, -0.02316143922507763, 0.025479920208454132, 0.02379567176103592, -0.06729818135499954, -0.06966187804937363, -0.014712871983647346, 0.04364066198468208, 0.03777919337153435, -0.02673196978867054, -0.08417714387178421, 0.024578824639320374, 0.038160540163517, -0.026444433256983757, 0.05195704102516174, -0.023483028635382652, 0.07008854299783707, 0.04739367589354515, 0.0009657499031163752, 0.017708497121930122, -0.02258453518152237, -0.017682556062936783, -0.013402105309069157, 0.029568787664175034, -0.029080577194690704, -0.035246241837739944, -0.06912121176719666, 0.041604313999414444, 0.03365420922636986, 0.02944818325340748, 0.04111797362565994, -0.024013586342334747, -0.029810726642608643, -0.008513007313013077, 0.025861866772174835, -0.03255276009440422, 0.023141974583268166, 0.017955301329493523, 0.04629780724644661, -0.035530973225831985, -0.029564687982201576, -0.012493865564465523, -0.004343753680586815, 0.04450241103768349, 0.010468453168869019, -0.06399435549974442, -0.04007767140865326, 0.002365345833823085, -0.03412976115942001, -0.020976005122065544, -0.09146662801504135, 0.014430131763219833, -0.005769815295934677, -0.023756058886647224, 0.05347517505288124, 0.035556331276893616, 0.030105028301477432, 0.0463273860514164, 0.009856565855443478, 0.015917623415589333, -0.03974200412631035, 0.025970706716179848, -0.007023632526397705, -0.02484525740146637, -0.0291519183665514, -0.01733027771115303, -0.03544066101312637, -0.03731955587863922, -0.041981857270002365, -0.04045781493186951, -0.015040894970297813, 0.018969357013702393, -0.03459969535470009, -0.00868512038141489, -0.014754271134734154, 0.02809605374932289, -0.02962954342365265, -0.04339105263352394, -0.015260409563779831, -0.04333844780921936, -0.07032545655965805, -0.06490050256252289, 0.02516704984009266, -0.011867468245327473, 0.011915117502212524, 0.018183350563049316, 0.020257242023944855, 0.021343301981687546, 0.011548717506229877, -0.028333699330687523, 0.0180364977568388, -0.0020752069540321827, -0.06170043349266052, -0.03980313241481781, 0.005902055185288191, 0.009611702524125576, 0.030746836215257645, -0.007345277350395918, 0.030816463753581047, 0.005170607008039951, -0.01640724018216133, -0.008636743761599064, -0.0003113680868409574, 0.023429276421666145, -0.05896793305873871, -0.03408197686076164, -0.01680872030556202, -0.04884926602244377, 0.032284148037433624, -0.00514793349429965, -0.02392195537686348, 0.03282937407493591, 0.023476043716073036, 0.03221927583217621, 0.009164315648376942, -0.02745876833796501, 0.029611138626933098, -0.022519903257489204, 0.009097867645323277, -0.05608261004090309, 0.046175722032785416, -0.045002374798059464, 0.020583193749189377, 0.006077523808926344, 0.016929833218455315, -0.04298073798418045, 0.04483858868479729, -0.020675260573625565, 0.006866468116641045, -0.011645250953733921, 0.0016839256277307868, -0.01992839016020298, 0.048104871064424515, -0.009227613918483257, 0.015861619263887405, -0.03532720357179642, 0.05438696965575218, -0.028885304927825928, 0.005383409094065428, -0.03524672985076904, -0.01542475912719965, -0.029103035107254982, -0.019410237669944763, 0.0022520546335726976, -0.03447388857603073, 0.022639097645878792, 0.056432921439409256, 0.04613000899553299, 0.03672749176621437, -0.03368210047483444, -0.017737120389938354, 0.032588716596364975, -0.057746175676584244, -0.014096343889832497, -0.004189326427876949, 0.026663215830922127, -0.009614319540560246, 0.05128733441233635, 0.0384511761367321, -0.05561954900622368, -0.039970267564058304, 0.05006185919046402, 0.01241068821400404, 0.009566269814968109, -0.007482427172362804, 0.043143704533576965, 0.02517838589847088, 0.050230130553245544, -0.03035854734480381, -0.010443750768899918, -0.02050579898059368, -0.02346767671406269, -0.0027024035807698965, 0.0003980442706961185, -0.0034652515314519405, 0.006598661653697491, -0.017343157902359962, -0.022809622809290886, 0.05111109837889671, 0.01892278529703617, 0.02611961029469967, -0.010065271519124508, -0.0587775744497776, 0.024599280208349228, -0.007701683323830366, -0.06453221291303635, 0.019498754292726517, 0.026089606806635857, -0.025010058656334877, 0.09765736013650894, -0.021113131195306778, 0.024627098813652992, 0.05738631635904312, 0.0039259097538888454, -0.03121894598007202, 0.022843915969133377, -0.0377735011279583, 0.018864894285798073, 0.04619025066494942, -0.050601717084646225, -0.004331497009843588, -0.042259953916072845, 0.08431150764226913, -0.060622356832027435, 0.03068423643708229, 0.049208398908376694, 0.03053566813468933, 0.007359623443335295, -0.040971651673316956, -0.0349295474588871, 0.058301251381635666, -0.03306111320853233, 0.0661139041185379, 0.021628787741065025, -0.07503142207860947, 0.053397249430418015, 0.008784211240708828, -0.10078894346952438, 0.04909820482134819, 0.017763061448931694, 0.008196694776415825, 0.031148066744208336, 0.05705001950263977, -0.06648329645395279, -0.00023380687343887985, -0.0487571656703949, 0.006450011860579252, -0.048508647829294205, 0.01118391565978527, 0.015356538817286491, -0.04283233359456062, -0.011052490212023258, -0.0011500648688524961, -0.020591765642166138, -0.0037568439729511738, 0.019785912707448006, -0.06478140503168106, -0.040379639714956284, -0.014817771501839161, 0.02692115493118763, -0.04624183475971222, 0.0015981757314875722, -0.026071930304169655, 0.01261152420192957, 0.032822135835886, 0.017999829724431038, -0.036969322711229324, -0.02570406161248684, 0.022599555552005768, -0.06772047281265259, -0.020218556746840477, 0.05706414952874184, 0.034620922058820724, -0.02664148434996605, 0.03715115040540695, -0.0046240356750786304, 0.03130675107240677, 0.02398845925927162, -0.009218152612447739, 0.04731425270438194, -0.05810345709323883, -0.006068001035600901, 0.012022064067423344, 0.018619025126099586, 0.02110564522445202, -0.008224640972912312, 0.04789375513792038, 0.03146939352154732, 0.0306586604565382, -0.0048858425579965115, -0.03118293546140194, -0.03569534793496132, 0.02170911431312561, -0.027278654277324677, 0.038503244519233704, 0.015890810638666153, -0.05250418931245804, -0.04158749431371689, -0.00446058064699173, -0.012236538343131542, 0.031075408682227135, -0.053695544600486755, 0.007188421208411455, 0.02469385787844658, -0.017427660524845123, -0.037818048149347305, -0.0857364609837532, -0.04227234050631523, -0.010253539308905602, 0.03115997649729252, 0.00948045402765274, -0.014452249743044376, 0.01643984392285347, -0.02131194993853569, -0.0628766193985939, 0.04093009978532791, 0.023116828873753548, -0.034289970993995667, 0.050601281225681305, 0.04445349797606468, -0.03494530916213989, 0.03235102444887161, 0.045832958072423935, -0.02796548791229725, 0.028376201167702675, 0.002050205133855343, 0.030436601489782333, 0.022420313209295273, 0.05896369740366936, -0.01994496025145054, -0.024706697091460228, -0.05694345384836197, -0.039606593549251556, -0.019868554547429085, -0.015302943997085094, 0.05204342305660248 ]
Advertisement/FischlUWU
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
null
--- tags: - espnet - audio - text-to-speech language: ja datasets: - jsut license: cc-by-4.0 --- ## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave` ♻️ Imported from https://zenodo.org/record/5521354/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
[ -0.029806755483150482, -0.012910353019833565, -0.022076822817325592, 0.032060857862234116, 0.04375801235437393, 0.026716863736510277, 0.001211358467116952, -0.005143025424331427, -0.041751787066459656, 0.03759687766432762, 0.006364825647324324, -0.017084410414099693, 0.025937026366591454, 0.023958642035722733, -0.03679673373699188, -0.05017796903848648, -0.00942180585116148, -0.017057988792657852, -0.03697122633457184, -0.008873960934579372, 0.026559630408883095, 0.02967148832976818, -0.008655162528157234, 0.03516090288758278, -0.0031556901521980762, 0.005119042471051216, -0.015024918131530285, 0.00875502172857523, 0.008319052867591381, -0.03689777851104736, 0.0009147248929366469, -0.03080431930720806, -0.03507976606488228, -0.04038255289196968, -0.025076212361454964, -0.008764227852225304, 0.0032656844705343246, -0.0021048830822110176, 0.03818552568554878, 0.030737515538930893, -0.017046114429831505, 0.018441224470734596, -0.014318885281682014, 0.012623673304915428, 0.051335230469703674, 0.011909639462828636, -0.029371704906225204, -0.03392845764756203, 0.0017696617869660258, -0.03331272304058075, -0.03975951299071312, -0.06979559361934662, -0.02218683622777462, 0.0032754247076809406, -0.015154647640883923, -0.02603830397129059, -0.05009227246046066, -0.038889866322278976, 0.08445508778095245, -0.040746092796325684, -0.03578987717628479, 0.0268953125923872, -0.084242083132267, 0.016154762357473373, 0.02792351320385933, -0.06469321250915527, 0.004741955548524857, -0.0879998728632927, -0.01412374060600996, -0.011861367151141167, 0.02782982774078846, -0.02036830596625805, 0.022844385355710983, -0.08613204956054688, -0.017066344618797302, -0.024618735536932945, 0.020876822993159294, 0.02891944907605648, -0.03722279146313667, 0.0662512481212616, 0.04301898181438446, -0.00903353001922369, 0.03494248539209366, -0.01441966276615858, -0.012622006237506866, 0.04499087110161781, -0.03821233659982681, 0.011613136157393456, 0.014999751932919025, 0.01958722248673439, -0.05278937891125679, -0.03889916092157364, -0.02652309089899063, -0.03138613700866699, -0.0006615726742893457, 0.04217084124684334, 0.04138173907995224, -0.0034945285879075527, 0.03830929100513458, 0.0081271231174469, 0.048140816390514374, 0.0351494736969471, -0.014680212363600731, 0.03569168969988823, -0.031790994107723236, 0.01815950497984886, 0.0011103522265329957, -0.03877197578549385, -0.05144777521491051, 0.03551667556166649, 0.011330218985676765, -0.029545750468969345, -0.042154256254434586, 0.05477486923336983, 0.0034031097311526537, -0.036181800067424774, 0.03738202527165413, -0.039652321487665176, -0.03893115743994713, -0.05977608636021614, 0.03478240966796875, 0.02019566111266613, -0.0029822546057403088, 0.02655857615172863, -0.07071920484304428, 0.016429569572210312, -0.03650433197617531, -0.035113126039505005, -0.00033609798992983997, 0.024355381727218628, -0.0006244070245884359, 0.03298725187778473, 0.01622634194791317, -0.04261535778641701, 0.01147058792412281, 0.010405115783214569, -0.07529111206531525, 0.02939523197710514, 0.04046237841248512, 0.09439511597156525, -0.050537656992673874, -0.04116538166999817, -0.016643987968564034, 0.011677638627588749, -0.009131095372140408, 0.01668185368180275, 0.014968461357057095, -0.031546544283628464, -0.03499598801136017, -0.0254821814596653, 0.04781968891620636, -0.07315100729465485, 0.0015175867592915893, 0.04643761366605759, -0.01087286975234747, 0.03852859139442444, -0.038593120872974396, -0.009036189876496792, -0.011420897208154202, -0.020797517150640488, -0.02543310634791851, 0.03162652626633644, -0.009154603816568851, -0.02657102793455124, -0.04461418464779854, -0.06342613697052002, -0.011413086205720901, 0.0744188204407692, -0.0008214112604036927, -0.017102569341659546, -0.032468829303979874, -0.017888540402054787, 0.07722396403551102, 0.03282630071043968, -0.03892737999558449, 0.02638603001832962, 0.06318406760692596, 0.06452564895153046, -0.02521207556128502, 0.07069414108991623, 0.006402129773050547, -0.014894778840243816, -0.027387334033846855, 0.0062147402204573154, 0.028582599014043808, -0.02465127222239971, 0.005711172241717577, 0.034240610897541046, -0.01285497099161148, -0.03078652359545231, -0.03303684666752815, 0.06931725889444351, 0.0025097804609686136, -0.007549684960395098, -0.0017348774708807468, -0.030178910121321678, -0.04649187996983528, 0.04467586800456047, -0.020397121086716652, -0.0025816059205681086, -0.015008934773504734, -0.03339650109410286, 0.0077478643506765366, 0.030687179416418076, 0.03440095856785774, 0.041582345962524414, 0.013935107737779617, 0.07372823357582092, -0.015532956458628178, 0.027661696076393127, -0.030414193868637085, -0.05424608290195465, 0.00979575514793396, 0.07988382875919342, 0.018101772293448448, 0.06797943264245987, -0.006009314674884081, -0.038993965834379196, 0.04625260829925537, 0.04993607848882675, 0.032191671431064606, 0.014061706140637398, -0.04842176288366318, 0.0005847460706718266, 0.03232245147228241, 0.06717908382415771, -0.03200088441371918, -0.03571309894323349, 0.03608168661594391, 0.014508027583360672, 0.002156591974198818, 0.0069620427675545216, -0.033520087599754333, 0.05573955178260803, -0.06427393853664398, -0.08821215480566025, 0.039399534463882446, 0.039863817393779755, 0.008243557997047901, 0.016479413956403732, -0.01124404463917017, -0.0037941085174679756, 0.04234299063682556, -0.0018715886399149895, 0.0228508822619915, -0.04157470911741257, 0.015169006772339344, 0.02303508296608925, 0.040215879678726196, -0.045740727335214615, 0.03513633832335472, 0.0001370403333567083, -0.005232470575720072, 0.017442964017391205, -0.02263425663113594, 0.03546198084950447, 0.0047044912353158, 0.01650393009185791, -0.03804997727274895, 0.006533916108310223, 0.013360859826207161, 0.0582185797393322, 0.07060728222131729, -0.0016827950021252036, 0.06810668110847473, -0.007403173949569464, 0.03905515745282173, 0.07344292849302292, 0.011137855239212513, 0.02056737244129181, 0.024109438061714172, 0.07868728786706924, 0.01940072327852249, 0.0006569880642928183, 0.07587666809558868, -0.027617814019322395, 0.003449466312304139, -0.02775641717016697, 0.005195208825170994, -0.018863927572965622, 0.004623888060450554, 0.03339609131217003, 0.008377566933631897, -0.01198088563978672, -0.0026218127459287643, -0.011849506758153439, 0.0018360662506893277, 0.03266412392258644, -0.007288423832505941, -0.009486183524131775, 0.01222455408424139, 0.006256209220737219, 0.006353751756250858, -0.07079414278268814, -0.02934286929666996, -0.011104396544396877, -0.015131953172385693, 0.024907706305384636, -0.07200491428375244, -0.014396238140761852, -0.08655790984630585, -0.01319344062358141, 0.025267422199249268, 0.01708630472421646, -0.005370643921196461, -0.03302733600139618, 0.002481866627931595, -0.039678651839494705, -0.04660889878869057, -0.03182803839445114, -0.04416787624359131, -0.01079616416245699, -0.06589967757463455, 0.03998070955276489, 0.03539961576461792, 0.02494668960571289, 0.0031993987504392862, -0.003279217053204775, -0.008046435192227364, -0.05702877417206764, 0.06607784330844879, 0.034812573343515396, -0.036215197294950485, -0.06238512694835663, 0.03148513659834862, 0.0037392424419522285, 0.0056978254579007626, -0.010505985468626022, -0.01782212033867836, 0.052065230906009674, 0.07268264889717102, 0.004369568545371294, 0.029444871470332146, -0.021098505705595016, -0.05404772236943245, -0.07335809618234634, -0.037634290754795074, -0.05128378048539162, -0.025102347135543823, -0.016139736399054527, -0.04860275611281395, -0.04933198168873787, -0.03713911399245262, 0.0130243431776762, -0.004532916937023401, -0.004103764425963163, 0.05586725473403931, 0.043892037123441696, 0.027250953018665314, 0.03784758597612381, -0.08195309340953827, -0.01635819301009178, 0.039873670786619186, 0.017763851210474968, -0.0026935278438031673, -0.08902546018362045, -0.006793762091547251, 0.02963913232088089, 0.0354873389005661, -0.00044086831621825695, -0.006045505870133638, 0.09430824965238571, 0.008224712684750557, -0.017744863405823708, 0.019940387457609177, -0.02750343084335327, -0.03608313202857971, -0.03465840592980385, 0.002930160379037261, -0.01947597786784172, -0.05793970823287964, -0.005122915841639042, -0.01038519199937582, 0.028966763988137245, -0.05898858234286308, -0.04516460746526718, -0.009660246782004833, 0.016392581164836884, 0.033692970871925354, -0.008880513720214367, -0.027966871857643127, -0.0027629726100713015, -0.05524470657110214, -0.037958674132823944, -0.009209240786731243, -0.0038941444363445044, 0.014404765330255032, 0.024993039667606354, 0.031604181975126266, -0.020353203639388084, 0.059380415827035904, 0.022353122010827065, 0.07208910584449768, 0.030760595574975014, -0.04006713628768921, 0.02561040222644806, -0.016887441277503967, 0.020287292078137398, 0.0018047892954200506, -0.020712168887257576, -0.039476826786994934, -0.07688730955123901, -0.02985948882997036, 0.013840597122907639, -0.0137008773162961, -0.007746315561234951, 0.03302869573235512, -0.018895048648118973, 0.014097236096858978, -0.00991939939558506, 0.023603985086083412, 0.031515639275312424, -0.04552091285586357, 0.035506557673215866, -0.010589064098894596, 0.03353167697787285, -0.07805520296096802, 0.007608775515109301, -0.0409170463681221, -0.019129035994410515, 0.014016381464898586, 0.08919612318277359, 0.023709336295723915, 0.051366712898015976, 0.09026019275188446, 0.041761696338653564, -0.05969536677002907, 0.04380842670798302, 0.040227923542261124, -0.006345652975142002, -0.07221825420856476, -0.0038973544724285603, -0.03327587991952896, -0.03847545012831688, -0.00369474315084517, -0.0331367552280426, 0.03716449812054634, 0.02817748859524727, -0.021383384242653847, -0.008137103170156479, 0.0017926899017766118, -0.0420822910964489, 0.008115631528198719, -0.051236819475889206, -0.022355176508426666, -0.007252680603414774, -0.020904162898659706, 0.04977606236934662, 0.014834745787084103, 0.00999306607991457, 0.03981456905603409, 0.050191398710012436, -0.03650082275271416, -0.024006815627217293, 0.018825819715857506, 0.029477544128894806, -0.07519393414258957, -0.0723712369799614, -0.017882362008094788, 0.047081358730793, 0.04142799228429794, -0.025728480890393257, -0.0874752402305603, 0.030509809032082558, 0.04142673686146736, -0.03135308250784874, 0.05714356526732445, -0.021652715280652046, 0.07039698958396912, 0.046399667859077454, 0.0021033044904470444, 0.0156681090593338, -0.02881946973502636, -0.018531806766986847, -0.006740867625921965, 0.031005049124360085, -0.03591661900281906, -0.034565892070531845, -0.07215362787246704, 0.04143793508410454, 0.03133147209882736, 0.03385135531425476, 0.04084765538573265, -0.02072315290570259, -0.03269437700510025, -0.012810556218028069, 0.024013856425881386, -0.0404924601316452, 0.018288303166627884, 0.017061879858374596, 0.0490075908601284, -0.0419740304350853, -0.034711048007011414, -0.018104607239365578, -0.0010289531201124191, 0.04389671981334686, 0.005943968426436186, -0.05747520178556442, -0.04313841834664345, 0.005918893497437239, -0.03230847418308258, -0.01563039794564247, -0.09334328025579453, 0.00704637635499239, -0.007048694882541895, -0.02444564737379551, 0.055659446865320206, 0.03823796287178993, 0.028558794409036636, 0.04514334350824356, 0.01421849150210619, 0.01946176029741764, -0.03754378855228424, 0.02164464257657528, -0.009327971376478672, -0.018447909504175186, -0.02531556971371174, -0.015524066053330898, -0.035155076533555984, -0.0368390791118145, -0.03711412474513054, -0.042393725365400314, -0.014065433293581009, 0.013703722506761551, -0.034270647913217545, -0.011268476955592632, -0.01590680703520775, 0.029386159032583237, -0.024621281772851944, -0.03758881241083145, -0.015280905179679394, -0.05050588399171829, -0.06754889339208603, -0.06256970763206482, 0.030500223860144615, -0.0075616431422531605, 0.0131689989939332, 0.020977342501282692, 0.023459959775209427, 0.019677940756082535, 0.009971420280635357, -0.033450085669755936, 0.015535417944192886, 0.0016951430588960648, -0.06106268987059593, -0.0375204011797905, 0.0026565445587038994, 0.009268371388316154, 0.022061504423618317, -0.006675904616713524, 0.03461940214037895, -0.0003695588675327599, -0.01653539203107357, -0.007852793671190739, 0.0011539446422830224, 0.022032354027032852, -0.06335096061229706, -0.032748255878686905, -0.018012680113315582, -0.05143599212169647, 0.03357858955860138, 0.0006684011896140873, -0.01784704253077507, 0.031204432249069214, 0.02281888574361801, 0.029446514323353767, 0.0058983261696994305, -0.034094903618097305, 0.028105389326810837, -0.017401184886693954, 0.007759100291877985, -0.06095258146524429, 0.04717005044221878, -0.050344597548246384, 0.020758135244250298, 0.005456837825477123, 0.012140492908656597, -0.04532349854707718, 0.04628694802522659, -0.014083513990044594, 0.0055478704161942005, -0.010216248221695423, 0.0022842457983642817, -0.019562363624572754, 0.05337311699986458, -0.010127677582204342, 0.021356675773859024, -0.03694497421383858, 0.057959068566560745, -0.028968235477805138, 0.0028562380466610193, -0.034402210265398026, -0.019819824025034904, -0.02719253860414028, -0.019020473584532738, -0.00136104179546237, -0.031132835894823074, 0.023879515007138252, 0.05797909200191498, 0.04993321746587753, 0.03909865394234657, -0.030678965151309967, -0.01832212507724762, 0.02998143620789051, -0.05985640361905098, -0.0113516328856349, -0.00606249226257205, 0.020061537623405457, -0.018044866621494293, 0.05096845701336861, 0.03717895224690437, -0.050707247108221054, -0.03804594278335571, 0.040921907871961594, 0.012371506541967392, 0.018170181661844254, -0.013722053728997707, 0.03762092441320419, 0.026370307430624962, 0.05083518475294113, -0.03269049525260925, -0.01034772489219904, -0.01734926551580429, -0.018703803420066833, 0.005715302657335997, 0.0024399077519774437, -0.003932194318622351, 0.0056567005813121796, -0.01961161568760872, -0.01778467558324337, 0.03782728686928749, 0.025781622156500816, 0.023145893588662148, -0.007088171783834696, -0.047295987606048584, 0.028095437213778496, -0.0094219408929348, -0.06918666511774063, 0.013773580081760883, 0.028064297512173653, -0.024520114064216614, 0.09580080211162567, -0.02243090607225895, 0.026876671239733696, 0.05361243337392807, 0.003566527273505926, -0.025758087635040283, 0.026025284081697464, -0.040484849363565445, 0.01671067252755165, 0.05172783136367798, -0.04689996689558029, -0.006787945982068777, -0.03831548988819122, 0.08908993750810623, -0.05983097851276398, 0.03597847744822502, 0.05409630760550499, 0.02005116641521454, 0.004708109889179468, -0.04882429540157318, -0.03280923143029213, 0.053659453988075256, -0.03433796763420105, 0.07048986107110977, 0.027142830193042755, -0.08077695220708847, 0.054988209158182144, 0.008680485188961029, -0.09927643835544586, 0.04973067715764046, 0.021220561116933823, 0.009779323823750019, 0.0329224094748497, 0.05925459787249565, -0.06429558247327805, -0.0033967841882258654, -0.04619041830301285, 0.009526334702968597, -0.04705095291137695, 0.009539089165627956, 0.01448144018650055, -0.052377015352249146, -0.012089725583791733, -0.0009215742466039956, -0.018895940855145454, -0.005413243547081947, 0.014624172821640968, -0.06327708065509796, -0.044572003185749054, -0.010960490442812443, 0.030713463202118874, -0.036400262266397476, 0.008524725213646889, -0.02656056173145771, 0.014195253141224384, 0.028395993635058403, 0.018817150965332985, -0.03735378384590149, -0.023439403623342514, 0.018106400966644287, -0.0680425688624382, -0.02238643169403076, 0.05394059419631958, 0.03267716243863106, -0.028624875470995903, 0.037937577813863754, -0.0037575475871562958, 0.02763970196247101, 0.031223248690366745, -0.008829156868159771, 0.04920328035950661, -0.060199763625860214, -0.006820524111390114, 0.008266064338386059, 0.014766782522201538, 0.02237706445157528, -0.01153207290917635, 0.043007444590330124, 0.03257535398006439, 0.03274429216980934, -0.004536099266260862, -0.025533925741910934, -0.042645737528800964, 0.02439306490123272, -0.03334813937544823, 0.039760295301675797, 0.0171920508146286, -0.05172961577773094, -0.04650251567363739, -0.002771323313936591, -0.012812747620046139, 0.030807819217443466, -0.05187501758337021, 0.005909443832933903, 0.02663489058613777, -0.014345681294798851, -0.047240521758794785, -0.08147525042295456, -0.04253781586885452, -0.007367389276623726, 0.03359484300017357, 0.00042838830268010497, -0.01358068734407425, 0.02524801343679428, -0.02171134576201439, -0.06733106076717377, 0.047172918915748596, 0.015592352487146854, -0.028803592547774315, 0.046436112374067307, 0.047281887382268906, -0.03324172645807266, 0.03325953707098961, 0.04124930500984192, -0.02895427495241165, 0.021547812968492508, 0.001674368977546692, 0.030217867344617844, 0.024186426773667336, 0.05547643080353737, -0.022976499050855637, -0.019427593797445297, -0.05286562442779541, -0.035209909081459045, -0.018195418640971184, -0.014364520087838173, 0.056347012519836426 ]
Aftabhussain/Tomato_Leaf_Classifier
[ "pytorch", "tensorboard", "vit", "image-classification", "transformers", "huggingpics", "model-index", "autotrain_compatible" ]
image-classification
{ "architectures": [ "ViTForImageClassification" ], "model_type": "vit", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
50
null
--- tags: - espnet - audio - text-to-speech language: en datasets: - libritts license: cc-by-4.0 --- ## Example ESPnet2 TTS model ### `kan-bayashi/libritts_gst+xvector_trasnformer` ♻️ Imported from https://zenodo.org/record/4409702/ This model was trained by kan-bayashi using libritts/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
[ -0.024772735312581062, -0.003819480538368225, -0.011581198312342167, 0.03388196974992752, 0.054961469024419785, 0.026722710579633713, -0.0011921789264306426, 0.0009978751186281443, -0.04384303092956543, 0.04404117539525032, 0.003868561005219817, -0.018055209890007973, 0.031310126185417175, 0.01878642849624157, -0.03365810960531235, -0.042591243982315063, -0.013662334531545639, -0.014920438639819622, -0.033356402069330215, -0.019488049671053886, 0.0214224923402071, 0.0324617438018322, -0.008505534380674362, 0.03589517995715141, -0.0021309915464371443, 0.009335404261946678, -0.008755924180150032, 0.013055074959993362, 0.007830328308045864, -0.05108533054590225, -0.0006428129272535443, -0.028782179579138756, -0.038502633571624756, -0.04317561909556389, -0.025763066485524178, -0.0027229487895965576, -0.004752798471599817, -0.013040678575634956, 0.039107270538806915, 0.028611313551664352, -0.025644781067967415, 0.02105894312262535, -0.01799955777823925, -0.0058362833224236965, 0.05887759476900101, 0.010590077377855778, -0.029008839279413223, -0.02541298232972622, 0.0005317497416399419, -0.03597467392683029, -0.04569905996322632, -0.06825633347034454, -0.020195690914988518, 0.005410226993262768, -0.02315562777221203, -0.027193957939743996, -0.04866042360663414, -0.030585091561079025, 0.08794897049665451, -0.032436762005090714, -0.045647379010915756, 0.02145875245332718, -0.07532845437526703, 0.011715330183506012, 0.033790700137615204, -0.05495179444551468, 0.006988232489675283, -0.07987378537654877, -0.011328755877912045, -0.017458846792578697, 0.031109342351555824, -0.01752154901623726, 0.01301624160259962, -0.09231087565422058, -0.020199067890644073, -0.022868266329169273, 0.023323556408286095, 0.030335647985339165, -0.042584240436553955, 0.05709882080554962, 0.04463513568043709, -0.015872126445174217, 0.01992454007267952, -0.01529074739664793, -0.02282080240547657, 0.05798492580652237, -0.04172216355800629, 0.004518274217844009, 0.018930165097117424, 0.021640677005052567, -0.06199956685304642, -0.03609394654631615, -0.02625121735036373, -0.03144878149032593, -0.003386114723980427, 0.04301400110125542, 0.04741587117314339, -0.0036251985002309084, 0.042686499655246735, 0.018254654482007027, 0.04265708103775978, 0.033275969326496124, -0.009334237314760685, 0.029550686478614807, -0.03235136345028877, 0.022271733731031418, 0.004737240727990866, -0.03653957322239876, -0.04805886000394821, 0.03475150093436241, 0.009785429574549198, -0.026497799903154373, -0.03530459478497505, 0.058444373309612274, 0.0004201419069431722, -0.030297545716166496, 0.03905532509088516, -0.046278662979602814, -0.03436757251620293, -0.062019232660532, 0.040755510330200195, 0.019978120923042297, -0.004067618865519762, 0.0349026620388031, -0.06468077749013901, 0.013067705556750298, -0.031070131808519363, -0.030086593702435493, -0.0021239654161036015, 0.023117557168006897, 0.009929385036230087, 0.026015929877758026, 0.015576310455799103, -0.05141390487551689, 0.021677324548363686, 0.014139318838715553, -0.07594463974237442, 0.043194741010665894, 0.03654351457953453, 0.10158679634332657, -0.04681894928216934, -0.035424377769231796, -0.016883084550499916, 0.00938098318874836, -0.010659012012183666, 0.0069826459512114525, 0.018001416698098183, -0.03713962808251381, -0.03051454946398735, -0.015992669388651848, 0.05504206195473671, -0.0741487368941307, 0.0035600753035396338, 0.04726254940032959, -0.010530080646276474, 0.03596227988600731, -0.03864442557096481, -0.01425174716860056, -0.01924854889512062, -0.02058243378996849, -0.03667750582098961, 0.039724815636873245, -0.009882984682917595, -0.02122008055448532, -0.04850844666361809, -0.057668473571538925, -0.009975548833608627, 0.06093636900186539, -0.007364722900092602, -0.010686423629522324, -0.027941357344388962, -0.011192644014954567, 0.07261790335178375, 0.03596930950880051, -0.04448516666889191, 0.0187017060816288, 0.06888978183269501, 0.06028089299798012, -0.022801635786890984, 0.0657830685377121, 0.008595963008701801, -0.018305843695998192, -0.03341684490442276, 0.006817722227424383, 0.021477501839399338, -0.02360464632511139, 0.0076412963680922985, 0.02964513748884201, -0.0027502616867423058, -0.036026325076818466, -0.03774165362119675, 0.06221122667193413, 0.0005308049148879945, -0.009113315492868423, -0.0061036404222249985, -0.03521818667650223, -0.04461721330881119, 0.052777647972106934, -0.016664493829011917, -0.0009568285313434899, -0.012916499748826027, -0.03206118941307068, 0.005532959010452032, 0.024937041103839874, 0.04129994288086891, 0.04699280858039856, 0.02110893838107586, 0.0674896240234375, -0.017541460692882538, 0.030803393572568893, -0.0369480736553669, -0.05965074524283409, 0.005164376925677061, 0.07792530208826065, 0.01706838794052601, 0.05663929879665375, -0.004220333881676197, -0.05061466619372368, 0.04093978926539421, 0.05410979315638542, 0.027707070112228394, 0.010093560442328453, -0.039515599608421326, -0.00016298195987474173, 0.029887566342949867, 0.06262387335300446, -0.04178345575928688, -0.04268985986709595, 0.038225967437028885, 0.012763621285557747, 0.004410758148878813, 0.006717659067362547, -0.040576785802841187, 0.049921002238988876, -0.07036536186933517, -0.0842033177614212, 0.03798902779817581, 0.03958264738321304, 0.011224457994103432, 0.014038213528692722, -0.013657045550644398, 0.0013981704832985997, 0.038884151726961136, -0.00322527508251369, 0.03065304458141327, -0.045863017439842224, 0.01896669529378414, 0.020908445119857788, 0.036266982555389404, -0.05301756411790848, 0.035650476813316345, 0.014669573865830898, -0.004228899255394936, 0.021130580455064774, -0.024997733533382416, 0.04015379399061203, 0.0046150884591042995, 0.01933310367166996, -0.04032493755221367, 0.01269286684691906, 0.004929875954985619, 0.05201025679707527, 0.07129267603158951, 0.00008733049617148936, 0.05573130398988724, -0.0011349908309057355, 0.032549142837524414, 0.07794841378927231, 0.009618236683309078, 0.008564976043999195, 0.025233328342437744, 0.0866323858499527, 0.024782786145806313, -0.004514695145189762, 0.07622454315423965, -0.027474628761410713, 0.0026950056198984385, -0.025615187361836433, 0.012897061184048653, -0.020823022350668907, 0.010105487890541553, 0.03365451097488403, 0.012111357413232327, -0.009630604647099972, 0.004258261993527412, -0.017936721444129944, -0.0028176254127174616, 0.04258495196700096, -0.00815492868423462, -0.019820788875222206, 0.0030429286416620016, -0.0015445874305441976, -0.00028018539887852967, -0.07884883135557175, -0.03523421287536621, -0.018516957759857178, -0.02469838596880436, 0.028827758505940437, -0.06885694712400436, -0.017615171149373055, -0.08739595860242844, -0.010437985882163048, 0.020062828436493874, 0.011511308141052723, -0.0123162055388093, -0.03265036642551422, 0.0033740990329533815, -0.04399697855114937, -0.05429261177778244, -0.02908542938530445, -0.04114438593387604, -0.007599964272230864, -0.06802909821271896, 0.03908450901508331, 0.04124074801802635, 0.018146200105547905, 0.0017951610498130322, -0.007901167497038841, -0.0046529145911335945, -0.04399270564317703, 0.0739399865269661, 0.03195709362626076, -0.03541448712348938, -0.0687568262219429, 0.03188537433743477, -0.005656196270138025, 0.007391901221126318, -0.0028663482517004013, -0.017912670969963074, 0.05318248271942139, 0.07579267024993896, 0.0020010031294077635, 0.028362108394503593, -0.014252135530114174, -0.05679222196340561, -0.07328440994024277, -0.03169277682900429, -0.054224301129579544, -0.025398027151823044, -0.01946893334388733, -0.052823666483163834, -0.04429222270846367, -0.030774787068367004, 0.01611500233411789, -0.003495581913739443, -0.0028123906813561916, 0.05332639068365097, 0.036139197647571564, 0.03501886874437332, 0.031890153884887695, -0.07225722074508667, -0.026062501594424248, 0.036844704300165176, 0.011449554935097694, -0.010782726109027863, -0.0954318717122078, -0.0033998871222138405, 0.027123861014842987, 0.023274265229701996, 0.0029483004473149776, -0.003562217578291893, 0.09531816840171814, 0.0006878733402118087, -0.01465119980275631, 0.02472853846848011, -0.020768003538250923, -0.030038274824619293, -0.0198313370347023, 0.0038964676205068827, -0.01818447932600975, -0.05534752458333969, -0.01085901353508234, -0.0032629319466650486, 0.029485784471035004, -0.056070081889629364, -0.049859561026096344, -0.01193955447524786, 0.030177827924489975, 0.028789589181542397, -0.01284530945122242, -0.02792273461818695, -0.005249448120594025, -0.04973816126585007, -0.04324142262339592, 0.006479865871369839, -0.0027755831833928823, 0.020204823464155197, 0.03560512140393257, 0.0337219201028347, -0.01700148731470108, 0.052897512912750244, 0.027380820363759995, 0.06740343570709229, 0.01779939793050289, -0.04410050809383392, 0.02453368343412876, -0.0187644325196743, 0.020930148661136627, 0.0074984305538237095, -0.024635720998048782, -0.03578595444560051, -0.08228814601898193, -0.021816596388816833, 0.01171928085386753, -0.024981176480650902, -0.014852521009743214, 0.035014279186725616, -0.013798273168504238, 0.013924138620495796, -0.006220875773578882, 0.01918153278529644, 0.029360005632042885, -0.04129630699753761, 0.03284003213047981, -0.007620168384164572, 0.028261903673410416, -0.07085457444190979, 0.008125986903905869, -0.041049763560295105, -0.020440727472305298, 0.021087707951664925, 0.08498077094554901, 0.020953433588147163, 0.05705616995692253, 0.08333980292081833, 0.048034343868494034, -0.0563659742474556, 0.046838920563459396, 0.035004451870918274, -0.015349112451076508, -0.07341162115335464, -0.005788916721940041, -0.033479202538728714, -0.04077107086777687, -0.005245849024504423, -0.02672622911632061, 0.03955024853348732, 0.021347690373659134, -0.01792597584426403, -0.013432171195745468, 0.004631448071449995, -0.04119884595274925, 0.0028479795437306166, -0.052564624696969986, -0.028135014697909355, -0.0007959094364196062, -0.021121840924024582, 0.05153597146272659, 0.009625591337680817, -0.0031734388321638107, 0.037605464458465576, 0.0428304597735405, -0.034967124462127686, -0.03020239621400833, 0.026676787063479424, 0.023702159523963928, -0.0667489618062973, -0.06252700835466385, -0.020794866606593132, 0.051627181470394135, 0.038783784955739975, -0.016582198441028595, -0.08066820353269577, 0.02644415572285652, 0.03720151633024216, -0.03322261944413185, 0.05970185622572899, -0.027780681848526, 0.0699843242764473, 0.05141037702560425, -0.005246095359325409, 0.017744695767760277, -0.02451322413980961, -0.01502979639917612, -0.01560532208532095, 0.02674946002662182, -0.033461250364780426, -0.036302193999290466, -0.08153701573610306, 0.038398247212171555, 0.029421577230095863, 0.0418214276432991, 0.042886413633823395, -0.027740152552723885, -0.030167968943715096, -0.003201477462425828, 0.033471204340457916, -0.03959061577916145, 0.015110260806977749, 0.017566557973623276, 0.048496950417757034, -0.04070979729294777, -0.031483590602874756, -0.019270043820142746, -0.00007584713603137061, 0.0434446856379509, 0.016055498272180557, -0.053293000906705856, -0.04362472891807556, 0.0014270576648414135, -0.04038437083363533, -0.010110936127603054, -0.09060512483119965, 0.010813253931701183, -0.0040525211952626705, -0.02076205238699913, 0.0555175244808197, 0.04071738198399544, 0.029470941051840782, 0.0443829782307148, 0.014579087495803833, 0.017227323725819588, -0.030489694327116013, 0.024264778941869736, -0.006481127813458443, -0.019645459949970245, -0.03551448509097099, -0.014717048965394497, -0.030228151008486748, -0.03366157039999962, -0.042583078145980835, -0.04680298641324043, -0.017215905711054802, 0.012572848238050938, -0.029277130961418152, -0.0030952829401940107, -0.017688065767288208, 0.033606428653001785, -0.02306869998574257, -0.03671867027878761, -0.016948837786912918, -0.03972848877310753, -0.077641062438488, -0.06709884107112885, 0.025830699130892754, -0.008404884487390518, 0.007618239149451256, 0.016692543402314186, 0.018684038892388344, 0.011018820106983185, 0.008013976737856865, -0.03167937323451042, 0.01614147610962391, -0.00855359435081482, -0.0634189173579216, -0.037855204194784164, 0.009298569522798061, 0.004894000943750143, 0.031900372356176376, -0.013963330537080765, 0.036004699766635895, 0.007230783347040415, -0.014487064443528652, -0.011957524344325066, -0.006579268258064985, 0.022776421159505844, -0.06613472104072571, -0.038410734385252, -0.019368477165699005, -0.04694321006536484, 0.03256024420261383, 0.007244168780744076, -0.012905820272862911, 0.022612813860177994, 0.03651113063097, 0.041556261479854584, 0.00244510592892766, -0.0237186998128891, 0.02406804822385311, -0.022983163595199585, 0.004116524010896683, -0.05276581645011902, 0.049388669431209564, -0.04104800149798393, 0.02445669285953045, 0.011929666623473167, 0.017696814611554146, -0.036496810615062714, 0.04725341498851776, -0.023899465799331665, 0.007777634542435408, -0.008751977235078812, 0.008198459632694721, -0.015261596068739891, 0.05210832878947258, -0.01385229267179966, 0.022038105875253677, -0.028155652806162834, 0.06092491000890732, -0.019797848537564278, 0.0016234481008723378, -0.03339054435491562, -0.006453832611441612, -0.025669315829873085, -0.026008637621998787, 0.008559197187423706, -0.043001268059015274, 0.02818419598042965, 0.058492135256528854, 0.03166358172893524, 0.03064783103764057, -0.029531436040997505, -0.020339813083410263, 0.03554020822048187, -0.048902057111263275, -0.007261390332132578, -0.008072707802057266, 0.021423347294330597, -0.015208186581730843, 0.05079256370663643, 0.030231693759560585, -0.054580479860305786, -0.040686026215553284, 0.04986705631017685, 0.00893059279769659, 0.010002819821238518, -0.010321234352886677, 0.035415831953287125, 0.022308850660920143, 0.05476943776011467, -0.026239847764372826, -0.012822682969272137, -0.017253849655389786, -0.026500502601265907, -0.0022216413635760546, 0.0015328777953982353, 0.001601635362021625, 0.002895133104175329, -0.02210680954158306, -0.0178411565721035, 0.046332623809576035, 0.02324785105884075, 0.022853441536426544, -0.01251281425356865, -0.04887853190302849, 0.02666798047721386, -0.009678037837147713, -0.061411052942276, 0.02617059461772442, 0.03361925855278969, -0.0301522109657526, 0.1058947741985321, -0.016922876238822937, 0.014687572605907917, 0.047154758125543594, 0.002909186528995633, -0.021143747493624687, 0.03148990869522095, -0.04383215308189392, 0.032484233379364014, 0.04342029243707657, -0.05148623138666153, -0.005312351975589991, -0.026861557736992836, 0.08022355288267136, -0.060609836131334305, 0.04264999181032181, 0.050139546394348145, 0.02639501914381981, 0.0027198491152375937, -0.05016881600022316, -0.03222479671239853, 0.054427050054073334, -0.03672987222671509, 0.07506759464740753, 0.01966705359518528, -0.08212582021951675, 0.060206420719623566, -0.00018694043683353812, -0.09765297919511795, 0.05197072774171829, 0.02316148579120636, 0.006435532122850418, 0.039208751171827316, 0.06060410290956497, -0.06857461482286453, -0.008097048848867416, -0.043123647570610046, 0.005505475681275129, -0.049434252083301544, 0.005631360225379467, 0.01563131809234619, -0.0401751771569252, -0.00806764792650938, -0.009441602975130081, -0.01966766268014908, -0.010351108387112617, 0.018836582079529762, -0.0628603994846344, -0.027592504397034645, -0.011299415491521358, 0.032515548169612885, -0.03794809430837631, 0.013975881971418858, -0.017475007101893425, 0.01835586503148079, 0.026167970150709152, 0.016538208350539207, -0.036854688078165054, -0.01958884298801422, 0.02033933997154236, -0.06728639453649521, -0.02841244451701641, 0.052909307181835175, 0.031053869053721428, -0.04113805294036865, 0.03850363567471504, -0.008678976446390152, 0.03659731149673462, 0.025264065712690353, -0.004802911076694727, 0.04094146564602852, -0.056583911180496216, -0.004294356796890497, 0.008542067371308804, 0.017210574820637703, 0.02583375759422779, -0.006836678832769394, 0.04938993230462074, 0.027639832347631454, 0.037166427820920944, -0.008182235062122345, -0.03485475480556488, -0.03586652874946594, 0.029970230534672737, -0.030994124710559845, 0.0332602895796299, 0.012718742713332176, -0.05188249796628952, -0.04207500070333481, -0.002040994120761752, -0.014376162551343441, 0.03753645345568657, -0.04864121600985527, 0.014554313383996487, 0.0316900871694088, -0.012421609833836555, -0.04840408265590668, -0.08570549637079239, -0.03899649903178215, -0.007844380103051662, 0.025644199922680855, 0.007332432549446821, -0.01683638244867325, 0.014428087510168552, -0.021449485793709755, -0.07299298048019409, 0.04178651049733162, 0.021771833300590515, -0.02724248170852661, 0.051554370671510696, 0.0455484502017498, -0.04432016611099243, 0.02633930742740631, 0.03701392933726311, -0.032040100544691086, 0.022340212017297745, 0.0022865834180265665, 0.031851962208747864, 0.023582810536026955, 0.045813120901584625, -0.02082441933453083, -0.026077857241034508, -0.04710572212934494, -0.03936289623379707, -0.016441289335489273, -0.024054624140262604, 0.05522991344332695 ]
Ahmed59/Demo-Team-5-SIAD
[ "tf", "roberta", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "RobertaForSequenceClassification" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
14
null
--- tags: - espnet - audio - text-to-speech language: en datasets: - libritts license: cc-by-4.0 --- ## Example ESPnet2 TTS model ### `kan-bayashi/libritts_xvector_conformer_fastspeech2` ♻️ Imported from https://zenodo.org/record/4418754/ This model was trained by kan-bayashi using libritts/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
[ -0.02550743892788887, -0.006457749754190445, -0.01290092896670103, 0.03445930406451225, 0.053670234978199005, 0.024072788655757904, -0.00202194694429636, -0.0009915202390402555, -0.04350196197628975, 0.04484446346759796, 0.004697834607213736, -0.01498626358807087, 0.03206795081496239, 0.017927302047610283, -0.0346832312643528, -0.04126524180173874, -0.011616753414273262, -0.014246971346437931, -0.03449361398816109, -0.019752873107790947, 0.02122480981051922, 0.03293360024690628, -0.007836049422621727, 0.03805086016654968, -0.0006584011716768146, 0.008857897482812405, -0.008958871476352215, 0.012259350158274174, 0.00973935704678297, -0.05049130320549011, 0.0004457781615201384, -0.0287812277674675, -0.03769437596201897, -0.043656058609485626, -0.02621736191213131, -0.000500030699186027, -0.004837538115680218, -0.011242430657148361, 0.03734063729643822, 0.02684410847723484, -0.026730293408036232, 0.020045338198542595, -0.021238815039396286, -0.004007244482636452, 0.05937272682785988, 0.010183531790971756, -0.030887747183442116, -0.025968918576836586, 0.00130988541059196, -0.03794265165925026, -0.04721948876976967, -0.0652829185128212, -0.018285492435097694, 0.006789127364754677, -0.026380427181720734, -0.02770613133907318, -0.04760584607720375, -0.030215075239539146, 0.08929729461669922, -0.03173927962779999, -0.04544062167406082, 0.022113054990768433, -0.07568521052598953, 0.013341900892555714, 0.03499506786465645, -0.05621233582496643, 0.006487085018306971, -0.07790687680244446, -0.012277191504836082, -0.01901540532708168, 0.0329461432993412, -0.016599582508206367, 0.011262872256338596, -0.09107846021652222, -0.020602354779839516, -0.023710139095783234, 0.025095436722040176, 0.028971021994948387, -0.03948080912232399, 0.057438917458057404, 0.04381290078163147, -0.013429916463792324, 0.022211723029613495, -0.01732644811272621, -0.021012835204601288, 0.05691859871149063, -0.04019835963845253, 0.00750315934419632, 0.0206516832113266, 0.019117284566164017, -0.06121600419282913, -0.036177366971969604, -0.025278834626078606, -0.03155983239412308, -0.0037157072219997644, 0.044401124119758606, 0.04585820809006691, -0.006822256371378899, 0.041638780385255814, 0.01855832152068615, 0.04126550257205963, 0.03454307094216347, -0.01029051374644041, 0.03301642835140228, -0.031407054513692856, 0.02049945667386055, 0.004341228399425745, -0.03609840199351311, -0.048503048717975616, 0.03577994927763939, 0.011194250546395779, -0.02590729482471943, -0.03479330614209175, 0.060317154973745346, -0.0008558774134144187, -0.028602348640561104, 0.038420528173446655, -0.04530811309814453, -0.03549324721097946, -0.06162037327885628, 0.039361368864774704, 0.019147630780935287, -0.0038365463260561228, 0.03444942086935043, -0.06471797078847885, 0.014184759929776192, -0.03056349791586399, -0.03059534914791584, -0.0020195054821670055, 0.02335352636873722, 0.008151574060320854, 0.025822052732110023, 0.014878958463668823, -0.051007650792598724, 0.017412012442946434, 0.01375030167400837, -0.07573404163122177, 0.0413191094994545, 0.0363331064581871, 0.10104180127382278, -0.047400977462530136, -0.03503554314374924, -0.017177628353238106, 0.011190432123839855, -0.008923745714128017, 0.00788426585495472, 0.016929466277360916, -0.03451882675290108, -0.03097556345164776, -0.012993214651942253, 0.05370055139064789, -0.07437558472156525, 0.004267700482159853, 0.04787779599428177, -0.010483195073902607, 0.037070132791996, -0.03987550362944603, -0.015697317197918892, -0.019029773771762848, -0.018699664622545242, -0.03481406345963478, 0.037720825523138046, -0.010244064033031464, -0.022755492478609085, -0.04735391587018967, -0.05679066479206085, -0.010186989791691303, 0.06033533439040184, -0.007312661036849022, -0.012012260034680367, -0.029485639184713364, -0.010393025353550911, 0.07407902181148529, 0.036437250673770905, -0.043536800891160965, 0.01815003901720047, 0.06788480281829834, 0.05994724482297897, -0.024347009137272835, 0.06794877350330353, 0.006785779260098934, -0.01849341206252575, -0.032633207738399506, 0.007769898511469364, 0.02293180488049984, -0.02253147028386593, 0.008913757279515266, 0.03024435229599476, -0.0030927404295653105, -0.03558497503399849, -0.037996962666511536, 0.0631241649389267, -0.0009848837507888675, -0.010386994108557701, -0.00786734838038683, -0.036321744322776794, -0.046258650720119476, 0.05173648148775101, -0.014966342598199844, -0.0004924633540213108, -0.013643345795571804, -0.03394903242588043, 0.0064808037132024765, 0.024967633187770844, 0.039478521794080734, 0.0474686473608017, 0.022344013676047325, 0.06928867846727371, -0.015977682545781136, 0.03015274927020073, -0.0368877537548542, -0.05864281952381134, 0.004891570657491684, 0.07808713614940643, 0.02048838697373867, 0.05887162312865257, -0.0045796106569468975, -0.050471700727939606, 0.04089222848415375, 0.05141210928559303, 0.02836648002266884, 0.008916866965591908, -0.042218226939439774, -0.0009164927760139108, 0.030735107138752937, 0.06514915078878403, -0.04003724828362465, -0.04022054746747017, 0.03486132249236107, 0.011134658008813858, 0.004205774050205946, 0.005266385152935982, -0.03936217352747917, 0.05173707380890846, -0.07124993205070496, -0.08691958338022232, 0.040070291608572006, 0.03845277428627014, 0.013879083096981049, 0.013430840335786343, -0.017160465940833092, 0.0015077071730047464, 0.03978431597352028, -0.0023765156511217356, 0.030944276601076126, -0.04651898890733719, 0.019610390067100525, 0.020610271021723747, 0.035775020718574524, -0.05392882600426674, 0.036699019372463226, 0.012439399026334286, -0.006663345731794834, 0.018403783440589905, -0.02336648665368557, 0.042288124561309814, 0.006437227595597506, 0.019319379702210426, -0.03979630023241043, 0.01442794594913721, 0.005814512260258198, 0.05120569095015526, 0.0709916427731514, -0.0005207236390560865, 0.05762328580021858, -0.001240141224116087, 0.03371680527925491, 0.07465391606092453, 0.00838596560060978, 0.007081333082169294, 0.023929661139845848, 0.08568700402975082, 0.023562265560030937, -0.006222655531018972, 0.07647009193897247, -0.028823070228099823, 0.002481123898178339, -0.025300566107034683, 0.01345427893102169, -0.01995277777314186, 0.010687275789678097, 0.03465558961033821, 0.01385751273483038, -0.010151735506951809, 0.00332715199328959, -0.017092546448111534, -0.001358269713819027, 0.04006974399089813, -0.009235037490725517, -0.019655536860227585, 0.0023400571662932634, -0.0012728364672511816, 0.0000867665876285173, -0.07909445464611053, -0.03435170277953148, -0.01739627495408058, -0.024129102006554604, 0.03047330677509308, -0.06868553906679153, -0.01664302870631218, -0.08685960620641708, -0.010609513148665428, 0.019678782671689987, 0.011456580832600594, -0.010723480954766273, -0.030296655371785164, 0.00270624621771276, -0.04482081159949303, -0.05166119337081909, -0.027758978307247162, -0.03996538743376732, -0.010137192904949188, -0.06633580476045609, 0.04060603305697441, 0.03941768780350685, 0.02035433053970337, 0.00489836884662509, -0.007803621701896191, -0.005123220384120941, -0.04714936763048172, 0.07281728833913803, 0.03323544189333916, -0.035481709986925125, -0.0697508156299591, 0.030811073258519173, -0.0043532284907996655, 0.008175092749297619, -0.0021908460184931755, -0.017859777435660362, 0.05121539533138275, 0.07475422322750092, 0.0021081320010125637, 0.02902746945619583, -0.01389660220593214, -0.05597006902098656, -0.07258303463459015, -0.03150882571935654, -0.05606014281511307, -0.027198823168873787, -0.02162160910665989, -0.05209621414542198, -0.044919535517692566, -0.03383413329720497, 0.015785902738571167, -0.0053170220926404, -0.005339264869689941, 0.0527888648211956, 0.03503863885998726, 0.03128647431731224, 0.03186914324760437, -0.07265929877758026, -0.02500593289732933, 0.03773707523941994, 0.011328179389238358, -0.01007862389087677, -0.09636080265045166, -0.003988535143435001, 0.02625499665737152, 0.02303624339401722, 0.002304177498444915, -0.0060796430334448814, 0.0940389484167099, 0.0034691684413701296, -0.016225866973400116, 0.022589372470974922, -0.02161182276904583, -0.030307870358228683, -0.020841926336288452, 0.002783309668302536, -0.01799069531261921, -0.05551835149526596, -0.009702780283987522, -0.0014676431892439723, 0.030741989612579346, -0.056457165628671646, -0.04843553900718689, -0.011173498816788197, 0.029775798320770264, 0.03007066436111927, -0.013884647749364376, -0.027592241764068604, -0.0069559188559651375, -0.049827441573143005, -0.04101160168647766, 0.005989691708236933, -0.004002416040748358, 0.019036250188946724, 0.03764228895306587, 0.030322030186653137, -0.014725795015692711, 0.055296868085861206, 0.027002515271306038, 0.06747833639383316, 0.018682653084397316, -0.04415781795978546, 0.025045737624168396, -0.019717641174793243, 0.019521284848451614, 0.007983843795955181, -0.02201528288424015, -0.036949433386325836, -0.08200269937515259, -0.021919092163443565, 0.012987167574465275, -0.02400147169828415, -0.01642795465886593, 0.033064648509025574, -0.017142465338110924, 0.014073407277464867, -0.006927356123924255, 0.018011705949902534, 0.028643032535910606, -0.04090069234371185, 0.03241533413529396, -0.009031797759234905, 0.031204629689455032, -0.06996281445026398, 0.0075560444965958595, -0.04016386345028877, -0.019716894254088402, 0.020605480298399925, 0.0852331668138504, 0.020038167014718056, 0.05495428293943405, 0.08445356786251068, 0.048437196761369705, -0.0550311915576458, 0.04818355664610863, 0.033363018184900284, -0.013388478197157383, -0.07340586930513382, -0.004253325518220663, -0.033657606691122055, -0.041970185935497284, -0.005290456581860781, -0.028631847351789474, 0.04151077941060066, 0.022664738819003105, -0.017728012055158615, -0.01320833433419466, 0.005706251133233309, -0.03928617015480995, 0.0028181560337543488, -0.05160427838563919, -0.026704950258135796, -0.0011904326966032386, -0.0217974204570055, 0.052728768438100815, 0.009339401498436928, -0.001512986607849598, 0.03710268810391426, 0.04354754090309143, -0.034338198602199554, -0.03093690797686577, 0.026240382343530655, 0.022742565721273422, -0.06724762171506882, -0.06164140999317169, -0.018862241879105568, 0.05267513170838356, 0.036556776612997055, -0.015938933938741684, -0.0827326625585556, 0.02650335617363453, 0.04151294752955437, -0.03468112275004387, 0.05947771668434143, -0.02641240321099758, 0.06940751522779465, 0.051967497915029526, -0.004684454761445522, 0.016843397170305252, -0.023034147918224335, -0.016636544838547707, -0.015038356184959412, 0.02618717961013317, -0.03161295875906944, -0.036195795983076096, -0.08210725337266922, 0.03975704312324524, 0.030843621119856834, 0.041167184710502625, 0.04003113508224487, -0.028314579278230667, -0.02995278686285019, -0.002193804830312729, 0.03157849982380867, -0.03869438171386719, 0.015890533104538918, 0.017929818481206894, 0.04668173938989639, -0.039652880281209946, -0.03217118978500366, -0.018494900315999985, 0.0016020784387364984, 0.043257735669612885, 0.017392579466104507, -0.05324625223875046, -0.0447029247879982, 0.001993413083255291, -0.03882867097854614, -0.007997159846127033, -0.08910086005926132, 0.010447203181684017, -0.004738568793982267, -0.020672181621193886, 0.053716108202934265, 0.039847612380981445, 0.03149973973631859, 0.04554590582847595, 0.013346911408007145, 0.01678420975804329, -0.030516359955072403, 0.026058107614517212, -0.0053818183951079845, -0.020339438691735268, -0.03299035504460335, -0.014878761023283005, -0.03089498169720173, -0.03440048545598984, -0.043426670134067535, -0.0468432642519474, -0.01695302687585354, 0.015200605615973473, -0.02944054827094078, -0.005280698649585247, -0.016629215329885483, 0.03340178728103638, -0.023684967309236526, -0.035569265484809875, -0.014856175519526005, -0.040039822459220886, -0.07739552855491638, -0.06754068285226822, 0.025220660492777824, -0.009232458658516407, 0.00979035347700119, 0.01548108458518982, 0.020258529111742973, 0.010664817877113819, 0.0071266270242631435, -0.030671831220388412, 0.013890350237488747, -0.00883583351969719, -0.06575160473585129, -0.03736748918890953, 0.008301526308059692, 0.007032927591353655, 0.03409681096673012, -0.013935156166553497, 0.037151187658309937, 0.00463159941136837, -0.015245052054524422, -0.012430544942617416, -0.004080550745129585, 0.023166542872786522, -0.0677904412150383, -0.037508901208639145, -0.01866993121802807, -0.04781346395611763, 0.03259989991784096, 0.005512204021215439, -0.012271647341549397, 0.02438145875930786, 0.0347600132226944, 0.03932337462902069, 0.002760782605037093, -0.023904042318463326, 0.025508172810077667, -0.022336255759000778, 0.002527942880988121, -0.052836135029792786, 0.04877755418419838, -0.04124816134572029, 0.02472156472504139, 0.011206155642867088, 0.02006751298904419, -0.0380248986184597, 0.04701261222362518, -0.02380724623799324, 0.005874030292034149, -0.008379397913813591, 0.008781801909208298, -0.015846220776438713, 0.0517447292804718, -0.01231345348060131, 0.02310493029654026, -0.03157662972807884, 0.06051364913582802, -0.019757388159632683, 0.0011625305050984025, -0.03410414233803749, -0.00853706244379282, -0.023080164566636086, -0.024657372385263443, 0.006609789095818996, -0.042508725076913834, 0.02552037127315998, 0.06122637540102005, 0.033053919672966, 0.03091662935912609, -0.030434275045990944, -0.018869508057832718, 0.03271724283695221, -0.05053482577204704, -0.00821424275636673, -0.007705952040851116, 0.022138984873890877, -0.01501444261521101, 0.05184999108314514, 0.033366113901138306, -0.055392853915691376, -0.04120839387178421, 0.05207551270723343, 0.011756248772144318, 0.009335779584944248, -0.0109467264264822, 0.03539235144853592, 0.023689724504947662, 0.052710991352796555, -0.027531497180461884, -0.01329638808965683, -0.016393588855862617, -0.02513984963297844, -0.0020875348709523678, 0.001408183597959578, 0.0011893962509930134, 0.004124882631003857, -0.02156776562333107, -0.018144486472010612, 0.04358936473727226, 0.024816114455461502, 0.022204259410500526, -0.011717596091330051, -0.04959065467119217, 0.027018658816814423, -0.012209882028400898, -0.06266912817955017, 0.02552352473139763, 0.03196405991911888, -0.03030090034008026, 0.10617216676473618, -0.016048338264226913, 0.014398799277842045, 0.04919331148266792, 0.003792369971051812, -0.019523072987794876, 0.029195314273238182, -0.044617846608161926, 0.0329732671380043, 0.04486268386244774, -0.051653578877449036, -0.005049386527389288, -0.03011428564786911, 0.08050708472728729, -0.061190202832221985, 0.04181329160928726, 0.051484931260347366, 0.025409387424588203, 0.002930308924987912, -0.04990636929869652, -0.0331086628139019, 0.05565500259399414, -0.03776382654905319, 0.07521162182092667, 0.021657437086105347, -0.08342716842889786, 0.059286829084157944, -0.00028269205358810723, -0.09834214299917221, 0.05269443243741989, 0.022271284833550453, 0.006760397460311651, 0.03749573230743408, 0.06119975820183754, -0.06852732598781586, -0.003904440440237522, -0.043980635702610016, 0.006936124991625547, -0.052214160561561584, 0.006119430530816317, 0.014856286346912384, -0.04004666209220886, -0.007327089551836252, -0.008021757937967777, -0.020376650616526604, -0.011044413782656193, 0.019558267667889595, -0.062859907746315, -0.02853102795779705, -0.008472535759210587, 0.03151090070605278, -0.03674040734767914, 0.010915547609329224, -0.01655358448624611, 0.017603503540158272, 0.026753591373562813, 0.01559021882712841, -0.035579193383455276, -0.018435437232255936, 0.02121678553521633, -0.06963290274143219, -0.025470832362771034, 0.05359244346618652, 0.03144018352031708, -0.04044042155146599, 0.04017489030957222, -0.0037216506898403168, 0.03582542762160301, 0.025015253573656082, -0.004852674435824156, 0.04019350931048393, -0.05861154571175575, -0.003737799357622862, 0.010521071963012218, 0.018153784796595573, 0.024658365175127983, -0.007169108837842941, 0.04807686805725098, 0.028679141774773598, 0.03597167134284973, -0.005466007627546787, -0.03370951488614082, -0.03403249755501747, 0.031757060438394547, -0.030565526336431503, 0.03659997507929802, 0.012735292315483093, -0.048366058617830276, -0.04437161609530449, -0.0021677021868526936, -0.0119966771453619, 0.03634389117360115, -0.04960928112268448, 0.014221491292119026, 0.02874753437936306, -0.01287002582103014, -0.04706747457385063, -0.08600431680679321, -0.039895351976156235, -0.0074397604912519455, 0.02803528495132923, 0.007432831451296806, -0.016307814046740532, 0.013580738566815853, -0.019769158214330673, -0.07244770973920822, 0.04130052775144577, 0.019769955426454544, -0.029315927997231483, 0.050617873668670654, 0.04574374109506607, -0.046278923749923706, 0.023542966693639755, 0.03968010097742081, -0.03182749077677727, 0.024961765855550766, 0.00032707449281588197, 0.03241725265979767, 0.023393739014863968, 0.045027654618024826, -0.019208820536732674, -0.025004351511597633, -0.046165358275175095, -0.04068894684314728, -0.016494518145918846, -0.02096567489206791, 0.05624622479081154 ]
Ahren09/distilbert-base-uncased-finetuned-cola
[ "pytorch", "tensorboard", "distilbert", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "DistilBertForSequenceClassification" ], "model_type": "distilbert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
33
null
--- tags: - espnet - audio - text-to-speech language: en datasets: - ljspeech license: cc-by-4.0 --- ## Example ESPnet2 TTS model ### `kan-bayashi/ljspeech_fastspeech2` ♻️ Imported from https://zenodo.org/record/4036272/ This model was trained by kan-bayashi using ljspeech/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
[ -0.02595527656376362, -0.007189502473920584, -0.012757936492562294, 0.03423050045967102, 0.05193444713950157, 0.02243024855852127, 0.0004991419846192002, -0.0021470042411237955, -0.04344220831990242, 0.041652243584394455, 0.003132446901872754, -0.017596950754523277, 0.03103521093726158, 0.01886957883834839, -0.035480089485645294, -0.042728208005428314, -0.010083411820232868, -0.011279301717877388, -0.031739190220832825, -0.017636826261878014, 0.023668617010116577, 0.038096386939287186, -0.00795725267380476, 0.0383850634098053, -0.0036656304728239775, 0.009024355560541153, -0.007892094552516937, 0.014343686401844025, 0.008457392454147339, -0.048900239169597626, -0.0008110131602734327, -0.026675334200263023, -0.04040062054991722, -0.045043181627988815, -0.02863178960978985, -0.004441399592906237, -0.004087628796696663, -0.009396233595907688, 0.03692437335848808, 0.026328235864639282, -0.022954951971769333, 0.021167263388633728, -0.018574273213744164, 0.0008480508113279939, 0.058875832706689835, 0.011237811297178268, -0.029886724427342415, -0.028730718418955803, -0.0000023206994228530675, -0.032619643956422806, -0.04626401141285896, -0.06940022110939026, -0.018916217610239983, 0.003311662469059229, -0.02421916276216507, -0.026223914697766304, -0.05112805962562561, -0.0329069159924984, 0.09235700964927673, -0.03817049041390419, -0.04620584100484848, 0.020440461114048958, -0.08125325292348862, 0.013708405196666718, 0.0350605845451355, -0.05932585150003433, 0.005744284950196743, -0.07734902948141098, -0.009305544197559357, -0.019701847806572914, 0.027743585407733917, -0.01797635294497013, 0.014687527902424335, -0.0885615199804306, -0.018351266160607338, -0.02340114302933216, 0.026532262563705444, 0.029174361377954483, -0.042938072234392166, 0.06303053349256516, 0.040517162531614304, -0.010378852486610413, 0.023904582485556602, -0.015603900887072086, -0.022346096113324165, 0.054103732109069824, -0.03963630273938179, 0.007335420697927475, 0.020276254042983055, 0.02193506993353367, -0.06640097498893738, -0.03865770995616913, -0.02618827112019062, -0.03254346549510956, -0.0016170414164662361, 0.04477975144982338, 0.044192835688591, -0.005964360199868679, 0.046595290303230286, 0.01621956191956997, 0.04342251643538475, 0.03787050023674965, -0.00809031818062067, 0.037540268152952194, -0.028939587995409966, 0.018407952040433884, 0.0035512924659997225, -0.038370776921510696, -0.048871006816625595, 0.037934254854917526, 0.010399917140603065, -0.02459508739411831, -0.03698345646262169, 0.060908667743206024, 0.00018420364358462393, -0.03288736194372177, 0.03909749910235405, -0.04108527675271034, -0.03488573804497719, -0.06111622601747513, 0.04022344574332237, 0.01885204203426838, -0.005439513362944126, 0.034088071435689926, -0.06601604074239731, 0.01179992314428091, -0.027849411591887474, -0.028508318588137627, -0.005471742711961269, 0.020387805998325348, 0.005597118753939867, 0.026333438232541084, 0.014914735220372677, -0.05389411002397537, 0.017674865201115608, 0.01182261761277914, -0.07629280537366867, 0.03669194132089615, 0.0320483073592186, 0.1037595272064209, -0.04992284998297691, -0.0347561351954937, -0.01623440906405449, 0.007421191781759262, -0.005322337616235018, 0.01056760922074318, 0.013356642797589302, -0.03419594466686249, -0.03055623546242714, -0.017623281106352806, 0.05666803941130638, -0.07575394213199615, 0.007201618980616331, 0.04761297628283501, -0.009966070763766766, 0.037124671041965485, -0.038891058415174484, -0.01652989722788334, -0.01440989226102829, -0.018389694392681122, -0.03454858437180519, 0.0351388044655323, -0.012965425848960876, -0.022335989400744438, -0.04959483817219734, -0.05777137354016304, -0.008981926366686821, 0.059867747128009796, -0.004305569920688868, -0.008781466633081436, -0.03293781355023384, -0.010954140685498714, 0.07828757911920547, 0.03003465011715889, -0.04097413271665573, 0.020089829340577126, 0.06755007058382034, 0.058583229780197144, -0.022829599678516388, 0.06906740367412567, 0.007589464541524649, -0.010563467629253864, -0.035883598029613495, 0.005802432540804148, 0.021815191954374313, -0.022401908412575722, 0.007443318143486977, 0.028538823127746582, -0.006700020749121904, -0.0326053760945797, -0.03701074793934822, 0.06541573256254196, 0.000755375949665904, -0.00905554462224245, -0.011214681901037693, -0.03617383912205696, -0.048948023468256, 0.0511200875043869, -0.01403373759239912, -0.00021347454458009452, -0.01419493556022644, -0.035062022507190704, 0.00535936001688242, 0.029313381761312485, 0.04199498891830444, 0.044330745935440063, 0.022097747772932053, 0.07007118314504623, -0.015936408191919327, 0.029892750084400177, -0.03748708963394165, -0.05847049504518509, 0.005431295372545719, 0.07722195237874985, 0.020245401188731194, 0.05961952358484268, -0.0013853962300345302, -0.04701629653573036, 0.04114586487412453, 0.04795728623867035, 0.029502149671316147, 0.014574280008673668, -0.04252934828400612, -0.0015169339021667838, 0.031429652124643326, 0.06884661316871643, -0.03707321360707283, -0.04144889861345291, 0.03517267107963562, 0.010819772258400917, 0.0022380929440259933, 0.007373590022325516, -0.034309592097997665, 0.051637500524520874, -0.06687349081039429, -0.08910760283470154, 0.04054570198059082, 0.042141348123550415, 0.011487818323075771, 0.014024078845977783, -0.018491283059120178, 0.000978380674496293, 0.04293997585773468, -0.005426471121609211, 0.030431322753429413, -0.04723411798477173, 0.018214646726846695, 0.023836996406316757, 0.03723162040114403, -0.050741225481033325, 0.036660086363554, 0.010648100636899471, -0.008284426294267178, 0.015259266830980778, -0.021089816465973854, 0.04023617506027222, 0.006055454257875681, 0.014145039953291416, -0.04299701750278473, 0.010785028338432312, 0.010073434561491013, 0.05190818011760712, 0.06693955510854721, -0.004713200964033604, 0.0642537772655487, -0.006287830416113138, 0.03523994982242584, 0.07335010915994644, 0.00835384987294674, 0.007715296465903521, 0.022627348080277443, 0.08660119771957397, 0.019763823598623276, -0.004978526383638382, 0.0749017521739006, -0.026296110823750496, 0.0020955540239810944, -0.026934532448649406, 0.0134600680321455, -0.02072085626423359, 0.007175194565206766, 0.03166649118065834, 0.01217579934746027, -0.01164345070719719, 0.0002689229731913656, -0.013670351356267929, -0.001405496383085847, 0.0377250611782074, -0.011479596607387066, -0.017038462683558464, 0.0007825439679436386, -0.0005119505804032087, 0.000700275122653693, -0.07900729775428772, -0.03258900344371796, -0.01938929408788681, -0.024866702035069466, 0.02687930315732956, -0.06823863089084625, -0.016049357131123543, -0.0851820781826973, -0.012114309705793858, 0.02419864572584629, 0.013746820390224457, -0.00998407881706953, -0.03487019240856171, 0.004900803789496422, -0.04445725679397583, -0.0505080446600914, -0.03264719620347023, -0.043012551963329315, -0.008592098951339722, -0.06736087799072266, 0.03472128137946129, 0.04196741059422493, 0.019230565056204796, 0.007169255521148443, -0.004260166082531214, -0.0053777233697474, -0.051994726061820984, 0.0690278708934784, 0.02895614504814148, -0.03653247654438019, -0.06808115541934967, 0.033131033182144165, -0.003514546202495694, 0.008143911138176918, -0.0008545402670279145, -0.01480006705969572, 0.05020218342542648, 0.07196318358182907, 0.000591473828535527, 0.03227975592017174, -0.013053820468485355, -0.053204912692308426, -0.06635409593582153, -0.03530656546354294, -0.058801423758268356, -0.0269627645611763, -0.02016112394630909, -0.04855703189969063, -0.04386480152606964, -0.03497766703367233, 0.015805024653673172, -0.004536949098110199, -0.0028437613509595394, 0.054058466106653214, 0.034633539617061615, 0.033426377922296524, 0.03181583434343338, -0.07543432712554932, -0.018480664119124413, 0.03869430348277092, 0.008088099770247936, -0.00579335680231452, -0.09656084328889847, -0.0052264416590332985, 0.025609688833355904, 0.02329089306294918, 0.0034698359668254852, -0.002798967296257615, 0.09264086186885834, 0.003332224441692233, -0.01565144583582878, 0.021384641528129578, -0.022664150223135948, -0.03397085517644882, -0.01938762702047825, 0.003220612881705165, -0.020486803725361824, -0.05563851445913315, -0.007129696663469076, -0.003263551741838455, 0.030488766729831696, -0.05777602642774582, -0.049460429698228836, -0.012761850841343403, 0.029736455529928207, 0.03184151649475098, -0.013483354821801186, -0.027488118037581444, -0.004786324221640825, -0.0524766780436039, -0.039737995713949203, 0.0003546160878613591, -0.004858681932091713, 0.016499167308211327, 0.03647533059120178, 0.026719383895397186, -0.02187095582485199, 0.05636436492204666, 0.025922449305653572, 0.06408540159463882, 0.01845252700150013, -0.0447588749229908, 0.02256855182349682, -0.018823685124516487, 0.019710605964064598, 0.00538427522405982, -0.020407652482390404, -0.03555753454566002, -0.07533589005470276, -0.022123252972960472, 0.016385912895202637, -0.026134485378861427, -0.01694931648671627, 0.03316915035247803, -0.01628478430211544, 0.0170193649828434, -0.007214637938886881, 0.020579451695084572, 0.03081558272242546, -0.03965524956583977, 0.031196055933833122, -0.008000356145203114, 0.03171936422586441, -0.07260394841432571, 0.0024372246116399765, -0.04208290949463844, -0.01894359104335308, 0.019481288269162178, 0.08799172192811966, 0.02075904980301857, 0.054476846009492874, 0.08494031429290771, 0.048267997801303864, -0.05197342485189438, 0.048281215131282806, 0.03850530460476875, -0.01589074544608593, -0.07300115376710892, -0.004568314645439386, -0.04062088206410408, -0.044283509254455566, -0.0006307154544629157, -0.02684123069047928, 0.041841425001621246, 0.02037798799574375, -0.019990360364317894, -0.011994518339633942, 0.006089264526963234, -0.036208342760801315, 0.0002062624116661027, -0.049921318888664246, -0.02542683854699135, -0.0009069128427654505, -0.019014891237020493, 0.05240601301193237, 0.01099290233105421, 0.0024459008127450943, 0.038798168301582336, 0.04659285023808479, -0.03684322535991669, -0.02600361965596676, 0.024834442883729935, 0.022415298968553543, -0.06597845256328583, -0.06518589705228806, -0.018246863037347794, 0.05386197194457054, 0.036844007670879364, -0.016119958832859993, -0.08295803517103195, 0.026109468191862106, 0.03764096274971962, -0.0368519090116024, 0.057393524795770645, -0.029234327375888824, 0.06803087145090103, 0.05118522793054581, -0.0028448484372347593, 0.018636004999279976, -0.02493460290133953, -0.0155748026445508, -0.012291371822357178, 0.029314439743757248, -0.031231515109539032, -0.03699256479740143, -0.07969886809587479, 0.037681467831134796, 0.03504220396280289, 0.040210820734500885, 0.04084194079041481, -0.028316501528024673, -0.027925772592425346, -0.009263266809284687, 0.028151024132966995, -0.03708960860967636, 0.016551733016967773, 0.015142595395445824, 0.04538638889789581, -0.037071846425533295, -0.033875901252031326, -0.01953187584877014, 0.0031405147165060043, 0.04310174658894539, 0.01802460476756096, -0.05386129021644592, -0.04507986083626747, 0.0008443740080110729, -0.03417140245437622, -0.007729134056717157, -0.08674569427967072, 0.015550728887319565, -0.008904165588319302, -0.02107258327305317, 0.054604604840278625, 0.03980381786823273, 0.03278971463441849, 0.04494626820087433, 0.011831775307655334, 0.01557331532239914, -0.031752750277519226, 0.030701588839292526, -0.006270235404372215, -0.01826457306742668, -0.031721677631139755, -0.017725856974720955, -0.031235380098223686, -0.03587483614683151, -0.04441596940159798, -0.04652873054146767, -0.01948852650821209, 0.015277640894055367, -0.03146133944392204, -0.006024330388754606, -0.015983333811163902, 0.032124437391757965, -0.023879533633589745, -0.03528076782822609, -0.013707803562283516, -0.043007757514715195, -0.07854103296995163, -0.06614885479211807, 0.027123907580971718, -0.009392425417900085, 0.009699886664748192, 0.017274731770157814, 0.02119152992963791, 0.012476460076868534, 0.007354498840868473, -0.03315575420856476, 0.01472429558634758, -0.008270137943327427, -0.06242170184850693, -0.03814185783267021, 0.003537626937031746, 0.007466155104339123, 0.03246569633483887, -0.012983464635908604, 0.03578457236289978, 0.006142754107713699, -0.01588050276041031, -0.008025553077459335, -0.0004495928587857634, 0.027340035885572433, -0.06434746831655502, -0.03630432114005089, -0.02048416994512081, -0.0473138727247715, 0.03322417661547661, 0.006177103146910667, -0.011781499721109867, 0.022982235997915268, 0.03241720050573349, 0.04100576043128967, 0.004641023930162191, -0.025363411754369736, 0.026130830869078636, -0.019684933125972748, -0.00041901925578713417, -0.05387714505195618, 0.052329301834106445, -0.04233600199222565, 0.025694582611322403, 0.012248835526406765, 0.014093554578721523, -0.03916146978735924, 0.0461140051484108, -0.023251648992300034, 0.003099021501839161, -0.009340052492916584, 0.008571134880185127, -0.015099314041435719, 0.0539373978972435, -0.012743650935590267, 0.019417116418480873, -0.03258555009961128, 0.05700511857867241, -0.022491006180644035, 0.0027238198090344667, -0.035331785678863525, -0.0076907058246433735, -0.023029420524835587, -0.021541787311434746, 0.005427334923297167, -0.03828752040863037, 0.024397121742367744, 0.06517412513494492, 0.0330352857708931, 0.03218259662389755, -0.029394615441560745, -0.02010480873286724, 0.029716752469539642, -0.04950694739818573, -0.005828108172863722, -0.00652723154053092, 0.025038817897439003, -0.012502815574407578, 0.05173512175679207, 0.03250988572835922, -0.05344332382082939, -0.03982765972614288, 0.04864396154880524, 0.015808744356036186, 0.01119315717369318, -0.012698658742010593, 0.034250784665346146, 0.019974421709775925, 0.05013704299926758, -0.029949631541967392, -0.011687908321619034, -0.016403306275606155, -0.022799519822001457, 0.0005069858161732554, -0.00009176801540888846, -0.0016030801925808191, 0.0028460617177188396, -0.021334467455744743, -0.01579776406288147, 0.043462611734867096, 0.02541501447558403, 0.02317744866013527, -0.011142944917082787, -0.051582444459199905, 0.026092231273651123, -0.01151458453387022, -0.06354931741952896, 0.02311193197965622, 0.032757870852947235, -0.029280373826622963, 0.10531605780124664, -0.017704959958791733, 0.01346719078719616, 0.049721550196409225, 0.004021300468593836, -0.021197207272052765, 0.02755219116806984, -0.04545287415385246, 0.027962760999798775, 0.04795099049806595, -0.04885583743453026, -0.00642390875145793, -0.03402506187558174, 0.07980721443891525, -0.06215833127498627, 0.0414976067841053, 0.04898836463689804, 0.025070076808333397, 0.00557095929980278, -0.04643934592604637, -0.035458628088235855, 0.054571107029914856, -0.04247177764773369, 0.07215717434883118, 0.021117743104696274, -0.08271365612745285, 0.05213521420955658, 0.004167173057794571, -0.09985106438398361, 0.049417320638895035, 0.021340470761060715, 0.009411758743226528, 0.03657510131597519, 0.06295102834701538, -0.06576711684465408, -0.0025289119221270084, -0.046413686126470566, 0.006548256613314152, -0.050252657383680344, 0.009345817379653454, 0.012473964132368565, -0.0406980887055397, -0.010303064249455929, -0.0096686827018857, -0.021363725885748863, -0.012573574669659138, 0.015996785834431648, -0.06527325510978699, -0.03097054921090603, -0.006544623989611864, 0.03449518606066704, -0.04096877574920654, 0.014381232671439648, -0.0170420054346323, 0.017260314896702766, 0.029853537678718567, 0.017530323937535286, -0.036495715379714966, -0.019322829321026802, 0.021293381229043007, -0.06953036040067673, -0.02227267436683178, 0.0507013164460659, 0.03347162529826164, -0.03925526142120361, 0.03878342732787132, -0.005171320866793394, 0.03810401260852814, 0.025095460936427116, -0.0029707399662584066, 0.04350126534700394, -0.056955888867378235, -0.003670962993055582, 0.009088678285479546, 0.01740199699997902, 0.026807565242052078, -0.006418620701879263, 0.045743126422166824, 0.028706148266792297, 0.039343319833278656, -0.006423512008041143, -0.031511031091213226, -0.03490564599633217, 0.03194720670580864, -0.03547283634543419, 0.04075193405151367, 0.014719272963702679, -0.04772688075900078, -0.04056312143802643, -0.003695826744660735, -0.012832213193178177, 0.03504155948758125, -0.04964734986424446, 0.012055809609591961, 0.02537369541823864, -0.012947501614689827, -0.042152661830186844, -0.08510663360357285, -0.038614071905612946, -0.008519108407199383, 0.03127463534474373, 0.004196463618427515, -0.01646243967115879, 0.014273322187364101, -0.01827726885676384, -0.07438322901725769, 0.03884506598114967, 0.022413654252886772, -0.030203044414520264, 0.04982687905430794, 0.04920978471636772, -0.04484785348176956, 0.023491065949201584, 0.03890635445713997, -0.03337574005126953, 0.024343661963939667, -0.002932511968538165, 0.03153984621167183, 0.02175944112241268, 0.049936458468437195, -0.019786547869443893, -0.0228422824293375, -0.046391140669584274, -0.04200377315282822, -0.016794733703136444, -0.017001904547214508, 0.054753147065639496 ]
Akari/albert-base-v2-finetuned-squad
[ "pytorch", "tensorboard", "albert", "question-answering", "dataset:squad_v2", "transformers", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible" ]
question-answering
{ "architectures": [ "AlbertForQuestionAnswering" ], "model_type": "albert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
13
null
--- tags: - espnet - audio - text-to-speech language: en datasets: - vctk license: cc-by-4.0 --- ## Example ESPnet2 TTS model ### `kan-bayashi/vctk_gst_fastspeech2` ♻️ Imported from https://zenodo.org/record/4036266/ This model was trained by kan-bayashi using vctk/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
[ -0.025237299501895905, -0.007517598569393158, -0.011396420188248158, 0.03166541829705238, 0.0533999428153038, 0.022618485614657402, 0.002605029847472906, 0.0012439672136679292, -0.04386289790272713, 0.043042220175266266, 0.004918485414236784, -0.017199506983160973, 0.034840118139982224, 0.018170207738876343, -0.033060647547245026, -0.043066103011369705, -0.009367492981255054, -0.010950444266200066, -0.03356696665287018, -0.016704050824046135, 0.022654270753264427, 0.03426865115761757, -0.009356942027807236, 0.03649139404296875, -0.0034706606529653072, 0.011534675024449825, -0.01031029224395752, 0.012478947639465332, 0.009656446985900402, -0.049901995807886124, -0.0019976624753326178, -0.028476879000663757, -0.04036029055714607, -0.046914178878068924, -0.025645924732089043, -0.005580216180533171, -0.004561559297144413, -0.008905942551791668, 0.03460486978292465, 0.025879528373479843, -0.025050174444913864, 0.02140883170068264, -0.015565618872642517, -0.003644027281552553, 0.06234919652342796, 0.010136228986084461, -0.032442279160022736, -0.02198268286883831, 0.001137305167503655, -0.029615018516778946, -0.04404320567846298, -0.06827965378761292, -0.020978905260562897, 0.007755184080451727, -0.022801874205470085, -0.028350820764899254, -0.05266120284795761, -0.029656151309609413, 0.09034859389066696, -0.03513628616929054, -0.04546603560447693, 0.021669330075383186, -0.07758501172065735, 0.011651353910565376, 0.03748396784067154, -0.055049728602170944, 0.00775198545306921, -0.0774262323975563, -0.011864982545375824, -0.017213625833392143, 0.03407696634531021, -0.01722995936870575, 0.010867524892091751, -0.08907534182071686, -0.01697365753352642, -0.023071786388754845, 0.024557745084166527, 0.028992637991905212, -0.04169786348938942, 0.06061637029051781, 0.041578520089387894, -0.01182643324136734, 0.024568995460867882, -0.02053273655474186, -0.02081109583377838, 0.05804527923464775, -0.038589488714933395, 0.008324815891683102, 0.021371152251958847, 0.02145150862634182, -0.06301794201135635, -0.03615877777338028, -0.027009233832359314, -0.03351505100727081, -0.0025640239473432302, 0.04276011884212494, 0.04323992878198624, -0.0046337926760315895, 0.042285770177841187, 0.01684829592704773, 0.04315663501620293, 0.0375189371407032, -0.00883040577173233, 0.03424187749624252, -0.03318822383880615, 0.02021840587258339, 0.0036956900730729103, -0.03717214614152908, -0.047280337661504745, 0.036786459386348724, 0.010743477381765842, -0.027111629024147987, -0.03372381627559662, 0.05960341915488243, 0.00020700863387901336, -0.02772514335811138, 0.03852962702512741, -0.046781569719314575, -0.03892095014452934, -0.06155494228005409, 0.039967071264982224, 0.01849813014268875, -0.004572035279124975, 0.035038307309150696, -0.06487303972244263, 0.010489198379218578, -0.028333615511655807, -0.029151003807783127, -0.006793240550905466, 0.023454835638403893, 0.008347094990313053, 0.027178239077329636, 0.017997251823544502, -0.05724573880434036, 0.014543742872774601, 0.01166115514934063, -0.07648292928934097, 0.03554743528366089, 0.03273129090666771, 0.1009104996919632, -0.05110442638397217, -0.0318186953663826, -0.018395261839032173, 0.009050006978213787, -0.006017786450684071, 0.014088118448853493, 0.01607859693467617, -0.03174067661166191, -0.03182678669691086, -0.016414504498243332, 0.05670849233865738, -0.07393133640289307, 0.006262194365262985, 0.04966478794813156, -0.0090895164757967, 0.036930907517671585, -0.035392846912145615, -0.01386828999966383, -0.015917247161269188, -0.020141109824180603, -0.0355677530169487, 0.03637442737817764, -0.010760780423879623, -0.023104481399059296, -0.051241740584373474, -0.058720335364341736, -0.009385352954268456, 0.0603242926299572, -0.007146382704377174, -0.008809683844447136, -0.03015437163412571, -0.010208292864263058, 0.07491204142570496, 0.03591105341911316, -0.04416066035628319, 0.017352977767586708, 0.06763813644647598, 0.05939708650112152, -0.027269914746284485, 0.07057429850101471, 0.007145909126847982, -0.016550695523619652, -0.03378041833639145, 0.005110579542815685, 0.0219680555164814, -0.02588777244091034, 0.0074910628609359264, 0.030431684106588364, -0.005360604729503393, -0.03650671988725662, -0.03779375180602074, 0.06419718265533447, -0.0008862399263307452, -0.0073690772987902164, -0.008338830433785915, -0.033476270735263824, -0.04908907413482666, 0.05123807117342949, -0.014539097435772419, -0.0032897181808948517, -0.014987672679126263, -0.032114993780851364, 0.005513045936822891, 0.024428898468613625, 0.04013749212026596, 0.0474579855799675, 0.022143669426441193, 0.06992630660533905, -0.01607118733227253, 0.029228704050183296, -0.03705241531133652, -0.057493533939123154, 0.004388244356960058, 0.07424823194742203, 0.018313061445951462, 0.059888917952775955, 0.0003938310837838799, -0.04774169623851776, 0.041569676250219345, 0.047820623964071274, 0.029166966676712036, 0.011007722467184067, -0.03941129148006439, 0.0004941907245665789, 0.02825586125254631, 0.06644661724567413, -0.03773166984319687, -0.042073797434568405, 0.03678920120000839, 0.012656408362090588, 0.0016938690096139908, 0.006145907565951347, -0.03578508272767067, 0.05000631511211395, -0.06856825202703476, -0.0866805836558342, 0.040433403104543686, 0.03937934711575508, 0.01054353080689907, 0.010284424759447575, -0.018307389691472054, 0.0009646868566051126, 0.03969217836856842, -0.003959766589105129, 0.03020983748137951, -0.04754757136106491, 0.0177608672529459, 0.022343501448631287, 0.035703182220458984, -0.05051765218377113, 0.037395179271698, 0.01065001543611288, -0.009805585257709026, 0.020506229251623154, -0.025225287303328514, 0.040593571960926056, 0.005516740493476391, 0.01728580892086029, -0.04027320817112923, 0.00983455590903759, 0.0070108030922710896, 0.05139527469873428, 0.07060236483812332, -0.001244454411789775, 0.06320516765117645, 0.0005311525310389698, 0.0320894829928875, 0.0779210701584816, 0.007351671811193228, 0.008135667070746422, 0.022046489641070366, 0.08620984107255936, 0.023704158142209053, -0.004685388412326574, 0.0725259929895401, -0.027284542098641396, 0.0013252762146294117, -0.02459997870028019, 0.011583587154746056, -0.020191369578242302, 0.011467784643173218, 0.034722208976745605, 0.010859094560146332, -0.011409942992031574, 0.0029630952049046755, -0.015866633504629135, -0.0007825971697457135, 0.03828927129507065, -0.008031166158616543, -0.021657809615135193, 0.000042714604205684736, -0.0005228407098911703, 0.00011453691695351154, -0.07965046167373657, -0.03229572996497154, -0.020798325538635254, -0.028687942773103714, 0.030880458652973175, -0.0672730803489685, -0.01818878762423992, -0.0869622528553009, -0.013247303664684296, 0.024122076109051704, 0.01381815318018198, -0.011338533833622932, -0.03803917393088341, 0.002874860307201743, -0.048417266458272934, -0.05377612262964249, -0.031299542635679245, -0.03960467875003815, -0.010286793112754822, -0.06904296576976776, 0.04042268171906471, 0.039331015199422836, 0.021432748064398766, 0.006278286688029766, -0.008281394839286804, -0.003009407315403223, -0.0447535365819931, 0.07064203917980194, 0.031036028638482094, -0.038360267877578735, -0.06734756380319595, 0.02892930991947651, -0.004498402122408152, 0.008525623939931393, -0.0035558731760829687, -0.015976298600435257, 0.04991636052727699, 0.07451426237821579, 0.0017113919602707028, 0.029969576746225357, -0.01167948730289936, -0.05586305260658264, -0.07174172252416611, -0.03188773989677429, -0.060593415051698685, -0.025280961766839027, -0.019308779388666153, -0.05269961431622505, -0.04303034767508507, -0.03204452991485596, 0.016409797593951225, -0.006087781861424446, -0.005848097614943981, 0.05060748755931854, 0.03394658863544464, 0.03136836737394333, 0.02944757789373398, -0.07351725548505783, -0.01931433193385601, 0.0351366363465786, 0.01102646254003048, -0.006539626512676477, -0.09795939177274704, -0.002869805321097374, 0.025208014994859695, 0.02304813638329506, 0.0010721429716795683, -0.002055444987490773, 0.09433338791131973, -0.0005284351063892245, -0.016423773020505905, 0.021645361557602882, -0.024370944127440453, -0.03208718076348305, -0.019764039665460587, 0.004749157465994358, -0.020920848473906517, -0.05217783525586128, -0.00671755475923419, -0.003176424652338028, 0.03160373866558075, -0.05948992073535919, -0.05204988643527031, -0.011139320209622383, 0.027935422956943512, 0.03188459575176239, -0.013757925480604172, -0.02799699641764164, -0.003875319380313158, -0.04939567670226097, -0.040447838604450226, 0.0023212959058582783, -0.004183788783848286, 0.018278421834111214, 0.039268117398023605, 0.031351666897535324, -0.023195045068860054, 0.05704955756664276, 0.02968127839267254, 0.06748233735561371, 0.017322059720754623, -0.04487176239490509, 0.023346778005361557, -0.017851218581199646, 0.017894869670271873, 0.0075196027755737305, -0.02036222629249096, -0.03945823013782501, -0.08043475449085236, -0.021671921014785767, 0.013931173831224442, -0.02554033137857914, -0.015722963958978653, 0.03387407585978508, -0.013257747516036034, 0.01666775904595852, -0.008833197876811028, 0.021840790286660194, 0.03268219530582428, -0.04165066406130791, 0.0330326110124588, -0.008124691434204578, 0.028204400092363358, -0.06909692287445068, 0.005341709591448307, -0.03992023691534996, -0.021054277196526527, 0.01700061745941639, 0.08632030338048935, 0.01765553653240204, 0.05737565830349922, 0.08552026748657227, 0.045794710516929626, -0.052526265382766724, 0.04755886271595955, 0.03634149953722954, -0.014227323234081268, -0.07315769791603088, -0.004376101307570934, -0.036291491240262985, -0.04360704869031906, -0.0007349579245783389, -0.026102963835000992, 0.0431317463517189, 0.021462654694914818, -0.018642988055944443, -0.012943788431584835, 0.008774437010288239, -0.03993626683950424, -0.0024275470059365034, -0.05055182799696922, -0.0275568887591362, 0.00038429006235674024, -0.021727953106164932, 0.05605049431324005, 0.011241947300732136, -0.00044090556912124157, 0.03812013566493988, 0.0423017255961895, -0.03911930322647095, -0.02654198184609413, 0.026231013238430023, 0.02146051824092865, -0.06698106229305267, -0.06431444734334946, -0.01905054599046707, 0.05270380154252052, 0.037992287427186966, -0.015901166945695877, -0.08067270368337631, 0.02636038511991501, 0.035936810076236725, -0.03630490228533745, 0.05832955241203308, -0.02878616750240326, 0.06644987314939499, 0.04929691180586815, -0.0019095315365120769, 0.018209587782621384, -0.02263287641108036, -0.01468376163393259, -0.01038268581032753, 0.027407916262745857, -0.033521171659231186, -0.03746844455599785, -0.08049594610929489, 0.034692857414484024, 0.03299419954419136, 0.03943604230880737, 0.03799177333712578, -0.026751087978482246, -0.026067333295941353, -0.00415969081223011, 0.029978681355714798, -0.03715952858328819, 0.014745312742888927, 0.015775833278894424, 0.0456448532640934, -0.0415840707719326, -0.032494593411684036, -0.018935399129986763, 0.0005328147090040147, 0.03914828598499298, 0.01689937524497509, -0.054497044533491135, -0.04452555626630783, -0.0007413417333737016, -0.037260349839925766, -0.008913666941225529, -0.08711294829845428, 0.008230816572904587, -0.007472534663975239, -0.02110207825899124, 0.05503705516457558, 0.04304211959242821, 0.03216838091611862, 0.044656962156295776, 0.014228546060621738, 0.016919085755944252, -0.028648950159549713, 0.030376356095075607, -0.004787827376276255, -0.02025923877954483, -0.03253991901874542, -0.016858864575624466, -0.03304331377148628, -0.0369856096804142, -0.045116376131772995, -0.04587313160300255, -0.020821955054998398, 0.01311847846955061, -0.029066788032650948, -0.004443551413714886, -0.01572287827730179, 0.031003868207335472, -0.025573860853910446, -0.03224486857652664, -0.015037898905575275, -0.03949693590402603, -0.07791763544082642, -0.0638480931520462, 0.027105143293738365, -0.00443454971536994, 0.00829529482871294, 0.015887858346104622, 0.01980740763247013, 0.008445086888968945, 0.007270722184330225, -0.02895311452448368, 0.012549761682748795, -0.006573469843715429, -0.061114437878131866, -0.03563709557056427, 0.004384137224406004, 0.008671396411955357, 0.03211813047528267, -0.01396040990948677, 0.03535686060786247, 0.008348752744495869, -0.015697162598371506, -0.010960839688777924, 0.0007114256150089204, 0.025681791827082634, -0.06418038159608841, -0.03859729692339897, -0.017986787483096123, -0.0445580817759037, 0.03294437378644943, 0.00725527573376894, -0.012123783119022846, 0.021936938166618347, 0.03533678501844406, 0.04242346063256264, 0.0006308074225671589, -0.02675219066441059, 0.02431500144302845, -0.022577743977308273, -0.00032283455948345363, -0.05497853830456734, 0.05034346878528595, -0.0432608425617218, 0.024393023923039436, 0.011045757681131363, 0.01621730625629425, -0.04001116752624512, 0.046303894370794296, -0.026103999465703964, 0.005719134118407965, -0.011604271829128265, 0.008477389812469482, -0.015310725197196007, 0.054606255143880844, -0.013609707355499268, 0.017712458968162537, -0.03384071961045265, 0.05584512650966644, -0.0192607119679451, 0.0029879161156713963, -0.03574530407786369, -0.00877071637660265, -0.024777719751000404, -0.022517897188663483, 0.005623060744255781, -0.03915965184569359, 0.028312459588050842, 0.06165965273976326, 0.03486330062150955, 0.031210990622639656, -0.027930986136198044, -0.01884593814611435, 0.035576704889535904, -0.048191849142313004, -0.008127879351377487, -0.00825683306902647, 0.02465006895363331, -0.01454791147261858, 0.0501725897192955, 0.03509951010346413, -0.05649789050221443, -0.04138121008872986, 0.04859533905982971, 0.014641259796917439, 0.011126518249511719, -0.008390427567064762, 0.033704351633787155, 0.02184327319264412, 0.052784260362386703, -0.025276245549321175, -0.013898016884922981, -0.016530469059944153, -0.022616762667894363, 0.0008520414121448994, 0.0016055351588875055, 0.0003403557639103383, 0.0038680308498442173, -0.02283904142677784, -0.01712726801633835, 0.04481871798634529, 0.027221595868468285, 0.020874839276075363, -0.010027768090367317, -0.04988524690270424, 0.026583708822727203, -0.009534119628369808, -0.06420093774795532, 0.02285570092499256, 0.0322592668235302, -0.028825171291828156, 0.10680396854877472, -0.01990395598113537, 0.013351919129490852, 0.05125163868069649, 0.0038151785265654325, -0.02171012945473194, 0.029033809900283813, -0.04482348635792732, 0.0276176817715168, 0.049053557217121124, -0.0518072210252285, -0.0045717135071754456, -0.03204630687832832, 0.08192525058984756, -0.06397894024848938, 0.04092194885015488, 0.04687809199094772, 0.025299282744526863, 0.003948694560676813, -0.04844304919242859, -0.0347251333296299, 0.05535780265927315, -0.04240153729915619, 0.0774291530251503, 0.02180873043835163, -0.0774376317858696, 0.0547151118516922, 0.004449660889804363, -0.09891185909509659, 0.04923778027296066, 0.024297866970300674, 0.0058512319810688496, 0.03740640729665756, 0.06044202670454979, -0.06862503290176392, -0.005060317926108837, -0.045564208179712296, 0.009020408615469933, -0.05260707437992096, 0.007627862971276045, 0.01566886156797409, -0.04068658500909805, -0.006305069196969271, -0.006662467494606972, -0.018341870978474617, -0.012591916136443615, 0.016724800691008568, -0.06500326842069626, -0.030168136581778526, -0.007141295354813337, 0.03553922474384308, -0.041654329746961594, 0.014754455536603928, -0.018794378265738487, 0.018710028380155563, 0.025334279984235764, 0.015310416929423809, -0.0367770716547966, -0.020516104996204376, 0.017273861914873123, -0.0677490159869194, -0.0267545897513628, 0.052722904831171036, 0.0318443663418293, -0.04316633939743042, 0.037804652005434036, -0.004640571773052216, 0.03950590267777443, 0.024240752682089806, -0.004771069623529911, 0.041772887110710144, -0.05905018374323845, -0.002118868287652731, 0.00960034504532814, 0.0166411641985178, 0.027997072786092758, -0.005422771442681551, 0.046347860246896744, 0.0265603419393301, 0.03449242189526558, -0.005093676969408989, -0.03295086696743965, -0.033001817762851715, 0.030179200693964958, -0.03414936736226082, 0.0416434183716774, 0.012495658360421658, -0.047407716512680054, -0.04231047257781029, -0.00035057152854278684, -0.00871819257736206, 0.03312041983008385, -0.04739507660269737, 0.011020343750715256, 0.026474788784980774, -0.012244555167853832, -0.0473603755235672, -0.08584988862276077, -0.0383378230035305, -0.008322824724018574, 0.029400572180747986, 0.005384586285799742, -0.01589636318385601, 0.013430816121399403, -0.020740680396556854, -0.0732322707772255, 0.040709394961595535, 0.023943157866597176, -0.029123222455382347, 0.050565700978040695, 0.049658097326755524, -0.04365396499633789, 0.024730106815695763, 0.039706092327833176, -0.030017588287591934, 0.02635163627564907, 0.0005898271920159459, 0.030009673908352852, 0.025274140760302544, 0.04748623073101044, -0.019316449761390686, -0.022074680775403976, -0.050874169915914536, -0.04143914952874184, -0.015884490683674812, -0.02034994401037693, 0.05404049530625343 ]
Akashpb13/Central_kurdish_xlsr
[ "pytorch", "wav2vec2", "automatic-speech-recognition", "ckb", "dataset:mozilla-foundation/common_voice_8_0", "transformers", "mozilla-foundation/common_voice_8_0", "generated_from_trainer", "robust-speech-event", "model_for_talk", "hf-asr-leaderboard", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
{ "architectures": [ "Wav2Vec2ForCTC" ], "model_type": "wav2vec2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
10
null
--- tags: - espnet - audio - text-to-speech language: en datasets: - vctk license: cc-by-4.0 --- ## Example ESPnet2 TTS model ### `kan-bayashi/vctk_tts_train_gst_fastspeech2_raw_phn_tacotron_g2p_en_no_space_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4036266/ This model was trained by kan-bayashi using vctk/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
[ -0.027733834460377693, -0.005464371759444475, -0.010418540798127651, 0.03214756399393082, 0.05164995789527893, 0.018777798861265182, 0.0017480880487710238, 0.0006350100156851113, -0.043930236250162125, 0.036792077124118805, 0.0013608037261292338, -0.013383646495640278, 0.0307835154235363, 0.018937285989522934, -0.03860098123550415, -0.04162983596324921, -0.010697627440094948, -0.011166315525770187, -0.03179208189249039, -0.013758226297795773, 0.02361965738236904, 0.033695124089717865, -0.009580324403941631, 0.03143265098333359, -0.006145867053419352, 0.01532818004488945, -0.011127708479762077, 0.01692631095647812, 0.010647553950548172, -0.05174728110432625, -0.002653104718774557, -0.032663360238075256, -0.04195155203342438, -0.04322028160095215, -0.024955332279205322, -0.008261836133897305, -0.006117101293057203, -0.009044915437698364, 0.03917465731501579, 0.026262791827321053, -0.024676233530044556, 0.018566163256764412, -0.018112793564796448, -0.006319165229797363, 0.06423100084066391, 0.00961979478597641, -0.034330595284700394, -0.02280658856034279, 0.0028524973895400763, -0.02476574294269085, -0.047027986496686935, -0.06519730389118195, -0.020263871178030968, 0.009398575872182846, -0.02388322912156582, -0.031186632812023163, -0.05188426375389099, -0.03168831020593643, 0.09123020619153976, -0.031786009669303894, -0.040796417742967606, 0.025958338752388954, -0.0781223252415657, 0.01317597646266222, 0.038883741945028305, -0.05139841511845589, 0.008542577736079693, -0.07579274475574493, -0.012800554744899273, -0.01409365888684988, 0.034157685935497284, -0.014637140557169914, 0.012233284302055836, -0.08701250702142715, -0.014779618009924889, -0.02498260885477066, 0.024960607290267944, 0.030772153288125992, -0.04259704425930977, 0.06714765727519989, 0.04084733873605728, -0.012162531726062298, 0.021368734538555145, -0.02122473530471325, -0.01839279569685459, 0.05942810699343681, -0.040190573781728745, 0.006395026575773954, 0.022341791540384293, 0.019437618553638458, -0.060334108769893646, -0.031114647164940834, -0.027555951848626137, -0.032570187002420425, 0.002105256076902151, 0.04747292026877403, 0.04335978254675865, -0.0014570059720426798, 0.044748950749635696, 0.0160245131701231, 0.04103095084428787, 0.03390268608927727, -0.006799496244639158, 0.035742901265621185, -0.032841142266988754, 0.01854216866195202, 0.0061052595265209675, -0.035790421068668365, -0.050202589482069016, 0.038907598704099655, 0.014478124678134918, -0.02582188881933689, -0.03611006960272789, 0.060346733778715134, 0.002734539331868291, -0.02901437133550644, 0.03875960037112236, -0.04851249232888222, -0.04328618571162224, -0.05997886136174202, 0.03790843114256859, 0.02250409685075283, -0.0013231292832642794, 0.030765092000365257, -0.06574773043394089, 0.008663858287036419, -0.03083464875817299, -0.032414283603429794, -0.009161309339106083, 0.023369450122117996, 0.00611710362136364, 0.02831239067018032, 0.014578328467905521, -0.05833476781845093, 0.011404203251004219, 0.008913466706871986, -0.08120740950107574, 0.0383019782602787, 0.03673812374472618, 0.09875253587961197, -0.053060222417116165, -0.03478272631764412, -0.025825168937444687, 0.008023194968700409, -0.0048696366138756275, 0.01784917525947094, 0.014924303628504276, -0.030136767774820328, -0.0300088319927454, -0.01693549007177353, 0.058791521936655045, -0.07431717216968536, 0.002520190319046378, 0.050010304898023605, -0.01091763749718666, 0.03867494687438011, -0.03403863683342934, -0.01321051362901926, -0.013196675106883049, -0.02119232900440693, -0.033556174486875534, 0.038490526378154755, -0.012331543490290642, -0.02123342826962471, -0.05383198708295822, -0.05946977809071541, -0.00870591402053833, 0.06646887958049774, -0.0065545388497412205, -0.01083748321980238, -0.028357723727822304, -0.009834467433393002, 0.07510758191347122, 0.03381834551692009, -0.045152321457862854, 0.015139119699597359, 0.07070539891719818, 0.05911339446902275, -0.0320865735411644, 0.06577742099761963, 0.011762059293687344, -0.016370220109820366, -0.02943265438079834, 0.008966119028627872, 0.017223279923200607, -0.02398339845240116, 0.005838894750922918, 0.034730568528175354, -0.009395536966621876, -0.03548058867454529, -0.039215750992298126, 0.0658123791217804, 0.0009497741120867431, -0.0031549695413559675, -0.008578913286328316, -0.03222031518816948, -0.04808313772082329, 0.0502825565636158, -0.017661312595009804, -0.0033299075439572334, -0.012775715440511703, -0.031466081738471985, 0.00020811858121305704, 0.01954508386552334, 0.04051581770181656, 0.04808812960982323, 0.02076522633433342, 0.07437998056411743, -0.0169307179749012, 0.028388433158397675, -0.03641245514154434, -0.05834297463297844, 0.0036392754409462214, 0.0724414587020874, 0.016004927456378937, 0.05559001863002777, 0.004574555903673172, -0.05130144953727722, 0.04297058656811714, 0.04970331862568855, 0.030115732923150063, 0.011148449033498764, -0.04138428717851639, 0.0050621735863387585, 0.028435174375772476, 0.06527037173509598, -0.03382272645831108, -0.044647932052612305, 0.03703834116458893, 0.01578661799430847, 0.00013309820496942848, 0.0044939895160496235, -0.04162846878170967, 0.051550041884183884, -0.06905005872249603, -0.08344338834285736, 0.037405647337436676, 0.03850579634308815, 0.012516324408352375, 0.013671630062162876, -0.019128840416669846, -0.0005561916041187942, 0.039883945137262344, -0.006679600570350885, 0.026877710595726967, -0.04413071274757385, 0.013488883152604103, 0.023384135216474533, 0.031019650399684906, -0.05013873800635338, 0.03628651797771454, 0.01205835398286581, -0.011138757690787315, 0.022449830546975136, -0.025478148832917213, 0.039966221898794174, 0.00849042646586895, 0.016232939437031746, -0.0378480963408947, 0.007230689283460379, 0.006101957522332668, 0.051895417273044586, 0.06901808083057404, 0.001114348997361958, 0.06484169512987137, -0.001392824575304985, 0.029353320598602295, 0.07614976912736893, 0.006717250216752291, 0.008893953636288643, 0.025503486394882202, 0.08590470254421234, 0.02657211944460869, -0.005056327674537897, 0.07619764655828476, -0.028870193287730217, 0.001261259661987424, -0.02358950302004814, 0.012562117539346218, -0.019401689991354942, 0.010024146176874638, 0.03410248085856438, 0.007678093388676643, -0.011598666198551655, 0.001218940131366253, -0.013636800460517406, -0.0019508113618940115, 0.04187038540840149, -0.007844355888664722, -0.020717496052384377, 0.0019146889680996537, 0.002175470581278205, 0.004295764025300741, -0.07833172380924225, -0.03221715986728668, -0.018416399136185646, -0.03268875181674957, 0.0301669929176569, -0.06501461565494537, -0.02038188837468624, -0.09004531800746918, -0.01371434610337019, 0.02419796958565712, 0.013836469501256943, -0.00818631798028946, -0.03691497817635536, 0.0034963740035891533, -0.050057001411914825, -0.05376705527305603, -0.027457384392619133, -0.036710307002067566, -0.0069513870403170586, -0.06912684440612793, 0.03994074836373329, 0.04173056036233902, 0.018717538565397263, 0.005200833547860384, -0.005534679628908634, 0.0001107367206714116, -0.04431872069835663, 0.07334990054368973, 0.03167564421892166, -0.03220852091908455, -0.07093001902103424, 0.025935273617506027, -0.003896709531545639, 0.006307248026132584, -0.009789913892745972, -0.013987766578793526, 0.04861835017800331, 0.0781082734465599, 0.001204884028993547, 0.032606422901153564, -0.012334390543401241, -0.05629636347293854, -0.07290006428956985, -0.032715968787670135, -0.05657283216714859, -0.023545144125819206, -0.01632988266646862, -0.05366460233926773, -0.040617432445287704, -0.03095940686762333, 0.017418628558516502, -0.0037446641363203526, -0.008012385107576847, 0.049126606434583664, 0.03470496088266373, 0.03168240934610367, 0.03649986535310745, -0.07309016585350037, -0.01935790851712227, 0.033453568816185, 0.011959531344473362, -0.009067418985068798, -0.09671257436275482, -0.004708006512373686, 0.02776474878191948, 0.030290450900793076, -0.00005760065687354654, -0.0036034663207829, 0.09339997917413712, 0.0022561466321349144, -0.014591503888368607, 0.026564765721559525, -0.025652717798948288, -0.035207703709602356, -0.020719479769468307, 0.0037448585499078035, -0.022065777331590652, -0.05402204021811485, -0.0008274984429590404, -0.005734190344810486, 0.033279646188020706, -0.056013815104961395, -0.053242262452840805, -0.011762378737330437, 0.021191885694861412, 0.030525701120495796, -0.012102711945772171, -0.027020622044801712, -0.009042920544743538, -0.048299454152584076, -0.03962000086903572, 0.005184178706258535, -0.004701017402112484, 0.01734573021531105, 0.04055844992399216, 0.03834524750709534, -0.022635309025645256, 0.05421902611851692, 0.024089375510811806, 0.06945116817951202, 0.02056218311190605, -0.043785445392131805, 0.027668055146932602, -0.016474109143018723, 0.016909927129745483, 0.008808951824903488, -0.02097361348569393, -0.038979265838861465, -0.08245405554771423, -0.022760502994060516, 0.013424585573375225, -0.024674009531736374, -0.02018207311630249, 0.0381229966878891, -0.014098522253334522, 0.013886618427932262, -0.01013217307627201, 0.021468020975589752, 0.03229662403464317, -0.04203445836901665, 0.036320824176073074, -0.009694911539554596, 0.028320707380771637, -0.06656841933727264, 0.00858379527926445, -0.03924199938774109, -0.025889936834573746, 0.015621907077729702, 0.08844484388828278, 0.019696367904543877, 0.05466466024518013, 0.0795992910861969, 0.045777253806591034, -0.052853360772132874, 0.04866974800825119, 0.035468339920043945, -0.01573568768799305, -0.07292361557483673, -0.005842927377671003, -0.03568899258971214, -0.04210630804300308, -0.00043738214299082756, -0.02874431200325489, 0.04113421216607094, 0.028505530208349228, -0.01592152938246727, -0.01377127505838871, 0.0102768549695611, -0.040935978293418884, -0.004655739758163691, -0.05205400660634041, -0.030364878475666046, -0.003223598701879382, -0.01957044191658497, 0.05537639185786247, 0.008448092266917229, -0.005271555855870247, 0.039145778864622116, 0.04415394738316536, -0.03766012564301491, -0.023813944309949875, 0.027297401800751686, 0.02170977182686329, -0.06310208141803741, -0.06723877787590027, -0.015077373012900352, 0.05104801803827286, 0.03928377479314804, -0.010998967103660107, -0.07766596227884293, 0.02141416072845459, 0.034766435623168945, -0.03643295168876648, 0.06125554442405701, -0.02461828477680683, 0.06461816281080246, 0.04592347890138626, -0.0006395291420631111, 0.017876310274004936, -0.023400144651532173, -0.014045964926481247, -0.007945812307298183, 0.026068395003676414, -0.030587870627641678, -0.038555700331926346, -0.07827680557966232, 0.035638228058815, 0.03237348794937134, 0.03789520263671875, 0.03968241438269615, -0.02691984735429287, -0.02609957382082939, -0.007193183992058039, 0.03364086151123047, -0.04060347378253937, 0.014694835059344769, 0.018616415560245514, 0.0474499836564064, -0.044313542544841766, -0.03325356915593147, -0.01756618544459343, -0.0010439077159389853, 0.03948162496089935, 0.01242879405617714, -0.05519812926650047, -0.04523397982120514, -0.0016854209825396538, -0.03775228187441826, -0.006406817585229874, -0.08827294409275055, 0.006547702942043543, -0.00797572173178196, -0.024370603263378143, 0.05253094807267189, 0.04515399411320686, 0.030684130266308784, 0.04498571529984474, 0.016497479751706123, 0.018874838948249817, -0.02649584412574768, 0.034087587147951126, -0.0038525548297911882, -0.019954321905970573, -0.026786670088768005, -0.01606537029147148, -0.031403686851263046, -0.04035438224673271, -0.04313074052333832, -0.04070087522268295, -0.021606946364045143, 0.013479138724505901, -0.024929534643888474, -0.00178423966281116, -0.021218691021203995, 0.032580744475126266, -0.02536611445248127, -0.03569484129548073, -0.014092906378209591, -0.041701268404722214, -0.07158868759870529, -0.06531994044780731, 0.029612964019179344, -0.005782738793641329, 0.01547714788466692, 0.014573011547327042, 0.020953301340341568, 0.00908088032156229, 0.00915839709341526, -0.030837537720799446, 0.016165489330887794, -0.011097477748990059, -0.056308336555957794, -0.03693981468677521, 0.003500760067254305, 0.010610208846628666, 0.03361022472381592, -0.011721919290721416, 0.03563787788152695, 0.005811269860714674, -0.01612752489745617, -0.013868266716599464, -0.004242405761033297, 0.023509394377470016, -0.06183392554521561, -0.04014596715569496, -0.022249767556786537, -0.04569750651717186, 0.032445263117551804, 0.009467784315347672, -0.006284871604293585, 0.02042197249829769, 0.03050587698817253, 0.03946423903107643, 0.0037070659454911947, -0.027519388124346733, 0.022990448400378227, -0.024854030460119247, 0.0011090607149526477, -0.054244134575128555, 0.048243723809719086, -0.04386431723833084, 0.027674343436956406, 0.011039427481591702, 0.015709348022937775, -0.039367906749248505, 0.04382474720478058, -0.026471400633454323, 0.008599693886935711, -0.01325085386633873, 0.011596531607210636, -0.014189951121807098, 0.05266572907567024, -0.01875964179635048, 0.020473051816225052, -0.034038763493299484, 0.05700327083468437, -0.020007846876978874, 0.005838393233716488, -0.034408021718263626, -0.004872224759310484, -0.022753100842237473, -0.023389864712953568, 0.004902512766420841, -0.040522221475839615, 0.029662923887372017, 0.06194642186164856, 0.03420206159353256, 0.033347468823194504, -0.036313071846961975, -0.014791729860007763, 0.03695955500006676, -0.046434465795755386, -0.007105452939867973, -0.005062649492174387, 0.021141089498996735, -0.01652383804321289, 0.048768550157547, 0.039570216089487076, -0.05462469905614853, -0.040204815566539764, 0.04874598607420921, 0.011775858700275421, 0.011483647860586643, -0.009810823015868664, 0.029164982959628105, 0.02071818709373474, 0.051506027579307556, -0.025564318522810936, -0.012525114230811596, -0.017889220267534256, -0.018538309261202812, 0.0006713981856592, 0.003101731650531292, 0.00308175734244287, 0.0032543789129704237, -0.023781796917319298, -0.01641659438610077, 0.046197690069675446, 0.032370876520872116, 0.021039249375462532, -0.012090037576854229, -0.04688224568963051, 0.028329892084002495, -0.010198303498327732, -0.06360793113708496, 0.021161064505577087, 0.0325637012720108, -0.027705000713467598, 0.10607592761516571, -0.020966604351997375, 0.01143037248402834, 0.04663541540503502, 0.0030280950013548136, -0.024667145684361458, 0.036450501531362534, -0.04337488114833832, 0.027017969638109207, 0.04707739129662514, -0.05138450115919113, -0.003906324505805969, -0.029535941779613495, 0.08595199137926102, -0.06190720945596695, 0.03312133997678757, 0.04953047260642052, 0.02275603450834751, 0.010141244158148766, -0.047963157296180725, -0.03482488915324211, 0.05183799937367439, -0.0441155768930912, 0.07751849293708801, 0.021089745685458183, -0.07948819547891617, 0.0555267259478569, 0.005411365069448948, -0.09471332281827927, 0.05208996683359146, 0.021862126886844635, 0.002636200748383999, 0.03856240585446358, 0.0619465708732605, -0.06870606541633606, -0.003301784163340926, -0.045938584953546524, 0.009689504280686378, -0.0499592125415802, 0.007648456376045942, 0.017232926562428474, -0.039751071482896805, -0.00800915528088808, -0.004101334605365992, -0.01859392039477825, -0.011412329040467739, 0.01800002157688141, -0.06320428848266602, -0.030469737946987152, -0.007811814080923796, 0.03494078293442726, -0.042078759521245956, 0.013003315776586533, -0.019535260275006294, 0.01866464875638485, 0.02587992139160633, 0.01886274665594101, -0.03519294783473015, -0.02068297378718853, 0.013376761227846146, -0.06263374537229538, -0.026184644550085068, 0.05162939429283142, 0.02914825640618801, -0.04182080179452896, 0.03675870597362518, -0.00557576771825552, 0.039412446320056915, 0.022465353831648827, -0.003099655034020543, 0.048169881105422974, -0.057523299008607864, -0.00031577705522067845, 0.00945277139544487, 0.019734008237719536, 0.025956256315112114, -0.007303430698812008, 0.04639089107513428, 0.02627662941813469, 0.03129398077726364, -0.0031772160436958075, -0.03301599621772766, -0.030878139659762383, 0.028986429795622826, -0.03893563151359558, 0.03955477848649025, 0.011983629316091537, -0.04625026136636734, -0.03874295949935913, 0.0021609386894851923, -0.006660858169198036, 0.03279731050133705, -0.050203997641801834, 0.009832912124693394, 0.027837570756673813, -0.014300588518381119, -0.050564032047986984, -0.08603775501251221, -0.037984203547239304, -0.00456630764529109, 0.032153401523828506, 0.006609616335481405, -0.016844235360622406, 0.016090599820017815, -0.021720528602600098, -0.0727168396115303, 0.042511481791734695, 0.026742637157440186, -0.031859464943408966, 0.05483521893620491, 0.05187631770968437, -0.040572021156549454, 0.0240644384175539, 0.041601743549108505, -0.028049664571881294, 0.026022057980298996, 0.0028108630795031786, 0.027874493971467018, 0.025671279057860374, 0.04739242047071457, -0.018281681463122368, -0.02226369082927704, -0.04770463705062866, -0.03902781382203102, -0.02138335630297661, -0.021080415695905685, 0.0535271093249321 ]
Akashpb13/Galician_xlsr
[ "pytorch", "wav2vec2", "automatic-speech-recognition", "gl", "dataset:mozilla-foundation/common_voice_8_0", "transformers", "mozilla-foundation/common_voice_8_0", "generated_from_trainer", "robust-speech-event", "model_for_talk", "hf-asr-leaderboard", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
{ "architectures": [ "Wav2Vec2ForCTC" ], "model_type": "wav2vec2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
7
null
--- tags: - espnet - audio - text-to-speech language: en datasets: - vctk license: cc-by-4.0 --- ## Example ESPnet2 TTS model ### `kan-bayashi/vctk_tts_train_gst_fastspeech_raw_phn_tacotron_g2p_en_no_space_train.loss.best` ♻️ Imported from https://zenodo.org/record/3986241/ This model was trained by kan-bayashi using vctk/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
[ -0.02800571173429489, -0.005650045815855265, -0.012424676679074764, 0.03127636760473251, 0.05217558145523071, 0.017920155078172684, 0.0018525749910622835, 0.0007650722400285304, -0.043451059609651566, 0.03753383085131645, 0.002164251171052456, -0.013400759547948837, 0.03101683408021927, 0.018384281545877457, -0.037857525050640106, -0.042518604546785355, -0.010638329200446606, -0.012499548494815826, -0.03153752535581589, -0.014207790605723858, 0.024079591035842896, 0.034628499299287796, -0.008705636486411095, 0.030757594853639603, -0.006529991049319506, 0.01443934440612793, -0.010074767284095287, 0.014988872222602367, 0.011404747143387794, -0.051465071737766266, -0.002805780852213502, -0.03406288102269173, -0.04348515346646309, -0.041823286563158035, -0.02398657612502575, -0.008125129155814648, -0.005895602982491255, -0.009503684937953949, 0.039587464183568954, 0.025910895317792892, -0.023325953632593155, 0.01848524436354637, -0.018336478620767593, -0.006325377617031336, 0.06377064436674118, 0.007511773146688938, -0.03414507582783699, -0.0238350797444582, 0.002933794166892767, -0.023990627378225327, -0.04633242264389992, -0.06464068591594696, -0.01969200000166893, 0.008638088591396809, -0.024393530562520027, -0.0313914455473423, -0.05382900312542915, -0.033087488263845444, 0.0902191698551178, -0.03241030126810074, -0.04157763347029686, 0.02687753736972809, -0.07941042631864548, 0.012207554653286934, 0.03884787857532501, -0.052448321133852005, 0.008759004063904285, -0.0736781507730484, -0.013338974677026272, -0.015882475301623344, 0.03523654863238335, -0.015846198424696922, 0.013023982755839825, -0.08721345663070679, -0.013918185606598854, -0.024260148406028748, 0.024970656260848045, 0.030887896195054054, -0.04234587773680687, 0.06739966571331024, 0.04092787206172943, -0.012079045176506042, 0.020910054445266724, -0.02217113971710205, -0.01834348402917385, 0.058335114270448685, -0.03997832164168358, 0.006179690361022949, 0.023075805976986885, 0.01941576786339283, -0.06016668677330017, -0.030561108142137527, -0.02695481665432453, -0.03240145370364189, 0.0021936967968940735, 0.045607056468725204, 0.04364149272441864, -0.0024314194452017546, 0.04426755756139755, 0.016945714130997658, 0.04004263877868652, 0.03258516639471054, -0.00659922556951642, 0.03735681250691414, -0.034449104219675064, 0.01957579515874386, 0.005401004571467638, -0.035536009818315506, -0.0509231835603714, 0.03950457274913788, 0.014087059535086155, -0.026142818853259087, -0.03657462075352669, 0.05958644300699234, 0.003423921763896942, -0.02856156975030899, 0.03897700086236, -0.04764167591929436, -0.04293503984808922, -0.05924970284104347, 0.0385681577026844, 0.02253415435552597, -0.0008798826020210981, 0.030915213748812675, -0.06406709551811218, 0.008252306841313839, -0.033697329461574554, -0.033013589680194855, -0.007953349500894547, 0.02473134547472, 0.006580212619155645, 0.02865627408027649, 0.014377228915691376, -0.05698506906628609, 0.01172959990799427, 0.008634302765130997, -0.07986745983362198, 0.03798761963844299, 0.03776160255074501, 0.09865332394838333, -0.05248372256755829, -0.03602048009634018, -0.026017414405941963, 0.0075727482326328754, -0.005212949123233557, 0.019566116854548454, 0.015033897012472153, -0.02930658683180809, -0.03140958771109581, -0.017480647191405296, 0.058233436197042465, -0.07379218190908432, 0.0016893065767362714, 0.050792839378118515, -0.011338943615555763, 0.03687220439314842, -0.03369331732392311, -0.013995657674968243, -0.013440589420497417, -0.021103866398334503, -0.03276747092604637, 0.03778212517499924, -0.011380496434867382, -0.02013702131807804, -0.0532161109149456, -0.0592074990272522, -0.007000349462032318, 0.0666450709104538, -0.00656466418877244, -0.011673017404973507, -0.02652626857161522, -0.01087726466357708, 0.07391417026519775, 0.034437112510204315, -0.045635636895895004, 0.01616324856877327, 0.07011035829782486, 0.05744626000523567, -0.029693875461816788, 0.06498904526233673, 0.013128837570548058, -0.016461651772260666, -0.030222151428461075, 0.007827970199286938, 0.01639380492269993, -0.02253453992307186, 0.00489394785836339, 0.036022160202264786, -0.010043435730040073, -0.036125145852565765, -0.03966260701417923, 0.06621702015399933, 0.0007651725318282843, -0.0034388394560664892, -0.009562140330672264, -0.03280114382505417, -0.04746772348880768, 0.05119675397872925, -0.017740905284881592, -0.0035891965962946415, -0.012750202789902687, -0.032361261546611786, -0.00029182073194533587, 0.018319372087717056, 0.04093746095895767, 0.049184102565050125, 0.021135684102773666, 0.07361391186714172, -0.017424732446670532, 0.028945764526724815, -0.03688075765967369, -0.05902769789099693, 0.0035092122852802277, 0.0730971246957779, 0.015354475006461143, 0.05509766563773155, 0.004654350224882364, -0.052419040352106094, 0.04346592351794243, 0.04930441454052925, 0.030558373779058456, 0.011745850555598736, -0.04197091981768608, 0.0056036971509456635, 0.027679944410920143, 0.0647478997707367, -0.033287983387708664, -0.045484188944101334, 0.03533949702978134, 0.016099290922284126, 0.0008409400470554829, 0.004915929399430752, -0.04125836864113808, 0.05044123902916908, -0.06871505826711655, -0.08308685570955276, 0.03779063746333122, 0.038677819073200226, 0.012973510660231113, 0.013096334412693977, -0.018647827208042145, 0.0003797838871832937, 0.039629001170396805, -0.0062873587012290955, 0.026618916541337967, -0.04331759735941887, 0.014366893097758293, 0.024045821279287338, 0.030514514073729515, -0.05107736587524414, 0.03671443089842796, 0.013204979710280895, -0.010033868253231049, 0.022604817524552345, -0.023906148970127106, 0.03893831744790077, 0.008532022126019001, 0.014620916917920113, -0.03855012357234955, 0.0072183129377663136, 0.005757614970207214, 0.05226704478263855, 0.06804823130369186, 0.0006962391780689359, 0.06468040496110916, -0.00015568449452985078, 0.029076794162392616, 0.0765077993273735, 0.00633652601391077, 0.011583246290683746, 0.026429299265146255, 0.08638537675142288, 0.026766544207930565, -0.003791872411966324, 0.07657904922962189, -0.028389714658260345, 0.0009690143633633852, -0.023774834349751472, 0.012404415756464005, -0.01918238215148449, 0.009924706071615219, 0.034581299871206284, 0.008859370835125446, -0.01149131078273058, 0.0004595444188453257, -0.012928865849971771, -0.0011656389106065035, 0.040611207485198975, -0.00951322354376316, -0.021474378183484077, 0.0035703477915376425, 0.0016349072102457285, 0.003945070784538984, -0.07945908606052399, -0.03158934786915779, -0.018266480416059494, -0.033697281032800674, 0.030271608382463455, -0.0648927092552185, -0.02228577993810177, -0.09211898595094681, -0.013450178317725658, 0.023541444912552834, 0.012788883410394192, -0.008047036826610565, -0.03657867759466171, 0.003728140378370881, -0.05096723139286041, -0.054003626108169556, -0.029333235695958138, -0.03627659007906914, -0.006837485823780298, -0.06811299175024033, 0.0405149832367897, 0.04332982003688812, 0.018176227807998657, 0.004528088960796595, -0.004679826553910971, 0.0012258972274139524, -0.044326573610305786, 0.07386357337236404, 0.03196154162287712, -0.032023653388023376, -0.0724044218659401, 0.02455257624387741, -0.0033671206329017878, 0.007023999467492104, -0.00970938429236412, -0.013833689503371716, 0.04896925017237663, 0.07813902199268341, 0.001306729856878519, 0.032142236828804016, -0.012065254151821136, -0.05647212266921997, -0.07193645089864731, -0.032920993864536285, -0.05724421143531799, -0.023918326944112778, -0.01673559844493866, -0.0525730662047863, -0.03968479484319687, -0.030757637694478035, 0.016572147607803345, -0.0014294993598014116, -0.00821732822805643, 0.048738911747932434, 0.03497302904725075, 0.031015833839774132, 0.036375608295202255, -0.07173334062099457, -0.01853269338607788, 0.03359699621796608, 0.012370792217552662, -0.009209424257278442, -0.0960974469780922, -0.003986623138189316, 0.026029521599411964, 0.029966730624437332, -0.0009318179218098521, -0.0025431422982364893, 0.0931205302476883, 0.0023713272530585527, -0.014010676182806492, 0.02755361795425415, -0.02459312416613102, -0.035907305777072906, -0.01880345493555069, 0.00253241416066885, -0.02080279029905796, -0.05561649054288864, -0.00040347687900066376, -0.005536515731364489, 0.033204659819602966, -0.05544641613960266, -0.054391130805015564, -0.012069985270500183, 0.021663609892129898, 0.030350394546985626, -0.012216384522616863, -0.027210893109440804, -0.007001720368862152, -0.04944539815187454, -0.03815324231982231, 0.005368381273001432, -0.0042155953124165535, 0.015591260977089405, 0.040615666657686234, 0.037818554788827896, -0.02239280752837658, 0.05395153909921646, 0.02293781191110611, 0.06959257274866104, 0.019652433693408966, -0.042710624635219574, 0.028128664940595627, -0.015656128525733948, 0.016342252492904663, 0.007899614982306957, -0.021954108029603958, -0.03762027621269226, -0.08344075828790665, -0.02101883664727211, 0.014407201670110226, -0.02489641308784485, -0.020556088536977768, 0.03752528876066208, -0.014657977037131786, 0.014193855226039886, -0.01042263675481081, 0.0193832665681839, 0.03281375765800476, -0.041400786489248276, 0.036078933626413345, -0.010268298909068108, 0.027731722220778465, -0.0676737129688263, 0.00939538050442934, -0.03933422639966011, -0.0273725762963295, 0.015480760484933853, 0.08904856443405151, 0.019477244466543198, 0.055590566247701645, 0.08121709525585175, 0.046170689165592194, -0.053830791264772415, 0.04793703928589821, 0.0357547253370285, -0.01780298724770546, -0.07281535863876343, -0.00518373679369688, -0.037886496633291245, -0.041294172406196594, -0.0007742855232208967, -0.030039940029382706, 0.042129263281822205, 0.029459981247782707, -0.015484738163650036, -0.014483758248388767, 0.009247750975191593, -0.039338547736406326, -0.0037228092551231384, -0.05422484129667282, -0.0337643027305603, -0.0024295432958751917, -0.019673677161335945, 0.055326759815216064, 0.00834362581372261, -0.00454985024407506, 0.039478857070207596, 0.04293268173933029, -0.03787825629115105, -0.024094223976135254, 0.02738989144563675, 0.020998306572437286, -0.06297823041677475, -0.06846373528242111, -0.015337065793573856, 0.050568994134664536, 0.03974277526140213, -0.010582279413938522, -0.0768573209643364, 0.02183571830391884, 0.03459413722157478, -0.03647637739777565, 0.06196910887956619, -0.0235495176166296, 0.06549251079559326, 0.04600805416703224, -0.0020021565724164248, 0.017448676750063896, -0.02201366238296032, -0.01514194905757904, -0.008148444816470146, 0.02566555328667164, -0.030430173501372337, -0.03913616016507149, -0.07795228064060211, 0.03652038052678108, 0.03171171993017197, 0.03788987547159195, 0.0403064526617527, -0.027654064819216728, -0.02531644143164158, -0.008508135564625263, 0.03445981815457344, -0.03973791003227234, 0.01347887422889471, 0.017116162925958633, 0.047702960669994354, -0.04459737241268158, -0.032850947231054306, -0.017189761623740196, -0.0014425440458580852, 0.03948668763041496, 0.014154701493680477, -0.055905163288116455, -0.044201914221048355, -0.0010458582546561956, -0.03750120848417282, -0.005417196545749903, -0.08856500685214996, 0.006748565007001162, -0.008614664897322655, -0.02470233477652073, 0.0525255985558033, 0.04566257819533348, 0.030728714540600777, 0.04593682661652565, 0.01568654552102089, 0.017427636310458183, -0.025909628719091415, 0.033432185649871826, -0.0044386424124240875, -0.019414253532886505, -0.026948384940624237, -0.014818533323705196, -0.030439650639891624, -0.04117308929562569, -0.04399207606911659, -0.04013345390558243, -0.021366635337471962, 0.013779643923044205, -0.025780165567994118, -0.0021772803738713264, -0.021025627851486206, 0.032388459891080856, -0.024906214326620102, -0.0355660654604435, -0.01477621216326952, -0.039361126720905304, -0.07078234851360321, -0.06542820483446121, 0.02824157103896141, -0.005739969201385975, 0.01582639105618, 0.014724630862474442, 0.020432129502296448, 0.008728396147489548, 0.009042667225003242, -0.03219715878367424, 0.017672497779130936, -0.011137226596474648, -0.057320576161146164, -0.03792552649974823, 0.003942514304071665, 0.010795447044074535, 0.0351150706410408, -0.011873967945575714, 0.035596687346696854, 0.005926778540015221, -0.015550630167126656, -0.014269956387579441, -0.004750004503875971, 0.023949995636940002, -0.06215012073516846, -0.0395183265209198, -0.02241704799234867, -0.04527592658996582, 0.03313005343079567, 0.008959992788732052, -0.006272522266954184, 0.020783117040991783, 0.030626168474555016, 0.0401756726205349, 0.002774944296106696, -0.027147963643074036, 0.021186387166380882, -0.02514483407139778, 0.00247590453363955, -0.05359791964292526, 0.046711456030607224, -0.04431945085525513, 0.02777281031012535, 0.010504419915378094, 0.015461962670087814, -0.038905974477529526, 0.04249022156000137, -0.027268925681710243, 0.008506045676767826, -0.01294751651585102, 0.01110235694795847, -0.01504622120410204, 0.05158022791147232, -0.01877540536224842, 0.021472470834851265, -0.03329037129878998, 0.05590397119522095, -0.019197506830096245, 0.005754167214035988, -0.03295012190937996, -0.0035362422931939363, -0.023215409368276596, -0.02373703010380268, 0.0037975204177200794, -0.04018138721585274, 0.02974933758378029, 0.061238694936037064, 0.03451263904571533, 0.03474102169275284, -0.03714960440993309, -0.015133843757212162, 0.037653665989637375, -0.04694177582859993, -0.008154066279530525, -0.0044917697086930275, 0.020829206332564354, -0.016113128513097763, 0.04811953008174896, 0.04020492359995842, -0.05534648895263672, -0.04136401042342186, 0.04957485944032669, 0.012179864570498466, 0.010643702931702137, -0.009800839237868786, 0.02875780500471592, 0.021951671689748764, 0.05053011700510979, -0.025828789919614792, -0.011972121894359589, -0.018046224489808083, -0.01888132467865944, 0.0004779241280630231, 0.0019680361729115248, 0.004418931435793638, 0.004009736701846123, -0.021996350958943367, -0.015080565586686134, 0.045069124549627304, 0.03181782737374306, 0.021627403795719147, -0.010817407630383968, -0.04681103304028511, 0.028380148112773895, -0.010282686911523342, -0.06370582431554794, 0.021168379113078117, 0.0335153192281723, -0.027593592181801796, 0.10661658644676208, -0.02095714583992958, 0.010936233215034008, 0.046489130705595016, 0.0032825099769979715, -0.023584172129631042, 0.03587944060564041, -0.042984139174222946, 0.025824667885899544, 0.04639780521392822, -0.05231839045882225, -0.004703718237578869, -0.027838587760925293, 0.08763023465871811, -0.06032324582338333, 0.03288688510656357, 0.05027123540639877, 0.021369637921452522, 0.011394253931939602, -0.048944346606731415, -0.03452112898230553, 0.05294580012559891, -0.0445258803665638, 0.07748835533857346, 0.0198923721909523, -0.07904186099767685, 0.05471991375088692, 0.004411007277667522, -0.09404907375574112, 0.05210107937455177, 0.023062413558363914, 0.003301351796835661, 0.039294175803661346, 0.06278137862682343, -0.06882109493017197, -0.003160055261105299, -0.04482045769691467, 0.010310600511729717, -0.04905979707837105, 0.007058815099298954, 0.017550790682435036, -0.03940609097480774, -0.00864870660007, -0.00386515399441123, -0.02088695950806141, -0.010667362250387669, 0.018405282869935036, -0.0630401223897934, -0.02841145545244217, -0.007722704671323299, 0.035232432186603546, -0.04307489097118378, 0.013756487518548965, -0.01870052143931389, 0.017836321145296097, 0.02507035993039608, 0.01846383698284626, -0.03319017216563225, -0.021422715857625008, 0.013415375724434853, -0.06268543004989624, -0.02512258291244507, 0.05202936381101608, 0.028317229822278023, -0.041343167424201965, 0.038248151540756226, -0.007189854048192501, 0.040395330637693405, 0.02189120650291443, -0.0036872162017971277, 0.04699729010462761, -0.05715318024158478, -0.0006721751415170729, 0.008761216886341572, 0.02033139206469059, 0.025852927938103676, -0.008389654569327831, 0.04751605540513992, 0.027223724871873856, 0.030816134065389633, -0.004464155528694391, -0.03469555824995041, -0.03269118070602417, 0.027943549677729607, -0.04015691950917244, 0.03939434513449669, 0.010992003604769707, -0.04604814201593399, -0.03950503095984459, 0.0035033777821809053, -0.005753852892667055, 0.0315912701189518, -0.050041090697050095, 0.009203755296766758, 0.028957534581422806, -0.014485116116702557, -0.05122144892811775, -0.08663825690746307, -0.03727728873491287, -0.006071317009627819, 0.03166818991303444, 0.007859845645725727, -0.016940778121352196, 0.01579856313765049, -0.02197919227182865, -0.0711275115609169, 0.043249089270830154, 0.02704327367246151, -0.031219644472002983, 0.05466140806674957, 0.05132806673645973, -0.04235158860683441, 0.023794371634721756, 0.04204759746789932, -0.027629733085632324, 0.026495344936847687, 0.002450088271871209, 0.028117801994085312, 0.02595052309334278, 0.04612939432263374, -0.018840011209249496, -0.02322746254503727, -0.04710383340716362, -0.03993094712495804, -0.021680938079953194, -0.020988138392567635, 0.05325765535235405 ]
AkshatSurolia/ViT-FaceMask-Finetuned
[ "pytorch", "safetensors", "vit", "image-classification", "dataset:Face-Mask18K", "transformers", "license:apache-2.0", "autotrain_compatible" ]
image-classification
{ "architectures": [ "ViTForImageClassification" ], "model_type": "vit", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
40
null
--- tags: - espnet - audio - automatic-speech-recognition language: en datasets: - fsc license: cc-by-4.0 --- ## ESPnet2 SLU pretrained model ### `siddhana/fsc_asr_train_asr_hubert_transformer_adam_specaug_raw_en_word_valid.acc.ave_5best` ♻️ Imported from https://zenodo.org/record/5590204 This model was trained by siddhana using fsc/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
[ -0.025735922157764435, -0.007382816635072231, -0.02753003127872944, 0.03374520689249039, 0.05219550058245659, 0.029328161850571632, -0.0063802096992731094, -0.014575514942407608, -0.06107925996184349, 0.056624386459589005, 0.007990634068846703, -0.002245417097583413, 0.008329269476234913, 0.017257878556847572, -0.036488261073827744, -0.041640736162662506, -0.0022732852958142757, -0.013847368769347668, -0.031042352318763733, -0.00817014742642641, 0.013843530789017677, 0.024668173864483833, -0.00983006414026022, 0.033558424562215805, -0.00026971971965394914, 0.006785516627132893, -0.010482179000973701, 0.007856041193008423, 0.011823506094515324, -0.044915735721588135, -0.00084354926366359, -0.028924282640218735, -0.03517806902527809, -0.032708995044231415, -0.025875002145767212, -0.009213101118803024, 0.008975566364824772, -0.009246896021068096, 0.03371217101812363, 0.03688333183526993, -0.027553902938961983, 0.028406687080860138, -0.003011411288753152, 0.001488302368670702, 0.04798830673098564, 0.01031797006726265, -0.0345904566347599, -0.034837186336517334, 0.009685988537967205, -0.03713412955403328, -0.06068138778209686, -0.06490378081798553, -0.013284232467412949, 0.02255471982061863, -0.02118932269513607, -0.01866230182349682, -0.058257315307855606, -0.04013540595769882, 0.07505666464567184, -0.05135870724916458, -0.04894810914993286, 0.024285241961479187, -0.08037160336971283, 0.014333713799715042, 0.03394152969121933, -0.0438065268099308, -0.0021794643253087997, -0.07270413637161255, -0.01184824388474226, -0.011478892527520657, 0.05005153641104698, -0.01933526247739792, 0.013588059693574905, -0.08901539444923401, -0.01589980348944664, -0.023703062906861305, 0.025107519701123238, 0.027793390676379204, -0.03258338198065758, 0.06435070931911469, 0.043348994106054306, -0.00846935249865055, 0.02793210931122303, -0.025381624698638916, -0.012702233158051968, 0.05145220085978508, -0.05193879455327988, 0.010455465875566006, 0.01696675829589367, 0.03976641222834587, -0.04576782509684563, -0.024301405996084213, -0.015642745420336723, -0.03914649412035942, -0.00019763926684390754, 0.03531617671251297, 0.03818008676171303, -0.009072414599359035, 0.040452636778354645, 0.008391384035348892, 0.03695100173354149, 0.035547178238630295, -0.023455597460269928, 0.055689625442028046, -0.026469141244888306, 0.01729649119079113, 0.004557501524686813, -0.03026588074862957, -0.05817558988928795, 0.04622860997915268, 0.023161737248301506, -0.02836589701473713, -0.04286056384444237, 0.04659591242671013, 0.0036961562000215054, -0.02778260037302971, 0.045761287212371826, -0.030954599380493164, -0.042732108384370804, -0.05426447093486786, 0.03148522973060608, 0.011084267869591713, -0.0029320521280169487, 0.027110891416668892, -0.07382134348154068, 0.01027657464146614, -0.037670914083719254, -0.03906528279185295, -0.0031962294597178698, 0.02696649171411991, 0.015316283330321312, 0.035952504724264145, 0.014035089872777462, -0.054116591811180115, 0.017544619739055634, 0.019175589084625244, -0.07817161828279495, 0.036843329668045044, 0.047899279743433, 0.1013982892036438, -0.054649390280246735, -0.02895466424524784, -0.009617963805794716, 0.010836010798811913, -0.0043785227462649345, 0.013507132418453693, 0.019570281729102135, -0.033827073872089386, -0.045358434319496155, -0.01802879199385643, 0.059362977743148804, -0.07110738754272461, -0.007549963891506195, 0.039673689752817154, -0.01952473819255829, 0.05014656484127045, -0.028666527941823006, -0.013371779583394527, -0.02762652188539505, -0.009742751717567444, -0.024373533204197884, 0.03398127481341362, -0.01611853763461113, -0.020835677161812782, -0.05029693618416786, -0.0440775491297245, -0.00848116260021925, 0.07456956803798676, 0.0016282571014016867, -0.013950066640973091, -0.03209574148058891, -0.00007350849773501977, 0.08049684762954712, 0.031388506293296814, -0.049356017261743546, 0.014244139194488525, 0.06552613526582718, 0.0652155876159668, -0.031047778204083443, 0.05986558273434639, 0.009893748909235, -0.025361161679029465, -0.017902513965964317, 0.008815258741378784, 0.02048349380493164, -0.02540135569870472, 0.0075522977858781815, 0.049060799181461334, -0.011715597473084927, -0.029007479548454285, -0.04042258486151695, 0.07171366363763809, -0.0047834147699177265, -0.013472609221935272, -0.009993688203394413, -0.02223834954202175, -0.03544238954782486, 0.04904833063483238, -0.009251225739717484, 0.006701970938593149, -0.01442015916109085, -0.04049614816904068, 0.004867420066148043, 0.02888069488108158, 0.024719247594475746, 0.04074838012456894, 0.01257347222417593, 0.0696706473827362, -0.023140911012887955, 0.026944290846586227, -0.04076993837952614, -0.05979742482304573, 0.002094106748700142, 0.0696338638663292, 0.015941377729177475, 0.06512752920389175, -0.0011766471434384584, -0.04973927140235901, 0.0540495328605175, 0.04839739203453064, 0.019904952496290207, 0.0037834173999726772, -0.03537379577755928, -0.010930987074971199, 0.025164712220430374, 0.06718674302101135, -0.034144748002290726, -0.038391999900341034, 0.032577965408563614, 0.01856999844312668, 0.00342790549620986, 0.010271686129271984, -0.039700787514448166, 0.04799605906009674, -0.07671191543340683, -0.07327406108379364, 0.031892552971839905, 0.02199176326394081, 0.00880111288279295, 0.02527577057480812, -0.017743008211255074, -0.0036790587473660707, 0.03509322926402092, 0.012691694311797619, 0.023254528641700745, -0.04985363036394119, 0.019706085324287415, 0.017358852550387383, 0.043798185884952545, -0.04654040187597275, 0.04402747377753258, 0.006260995287448168, -0.014477431774139404, 0.019292641431093216, -0.023442579433321953, 0.045145560055971146, 0.006425424478948116, 0.020272349938750267, -0.04064330458641052, 0.00916582252830267, -0.011679224669933319, 0.046610068529844284, 0.05295483022928238, -0.002158965915441513, 0.06690653413534164, 0.0025923147331923246, 0.03926273435354233, 0.07206991314888, 0.015188336372375488, 0.011316795833408833, 0.03359039127826691, 0.07430726289749146, 0.014735386706888676, -0.007211750838905573, 0.08233093470335007, -0.026826923713088036, 0.009548944421112537, -0.020065154880285263, 0.020245317369699478, -0.0218577291816473, 0.002725781174376607, 0.03701423853635788, 0.01596055179834366, -0.012837443500757217, -0.002470152685418725, -0.014093165285885334, 0.005812441930174828, 0.04032963886857033, -0.0052988240495324135, -0.012871526181697845, 0.0011112208012491465, 0.012002645991742611, -0.003316577523946762, -0.06904704123735428, -0.038402508944272995, -0.011203926056623459, -0.026359200477600098, 0.017451774328947067, -0.0672287791967392, -0.011372030712664127, -0.08437367528676987, -0.011423658579587936, 0.020915590226650238, 0.01283792033791542, -0.009482982568442822, -0.026083290576934814, 0.0022780844010412693, -0.029641322791576385, -0.040204569697380066, -0.026300210505723953, -0.029951781034469604, -0.013204282149672508, -0.06803210824728012, 0.03846783936023712, 0.029721025377511978, 0.04037938266992569, 0.0050247362814843655, -0.002115098061040044, -0.0010477371979504824, -0.05522872507572174, 0.07193796336650848, 0.04238557070493698, -0.03219541907310486, -0.08116687089204788, 0.023150157183408737, -0.002878748346120119, 0.0187516026198864, -0.0007177040097303689, -0.01112118549644947, 0.04915205016732216, 0.0671197697520256, 0.0042672790586948395, 0.026114044710993767, -0.023626891896128654, -0.05034481734037399, -0.07048343867063522, -0.0252248402684927, -0.05877791717648506, -0.028843646869063377, -0.012398484162986279, -0.047678280621767044, -0.04299512878060341, -0.03484147787094116, -0.0017769656842574477, -0.008870778605341911, -0.00827129278331995, 0.049598027020692825, 0.05085913836956024, 0.03357567638158798, 0.048905596137046814, -0.07366706430912018, -0.021364590153098106, 0.04604187235236168, 0.023388851433992386, -0.0033849829342216253, -0.0853317379951477, -0.007857237942516804, 0.026405101642012596, 0.029931627213954926, 0.004366072826087475, -0.009818272665143013, 0.08867844194173813, 0.0024904219899326563, -0.01675521396100521, 0.01742938533425331, 0.001374550978653133, -0.04040483757853508, -0.029478732496500015, -0.010052778758108616, -0.012018031440675259, -0.0660170391201973, -0.013640920631587505, -0.012411926873028278, 0.023192372173070908, -0.06280417740345001, -0.045450665056705475, -0.011364581994712353, 0.018344001844525337, 0.029773104935884476, -0.018335990607738495, -0.03600189834833145, 0.0037278886884450912, -0.060373395681381226, -0.024713654071092606, 0.0016034164000302553, 0.0063547408208251, 0.01090348232537508, 0.0359669029712677, 0.04010755196213722, -0.028436914086341858, 0.04596729949116707, 0.0184958353638649, 0.06486465781927109, 0.030831636860966682, -0.05717509239912033, 0.021967200562357903, -0.004891547374427319, 0.022381924092769623, 0.01205835584551096, -0.01518198661506176, -0.03157941624522209, -0.07926267385482788, -0.016569236293435097, 0.01632690243422985, -0.021209925413131714, -0.0072334082797169685, 0.03992464765906334, -0.028992198407649994, 0.015862181782722473, -0.0007236996316350996, 0.010173596441745758, 0.03124411031603813, -0.03489043936133385, 0.03316044807434082, -0.015904786065220833, 0.04126940295100212, -0.06898453831672668, 0.025110751390457153, -0.028120284900069237, -0.02321738563477993, 0.01231969241052866, 0.08632943034172058, 0.01912594400346279, 0.046055082231760025, 0.08207417279481888, 0.042189858853816986, -0.06452064961194992, 0.04877210408449173, 0.03887848183512688, -0.01691332273185253, -0.06562291830778122, -0.006834664847701788, -0.03249064460396767, -0.038612931966781616, -0.0029783889185637236, -0.03152964636683464, 0.04295383021235466, 0.029852893203496933, -0.008249838836491108, -0.015515251085162163, 0.009400418028235435, -0.03346049413084984, 0.014128451235592365, -0.05512196943163872, -0.01043192483484745, 0.002087515080347657, -0.022976495325565338, 0.054430875927209854, 0.008053039200603962, 0.0072236680425703526, 0.03327558934688568, 0.04825105145573616, -0.029209425672888756, -0.027305619791150093, 0.027594858780503273, 0.027867913246154785, -0.0736827701330185, -0.06483008712530136, -0.016238894313573837, 0.05664831027388573, 0.04554573446512222, -0.006119640078395605, -0.08707920461893082, 0.01068287156522274, 0.04568837583065033, -0.02808399870991707, 0.055362727493047714, -0.025016818195581436, 0.05911525711417198, 0.04678533971309662, -0.010783723555505276, 0.01502546202391386, -0.031755443662405014, -0.013259404338896275, -0.0004591630131471902, 0.035438135266304016, -0.03486417233943939, -0.04330398887395859, -0.07306046783924103, 0.04241178557276726, 0.03301023691892624, 0.041722748428583145, 0.04871172457933426, -0.027057385072112083, -0.03269198536872864, -0.012574076652526855, 0.02651349827647209, -0.0401146300137043, 0.008197047747671604, 0.010990501381456852, 0.05703990161418915, -0.04587079957127571, -0.03633667156100273, -0.010752178728580475, -0.010218481533229351, 0.0406026616692543, 0.009989341720938683, -0.06361127644777298, -0.04020773991942406, -0.003918489441275597, -0.038087524473667145, -0.005168740637600422, -0.09374254196882248, 0.010972212068736553, 0.0022740457206964493, -0.007872679270803928, 0.04763982445001602, 0.03669850528240204, 0.02890554815530777, 0.060873378068208694, 0.0056116837076842785, 0.00040699943201616406, -0.02833830937743187, 0.034660421311855316, -0.012561118230223656, -0.006650999188423157, -0.026744695380330086, -0.01828138343989849, -0.022928984835743904, -0.030638720840215683, -0.038461655378341675, -0.04871619492769241, -0.008028099313378334, 0.027889776974916458, -0.013231326825916767, -0.004708623047918081, -0.021202292293310165, 0.045725882053375244, -0.02609870210289955, -0.030410340055823326, -0.017435481771826744, -0.04016024246811867, -0.07618143409490585, -0.06362634152173996, 0.019347665831446648, -0.018921418115496635, 0.014339636079967022, 0.0211663618683815, 0.015307484194636345, 0.014065314084291458, 0.014319702051579952, -0.0482468456029892, 0.019777707755565643, -0.007879676297307014, -0.06588026136159897, -0.03364919126033783, 0.018398212268948555, 0.008992891758680344, 0.03783237934112549, -0.008056572638452053, 0.022649988532066345, 0.011455429717898369, -0.024657223373651505, -0.011521447449922562, 0.00368133164010942, 0.023633280768990517, -0.05513358488678932, -0.028397666290402412, -0.012762312777340412, -0.05151887983083725, 0.05017566680908203, 0.018056103959679604, 0.001885359757579863, 0.024091282859444618, 0.01794053241610527, 0.024427251890301704, 0.0007920260541141033, -0.03956227749586105, 0.021183818578720093, -0.026527609676122665, 0.023365680128335953, -0.04548793286085129, 0.0436972975730896, -0.041554126888513565, 0.013123450800776482, 0.008498081006109715, 0.0038162735290825367, -0.03991032764315605, 0.04302304610610008, -0.029126297682523727, 0.0065392437390983105, -0.008569224737584591, -0.007027298677712679, -0.024027792736887932, 0.04779598116874695, -0.01251451950520277, 0.023025747388601303, -0.03926725685596466, 0.05536166951060295, -0.028216449543833733, -0.00043631900916807353, -0.031113361939787865, -0.01341936644166708, -0.014197335578501225, -0.025381488725543022, 0.004615770187228918, -0.036428794264793396, 0.019675126299262047, 0.04608305171132088, 0.030758589506149292, 0.037023358047008514, -0.029613127931952477, -0.019879531115293503, 0.02365148440003395, -0.061054717749357224, -0.015185894444584846, 0.0003377576940692961, 0.024923263117671013, -0.022581253200769424, 0.0628807544708252, 0.03408185765147209, -0.058996960520744324, -0.040934134274721146, 0.04012712463736534, 0.007371329702436924, 0.0204091165214777, -0.00801646988838911, 0.030218953266739845, 0.0219179205596447, 0.04463041201233864, -0.03256300836801529, -0.010165981948375702, -0.01420255471020937, -0.025256600230932236, 0.005520169157534838, 0.0030993132386356592, -0.0017027328722178936, 0.007587948348373175, -0.01836421526968479, -0.014310112223029137, 0.05408613383769989, 0.025830121710896492, 0.008833556436002254, -0.01953544281423092, -0.041632238775491714, 0.019451087340712547, -0.02422838658094406, -0.07385729253292084, 0.0293451938778162, 0.016371475532650948, -0.04062392935156822, 0.1015039011836052, -0.022155731916427612, 0.02226288802921772, 0.04631437733769417, 0.009981431066989899, -0.028970329090952873, 0.04243694618344307, -0.03687715157866478, 0.026842091232538223, 0.044684648513793945, -0.053884148597717285, -0.008364610373973846, -0.034009166061878204, 0.08960778266191483, -0.05160976201295853, 0.03392607346177101, 0.06253664940595627, 0.01573241874575615, 0.009403172880411148, -0.04475736990571022, -0.03895319998264313, 0.05097785219550133, -0.04165341332554817, 0.07824140042066574, 0.01786441169679165, -0.08013773709535599, 0.054738759994506836, 0.0052902535535395145, -0.090984046459198, 0.038649026304483414, 0.017915403470396996, 0.01070716418325901, 0.04493917524814606, 0.04414733126759529, -0.06748947501182556, 0.0022309899795800447, -0.04570012539625168, 0.009228101931512356, -0.049083661288022995, 0.008740668185055256, 0.012036529369652271, -0.03903934359550476, -0.010324938222765923, 0.005333464592695236, -0.022749632596969604, -0.006862116977572441, 0.012443327344954014, -0.0629749447107315, -0.03328954055905342, -0.02096644602715969, 0.012960013933479786, -0.04532928392291069, 0.01591050624847412, -0.01943809539079666, 0.012211439199745655, 0.01982203871011734, 0.01736297830939293, -0.03737971931695938, -0.010995554737746716, 0.021077385172247887, -0.061138030141592026, -0.018171682953834534, 0.05343122407793999, 0.030861761420965195, -0.030201880261301994, 0.03152695298194885, -0.005967491306364536, 0.03385176882147789, 0.021770054474473, -0.013319606892764568, 0.03751455992460251, -0.05971241369843483, -0.0069153220392763615, 0.018031876534223557, 0.015551203861832619, 0.015659797936677933, -0.004527822602540255, 0.048224806785583496, 0.040257155895233154, 0.034944213926792145, -0.005897270515561104, -0.038238976150751114, -0.033783748745918274, 0.018438469618558884, -0.03431955724954605, 0.044856201857328415, 0.011741840280592442, -0.048654429614543915, -0.03979535400867462, -0.011585909873247147, -0.02216513641178608, 0.029692411422729492, -0.05531229078769684, -0.004491639323532581, 0.022501256316900253, -0.010730032809078693, -0.04872201383113861, -0.09124141931533813, -0.03950729966163635, -0.00001724262983771041, 0.03454626724123955, 0.01806519739329815, -0.018877433612942696, 0.015381728298962116, -0.01680835522711277, -0.06784497946500778, 0.039437003433704376, 0.01702776737511158, -0.03284670040011406, 0.0680709108710289, 0.05120682343840599, -0.034063152968883514, 0.028063179925084114, 0.04299024119973183, -0.02680223435163498, 0.01985926181077957, 0.00360353896394372, 0.03305503726005554, 0.018757659941911697, 0.041672758758068085, -0.028484679758548737, -0.024145526811480522, -0.05737912654876709, -0.04859253391623497, -0.026182051748037338, -0.01188165508210659, 0.059747930616140366 ]
Aleksandar/distilbert-srb-ner-setimes
[ "pytorch", "distilbert", "token-classification", "transformers", "generated_from_trainer", "autotrain_compatible" ]
token-classification
{ "architectures": [ "DistilBertForTokenClassification" ], "model_type": "distilbert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
3
null
--- language: - "zh" thumbnail: "https://user-images.githubusercontent.com/9592150/97142000-cad08e00-179a-11eb-88df-aff9221482d8.png" tags: - "chinese" - "classical chinese" - "literary chinese" - "ancient chinese" - "bert" - "pytorch" - "punctuation marker" license: "apache-2.0" pipeline_tag: "token-classification" widget: - text: "及秦始皇灭先代典籍焚书坑儒天下学士逃难解散我先人用藏其家书于屋壁汉室龙兴开设学校旁求儒雅以阐大猷济南伏生年过九十失其本经口以传授裁二十馀篇以其上古之书谓之尚书百篇之义世莫得闻" --- # Guwen Punc A Classical Chinese Punctuation Marker. See also: <a href="https://github.com/ethan-yt/guwen-models"> <img align="center" width="400" src="https://github-readme-stats.vercel.app/api/pin/?username=ethan-yt&repo=guwen-models&bg_color=30,e96443,904e95&title_color=fff&text_color=fff&icon_color=fff&show_owner=true" /> </a> <a href="https://github.com/ethan-yt/cclue/"> <img align="center" width="400" src="https://github-readme-stats.vercel.app/api/pin/?username=ethan-yt&repo=cclue&bg_color=30,e96443,904e95&title_color=fff&text_color=fff&icon_color=fff&show_owner=true" /> </a> <a href="https://github.com/ethan-yt/guwenbert/"> <img align="center" width="400" src="https://github-readme-stats.vercel.app/api/pin/?username=ethan-yt&repo=guwenbert&bg_color=30,e96443,904e95&title_color=fff&text_color=fff&icon_color=fff&show_owner=true" /> </a>
[ -0.0010819662129506469, -0.042055558413267136, -0.02822970598936081, 0.04454909637570381, 0.05245818570256233, 0.02242104522883892, -0.016106339171528816, -0.0006825767923146486, -0.024873683229088783, 0.04241975024342537, -0.0014724232023581862, -0.013283724896609783, 0.025432461872696877, 0.026568323373794556, -0.010417044162750244, -0.03880137577652931, -0.005533820018172264, 0.00932396575808525, -0.057679418474435806, -0.01404957938939333, 0.017077039927244186, 0.015052608214318752, -0.0018746823770925403, 0.02661391720175743, 0.006166868377476931, -0.002630030270665884, 0.009152871556580067, 0.026862643659114838, 0.053904153406620026, -0.06032581254839897, -0.009514736011624336, -0.04704699292778969, -0.03304705768823624, -0.05272229015827179, -0.048984672874212265, -0.0030786660499870777, 0.02113443799316883, 0.024429870769381523, 0.007650059647858143, 0.08418715745210648, -0.013980974443256855, 0.009311017580330372, -0.012538192793726921, -0.037142593413591385, 0.061488453298807144, 0.01494681742042303, -0.03713660687208176, -0.007144370581954718, 0.040391869843006134, -0.025998683646321297, -0.046464722603559494, -0.08558497577905655, -0.013035060837864876, 0.013529802672564983, -0.03418230265378952, -0.011807458475232124, -0.08460705727338791, -0.0021182766649872065, 0.08385596424341202, -0.05611577257514, -0.049761030822992325, 0.005913098342716694, -0.0845722034573555, 0.03458694368600845, 0.002275119535624981, -0.05335480347275734, 0.00013539627252612263, -0.012583820149302483, 0.04500523954629898, -0.012862425297498703, 0.05179736763238907, -0.0332452766597271, 0.0005389553843997419, -0.09905882179737091, -0.00023357303871307522, -0.018459880724549294, 0.03466930240392685, 0.02392367459833622, -0.03337031602859497, 0.06471037119626999, 0.03393053263425827, -0.0005028511513955891, 0.03592289611697197, -0.00029462159727700055, -0.04236163944005966, 0.026129040867090225, -0.05328289419412613, 0.006465024780482054, 0.03102637082338333, 0.08413983136415482, -0.04252422973513603, -0.06223708763718605, -0.01674445904791355, -0.017814910039305687, -0.04493613541126251, 0.026001418009400368, 0.045359984040260315, -0.02629196085035801, 0.03987773507833481, 0.04017007350921631, 0.011944035068154335, 0.06147448346018791, 0.005778896156698465, 0.01997305266559124, -0.014805509708821774, 0.041351087391376495, -0.010854676365852356, -0.041323646903038025, -0.04256151244044304, 0.024407552555203438, 0.01342186238616705, -0.03808991238474846, -0.03690430521965027, 0.03343801945447922, 0.026606755331158638, -0.02816171944141388, 0.05990035459399223, -0.027826573699712753, -0.05364011228084564, -0.06428752094507217, 0.05815298110246658, 0.026514433324337006, 0.0016857198206707835, 0.00857703760266304, -0.03169349953532219, 0.017932817339897156, -0.04916760325431824, -0.024372579529881477, -0.02356688678264618, 0.025622976943850517, -0.021802855655550957, 0.0327906534075737, -0.015354138799011707, -0.061026204377412796, 0.006875736638903618, -0.02008334919810295, -0.03631582856178284, 0.043075576424598694, -0.008396986871957779, 0.08292587101459503, -0.06368233263492584, -0.04299762099981308, 0.017439454793930054, 0.020651375874876976, -0.029950642958283424, 0.021479254588484764, -0.009884661994874477, -0.03174663335084915, -0.035383813083171844, -0.012248803861439228, 0.04443379119038582, -0.04868633672595024, 0.02568301558494568, 0.026031911373138428, -0.00479852594435215, 0.05148550122976303, -0.05766715481877327, 0.003189080860465765, 0.0008558302652090788, -0.000401324185077101, -0.027303284034132957, 0.02961609698832035, -0.02208814024925232, -0.023363707587122917, -0.04689199849963188, -0.04598629102110863, 0.0013962932862341404, 0.07358944416046143, -0.010897841304540634, -0.022785943001508713, -0.017071962356567383, 0.013016127049922943, 0.02182101085782051, 0.02239684946835041, -0.026580490171909332, 0.03054441139101982, 0.039816346019506454, 0.03875357657670975, -0.019700633361935616, 0.09679995477199554, 0.036736249923706055, -0.02539394050836563, -0.012368989177048206, 0.016261210665106773, 0.030065227299928665, 0.005210238974541426, 0.027201220393180847, 0.047780267894268036, -0.011886282823979855, -0.04686687886714935, -0.0030257669277489185, 0.07113057374954224, -0.01181718334555626, -0.009716210886836052, -0.010599585250020027, -0.00824898574501276, -0.018551871180534363, 0.07361068576574326, -0.027025574818253517, 0.005735686514526606, -0.03507094457745552, -0.022819368168711662, -0.0066970596089959145, 0.05964711681008339, 0.050734832882881165, 0.03697128966450691, -0.007056006230413914, 0.05917155370116234, -0.02851448394358158, 0.03145971894264221, -0.05821171775460243, -0.05828090012073517, -0.0005219696322456002, 0.026800232008099556, 0.014668509364128113, 0.04805099219083786, 0.007903634570538998, -0.032358430325984955, 0.026165446266531944, 0.07692943513393402, 0.04671797156333923, 0.03725836053490639, -0.02060249261558056, 0.0038014936726540327, 0.04501669853925705, 0.05809108167886734, -0.08390258252620697, -0.04196867719292641, 0.02199099212884903, 0.02300500124692917, -0.04639629274606705, 0.017150267958641052, -0.0013827761868014932, 0.0252248365432024, -0.0399918295443058, -0.08147129416465759, 0.050041548907756805, 0.016384737566113472, 0.03729076683521271, 0.02870958298444748, -0.02418014220893383, 0.014603151008486748, 0.02658839337527752, 0.014597659930586815, 0.007824460044503212, -0.050852276384830475, 0.0011868622386828065, 0.03799191117286682, 0.0693257749080658, -0.033346470445394516, 0.007781217806041241, -0.01458923239260912, 0.031510356813669205, 0.03180317208170891, -0.04399183765053749, 0.005042984150350094, 0.040475424379110336, 0.010051527991890907, -0.019000552594661713, 0.030819136649370193, 0.013304807245731354, 0.010397807694971561, 0.03806999325752258, 0.007004882674664259, 0.045347727835178375, -0.008329489268362522, 0.03820109739899635, 0.08600965142250061, 0.02112882025539875, 0.028593603521585464, 0.018568819388747215, 0.055741239339113235, -0.0036175346467643976, 0.0029610786586999893, 0.05987877771258354, -0.047859787940979004, 0.007007929030805826, -0.04538713023066521, 0.05752396583557129, 0.004436672665178776, -0.003154083387926221, -0.00884486548602581, -0.012431889772415161, -0.017844902351498604, 0.007694839034229517, -0.010564508847892284, -0.0015521298628300428, 0.0393948033452034, -0.024328308179974556, -0.013525860384106636, 0.01775018312036991, -0.030396727845072746, -0.002147429622709751, -0.05793394520878792, -0.059654880315065384, -0.0245373472571373, -0.021385733038187027, 0.00022507556423079222, -0.07886883616447449, -0.02281435951590538, -0.06413588672876358, -0.027203954756259918, 0.04708821699023247, 0.042511411011219025, -0.0027759550139307976, -0.03970744460821152, 0.04556725546717644, -0.04643872007727623, -0.03325692564249039, -0.03691345453262329, -0.029419876635074615, -0.027099909260869026, -0.07154523581266403, 0.032322321087121964, 0.0015086871571838856, 0.02685851790010929, 0.02511507272720337, -0.00582240941002965, -0.020605577155947685, 0.00796250905841589, 0.05626421049237251, 0.0479234978556633, -0.037521425634622574, -0.023969005793333054, 0.03998911380767822, -0.018940303474664688, 0.012272377498447895, 0.0014552854700013995, -0.03862280398607254, 0.059484902769327164, 0.08452799171209335, 0.003280838718637824, 0.001820353209041059, -0.0037973872385919094, -0.04369691386818886, -0.023464683443307877, -0.008908349089324474, -0.03799561783671379, -0.02794729359447956, -0.007656092755496502, -0.04108332842588425, -0.02040049061179161, -0.01897372119128704, -0.0329214408993721, -0.01490062102675438, -0.01319299079477787, 0.026998264715075493, 0.03596273064613342, 0.05399223044514656, 0.05610615760087967, -0.04273846372961998, -0.006657893303781748, 0.07959695160388947, -0.006685026455670595, 0.0028143904637545347, -0.09309131652116776, -0.023523740470409393, 0.0161178819835186, 0.009310316294431686, -0.01604469306766987, -0.026720797643065453, 0.048323046416044235, 0.0005120867281220853, -0.02445499785244465, 0.017429329454898834, -0.019434412941336632, -0.03500419110059738, 0.00027679940103553236, 0.011960742063820362, -0.012753230519592762, -0.06474396586418152, -0.025048675015568733, -0.00796135701239109, 0.0836477279663086, -0.05946530029177666, -0.06478655338287354, -0.008422832936048508, 0.023648615926504135, 0.011257658712565899, -0.016949057579040527, -0.045216478407382965, 0.02112448215484619, -0.05952167510986328, -0.03413742408156395, -0.010132744908332825, 0.008570249192416668, 0.014922880567610264, 0.04587298259139061, 0.021586241200566292, -0.046608611941337585, 0.024334870278835297, 0.02315192110836506, 0.027017461135983467, 0.018784550949931145, -0.032831527292728424, 0.014599164016544819, -0.02036859281361103, 0.02888067066669464, 0.02021181955933571, -0.03818555176258087, -0.047339532524347305, -0.08363458514213562, -0.0015300351660698652, 0.00806308351457119, 0.008937147445976734, -0.0018093890976160765, 0.017570585012435913, -0.0433596596121788, -0.0047107357531785965, 0.011909931898117065, 0.009849474765360355, 0.055805910378694534, -0.05101599916815758, 0.08241654187440872, 0.007023605052381754, 0.06007412448525429, -0.0640987679362297, 0.01094350591301918, -0.021394332870841026, 0.0017941361293196678, -0.016360202804207802, 0.06386574357748032, 0.006584270391613245, 0.03721762076020241, 0.06355725973844528, 0.03600233793258667, -0.011706327088177204, 0.05528705567121506, 0.011074312031269073, -0.02037578821182251, -0.06546639651060104, 0.023012686520814896, -0.03380391374230385, -0.013764617033302784, 0.0025439229793846607, -0.029674354940652847, -0.00030144210904836655, 0.034150902181863785, 0.0006902789464220405, 0.003978224936872721, 0.03272966295480728, -0.012357513420283794, -0.03807107359170914, -0.0656229630112648, -0.034143272787332535, 0.0022581866942346096, -0.04940212145447731, 0.011896622367203236, 0.044215958565473557, -0.015173680149018764, 0.06313809752464294, 0.031142955645918846, -0.015816926956176758, -0.016011320054531097, 0.04713337495923042, 0.01754665933549404, -0.03415495902299881, -0.0481371134519577, -0.025859223678708076, 0.05820600688457489, 0.014479977078735828, 0.007392039988189936, -0.060438089072704315, 0.04000129923224449, 0.06552132219076157, -0.03923787549138069, 0.04319700971245766, -0.005583328194916248, 0.03769322484731674, 0.06472331285476685, -0.00604100339114666, 0.034553881734609604, -0.008680418133735657, -0.00010622532136039808, -0.013552629388868809, 0.027587108314037323, -0.057839591056108475, -0.022107252851128578, -0.030029986053705215, 0.021607473492622375, 0.02655876986682415, 0.04302532225847244, 0.03342771902680397, -0.027779091149568558, -0.05909465625882149, 0.02041476033627987, 0.015061655081808567, -0.04681619256734848, 0.024311959743499756, 0.028783582150936127, 0.04214779660105705, -0.024276353418827057, -0.00506544066593051, 0.005565183237195015, 0.011750444769859314, 0.03997556492686272, -0.0186311062425375, -0.027731498703360558, -0.02876248024404049, 0.05101943388581276, 0.005012480542063713, -0.04865843430161476, -0.05660371482372284, 0.03563911095261574, -0.05361418053507805, 0.016890456900000572, 0.04043205454945564, 0.015371161513030529, 0.024452976882457733, 0.027505068108439445, 0.003191553056240082, 0.00031713524367660284, -0.029747890308499336, 0.030404647812247276, -0.028601577505469322, -0.0421428456902504, -0.006123987026512623, -0.04064018651843071, -0.009089002385735512, -0.03695317730307579, -0.07737735658884048, -0.04580424353480339, -0.006716256029903889, 0.05155079811811447, -0.015597471967339516, -0.024365391582250595, -0.014416921883821487, 0.03938381373882294, -0.026546653360128403, -0.029660223051905632, -0.024390948936343193, -0.027716711163520813, -0.06290751695632935, -0.054228730499744415, 0.015342311933636665, -0.001619319780729711, 0.03373704478144646, 0.012563126161694527, 0.00679418258368969, 0.021301688626408577, -0.0038247641641646624, -0.013637704774737358, 0.04189855605363846, 0.004534983541816473, -0.03934068605303764, -0.06112318113446236, 0.003550616092979908, 0.005742359906435013, 0.02827795222401619, -0.032102201133966446, 0.04832935333251953, 0.041312385350465775, -0.03280019760131836, -0.013702656142413616, 0.015843374654650688, 0.01372956670820713, -0.08017782866954803, -0.056994907557964325, 0.011279485188424587, -0.01953177899122238, 0.05018636956810951, -0.04185846447944641, -0.051908474415540695, 0.01780996099114418, 0.030086038634181023, 0.044328633695840836, -0.0182188730686903, -0.010416379198431969, 0.039408277720212936, -0.01191316731274128, 0.001424479647539556, -0.05351002886891365, 0.01460924744606018, -0.034727852791547775, 0.008327743038535118, -0.034768324345350266, 0.0038736548740416765, -0.04614634811878204, 0.03397764638066292, -0.014783352613449097, -0.01052338071167469, 0.015303227119147778, 0.05253220349550247, -0.04021335020661354, 0.030855968594551086, -0.023505017161369324, 0.03018481470644474, -0.03965841233730316, 0.022294554859399796, -0.0757199227809906, -0.018477993085980415, -0.016273310407996178, -0.018564052879810333, -0.04821627959609032, -0.0220896415412426, -0.026164919137954712, -0.06136777624487877, 0.03473697975277901, 0.030332468450069427, 0.0008214630070142448, 0.01267113909125328, 0.0026223615277558565, 0.02211936004459858, 0.011279809288680553, -0.06806758791208267, -0.015450205653905869, -0.04242302104830742, 0.0023478325456380844, -0.008066223934292793, 0.018011681735515594, 0.0342327356338501, -0.07338681817054749, -0.041376471519470215, 0.0460197739303112, 0.01442283671349287, -0.015273132361471653, 0.02252335101366043, 0.03489650785923004, 0.024897264316678047, 0.033352140337228775, -0.04853517934679985, 0.02574281021952629, 0.00490736635401845, -0.01442288514226675, 0.024926431477069855, -0.0005033029010519385, 0.045456238090991974, 0.00041443141526542604, -0.01823255605995655, -0.009517671540379524, 0.10227242857217789, 0.015085244551301003, 0.014972126111388206, -0.00969659723341465, -0.04810085520148277, -0.0015939356526359916, -0.008808368816971779, -0.02993607707321644, 0.0017017718637362123, 0.0031266326550394297, -0.05582761391997337, 0.0785648375749588, -0.010999443009495735, 0.02463001012802124, 0.04495438560843468, 0.007311186753213406, -0.02338697761297226, 0.010883092880249023, -0.02856585755944252, 0.019875576719641685, 0.03005416877567768, -0.05538591742515564, 0.0019274221267551184, -0.03289199620485306, 0.06252600252628326, -0.09141111373901367, 0.03330421820282936, 0.052854470908641815, 0.015829898416996002, 0.028433552011847496, 0.0053901271894574165, -0.03273795545101166, 0.06154610589146614, -0.04794231429696083, 0.053995635360479355, 0.0035848093684762716, -0.0591413751244545, 0.035345468670129776, 0.014326024800539017, -0.06483395397663116, 0.031219283118844032, 0.05072309076786041, 0.01824060268700123, 0.031528785824775696, 0.04811782017350197, -0.04820762574672699, -0.004239675588905811, -0.03920338675379753, 0.027019336819648743, -0.05173642933368683, -0.019141431897878647, 0.03947340324521065, -0.027779696509242058, -0.03280335292220116, 0.04486024007201195, -0.00905196275562048, -0.022700143977999687, 0.03276377171278, -0.0502963587641716, -0.04925631359219551, 0.0024400907568633556, 0.01942412555217743, -0.007224886678159237, -0.004584024194628, -0.02506006322801113, 0.0046595134772360325, 0.010065369307994843, -0.0009826342575252056, -0.027027564123272896, -0.0017430890584364533, 0.04995494335889816, -0.08185354620218277, -0.02516883611679077, 0.05361650884151459, -0.009141473099589348, -0.013083292171359062, 0.03680575266480446, -0.01094832643866539, 0.025461891666054726, 0.01787116937339306, -0.0035910545848309994, 0.005200550425797701, -0.06702421605587006, -0.009536916390061378, 0.023592060431838036, 0.017739737406373024, 0.018159007653594017, -0.013223483227193356, 0.03355976939201355, 0.016925645992159843, 0.020086850970983505, 0.018064433708786964, -0.036699648946523666, -0.032313648611307144, 0.011572940275073051, -0.020822856575250626, 0.032389961183071136, -0.0009370813495479524, -0.06179270148277283, -0.061741817742586136, -0.008845193311572075, -0.0007466961396858096, 0.045481495559215546, -0.04381518065929413, -0.017432311549782753, 0.04068974032998085, -0.029606780037283897, -0.01732032746076584, -0.06797534227371216, -0.05371247977018356, -0.05247697979211807, 0.028039533644914627, 0.03452903777360916, -0.03804896026849747, -0.0012647622497752309, -0.05556768178939819, -0.06740531325340271, 0.004891009069979191, 0.021428320556879044, -0.03558758273720741, 0.03404150903224945, 0.053124189376831055, -0.028823236003518105, 0.018372472375631332, 0.0010725758038461208, -0.034275636076927185, 0.017134880647063255, -0.003897092305123806, 0.019346682354807854, 0.034347373992204666, 0.04753821715712547, 0.02365492284297943, -0.0033264015801250935, -0.05634871497750282, -0.04965232312679291, -0.02510589174926281, -0.004012423101812601, 0.05851014703512192 ]
AlekseyKulnevich/Pegasus-Summarization
[ "pytorch", "pegasus", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
{ "architectures": [ "PegasusForConditionalGeneration" ], "model_type": "pegasus", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
7
null
--- license: apache-2.0 tags: - stylegan2 - image-generation --- # AniCharaGAN: Anime Character Generation with StyleGAN2 [![GitHub Repo stars](https://img.shields.io/github/stars/eugenesiow/practical-ml?style=social)](https://github.com/eugenesiow/practical-ml) This model uses the awesome lucidrains’s [stylegan2-pytorch](https://github.com/lucidrains/stylegan2-pytorch) library to train a model on a private anime character dataset to generate full-body 256x256 female anime characters. Here are some samples: ![Samples of anime characters and styles generated by the model](images/samples1.jpg "Samples of anime characters and styles generated by the model") ## Model description The model generates 256x256, square, white background, full-body anime characters. It is trained using [stylegan2-pytorch](https://github.com/lucidrains/stylegan2-pytorch). It is trained to 150 epochs. ## Intended uses & limitations You can use the model for generating anime characters and than use a super resolution library like [super_image](https://github.com/eugenesiow/super-image) to upscale. ### How to use [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/eugenesiow/practical-ml/blob/master/notebooks/Anime_Character_Generation_with_StyleGAN2.ipynb "Open in Colab") Install the dependencies: ```bash pip install -q stylegan2_pytorch==1.5.10 ``` Here is how to generate images: ```python import torch from torchvision.utils import save_image from stylegan2_pytorch import ModelLoader from pathlib import Path Path('./models/ani-chara-gan/').mkdir(parents=True, exist_ok=True) torch.hub.download_url_to_file('https://huggingface.co/eugenesiow/ani-chara-gan/resolve/main/model.pt', './models/ani-chara-gan/model_150.pt') torch.hub.download_url_to_file('https://huggingface.co/eugenesiow/ani-chara-gan/resolve/main/.config.json', './models/ani-chara-gan/.config.json') loader = ModelLoader( base_dir = './', name = 'ani-chara-gan' ) noise = torch.randn(1, 256).cuda() # noise styles = loader.noise_to_styles(noise, trunc_psi = 0.7) # pass through mapping network images = loader.styles_to_images(styles) # call the generator on intermediate style vectors save_image(images, './sample.jpg') ``` ## BibTeX entry and citation info The model is part of the [practical-ml](https://github.com/eugenesiow/practical-ml) repository. [![GitHub Repo stars](https://img.shields.io/github/stars/eugenesiow/practical-ml?style=social)](https://github.com/eugenesiow/practical-ml)
[ -0.0028900925535708666, -0.022044343873858452, -0.008899624459445477, 0.05311260744929314, 0.05321058630943298, -0.012284988537430763, -0.0020481215324252844, 0.010988005436956882, -0.01728864759206772, 0.0665525272488594, 0.02165580913424492, -0.007251616567373276, 0.028111601248383522, 0.03521845117211342, -0.025837445631623268, -0.025477977469563484, -0.009025277569890022, 0.005697796121239662, -0.016063973307609558, -0.0022699031978845596, 0.03166978433728218, 0.004303011577576399, -0.0032656884286552668, 0.012906964868307114, 0.01384816039353609, -0.011953513137996197, 0.0074382987804710865, -0.003450545947998762, 0.041325733065605164, -0.06323707848787308, 0.011884814128279686, -0.049237243831157684, -0.036404892802238464, -0.036857347935438156, -0.041203808039426804, -0.039256058633327484, 0.012223801575601101, 0.006502324715256691, 0.008907890878617764, 0.0746193677186966, -0.009093818254768848, -0.00778430700302124, -0.04396253451704979, 0.0047295172698795795, 0.04166408255696297, 0.007930239662528038, -0.05136684328317642, -0.021440986543893814, 0.044788822531700134, -0.0010282672010362148, -0.044017281383275986, -0.06586096435785294, -0.008979111909866333, 0.0071671525947749615, -0.03132471814751625, -0.021848157048225403, -0.01695089042186737, -0.022202247753739357, 0.04755788296461105, -0.05760176107287407, -0.024149632081389427, -0.005451281554996967, -0.08929959684610367, 0.048550862818956375, 0.06128986179828644, -0.013609602116048336, 0.025788461789488792, -0.04983871057629585, -0.018236206844449043, -0.011668025515973568, 0.041645586490631104, -0.05813448876142502, -0.005527924746274948, -0.10179660469293594, -0.01976010389626026, -0.01723966747522354, 0.04087606817483902, 0.01842682994902134, -0.04886557161808014, 0.04282994568347931, 0.03782152384519577, 0.009728489443659782, 0.020131275057792664, -0.013240216299891472, -0.05790706351399422, 0.04191900044679642, -0.047372594475746155, 0.008117132820189, 0.009130075573921204, 0.06633136421442032, -0.08427810668945312, -0.03520303592085838, 0.0019085337407886982, -0.050163522362709045, -0.023656558245420456, 0.015342500060796738, 0.032679200172424316, 0.0030021946877241135, 0.02934841997921467, -0.002260601380839944, 0.010965033434331417, 0.041260793805122375, 0.020079733803868294, 0.027432315051555634, -0.030670873820781708, -0.00981295108795166, -0.01995748095214367, -0.041371919214725494, -0.04101204499602318, 0.011721519753336906, 0.024897124618291855, -0.005042813252657652, -0.02593711018562317, 0.0158860944211483, -0.016238607466220856, -0.009487012401223183, 0.060482367873191833, -0.033011190593242645, -0.03926597908139229, -0.07158657908439636, 0.03198361396789551, 0.0424647331237793, -0.03425954282283783, -0.013750038109719753, -0.05551866441965103, 0.023903166875243187, -0.01153157465159893, -0.020098084583878517, -0.0035606299061328173, 0.03422361984848976, -0.016420701518654823, 0.03181108832359314, 0.00920463539659977, -0.05896347388625145, 0.010364372283220291, 0.030743179842829704, -0.05478876084089279, 0.05864497274160385, -0.00475177401676774, 0.10317995399236679, -0.07533279061317444, -0.029075350612401962, -0.006240505259484053, 0.010152188129723072, -0.04719376191496849, 0.0017483094707131386, 0.010628852061927319, -0.07356729358434677, -0.019793566316366196, -0.029795560985803604, 0.039415258914232254, -0.05674457550048828, -0.03216814994812012, 0.06291075050830841, 0.01628383994102478, 0.037676457315683365, -0.06297603249549866, 0.009847022593021393, 0.014012156054377556, 0.00228540925309062, -0.02179805003106594, 0.04420239105820656, -0.007869809865951538, -0.02306295558810234, -0.04050220549106598, -0.01853911764919758, -0.028509410098195076, 0.0661136656999588, -0.02429562248289585, -0.021370040252804756, -0.026034757494926453, 0.019174084067344666, 0.02725028060376644, 0.03284940868616104, -0.02949945628643036, 0.03951696678996086, 0.03782486543059349, 0.04054749757051468, -0.04092530161142349, 0.040343284606933594, 0.035184238106012344, -0.011264979839324951, -0.04065974801778793, -0.0012923474423587322, 0.03991376981139183, -0.02861805073916912, 0.014188665896654129, 0.04351164028048515, -0.0011117609683424234, -0.038304440677165985, -0.01871522143483162, 0.07278019934892654, -0.018073670566082, -0.02805962786078453, -0.002062814077362418, -0.005778797436505556, -0.021145403385162354, 0.05735880509018898, -0.035371970385313034, 0.01336776465177536, -0.03230259194970131, -0.026587791740894318, 0.0015735096530988812, 0.011622282676398754, 0.024460962042212486, 0.036236267536878586, -0.0016937723848968744, 0.05839960277080536, -0.02733704447746277, 0.029720231890678406, -0.06185586750507355, -0.041079480201005936, -0.007366413716226816, 0.043505627661943436, 0.033848028630018234, 0.05198321118950844, -0.011457576416432858, -0.04544452950358391, 0.03297670558094978, 0.06404691189527512, 0.04713789373636246, 0.005953874904662371, -0.05541084334254265, -0.005663170944899321, 0.005933130159974098, 0.052838824689388275, -0.0619647242128849, -0.018663868308067322, 0.039217010140419006, 0.027394497767090797, -0.009485202841460705, 0.01920585334300995, -0.013103369623422623, 0.019598793238401413, -0.04123163968324661, -0.06785065680742264, 0.0036919619888067245, 0.018961133435368538, 0.022518757730722427, 0.03307211399078369, -0.002429132116958499, 0.009994568303227425, 0.027728131040930748, 0.02141699381172657, 0.021298063918948174, -0.06566743552684784, 0.01669899933040142, 0.011981077492237091, 0.060310471802949905, -0.05373145267367363, 0.05591550096869469, -0.007322045974433422, -0.022033128887414932, 0.024987878277897835, -0.040890567004680634, 0.027993911877274513, 0.05821743607521057, 0.012920200824737549, -0.021007414907217026, 0.04806990921497345, 0.02158641628921032, 0.02684962749481201, 0.05934818461537361, -0.007380279246717691, 0.06449572741985321, 0.0043236673809587955, 0.039560116827487946, 0.08454123884439468, 0.028647134080529213, -0.009547166526317596, 0.04000753536820412, 0.10040006786584854, 0.0030170257668942213, -0.011703276075422764, 0.06362553685903549, -0.030903100967407227, 0.004712979309260845, -0.0050993431359529495, 0.02178545668721199, -0.0218892153352499, -0.025922643020749092, 0.038348376750946045, 0.043764855712652206, -0.004280258901417255, -0.021521760150790215, 0.008266237564384937, 0.02952314168214798, 0.03327645733952522, -0.03130238130688667, -0.02328772470355034, 0.006159007083624601, -0.03097693994641304, 0.016293965280056, -0.05708354711532593, -0.05104649439454079, -0.02918316051363945, -0.06125512346625328, -0.0249126348644495, -0.09563322365283966, 0.00703809130936861, -0.07594450563192368, -0.03072289004921913, 0.043275136500597, 0.028763456270098686, -0.01925421692430973, -0.04399702325463295, 0.021865911781787872, -0.0424685962498188, -0.03555877134203911, -0.03345690295100212, -0.0732685774564743, 0.005050769541412592, -0.06287423521280289, 0.026737216860055923, 0.03414946421980858, 0.014110730960965157, 0.0062025380320847034, 0.004613244440406561, -0.03487216308712959, -0.03978379815816879, 0.03366240859031677, 0.037401121109724045, -0.023896189406514168, -0.040091682225465775, 0.02911284938454628, -0.0098057109862566, -0.01617274433374405, -0.001935915439389646, -0.01738915964961052, 0.05442601442337036, 0.05916132405400276, -0.00688605010509491, 0.009638248942792416, 0.014270358718931675, -0.019245505332946777, -0.03797822818160057, -0.04206068441271782, -0.061796486377716064, -0.022188270464539528, -0.03029199317097664, -0.03168756887316704, -0.03161000832915306, -0.007499829865992069, -0.03684481233358383, 0.011292722076177597, 0.0027313337195664644, 0.009113007225096226, 0.017319893464446068, 0.043282877653837204, 0.03317854925990105, -0.04918422922492027, -0.030591456219553947, 0.019396601244807243, 0.014577631838619709, -0.018945956602692604, -0.05969205126166344, -0.0060595800168812275, 0.02810649201273918, 0.043161388486623764, -0.012810226529836655, 0.0027680466882884502, 0.06122749671339989, 0.012143569067120552, -0.02994336560368538, 0.022671382874250412, -0.013230464421212673, 0.020375113934278488, -0.021413393318653107, 0.019621632993221283, -0.010131866671144962, -0.04977928847074509, -0.02340651862323284, -0.021255796775221825, 0.03783315047621727, -0.06863050907850266, -0.06420023739337921, -0.005618476774543524, 0.018332162871956825, 0.03856493905186653, 0.01144234649837017, -0.053457751870155334, -0.013225561007857323, -0.07047084718942642, 0.02149135246872902, 0.04529538005590439, 0.008087888360023499, 0.007822881452739239, 0.055799804627895355, 0.014357068575918674, 0.004490337334573269, 0.02476997673511505, 0.05417241156101227, 0.052906278520822525, 0.0020146530587226152, -0.04105065390467644, 0.013038580305874348, -0.0137975187972188, 0.035023465752601624, 0.007587071042507887, -0.02814428135752678, -0.04186242073774338, -0.07400653511285782, -0.016407782211899757, 0.013547181151807308, -0.005247081164270639, -0.00972729828208685, 0.05733214318752289, -0.006785350851714611, 0.009962695650756359, -0.0025935720186680555, 0.014015940017998219, 0.061033278703689575, -0.07229725271463394, 0.05689939484000206, -0.014097901061177254, 0.018123595044016838, -0.055144160985946655, -0.005625834688544273, -0.021547678858041763, -0.033393971621990204, 0.02683647908270359, 0.05356546491384506, 0.01509692333638668, 0.033285997807979584, 0.04747951030731201, 0.01681753620505333, -0.013480511493980885, 0.02802402712404728, 0.06632872670888901, -0.015116256661713123, -0.081392303109169, 0.023043427616357803, -0.027805356308817863, -0.002081146463751793, -0.009681520983576775, -0.019959619268774986, 0.027429481968283653, 0.04174833372235298, -0.019602276384830475, -0.01583036035299301, -0.007231523282825947, -0.02350435219705105, 0.002019174164161086, -0.04487365111708641, 0.006948296912014484, -0.0016995760379359126, -0.023006096482276917, 0.0019188085570931435, 0.03681357577443123, 0.02384108677506447, 0.09542366117238998, 0.009887481108307838, 0.006912406533956528, -0.041816648095846176, 0.02745627425611019, 0.005130332428961992, -0.04142988100647926, -0.06318547576665878, -0.03772033005952835, 0.03762827813625336, 0.02635159343481064, 0.012400229461491108, -0.06360802799463272, 0.01784186065196991, 0.05182015150785446, -0.0650838240981102, 0.022290129214525223, 0.01866370439529419, 0.03563908860087395, 0.061689577996730804, -0.015116678550839424, 0.05403423681855202, -0.009907553903758526, -0.0184139683842659, -0.014619969762861729, 0.06785251200199127, 0.01583641767501831, -0.014068768359720707, -0.03975551202893257, 0.026715299114584923, 0.018064269796013832, 0.012142413295805454, 0.04298850893974304, -0.03778912499547005, -0.05132327973842621, -0.014011041261255741, 0.028772611171007156, -0.023208092898130417, 0.029247388243675232, 0.02264675311744213, 0.042020365595817566, -0.029785167425870895, -0.020209139212965965, -0.021278051659464836, 0.013064084574580193, 0.03820699825882912, 0.012229825370013714, -0.020653530955314636, -0.036861587315797806, -0.001525462488643825, 0.0029090025927871466, 0.009385304525494576, -0.06658848375082016, 0.03953223675489426, 0.01887383684515953, -0.03307608515024185, 0.023187978193163872, 0.013844991102814674, 0.042718008160591125, 0.03691062703728676, 0.018529023975133896, -0.005386199802160263, -0.04217322915792465, 0.02569177746772766, -0.045546725392341614, -0.04524937644600868, -0.015606023371219635, -0.034490134567022324, -0.035941604524850845, -0.03043315000832081, -0.05960317328572273, -0.03737112879753113, -0.021831059828400612, 0.02591405250132084, -0.024773137643933296, -0.0242519099265337, 0.003794478951022029, 0.02239619567990303, -0.015971504151821136, -0.042236752808094025, -0.03605792671442032, -0.022301161661744118, -0.08059510588645935, -0.030653247609734535, 0.021551962941884995, -0.02646399661898613, 0.014875118620693684, -0.001253438415005803, 0.02129601687192917, 0.038712162524461746, 0.006071079522371292, -0.01123359240591526, 0.022735724225640297, 0.007415703497827053, -0.026298154145479202, -0.022027989849448204, 0.01877729594707489, 0.01105172373354435, 0.04418320208787918, -0.03112982213497162, 0.029234765097498894, 0.0013219740940257907, 0.010953554883599281, -0.021468011662364006, 0.01144564151763916, 0.01950731687247753, -0.050860125571489334, 0.0035506903659552336, -0.006699730642139912, -0.010225451551377773, 0.05300039425492287, -0.013417558744549751, -0.014662930741906166, 0.038126908242702484, 0.02261129580438137, 0.06870269775390625, -0.015602495521306992, 0.0029548148158937693, 0.04597866162657738, -0.030119743198156357, 0.00400611013174057, -0.0669495090842247, 0.027003908529877663, -0.03817173093557358, 0.022767456248402596, -0.008484747260808945, -0.006730233784765005, -0.05374341830611229, 0.042584870010614395, -0.03807380050420761, -0.02917134389281273, -0.005931719671934843, 0.0639619454741478, -0.008027134463191032, 0.02095632813870907, -0.0063489461317658424, 0.03452339023351669, -0.03202657774090767, 0.07234226912260056, -0.010223191231489182, 0.025778021663427353, -0.020134052261710167, 0.015521476976573467, -0.04004225134849548, -0.04248324781656265, -0.00044155700015835464, -0.037437960505485535, 0.025869915261864662, 0.06297341734170914, 0.03861375153064728, 0.009146519936621189, -0.015434112399816513, -0.0040106819942593575, 0.03144549950957298, -0.05997493863105774, -0.022389229387044907, -0.015801923349499702, -0.0017896902281790972, -0.005329453386366367, 0.06429539620876312, 0.06851616501808167, -0.06365817785263062, -0.05179210379719734, 0.039360493421554565, 0.019144754856824875, 0.008170707151293755, -0.013885893858969212, 0.04294440895318985, 0.05954885110259056, 0.05568503215909004, -0.03955519571900368, -0.009460034780204296, -0.015561161562800407, -0.03890680521726608, 0.034419946372509, -0.011174526065587997, 0.024747401475906372, 0.016046976670622826, -0.03930491954088211, -0.045258671045303345, 0.07593930512666702, 0.04763396456837654, 0.024930709972977638, -0.00037489147507585585, -0.06371152400970459, 0.02473318949341774, 0.02244086191058159, -0.03142978996038437, 0.002633095718920231, 0.006540977396070957, -0.0104498490691185, 0.055153410881757736, -0.017237812280654907, -0.014457574114203453, 0.04216237738728523, 0.03098204731941223, -0.03321536257863045, 0.04088343307375908, -0.043631453067064285, 0.033921487629413605, 0.040473878383636475, -0.06463772803544998, -0.03932192176580429, -0.03792169317603111, 0.06881320476531982, -0.08149302750825882, 0.03210705146193504, 0.04546809569001198, -0.006898911669850349, -0.013198363594710827, -0.05217595398426056, -0.05565667897462845, 0.021650472655892372, -0.03788141533732414, 0.04420872777700424, 0.0003735025820787996, -0.05023828521370888, 0.07589798420667648, 0.01744447462260723, -0.09360581636428833, 0.03387879580259323, 0.062377315014600754, 0.05383940413594246, 0.01596846431493759, 0.05430552363395691, -0.03600767254829407, 0.04627442732453346, -0.03439416363835335, 0.05762222781777382, -0.043505750596523285, -0.05413530394434929, 0.037880584597587585, -0.06279955804347992, -0.028056204319000244, 0.026884183287620544, 0.007332031149417162, 0.00913236103951931, 0.047018688172101974, -0.032028283923864365, -0.0543709434568882, -0.012807649560272694, 0.0074858940206468105, -0.006288889329880476, 0.007704947143793106, -0.011756948195397854, 0.006325732916593552, -0.013166404329240322, -0.02795332856476307, -0.0338759571313858, 0.004299352876842022, 0.04413731023669243, -0.09532754868268967, -0.02675177901983261, 0.046073149889707565, -0.004450639709830284, -0.04332006722688675, 0.02429209090769291, -0.008205815218389034, 0.03219623491168022, 0.012362277135252953, -0.011664467863738537, 0.007429238874465227, -0.057158395648002625, -0.023212315514683723, 0.025346113368868828, 0.006820801645517349, 0.02857520990073681, 0.016839709132909775, 0.003340453142300248, 0.041827552020549774, 0.01854058913886547, 0.0015680387150496244, -0.02326931245625019, -0.034393053501844406, 0.0363374724984169, -0.05149969086050987, 0.0239776149392128, -0.021581489592790604, -0.030337614938616753, -0.05486554279923439, -0.008092086762189865, -0.039419908076524734, 0.050831884145736694, -0.02831810526549816, -0.01610078476369381, 0.03630731254816055, 0.0043474952690303326, -0.031314875930547714, -0.08233385533094406, -0.03648149222135544, -0.029267726466059685, 0.014486495405435562, 0.03918225318193436, -0.06029818207025528, 0.020585613325238228, -0.0549607016146183, -0.05886229872703552, 0.03618557006120682, 0.030168287456035614, -0.035540685057640076, 0.014993296936154366, 0.055361803621053696, -0.02384101413190365, 0.013918797485530376, -0.030879110097885132, -0.04253315180540085, 0.0014146723551675677, 0.0016186971915885806, 0.03181589022278786, 0.0263880155980587, 0.019889390096068382, -0.010759780183434486, -0.011617854237556458, -0.06736604869365692, -0.06076500192284584, -0.052203137427568436, 0.013317707926034927, 0.0544905848801136 ]
Alerosae/SocratesGPT-2
[ "pytorch", "gpt2", "feature-extraction", "en", "transformers", "text-generation" ]
text-generation
{ "architectures": [ "GPT2Model" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": true, "max_length": 50 }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
7
null
--- license: apache-2.0 tags: - super-image - image-super-resolution datasets: - eugenesiow/Div2k - eugenesiow/Set5 - eugenesiow/Set14 - eugenesiow/BSD100 - eugenesiow/Urban100 metrics: - pnsr - ssim --- # Lightweight Image Super-Resolution with Adaptive Weighted Learning Network (AWSRN) AWSRN model pre-trained on DIV2K (800 images training, augmented to 4000 images, 100 images validation) for 2x, 3x and 4x image super resolution. It was introduced in the paper [Lightweight Image Super-Resolution with Adaptive Weighted Learning Network](https://arxiv.org/abs/1904.02358) by Wang et al. (2019) and first released in [this repository](https://github.com/ChaofWang/AWSRN). The goal of image super resolution is to restore a high resolution (HR) image from a single low resolution (LR) image. The image below shows the ground truth (HR), the bicubic upscaling and model upscaling. ![Comparing Bicubic upscaling against the models x4 upscaling on Set5 Image 4](images/awsrn_4_4_compare.png "Comparing Bicubic upscaling against the models x4 upscaling on Set5 Image 4") ## Model description Deep learning has been successfully applied to the single-image super-resolution (SISR) task with great performance in recent years. However, most convolutional neural network based SR models require heavy computation, which limit their real-world applications. In this work, a lightweight SR network, named Adaptive Weighted Super-Resolution Network (AWSRN), is proposed for SISR to address this issue. A novel local fusion block (LFB) is designed in AWSRN for efficient residual learning, which consists of stacked adaptive weighted residual units (AWRU) and a local residual fusion unit (LRFU). Moreover, an adaptive weighted multi-scale (AWMS) module is proposed to make full use of features in reconstruction layer. AWMS consists of several different scale convolutions, and the redundancy scale branch can be removed according to the contribution of adaptive weights in AWMS for lightweight network. The experimental results on the commonly used datasets show that the proposed lightweight AWSRN achieves superior performance on ×2, ×3, ×4, and ×8 scale factors to state-of-the-art methods with similar parameters and computational overhead. This model also applies the balanced attention (BAM) method invented by [Wang et al. (2021)](https://arxiv.org/abs/2104.07566) to further improve the results. ## Intended uses & limitations You can use the pre-trained models for upscaling your images 2x, 3x and 4x. You can also use the trainer to train a model on your own dataset. ### How to use The model can be used with the [super_image](https://github.com/eugenesiow/super-image) library: ```bash pip install super-image ``` Here is how to use a pre-trained model to upscale your image: ```python from super_image import AwsrnModel, ImageLoader from PIL import Image import requests url = 'https://paperswithcode.com/media/datasets/Set5-0000002728-07a9793f_zA3bDjj.jpg' image = Image.open(requests.get(url, stream=True).raw) model = AwsrnModel.from_pretrained('eugenesiow/awsrn-bam', scale=2) # scale 2, 3 and 4 models available inputs = ImageLoader.load_image(image) preds = model(inputs) ImageLoader.save_image(preds, './scaled_2x.png') # save the output 2x scaled image to `./scaled_2x.png` ImageLoader.save_compare(inputs, preds, './scaled_2x_compare.png') # save an output comparing the super-image with a bicubic scaling ``` [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/eugenesiow/super-image-notebooks/blob/master/notebooks/Upscale_Images_with_Pretrained_super_image_Models.ipynb "Open in Colab") ## Training data The models for 2x, 3x and 4x image super resolution were pretrained on [DIV2K](https://huggingface.co/datasets/eugenesiow/Div2k), a dataset of 800 high-quality (2K resolution) images for training, augmented to 4000 images and uses a dev set of 100 validation images (images numbered 801 to 900). ## Training procedure ### Preprocessing We follow the pre-processing and training method of [Wang et al.](https://arxiv.org/abs/2104.07566). Low Resolution (LR) images are created by using bicubic interpolation as the resizing method to reduce the size of the High Resolution (HR) images by x2, x3 and x4 times. During training, RGB patches with size of 64×64 from the LR input are used together with their corresponding HR patches. Data augmentation is applied to the training set in the pre-processing stage where five images are created from the four corners and center of the original image. We need the huggingface [datasets](https://huggingface.co/datasets?filter=task_ids:other-other-image-super-resolution) library to download the data: ```bash pip install datasets ``` The following code gets the data and preprocesses/augments the data. ```python from datasets import load_dataset from super_image.data import EvalDataset, TrainDataset, augment_five_crop augmented_dataset = load_dataset('eugenesiow/Div2k', 'bicubic_x4', split='train')\ .map(augment_five_crop, batched=True, desc="Augmenting Dataset") # download and augment the data with the five_crop method train_dataset = TrainDataset(augmented_dataset) # prepare the train dataset for loading PyTorch DataLoader eval_dataset = EvalDataset(load_dataset('eugenesiow/Div2k', 'bicubic_x4', split='validation')) # prepare the eval dataset for the PyTorch DataLoader ``` ### Pretraining The model was trained on GPU. The training code is provided below: ```python from super_image import Trainer, TrainingArguments, AwsrnModel, AwsrnConfig training_args = TrainingArguments( output_dir='./results', # output directory num_train_epochs=1000, # total number of training epochs ) config = AwsrnConfig( scale=4, # train a model to upscale 4x bam=True, # apply balanced attention to the network ) model = AwsrnModel(config) trainer = Trainer( model=model, # the instantiated model to be trained args=training_args, # training arguments, defined above train_dataset=train_dataset, # training dataset eval_dataset=eval_dataset # evaluation dataset ) trainer.train() ``` [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/eugenesiow/super-image-notebooks/blob/master/notebooks/Train_super_image_Models.ipynb "Open in Colab") ## Evaluation results The evaluation metrics include [PSNR](https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio#Quality_estimation_with_PSNR) and [SSIM](https://en.wikipedia.org/wiki/Structural_similarity#Algorithm). Evaluation datasets include: - Set5 - [Bevilacqua et al. (2012)](https://huggingface.co/datasets/eugenesiow/Set5) - Set14 - [Zeyde et al. (2010)](https://huggingface.co/datasets/eugenesiow/Set14) - BSD100 - [Martin et al. (2001)](https://huggingface.co/datasets/eugenesiow/BSD100) - Urban100 - [Huang et al. (2015)](https://huggingface.co/datasets/eugenesiow/Urban100) The results columns below are represented below as `PSNR/SSIM`. They are compared against a Bicubic baseline. |Dataset |Scale |Bicubic |awsrn-bam | |--- |--- |--- |--- | |Set5 |2x |33.64/0.9292 |**37.99/0.9606** | |Set5 |3x |30.39/0.8678 |**35.05/0.9403** | |Set5 |4x |28.42/0.8101 |**32.13/0.8947** | |Set14 |2x |30.22/0.8683 |**33.66/0.918** | |Set14 |3x |27.53/0.7737 |**31.01/0.8581** | |Set14 |4x |25.99/0.7023 |**28.75/0.7851** | |BSD100 |2x |29.55/0.8425 |**33.76/0.9253** | |BSD100 |3x |27.20/0.7382 |**29.63/0.8188** | |BSD100 |4x |25.96/0.6672 |**28.51/0.7647** | |Urban100 |2x |26.66/0.8408 |**31.95/0.9265** | |Urban100 |3x | |**29.14/0.871** | |Urban100 |4x |23.14/0.6573 |**26.03/0.7838** | ![Comparing Bicubic upscaling against the models x4 upscaling on Set5 Image 2](images/awsrn_2_4_compare.png "Comparing Bicubic upscaling against the models x4 upscaling on Set5 Image 2") You can find a notebook to easily run evaluation on pretrained models below: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/eugenesiow/super-image-notebooks/blob/master/notebooks/Evaluate_Pretrained_super_image_Models.ipynb "Open in Colab") ## BibTeX entry and citation info ```bibtex @misc{wang2021bam, title={BAM: A Lightweight and Efficient Balanced Attention Mechanism for Single Image Super Resolution}, author={Fanyi Wang and Haotian Hu and Cheng Shen}, year={2021}, eprint={2104.07566}, archivePrefix={arXiv}, primaryClass={eess.IV} } ``` ```bibtex @article{wang2019lightweight, title={Lightweight Image Super-Resolution with Adaptive Weighted Learning Network}, author={Wang, Chaofeng and Li, Zhen and Shi, Jun}, journal={arXiv preprint arXiv:1904.02358}, year={2019 } ```
[ -0.027481507509946823, -0.01997792348265648, -0.01965123414993286, 0.024240436032414436, 0.040952302515506744, -0.003927875310182571, -0.009546487592160702, -0.02247748337686062, 0.004898067098110914, 0.05862857773900032, 0.03723745048046112, 0.009216890670359135, 0.014936725609004498, 0.048899199813604355, -0.02826891466975212, -0.03644255921244621, -0.009764604270458221, 0.00830485112965107, -0.036485157907009125, 0.010455326177179813, 0.027687955647706985, -0.008632590062916279, 0.0038135151844471693, 0.04434631019830704, 0.0257932897657156, -0.003296672133728862, 0.025583330541849136, -0.0034542472567409277, 0.05198310315608978, -0.06982109695672989, 0.03596503287553787, -0.06967414915561676, -0.04799973964691162, -0.03167254477739334, -0.0008874462801031768, 0.00823658425360918, -0.0011262578191235662, 0.001228580018505454, 0.018227651715278625, 0.06922757625579834, -0.03281257674098015, -0.00710198562592268, -0.0052054328843951225, -0.0034253676421940327, -0.006080970633774996, -0.013011520728468895, -0.035056401044130325, -0.02461441047489643, 0.020270632579922676, -0.034065596759319305, -0.09726253896951675, -0.08759260922670364, -0.02122066169977188, 0.033173490315675735, -0.010126794688403606, -0.03929239511489868, 0.0014670264208689332, -0.010904568247497082, 0.06544279307126999, -0.07180270552635193, -0.07101309299468994, 0.009950689971446991, -0.05422955006361008, 0.03998134285211563, 0.042315177619457245, -0.008122362196445465, 0.016239028424024582, -0.02399786189198494, 0.026654791086912155, -0.017981642857193947, 0.05231272801756859, -0.01878882758319378, 0.006727081723511219, -0.0616372749209404, -0.022910628467798233, -0.04133395105600357, 0.03342108801007271, 0.06290774792432785, -0.06098933517932892, 0.0556662455201149, 0.03997619077563286, 0.007332670036703348, 0.018022865056991577, -0.013517593964934349, -0.015031310729682446, 0.01916268840432167, -0.0261443592607975, 0.021830860525369644, 0.022183746099472046, 0.038939617574214935, -0.046891700476408005, -0.01836935617029667, -0.012468365021049976, -0.039707280695438385, -0.028347207233309746, 0.015872938558459282, 0.025977199897170067, 0.019596099853515625, 0.03623547405004501, 0.008054003119468689, 0.018751248717308044, 0.03481267765164375, -0.011142504401504993, 0.05483105033636093, 0.007416836451739073, -0.006357457954436541, -0.044466882944107056, -0.004731897264719009, -0.05650661140680313, 0.020786331966519356, 0.04294249787926674, -0.053976476192474365, -0.01786748133599758, 0.010970192961394787, -0.044789571315050125, 0.011278755962848663, 0.05041935667395592, -0.01653408817946911, -0.06104440614581108, -0.05901070311665535, 0.0252668634057045, 0.00657038064673543, -0.007638192269951105, -0.0063800206407904625, -0.055773936212062836, 0.02090848982334137, -0.03351777046918869, -0.04742780327796936, 0.027138032019138336, 0.02316826395690441, 0.011339697986841202, 0.0046167438849806786, 0.03364676609635353, -0.07051891833543777, -0.015484037809073925, 0.04889374598860741, -0.04372808709740639, 0.05394485965371132, 0.025768114253878593, 0.11173684149980545, -0.037322089076042175, -0.07426873594522476, 0.007702657952904701, 0.012702575884759426, -0.03169228509068489, 0.03701603412628174, 0.011721574701368809, -0.05153269320726395, -0.044571615755558014, -0.024208087474107742, 0.04699767008423805, -0.0743049904704094, -0.013646724633872509, 0.04813439026474953, -0.00177580991294235, 0.012827910482883453, -0.03572686389088631, -0.01968706212937832, -0.03651828691363335, 0.025592124089598656, -0.0010777743300423026, 0.0737275630235672, -0.02906711958348751, 0.011763077229261398, -0.03962704539299011, -0.0394151508808136, -0.015506130643188953, 0.03854360058903694, -0.015091720968484879, -0.026182617992162704, 0.006967795081436634, 0.0396418534219265, 0.019374879077076912, 0.048713866621255875, -0.007742355577647686, 0.034148454666137695, 0.0394069105386734, 0.027243435382843018, -0.0415792241692543, 0.06060120463371277, 0.061215829104185104, -0.027760770171880722, 0.012161551043391228, -0.017697924748063087, 0.02258194237947464, -0.04880789667367935, -0.004956849850714207, 0.04123099148273468, 0.008418608456850052, -0.0470578707754612, -0.03808463737368584, 0.09450556337833405, -0.014967472292482853, -0.014753870666027069, 0.0037686829455196857, -0.026681534945964813, -0.020688459277153015, 0.032461460679769516, -0.01355134416371584, 0.0022556520998477936, -0.022211497649550438, -0.041505832225084305, -0.007427212782204151, -0.0013622825499624014, 0.01394849456846714, 0.04731305316090584, -0.03441435471177101, 0.06954894959926605, -0.019015604630112648, 0.015421407297253609, -0.06218253821134567, -0.06477963179349899, -0.01713130623102188, 0.04395737126469612, 0.04188891127705574, 0.03182244673371315, -0.025021592155098915, -0.07151904702186584, 0.057636819779872894, 0.07040338963270187, 0.04880281537771225, 0.0453653521835804, -0.008231418207287788, -0.0017595805693417788, 0.006860221270471811, 0.02998502552509308, -0.04355126991868019, -0.03725537657737732, 0.047596998512744904, 0.022777844220399857, 0.003797608194872737, 0.02754243277013302, -0.02289573661983013, 0.02924271486699581, -0.044146180152893066, -0.057964690029621124, 0.030195889994502068, 0.013993645086884499, -0.009633073583245277, 0.06555254012346268, 0.0041989474557340145, -0.014188374392688274, 0.041383810341358185, 0.036331310868263245, 0.015528425574302673, -0.03325796127319336, 0.022525232285261154, 0.002116006100550294, 0.019701944664120674, -0.034270983189344406, 0.03311176970601082, 0.03005293570458889, -0.01613769866526127, 0.0369655080139637, 0.00042249751277267933, 0.0481581874191761, 0.10862073302268982, -0.004390072077512741, -0.003009878098964691, 0.019203931093215942, 0.015043260529637337, 0.012983957305550575, 0.04987117275595665, -0.010398429818451405, 0.055530399084091187, 0.012661953456699848, 0.04282970353960991, 0.07865852862596512, 0.018224820494651794, 0.0191015787422657, 0.05161381885409355, 0.08294741064310074, -0.0016264987643808126, -0.04507940635085106, 0.06062043458223343, -0.040356677025556564, 0.018861647695302963, -0.017557293176651, -0.021354030817747116, -0.01653156243264675, 0.010971007868647575, 0.06668352335691452, 0.017380312085151672, -0.017274413257837296, -0.0055393315851688385, -0.004415648989379406, -0.005381227936595678, 0.021503038704395294, -0.01551948394626379, 0.007750373799353838, -0.031482890248298645, -0.006545768119394779, -0.010573363862931728, -0.03917713463306427, -0.030317259952425957, -0.02090897597372532, -0.04396954923868179, -0.021837804466485977, -0.06817853450775146, -0.0023412166628986597, -0.06647195667028427, -0.022583531215786934, 0.07692841440439224, 0.013180827721953392, -0.006973820272833109, -0.03972247987985611, 0.028099121525883675, -0.0422215610742569, 0.005001823417842388, -0.03193723037838936, -0.07258206605911255, -0.04882091283798218, -0.06557213515043259, 0.020069638267159462, -0.0007844555657356977, 0.037539031356573105, 0.0035024918615818024, 0.019143464043736458, -0.020343177020549774, -0.02788267470896244, 0.04167666658759117, 0.06582857668399811, -0.009719801135361195, -0.008425801992416382, 0.014085190370678902, -0.03341558575630188, -0.013436541892588139, -0.033542197197675705, -0.0182234775274992, 0.05787424370646477, 0.08301082253456116, 0.03684822469949722, 0.02644478715956211, -0.017192086204886436, -0.028038926422595978, -0.03314922749996185, -0.026547079905867577, -0.036063291132450104, -0.009232836775481701, -0.04445252940058708, -0.013693802058696747, -0.005234475713223219, -0.024365827441215515, -0.024212688207626343, -0.0016699222614988685, -0.02072599157691002, 0.03239485248923302, 0.045775044709444046, 0.03446265682578087, 0.03943629935383797, -0.047428544610738754, -0.039800506085157394, 0.0661747008562088, 0.0157600250095129, -0.006805504206568003, -0.010922946035861969, -0.014356622472405434, 0.01297958567738533, 0.05123245343565941, 0.0025407930370420218, -0.01751399040222168, 0.06844751536846161, 0.008645068854093552, -0.031994059681892395, 0.0002471952757332474, -0.007305686362087727, -0.04045379161834717, 0.008098605088889599, 0.011392636224627495, -0.01414762157946825, -0.06055275723338127, -0.028402311727404594, -0.010399292223155499, 0.035687804222106934, -0.05130762979388237, -0.07793977111577988, -0.028541993349790573, 0.0354800708591938, 0.038074757903814316, -0.011568313464522362, -0.0634608045220375, -0.026748361065983772, -0.054424311965703964, -0.018350988626480103, 0.042454686015844345, 0.017288053408265114, -0.016176030039787292, 0.04155411943793297, 0.025074351578950882, -0.018548376858234406, 0.05102464184165001, 0.02663835883140564, 0.06445060670375824, 0.006453996058553457, -0.06166975200176239, 0.023721856996417046, -0.02151806838810444, 0.041695475578308105, 0.018215464428067207, -0.015948370099067688, -0.029637886211276054, -0.05172726884484291, -0.027424758300185204, -0.008531094528734684, -0.021893559023737907, -0.03107900172472, 0.055078718811273575, -0.024223489686846733, -0.018740687519311905, 0.004993220325559378, 0.004282770212739706, 0.03418430685997009, -0.0619104839861393, 0.048385199159383774, 0.006119337864220142, 0.005034572444856167, -0.009149933233857155, 0.0332522913813591, -0.040390484035015106, -0.021419556811451912, 0.014656306244432926, 0.04402469843626022, -0.00048666817019693553, 0.029636280611157417, 0.045046284794807434, 0.00991003680974245, -0.040045157074928284, 0.017334531992673874, 0.06598353385925293, -0.02427726238965988, -0.04232500493526459, 0.00698452815413475, -0.02305462211370468, 0.015538282692432404, -0.06096934527158737, -0.011574545875191689, 0.04121372848749161, 0.029039978981018066, -0.020209625363349915, -0.0031326052267104387, 0.014046261087059975, -0.0018209668342024088, -0.015986008569598198, -0.06498066335916519, 0.05631108209490776, 0.00261604692786932, -0.02788647450506687, 0.020916538313031197, 0.03894799202680588, 0.019262103363871574, 0.07185007631778717, 0.013936502858996391, -0.01784241758286953, -0.06391502171754837, 0.02550935186445713, 0.017199916765093803, -0.019749658182263374, -0.05768030136823654, -0.051133595407009125, 0.03694780915975571, 0.005438447464257479, 0.0011190567165613174, -0.06445131450891495, 0.0013259748229756951, 0.05993909016251564, -0.06008687615394592, 0.02024281769990921, 0.020871659740805626, 0.051548611372709274, 0.07196445018053055, -0.0329105518758297, 0.025308221578598022, -0.03548874706029892, -0.014829344116151333, -0.002158051123842597, 0.04837952181696892, 0.01321250107139349, -0.017203575000166893, -0.03863970935344696, 0.04052150249481201, 0.007873541675508022, 0.019167639315128326, 0.060254354029893875, -0.019033044576644897, -0.0675431564450264, -0.008724658749997616, 0.052533574402332306, -0.049858395010232925, 0.03656836971640587, 0.026210350915789604, 0.047437265515327454, -0.04547031223773956, -0.023934870958328247, -0.007128412369638681, 0.008336097933351994, 0.01567721925675869, -0.014143850654363632, -0.05796164274215698, -0.07378736138343811, 0.013303522020578384, 0.002343130297958851, -0.025847580283880234, -0.066077820956707, 0.05142275243997574, 0.016347384080290794, -0.040422335267066956, 0.031046845018863678, 0.039139628410339355, 0.018089083954691887, 0.0711289495229721, 0.031296130269765854, 0.004732384812086821, -0.025875531136989594, 0.04721468314528465, -0.08616475015878677, -0.029400965198874474, 0.015015761367976665, -0.0004690649511758238, -0.015512955375015736, -0.01724132150411606, -0.01915700174868107, -0.0446498841047287, -0.02031664364039898, 0.04256892576813698, -0.0031882149633020163, -0.02258921042084694, -0.004790968261659145, 0.028169959783554077, -0.009474184364080429, -0.02729915827512741, -0.04650818556547165, -0.03998948261141777, -0.0575668103992939, -0.037622351199388504, 0.020029164850711823, 0.0006284235860221088, 0.011525063775479794, 0.021945057436823845, 0.03166394308209419, 0.026786144822835922, 0.022836925461888313, -0.02018200233578682, 0.02965530939400196, 0.018588868901133537, -0.00867719016969204, -0.04600835591554642, -0.0013398054288700223, 0.0024168866220861673, 0.06201962009072304, -0.04320702701807022, 0.03512270748615265, 0.03408775478601456, 0.02562015689909458, 0.0004007818934042007, 0.051551561802625656, 0.015030371025204659, -0.05917756259441376, -0.01860862970352173, -0.001272164867259562, -0.0337354838848114, 0.06668907403945923, -0.03249629586935043, -0.01198557112365961, -0.002693787682801485, -0.00856524333357811, 0.04764779657125473, -0.020382842049002647, -0.030003627762198448, 0.04463896155357361, -0.01570199429988861, 0.0338401272892952, -0.04239050671458244, 0.024428794160485268, -0.04431430995464325, 0.0026598963886499405, -0.01866704598069191, -0.014965297654271126, -0.047726988792419434, 0.02702132984995842, -0.03767993301153183, -0.007479834835976362, -0.04014207050204277, 0.03562568873167038, -0.009444954805076122, 0.04052918776869774, -0.013595699332654476, 0.0010302371811121702, -0.027241073548793793, 0.06124767288565636, -0.0035764481872320175, 0.026268990710377693, 0.0038944322150200605, 0.007667926140129566, -0.05752447247505188, -0.04831908270716667, -0.004327575210481882, -0.02123875357210636, 0.026381101459264755, 0.08091243356466293, 0.04652940854430199, 0.013700546696782112, -0.026583677157759666, -0.0008317108149640262, 0.03624076023697853, -0.040581878274679184, -0.035334717482328415, 0.009890582412481308, 0.009323090314865112, -0.017237409949302673, 0.047403980046510696, 0.02714516967535019, -0.06799335777759552, -0.06027146801352501, 0.026759175583720207, -0.01101427897810936, -0.0043409476056694984, -0.013507137075066566, 0.01628035120666027, 0.05831068009138107, 0.04194841533899307, -0.02592187002301216, 0.012987233698368073, -0.025336427614092827, -0.04331870377063751, 0.03846914321184158, -0.004364968743175268, 0.01544086541980505, 0.01613720692694187, -0.03747192770242691, -0.0076141878962516785, 0.06132638454437256, 0.07024455815553665, 0.03922630846500397, -0.022325066849589348, -0.04704830422997475, 0.0282815583050251, -0.006356128957122564, -0.035165514796972275, 0.029162850230932236, 0.010776751674711704, -0.018477723002433777, 0.05375900864601135, 0.0009857692057266831, -0.005072516389191151, 0.0030489980708807707, 0.05475570261478424, -0.01811530627310276, 0.03409683704376221, -0.055238477885723114, 0.04213016480207443, 0.060468412935733795, -0.06310177594423294, -0.030327945947647095, -0.03202196583151817, 0.08169557899236679, -0.045137446373701096, 0.053701549768447876, 0.06352419406175613, -0.008829042315483093, 0.02955559827387333, -0.015966616570949554, -0.03950491547584534, 0.01679130829870701, -0.047831252217292786, 0.04646201804280281, 0.01076425239443779, -0.053916629403829575, 0.033801883459091187, 0.021802235394716263, -0.07129990309476852, 0.034295592457056046, 0.015939699485898018, 0.051375675946474075, 0.04464426264166832, -0.0028561782091856003, -0.04104388505220413, 0.03343343734741211, -0.06399986892938614, 0.0552385188639164, -0.057611897587776184, -0.04014250263571739, 0.04971861466765404, -0.0017569601768627763, -0.004074901342391968, 0.0400254912674427, 0.0002935225493274629, 0.015353827737271786, 0.03275907412171364, -0.03399089723825455, -0.04644671455025673, 0.0069618490524590015, 0.018326018005609512, -0.004277205094695091, 0.017153704538941383, -0.02672809176146984, 0.012339577078819275, -0.013382647186517715, 0.009170876815915108, -0.03491940721869469, 0.032038599252700806, 0.042189083993434906, -0.06251223385334015, -0.020437857136130333, 0.021995574235916138, 0.004858921281993389, -0.03379976376891136, 0.04395280033349991, -0.031975533813238144, 0.020087555050849915, 0.053561143577098846, -0.0028604925610125065, -0.0015372055349871516, -0.036103278398513794, -0.03602813184261322, 0.015681084245443344, -0.01103772409260273, 0.013477814383804798, -0.006505723111331463, 0.030555158853530884, 0.05646350979804993, 0.021764304488897324, 0.01769065298140049, -0.039733726531267166, -0.020088309422135353, 0.04819127917289734, -0.004282872658222914, -0.004455805756151676, -0.016216954216361046, -0.046239860355854034, -0.02799195609986782, -0.01923145167529583, -0.04484337940812111, 0.026072055101394653, -0.03665726259350777, 0.008017838932573795, 0.03782933950424194, 0.010220310650765896, -0.07072832435369492, -0.0970357358455658, -0.01737549528479576, -0.03602047637104988, 0.026005782186985016, 0.014075764454901218, -0.04535043239593506, 0.029988955706357956, -0.012561473064124584, -0.06767526268959045, 0.01867309771478176, -0.006555117666721344, -0.002866059774532914, 0.04209631681442261, 0.03671606257557869, -0.04296306520700455, 0.001978231593966484, 0.038827139884233475, -0.03325049206614494, 0.026944328099489212, 0.020875630900263786, 0.018612336367368698, 0.017731983214616776, 0.012083888053894043, -0.004461511038243771, -0.004939507693052292, -0.04881412908434868, -0.03307652100920677, -0.04732195660471916, 0.010165267623960972, 0.0425887256860733 ]
Alexander-Learn/bert-finetuned-ner-accelerate
[ "pytorch", "bert", "token-classification", "transformers", "autotrain_compatible" ]
token-classification
{ "architectures": [ "BertForTokenClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
4
null
--- license: apache-2.0 tags: - super-image - image-super-resolution datasets: - eugenesiow/Div2k - eugenesiow/Set5 - eugenesiow/Set14 - eugenesiow/BSD100 - eugenesiow/Urban100 metrics: - pnsr - ssim --- # Multi-Scale Deep Super-Resolution System (MDSR) MDSR model pre-trained on DIV2K (800 images training, augmented to 4000 images, 100 images validation) for 2x, 3x and 4x image super resolution. It was introduced in the paper [Enhanced Deep Residual Networks for Single Image Super-Resolution](https://arxiv.org/abs/1707.02921) by Lim et al. (2017) and first released in [this repository](https://github.com/sanghyun-son/EDSR-PyTorch). The goal of image super resolution is to restore a high resolution (HR) image from a single low resolution (LR) image. The image below shows the ground truth (HR), the bicubic upscaling and model upscaling. ![Comparing Bicubic upscaling against the models x4 upscaling on Set5 Image 4](images/mdsr_4_4_compare.png "Comparing Bicubic upscaling against the models x4 upscaling on Set5 Image 4") ## Model description The MDSR is a model that uses both deeper and wider architecture (32 ResBlocks and 256 channels) to improve performance. It uses both global and local skip connections, and up-scaling is done at the end of the network. It doesn't use batch normalization layers (input and output have similar distributions, normalizing intermediate features may not be desirable) instead it uses constant scaling layers to ensure stable training. An L1 loss function (absolute error) is used instead of L2 (MSE), the authors showed better performance empirically and it requires less computation. ## Intended uses & limitations You can use the pre-trained models for upscaling your images 2x, 3x and 4x. You can also use the trainer to train a model on your own dataset. ### How to use The model can be used with the [super_image](https://github.com/eugenesiow/super-image) library: ```bash pip install super-image ``` Here is how to use a pre-trained model to upscale your image: ```python from super_image import MdsrModel, ImageLoader from PIL import Image import requests url = 'https://paperswithcode.com/media/datasets/Set5-0000002728-07a9793f_zA3bDjj.jpg' image = Image.open(requests.get(url, stream=True).raw) model = MdsrModel.from_pretrained('eugenesiow/mdsr', scale=2) # scale 2, 3 and 4 models available inputs = ImageLoader.load_image(image) preds = model(inputs) ImageLoader.save_image(preds, './scaled_2x.png') # save the output 2x scaled image to `./scaled_2x.png` ImageLoader.save_compare(inputs, preds, './scaled_2x_compare.png') # save an output comparing the super-image with a bicubic scaling ``` [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/eugenesiow/super-image-notebooks/blob/master/notebooks/Upscale_Images_with_Pretrained_super_image_Models.ipynb "Open in Colab") ## Training data The models for 2x, 3x and 4x image super resolution were pretrained on [DIV2K](https://huggingface.co/datasets/eugenesiow/Div2k), a dataset of 800 high-quality (2K resolution) images for training, augmented to 4000 images and uses a dev set of 100 validation images (images numbered 801 to 900). ## Training procedure ### Preprocessing We follow the pre-processing and training method of [Wang et al.](https://arxiv.org/abs/2104.07566). Low Resolution (LR) images are created by using bicubic interpolation as the resizing method to reduce the size of the High Resolution (HR) images by x2, x3 and x4 times. During training, RGB patches with size of 64×64 from the LR input are used together with their corresponding HR patches. Data augmentation is applied to the training set in the pre-processing stage where five images are created from the four corners and center of the original image. We need the huggingface [datasets](https://huggingface.co/datasets?filter=task_ids:other-other-image-super-resolution) library to download the data: ```bash pip install datasets ``` The following code gets the data and preprocesses/augments the data. ```python from datasets import load_dataset from super_image.data import EvalDataset, TrainDataset, augment_five_crop augmented_dataset = load_dataset('eugenesiow/Div2k', 'bicubic_x4', split='train')\ .map(augment_five_crop, batched=True, desc="Augmenting Dataset") # download and augment the data with the five_crop method train_dataset = TrainDataset(augmented_dataset) # prepare the train dataset for loading PyTorch DataLoader eval_dataset = EvalDataset(load_dataset('eugenesiow/Div2k', 'bicubic_x4', split='validation')) # prepare the eval dataset for the PyTorch DataLoader ``` ### Pretraining The model was trained on GPU. The training code is provided below: ```python from super_image import Trainer, TrainingArguments, MdsrModel, MdsrConfig training_args = TrainingArguments( output_dir='./results', # output directory num_train_epochs=1000, # total number of training epochs ) config = MdsrConfig( scale=4, # train a model to upscale 4x ) model = MdsrModel(config) trainer = Trainer( model=model, # the instantiated model to be trained args=training_args, # training arguments, defined above train_dataset=train_dataset, # training dataset eval_dataset=eval_dataset # evaluation dataset ) trainer.train() ``` [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/eugenesiow/super-image-notebooks/blob/master/notebooks/Train_super_image_Models.ipynb "Open in Colab") ## Evaluation results The evaluation metrics include [PSNR](https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio#Quality_estimation_with_PSNR) and [SSIM](https://en.wikipedia.org/wiki/Structural_similarity#Algorithm). Evaluation datasets include: - Set5 - [Bevilacqua et al. (2012)](https://huggingface.co/datasets/eugenesiow/Set5) - Set14 - [Zeyde et al. (2010)](https://huggingface.co/datasets/eugenesiow/Set14) - BSD100 - [Martin et al. (2001)](https://huggingface.co/datasets/eugenesiow/BSD100) - Urban100 - [Huang et al. (2015)](https://huggingface.co/datasets/eugenesiow/Urban100) The results columns below are represented below as `PSNR/SSIM`. They are compared against a Bicubic baseline. |Dataset |Scale |Bicubic |mdsr | |--- |--- |--- |--- | |Set5 |2x |33.64/0.9292 |**38.04/0.9608** | |Set5 |3x |30.39/0.8678 |**35.11/0.9406** | |Set5 |4x |28.42/0.8101 |**32.26/0.8953** | |Set14 |2x |30.22/0.8683 |**33.71/0.9184** | |Set14 |3x |27.53/0.7737 |**31.06/0.8593** | |Set14 |4x |25.99/0.7023 |**28.77/0.7856** | |BSD100 |2x |29.55/0.8425 |**33.79/0.9256** | |BSD100 |3x |27.20/0.7382 |**29.66/0.8196** | |BSD100 |4x |25.96/0.6672 |**28.53/0.7653** | |Urban100 |2x |26.66/0.8408 |**32.14/0.9283** | |Urban100 |3x | |**29.29/0.8738** | |Urban100 |4x |23.14/0.6573 |**26.07/0.7851** | ![Comparing Bicubic upscaling against the models x4 upscaling on Set5 Image 2](images/mdsr_2_4_compare.png "Comparing Bicubic upscaling against the models x4 upscaling on Set5 Image 2") You can find a notebook to easily run evaluation on pretrained models below: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/eugenesiow/super-image-notebooks/blob/master/notebooks/Evaluate_Pretrained_super_image_Models.ipynb "Open in Colab") ## BibTeX entry and citation info ```bibtex @article{ahn2018fast, title={Fast, Accurate, and Lightweight Super-Resolution with Cascading Residual Network}, author={Ahn, Namhyuk and Kang, Byungkon and Sohn, Kyung-Ah}, journal={arXiv preprint arXiv:1803.08664}, year={2018} } ```
[ -0.03601401299238205, -0.012670119293034077, -0.006568318698555231, 0.013889706693589687, 0.03865731135010719, 0.0054422891698777676, -0.010209361091256142, -0.017318634316325188, 0.0058094351552426815, 0.04618105664849281, 0.029185909777879715, -0.010729207657277584, 0.019604111090302467, 0.059423964470624924, -0.027916479855775833, -0.026226108893752098, -0.0032284287735819817, -0.0020038101356476545, -0.03664407506585121, 0.019119074568152428, 0.034714728593826294, -0.00981813669204712, -0.001156322774477303, 0.04098619520664215, 0.014212116599082947, -0.010647463612258434, 0.0398329496383667, 0.0017705931095406413, 0.05739561468362808, -0.05861758813261986, 0.036737486720085144, -0.0739806592464447, -0.050279583781957626, -0.036966633051633835, -0.012064988724887371, 0.005174634512513876, -0.004336973652243614, 0.0045271930284798145, 0.008710358291864395, 0.06600350141525269, -0.03337477520108223, 0.004808739759027958, -0.013092846609652042, 0.0003828071348834783, 0.002100940328091383, -0.006874056067317724, -0.02938152849674225, -0.03336387500166893, 0.012183303013443947, -0.018738150596618652, -0.086932472884655, -0.08833053708076477, -0.020632268860936165, 0.03247186541557312, -0.02028181217610836, -0.04010423272848129, -0.00946527998894453, 0.003445457434281707, 0.06842057406902313, -0.05796654522418976, -0.060758549720048904, 0.016232267022132874, -0.0630498081445694, 0.04094800353050232, 0.04338781163096428, 0.002764027798548341, 0.010621773079037666, -0.03771074861288071, 0.023900141939520836, -0.011047904379665852, 0.056092482060194016, -0.02154196798801422, 0.0013589744921773672, -0.06508848816156387, -0.030467182397842407, -0.035867176949977875, 0.04029764235019684, 0.05153309553861618, -0.05520283430814743, 0.046532582491636276, 0.03466840460896492, -0.002430238062515855, 0.018385428935289383, -0.018578140065073967, -0.018697666004300117, 0.016066711395978928, -0.030924128368496895, 0.01679694838821888, 0.03162547945976257, 0.027333062142133713, -0.055517762899398804, -0.023537185043096542, -0.014890129677951336, -0.044438350945711136, -0.022225581109523773, 0.02688485197722912, 0.03711342439055443, 0.019169574603438377, 0.02922207862138748, 0.03115531988441944, 0.015221405774354935, 0.041997991502285004, -0.0027653260622173548, 0.07292979955673218, -0.005546074826270342, -0.010269316844642162, -0.05470963940024376, -0.006397337652742863, -0.05914188548922539, 0.006635510828346014, 0.045754775404930115, -0.054503634572029114, -0.027500325813889503, 0.025996601209044456, -0.0264425165951252, 0.020092276856303215, 0.05551070347428322, -0.025548335164785385, -0.042226485908031464, -0.05480648949742317, 0.02810773067176342, 0.0004807634395547211, -0.006855330429971218, -0.014017531648278236, -0.06367481499910355, 0.005196198355406523, -0.03192484378814697, -0.041950225830078125, 0.027805477380752563, 0.01785639487206936, 0.01375618763267994, 0.014399193227291107, 0.023990808054804802, -0.06549755483865738, -0.011681036092340946, 0.05274235084652901, -0.04559345915913582, 0.056844562292099, 0.02225719951093197, 0.10766521096229553, -0.042539697140455246, -0.06385936588048935, 0.011858094483613968, 0.00975455716252327, -0.03584228828549385, 0.03501485288143158, 0.007931211031973362, -0.04396342486143112, -0.029466040432453156, -0.021101316437125206, 0.04106266051530838, -0.06859227269887924, 0.00117479357868433, 0.04544912278652191, 0.0022717388346791267, 0.014890244230628014, -0.029252899810671806, -0.019072744995355606, -0.03293018788099289, 0.015669826418161392, -0.009721980430185795, 0.07891284674406052, -0.01756751537322998, 0.019223665818572044, -0.04246123135089874, -0.02967824600636959, -0.0064565520733594894, 0.05533090606331825, -0.017143335193395615, -0.030213041231036186, 0.01177262607961893, 0.04220886901021004, 0.01746813766658306, 0.06551482528448105, -0.00442223995923996, 0.04029695317149162, 0.04173453524708748, 0.021896643564105034, -0.04141706973314285, 0.04307704418897629, 0.059954434633255005, -0.023957308381795883, 0.008927497081458569, -0.013511436991393566, 0.007280092220753431, -0.052673060446977615, -0.0025321790017187595, 0.03715726360678673, 0.010805110447108746, -0.04913667216897011, -0.022213738411664963, 0.0849931612610817, -0.021267808973789215, -0.01843172498047352, 0.022374089807271957, -0.03416036441922188, -0.027349062263965607, 0.030841374769806862, -0.02351410873234272, 0.0013045471860095859, -0.011742538772523403, -0.039321668446063995, -0.000251718913204968, -0.00008100162813207135, 0.017638368532061577, 0.04845184087753296, -0.02433866448700428, 0.0808316096663475, -0.028124963864684105, 0.008899434469640255, -0.06299133598804474, -0.06129537150263786, -0.010838458314538002, 0.05223322659730911, 0.06303572654724121, 0.026711899787187576, -0.018835803493857384, -0.07771856337785721, 0.06215701252222061, 0.050833385437726974, 0.048517148941755295, 0.04291648045182228, -0.02351095899939537, 0.001445814035832882, -0.008649217896163464, 0.037532348185777664, -0.04143081605434418, -0.031068382784724236, 0.055103398859500885, 0.014791300520300865, 0.009186368435621262, 0.02679496817290783, -0.02172311395406723, 0.030937407165765762, -0.05254392698407173, -0.058445826172828674, 0.026916349306702614, 0.019815869629383087, -0.011470134370028973, 0.05073842778801918, -0.008997694589197636, -0.0008033643243834376, 0.0400366336107254, 0.012930533848702908, 0.019034428521990776, -0.024871306493878365, 0.0345088467001915, -0.006143517326563597, 0.02756693959236145, -0.032038092613220215, 0.03597137704491615, 0.020967567339539528, -0.021412892267107964, 0.034568902105093, -0.0030071649234741926, 0.05174487829208374, 0.09508370608091354, -0.002877774415537715, -0.008325896225869656, 0.011772009544074535, 0.0165229681879282, 0.021417737007141113, 0.05223630741238594, -0.01791713945567608, 0.0600181519985199, 0.0024285002145916224, 0.04224398732185364, 0.08054392784833908, 0.015147353522479534, 0.028700748458504677, 0.055713992565870285, 0.07013064622879028, 0.01115907821804285, -0.03976915404200554, 0.059621404856443405, -0.03717010095715523, 0.011567378416657448, -0.02362864464521408, -0.0157752875238657, -0.017346536740660667, 0.024590594694018364, 0.07644327729940414, 0.01320058573037386, -0.012986354529857635, 0.00013296390534378588, -0.0005034908535890281, -0.010217569768428802, 0.017104657366871834, -0.011702327989041805, -0.006503577344119549, -0.03066084533929825, -0.020416444167494774, -0.001593413995578885, -0.04651714861392975, -0.03242253139615059, -0.02799547091126442, -0.05673721805214882, -0.015009832568466663, -0.07531701773405075, -0.007247799076139927, -0.08690200746059418, -0.021196462213993073, 0.07619920372962952, 0.003385423216968775, -0.008495597168803215, -0.0406121127307415, 0.011975185945630074, -0.046210214495658875, -0.00421978160738945, -0.040656834840774536, -0.07447272539138794, -0.04083354026079178, -0.08156706392765045, 0.02465037815272808, -0.005186454392969608, 0.038940075784921646, 0.008859124034643173, 0.026213908568024635, -0.007661887444555759, -0.0383438877761364, 0.046110037714242935, 0.062177397310733795, -0.006077067460864782, -0.010219082236289978, 0.011451182886958122, -0.026634076610207558, -0.00819678045809269, -0.019135452806949615, -0.024099573493003845, 0.06838876008987427, 0.06935297697782516, 0.03952183946967125, 0.0343409888446331, -0.010692466050386429, -0.02518506348133087, -0.03126933053135872, -0.04128992557525635, -0.04797213897109032, -0.02359631471335888, -0.033222746104002, -0.01974651776254177, -0.018277453258633614, -0.03704298660159111, -0.03531787171959877, 0.0009981130715459585, -0.01029186137020588, 0.029207659885287285, 0.049213871359825134, 0.04292672872543335, 0.029931936413049698, -0.05786072462797165, -0.040120046585798264, 0.053800858557224274, 0.02886480651795864, -0.0007688384503126144, -0.017105698585510254, -0.01836990937590599, 0.0173668060451746, 0.04459347948431969, 0.002305679488927126, -0.04229407384991646, 0.061391014605760574, 0.022736812010407448, -0.021029749885201454, -0.0035512845497578382, -0.016253795474767685, -0.038342464715242386, 0.014855709858238697, 0.012872273102402687, -0.015615358017385006, -0.04879860579967499, -0.028753606602549553, 0.002949564252048731, 0.043449755758047104, -0.055961593985557556, -0.0737491324543953, -0.03482827916741371, 0.02216804400086403, 0.054476696997880936, -0.007144223898649216, -0.06874601542949677, -0.025081193074584007, -0.05881834775209427, -0.022014204412698746, 0.046920109540224075, 0.016900988295674324, -0.006672800052911043, 0.04839574545621872, 0.01164666935801506, -0.025085801258683205, 0.0538189634680748, 0.029514692723751068, 0.06312651187181473, 0.011944822035729885, -0.06490776687860489, 0.016700085252523422, -0.020555438473820686, 0.045664988458156586, 0.022426191717386246, -0.014700878411531448, -0.032871074974536896, -0.0632365345954895, -0.03022172302007675, -0.00048469920875504613, -0.009737255983054638, -0.024069534614682198, 0.04372342303395271, -0.021388499066233635, -0.022052474319934845, 0.006388662848621607, -0.003035646863281727, 0.046618349850177765, -0.05983404815196991, 0.0369977205991745, 0.004386303946375847, -0.0017008528811857104, -0.011184556409716606, 0.0338452011346817, -0.03166944906115532, -0.015850985422730446, 0.01641860604286194, 0.04330425336956978, 0.001130579155869782, 0.03234482556581497, 0.06795746088027954, 0.01259354967623949, -0.03776339441537857, 0.01210865005850792, 0.05942750349640846, -0.03079080581665039, -0.05223692208528519, -0.003807355184108019, -0.0259542278945446, 0.021662956103682518, -0.03909802436828613, -0.003730004420503974, 0.048417434096336365, 0.024498384445905685, -0.01715199463069439, -0.018875235691666603, 0.012507152743637562, 0.004688684828579426, -0.0025515430606901646, -0.06374707072973251, 0.03625192120671272, -0.010606316849589348, -0.019926339387893677, 0.01615683175623417, 0.03233562037348747, 0.025886841118335724, 0.07009156793355942, 0.008189239539206028, -0.008591732010245323, -0.0698278546333313, 0.023352976888418198, 0.017783109098672867, -0.04317259415984154, -0.0656396821141243, -0.0573427639901638, 0.034977227449417114, 0.004544621799141169, 0.0022957862820476294, -0.05635125935077667, 0.013214964419603348, 0.06184490770101547, -0.05133223906159401, 0.029819518327713013, 0.01633460819721222, 0.05969465896487236, 0.06692203134298325, -0.03184867650270462, 0.0220625177025795, -0.01801401749253273, -0.02321714721620083, 0.007140187080949545, 0.05927008017897606, 0.008561927825212479, -0.026909517124295235, -0.026322588324546814, 0.03317773714661598, 0.01745869778096676, 0.017413264140486717, 0.05417831614613533, -0.019466077908873558, -0.05782383307814598, -0.024301061406731606, 0.06009961664676666, -0.058676622807979584, 0.04400426149368286, 0.028317663818597794, 0.04310968145728111, -0.052578188478946686, -0.034003451466560364, -0.011404508724808693, -0.002298962324857712, 0.03131499141454697, 0.001006744452752173, -0.052483849227428436, -0.06905259937047958, 0.01369103416800499, 0.004436861258000135, -0.02673068270087242, -0.05646742880344391, 0.03524759039282799, 0.0066566020250320435, -0.034027621150016785, 0.04576069116592407, 0.04516478255391121, 0.02513355389237404, 0.06847427785396576, 0.02502480521798134, 0.010411606170237064, -0.02739652805030346, 0.06252706795930862, -0.07326245307922363, -0.023397251963615417, 0.007103972602635622, -0.011685825884342194, -0.020208073779940605, -0.020049309358000755, -0.023546714335680008, -0.04430302605032921, -0.009914654307067394, 0.03871304169297218, -0.0077457972802221775, -0.030637135729193687, -0.0010107357520610094, 0.018368661403656006, -0.007679073140025139, -0.02853321097791195, -0.05388878658413887, -0.03552817925810814, -0.06415440142154694, -0.05140684172511101, 0.010317426174879074, -0.0028072732966393232, 0.004088466987013817, 0.0018351759063079953, 0.02940911427140236, 0.010346907190978527, 0.015489956364035606, -0.01648619957268238, 0.029925454407930374, 0.027094246819615364, -0.005451023578643799, -0.053039468824863434, 0.0023012319579720497, -0.0011719915783032775, 0.05738721415400505, -0.032893046736717224, 0.04386134073138237, 0.03063545748591423, 0.026509106159210205, -0.0037113716825842857, 0.04926969110965729, 0.006699671503156424, -0.0608641617000103, -0.032944560050964355, -0.0029728366062045097, -0.028415093198418617, 0.05679412558674812, -0.024760693311691284, -0.006024281959980726, -0.007470985874533653, 0.0023661323357373476, 0.05607844889163971, -0.025709742680191994, -0.015644362196326256, 0.03980395570397377, -0.019525591284036636, 0.024513807147741318, -0.05680772289633751, 0.027010146528482437, -0.03374939784407616, 0.01668054796755314, -0.02064201608300209, -0.005811252631247044, -0.05031857639551163, 0.042900726199150085, -0.03480670973658562, -0.005626343190670013, -0.04805422201752663, 0.031657129526138306, -0.0171448215842247, 0.03703005611896515, -0.007087563164532185, 0.008409135043621063, -0.02593330480158329, 0.06202813610434532, -0.006074665114283562, 0.02873384952545166, 0.0010401533218100667, 0.02981152944266796, -0.051139190793037415, -0.031673334538936615, -0.011026105843484402, -0.020677810534834862, 0.01432329323142767, 0.06675730645656586, 0.04629805311560631, 0.00702934805303812, -0.0354485958814621, 0.0042480058036744595, 0.03715481981635094, -0.05803368240594864, -0.024200445041060448, 0.01161928754299879, 0.020397935062646866, -0.010005396790802479, 0.04782628268003464, 0.029390865936875343, -0.05036187544465065, -0.054644182324409485, 0.03875727578997612, -0.011455891653895378, -0.0008045996655710042, -0.00886683538556099, 0.010686438530683517, 0.04522152617573738, 0.04345207288861275, -0.014963661320507526, -0.00360652687959373, -0.02185378223657608, -0.05016098544001579, 0.038055941462516785, -0.0009013914386741817, 0.011234207078814507, 0.03542406111955643, -0.038414064794778824, -0.015750974416732788, 0.06745243072509766, 0.06563589721918106, 0.04438028112053871, -0.02770969271659851, -0.04302242770791054, 0.04518480226397514, 0.010021925903856754, -0.03997102752327919, 0.02173778973519802, 0.004802183713763952, -0.009021773003041744, 0.05522798374295235, 0.0008374383905902505, -0.01148140337318182, 0.004577926360070705, 0.05266633629798889, -0.02597813867032528, 0.041480664163827896, -0.04197089001536369, 0.04656268656253815, 0.0600171722471714, -0.0676809549331665, -0.03520591929554939, -0.03777063637971878, 0.07834092527627945, -0.05258013308048248, 0.04144011437892914, 0.05902928486466408, -0.012955333106219769, 0.01714811846613884, -0.02783096581697464, -0.040756095200777054, 0.015060960315167904, -0.03942292928695679, 0.0523412749171257, 0.014498802833259106, -0.03684515878558159, 0.05365636572241783, 0.01792454719543457, -0.06945715099573135, 0.04625775292515755, 0.007611934095621109, 0.031801678240299225, 0.03500448539853096, -0.018029484897851944, -0.05279909819364548, 0.02677040360867977, -0.06353931128978729, 0.04070787876844406, -0.05789746344089508, -0.03141764923930168, 0.03942300006747246, 0.009033681824803352, 0.003250888781622052, 0.03008277900516987, 0.008340698666870594, 0.011085035279393196, 0.0335625484585762, -0.03724316135048866, -0.036845408380031586, -0.013320837169885635, 0.014250715263187885, -0.004323117434978485, 0.014527235180139542, -0.03498619422316551, 0.0048703039065003395, 0.0006092173862271011, 0.015497944317758083, -0.024688703939318657, 0.011537434533238411, 0.046225763857364655, -0.08128578960895538, -0.034416377544403076, 0.018633680418133736, 0.0101406779140234, -0.04111519083380699, 0.04249049350619316, -0.03622271493077278, 0.032331354916095734, 0.056706950068473816, -0.0003717928775586188, -0.009248903952538967, -0.024137217551469803, -0.019208718091249466, 0.022000404074788094, -0.0022442310582846403, 0.019905369728803635, -0.012969091534614563, 0.03164186701178551, 0.048534806817770004, 0.021485691890120506, -0.0013007984962314367, -0.032764043658971786, -0.03035111166536808, 0.049043960869312286, -0.013155735097825527, -0.005605468992143869, -0.020820628851652145, -0.04359980672597885, -0.029586737975478172, -0.01481962576508522, -0.026041632518172264, 0.04079030081629753, -0.037639640271663666, 0.022130031138658524, 0.025948617607355118, 0.013106712140142918, -0.07016002386808395, -0.0919424369931221, -0.02696472778916359, -0.01969548687338829, 0.013896982185542583, 0.017778903245925903, -0.04044048860669136, 0.021851927042007446, -0.02014760859310627, -0.0681445524096489, 0.03310034051537514, -0.005834180861711502, -0.00004456674651009962, 0.042043186724185944, 0.041626423597335815, -0.04960768297314644, 0.009748807176947594, 0.03784801810979843, -0.04198743775486946, 0.03963890299201012, 0.01815279945731163, 0.0038994483184069395, 0.009856601245701313, 0.014666481874883175, -0.0007740177679806948, -0.004805592354387045, -0.05707889050245285, -0.037384629249572754, -0.05135234072804451, 0.007450248580425978, 0.03471895679831505 ]
Aliskin/xlm-roberta-base-finetuned-marc
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
null
--- tags: - spacy - text-classification language: - en license: mit model-index: - name: en_textcat_goemotions results: [] --- # 🪐 spaCy Project: Categorization of emotions in Reddit posts (Text Classification) This project uses spaCy to train a text classifier on the [GoEmotions dataset](https://github.com/google-research/google-research/tree/master/goemotions) | Feature | Description | | --- | --- | | **Name** | `en_textcat_goemotions` | | **Version** | `0.0.1` | | **spaCy** | `>=3.1.1,<3.2.0` | | **Default Pipeline** | `transformer`, `textcat_multilabel` | | **Components** | `transformer`, `textcat_multilabel` | | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) | | **Sources** | [GoEmotions dataset](https://github.com/google-research/google-research/tree/master/goemotions) | | **License** | `MIT` | | **Author** | [Explosion](explosion.ai) | > The dataset that this model is trained on has known flaws described [here](https://github.com/google-research/google-research/tree/master/goemotions#disclaimer) as well as label errors resulting from [annotator disagreement](https://www.youtube.com/watch?v=khZ5-AN-n2Y). Anyone using this model should be aware of these limitations of the dataset. ### Label Scheme <details> <summary>View label scheme (28 labels for 1 components)</summary> | Component | Labels | | --- | --- | | **`textcat_multilabel`** | `admiration`, `amusement`, `anger`, `annoyance`, `approval`, `caring`, `confusion`, `curiosity`, `desire`, `disappointment`, `disapproval`, `disgust`, `embarrassment`, `excitement`, `fear`, `gratitude`, `grief`, `joy`, `love`, `nervousness`, `optimism`, `pride`, `realization`, `relief`, `remorse`, `sadness`, `surprise`, `neutral` | </details> ### Accuracy | Type | Score | | --- | --- | | `CATS_SCORE` | 90.22 | | `CATS_MICRO_P` | 66.67 | | `CATS_MICRO_R` | 47.81 | | `CATS_MICRO_F` | 55.68 | | `CATS_MACRO_P` | 55.00 | | `CATS_MACRO_R` | 41.93 | | `CATS_MACRO_F` | 46.29 | | `CATS_MACRO_AUC` | 90.22 | | `CATS_MACRO_AUC_PER_TYPE` | 0.00 | | `TRANSFORMER_LOSS` | 83.51 | | `TEXTCAT_MULTILABEL_LOSS` | 4549.84 |
[ -0.00485862884670496, -0.018707536160945892, -0.006527365185320377, 0.04035152122378349, 0.05585410073399544, 0.030088350176811218, -0.006726448889821768, -0.01376562099903822, -0.02607163041830063, 0.04615480452775955, 0.02871001698076725, -0.004789457190781832, 0.022954020649194717, 0.034613270312547684, -0.04938075691461563, -0.031812068074941635, -0.05457307770848274, -0.0077726268209517, -0.03259415552020073, -0.005614741239696741, 0.0001669103221502155, 0.04430513083934784, -0.019095292314887047, 0.010546681471168995, -0.012299604713916779, 0.018337558954954147, -0.007386770099401474, 0.019992118701338768, 0.022817391902208328, -0.05911984294652939, 0.004785945639014244, -0.04143926501274109, -0.06941751390695572, -0.013576692901551723, -0.026765212416648865, 0.00969213992357254, 0.006127803586423397, 0.015807414427399635, 0.006847579963505268, 0.040844034403562546, 0.006572178564965725, 0.016103915870189667, -0.031332407146692276, -0.027520399540662766, 0.03824572637677193, 0.014305644668638706, -0.036641690880060196, -0.023705000057816505, 0.013600796461105347, -0.03912988677620888, -0.0686042532324791, -0.06936557590961456, -0.019734550267457962, 0.017038900405168533, -0.0113034313544631, -0.01899026148021221, -0.04700502008199692, 0.015561247244477272, 0.052408747375011444, -0.03143433853983879, -0.03368022292852402, 0.01170260924845934, -0.05958336219191551, 0.0036029184702783823, 0.022084306925535202, -0.04945995286107063, -0.0011151551734656096, -0.030766664072871208, 0.03527941554784775, -0.029129641130566597, 0.05177971348166466, -0.03373825550079346, 0.03301365673542023, -0.07838086783885956, -0.012294293381273746, 0.002000480657443404, 0.05532059818506241, 0.04665101692080498, -0.03185863047838211, 0.07365135103464127, 0.05252906680107117, 0.0023949379101395607, 0.030728116631507874, -0.01456261333078146, -0.025802800431847572, 0.048339392989873886, -0.06426209956407547, 0.001921947463415563, -0.004097469616681337, 0.05008435621857643, -0.034584883600473404, -0.06344879418611526, -0.005536481738090515, -0.008514813147485256, -0.043576084077358246, 0.03437507525086403, 0.0343066081404686, -0.015782197937369347, 0.025473780930042267, 0.053189393132925034, 0.020308297127485275, 0.04288606345653534, -0.027278227731585503, 0.06064236909151077, -0.008520468138158321, -0.009219515137374401, 0.0017101847333833575, -0.02521560899913311, -0.078203484416008, 0.05487130954861641, -0.006746465805917978, -0.020050572231411934, -0.04920916631817818, 0.011184212751686573, 0.01883072964847088, -0.031144261360168457, 0.05614905059337616, -0.030658969655632973, -0.04279997944831848, -0.05828339233994484, 0.05158104747533798, 0.018127359449863434, 0.006513609550893307, 0.0014702287735417485, -0.03598106652498245, 0.0011793249286711216, -0.04950907826423645, -0.0031955689191818237, -0.014810985885560513, 0.00703771598637104, 0.01580240949988365, 0.05592980980873108, 0.00938462745398283, -0.06392791122198105, -0.0015371334739029408, 0.00921814888715744, -0.04600514844059944, 0.048858266323804855, 0.046525418758392334, 0.12091757357120514, -0.07012514770030975, -0.029925379902124405, 0.01969265006482601, 0.014321422204375267, -0.04734569787979126, 0.00663843983784318, 0.00650585675612092, -0.002893423894420266, -0.05598774924874306, -0.03205779567360878, 0.026262570172548294, -0.07293511927127838, 0.0014837224734947085, 0.0376669242978096, 0.009402837604284286, 0.041198715567588806, -0.043298378586769104, 0.003705377457663417, 0.02052193321287632, -0.01685100421309471, -0.027078766375780106, 0.03776923194527626, -0.0033445602748543024, -0.02314040996134281, -0.025839677080512047, -0.05872644856572151, -0.02015860751271248, 0.0809594914317131, -0.013855623081326485, -0.031215233728289604, -0.04254430532455444, 0.0004005155642516911, 0.02977420762181282, 0.03309394791722298, -0.0010588403092697263, 0.014721469953656197, 0.06600041687488556, 0.05959285795688629, -0.02795828878879547, 0.051955174654722214, 0.010993722826242447, -0.04714962840080261, -0.023572400212287903, 0.007539704907685518, 0.013944050297141075, -0.029935745522379875, 0.0351305790245533, 0.04303004592657089, 0.014018150046467781, -0.025352541357278824, -0.020339736714959145, 0.05444766581058502, 0.0003888053761329502, -0.015075793489813805, 0.004754791967570782, -0.039155054837465286, -0.035187818109989166, 0.04564356431365013, -0.011141330935060978, -0.0005901167751289904, -0.023393206298351288, -0.035135477781295776, 0.032683365046978, -0.014317198656499386, 0.03233397752046585, -0.0022625077981501818, 0.00023153329675551504, 0.08952098339796066, -0.055496782064437866, 0.010385973379015923, -0.030565235763788223, -0.05100107192993164, 0.0038083128165453672, 0.043493952602148056, 0.01811842992901802, 0.04079237952828407, 0.0033097502309828997, -0.04692699387669563, 0.004052227828651667, 0.06461013108491898, 0.05200657248497009, 0.034771572798490524, -0.01758389361202717, -0.00874484796077013, 0.017970360815525055, 0.06176352873444557, -0.05094989016652107, -0.024418242275714874, 0.009681613184511662, 0.03613368794322014, -0.03287722170352936, -0.00769144669175148, -0.03534526750445366, 0.004660916049033403, -0.027870217338204384, -0.06927447766065598, 0.053223442286252975, 0.029553981497883797, -0.008691610768437386, 0.000055716820497764274, -0.012122920714318752, -0.018941590562462807, 0.017104512080550194, 0.015777437016367912, 0.00364514859393239, -0.04810801520943642, 0.023943204432725906, 0.03491217643022537, 0.054241031408309937, -0.027603989467024803, 0.03779853507876396, 0.007270719390362501, 0.02039267309010029, 0.030668212100863457, -0.04546443372964859, 0.043419595807790756, 0.0290296021848917, 0.02385922521352768, -0.03133939579129219, 0.007144899107515812, 0.016384504735469818, 0.01045643724501133, 0.045021526515483856, -0.015083269216120243, 0.06816374510526657, -0.010210898704826832, 0.04225585237145424, 0.10436198115348816, 0.013819776475429535, 0.025861725211143494, 0.02984868921339512, 0.05522850155830383, 0.0036982600577175617, -0.045955341309309006, 0.06630685925483704, -0.040585748851299286, 0.0038260507863014936, -0.010944313369691372, 0.026517806574702263, -0.004649733658879995, 0.010740957222878933, 0.027002790942788124, 0.024935228750109673, -0.042697105556726456, -0.0020394951570779085, -0.01781773380935192, -0.00785578042268753, 0.045042671263217926, 0.006075203884392977, -0.002163576427847147, -0.011012032628059387, -0.044433023780584335, 0.042829666286706924, -0.0555458627641201, -0.04716238006949425, -0.020760655403137207, -0.022168656811118126, -0.007801088970154524, -0.09213537722826004, -0.06003226712346077, -0.07211507856845856, -0.004022249020636082, 0.03535456955432892, 0.002123072510585189, -0.00827884767204523, -0.06691212952136993, 0.020151836797595024, -0.03797218203544617, -0.0702882781624794, -0.037546779960393906, -0.04737863689661026, -0.02644781395792961, -0.0891215056180954, 0.027888700366020203, 0.0032222052104771137, 0.03834950551390648, 0.011839480139315128, -0.007603445090353489, -0.03663649782538414, -0.01364192459732294, 0.05086648464202881, 0.0335589274764061, -0.03427417576313019, -0.06134885922074318, 0.007544991560280323, -0.0073559158481657505, -0.007333957590162754, -0.00940569769591093, -0.03305045887827873, 0.06404765695333481, 0.07894202321767807, 0.00107573124114424, 0.03061816841363907, -0.027241691946983337, -0.057739727199077606, -0.05906698852777481, -0.024999406188726425, -0.013168028555810452, -0.031351763755083084, -0.0294659286737442, -0.038661133497953415, -0.032566290348768234, -0.03920330852270126, -0.012212371453642845, -0.0343109630048275, 0.009650837630033493, 0.01774509809911251, 0.036225542426109314, 0.03848329931497574, 0.01839538663625717, -0.03408069163560867, -0.0430799275636673, 0.06181960925459862, 0.0029479556251317263, -0.0020992388017475605, -0.07592521607875824, -0.011800817213952541, 0.026308713480830193, 0.0027733261231333017, -0.011929402127861977, -0.0007084252429194748, 0.08412789553403854, 0.020234251394867897, 0.008409806527197361, 0.024309346452355385, -0.003818018827587366, -0.011982828378677368, -0.0262397900223732, -0.021377643570303917, -0.005216058809310198, -0.05311201512813568, -0.010921657085418701, -0.021810777485370636, 0.05840909108519554, -0.07838306576013565, -0.04473838955163956, -0.009388066828250885, 0.011434637010097504, 0.042014557868242264, 0.02497219666838646, -0.03951974958181381, 0.0002561118744779378, -0.07317803800106049, -0.012371018528938293, 0.017264697700738907, -0.022633496671915054, 0.032024022191762924, 0.030586283653974533, 0.008450896479189396, -0.02344890683889389, 0.06736084818840027, 0.03771168366074562, 0.03240133449435234, 0.014034769497811794, -0.06263937056064606, 0.025729479268193245, -0.03570542857050896, 0.02634565159678459, 0.005406529176980257, -0.02601356990635395, -0.04662509635090828, -0.09360801428556442, -0.00001580426760483533, 0.012828577309846878, -0.019174877554178238, 0.001040869508869946, 0.03946962207555771, -0.012772254645824432, -0.01530320942401886, -0.015587016008794308, 0.01052426639944315, 0.05939090624451637, -0.03461114689707756, 0.055879686027765274, -0.015498091466724873, 0.035500817000865936, -0.06522086262702942, 0.013382854871451855, -0.031209848821163177, -0.02192401885986328, 0.005881172604858875, 0.06327642500400543, 0.016820089891552925, 0.04461819306015968, 0.07265925407409668, 0.03621741384267807, -0.04185746982693672, 0.028982454910874367, 0.035721875727176666, -0.017195427790284157, -0.07444969564676285, 0.008261696435511112, 0.000314162956783548, -0.004574658814817667, -0.017955170944333076, -0.030898848548531532, 0.03309428691864014, 0.01870637573301792, -0.008425912819802761, -0.006711274851113558, 0.02317422814667225, -0.04995720461010933, -0.027272259816527367, -0.062273163348436356, -0.032480545341968536, -0.022102342918515205, -0.006117112934589386, 0.010619571432471275, 0.04314164072275162, 0.017274975776672363, 0.054685235023498535, 0.04265177994966507, -0.021645326167345047, -0.018774105235934258, 0.02906114235520363, 0.030557682737708092, -0.04595160856842995, -0.05107497423887253, -0.022784272208809853, 0.0568285696208477, 0.032918933779001236, -0.011100620031356812, -0.07308419793844223, 0.009071774780750275, 0.06417757272720337, -0.061908602714538574, 0.049802687019109726, -0.005586489103734493, 0.046720799058675766, 0.045627765357494354, 0.001155758392997086, 0.02907935343682766, -0.03319317102432251, -0.00027572110411711037, -0.0066406321711838245, 0.02951570600271225, -0.030893050134181976, -0.05163111537694931, -0.042799536138772964, 0.04033907502889633, 0.02220730297267437, 0.039141684770584106, 0.018343718722462654, -0.031152013689279556, -0.04926115646958351, -0.013057168573141098, 0.041007351130247116, -0.062333084642887115, 0.013586855493485928, 0.0452340766787529, 0.05050921067595482, -0.03197907656431198, -0.04266664385795593, -0.018542753532528877, -0.0022473731078207493, 0.05069904774427414, -0.017616109922528267, -0.012268911115825176, -0.038919441401958466, 0.02352912165224552, -0.010320361703634262, -0.04010571166872978, -0.05772129073739052, 0.03791945055127144, -0.025508476421236992, -0.02007993496954441, 0.0544416643679142, 0.030349088832736015, 0.023690246045589447, 0.05765585973858833, -0.01845788210630417, 0.0071033150888979435, -0.009643042460083961, 0.03506847470998764, -0.029200779274106026, -0.004368671681731939, -0.0014745403314009309, -0.043056488037109375, -0.009456433355808258, -0.009678986854851246, -0.050270773470401764, -0.029225587844848633, -0.02651926875114441, 0.021521156653761864, 0.001079354784451425, -0.019882457330822945, -0.011121593415737152, -0.0025107997935265303, -0.005463822279125452, -0.03160878270864487, -0.027858108282089233, -0.02925240993499756, -0.04098169505596161, -0.07440224289894104, 0.002869749441742897, -0.011482683010399342, 0.027121327817440033, 0.02525210753083229, 0.029468288645148277, 0.013621119782328606, 0.0010026785312220454, -0.029572298750281334, 0.032225675880908966, 0.027618587017059326, -0.03762805089354515, -0.031028389930725098, 0.005555122159421444, 0.02588563784956932, 0.03492962568998337, 0.0026040500961244106, 0.036952875554561615, 0.030730148777365685, -0.04992150515317917, -0.03417891263961792, 0.027730993926525116, 0.005813004449009895, -0.05694858729839325, -0.04447082802653313, -0.003707607975229621, -0.03362521529197693, 0.012185106985270977, -0.01269597839564085, -0.017576975747942924, 0.022434141486883163, 0.04917651042342186, 0.03906271979212761, -0.03513587638735771, -0.010325154289603233, 0.006320533808320761, -0.04565883427858353, 0.01914130337536335, -0.052743855863809586, 0.025412339717149734, -0.0548412911593914, 0.001839977689087391, -0.0005538408295251429, -0.009130345657467842, -0.043931156396865845, 0.054148465394973755, 0.01586630940437317, -0.02035696618258953, 0.012624278664588928, 0.017008725553750992, -0.019378459081053734, 0.01585005596280098, -0.011119835078716278, 0.015546669252216816, -0.027251796796917915, 0.03597181290388107, -0.060199059545993805, -0.0006685644038952887, -0.024862604215741158, -0.015475953929126263, -0.04505225270986557, -0.03475813940167427, -0.021900665014982224, -0.029381360858678818, 0.011784289963543415, 0.02118726074695587, 0.02288426272571087, 0.040236588567495346, -0.033518236130476, 0.0018705468391999602, 0.023285357281565666, -0.0660809651017189, -0.05176069959998131, 0.0005690039251931012, 0.00579058425500989, -0.030671367421746254, 0.05719225853681564, 0.03249220550060272, -0.06302477419376373, -0.05453130602836609, 0.04189479723572731, 0.020754294469952583, 0.021535305306315422, -0.01034387294203043, 0.005174790043383837, 0.03274014592170715, 0.02834128588438034, -0.0395381823182106, -0.027539972215890884, 0.011828851886093616, 0.0007532653980888426, 0.006312633864581585, 0.0005387061391957104, -0.000720276846550405, 0.021112259477376938, -0.03128765895962715, 0.005170035641640425, 0.07279018312692642, 0.030052948743104935, 0.020331649109721184, 0.012790949083864689, -0.025917110964655876, 0.02450617216527462, 0.012112922966480255, -0.060904763638973236, -0.006577996537089348, 0.0425599180161953, -0.026798171922564507, 0.07521121203899384, -0.007184704300016165, 0.013644446618855, 0.034789666533470154, 0.0326366126537323, -0.014211536385118961, 0.04477271810173988, -0.009456371888518333, 0.015034315176308155, 0.03953038901090622, -0.05486386641860008, 0.003267113119363785, -0.025616399943828583, 0.05297131463885307, -0.08111602813005447, 0.06780646741390228, 0.035897403955459595, 0.02633543871343136, 0.015483986586332321, -0.049349356442689896, -0.025509225204586983, 0.02344893291592598, -0.06260813027620316, 0.06914080679416656, 0.013330592773854733, -0.08017890900373459, 0.07252318412065506, -0.001253770082257688, -0.08103924989700317, 0.018843481317162514, 0.03671601042151451, 0.01469331793487072, 0.02186710759997368, 0.049340859055519104, -0.03299126774072647, -0.003818075405433774, -0.04242892190814018, 0.023179752752184868, -0.014873486012220383, -0.020851928740739822, 0.005355977453291416, -0.05342565476894379, 0.002847975818440318, 0.056012120097875595, -0.033501312136650085, -0.0033190741669386625, 0.03134266287088394, -0.030934318900108337, -0.0393846333026886, 0.02074825018644333, 0.0185483917593956, -0.014647383242845535, 0.02764812484383583, -0.02830348163843155, 0.01615404151380062, 0.028547516092658043, -0.01766756735742092, -0.02864544652402401, -0.004996221512556076, 0.03771986812353134, -0.06593016535043716, -0.04609934613108635, 0.04632360488176346, 0.0015504059847444296, -0.0028066483791917562, 0.021631158888339996, 0.03394543379545212, 0.03954178839921951, 0.012655132450163364, -0.01563573256134987, 0.009458929300308228, -0.05929793044924736, -0.009214314632117748, 0.01411019079387188, 0.022762874141335487, 0.028973812237381935, -0.03923117741942406, 0.0328306145966053, 0.01798062212765217, 0.04217743128538132, -0.02140176296234131, -0.02612972818315029, -0.040656447410583496, 0.028801564127206802, -0.06729698926210403, 0.054355230182409286, -0.00854724831879139, -0.040947914123535156, -0.052773017436265945, -0.0003779966209549457, -0.0015517426654696465, 0.043523065745830536, -0.03647540882229805, -0.022004928439855576, 0.05650423839688301, -0.016963711008429527, -0.045717623084783554, -0.10927613079547882, -0.005235981196165085, -0.019172772765159607, 0.008206767961382866, 0.037958621978759766, -0.04335421696305275, 0.03671793267130852, -0.04778574779629707, -0.04224691167473793, 0.03949553146958351, 0.010698369704186916, -0.040652669966220856, 0.04810332506895065, 0.07247155904769897, -0.05496836453676224, 0.05294198542833328, 0.026353569701313972, -0.06493940949440002, 0.026873216032981873, 0.013020209968090057, 0.021554233506321907, 0.02305571548640728, 0.03428804501891136, -0.00953722931444645, -0.022671863436698914, -0.061649203300476074, -0.03534877672791481, -0.03393898904323578, 0.012481801211833954, 0.05243779718875885 ]
AmirBialer/amirbialer-Classifier
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
null
--- tags: - spacy - token-classification language: - pt license: cc-by-sa-4.0 model-index: - name: pt_udv25_portuguesebosque_trf results: - task: name: TAG type: token-classification metrics: - name: TAG (XPOS) Accuracy type: accuracy value: 0.9809207592 - task: name: POS type: token-classification metrics: - name: POS (UPOS) Accuracy type: accuracy value: 0.9814163239 - task: name: MORPH type: token-classification metrics: - name: Morph (UFeats) Accuracy type: accuracy value: 0.9733881758 - task: name: LEMMA type: token-classification metrics: - name: Lemma Accuracy type: accuracy value: 0.980030722 - task: name: UNLABELED_DEPENDENCIES type: token-classification metrics: - name: Unlabeled Attachment Score (UAS) type: f_score value: 0.938526243 - task: name: LABELED_DEPENDENCIES type: token-classification metrics: - name: Labeled Attachment Score (LAS) type: f_score value: 0.91190874 - task: name: SENTS type: token-classification metrics: - name: Sentences F-Score type: f_score value: 0.9582222222 --- UD v2.5 benchmarking pipeline for UD_Portuguese-Bosque | Feature | Description | | --- | --- | | **Name** | `pt_udv25_portuguesebosque_trf` | | **Version** | `0.0.1` | | **spaCy** | `>=3.2.1,<3.3.0` | | **Default Pipeline** | `experimental_char_ner_tokenizer`, `transformer`, `tagger`, `morphologizer`, `parser`, `experimental_edit_tree_lemmatizer` | | **Components** | `experimental_char_ner_tokenizer`, `transformer`, `senter`, `tagger`, `morphologizer`, `parser`, `experimental_edit_tree_lemmatizer` | | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) | | **Sources** | [Universal Dependencies v2.5](https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3105) (Zeman, Daniel; et al.) | | **License** | `CC BY-SA 4.0` | | **Author** | [Explosion](https://explosion.ai) | ### Label Scheme <details> <summary>View label scheme (2079 labels for 6 components)</summary> | Component | Labels | | --- | --- | | **`experimental_char_ner_tokenizer`** | `TOKEN` | | **`senter`** | `I`, `S` | | **`tagger`** | `ADJ`, `ADP`, `ADP_ADV`, `ADP_DET`, `ADP_NUM`, `ADP_PRON`, `ADP_PROPN`, `ADV`, `ADV_PRON`, `ADV_PROPN`, `AUX`, `AUX_PRON`, `CCONJ`, `DET`, `INTJ`, `NOUN`, `NUM`, `PART`, `PART_NOUN`, `PRON`, `PRON_PRON`, `PROPN`, `PROPN_DET`, `PROPN_PROPN`, `PUNCT`, `SCONJ`, `SCONJ_DET`, `SCONJ_PRON`, `SYM`, `VERB`, `VERB_PRON`, `X` | | **`morphologizer`** | `Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Gender=Masc\|Number=Sing\|POS=NOUN`, `Gender=Masc\|Number=Sing\|POS=ADJ`, `Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Gender=Masc\|Number=Sing\|POS=PROPN`, `Number=Sing\|POS=PROPN`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=NOUN`, `Definite=Def\|POS=ADP\|PronType=Art`, `Gender=Fem\|Number=Sing\|POS=NOUN`, `Gender=Fem\|Number=Sing\|POS=ADJ`, `POS=PUNCT`, `NumType=Card\|POS=NUM`, `POS=ADV`, `Gender=Fem\|Number=Plur\|POS=ADJ`, `Gender=Fem\|Number=Plur\|POS=NOUN`, `Definite=Def\|Gender=Masc\|Number=Sing\|POS=ADP\|PronType=Art`, `Gender=Fem\|Number=Sing\|POS=PROPN`, `Gender=Fem\|Number=Sing\|POS=VERB\|VerbForm=Part`, `POS=ADP`, `POS=PRON\|PronType=Rel`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `POS=SCONJ`, `POS=VERB\|VerbForm=Inf`, `Definite=Def\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Gender=Masc\|Number=Plur\|POS=ADJ`, `POS=CCONJ`, `Definite=Def\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Gender=Unsp\|Number=Sing\|POS=PROPN`, `Definite=Def\|Gender=Masc\|Number=Plur\|POS=ADP\|PronType=Art`, `Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Rel`, `Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `POS=ADV\|Polarity=Neg`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `POS=X`, `Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Dem`, `Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Tot`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=VERB\|VerbForm=Part`, `Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Ind`, `Gender=Masc\|Number=Plur\|POS=DET\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Mood=Sub\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Gender=Unsp\|Number=Plur\|POS=NOUN`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=3\|Tense=Fut\|VerbForm=Fin`, `POS=AUX\|VerbForm=Inf`, `Gender=Fem\|Number=Plur\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Masc\|Number=Sing\|POS=ADP\|PronType=Dem`, `Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Dem`, `POS=VERB\|VerbForm=Ger`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Gender=Masc\|Number=Plur\|POS=PROPN`, `Number=Plur\|POS=AUX\|Person=3\|VerbForm=Inf`, `Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Dem`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Definite=Def\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Art`, `POS=VERB\|VerbForm=Part`, `Gender=Masc\|NumType=Ord\|Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Definite=Ind\|Gender=Fem\|Number=Sing\|POS=ADP\|PronType=Art`, `Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Rel`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Definite=Def\|Gender=Fem\|Number=Sing\|POS=ADP\|PronType=Art`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Masc\|Number=Sing\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Unsp\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Gender=Fem\|NumType=Ord\|Number=Plur\|POS=ADJ`, `Gender=Fem\|Number=Plur\|POS=DET\|PronType=Prs`, `Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Gender=Masc\|NumType=Ord\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `NumType=Ord\|POS=ADJ`, `Definite=Def\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Gender=Unsp\|Number=Plur\|POS=ADJ`, `Gender=Fem\|Number=Sing\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=SCONJ\|PronType=Dem`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Gender=Masc\|Number=Plur\|POS=VERB\|VerbForm=Part`, `Gender=Fem\|Number=Plur\|POS=VERB\|VerbForm=Part`, `Gender=Masc\|NumType=Mult\|Number=Sing\|POS=NUM`, `Gender=Unsp\|Number=Sing\|POS=PRON\|PronType=Ind`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=3\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Rel`, `Gender=Unsp\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Gender=Masc\|Number=Sing\|POS=PROPN\|PronType=Art`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Number=Sing\|POS=VERB\|Person=3\|VerbForm=Inf`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Unsp\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Mood=Cnd\|Number=Sing\|POS=AUX\|Person=3\|VerbForm=Fin`, `POS=AUX\|VerbForm=Part`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Gender=Unsp\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Gender=Unsp\|Number=Sing\|POS=PRON\|PronType=Rel`, `Number=Sing\|POS=DET\|PronType=Art`, `Definite=Def\|Gender=Fem\|Number=Plur\|POS=ADP\|PronType=Art`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Gender=Masc\|NumType=Frac\|Number=Sing\|POS=NUM`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=ADP\|PronType=Dem`, `Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Gender=Fem\|NumType=Ord\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Number=Plur\|POS=VERB\|Person=3\|VerbForm=Inf`, `Definite=Def\|Gender=Masc\|Number=Sing\|POS=SCONJ\|PronType=Art`, `Definite=Def\|POS=SCONJ\|PronType=Art`, `Gender=Masc\|Number=Plur\|POS=ADP\|PronType=Art`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pqp\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Dem`, `Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Acc\|Gender=Unsp\|POS=PRON\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|VerbForm=Fin`, `POS=AUX`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=ADP\|PronType=Art`, `Gender=Fem\|Number=Sing\|POS=ADP\|PronType=Art`, `POS=INTJ`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Gender=Unsp\|Number=Sing\|POS=PRON\|PronType=Int`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Emp`, `Case=Acc\|Gender=Unsp\|Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Unsp\|POS=PRON\|PronType=Ind`, `Gender=Fem\|Number=Plur\|POS=DET\|PronType=Rel`, `Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Definite=Ind\|Gender=Masc\|Number=Sing\|POS=ADP\|PronType=Art`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pqp\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Past\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Dat\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Unsp\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Masc\|POS=VERB\|PronType=Prs\|VerbForm=Inf`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Fut\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Emp`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Gender=Fem\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Acc\|Gender=Unsp\|POS=VERB\|PronType=Prs\|VerbForm=Ger`, `Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `Gender=Unsp\|Number=Sing\|POS=ADJ`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=1\|VerbForm=Fin`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Fem\|Number=Plur\|POS=DET\|PronType=Tot`, `Gender=Masc\|Number=Plur\|POS=ADP\|PronType=Dem`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=3\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Number=Sing\|POS=AUX\|Person=3\|VerbForm=Inf`, `Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Int`, `Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Int`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int`, `Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Fut\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|POS=ADP\|PronType=Art`, `Gender=Fem\|Number=Plur\|POS=ADP\|PronType=Dem`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=PART`, `Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Unsp\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Gender=Masc\|Number=Sing\|POS=ADV`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Dat\|Gender=Unsp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Case=Dat\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Neg`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Definite=Def\|POS=DET\|PronType=Art`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=AUX\|Person=3\|PronType=Prs\|VerbForm=Ger`, `Number=Plur\|POS=VERB\|Person=1\|VerbForm=Inf`, `Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Int`, `Mood=Cnd\|Number=Plur\|POS=AUX\|Person=3\|VerbForm=Fin`, `Gender=Masc\|POS=ADJ`, `POS=NOUN`, `POS=AUX\|VerbForm=Ger`, `Case=Dat\|Gender=Unsp\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=AUX\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Definite=Def\|Gender=Fem\|Number=Sing\|POS=SCONJ\|PronType=Art`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Number=Sing\|POS=NOUN`, `Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Gender=Unsp\|Number=Plur\|POS=PROPN`, `Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|VerbForm=Fin`, `Case=Dat\|Gender=Masc\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `Case=Dat\|Gender=Unsp\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Masc\|Number=Plur\|POS=DET\|PronType=Emp`, `Gender=Unsp\|POS=PRON\|PronType=Prs`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Case=Dat\|Gender=Masc\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Case=Dat\|Gender=Masc\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=AUX\|Tense=Imp\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Tot`, `Case=Acc\|Gender=Masc\|POS=PRON\|PronType=Prs`, `Gender=Unsp\|Number=Unsp\|POS=PRON\|PronType=Rel`, `POS=VERB\|VerbForm=Fin`, `Gender=Masc\|NumType=Card\|Number=Sing\|POS=NUM`, `Definite=Def\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Art`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Neg`, `POS=VERB\|VerbForm=Inf\|Voice=Pass`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Ger`, `Case=Acc\|Gender=Unsp\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Gender=Masc\|Number=Sing\|POS=AUX\|VerbForm=Part`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Inf`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Number=Sing\|POS=PROPN\|PronType=Art`, `Case=Dat\|Gender=Unsp\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Person=1\|PronType=Prs\|VerbForm=Inf`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pqp\|VerbForm=Fin`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Gender=Unsp\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Gender=Unsp\|Number=Sing\|POS=NOUN`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Number=Plur\|POS=AUX\|Person=1\|Tense=Past`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Neg`, `Gender=Unsp\|Number=Unsp\|POS=PRON\|PronType=Dem`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADV\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Ger`, `Gender=Unsp\|Number=Unsp\|POS=PRON\|PronType=Ind`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Fut\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Tot`, `Gender=Masc\|Number=Sing\|POS=DET`, `Case=Dat\|Gender=Unsp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Unsp\|POS=VERB\|PronType=Prs\|VerbForm=Inf`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=X`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Gender=Unsp\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Gender=Unsp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=DET\|PronType=Rel`, `Gender=Masc\|Number=Sing\|POS=SCONJ`, `Gender=Masc\|Number=Sing\|POS=PRON`, `Gender=Fem\|POS=DET\|PronType=Dem`, `Gender=Masc\|Number=Plur\|POS=NUM`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Ger`, `Definite=Def\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Dat\|Gender=Unsp\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `POS=ADP\|PronType=Dem`, `Definite=Def\|Gender=Fem\|POS=ADP\|PronType=Art`, `POS=ADP\|PronType=Art`, `Gender=Masc\|Number=Sing\|POS=ADP`, `Gender=Masc\|Number=Sing\|POS=ADP\|Person=3\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pqp\|VerbForm=Fin`, `Case=Dat\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Imp\|VerbForm=Fin`, `Case=Dat\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `POS=DET`, `Gender=Fem\|Number=Plur\|POS=DET\|PronType=Emp`, `Gender=Unsp\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Definite=Def\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Art`, `Case=Acc\|Gender=Masc\|Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Case=Dat\|Gender=Unsp\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Number=Plur\|POS=AUX\|Person=1\|VerbForm=Inf`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Number=Sing\|POS=PRON\|PronType=Rel`, `Gender=Fem\|Number=Plur\|POS=ADP\|PronType=Ind`, `Case=Dat\|Gender=Unsp\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Definite=Def\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Number=Sing\|POS=VERB\|Person=3\|VerbForm=Inf\|Voice=Pass`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Gender=Unsp\|Number=Plur\|POS=VERB\|Person=2\|PronType=Prs\|VerbForm=Inf`, `Gender=Unsp\|Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Gender=Fem,Masc\|Number=Sing\|POS=PROPN`, `Gender=Unsp\|Number=Unsp\|POS=PRON\|PronType=Int`, `Gender=Fem\|Number=Plur\|POS=NUM`, `POS=PRON\|PronType=Neg`, `Gender=Fem\|Number=Sing\|POS=SCONJ\|PronType=Dem`, `POS=SYM`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pqp\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=X`, `Case=Dat\|Gender=Unsp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|NumType=Sets\|Number=Sing\|POS=NUM`, `Foreign=Yes\|POS=NOUN`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Ger`, `Case=Acc\|Gender=Unsp\|POS=AUX\|PronType=Prs\|VerbForm=Inf`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Gender=Unsp\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Nom\|Gender=Unsp\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Unsp\|Number=Plur\|POS=PRON\|PronType=Int`, `Definite=Def\|Gender=Masc\|Number=Plur\|POS=SCONJ\|PronType=Art`, `Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Prs`, `Number=Sing\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=ADP\|PronType=Ind`, `Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Definite=Ind\|Gender=Fem\|Number=Sing\|POS=SCONJ\|PronType=Art`, `Number=Sing\|POS=VERB`, `Number=Sing\|POS=DET`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=3\|VerbForm=Fin\|Voice=Pass`, `NumType=Mult\|POS=NUM`, `Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Neg`, `POS=PRON\|PronType=Dem`, `Mood=Ind\|POS=VERB\|Tense=Imp\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Gender=Unsp\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `NumType=Card\|Number=Plur\|POS=NUM`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Gender=Unsp\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Ger`, `Gender=Fem\|Number=Sing\|POS=NUM`, `Case=Acc\|Gender=Unsp\|Mood=Sub\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Fut\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Gender=Masc\|Number=Sing\|POS=ADV\|Polarity=Neg`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Gender=Unsp\|Number=Sing\|POS=VERB\|Person=1\|PronType=Prs\|VerbForm=Inf`, `Number=Sing\|POS=VERB\|Person=1\|VerbForm=Inf`, `Definite=Def\|Gender=Masc\|Number=Unsp\|POS=ADP\|PronType=Art`, `Gender=Masc\|Number=Unsp\|POS=NOUN`, `Gender=Masc\|NumType=Ord\|Number=Sing\|POS=NOUN`, `Definite=Def\|Gender=Fem\|Number=Plur\|POS=SCONJ\|PronType=Art`, `POS=ADJ`, `Gender=Fem\|Number=Sing\|POS=ADV\|PronType=Ind`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Prs`, `Case=Dat\|Gender=Unsp\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Acc\|Gender=Unsp\|Number=Plur\|POS=VERB\|Person=1\|PronType=Prs\|VerbForm=Inf`, `Gender=Unsp\|Number=Sing\|POS=PRON\|PronType=Tot`, `Gender=Unsp\|Number=Sing\|POS=DET\|PronType=Rel`, `Gender=Fem\|Number=Plur\|POS=VERB`, `Case=Dat\|Gender=Fem\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=AUX\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Case=Acc\|Gender=Masc\|Number=Plur,Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=VERB\|PronType=Prs\|VerbForm=Inf`, `Gender=Unsp\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Ger`, `NumType=Range\|POS=NUM`, `Case=Dat\|Gender=Unsp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Mood=Sub\|POS=VERB\|Tense=Pres\|VerbForm=Fin`, `Gender=Unsp\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Dat\|Gender=Masc\|Mood=Cnd\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|Mood=Cnd\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Fin`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Unsp\|Mood=Sub\|Number=Sing\|POS=AUX\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Fut\|VerbForm=Fin`, `Number=Unsp\|POS=PRON\|PronType=Ind`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Ger`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=VERB\|Person=1\|PronType=Prs\|VerbForm=Inf`, `Case=Dat\|Gender=Masc\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Int`, `Gender=Masc\|POS=NOUN`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `Number=Sing\|POS=VERB\|Person=1\|VerbForm=Inf\|Voice=Pass`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=SCONJ\|PronType=Dem`, `NumType=Frac\|POS=NUM`, `Gender=Masc\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Dat\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=ADP\|PronType=Ind`, `Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `Mood=Imp\|Number=Sing\|POS=VERB\|Person=2\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=ADV\|PronType=Rel`, `Case=Acc\|POS=VERB\|PronType=Prs\|VerbForm=Ger`, `Mood=Cnd\|POS=VERB\|VerbForm=Fin`, `Case=Dat\|Gender=Masc\|Mood=Cnd\|Number=Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Case=Dat\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Prs`, `Gender=Masc\|Number=Sing\|POS=ADP\|PronType=Ind`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf\|Voice=Pass`, `POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Gender=Unsp\|Mood=Cnd\|Number=Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Number=Sing\|POS=X`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=1\|VerbForm=Fin`, `Case=Acc\|Gender=Unsp\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Case=Dat\|Gender=Unsp\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Gender=Masc\|Number=Sing\|POS=ADV\|PronType=Int`, `Case=Dat\|Gender=Unsp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=1,3\|PronType=Prs\|Tense=Past\|VerbForm=Fin`, `POS=VERB`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Case=Acc\|Gender=Unsp\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Imp\|VerbForm=Fin\|Voice=Pass`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc,Dat\|Gender=Fem,Unsp\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Unsp\|Number=Unsp\|POS=ADV\|PronType=Int`, `Gender=Unsp\|Number=Sing\|POS=ADV\|PronType=Ind`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pqp\|VerbForm=Fin`, `POS=PROPN`, `Case=Acc\|Gender=Masc\|POS=AUX\|PronType=Prs\|VerbForm=Ger`, `Case=Acc\|Gender=Fem\|POS=AUX\|PronType=Prs\|VerbForm=Ger`, `Case=Acc\|Gender=Fem\|Mood=Sub\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Case=Dat\|Gender=Unsp\|Number=Plur\|POS=VERB\|Person=1\|PronType=Prs\|VerbForm=Inf`, `Case=Acc\|Gender=Masc\|Mood=Sub\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=AUX\|Person=3\|PronType=Prs\|VerbForm=Ger`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Plur,Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Prs`, `Gender=Fem\|Number=Plur\|POS=X`, `Definite=Def\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Rel`, `Definite=Ind\|Gender=Fem\|POS=DET\|PronType=Art`, `Gender=Unsp\|Number=Sing\|POS=ADV`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Pqp\|VerbForm=Fin`, `Case=Dat\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin`, `Mood=Sub\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Fin`, `Case=Dat\|Gender=Unsp\|POS=PRON\|PronType=Prs`, `Gender=Masc\|Number=Sing\|POS=VERB`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Definite=Def\|Number=Sing\|POS=DET\|PronType=Art`, `Gender=Fem\|Number=Sing\|POS=PROPN\|PronType=Art`, `Gender=Masc\|Number=Plur\|POS=VERB`, `Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Pqp\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=ADV\|PronType=Ind`, `Mood=Sub\|Number=Sing\|POS=AUX\|Tense=Imp\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=DET`, `Mood=Imp\|Number=Sing\|POS=AUX\|Person=2\|VerbForm=Fin`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Definite=Def\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Rel`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=3\|VerbForm=Fin\|Voice=Pass`, `POS=DET\|PronType=Ind`, `POS=SCONJ\|VerbForm=Ger`, `Mood=Cnd\|Number=Sing\|POS=VERB\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=DET`, `Definite=Def\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Dem`, `Gender=Fem\|Number=Sing\|POS=VERB`, `Mood=Sub\|Number=Sing\|POS=VERB\|Tense=Fut\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|POS=PRON\|PronType=Prs`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Gender=Masc\|POS=PROPN`, `Gender=Fem\|Number=Plur\|POS=DET`, `NumType=Ord\|POS=NUM`, `POS=DET\|PronType=Int`, `Case=Acc\|Gender=Unsp\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|VerbForm=Ger`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Unsp\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Fin`, `POS=PART`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Mood=Cnd\|Number=Sing\|POS=AUX\|Person=1\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Number=Plur,Sing\|POS=VERB\|Person=1,3\|PronType=Prs\|VerbForm=Inf`, `NumType=Card\|POS=ADP`, `Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Tot`, `Gender=Masc\|Number=Sing\|POS=ADP\|PronType=Rel`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pqp\|VerbForm=Fin`, `Case=Acc\|Gender=Unsp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `Case=Acc\|Gender=Unsp\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=SCONJ\|Person=3\|PronType=Prs`, `Case=Dat\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|Tense=Imp\|VerbForm=Fin`, `Definite=Def\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Art`, `Case=Dat\|Gender=Unsp\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Ger`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin` | | **`parser`** | `ROOT`, `acl`, `acl:relcl`, `advcl`, `advmod`, `amod`, `appos`, `aux`, `aux:pass`, `case`, `cc`, `ccomp`, `compound`, `conj`, `cop`, `csubj`, `dep`, `det`, `discourse`, `dislocated`, `expl`, `fixed`, `flat`, `flat:foreign`, `flat:name`, `iobj`, `mark`, `nmod`, `nsubj`, `nsubj:pass`, `nummod`, `obj`, `obl`, `obl:agent`, `orphan`, `parataxis`, `punct`, `vocative`, `xcomp` | | **`experimental_edit_tree_lemmatizer`** | `1`, `2`, `3`, `4`, `6`, `8`, `9`, `11`, `13`, `15`, `17`, `20`, `22`, `24`, `14`, `7`, `26`, `28`, `30`, `32`, `34`, `36`, `38`, `40`, `42`, `44`, `45`, `48`, `53`, `54`, `55`, `57`, `58`, `60`, `62`, `65`, `66`, `67`, `70`, `72`, `74`, `76`, `79`, `83`, `85`, `87`, `89`, `91`, `95`, `99`, `101`, `102`, `104`, `106`, `108`, `110`, `113`, `115`, `117`, `119`, `120`, `122`, `124`, `125`, `126`, `128`, `130`, `132`, `134`, `136`, `138`, `141`, `142`, `144`, `147`, `150`, `152`, `154`, `155`, `159`, `162`, `163`, `165`, `166`, `169`, `171`, `172`, `174`, `175`, `178`, `180`, `181`, `184`, `186`, `189`, `191`, `193`, `195`, `198`, `200`, `111`, `202`, `204`, `207`, `209`, `212`, `214`, `216`, `218`, `220`, `221`, `223`, `224`, `226`, `228`, `230`, `232`, `234`, `236`, `239`, `242`, `244`, `245`, `246`, `247`, `249`, `251`, `252`, `253`, `256`, `257`, `259`, `261`, `263`, `267`, `269`, `270`, `271`, `273`, `277`, `278`, `281`, `282`, `283`, `285`, `286`, `288`, `289`, `290`, `292`, `293`, `295`, `297`, `298`, `300`, `302`, `303`, `305`, `307`, `309`, `310`, `311`, `313`, `314`, `316`, `319`, `168`, `322`, `323`, `326`, `327`, `329`, `331`, `333`, `335`, `336`, `338`, `341`, `343`, `345`, `347`, `348`, `350`, `351`, `354`, `356`, `359`, `361`, `363`, `364`, `365`, `366`, `367`, `369`, `373`, `376`, `378`, `379`, `380`, `381`, `383`, `384`, `386`, `389`, `392`, `394`, `395`, `396`, `398`, `400`, `403`, `405`, `407`, `409`, `410`, `412`, `415`, `416`, `417`, `418`, `419`, `420`, `422`, `424`, `429`, `431`, `432`, `438`, `439`, `441`, `442`, `445`, `448`, `449`, `450`, `452`, `454`, `457`, `458`, `461`, `463`, `465`, `468`, `469`, `470`, `473`, `475`, `477`, `478`, `481`, `484`, `485`, `486`, `488`, `491`, `495`, `497`, `499`, `503`, `506`, `507`, `508`, `509`, `510`, `511`, `513`, `514`, `516`, `517`, `519`, `521`, `522`, `523`, `525`, `528`, `530`, `533`, `534`, `536`, `538`, `540`, `541`, `542`, `544`, `545`, `547`, `549`, `551`, `552`, `554`, `555`, `558`, `559`, `560`, `562`, `563`, `565`, `566`, `570`, `572`, `579`, `582`, `583`, `585`, `586`, `587`, `590`, `592`, `594`, `595`, `597`, `599`, `601`, `603`, `606`, `608`, `609`, `611`, `612`, `614`, `615`, `616`, `619`, `621`, `622`, `625`, `626`, `627`, `629`, `630`, `631`, `633`, `634`, `637`, `638`, `639`, `640`, `642`, `644`, `646`, `647`, `652`, `653`, `656`, `657`, `659`, `660`, `661`, `664`, `666`, `669`, `671`, `672`, `673`, `674`, `675`, `677`, `678`, `680`, `682`, `685`, `687`, `689`, `691`, `692`, `693`, `695`, `699`, `701`, `702`, `703`, `706`, `707`, `709`, `710`, `711`, `712`, `714`, `716`, `718`, `719`, `720`, `721`, `724`, `725`, `729`, `730`, `732`, `735`, `738`, `740`, `742`, `744`, `746`, `749`, `750`, `751`, `754`, `756`, `760`, `762`, `767`, `769`, `771`, `774`, `776`, `778`, `780`, `781`, `784`, `785`, `787`, `788`, `789`, `791`, `793`, `794`, `795`, `798`, `800`, `801`, `803`, `804`, `806`, `808`, `810`, `811`, `812`, `814`, `816`, `819`, `820`, `823`, `824`, `825`, `828`, `829`, `832`, `833`, `835`, `836`, `839`, `840`, `844`, `845`, `847`, `850`, `851`, `853`, `854`, `855`, `858`, `861`, `862`, `863`, `865`, `868`, `871`, `873`, `875`, `877`, `879`, `880`, `881`, `882`, `883`, `884`, `885`, `887`, `889`, `892`, `894`, `895`, `537`, `896`, `898`, `899`, `902`, `904`, `905`, `908`, `909`, `912`, `914`, `916`, `917`, `920`, `921`, `922`, `924`, `925`, `928`, `929`, `930`, `931`, `933`, `936`, `939`, `940`, `942`, `943`, `945`, `948`, `949`, `951`, `953`, `956`, `957`, `960`, `961`, `963`, `964`, `965`, `966`, `969`, `970`, `971`, `973`, `976`, `977`, `979`, `981`, `983`, `985`, `987`, `988`, `990`, `991`, `993`, `994`, `995`, `996`, `997`, `998`, `1000`, `1001`, `1004`, `1006`, `1007`, `1009`, `1011`, `1013`, `1014`, `1015`, `1019`, `1021`, `1023`, `1025`, `1026`, `1029`, `1030`, `1033`, `1034`, `1036`, `1037`, `1039`, `1041`, `1042`, `1044`, `1046`, `1048`, `1050`, `1051`, `1054`, `1056`, `1057`, `1059`, `1061`, `1062`, `1064`, `1066`, `1067`, `1068`, `1069`, `1071`, `1072`, `1073`, `1074`, `1075`, `1077`, `1078`, `1079`, `1081`, `1083`, `1084`, `1085`, `1086`, `1088`, `1089`, `1092`, `1093`, `1097`, `1100`, `1101`, `1103`, `1104`, `1106`, `1108`, `1110`, `1114`, `1115`, `1117`, `1118`, `1119`, `1121`, `1123`, `1124`, `1126`, `1127`, `1128`, `1130`, `1133`, `1135`, `1136`, `1140`, `1143`, `1146`, `1148`, `1149`, `1151`, `1152`, `1155`, `1157`, `1158`, `1160`, `1163`, `1164`, `1165`, `1167`, `1168`, `1170`, `1172`, `1176`, `1177`, `1178`, `1180`, `1182`, `1184`, `1186`, `1187`, `1189`, `1190`, `1193`, `1196`, `1198`, `1202`, `1203`, `1204`, `1205`, `1206`, `1207`, `1208`, `1209`, `1210`, `1211`, `1214`, `1215`, `1216`, `1218`, `1219`, `1220`, `1221`, `1223`, `1225`, `1226`, `1228`, `1229`, `1230`, `1233`, `1234`, `1236`, `1237`, `1238`, `1239`, `1240`, `1242`, `1244`, `1247`, `1248`, `1249`, `1250`, `1251`, `1254`, `1256`, `1257`, `1258`, `1260`, `1262`, `1263`, `1266`, `1271`, `1272`, `1273`, `1274`, `1275`, `1277`, `1278`, `1279`, `1280`, `1283`, `1285`, `1287`, `1288`, `1290`, `1293`, `1294`, `1296`, `1299`, `1301`, `1302`, `1304`, `1307`, `1308`, `1309`, `1311`, `1312`, `1314`, `1315`, `1317`, `1320`, `1322`, `1324`, `1325`, `1326`, `1329`, `1330`, `1332`, `1333`, `1334`, `1336`, `1338`, `1339`, `1340`, `1341`, `1344`, `1345`, `1346`, `1348`, `1350`, `1351`, `1352`, `1354`, `1356`, `1358`, `1359`, `1360`, `1361`, `1362`, `1363`, `1367`, `1370`, `1371`, `1373`, `1375`, `1377`, `1378`, `1379`, `1381`, `1382`, `1383`, `1385`, `1386`, `1388`, `1389`, `1393`, `1395`, `1399`, `1401`, `1402`, `1403`, `1404`, `1405`, `1407`, `1408`, `1411`, `1413`, `1417`, `1418`, `1419`, `1420`, `1421`, `1423`, `1424`, `1425`, `1429`, `1430`, `1431`, `1433`, `1434`, `1436`, `1437`, `1438`, `1439`, `1442`, `1444`, `1446`, `1447`, `1449`, `1451`, `1453`, `1454`, `1455`, `1458`, `1461`, `1463`, `1464`, `1465`, `1467`, `1468`, `1469`, `1470`, `1471`, `1473`, `1476`, `1477`, `1478`, `1479`, `1482`, `1483`, `1484`, `1489`, `1491`, `1492`, `1494`, `1496`, `1497`, `1499`, `1502`, `1504`, `1505`, `1506`, `1507`, `1508`, `1509`, `1511`, `1514`, `1515`, `1517`, `1520`, `1521`, `1524`, `1525`, `1528`, `1529`, `1530`, `1532`, `1533`, `1534`, `1536`, `1538`, `1539`, `1541`, `1543`, `1544`, `1545`, `1546`, `1547`, `1548`, `1552`, `1556`, `1558`, `1560`, `1562`, `1563`, `1566`, `1567`, `1569`, `1570`, `1572`, `1574`, `1577`, `761`, `1579`, `1583`, `1585`, `1586`, `1587`, `1590`, `1592`, `1593`, `1595`, `1596`, `1597`, `1599`, `1603`, `1605`, `1607`, `1609`, `1610`, `1612`, `1614`, `1615`, `1617`, `1618`, `1620`, `1621`, `1622`, `1625`, `1627`, `1629`, `1630`, `1631`, `1633`, `1634`, `1636`, `1637`, `1638`, `1640`, `1641`, `1643`, `1644`, `1646`, `1647`, `1648`, `1651`, `1652`, `1657`, `1658`, `1659`, `1661`, `1662`, `1663`, `1664`, `1666`, `1669`, `1672`, `1673`, `1675`, `1676`, `1677`, `1679`, `1682`, `1684`, `1409`, `1685`, `1686`, `1687`, `1688`, `1690`, `1692`, `1693`, `1694`, `1695`, `1697`, `1699`, `1700`, `1704`, `1707`, `1708`, `1709`, `1711`, `1712`, `1715`, `1716`, `1717`, `1718`, `1719`, `1721`, `1722`, `1723`, `1725`, `1726`, `1729`, `1730`, `1732`, `1733`, `1734`, `1735`, `1737`, `1738`, `1741`, `1743`, `1744`, `1746`, `1747`, `1748`, `1750`, `1752`, `1754`, `1755`, `1756`, `1758`, `1759`, `1760`, `1762`, `1765`, `1766`, `1768`, `1769`, `1770`, `1773`, `1774`, `1775`, `1777`, `1778`, `1781`, `1782`, `1783`, `1785`, `1786`, `1787`, `219`, `1788`, `1789`, `1791`, `1792`, `1793`, `1795`, `1799`, `1800`, `1801`, `1802`, `1803`, `1805`, `1806`, `1808`, `1809`, `1811`, `1812`, `1814`, `1815`, `1816`, `1821`, `1823`, `1824`, `1825`, `1826`, `1829`, `1830`, `1831`, `1832`, `1833`, `1835`, `1838`, `1839`, `1840`, `1842`, `1843`, `1845`, `1846`, `1848`, `1849`, `1850`, `1851`, `1855`, `1856`, `1857`, `1859`, `1861`, `1862`, `1864`, `1866`, `1867`, `1869`, `421`, `1870`, `1872`, `1873`, `1874`, `1875`, `1878`, `1879`, `1880`, `1882`, `1883`, `1884`, `1885`, `1888`, `1891`, `1894`, `1895`, `1898`, `1901`, `1903`, `1904`, `1906`, `1907`, `1910`, `1912`, `1915`, `1917`, `1918`, `1920`, `1921`, `1922`, `1924`, `1926`, `1927`, `1930`, `1932`, `1933`, `1936`, `1938`, `1940`, `1941`, `1942`, `1943`, `1945`, `1947`, `1949`, `1951`, `1952`, `1953`, `1954`, `1956`, `1957`, `1958`, `1960`, `1961`, `1963`, `1964`, `1966`, `1968`, `1971`, `1973`, `1974`, `1975`, `1977`, `1979`, `1981`, `1983`, `1985`, `1986`, `1987`, `1988`, `792`, `1990`, `790`, `1992`, `1994`, `1996`, `1998`, `1999`, `2000`, `2001`, `2002`, `2003`, `2005`, `2006`, `2008`, `2010`, `2011`, `2012`, `2014`, `2016`, `2017`, `2018`, `2019`, `2021`, `2022`, `2023`, `2024`, `2025`, `2026`, `2028`, `2029`, `2031`, `2034`, `2036`, `2038`, `2041`, `2042`, `2044`, `2045`, `2046`, `2050`, `2051`, `2052`, `2055`, `2056`, `2057`, `2059`, `2060`, `2061`, `2062`, `2064`, `2066`, `2068`, `2069`, `2070`, `2072`, `2073`, `2075`, `2076`, `2078`, `2079`, `2081`, `2083`, `2084`, `2086`, `2088`, `2089`, `2091`, `2093`, `2095`, `2097`, `2098`, `2099`, `2101`, `2102`, `2103`, `2104`, `2106`, `2107`, `2108`, `2109`, `2110`, `2111`, `2112`, `2114`, `2116`, `2117`, `2118`, `2119`, `2120`, `2121`, `2122`, `2123`, `2124`, `2125`, `2126`, `2127`, `1584`, `2128`, `2130`, `2131`, `2132`, `2134`, `2137`, `2138`, `2139`, `2141`, `2144`, `2145`, `2146`, `2147`, `2150`, `2151`, `2153`, `2154`, `2155`, `2156`, `2157`, `2159`, `2160`, `2161`, `2163`, `2164`, `2165`, `2166`, `2167`, `2168`, `2169`, `2170`, `2173`, `2174`, `2175`, `2176`, `2177`, `2179`, `2182`, `2185`, `2187`, `2188`, `2189`, `2191`, `2193`, `2194`, `2195`, `2196`, `2197`, `2198`, `2200`, `2202`, `2203`, `2204`, `2205`, `2206`, `2207`, `2208`, `2209`, `2210`, `2211`, `2212`, `2213`, `2216`, `2217`, `2219`, `2221`, `2224`, `2227`, `2229`, `2230`, `2232`, `2233`, `2234`, `2235`, `2237`, `2239`, `2240`, `2241`, `2242`, `2243`, `2244`, `2245`, `2246`, `2248`, `2249`, `2250`, `2251`, `2253`, `2254`, `2255`, `2257`, `2258`, `2260`, `2261`, `2262`, `2263`, `2264`, `2265`, `2266`, `2267`, `2268`, `2269`, `2270`, `2271`, `2272`, `2273`, `2274`, `2275`, `2277`, `2278`, `2281`, `2282`, `2283`, `2284`, `2285`, `2287`, `2288`, `2290`, `2291`, `2292`, `2293`, `2294`, `2297`, `2298`, `2299`, `2300`, `2302`, `2304`, `2305`, `2307`, `2308`, `2309`, `2310`, `2312`, `2313`, `2314`, `2315`, `2316`, `2317`, `2318`, `2319`, `2321`, `2322`, `2323`, `2327`, `2329`, `2331`, `2333`, `2335`, `2337`, `2338`, `2339`, `2341`, `2342`, `2343`, `2346`, `2348`, `2349`, `2350`, `2351`, `2352`, `2353`, `37`, `2354`, `2355`, `2357`, `2358`, `2359`, `2360`, `2361`, `2362`, `2364`, `2365`, `2367`, `2368`, `2369`, `2370`, `2372`, `2375`, `2376`, `2378`, `2379`, `2380`, `2381`, `2382`, `2383`, `2384`, `2385`, `2386`, `2389`, `2390`, `2392`, `2393`, `2394`, `2395`, `2398`, `2399`, `2400`, `2402`, `2403`, `2405`, `2406`, `2407`, `2408`, `2409`, `2410`, `2413`, `2415`, `2416`, `2417`, `2418`, `2419`, `2420`, `2422`, `2424`, `2427`, `2428`, `2429`, `2430`, `2431`, `2432`, `2433`, `2435`, `2437`, `1962`, `2438`, `2439`, `2440`, `2442`, `2443`, `2444`, `2445` | </details> ### Accuracy | Type | Score | | --- | --- | | `TOKEN_F` | 99.92 | | `TOKEN_P` | 99.93 | | `TOKEN_R` | 99.91 | | `TOKEN_ACC` | 99.99 | | `SENTS_F` | 95.82 | | `SENTS_P` | 95.40 | | `SENTS_R` | 96.25 | | `TAG_ACC` | 98.09 | | `POS_ACC` | 98.14 | | `MORPH_ACC` | 97.34 | | `DEP_UAS` | 93.85 | | `DEP_LAS` | 91.19 | | `LEMMA_ACC` | 98.00 |
[ 0.014414261095225811, -0.024833988398313522, 0.0047652279026806355, 0.047062210738658905, 0.052601948380470276, 0.0002735285088419914, -0.021680299192667007, 0.025171786546707153, -0.02980908937752247, 0.06752973049879074, -0.014844292774796486, -0.012933051213622093, -0.023858899250626564, 0.07577379792928696, -0.009739987552165985, -0.052939947694540024, 0.001065073418430984, -0.020756766200065613, -0.06819332391023636, -0.0044751251116395, 0.00796845555305481, -0.004508594051003456, -0.011071616783738136, 0.021524395793676376, -0.004460135009139776, 0.005006851628422737, -0.0005675377906300128, 0.01624288223683834, 0.02642201818525791, -0.04889088496565819, 0.00888532493263483, 0.0015473117819055915, -0.046251311898231506, -0.02846217155456543, -0.0283654872328043, -0.007473705802112818, 0.0008044841233640909, 0.016045840457081795, 0.04214094579219818, 0.0888739749789238, -0.012408199720084667, 0.0179847814142704, -0.0013450707774609327, -0.04900406673550606, 0.03546999767422676, 0.004295936785638332, -0.041181858628988266, -0.01399490050971508, 0.019091138616204262, -0.025081543251872063, -0.08625247329473495, -0.0911211371421814, 0.001669346122071147, -0.006465064361691475, -0.033243440091609955, -0.034882303327322006, -0.06730090081691742, -0.00421401159837842, 0.09710893779993057, -0.04732196778059006, -0.03868735954165459, 0.022056585177779198, -0.1013994887471199, 0.017782755196094513, 0.014700162224471569, -0.018252873793244362, -0.009463506750762463, -0.037539251148700714, 0.027769621461629868, -0.00805166270583868, 0.044880833476781845, -0.051855623722076416, -0.004519142210483551, -0.05310384929180145, -0.0024883290752768517, -0.006131808739155531, 0.022658798843622208, 0.020374713465571404, -0.03869505971670151, 0.048852257430553436, 0.04708294942975044, 0.000634682597592473, 0.05104253441095352, 0.006369500886648893, -0.019023822620511055, 0.05295100063085556, -0.04321017116308212, -0.013495396822690964, 0.035649631172418594, 0.03361889719963074, -0.03418653830885887, -0.028427589684724808, -0.01690158247947693, -0.02171068824827671, 0.0014665065100416541, 0.04235939681529999, 0.04505206272006035, -0.02290487289428711, 0.0047765676863491535, 0.018140427768230438, 0.00224488927051425, 0.05540388822555542, 0.018631039187312126, 0.06753771752119064, -0.020050695165991783, 0.0059667546302080154, -0.0018127589719370008, -0.023666847497224808, -0.021975519135594368, 0.017122987657785416, 0.020217837765812874, -0.02263054996728897, -0.04918934032320976, 0.04385129362344742, 0.022552330046892166, -0.01442448515444994, 0.06407243013381958, -0.04141508415341377, -0.04746155068278313, -0.06843133270740509, 0.04339165985584259, 0.007693533785641193, -0.0003200997307430953, 0.011409384198486805, -0.03633371740579605, -0.017817573621869087, -0.029891345649957657, -0.022736841812729836, -0.02546730265021324, 0.03206276521086693, -0.006618772633373737, 0.04357529059052467, 0.00291857379488647, -0.05612000450491905, 0.03252266347408295, -0.006813764106482267, -0.06628815829753876, 0.01571805402636528, 0.04228633642196655, 0.08236085623502731, -0.06046443432569504, -0.05239889770746231, 0.02794562093913555, 0.01804676651954651, -0.006584500893950462, -0.014581196010112762, -0.009904996491968632, -0.016650473698973656, -0.019289838150143623, -0.005173298064619303, 0.04034425690770149, -0.06160545349121094, 0.011923331767320633, 0.04453558102250099, -0.032146912068128586, 0.0400167815387249, -0.05197913944721222, -0.02371578849852085, 0.019008396193385124, -0.026420651003718376, -0.019831104204058647, 0.028082581236958504, -0.00935636181384325, -0.010236470028758049, -0.037191323935985565, -0.04377549886703491, -0.010166076011955738, 0.07714816927909851, -0.0015803597634658217, -0.024620933458209038, -0.043297916650772095, 0.01790013536810875, 0.04248255863785744, 0.04907926544547081, 0.008213064633309841, 0.028802478685975075, 0.05444252863526344, 0.024958930909633636, -0.03334902226924896, 0.06164242699742317, 0.02023620717227459, -0.03910278528928757, -0.03463028743863106, 0.0050980523228645325, 0.02027043141424656, -0.03180316835641861, 0.0010883545037359, 0.04551102593541145, 0.007935667410492897, -0.01696259155869484, 0.0005226189969107509, 0.041461434215307236, -0.014983764849603176, 0.014413358643651009, -0.019633522257208824, -0.020537778735160828, 0.01040265429764986, 0.061790354549884796, -0.004610248375684023, -0.007985603995621204, -0.022555721923708916, -0.04096382483839989, 0.004841603338718414, 0.04067575931549072, 0.017288200557231903, 0.0038382697384804487, 0.01642501726746559, 0.09613509476184845, -0.05143585801124573, 0.013644262216985226, -0.03977834805846214, -0.05549312382936478, -0.0016714875819161534, 0.02914487197995186, 0.025215519592165947, 0.054206907749176025, 0.011334061622619629, -0.05158727243542671, 0.020852917805314064, 0.07015260308980942, 0.033103182911872864, 0.020630856975913048, -0.043597981333732605, -0.005749584641307592, 0.07007948309183121, 0.03577786311507225, -0.03652573749423027, -0.049254804849624634, 0.014947458170354366, 0.03061254508793354, -0.035910747945308685, -0.020828649401664734, -0.00823057908564806, 0.0184327382594347, -0.03703468292951584, -0.06765226274728775, 0.05811792239546776, 0.013587001711130142, -0.01177262607961893, 0.026235653087496758, -0.010254080407321453, 0.0020971931517124176, 0.03894238919019699, 0.008299699053168297, 0.001339948270469904, -0.03840142488479614, 0.022987419739365578, -0.011951242573559284, 0.06756831705570221, -0.06954212486743927, 0.016392432153224945, -0.015550905838608742, 0.02509067952632904, 0.05525568500161171, -0.042622312903404236, 0.009613011963665485, 0.05776900053024292, 0.014998289756476879, -0.01097098272293806, 0.0048587145283818245, -0.004618658218532801, 0.01250391360372305, 0.05139704421162605, -0.010583567433059216, 0.06197480112314224, -0.03387284651398659, 0.04509992524981499, 0.05481848865747452, 0.010600429028272629, -0.013207010924816132, 0.022488433867692947, 0.0606180801987648, 0.010818427428603172, -0.020966418087482452, 0.04793677106499672, -0.034044891595840454, 0.021950623020529747, -0.039265651255846024, 0.012787078507244587, 0.0062188333831727505, -0.02271532267332077, 0.010461400263011456, 0.003889349987730384, -0.025899849832057953, 0.014225267805159092, -0.01408397313207388, -0.02492957003414631, 0.07014638930559158, -0.012913367711007595, 0.0042486004531383514, 0.009512433782219887, -0.003296243492513895, 0.04033424332737923, -0.035369373857975006, -0.0682898536324501, -0.01275647059082985, -0.026163533329963684, -0.004660802893340588, -0.06629712134599686, -0.052733879536390305, -0.029173346236348152, -0.0009053968242369592, 0.04838434234261513, 0.017746293917298317, 0.0033295932225883007, -0.027448154985904694, 0.02246536687016487, -0.03277711570262909, -0.03829972818493843, -0.0466143898665905, -0.04831434413790703, -0.030577676370739937, -0.07312978804111481, 0.034957077354192734, 0.0557076595723629, 0.03667735680937767, 0.026785066351294518, 0.020893827080726624, -0.025936968624591827, -0.003278828924521804, 0.04916122183203697, 0.015143504366278648, -0.00814814493060112, -0.026041824370622635, 0.03771103918552399, -0.01123425830155611, -0.0026871829759329557, 0.007597540505230427, -0.03414285182952881, 0.07853630930185318, 0.0674472227692604, 0.032294485718011856, -0.014592141844332218, -0.018770812079310417, -0.035660505294799805, -0.02031710371375084, -0.02813158743083477, -0.021956058219075203, -0.005818524863570929, -0.05125487968325615, -0.03290758654475212, -0.024323156103491783, -0.02653690241277218, 0.0043580736964941025, -0.009057675488293171, 0.030948080122470856, 0.06288449466228485, 0.03316713124513626, 0.025582633912563324, 0.04124981537461281, -0.04364363104104996, -0.03262392431497574, 0.07653515785932541, -0.014152939431369305, 0.0058015454560518265, -0.0550110787153244, -0.024433137848973274, 0.040142402052879333, -0.02631201222538948, 0.02108266018331051, -0.006063646171241999, 0.09672444313764572, 0.01819990575313568, 0.0015983751509338617, 0.026177018880844116, -0.008217652328312397, -0.053350746631622314, -0.004612289369106293, -0.024134179577231407, -0.03222891315817833, -0.03782439976930618, -0.01783660613000393, 0.013044980354607105, 0.051245737820863724, -0.05834947153925896, -0.035798680037260056, -0.04213077202439308, 0.04729783162474632, 0.02655976638197899, 0.014200699515640736, -0.05099356174468994, -0.001571464235894382, -0.040390580892562866, -0.03066839650273323, 0.011165454052388668, 0.012082202360033989, 0.017610378563404083, 0.029405958950519562, 0.038464102894067764, -0.05661062151193619, 0.043765559792518616, 0.030302533879876137, 0.077141672372818, 0.0332680307328701, -0.04911234974861145, 0.008382008410990238, -0.02329852059483528, 0.019617844372987747, -0.0086993258446455, -0.014780901372432709, -0.032819442451000214, -0.11870291829109192, 0.0012379010440781713, 0.015080509707331657, -0.03234256058931351, -0.0014310033293440938, 0.0324762761592865, -0.03881033882498741, 0.0074094366282224655, -0.009736431762576103, 0.005679239984601736, 0.046024441719055176, -0.05938988924026489, 0.03961637616157532, -0.0022531759459525347, 0.025038423016667366, -0.03271464258432388, 0.028366781771183014, -0.01585806906223297, 0.009159528650343418, -0.022865036502480507, 0.0455748476088047, 0.013067553751170635, 0.05439946427941322, 0.0785270407795906, 0.02479260414838791, -0.039821807295084, 0.04765794053673744, 0.023134460672736168, -0.04337834194302559, -0.0586128756403923, -0.0018385257571935654, -0.0025993811432272196, -0.03525359928607941, 0.0149266067892313, -0.030212461948394775, 0.009002660401165485, 0.01237555593252182, -0.002959895646199584, -0.029063399881124496, -0.004601465072482824, -0.034645166248083115, -0.056100763380527496, -0.03531506657600403, -0.03818150609731674, -0.007229034323245287, -0.014586756937205791, 0.027695516124367714, 0.04528464376926422, 0.005341060925275087, 0.050871167331933975, 0.047350816428661346, -0.016902349889278412, -0.03509323298931122, 0.002074368530884385, 0.014920035377144814, -0.026043443009257317, -0.07174456119537354, -0.04457681626081467, 0.06352853029966354, 0.02721290849149227, -0.01907469518482685, -0.0813228040933609, 0.04435385763645172, 0.07013121992349625, -0.022858943790197372, 0.059046562761068344, 0.005252399016171694, 0.050092291086912155, 0.03930208086967468, -0.04883403331041336, 0.014268802478909492, -0.04670359194278717, 0.011480809189379215, -0.011980456300079823, 0.023609114810824394, -0.006115535274147987, -0.03815515711903572, -0.02780209109187126, 0.03751828521490097, 0.01880025491118431, 0.07425976544618607, 0.031576234847307205, -0.033576849848032, -0.07057655602693558, -0.013217007741332054, 0.015060395933687687, -0.07738944888114929, -0.0014223173493519425, 0.02057601325213909, 0.05568278953433037, -0.04823373258113861, -0.04274611175060272, -0.01333445031195879, -0.004937315825372934, 0.04070473462343216, 0.009471364319324493, -0.030313415452837944, -0.028738373890519142, 0.0329592265188694, -0.02881762385368347, -0.03705119341611862, -0.053978826850652695, 0.04458994418382645, -0.01605360209941864, 0.009172999300062656, 0.044658977538347244, 0.04213525727391243, 0.045965783298015594, 0.05211982876062393, -0.01347503624856472, 0.008771887049078941, -0.03287665545940399, 0.01974140852689743, -0.03199395537376404, -0.01646321266889572, -0.004010625649243593, -0.06350049376487732, -0.0059014661237597466, -0.03157582879066467, -0.050434552133083344, -0.06101543456315994, -0.011013772338628769, 0.04360857978463173, -0.017122216522693634, -0.008669747970998287, -0.003293799702078104, 0.004115118179470301, -0.02418895997107029, -0.02153099700808525, -0.024173520505428314, -0.019431231543421745, -0.06826085597276688, -0.054123200476169586, 0.021724941208958626, 0.00670165428891778, 0.0436432883143425, 0.016747791320085526, 0.025212585926055908, 0.0031572822481393814, -0.006132874637842178, -0.018008818849921227, 0.03325321525335312, 0.012199231423437595, -0.04228946939110756, -0.012151984497904778, 0.012932656332850456, 0.0118663739413023, 0.0629412904381752, -0.022815776988863945, 0.03341815620660782, 0.047325827181339264, -0.03895682469010353, -0.005493638105690479, 0.013654719106853008, 0.023913994431495667, -0.048823416233062744, -0.0672282949090004, -0.014247080311179161, -0.053570251911878586, 0.03163895756006241, -0.019351167604327202, -0.01688651740550995, 0.0033264083322137594, 0.011308999732136726, 0.05416715517640114, -0.0023182681761682034, -0.035593729466199875, 0.01091106329113245, 0.00012014481762889773, 0.014413070864975452, -0.07212190330028534, 0.051019806414842606, -0.039716511964797974, 0.0006650735740549862, -0.003727768547832966, -0.02092690020799637, -0.03632432222366333, 0.04442061111330986, -0.004128766246140003, -0.01434558629989624, -0.01987948827445507, 0.01893777586519718, -0.02000066079199314, 0.016400732100009918, -0.022879596799612045, 0.01165451668202877, -0.006319274194538593, 0.0389147512614727, -0.06510177254676819, 0.010584745556116104, -0.00734352832660079, -0.004172636661678553, -0.01274065114557743, -0.028787784278392792, -0.016301751136779785, -0.05133044719696045, 0.014415636658668518, 0.048608191311359406, 0.002012680284678936, 0.02055950276553631, -0.03757517784833908, -0.002311956137418747, 0.0453806146979332, -0.07058309763669968, -0.01696496643126011, -0.002470344305038452, -0.013405362144112587, -0.013508457690477371, 0.061952028423547745, 0.04467232525348663, -0.04431278258562088, -0.046562403440475464, 0.04291451349854469, -0.0027490067295730114, 0.011774075217545033, -0.0018536627758294344, 0.05000847205519676, 0.048301830887794495, 0.051476676017045975, -0.047727201133966446, 0.021652817726135254, -0.006468299310654402, -0.03772175312042236, 0.003386740805581212, -0.015668043866753578, 0.0364496074616909, 0.01364874467253685, -0.033294517546892166, -0.01855599693953991, 0.07918060570955276, 0.044802550226449966, 0.01073336973786354, -0.03749452903866768, -0.029173269867897034, 0.013868434354662895, -0.00009578165190760046, -0.053279563784599304, 0.007500957697629929, 0.012500953860580921, -0.041950225830078125, 0.06748011708259583, -0.03293200954794884, -0.0015929522924125195, 0.03618640825152397, 0.019981883466243744, -0.0011970704654231668, 0.028943492099642754, -0.008957931771874428, 0.020058700814843178, 0.03932592645287514, -0.06893850862979889, 0.01203884370625019, -0.025813773274421692, 0.04464775696396828, -0.06759007275104523, 0.0414297990500927, 0.04275165870785713, 0.03310016542673111, 0.019175885245203972, -0.013202168978750706, -0.03462850674986839, 0.034464575350284576, -0.05584366247057915, 0.07643388211727142, 0.0065908897668123245, -0.0935017392039299, 0.0826277956366539, 0.056360114365816116, -0.0867585688829422, 0.042763616889715195, 0.042949967086315155, 0.018958162516355515, 0.04114814102649689, 0.04367610439658165, -0.032970160245895386, 0.03323308750987053, -0.026944901794195175, 0.07308383285999298, -0.05728994682431221, -0.00965135172009468, 0.0033097045961767435, -0.02804463729262352, -0.014236782677471638, 0.04709150642156601, -0.04022778570652008, -0.02227550931274891, 0.003294971538707614, -0.06427726149559021, -0.044465385377407074, 0.003561205230653286, 0.03410206362605095, -0.005691881291568279, 0.01942160166800022, -0.01622358150780201, 0.028452301397919655, 0.03270236775279045, 0.00018161509069614112, -0.02979906089603901, 0.011778290383517742, 0.02097032219171524, -0.09104317426681519, -0.012177245691418648, 0.02852703630924225, 0.01849348098039627, -0.012370013631880283, 0.0012893715174868703, 0.019507350400090218, 0.03863493725657463, 0.013253755867481232, 0.005192539654672146, -0.004934905096888542, -0.06108685955405235, -0.016555937007069588, 0.02684939093887806, 0.019397180527448654, 0.023212434723973274, -0.006190534681081772, 0.05336309224367142, 0.03039919212460518, 0.04190415143966675, -0.009666546247899532, 0.029869532212615013, -0.00796724297106266, 0.03160843625664711, -0.05771847069263458, 0.015756279230117798, 0.0018532020039856434, -0.055210012942552567, -0.039837807416915894, -0.007434743922203779, 0.011121056042611599, 0.022669216617941856, -0.02570328302681446, -0.014813057146966457, 0.03405560553073883, -0.02360607497394085, -0.041921425610780716, -0.08566293865442276, -0.03348519653081894, -0.03421054035425186, 0.01707325130701065, 0.03215920552611351, -0.06556927412748337, -0.00009841800783760846, -0.04558742046356201, -0.05192241817712784, 0.027849320322275162, 0.01011713594198227, -0.021679475903511047, 0.047346580773591995, 0.06007822975516319, -0.06874426454305649, 0.029238102957606316, 0.007176198065280914, 0.001174860168248415, 0.012499555945396423, -0.02206585183739662, 0.028227634727954865, 0.039725251495838165, 0.04451135918498039, 0.000585466215852648, -0.02720535732805729, -0.0171101875603199, -0.010771399363875389, -0.005262102000415325, 0.0078001469373703, 0.06622694432735443 ]
AmirHussein/test
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
2021-12-10T23:04:04Z
--- tags: - spacy - token-classification language: - ro license: cc-by-sa-4.0 model-index: - name: ro_udv25_romaniannonstandard_trf results: - task: name: TAG type: token-classification metrics: - name: TAG (XPOS) Accuracy type: accuracy value: 0.9385375334 - task: name: POS type: token-classification metrics: - name: POS (UPOS) Accuracy type: accuracy value: 0.9765972953 - task: name: MORPH type: token-classification metrics: - name: Morph (UFeats) Accuracy type: accuracy value: 0.9364320998 - task: name: LEMMA type: token-classification metrics: - name: Lemma Accuracy type: accuracy value: 0.9399476397 - task: name: UNLABELED_DEPENDENCIES type: token-classification metrics: - name: Unlabeled Attachment Score (UAS) type: f_score value: 0.9256250793 - task: name: LABELED_DEPENDENCIES type: token-classification metrics: - name: Labeled Attachment Score (LAS) type: f_score value: 0.8749206752 - task: name: SENTS type: token-classification metrics: - name: Sentences F-Score type: f_score value: 0.9699570815 --- UD v2.5 benchmarking pipeline for UD_Romanian-Nonstandard | Feature | Description | | --- | --- | | **Name** | `ro_udv25_romaniannonstandard_trf` | | **Version** | `0.0.1` | | **spaCy** | `>=3.2.1,<3.3.0` | | **Default Pipeline** | `experimental_char_ner_tokenizer`, `transformer`, `tagger`, `morphologizer`, `parser`, `experimental_edit_tree_lemmatizer` | | **Components** | `experimental_char_ner_tokenizer`, `transformer`, `senter`, `tagger`, `morphologizer`, `parser`, `experimental_edit_tree_lemmatizer` | | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) | | **Sources** | [Universal Dependencies v2.5](https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3105) (Zeman, Daniel; et al.) | | **License** | `CC BY-SA 4.0` | | **Author** | [Explosion](https://explosion.ai) | ### Label Scheme <details> <summary>View label scheme (7445 labels for 6 components)</summary> | Component | Labels | | --- | --- | | **`experimental_char_ner_tokenizer`** | `TOKEN` | | **`senter`** | `I`, `S` | | **`tagger`** | `AdpType=Prep\|Case=Acc`, `Afp`, `Afpf--n`, `Afpfp-n`, `Afpfpon`, `Afpfpoy`, `Afpfprn`, `Afpfpry`, `Afpfson`, `Afpfsoy`, `Afpfsrn`, `Afpfsry`, `Afpmp-n`, `Afpmpoy`, `Afpmprn`, `Afpmpry`, `Afpmpvy`, `Afpms-n`, `Afpmsoy`, `Afpmsrn`, `Afpmsry`, `Afpmsvn`, `Afpmsvy`, `COLON`, `COMMA`, `Cccsp`, `Cccsz`, `Ccssp`, `Ccssz`, `Cscsp`, `Csssp`, `DASH`, `DBLQ`, `Dd3-po---e`, `Dd3-po---o`, `Dd3fpo`, `Dd3fpr`, `Dd3fpr---e`, `Dd3fpr---o`, `Dd3fso`, `Dd3fso---e`, `Dd3fso---o`, `Dd3fsr`, `Dd3fsr---e`, `Dd3fsr---o`, `Dd3mpo`, `Dd3mpr`, `Dd3mpr---e`, `Dd3mpr---o`, `Dd3mso`, `Dd3mso---e`, `Dd3mso---o`, `Dd3msr`, `Dd3msr---e`, `Dd3msr---o`, `Dh1mp`, `Dh1ms`, `Dh2mp`, `Dh2ms`, `Dh3fp`, `Dh3mp`, `Dh3ms`, `Di3--r`, `Di3-po`, `Di3-sr`, `Di3fp`, `Di3fpo`, `Di3fpr`, `Di3fso`, `Di3fsr`, `Di3mpr`, `Di3mso`, `Di3msr`, `Ds1fp-p`, `Ds1fp-s`, `Ds1fsop`, `Ds1fsos`, `Ds1fsrp`, `Ds1fsrs`, `Ds1mp-p`, `Ds1mp-s`, `Ds1ms-p`, `Ds1ms-s`, `Ds2fp-p`, `Ds2fp-s`, `Ds2fsop`, `Ds2fsos`, `Ds2fsrp`, `Ds2fsrs`, `Ds2mp-p`, `Ds2mp-s`, `Ds2ms-p`, `Ds2ms-s`, `Ds3fp-s`, `Ds3fsos`, `Ds3fsrs`, `Ds3mp-s`, `Ds3ms-s`, `Dw3--r`, `Dw3-po`, `Dw3fpr`, `Dw3fso`, `Dw3fsr`, `Dw3mpr`, `Dw3mso`, `Dw3msr`, `Dz3fpr`, `Dz3fsr`, `Dz3msr`, `EXCL`, `EXCLHELLIP`, `HELLIP`, `I`, `LPAR`, `M`, `Mc-p-l`, `Mcfp-l`, `Mcfpol`, `Mcfprln`, `Mcfsoln`, `Mcfsoly`, `Mcfsrln`, `Mcfsrly`, `Mcmp-l`, `Mcms-ln`, `Mcmsoly`, `Mcmsrl`, `Mcmsrly`, `Mffsrln`, `Ml-po`, `Mlfpr`, `Mlmpr`, `Mmfpr-n`, `Mmmpr-n`, `Mmmsr-n`, `Mo---l`, `Mo---ln`, `Mo-s-r`, `Mofprln`, `Mofprly`, `Mofs-l`, `Mofs-ly`, `Mofsrln`, `Mofsrly`, `Momp-ln`, `Moms-l`, `Moms-ln`, `Momsoly`, `Momsrly`, `Ncfpoy`, `Ncfprn`, `Ncfpry`, `Ncfpvy`, `Ncfson`, `Ncfsoy`, `Ncfsrn`, `Ncfsry`, `Ncfsvn`, `Ncfsvy`, `Ncmpoy`, `Ncmprn`, `Ncmpry`, `Ncmpvy`, `Ncmson`, `Ncmsoy`, `Ncmsrn`, `Ncmsry`, `Ncmsvn`, `Ncmsvy`, `Ncnsrn`, `Np`, `Npfpoy`, `Npfprn`, `Npfpry`, `Npfsoy`, `Npfsrn`, `Npfsry`, `Npfsvn`, `Npmpoy`, `Npmprn`, `Npmpry`, `Npmsoy`, `Npmsrn`, `Npmsry`, `Npmsvn`, `Npmsvy`, `PERIOD`, `Pd3-po`, `Pd3-po---o`, `Pd3fpo`, `Pd3fpr`, `Pd3fso`, `Pd3fsr`, `Pd3mpo`, `Pd3mpr`, `Pd3mso`, `Pd3msr`, `Ph1mp`, `Ph1ms`, `Ph2mp`, `Ph2ms`, `Ph3--r`, `Ph3fp`, `Ph3fsr`, `Ph3mp`, `Ph3mpo`, `Ph3mpr`, `Ph3ms`, `Ph3mso`, `Pi3--r`, `Pi3-po`, `Pi3-so`, `Pi3-sr`, `Pi3fpo`, `Pi3fpr`, `Pi3fso`, `Pi3fsr`, `Pi3mpo`, `Pi3mpr`, `Pi3mpry`, `Pi3mso`, `Pi3msr`, `Pi3msry`, `Pp1-pa--------s`, `Pp1-pa--------w`, `Pp1-pd--------s`, `Pp1-pd--------w`, `Pp1-pr`, `Pp1-sa--------s`, `Pp1-sa--------w`, `Pp1-sd--------s`, `Pp1-sd--------w`, `Pp1-sr`, `Pp2-pa--------s`, `Pp2-pa--------w`, `Pp2-pd--------s`, `Pp2-pd--------w`, `Pp2-po`, `Pp2-pr`, `Pp2-sa--------s`, `Pp2-sa--------w`, `Pp2-sd--------s`, `Pp2-sd--------w`, `Pp2-so`, `Pp2-sr`, `Pp3-pd--------s`, `Pp3-pd--------w`, `Pp3-po`, `Pp3-pr`, `Pp3-sd--------w`, `Pp3-so`, `Pp3fpa--------s`, `Pp3fpa--------w`, `Pp3fpr`, `Pp3fsa--------s`, `Pp3fsa--------w`, `Pp3fsd--------s`, `Pp3fso`, `Pp3fsoy`, `Pp3fsr`, `Pp3mpa--------s`, `Pp3mpa--------w`, `Pp3mpo`, `Pp3mpr`, `Pp3msa--------s`, `Pp3msa--------w`, `Pp3msd--------s`, `Pp3mso`, `Pp3msr`, `Pp3msry`, `Ps1fp-p`, `Ps1fp-s`, `Ps1fsrp`, `Ps1fsrs`, `Ps1mp-p`, `Ps1ms-p`, `Ps1ms-s`, `Ps2fp-p`, `Ps2fp-s`, `Ps2fsrp`, `Ps2fsrs`, `Ps2mp-s`, `Ps2ms-p`, `Ps2ms-s`, `Ps3fp-s`, `Ps3fsrs`, `Ps3mp-s`, `Ps3ms-s`, `Pw3--r`, `Pw3-po`, `Pw3-pr`, `Pw3-pry`, `Pw3-so`, `Pw3fpr`, `Pw3fpry`, `Pw3fso`, `Pw3fsr`, `Pw3fsry`, `Pw3mpr`, `Pw3mpry`, `Pw3mso`, `Pw3msr`, `Pw3msry`, `Px3--a--------s`, `Px3--a--------w`, `Px3--d--------s`, `Px3--d--------w`, `Px3--d-------w`, `Pz3-so`, `Pz3-sr`, `Pz3fsr`, `Pz3mso`, `Pz3msr`, `QUEST`, `QUOT`, `Qn`, `Qs`, `Qz`, `RPAR`, `Rg`, `Ri`, `Rw`, `Rz`, `SCOLON`, `Sp`, `Spca`, `Spcg`, `Spsa`, `Spsd`, `Spsg`, `TILDA`, `Td-po`, `Tdfpr`, `Tdfso`, `Tdfsr`, `Tdmpr`, `Tdmso`, `Tdmsr`, `Tf-so`, `Tffsr`, `Tfmso`, `Tfmsr`, `Ti-po`, `Ti-pr`, `Tifso`, `Tifsr`, `Timso`, `Timsr`, `Tsfpr`, `Tsfso`, `Tsfsr`, `Tsmpr`, `Tsmsr`, `Vag-----p`, `Vag-----z`, `Vaii1p`, `Vaii1s`, `Vaii2p`, `Vaii2s`, `Vaii3p`, `Vaii3s`, `Vail3s`, `Vaip1p`, `Vaip1s`, `Vaip2p`, `Vaip2s`, `Vaip3`, `Vaip3p`, `Vaip3s`, `Vais1p`, `Vais1s`, `Vais2p`, `Vais2s`, `Vais3p`, `Vais3s`, `Vam-2p`, `Vam-2p---l`, `Vam-2s--p`, `Vam-2s--z`, `Vam-2s-p`, `Vam-2s-z`, `Vamip3p`, `Vamip3s`, `Vamn`, `Vamsp3`, `Van`, `Van------l`, `Vap`, `Vap--sm-p`, `Vasp1p`, `Vasp1s`, `Vasp2p`, `Vasp2s`, `Vasp3`, `Vasp3s`, `Vmg-----p`, `Vmg-----z`, `Vmii1p`, `Vmii1s`, `Vmii2p`, `Vmii2s`, `Vmii3p`, `Vmii3s`, `Vmil1s`, `Vmil2p`, `Vmil2s`, `Vmil3p`, `Vmil3s`, `Vmip1p`, `Vmip1s`, `Vmip2p`, `Vmip2s`, `Vmip3`, `Vmip3p`, `Vmip3s`, `Vmis1p`, `Vmis1s`, `Vmis2p`, `Vmis2s`, `Vmis3p`, `Vmis3s`, `Vmm-2p`, `Vmm-2p---l`, `Vmm-2s--p`, `Vmm-2s--z`, `Vmn`, `Vmn------l`, `Vmp`, `Vmp--pf-p`, `Vmp--pf-z`, `Vmp--pm-p`, `Vmp--pm-z`, `Vmp--sf-p--o`, `Vmp--sf-p--r`, `Vmp--sf-z--r`, `Vmp--sm-p`, `Vmp--sm-z`, `Vmsp1p`, `Vmsp1s`, `Vmsp2p`, `Vmsp2s`, `Vmsp3`, `Vmsp3s`, `X`, `Y` | | **`morphologizer`** | `AdpType=Prep\|Case=Acc\|POS=ADP`, `Case=Acc,Nom\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Acc,Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=NOUN`, `POS=PUNCT`, `Case=Acc,Nom\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Int,Rel`, `POS=ADV\|PronType=Int,Rel`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Weak`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `POS=ADV`, `Case=Acc,Nom\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres`, `Case=Acc,Nom\|Gender=Fem\|Number=Plur\|POS=DET\|Person=3\|PronType=Ind`, `Case=Acc,Nom\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Acc,Nom\|POS=PRON\|Person=3\|PronType=Int,Rel`, `POS=CCONJ\|Polarity=Pos`, `Compound=Yes\|POS=SCONJ\|Polarity=Pos`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Weak`, `Case=Acc,Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Acc,Nom\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc,Nom\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat,Gen\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=NOUN`, `POS=PART\|PartType=Sub`, `Mood=Sub\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc,Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Dem`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Strong`, `POS=VERB\|VerbForm=Inf`, `Case=Acc,Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=NOUN`, `POS=ADV\|Polarity=Neg`, `Case=Dat,Gen\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Acc,Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Weak`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=DET\|Person=3\|Position=Prenom\|PronType=Dem`, `POS=AUX\|Polarity=Pos\|VerbForm=Ger`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `POS=VERB\|Polarity=Pos\|VerbForm=Ger`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Strong`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Imp`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Strong`, `Case=Voc\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=NOUN`, `POS=INTJ`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `POS=SCONJ\|Polarity=Pos`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Dat,Gen\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Mood=Imp\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Pos\|VerbForm=Fin`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs\|Strength=Weak`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=2\|Tense=Pres`, `Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|VerbForm=Part`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Acc,Nom\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `AdpType=Prep\|Case=Acc\|Compound=Yes\|POS=ADP`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Acc,Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Acc,Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Dat,Gen\|Definite=Def\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc,Nom\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Acc,Nom\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Acc,Nom\|Number=Sing\|POS=PRON\|Person=3\|PronType=Neg`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=DET\|Person=3\|PronType=Ind`, `Case=Acc,Nom\|POS=DET\|Person=3\|PronType=Int,Rel`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs\|Strength=Strong`, `Case=Voc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Acc,Nom\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Dat,Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Strength=Weak`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Weak`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs\|Strength=Weak`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Strength=Weak`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Pres`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Weak`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Strong`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=DET\|Person=3\|PronType=Ind`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs\|Strength=Strong`, `Case=Acc,Nom\|Gender=Fem\|Number=Plur\|POS=DET\|Person=3\|Position=Postnom\|PronType=Dem`, `Case=Acc,Nom\|Definite=Ind\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Acc,Nom\|Definite=Ind\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Dem`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres`, `POS=AUX\|VerbForm=Part`, `POS=VERB\|VerbForm=Part`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pqp\|VerbForm=Fin`, `POS=PART\|PartType=Inf`, `Case=Dat,Gen\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|VerbForm=Part`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=2\|PronType=Prs`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Art`, `Gender=Masc\|Number=Plur\|Number[psor]=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Acc,Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Int,Rel`, `NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Art`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Strong`, `Mood=Sub\|POS=AUX\|Person=3\|Tense=Pres`, `Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Dat\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Weak`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Fem\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=1\|PronType=Prs`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Strength=Strong`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Weak`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Int,Rel`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|VerbForm=Part`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Strong`, `Mood=Imp\|Number=Sing\|POS=AUX\|Person=2\|Polarity=Pos`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=DET\|Person=3\|Position=Prenom\|PronType=Dem`, `Case=Dat,Gen\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Strong`, `Case=Acc,Nom\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Int,Rel`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs\|Strength=Strong`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|PronType=Prs`, `Case=Dat,Gen\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Dat,Gen\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=PROPN`, `NumForm=Digit\|POS=NUM`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Case=Dat,Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|VerbForm=Part`, `POS=PROPN`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=DET\|Person=3\|PronType=Neg`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Acc,Nom\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Compound=Yes\|POS=CCONJ\|Polarity=Neg`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=2\|VerbForm=Fin`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs\|Strength=Strong`, `Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=2\|PronType=Prs`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs\|Strength=Strong`, `POS=AUX\|VerbForm=Inf`, `AdpType=Prep\|Case=Gen\|Compound=Yes\|POS=ADP`, `Case=Dat,Gen\|Gender=Masc\|Number=Sing\|POS=DET\|Person=3\|Position=Postnom\|PronType=Dem`, `Case=Nom\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|PronType=Prs`, `Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=2\|PronType=Prs`, `Case=Acc,Nom\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Int,Rel`, `Gender=Masc\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|PronType=Prs`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat,Gen\|Number=Plur\|POS=PRON\|Person=3\|PronType=Dem`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=2\|Tense=Pres`, `Case=Acc,Nom\|Definite=Ind\|Gender=Fem\|NumForm=Word\|NumType=Frac\|Number=Sing\|POS=NUM`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat,Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Acc,Nom\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Gender=Masc\|Number=Plur\|POS=DET\|Person=2\|PronType=Emp`, `Case=Acc,Nom\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Acc,Nom\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `POS=VERB\|Polarity=Neg\|VerbForm=Ger`, `Case=Acc,Nom\|Gender=Fem\|Number=Plur\|POS=DET\|Person=3\|PronType=Int,Rel`, `Case=Dat,Gen\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Emp`, `Gender=Masc\|Number=Sing\|POS=DET\|Person=3\|PronType=Emp`, `Gender=Fem\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Weak`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=2\|Variant=Long\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Emp`, `Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Neg\|VerbForm=Part`, `Gender=Masc\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=2\|PronType=Prs`, `Case=Voc\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=DET\|Person=3\|Position=Prenom\|PronType=Dem`, `Case=Acc,Nom\|Definite=Def\|Number=Plur\|POS=PRON\|Person=3\|PronType=Int,Rel`, `Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|VerbForm=Part`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Dat,Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=DET\|Person=3\|PronType=Int,Rel`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Neg`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|PronType=Prs`, `Mood=Sub\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs\|Strength=Weak`, `Case=Acc,Nom\|Gender=Fem\|Number=Plur\|POS=DET\|Person=3\|Position=Prenom\|PronType=Dem`, `Case=Dat,Gen\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Case=Voc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Gender=Fem\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|PronType=Prs`, `Case=Acc,Nom\|Gender=Fem\|Number=Plur\|POS=DET\|Person=3\|PronType=Dem`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=DET\|Person=3\|PronType=Dem`, `Compound=Yes\|POS=CCONJ\|Polarity=Pos`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=DET\|Person=3\|Position=Postnom\|PronType=Dem`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|POS=DET\|Person=3\|Position=Postnom\|PronType=Dem`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Dat,Gen\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Dat,Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Acc,Nom\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Voc\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Acc,Nom\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Art`, `Case=Dat\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Strong`, `Case=Dat,Gen\|Number=Sing\|POS=PRON\|Person=3\|PronType=Int,Rel`, `Case=Acc,Nom\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=NOUN`, `AdpType=Prep\|Case=Gen\|POS=ADP`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Past`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Int,Rel`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs\|Strength=Strong`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=1\|PronType=Prs`, `Case=Dat,Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Neg`, `Gender=Masc\|Number=Plur\|POS=PRON\|Person=2\|PronType=Emp`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Past`, `Case=Nom\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Past`, `Case=Dat,Gen\|Number=Plur\|POS=DET\|Person=3\|PronType=Ind`, `Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Acc,Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Neg\|VerbForm=Part`, `Case=Acc,Nom\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=NUM\|PronType=Tot`, `Case=Acc,Nom\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Acc,Nom\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Gender=Masc\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=1\|PronType=Prs`, `POS=VERB\|Variant=Long\|VerbForm=Inf`, `Definite=Ind\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Dat,Gen\|Gender=Masc\|Number=Plur\|POS=DET\|Person=3\|PronType=Dem`, `AdpType=Prep\|Case=Dat\|POS=ADP`, `Case=Dat,Gen\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs\|Strength=Weak`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs\|Strength=Weak`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Strength=Strong`, `Case=Acc,Nom\|Definite=Def\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Acc,Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|PronType=Prs`, `Case=Dat,Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Dem`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Past\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=2\|PronType=Prs`, `Compound=Yes\|POS=ADV\|Polarity=Neg`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Art`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Gender=Masc\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=1\|PronType=Prs`, `Case=Dat,Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Int,Rel`, `Case=Dat,Gen\|NumType=Card\|Number=Plur\|POS=NUM\|PronType=Tot`, `Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Definite=Ind\|NumForm=Word\|NumType=Ord\|POS=NUM`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|POS=DET\|Person=3\|PronType=Ind`, `Gender=Fem\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=2\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Imp\|VerbForm=Fin`, `Case=Acc,Nom\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `POS=AUX\|Variant=Long\|VerbForm=Inf`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=DET\|Person=3\|PronType=Dem`, `Case=Dat,Gen\|Definite=Ind\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Dat,Gen\|Gender=Fem\|Number=Plur\|POS=DET\|Person=3\|PronType=Ind`, `Case=Dat,Gen\|Gender=Masc\|Number=Sing\|POS=DET\|Person=3\|PronType=Dem`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=DET\|Person=3\|Position=Postnom\|PronType=Dem`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=2\|Tense=Past\|VerbForm=Fin`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=DET\|Person=3\|PronType=Dem`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Neg\|VerbForm=Part`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Imp\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Strength=Strong`, `POS=X`, `Case=Dat,Gen\|Number=Plur\|POS=DET\|Person=3\|Position=Prenom\|PronType=Dem`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Mood=Imp\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Neg\|VerbForm=Fin`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=2\|PronType=Prs`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|PronType=Prs`, `Case=Dat,Gen\|Number=Plur\|POS=DET\|Person=3\|Position=Postnom\|PronType=Dem`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs\|Strength=Weak`, `Case=Dat,Gen\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|PronType=Prs`, `Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=1\|PronType=Prs`, `Case=Acc,Nom\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=NUM`, `Gender=Masc\|Number=Sing\|POS=PRON\|Person=2\|PronType=Emp`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc,Nom\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=NUM\|PronType=Tot`, `Case=Acc,Nom\|Number=Plur\|POS=DET\|PronType=Ind`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|VerbForm=Part`, `Case=Acc,Nom\|Definite=Ind\|Gender=Fem\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Dat,Gen\|Number=Plur\|POS=PRON\|Person=3\|PronType=Int,Rel`, `Gender=Masc\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=2\|PronType=Prs`, `Gender=Fem\|Number=Plur\|Number[psor]=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc,Nom\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Mood=Imp\|Number=Plur\|POS=AUX\|Person=2`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|POS=DET\|Person=3\|PronType=Dem`, `Case=Dat,Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `POS=AUX\|Polarity=Neg\|VerbForm=Ger`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Dat,Gen\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres`, `Case=Acc,Nom\|POS=DET\|Person=3\|PronType=Ind`, `Case=Voc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Dat,Gen\|Number=Sing\|POS=PRON\|Person=3\|PronType=Neg`, `POS=CCONJ\|Polarity=Neg`, `Case=Dat,Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Voc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Acc,Nom\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Dat,Gen\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=DET\|Person=3\|Position=Postnom\|PronType=Dem`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|Polite=Form\|PronType=Prs`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|POS=DET\|Person=3\|Position=Prenom\|PronType=Dem`, `Case=Acc,Nom\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Acc,Nom\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc,Nom\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=2\|Tense=Past`, `Gender=Masc\|Number=Sing\|POS=AUX\|Polarity=Pos\|VerbForm=Part`, `Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Emp`, `Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Int,Rel`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|Position=Postnom\|PronType=Dem`, `Case=Voc\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Acc,Nom\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Acc,Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Voc\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `POS=PRON\|Polarity=Pos`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Emp`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Case=Acc,Nom\|Number=Sing\|POS=DET\|Person=3\|PronType=Ind`, `Case=Dat,Gen\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=DET\|Person=2\|PronType=Emp`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=2\|Tense=Imp`, `Case=Dat,Gen\|Number=Plur\|POS=PRON\|Person=3\|Position=Postnom\|PronType=Dem`, `Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc,Nom\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=2\|Tense=Pres`, `Case=Acc,Nom\|Number=Plur\|POS=PRON\|Person=3\|PronType=Int,Rel`, `Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Emp`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres`, `Gender=Masc\|Number=Plur\|POS=DET\|Person=3\|PronType=Emp`, `Case=Dat,Gen\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Gender=Fem\|Number=Plur\|Number[psor]=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=2\|Tense=Pres`, `Gender=Fem\|Number=Plur\|Number[psor]=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Dat,Gen\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Compound=Yes\|POS=ADP\|Polarity=Pos`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=1\|Tense=Pres`, `Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Emp`, `Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `POS=ADJ`, `Case=Voc\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Dat,Gen\|Gender=Masc\|Number=Sing\|POS=DET\|Person=3\|Position=Prenom\|PronType=Dem`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pqp\|VerbForm=Fin`, `Case=Dat,Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=DET\|Person=3\|PronType=Ind`, `Case=Dat,Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Emp`, `Case=Dat,Gen\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Imp\|Number=Sing\|POS=AUX\|Person=2\|Polarity=Neg`, `Case=Acc,Nom\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Past\|VerbForm=Fin`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Int,Rel`, `POS=ADV\|PronType=Ind`, `Case=Acc,Nom\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Acc,Nom\|Definite=Def\|Gender=Fem\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `POS=AUX\|Polarity=Pos`, `Case=Acc,Nom\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Imp`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres`, `NumForm=Roman\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Voc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Past`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Definite=Ind\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Dat,Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pqp\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres`, `Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Imp`, `Definite=Ind\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Plur\|POS=NUM`, `Gender=Masc\|Number=Plur\|Number[psor]=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat,Gen\|Gender=Masc\|Number=Sing\|POS=DET\|Person=3\|PronType=Ind`, `Mood=Imp\|Number=Plur\|POS=AUX\|Person=2\|Variant=Long\|VerbForm=Fin`, `Mood=Imp\|Number=Plur\|POS=AUX\|Person=2\|Variant=Long`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=2\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=2\|Tense=Imp`, `Case=Acc,Nom\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Dat,Gen\|Gender=Masc\|Number=Sing\|POS=DET\|Person=3\|PronType=Int,Rel`, `Case=Acc,Nom\|POS=PRON\|Person=3\|PronType=Emp`, `NumForm=Word\|NumType=Ord\|POS=NUM`, `Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Emp`, `Case=Dat,Gen\|Number=Plur\|POS=DET\|Person=3\|PronType=Int,Rel`, `Case=Acc,Nom\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Int,Rel`, `Case=Dat,Gen\|Gender=Fem\|Number=Plur\|POS=DET\|Person=3\|PronType=Dem`, `Gender=Masc\|Number=Plur\|POS=DET\|Person=1\|PronType=Emp`, `Gender=Masc\|Number=Sing\|POS=DET\|Person=1\|PronType=Emp`, `Mood=Imp\|Number=Plur\|POS=AUX\|Person=2\|VerbForm=Fin`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Art`, `Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Dat,Gen\|Definite=Def\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Gender=Fem\|Number=Plur\|POS=DET\|Person=3\|PronType=Emp`, `Case=Dat,Gen\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Definite=Ind\|Degree=Pos\|Gender=Fem\|POS=ADJ`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres`, `Gender=Fem\|Number=Plur\|POS=DET\|Person=3\|PronType=Ind`, `Case=Voc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=2\|Tense=Past`, `Case=Dat,Gen\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Dat,Gen\|Definite=Def\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Dat,Gen\|Definite=Def\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Dat,Gen\|Number=Plur\|POS=DET\|PronType=Ind`, `Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos`, `Gender=Masc\|Number=Plur\|Number[psor]=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|POS=DET\|Person=3\|PronType=Int,Rel`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Pqp\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pqp\|VerbForm=Fin`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Neg`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pqp`, `Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes\|Strength=Weak`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `Case=Dat\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes\|Strength=Weak`, `Case=Dat,Gen\|Number=Plur\|POS=PRON\|Person=2\|Polite=Form\|PronType=Prs`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Mood=Ind\|POS=AUX\|Person=3\|Tense=Pres`, `Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Gender=Fem\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=DET\|Person=3\|PronType=Neg`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `Case=Acc\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes\|Strength=Strong`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat,Gen\|Number=Sing\|POS=PRON\|Person=2\|Polite=Form\|PronType=Prs`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=DET\|Person=3\|PronType=Int,Rel`, `Case=Acc,Nom\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Acc,Nom\|Definite=Ind\|Degree=Pos\|Gender=Fem\|POS=ADJ`, `POS=DET`, `Case=Acc,Nom\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `POS=ADP`, `Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=PRON\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Acc,Nom\|Definite=Def\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=DET\|Person=3\|PronType=Int,Rel`, `Case=Acc,Nom\|Definite=Ind\|Gender=Fem\|NumForm=Word\|NumType=Ord\|Number=Plur\|POS=NUM`, `Case=Acc,Nom\|Definite=Ind\|Gender=Fem\|NumType=Mult\|Number=Plur\|POS=NUM`, `Case=Acc,Nom\|Definite=Ind\|Gender=Masc\|NumType=Mult\|Number=Plur\|POS=NUM`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Imp`, `Case=Dat,Gen\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Mood=Ind\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Dat,Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Emp`, `Case=Acc,Nom\|Definite=Def\|Gender=Fem\|NumForm=Word\|NumType=Ord\|Number=Plur\|POS=NUM`, `Case=Acc,Nom\|Gender=Fem\|Number=Plur\|POS=DET\|Person=3\|PronType=Neg`, `Case=Dat,Gen\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Degree=Pos\|POS=ADJ`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Acc,Nom\|Definite=Ind\|Gender=Masc\|NumType=Mult\|Number=Sing\|POS=NUM`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Part`, `Case=Acc,Nom\|Definite=Def\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=ADV\|Person=3\|PronType=Int,Rel`, `Case=Dat,Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|Polite=Form\|PronType=Prs` | | **`parser`** | `ROOT`, `acl`, `advcl`, `advcl:tcl`, `advmod`, `advmod:tmod`, `amod`, `appos`, `aux`, `aux:pass`, `case`, `cc`, `cc:preconj`, `ccomp`, `ccomp:pmod`, `compound`, `conj`, `cop`, `csubj`, `csubj:pass`, `dep`, `det`, `discourse`, `expl`, `expl:impers`, `expl:pass`, `expl:poss`, `expl:pv`, `fixed`, `flat`, `iobj`, `mark`, `nmod`, `nmod:agent`, `nmod:pmod`, `nmod:tmod`, `nsubj`, `nsubj:pass`, `nummod`, `obj`, `obl`, `orphan`, `parataxis`, `punct`, `vocative`, `xcomp` | | **`experimental_edit_tree_lemmatizer`** | `1`, `3`, `4`, `6`, `8`, `12`, `14`, `16`, `19`, `23`, `29`, `30`, `32`, `35`, `37`, `39`, `40`, `45`, `46`, `47`, `51`, `53`, `54`, `57`, `61`, `63`, `65`, `66`, `69`, `33`, `71`, `73`, `76`, `79`, `80`, `84`, `86`, `87`, `88`, `89`, `92`, `95`, `97`, `100`, `103`, `105`, `107`, `110`, `112`, `113`, `115`, `117`, `120`, `121`, `123`, `125`, `126`, `128`, `130`, `132`, `133`, `136`, `140`, `143`, `145`, `147`, `58`, `148`, `151`, `154`, `157`, `159`, `163`, `165`, `167`, `171`, `174`, `176`, `178`, `180`, `182`, `184`, `185`, `187`, `188`, `190`, `192`, `196`, `197`, `199`, `200`, `202`, `206`, `208`, `210`, `211`, `213`, `215`, `216`, `219`, `221`, `223`, `225`, `226`, `228`, `230`, `232`, `236`, `238`, `241`, `242`, `244`, `246`, `248`, `251`, `253`, `255`, `258`, `260`, `264`, `265`, `267`, `272`, `275`, `278`, `280`, `281`, `284`, `286`, `287`, `290`, `291`, `292`, `295`, `296`, `298`, `300`, `301`, `302`, `305`, `306`, `307`, `309`, `310`, `312`, `314`, `315`, `317`, `319`, `321`, `323`, `324`, `327`, `330`, `332`, `334`, `335`, `337`, `339`, `340`, `343`, `344`, `345`, `346`, `350`, `351`, `353`, `355`, `357`, `360`, `362`, `366`, `368`, `369`, `370`, `371`, `224`, `374`, `376`, `378`, `379`, `381`, `384`, `385`, `386`, `388`, `389`, `391`, `392`, `393`, `396`, `398`, `399`, `403`, `406`, `408`, `411`, `413`, `415`, `418`, `422`, `423`, `426`, `427`, `431`, `433`, `436`, `438`, `440`, `442`, `445`, `448`, `449`, `450`, `451`, `452`, `454`, `455`, `457`, `459`, `460`, `462`, `464`, `466`, `468`, `471`, `472`, `473`, `474`, `475`, `478`, `481`, `482`, `485`, `486`, `488`, `490`, `492`, `494`, `495`, `497`, `498`, `499`, `501`, `503`, `504`, `506`, `508`, `510`, `513`, `514`, `515`, `516`, `518`, `519`, `521`, `523`, `524`, `526`, `527`, `528`, `530`, `533`, `96`, `537`, `538`, `539`, `542`, `544`, `545`, `547`, `548`, `553`, `555`, `556`, `558`, `559`, `561`, `562`, `563`, `565`, `566`, `570`, `572`, `573`, `575`, `577`, `578`, `579`, `581`, `583`, `584`, `586`, `588`, `589`, `592`, `594`, `595`, `596`, `598`, `599`, `600`, `601`, `604`, `606`, `607`, `608`, `612`, `613`, `616`, `619`, `621`, `623`, `625`, `628`, `629`, `630`, `632`, `635`, `636`, `173`, `639`, `641`, `643`, `647`, `649`, `651`, `654`, `656`, `658`, `659`, `661`, `662`, `663`, `666`, `668`, `669`, `670`, `672`, `673`, `676`, `677`, `679`, `681`, `683`, `685`, `687`, `689`, `690`, `691`, `693`, `694`, `695`, `696`, `698`, `699`, `701`, `702`, `703`, `704`, `705`, `706`, `708`, `712`, `713`, `716`, `718`, `720`, `722`, `724`, `725`, `729`, `732`, `734`, `735`, `736`, `739`, `742`, `745`, `747`, `750`, `753`, `755`, `758`, `759`, `761`, `763`, `764`, `766`, `768`, `769`, `771`, `772`, `774`, `777`, `778`, `781`, `784`, `785`, `787`, `790`, `794`, `797`, `800`, `801`, `802`, `804`, `807`, `809`, `814`, `817`, `820`, `821`, `822`, `824`, `827`, `828`, `829`, `832`, `834`, `836`, `837`, `839`, `840`, `841`, `843`, `844`, `846`, `847`, `848`, `850`, `851`, `852`, `855`, `116`, `856`, `860`, `861`, `863`, `866`, `868`, `869`, `871`, `874`, `875`, `877`, `879`, `881`, `884`, `886`, `888`, `890`, `891`, `892`, `894`, `897`, `898`, `900`, `901`, `902`, `904`, `905`, `908`, `913`, `914`, `916`, `917`, `918`, `921`, `922`, `924`, `927`, `929`, `932`, `934`, `935`, `937`, `939`, `941`, `943`, `946`, `948`, `949`, `951`, `952`, `954`, `955`, `956`, `958`, `960`, `963`, `965`, `968`, `971`, `972`, `974`, `978`, `981`, `983`, `984`, `986`, `988`, `989`, `991`, `992`, `994`, `997`, `998`, `1000`, `1001`, `1002`, `1004`, `1006`, `1007`, `1008`, `1010`, `1011`, `1013`, `1014`, `1015`, `1017`, `1019`, `1022`, `1024`, `1029`, `1030`, `1032`, `1034`, `767`, `1035`, `1036`, `1037`, `1038`, `1040`, `1041`, `1042`, `1044`, `1045`, `1046`, `1049`, `1050`, `1052`, `1053`, `1055`, `1058`, `1061`, `1065`, `1067`, `1068`, `1071`, `1072`, `1074`, `1076`, `1078`, `1080`, `1081`, `1083`, `1084`, `1086`, `1087`, `1090`, `1091`, `1093`, `1097`, `1098`, `1099`, `1100`, `1102`, `1105`, `1106`, `1107`, `1110`, `1111`, `1113`, `1116`, `1123`, `1126`, `1127`, `1128`, `1129`, `1131`, `1132`, `1133`, `1135`, `1137`, `1139`, `1141`, `1144`, `1145`, `1147`, `1149`, `1150`, `1152`, `1154`, `1155`, `1156`, `1157`, `1158`, `1115`, `1159`, `1160`, `1162`, `1163`, `1164`, `1165`, `1168`, `1170`, `1172`, `1173`, `1174`, `1175`, `1176`, `1177`, `1178`, `1179`, `1181`, `1183`, `1184`, `1186`, `1187`, `1191`, `1195`, `1197`, `1198`, `1200`, `1201`, `1203`, `1205`, `1207`, `1209`, `1211`, `1212`, `1214`, `1215`, `1217`, `1219`, `1220`, `1223`, `1225`, `1227`, `183`, `1228`, `1231`, `1232`, `1234`, `1237`, `1239`, `1240`, `1242`, `1245`, `1247`, `1248`, `1249`, `1251`, `1252`, `1254`, `1255`, `1257`, `1259`, `1261`, `1263`, `1264`, `1266`, `1268`, `1272`, `1273`, `1277`, `1278`, `1280`, `1281`, `1282`, `1285`, `1286`, `1290`, `1291`, `1294`, `1296`, `1298`, `1300`, `1301`, `1303`, `1305`, `1308`, `1309`, `1310`, `1311`, `1312`, `1314`, `1316`, `1318`, `1320`, `1322`, `1324`, `1325`, `1327`, `1329`, `1331`, `1333`, `1335`, `1337`, `1338`, `1339`, `1341`, `1342`, `1343`, `1344`, `1346`, `1347`, `1350`, `142`, `1354`, `1355`, `1357`, `1358`, `1360`, `1362`, `1365`, `1366`, `1367`, `1368`, `1369`, `744`, `1370`, `1372`, `1373`, `1374`, `1375`, `1376`, `1377`, `1378`, `1380`, `1381`, `1382`, `1383`, `1386`, `1388`, `1389`, `1390`, `1394`, `1396`, `1399`, `1402`, `1405`, `1407`, `1409`, `1411`, `1412`, `1413`, `1414`, `1418`, `1419`, `1421`, `1422`, `1423`, `1424`, `1426`, `1427`, `1430`, `1432`, `1433`, `1434`, `1436`, `1438`, `1439`, `1440`, `1441`, `1442`, `1443`, `1446`, `1447`, `1448`, `1449`, `1450`, `1454`, `1456`, `1458`, `1459`, `1460`, `1464`, `1465`, `1467`, `1468`, `1469`, `1470`, `1472`, `1473`, `1475`, `1478`, `1479`, `1481`, `1483`, `1484`, `1486`, `1003`, `1489`, `1491`, `1493`, `1496`, `1498`, `1499`, `1501`, `1503`, `1506`, `1508`, `1511`, `1514`, `1515`, `1517`, `1518`, `1521`, `1522`, `1523`, `1524`, `1525`, `1528`, `1530`, `1531`, `1532`, `1533`, `1537`, `1539`, `1541`, `1542`, `1543`, `1545`, `1546`, `1547`, `1549`, `1550`, `1551`, `1552`, `1553`, `1555`, `1558`, `1559`, `1561`, `1562`, `1564`, `1566`, `1568`, `1570`, `1572`, `1576`, `1577`, `1579`, `1580`, `1582`, `1584`, `1585`, `1588`, `1590`, `1592`, `1593`, `1594`, `1596`, `1597`, `1599`, `1600`, `1601`, `1603`, `1605`, `1607`, `1609`, `1613`, `1615`, `1617`, `1619`, `1622`, `1623`, `1624`, `1625`, `1626`, `1627`, `1628`, `1629`, `1630`, `1633`, `1636`, `1638`, `1639`, `1640`, `1641`, `1643`, `1645`, `1647`, `1649`, `1652`, `1655`, `1656`, `1658`, `1660`, `1662`, `1665`, `1667`, `1669`, `1670`, `1671`, `1673`, `1674`, `1677`, `1678`, `1679`, `1680`, `1683`, `1686`, `1688`, `1689`, `1691`, `1693`, `1694`, `1696`, `1698`, `1699`, `1703`, `1704`, `1707`, `1708`, `1710`, `1712`, `1714`, `1716`, `1718`, `1720`, `1722`, `1724`, `1725`, `1726`, `1727`, `1729`, `1730`, `1731`, `1733`, `1734`, `1736`, `1737`, `1740`, `1741`, `1743`, `1744`, `1746`, `1747`, `1749`, `1750`, `1751`, `1752`, `1754`, `1755`, `1757`, `1758`, `1760`, `1762`, `1764`, `1766`, `1767`, `1769`, `1771`, `1774`, `1777`, `1779`, `1780`, `1781`, `1783`, `1785`, `1786`, `1789`, `1790`, `1793`, `1796`, `1799`, `1800`, `1802`, `1804`, `1805`, `1807`, `1809`, `1810`, `1813`, `1815`, `1817`, `1819`, `1822`, `1823`, `1825`, `1826`, `1827`, `1829`, `1830`, `1833`, `1835`, `1837`, `1840`, `1843`, `1844`, `1846`, `1848`, `1850`, `1853`, `1854`, `1855`, `1857`, `1859`, `1863`, `1865`, `1867`, `1870`, `1872`, `1873`, `1874`, `1875`, `1876`, `1878`, `1879`, `1880`, `1882`, `1884`, `1885`, `1888`, `1889`, `1892`, `1893`, `1895`, `1896`, `1897`, `1898`, `1899`, `1901`, `1903`, `1905`, `1907`, `1909`, `1911`, `1913`, `1915`, `1916`, `1918`, `1919`, `1921`, `1923`, `1925`, `1928`, `1931`, `1933`, `1935`, `1936`, `1938`, `1940`, `1943`, `1945`, `1946`, `1948`, `1951`, `1954`, `1956`, `1957`, `1958`, `1960`, `1962`, `1963`, `1965`, `1967`, `1969`, `1971`, `1973`, `1976`, `1977`, `1979`, `1981`, `1984`, `1986`, `1988`, `1989`, `1991`, `1994`, `1996`, `1999`, `2000`, `2001`, `2003`, `2004`, `2006`, `2008`, `2010`, `2011`, `2016`, `2017`, `2019`, `2020`, `2022`, `2023`, `2024`, `2025`, `2026`, `2027`, `2029`, `2031`, `2033`, `2034`, `2035`, `2036`, `2038`, `2041`, `2042`, `2043`, `2045`, `2047`, `2048`, `2049`, `2051`, `2053`, `2055`, `2057`, `2060`, `2063`, `2064`, `2066`, `2067`, `2068`, `2070`, `2071`, `2072`, `2073`, `2074`, `2075`, `2076`, `2079`, `2080`, `2082`, `2083`, `2084`, `2085`, `2086`, `2087`, `2089`, `2092`, `2094`, `2095`, `2098`, `2100`, `2102`, `2104`, `2105`, `2107`, `2109`, `2110`, `2112`, `2115`, `2117`, `2119`, `2120`, `2121`, `2123`, `2124`, `1482`, `2125`, `2127`, `2129`, `2132`, `2134`, `2137`, `2139`, `2140`, `2143`, `2146`, `2147`, `2148`, `2149`, `2150`, `2152`, `2154`, `2156`, `2157`, `2158`, `2159`, `2160`, `2161`, `2162`, `2164`, `2166`, `2168`, `2169`, `2170`, `2171`, `2173`, `2174`, `2177`, `2178`, `2180`, `2182`, `2183`, `2186`, `2188`, `2189`, `2191`, `2192`, `2193`, `2194`, `2195`, `2197`, `2198`, `2199`, `2200`, `2202`, `2206`, `2208`, `2209`, `2211`, `2214`, `2216`, `2217`, `2220`, `2221`, `2222`, `2223`, `2224`, `2225`, `2226`, `2228`, `2229`, `2230`, `2232`, `2234`, `2236`, `2237`, `2239`, `2241`, `2242`, `2243`, `2244`, `2245`, `2246`, `2248`, `2249`, `2251`, `2252`, `2172`, `2254`, `2256`, `2257`, `2258`, `2259`, `2261`, `2262`, `2263`, `2265`, `2267`, `2268`, `2270`, `2274`, `2277`, `2279`, `2280`, `2281`, `2282`, `2284`, `2286`, `2287`, `2291`, `2293`, `2294`, `2296`, `2297`, `2298`, `2300`, `2303`, `2305`, `2307`, `2308`, `2310`, `2312`, `2314`, `2316`, `2317`, `2319`, `2321`, `2323`, `2325`, `2326`, `2328`, `2329`, `2330`, `2331`, `2332`, `2333`, `2334`, `2336`, `2338`, `2341`, `2343`, `2345`, `2348`, `2349`, `2351`, `2352`, `2353`, `2355`, `2356`, `2358`, `2359`, `2361`, `2362`, `2364`, `2366`, `2368`, `2369`, `2371`, `2373`, `2375`, `2377`, `2378`, `2379`, `2381`, `2382`, `2383`, `2384`, `2385`, `2387`, `2389`, `2392`, `2395`, `2396`, `2398`, `2399`, `2400`, `2404`, `2405`, `2406`, `2410`, `2411`, `2412`, `2413`, `2415`, `2418`, `2420`, `2421`, `2424`, `2425`, `2426`, `2429`, `2432`, `2434`, `2436`, `2437`, `2439`, `2440`, `2441`, `2443`, `2444`, `2446`, `2447`, `2450`, `2452`, `2454`, `2456`, `2459`, `2461`, `2464`, `2465`, `2467`, `2469`, `2471`, `2473`, `2474`, `2476`, `2478`, `2480`, `2481`, `2482`, `2483`, `2484`, `2486`, `2488`, `2489`, `2490`, `2491`, `2493`, `2495`, `2497`, `2499`, `2500`, `2502`, `2503`, `2505`, `2506`, `2507`, `2509`, `2511`, `2513`, `2514`, `2516`, `2518`, `2519`, `2521`, `2522`, `2524`, `2527`, `2528`, `2529`, `2531`, `2533`, `2534`, `2536`, `2537`, `2538`, `2540`, `2542`, `2543`, `2545`, `2546`, `2547`, `2549`, `2550`, `2552`, `2553`, `2556`, `2558`, `2560`, `2561`, `2562`, `2563`, `2564`, `2566`, `2567`, `2568`, `2572`, `2573`, `2574`, `2576`, `2577`, `2579`, `2580`, `2581`, `2583`, `2584`, `2585`, `2586`, `2587`, `2588`, `2589`, `2590`, `2591`, `2592`, `2594`, `2595`, `2598`, `2599`, `2603`, `2604`, `2606`, `2607`, `2608`, `2609`, `2612`, `2616`, `2619`, `2620`, `2622`, `2624`, `2625`, `2626`, `2627`, `2628`, `2631`, `2633`, `2635`, `2637`, `2638`, `2640`, `2641`, `2642`, `2643`, `2645`, `2646`, `2647`, `2649`, `2651`, `2654`, `2655`, `2658`, `2660`, `2661`, `2662`, `2663`, `2665`, `2666`, `1717`, `2667`, `2668`, `2669`, `2670`, `2671`, `2673`, `2674`, `2675`, `2676`, `2678`, `2680`, `2681`, `2684`, `2685`, `2687`, `2688`, `2690`, `2691`, `2692`, `2694`, `2695`, `2696`, `2697`, `2699`, `2701`, `2702`, `2705`, `2708`, `2709`, `2711`, `2714`, `2715`, `2716`, `2718`, `2721`, `2723`, `2724`, `2727`, `2728`, `2729`, `2732`, `2734`, `2737`, `2739`, `2740`, `2742`, `2743`, `2745`, `2748`, `2751`, `2754`, `2755`, `2756`, `2757`, `2758`, `2760`, `2762`, `2764`, `2765`, `2766`, `2428`, `2767`, `2768`, `2769`, `2770`, `2771`, `2774`, `2777`, `2779`, `2782`, `2783`, `2784`, `2786`, `2788`, `2789`, `2790`, `2791`, `2792`, `2794`, `2795`, `2796`, `2797`, `2799`, `2800`, `2801`, `2803`, `2807`, `2808`, `2809`, `2812`, `2816`, `2819`, `2822`, `2823`, `2824`, `2826`, `2827`, `2828`, `2830`, `2831`, `2832`, `2833`, `2834`, `2835`, `2837`, `2839`, `2840`, `2842`, `2843`, `2845`, `2846`, `2847`, `2848`, `2849`, `2851`, `2853`, `2854`, `2855`, `2856`, `2857`, `2858`, `2859`, `2860`, `2861`, `2862`, `2864`, `2865`, `2866`, `2868`, `2872`, `2875`, `2876`, `2878`, `2880`, `2881`, `2882`, `2883`, `2885`, `2886`, `2888`, `2889`, `2890`, `2891`, `2893`, `2894`, `2895`, `2896`, `2897`, `2898`, `2899`, `2902`, `2904`, `2906`, `2907`, `2908`, `2909`, `2912`, `2913`, `2915`, `2916`, `2917`, `2918`, `2921`, `2922`, `2923`, `2924`, `2925`, `2926`, `2928`, `2930`, `2931`, `2935`, `2936`, `2937`, `2938`, `2940`, `2233`, `2942`, `2944`, `2945`, `2947`, `2948`, `2949`, `2951`, `923`, `2952`, `2953`, `2954`, `2955`, `2957`, `2959`, `2962`, `2964`, `2966`, `2967`, `2969`, `2972`, `2973`, `2974`, `2976`, `1715`, `2977`, `2979`, `2980`, `36`, `2981`, `2983`, `2985`, `2986`, `2990`, `2991`, `2993`, `2995`, `2997`, `2998`, `3001`, `3002`, `3003`, `3005`, `3006`, `3007`, `3009`, `3012`, `3014`, `3015`, `3016`, `3018`, `3020`, `3021`, `3022`, `3023`, `3026`, `3028`, `3029`, `3030`, `3032`, `3035`, `3037`, `3039`, `3040`, `3042`, `3044`, `3047`, `3050`, `3052`, `3053`, `3041`, `3054`, `3055`, `3056`, `3057`, `3058`, `3059`, `3061`, `3062`, `3064`, `3066`, `3067`, `3068`, `3070`, `3071`, `3072`, `3073`, `3075`, `3078`, `3082`, `3084`, `3086`, `3087`, `3088`, `3090`, `3091`, `3092`, `3095`, `3096`, `3097`, `3099`, `3100`, `3102`, `3107`, `3109`, `3111`, `3112`, `3114`, `3116`, `3118`, `3120`, `3121`, `3123`, `3124`, `3126`, `3127`, `3129`, `3130`, `3133`, `3134`, `3135`, `3136`, `3137`, `3138`, `3139`, `3140`, `3142`, `3144`, `3145`, `3146`, `3147`, `3148`, `3149`, `3150`, `3151`, `3153`, `3155`, `3157`, `3158`, `3159`, `3160`, `3161`, `3163`, `3165`, `3167`, `3168`, `3170`, `3171`, `3172`, `3174`, `3176`, `3178`, `3180`, `3181`, `3184`, `3185`, `3186`, `3188`, `3189`, `3190`, `3192`, `3194`, `3195`, `3196`, `3197`, `3200`, `3201`, `3202`, `3203`, `3204`, `3205`, `3206`, `3207`, `3210`, `3211`, `3213`, `3214`, `3217`, `3218`, `3220`, `3222`, `3224`, `3227`, `3229`, `3230`, `3231`, `3233`, `3234`, `3235`, `3236`, `3237`, `3240`, `3241`, `3243`, `3245`, `3247`, `3250`, `3252`, `3253`, `3254`, `3255`, `3257`, `3259`, `3260`, `3262`, `3264`, `3266`, `3268`, `3269`, `3271`, `3273`, `3275`, `3277`, `3278`, `3141`, `3279`, `3280`, `3281`, `3282`, `3284`, `3285`, `3287`, `3288`, `3290`, `3291`, `3293`, `3294`, `3296`, `3297`, `3299`, `3300`, `3302`, `3304`, `3305`, `3306`, `3308`, `3309`, `3311`, `3313`, `3314`, `3315`, `3316`, `3317`, `3319`, `3321`, `3323`, `3324`, `3325`, `3327`, `3329`, `3332`, `3333`, `3334`, `3336`, `3337`, `3338`, `3340`, `3341`, `3342`, `3344`, `3346`, `3348`, `3351`, `3353`, `3355`, `3357`, `3360`, `3361`, `3364`, `3367`, `3369`, `3370`, `3372`, `3373`, `3374`, `3377`, `3379`, `3380`, `3382`, `3384`, `3385`, `3387`, `3389`, `3391`, `3392`, `3393`, `3394`, `3395`, `3397`, `3399`, `3400`, `3402`, `3403`, `3404`, `3405`, `3406`, `3407`, `3408`, `3412`, `3414`, `3416`, `3418`, `3420`, `3422`, `3423`, `3424`, `3425`, `3426`, `3428`, `3429`, `3431`, `3432`, `3435`, `3436`, `3438`, `3439`, `3441`, `3443`, `3445`, `3447`, `3450`, `3451`, `3453`, `3455`, `3456`, `3457`, `3458`, `3459`, `3461`, `3462`, `3464`, `3465`, `3467`, `3469`, `3471`, `3473`, `3474`, `3475`, `3476`, `3478`, `3479`, `3481`, `3482`, `3484`, `3487`, `3488`, `3489`, `3491`, `3492`, `3493`, `3494`, `3497`, `3500`, `3501`, `3502`, `3504`, `3506`, `3507`, `3508`, `3511`, `3515`, `3516`, `3518`, `3521`, `3524`, `3526`, `3528`, `3529`, `3532`, `3535`, `3537`, `3538`, `3539`, `3540`, `3541`, `3543`, `3545`, `3546`, `3547`, `3548`, `3549`, `3550`, `3551`, `3553`, `3555`, `3556`, `3557`, `3559`, `3561`, `3563`, `3564`, `3565`, `3567`, `3570`, `3572`, `3574`, `3575`, `3577`, `3579`, `3581`, `3582`, `3584`, `3585`, `3587`, `3588`, `3590`, `3591`, `3592`, `3594`, `3596`, `3599`, `3600`, `3603`, `3605`, `3606`, `3607`, `3608`, `3610`, `3612`, `3615`, `3617`, `3618`, `3619`, `3620`, `3621`, `3623`, `3624`, `3625`, `3626`, `3628`, `3629`, `3630`, `3632`, `3633`, `3635`, `3637`, `3639`, `3642`, `3643`, `3645`, `3646`, `3649`, `3650`, `3652`, `3653`, `3655`, `3656`, `3657`, `3658`, `3659`, `3662`, `3664`, `3665`, `3666`, `3668`, `3671`, `3672`, `3674`, `3676`, `3678`, `3679`, `3680`, `3681`, `3683`, `3684`, `3685`, `3687`, `3688`, `3689`, `3690`, `3691`, `3693`, `3694`, `3695`, `3697`, `3698`, `3699`, `3700`, `3702`, `3703`, `3704`, `3706`, `3709`, `3712`, `3713`, `3714`, `3718`, `3719`, `3721`, `3722`, `3724`, `3725`, `3726`, `3727`, `3730`, `3731`, `3732`, `3734`, `3735`, `3737`, `3739`, `3742`, `3743`, `3744`, `3745`, `3746`, `3747`, `3748`, `3750`, `3752`, `3753`, `3755`, `3757`, `3759`, `3760`, `3762`, `3763`, `3764`, `3765`, `3766`, `3768`, `3770`, `3771`, `3774`, `3775`, `3776`, `3778`, `3779`, `3780`, `3782`, `3784`, `3785`, `3786`, `3789`, `3792`, `3794`, `3795`, `3796`, `3798`, `3799`, `3800`, `3802`, `3803`, `3805`, `3807`, `3808`, `3809`, `3812`, `3815`, `3817`, `3818`, `3819`, `3821`, `3823`, `3824`, `3826`, `3828`, `3829`, `3831`, `3833`, `3834`, `3836`, `3839`, `3840`, `3843`, `3846`, `3849`, `3851`, `3852`, `3853`, `3855`, `3856`, `3859`, `3860`, `3862`, `3864`, `3865`, `3866`, `3868`, `3870`, `3871`, `3872`, `3874`, `3875`, `3876`, `3878`, `3879`, `3880`, `3881`, `3882`, `3884`, `3886`, `3887`, `3890`, `3891`, `3892`, `3893`, `3894`, `3896`, `3897`, `3899`, `3900`, `3901`, `3903`, `3904`, `3905`, `3906`, `3907`, `3908`, `3909`, `3910`, `3911`, `3912`, `3913`, `3915`, `3916`, `3919`, `3921`, `3923`, `3924`, `3926`, `3927`, `3928`, `3930`, `3931`, `3932`, `3934`, `3936`, `3939`, `3941`, `3942`, `3943`, `3946`, `3948`, `3949`, `3950`, `3951`, `3952`, `3954`, `3956`, `3957`, `3958`, `3960`, `3961`, `3964`, `3967`, `3968`, `3971`, `3974`, `3975`, `3976`, `3979`, `3981`, `3983`, `3985`, `3986`, `3989`, `3990`, `3993`, `3994`, `3995`, `3996`, `3997`, `3998`, `3999`, `4001`, `4003`, `4004`, `4005`, `4007`, `4009`, `4010`, `4011`, `4013`, `4014`, `4015`, `4017`, `4019`, `4022`, `4023`, `4025`, `4026`, `4027`, `4028`, `4029`, `4030`, `4032`, `4035`, `4037`, `4040`, `4041`, `4042`, `4043`, `4045`, `4048`, `4051`, `4053`, `4055`, `4057`, `4058`, `4059`, `4060`, `4061`, `4062`, `4063`, `4065`, `4067`, `4068`, `4070`, `4072`, `4073`, `4074`, `4075`, `4077`, `4080`, `4081`, `4083`, `4085`, `4088`, `4089`, `4091`, `4093`, `4094`, `4095`, `4096`, `4098`, `4101`, `4102`, `4104`, `4105`, `4106`, `4108`, `4109`, `4111`, `4112`, `4113`, `4115`, `4117`, `4119`, `4122`, `4123`, `4124`, `4125`, `4126`, `4127`, `4128`, `4130`, `4131`, `4134`, `4135`, `4136`, `4137`, `4138`, `4139`, `4141`, `4143`, `4145`, `4147`, `4148`, `4150`, `4151`, `4154`, `4155`, `4157`, `4159`, `4160`, `4163`, `4164`, `4166`, `4169`, `4171`, `4172`, `4173`, `4175`, `4176`, `4177`, `4179`, `4180`, `4181`, `4183`, `4184`, `4185`, `4187`, `4188`, `4190`, `4191`, `4193`, `4194`, `4195`, `4198`, `4201`, `4204`, `4205`, `4206`, `4209`, `4210`, `4212`, `4215`, `4216`, `4218`, `4219`, `4224`, `4225`, `4227`, `4229`, `4230`, `4231`, `4232`, `4234`, `4236`, `4237`, `4238`, `4239`, `4242`, `4244`, `4246`, `4247`, `4250`, `4251`, `4253`, `4256`, `4260`, `4261`, `4263`, `4265`, `4267`, `4268`, `4269`, `4270`, `4272`, `4274`, `4277`, `4278`, `4279`, `4281`, `4282`, `4284`, `4286`, `4287`, `4288`, `4291`, `4293`, `4294`, `4295`, `4296`, `4298`, `4299`, `4301`, `4303`, `4305`, `4306`, `4307`, `4308`, `4309`, `4310`, `4313`, `4315`, `4317`, `4319`, `4320`, `4322`, `4324`, `4326`, `4328`, `4329`, `4331`, `4332`, `4333`, `4334`, `4335`, `4336`, `4338`, `4340`, `4343`, `4344`, `4346`, `4347`, `4348`, `4349`, `4351`, `4353`, `4355`, `4357`, `4358`, `4359`, `4360`, `4361`, `4362`, `4363`, `4365`, `4367`, `4369`, `4372`, `4373`, `4374`, `4375`, `4379`, `4381`, `4383`, `4385`, `4386`, `4388`, `4389`, `4391`, `4392`, `4393`, `4395`, `4396`, `4399`, `4400`, `4402`, `4404`, `4406`, `4407`, `4411`, `4412`, `4413`, `4414`, `4415`, `4418`, `4420`, `4422`, `4425`, `4426`, `4428`, `4429`, `4430`, `4432`, `4433`, `4435`, `4438`, `4440`, `4442`, `4444`, `4445`, `4446`, `4448`, `4450`, `4451`, `4452`, `4455`, `4457`, `4459`, `4461`, `4462`, `4464`, `4467`, `4468`, `4469`, `4470`, `4471`, `4473`, `4474`, `4475`, `4478`, `4480`, `4483`, `4485`, `4487`, `4488`, `4490`, `4491`, `4493`, `867`, `4494`, `4496`, `4497`, `4498`, `4499`, `4500`, `4501`, `4503`, `4505`, `4507`, `4508`, `4509`, `4510`, `4512`, `4515`, `4517`, `4518`, `4519`, `4521`, `1589`, `4522`, `4524`, `4525`, `4527`, `4529`, `4531`, `4533`, `4534`, `4535`, `4537`, `4538`, `4539`, `4540`, `4541`, `4542`, `4543`, `4544`, `4545`, `4546`, `4547`, `4549`, `4551`, `4552`, `4553`, `4554`, `4556`, `4557`, `4558`, `4559`, `4562`, `4563`, `4566`, `4567`, `4569`, `4570`, `4572`, `4574`, `4576`, `4577`, `4579`, `4580`, `4581`, `4583`, `4585`, `4586`, `4588`, `4591`, `4592`, `4594`, `4595`, `4596`, `4597`, `4598`, `4599`, `4600`, `4601`, `4603`, `4606`, `4608`, `4609`, `4610`, `4612`, `4614`, `4616`, `4617`, `4620`, `4621`, `4623`, `4624`, `4625`, `4626`, `4627`, `4629`, `4631`, `4633`, `4635`, `4636`, `4637`, `4638`, `4639`, `4640`, `4642`, `4644`, `4646`, `4647`, `4648`, `4649`, `4650`, `4651`, `4653`, `4655`, `4657`, `4658`, `4659`, `4661`, `4662`, `4663`, `4664`, `4665`, `4667`, `4668`, `4669`, `4671`, `4673`, `4675`, `4676`, `4680`, `4681`, `4683`, `4684`, `4686`, `4687`, `4690`, `4693`, `4695`, `4696`, `4699`, `4700`, `4702`, `4703`, `4704`, `4707`, `4708`, `4709`, `4710`, `4711`, `4713`, `4715`, `4716`, `4718`, `4719`, `4721`, `4726`, `4727`, `4729`, `4731`, `4735`, `4737`, `4738`, `4739`, `4741`, `4743`, `4744`, `4748`, `4749`, `4753`, `4755`, `4756`, `4757`, `4758`, `4759`, `4761`, `4763`, `4764`, `4766`, `4768`, `4769`, `4770`, `4772`, `4774`, `4775`, `4777`, `4779`, `4780`, `4782`, `4783`, `4785`, `4787`, `4788`, `4791`, `4792`, `4793`, `4795`, `4797`, `4801`, `4802`, `4804`, `4806`, `4808`, `4809`, `4810`, `4811`, `4813`, `4815`, `4817`, `4818`, `4820`, `4821`, `4823`, `4826`, `4827`, `4828`, `4830`, `4831`, `4833`, `4834`, `4838`, `4840`, `4843`, `4845`, `4847`, `4848`, `4849`, `4850`, `4851`, `4854`, `4855`, `4856`, `4858`, `4860`, `4862`, `4863`, `4864`, `4866`, `4867`, `4869`, `4871`, `4872`, `4874`, `4875`, `4876`, `4878`, `4880`, `4881`, `4883`, `4885`, `4886`, `4889`, `4890`, `4892`, `4893`, `4894`, `4896`, `4897`, `4899`, `4900`, `4902`, `4903`, `4904`, `4905`, `4907`, `4908`, `4909`, `4911`, `4913`, `4914`, `4918`, `4920`, `4922`, `4924`, `4925`, `4926`, `4927`, `4928`, `4929`, `4931`, `4932`, `4933`, `4934`, `4935`, `4937`, `813`, `4941`, `4943`, `4945`, `4946`, `4947`, `4948`, `4950`, `4952`, `4954`, `4955`, `4956`, `4959`, `4962`, `4963`, `4964`, `4967`, `4969`, `4970`, `4972`, `4973`, `4974`, `4976`, `4977`, `4978`, `4980`, `4982`, `4984`, `4986`, `4989`, `4990`, `4991`, `4992`, `4994`, `4995`, `4997`, `4999`, `5002`, `5003`, `5004`, `5005`, `5007`, `5009`, `5010`, `5013`, `5014`, `5016`, `5017`, `5018`, `5019`, `5020`, `5021`, `5022`, `5024`, `5025`, `5026`, `5027`, `5029`, `5030`, `5032`, `5034`, `5035`, `5036`, `5037`, `5039`, `5042`, `5043`, `5045`, `5046`, `5049`, `5051`, `5053`, `5054`, `5056`, `5057`, `5058`, `5061`, `5063`, `5066`, `5068`, `5069`, `5070`, `5071`, `5072`, `5075`, `5077`, `5078`, `5080`, `5082`, `5084`, `5085`, `5087`, `5089`, `5090`, `5092`, `5094`, `5095`, `5096`, `5099`, `5100`, `5101`, `5102`, `5104`, `5105`, `5107`, `5109`, `5110`, `5112`, `5116`, `5120`, `5121`, `5122`, `5124`, `5125`, `5127`, `5128`, `5129`, `5132`, `5133`, `5135`, `5138`, `5141`, `5142`, `5143`, `5144`, `5145`, `5146`, `5148`, `5150`, `5151`, `5154`, `5155`, `5156`, `5159`, `5162`, `5163`, `5164`, `5165`, `5166`, `5168`, `5169`, `5170`, `5172`, `5173`, `5174`, `5176`, `5177`, `5179`, `5181`, `5182`, `957`, `5183`, `5184`, `5185`, `5188`, `5189`, `5191`, `5192`, `5195`, `5196`, `5198`, `5200`, `5201`, `5203`, `5204`, `5205`, `5207`, `5208`, `5210`, `5211`, `5214`, `5215`, `5216`, `5217`, `5218`, `5219`, `5220`, `5221`, `5222`, `5224`, `5225`, `5226`, `5227`, `5229`, `5231`, `5232`, `5234`, `5235`, `5237`, `5238`, `5240`, `5241`, `5242`, `5245`, `5246`, `5251`, `5253`, `5256`, `5257`, `2677`, `5259`, `5261`, `5263`, `5264`, `5266`, `5267`, `5271`, `5274`, `5275`, `5279`, `5280`, `5281`, `5283`, `5285`, `5287`, `5289`, `5290`, `5291`, `5293`, `5296`, `5297`, `5299`, `5300`, `5301`, `5302`, `5305`, `5307`, `5309`, `5311`, `5314`, `5315`, `5316`, `5317`, `5319`, `5320`, `5321`, `5323`, `5324`, `5326`, `5327`, `5329`, `5331`, `5332`, `5333`, `5334`, `5336`, `5337`, `5339`, `5340`, `5341`, `5343`, `5346`, `5347`, `5348`, `5349`, `5351`, `5352`, `5353`, `5354`, `5356`, `5357`, `1020`, `5358`, `5359`, `5360`, `5361`, `5362`, `5363`, `5364`, `5365`, `5367`, `5369`, `5370`, `5371`, `5373`, `5374`, `5377`, `5379`, `5382`, `5383`, `5384`, `5386`, `5387`, `5389`, `5390`, `5393`, `5394`, `5396`, `5397`, `5399`, `5400`, `5402`, `5403`, `5404`, `4463`, `5406`, `5409`, `5410`, `5412`, `5413`, `5415`, `5416`, `5417`, `5419`, `5420`, `5421`, `5422`, `5423`, `5425`, `5428`, `5429`, `5431`, `5432`, `5434`, `5435`, `5437`, `5439`, `5441`, `5446`, `5447`, `5450`, `5452`, `5453`, `5456`, `5458`, `5462`, `5464`, `5465`, `5467`, `5468`, `5469`, `5470`, `5471`, `5473`, `5475`, `5476`, `5477`, `5479`, `5480`, `5482`, `5484`, `5485`, `5487`, `5489`, `3877`, `5490`, `5492`, `5493`, `5494`, `5497`, `5498`, `5499`, `5500`, `5503`, `5505`, `5506`, `5509`, `5510`, `5511`, `5513`, `5514`, `5517`, `5520`, `5521`, `5522`, `5524`, `5526`, `5529`, `5530`, `5531`, `5532`, `5533`, `5534`, `5535`, `5536`, `5537`, `5539`, `5540`, `5542`, `5543`, `5545`, `5546`, `5548`, `5549`, `5550`, `5552`, `5554`, `5556`, `5557`, `5559`, `5560`, `3089`, `5563`, `5564`, `5565`, `5567`, `5569`, `5570`, `5572`, `5575`, `5576`, `5578`, `5579`, `5580`, `5582`, `5583`, `5584`, `5585`, `5587`, `5589`, `5590`, `5591`, `5595`, `5597`, `5598`, `5599`, `5602`, `5603`, `5606`, `5608`, `5611`, `5613`, `4981`, `5614`, `5616`, `5617`, `5622`, `5623`, `5624`, `5625`, `5626`, `5627`, `5630`, `5631`, `5633`, `5634`, `5635`, `5637`, `3169`, `5639`, `5641`, `5643`, `5645`, `5646`, `5649`, `5651`, `5654`, `5655`, `5657`, `5659`, `5660`, `5662`, `5663`, `5664`, `5665`, `5667`, `5668`, `5669`, `5670`, `5671`, `5672`, `5673`, `5676`, `5681`, `5682`, `5683`, `5684`, `5685`, `5687`, `5689`, `5691`, `5693`, `5694`, `5698`, `5700`, `5702`, `5703`, `5704`, `5706`, `5708`, `5709`, `5710`, `5713`, `5715`, `5717`, `5718`, `5719`, `5723`, `5724`, `5725`, `5726`, `5728`, `5730`, `5731`, `5733`, `5734`, `5736`, `5738`, `5741`, `5743`, `5744`, `5747`, `5748`, `5749`, `5751`, `5752`, `5754`, `5756`, `5757`, `5759`, `5760`, `5761`, `5762`, `5763`, `5764`, `5766`, `5768`, `5770`, `5771`, `5773`, `5775`, `5776`, `5777`, `5778`, `5780`, `5782`, `5784`, `5786`, `5787`, `5788`, `5790`, `5791`, `5792`, `5795`, `5796`, `5798`, `5799`, `5800`, `5801`, `5802`, `5805`, `5806`, `5811`, `5813`, `5814`, `5815`, `5816`, `5817`, `5818`, `5820`, `5821`, `5822`, `5823`, `5824`, `5827`, `5830`, `5832`, `5833`, `5834`, `5836`, `5837`, `5839`, `5840`, `5841`, `5842`, `5845`, `5847`, `5849`, `5851`, `5853`, `5856`, `5859`, `5862`, `5863`, `5865`, `5867`, `5868`, `5870`, `5872`, `5873`, `5875`, `5876`, `5877`, `5878`, `5879`, `5881`, `5883`, `5886`, `5887`, `5888`, `5889`, `5891`, `5892`, `5895`, `5896`, `5898`, `5900`, `5903`, `5904`, `5905`, `5906`, `5908`, `5909`, `5912`, `5915`, `5916`, `5917`, `5918`, `5919`, `5920`, `5922`, `5923`, `5925`, `5927`, `5928`, `5929`, `5931`, `5932`, `5933`, `5935`, `5939`, `5940`, `5941`, `5943`, `5945`, `5947`, `5948`, `5950`, `5951`, `5952`, `5955`, `5956`, `5957`, `5958`, `5959`, `5961`, `5962`, `5963`, `5964`, `5965`, `5967`, `5968`, `5969`, `5970`, `5971`, `5972`, `5974`, `5976`, `5977`, `5978`, `5980`, `5982`, `5983`, `5984`, `5986`, `5987`, `5988`, `5990`, `5991`, `5993`, `5995`, `5996`, `5999`, `6000`, `6003`, `6004`, `6006`, `6009`, `6010`, `6011`, `6012`, `6013`, `6015`, `6016`, `6019`, `6020`, `6022`, `6024`, `6025`, `6028`, `6031`, `6032`, `6036`, `6037`, `6039`, `6040`, `6041`, `6042`, `6044`, `6046`, `6047`, `6048`, `6049`, `6050`, `6051`, `6052`, `6054`, `6056`, `6057`, `6058`, `6059`, `6061`, `6062`, `6063`, `6065`, `6066`, `6068`, `6069`, `6071`, `6072`, `6073`, `6074`, `6075`, `6076`, `6078`, `6079`, `6080`, `6082`, `6083`, `6085`, `6087`, `6088`, `6090`, `6091`, `6092`, `6094`, `6095`, `6096`, `6097`, `6099`, `6100`, `6102`, `6104`, `6106`, `6108`, `6109`, `6110`, `6111`, `6112`, `6115`, `6118`, `6121`, `6123`, `6124`, `6125`, `6127`, `6128`, `6129`, `6130`, `6131`, `6132`, `6133`, `6134`, `6135`, `6136`, `6137`, `6138`, `6139`, `6140`, `6141`, `6142`, `6143`, `6144`, `6145`, `6147`, `6149`, `6151`, `6153`, `6154`, `6155`, `6156`, `6157`, `6158`, `6160`, `6161`, `6162`, `6163`, `6165`, `6166`, `6167`, `6168`, `6169`, `6170`, `6172`, `6174`, `6176`, `6177`, `6178`, `6180`, `6183`, `6185`, `6188`, `6190`, `6194`, `6196`, `6197`, `6198`, `6199`, `6201`, `6202`, `6203`, `6206`, `6207`, `6210`, `6211`, `6212`, `6214`, `6215`, `6218`, `6219`, `6220`, `6222`, `6223`, `6224`, `6225`, `6226`, `6228`, `6229`, `6230`, `6232`, `6236`, `6238`, `6240`, `6242`, `6243`, `6245`, `6246`, `6247`, `6249`, `6250`, `6252`, `6253`, `6255`, `6257`, `6258`, `6261`, `6262`, `6263`, `6264`, `6266`, `6268`, `6269`, `6270`, `6273`, `6274`, `6275`, `6276`, `6277`, `6278`, `6280`, `6282`, `6283`, `6284`, `6287`, `6289`, `6290`, `6291`, `6292`, `6293`, `6295`, `1732`, `6296`, `6299`, `6300`, `6302`, `6303`, `6305`, `6306`, `6307`, `6308`, `6309`, `6310`, `6311`, `6312`, `6315`, `6317`, `6319`, `6320`, `6322`, `6323`, `6324`, `6325`, `6328`, `6330`, `6331`, `6332`, `6333`, `6334`, `6336`, `6338`, `6339`, `6341`, `6343`, `6345`, `6347`, `6348`, `6349`, `6351`, `6352`, `6354`, `6357`, `6358`, `6360`, `6361`, `6362`, `6364`, `6365`, `6367`, `6369`, `6370`, `6371`, `111`, `6372`, `6373`, `2065`, `6374`, `6375`, `6377`, `6378`, `6380`, `6381`, `6382`, `6384`, `6385`, `6386`, `6387`, `6388`, `6391`, `6392`, `6393`, `6394`, `6396`, `6397`, `6399`, `6400`, `6401`, `6402`, `6404`, `6407`, `6408`, `6409`, `6411`, `6414`, `6416`, `6418`, `6419`, `6421`, `6422`, `6423`, `6425`, `6426`, `6428`, `6429`, `6430`, `6431`, `6432`, `6434`, `6435`, `6436`, `6437`, `6438`, `6440`, `6441`, `6442`, `6443`, `6444`, `6445`, `6447`, `6449`, `6451`, `6452`, `6455`, `6456`, `6457`, `6458`, `6459`, `6460`, `6462`, `6463`, `6464`, `6465`, `6466`, `6469`, `6470`, `6471`, `6473`, `6474`, `6475`, `6476`, `6478`, `6480`, `6481`, `6482`, `6485`, `6486`, `6487`, `6488`, `6489`, `6490`, `6491`, `6493`, `6494`, `6495`, `6497`, `6498`, `6499`, `5134`, `6500`, `6501`, `6502`, `6503`, `6504`, `6506`, `6508`, `6509`, `6510`, `6511`, `6512`, `6514`, `6515`, `6516`, `6517`, `6518`, `6519`, `6520`, `6521`, `6523`, `6526`, `6527`, `6529`, `6531`, `6533`, `6535`, `6536`, `6537`, `6538`, `6539`, `6540`, `6543`, `6544`, `6545`, `6547`, `6550`, `6551`, `6552`, `6553`, `6554`, `6555`, `6557`, `6559`, `6560`, `6561`, `6562`, `6564`, `6565`, `6567`, `6568`, `6569`, `6570`, `6571`, `6574`, `6575`, `6578`, `6579`, `6580`, `6581`, `6583`, `6584`, `6586`, `6588`, `6589`, `6591`, `6593`, `6595`, `6597`, `6599`, `6600`, `6601`, `6602`, `6604`, `6605`, `6607`, `6609`, `6611`, `6614`, `6615`, `6616`, `6618`, `6619`, `6620`, `6622`, `6623`, `1924`, `6626`, `6628`, `6629`, `6631`, `6633`, `6635`, `6637`, `6638`, `6639`, `6641`, `6643`, `6644`, `6647`, `6649`, `6650`, `6651`, `6652`, `6654`, `6655`, `6656`, `6658`, `6659`, `6661`, `6662`, `6663`, `6664`, `6665`, `6666`, `6667`, `6669`, `6670`, `6672`, `6673`, `6674`, `6675`, `6676`, `6678`, `6680`, `6681`, `6682`, `6684`, `6685`, `6689`, `6690`, `6691`, `6694`, `6696`, `6697`, `6698`, `6699`, `6701`, `6702`, `6703`, `6704`, `6706`, `6707`, `6709`, `6710`, `6712`, `6714`, `6715`, `6717`, `6718`, `6719`, `6720`, `6721`, `6724`, `6725`, `6727`, `6730`, `6732`, `6733`, `6736`, `6739`, `6740`, `6743`, `6745`, `6746`, `6747`, `6748`, `6749`, `6751`, `6754`, `6755`, `6756`, `6757`, `6758`, `6759`, `6761`, `6763`, `6765`, `6768`, `6770`, `6773`, `6774`, `6775`, `6777`, `6778`, `6780`, `6783`, `6784`, `6785`, `6787`, `6789`, `6790`, `6792`, `6796`, `6799`, `6800`, `6801`, `6802`, `6803`, `6805`, `6807`, `6808`, `6810`, `6812`, `6814`, `6817`, `6819`, `6821`, `6822`, `6824`, `6826`, `6828`, `6829`, `6830`, `6832`, `6834`, `6835`, `6836`, `6839`, `6841`, `6844`, `6846`, `6848`, `6850`, `6851`, `6852`, `6853`, `6854`, `6855`, `6856`, `6858`, `6859`, `6860`, `6862`, `6863`, `6864`, `6866`, `6868`, `6869`, `6871`, `6873`, `6877`, `6880`, `6884`, `6885`, `6887`, `6888`, `6889`, `6892`, `6893`, `6894`, `6895`, `6898`, `6900`, `6901`, `6902`, `6904`, `6905`, `6906`, `6907`, `6909`, `6911`, `6914`, `6915`, `6916`, `6918`, `6919`, `6921`, `6922`, `6923`, `6924`, `6925`, `6926`, `6929`, `6930`, `6931`, `6934`, `6935`, `6937`, `6939`, `6940`, `6941`, `6944`, `6946`, `6947`, `6948`, `6950`, `6952`, `6954`, `6956`, `6957`, `6959`, `6960`, `6961`, `6963`, `6964`, `6965`, `6966`, `6968`, `6969`, `6970`, `6971`, `6972`, `6973`, `6974`, `6975`, `6977`, `1222`, `6979`, `6980`, `6981`, `6982`, `6983`, `6984`, `6985`, `6987`, `6988`, `6989`, `6990`, `6991`, `6992`, `6993`, `6994`, `6997`, `6998`, `7000`, `7001`, `7002`, `7003`, `7004`, `7007`, `7009`, `7010`, `7011`, `7013`, `7014`, `7016`, `7017`, `7019`, `7020`, `7021`, `7023`, `7024`, `7026`, `2231`, `7027`, `7028`, `7029`, `7031`, `7032`, `7033`, `7034`, `7035`, `7037`, `7038`, `7039`, `7040`, `7042`, `7043`, `7044`, `7045`, `7046`, `7048`, `7049`, `7051`, `7053`, `7055`, `7059`, `7060`, `7061`, `7062`, `7064`, `7065`, `7067`, `7068`, `7071`, `7072`, `7073`, `7074`, `7076`, `7077`, `7081`, `7084`, `7085`, `7088`, `7090`, `7092`, `7093`, `7095`, `7096`, `7097`, `7098`, `7100`, `7101`, `7102`, `7104`, `7107`, `7108`, `7112`, `7113`, `7115`, `7116`, `7117`, `7120`, `7121`, `7122`, `7123`, `7124`, `7125`, `7126`, `7128`, `7131`, `7132`, `7133`, `7134`, `7135`, `7138`, `7140`, `7141`, `7142`, `7143`, `7145`, `7146`, `7148`, `7149`, `7152`, `7156`, `7158`, `7159`, `7160`, `7161`, `7162`, `7163`, `7166`, `7169`, `7170`, `7173`, `7174`, `7177`, `7178`, `7179`, `7180`, `7181`, `7183`, `7184`, `7185`, `7186`, `7188`, `7189`, `7191`, `7192`, `7195`, `7198`, `7199`, `7201`, `7203`, `7204`, `7205`, `7206`, `7208`, `7213`, `7215`, `7216`, `7219`, `7221`, `7224`, `7225`, `7227`, `7229`, `7231`, `7232`, `7235`, `7236`, `7237`, `7239`, `7240`, `7242`, `7243`, `7245`, `7246`, `7247`, `7248`, `7252`, `7253`, `7254`, `7256`, `7258`, `7259`, `7260`, `7262`, `7263`, `7264`, `7266`, `7268`, `7270`, `7271`, `7272`, `7273`, `7274`, `7276`, `7277`, `7278`, `7281`, `7282`, `7283`, `7286`, `7288`, `7290`, `1256`, `7291`, `7292`, `7293`, `7295`, `7298`, `7299`, `7301`, `7302`, `7303`, `7304`, `7306`, `7307`, `7308`, `7310`, `7312`, `7313`, `7316`, `7317`, `7318`, `7319`, `7320`, `7323`, `7324`, `7326`, `7328`, `7331`, `7332`, `7334`, `7336`, `7337`, `7338`, `7340`, `7342`, `7343`, `7344`, `7345`, `7346`, `7347`, `7348`, `7350`, `7352`, `7353`, `5131`, `7354`, `7356`, `7358`, `7360`, `7362`, `7363`, `7366`, `7367`, `7368`, `7369`, `7373`, `7374`, `7375`, `7376`, `7377`, `7378`, `7379`, `7382`, `7383`, `7384`, `7385`, `7386`, `7387`, `7388`, `7389`, `7392`, `7395`, `7397`, `7398`, `7400`, `7402`, `7405`, `7406`, `7408`, `7410`, `7411`, `7412`, `7414`, `7416`, `7417`, `7419`, `7421`, `7423`, `7425`, `7427`, `7428`, `7429`, `7430`, `7432`, `7434`, `7435`, `7436`, `7437`, `7439`, `7440`, `7443`, `7444`, `7445`, `7447`, `7448`, `7449`, `7451`, `7453`, `7454`, `7456`, `7458`, `7459`, `7460`, `7462`, `7463`, `7464`, `7465`, `7466`, `7467`, `7468`, `7469`, `7470`, `7471`, `7472`, `7475`, `7477`, `7478`, `7479`, `7481`, `7482`, `7483`, `7484`, `7485`, `7486`, `7487`, `7488`, `7490`, `7492`, `7496`, `7497`, `7498`, `7500`, `7501`, `7503`, `7505`, `7506`, `7509`, `7511`, `7512`, `7514`, `7515`, `7516`, `7518`, `7522`, `7523`, `7524`, `7255`, `7526`, `7527`, `7530`, `7532`, `7533`, `7535`, `7536`, `7539`, `7541`, `7544`, `7547`, `7548`, `7550`, `7552`, `7553`, `7555`, `7556`, `7558`, `7559`, `7560`, `7561`, `7563`, `7564`, `7565`, `7566`, `7567`, `7569`, `7571`, `7575`, `7577`, `7578`, `7580`, `7581`, `7585`, `7586`, `7588`, `7590`, `7593`, `7595`, `7597`, `7599`, `7600`, `7601`, `7603`, `7605`, `7607`, `7608`, `7609`, `7610`, `7611`, `7612`, `7613`, `7614`, `7615`, `7616`, `7617`, `7619`, `7620`, `7621`, `7622`, `7623`, `7625`, `7628`, `7630`, `7631`, `7632`, `7634`, `7635`, `3191`, `7636`, `7637`, `7639`, `7641`, `7642`, `7643`, `7644`, `7645`, `7646`, `7647`, `7648`, `7649`, `7650`, `7652`, `7653`, `7654`, `7655`, `7657`, `7658`, `7659`, `7660`, `7661`, `7662`, `7664`, `7665`, `7667`, `7668`, `7670`, `7672`, `7673`, `7674`, `7675`, `7677`, `7678`, `7679`, `7680`, `7681`, `7682`, `7684`, `7686`, `7687`, `7688`, `7690`, `7692`, `7693`, `7695`, `7696`, `7698`, `7700`, `7701`, `7703`, `7704`, `7707`, `7710`, `7711`, `7713`, `7714`, `7715`, `7717`, `7718`, `7719`, `7721`, `7722`, `7723`, `7725`, `7726`, `7728`, `7729`, `7730`, `7731`, `7732`, `7733`, `7734`, `7735`, `7737`, `7739`, `7741`, `7743`, `7744`, `7745`, `7748`, `7750`, `7752`, `7753`, `7755`, `7756`, `7757`, `7758`, `7759`, `7760`, `7761`, `7762`, `7763`, `7764`, `7765`, `7766`, `7767`, `7768`, `7769`, `7771`, `7772`, `7774`, `7775`, `7776`, `7778`, `7779`, `7781`, `7782`, `7784`, `7785`, `7788`, `7789`, `7790`, `7791`, `7793`, `7794`, `7796`, `7798`, `7800`, `7801`, `7803`, `7804`, `7806`, `7808`, `7810`, `7811`, `7813`, `7816`, `7817`, `7819`, `7822`, `7824`, `7826`, `7828`, `7831`, `7833`, `7834`, `7836`, `7838`, `7840`, `7841`, `7842`, `7844`, `7846`, `7848`, `7850`, `7851`, `7852`, `7853`, `7854`, `7855`, `7856`, `7857`, `7859`, `7860`, `7861`, `7862`, `7863`, `7866`, `7868`, `7871`, `7873`, `7875`, `7876`, `7878`, `7880`, `7883`, `7884`, `7885`, `7886`, `7888`, `7889`, `7891`, `7894`, `7895`, `7896`, `7898`, `7899`, `7900`, `7901`, `7902`, `7903`, `7905`, `7907`, `7909`, `7910`, `7912`, `7914`, `7915`, `7916`, `7917`, `7919`, `5472`, `7920`, `7921`, `7922`, `7923`, `7924`, `7926`, `7928`, `7930`, `7931`, `7933`, `7934`, `7935`, `7937`, `7938`, `7939`, `7941`, `7942`, `7945`, `7946`, `7947`, `7948`, `7951`, `7952`, `7953`, `7955`, `7956`, `7959`, `7960`, `7961`, `7962`, `7963`, `7964`, `7965`, `7966`, `7967`, `7969`, `7970`, `7971`, `7972`, `7974`, `7975`, `7976`, `7977`, `7978`, `7979`, `7982`, `7984`, `7985`, `7987`, `7988`, `7989`, `7990`, `7992`, `7993`, `7994`, `7995`, `7997`, `7998`, `7999`, `8000`, `8001`, `8002`, `8007`, `8008`, `8009`, `8011`, `8012`, `8014`, `8016`, `8019`, `8021`, `8023`, `8025`, `8027`, `8028`, `8030`, `8031`, `8032`, `8033`, `8035`, `8037`, `3820`, `8038`, `8040`, `8042`, `8044`, `8046`, `8047`, `8048`, `8049`, `2686`, `8050`, `8051`, `8053`, `8054`, `8055`, `8056`, `8058`, `8061`, `8062`, `8064`, `8065`, `8066`, `8067`, `8068`, `8069`, `8071`, `8072`, `8073`, `8074`, `8075`, `8076`, `8077`, `8078`, `8079`, `8080`, `8081`, `8083`, `8084`, `8085`, `8086`, `8087`, `8088`, `8090`, `8091`, `8093`, `8094`, `8095`, `8097`, `8098`, `8099`, `8101`, `8103`, `8104`, `8106`, `8108`, `8109`, `8110`, `8111`, `8112`, `8113`, `8115`, `8117`, `8118`, `8119`, `8120`, `8121`, `8124`, `8125`, `8127`, `8128`, `8129`, `8130`, `8131`, `8132`, `8133`, `8134`, `8136`, `8137`, `8139`, `8141`, `8142`, `8144`, `8145`, `8147`, `8151`, `8154`, `8155`, `8157`, `8158`, `8160`, `8161`, `8162`, `8164`, `8166`, `8167`, `8168`, `8169`, `8170`, `8171`, `8173`, `8174`, `8176`, `8177`, `8178`, `8179`, `8181`, `8182`, `8183`, `8185`, `8186`, `8187`, `8188`, `8189`, `8190`, `8191`, `8192`, `8193`, `8194`, `8195`, `8197`, `8199`, `8201`, `8202`, `8203`, `7736`, `8204`, `8205`, `8206`, `8207`, `8209`, `8210`, `8211`, `8213`, `8215`, `8216`, `8218`, `8219`, `8220`, `8221`, `8222`, `8223`, `7839`, `8224`, `8225`, `8227`, `2984`, `8229`, `8230`, `8231`, `8232`, `8235`, `8237`, `8239`, `8240`, `8241`, `8245`, `8246`, `8248`, `8249`, `8250`, `8253`, `8254`, `8256`, `8257`, `8259`, `8260`, `8261`, `8263`, `8264`, `8265`, `8266`, `8267`, `8268`, `8269`, `8271`, `8272`, `8273`, `8274`, `8275`, `8280`, `8281`, `8282`, `8284`, `8285`, `8286`, `8287`, `8288`, `8290`, `8291`, `8292`, `8293`, `8294`, `8295`, `8297`, `8299`, `8300`, `8301`, `8302`, `8303`, `8306`, `8308`, `8309`, `8310`, `8312`, `8313`, `8314`, `8316`, `8317`, `8319`, `8321`, `8323`, `8325`, `8326`, `8327`, `8329`, `8330`, `8331`, `8332`, `8333`, `8336`, `8338`, `8339`, `8296`, `8340`, `8342`, `8343`, `8344`, `8345`, `8347`, `8349`, `8350`, `8352`, `8357`, `8359`, `8360`, `8361`, `8362`, `8363`, `8365`, `8366`, `8367`, `8369`, `8370`, `8372`, `8373`, `8375`, `8377`, `8378`, `8379`, `8381`, `8382`, `8383`, `8385`, `8388`, `8389`, `8391`, `8392`, `8394`, `8396`, `8398`, `8270`, `8399`, `8402`, `8404`, `8405`, `8407`, `8409`, `8411`, `8412`, `8414`, `8415`, `8417`, `8419`, `8420`, `8423`, `8426`, `8427`, `8428`, `8431`, `8432`, `8433`, `8434`, `8435`, `8437`, `8438`, `8441`, `8443`, `8444`, `8445`, `8446`, `8447`, `8449`, `8453`, `8455`, `8457`, `8459`, `8460`, `8462`, `8463`, `8464`, `8466`, `8467`, `8468`, `8469`, `8470`, `8472`, `8473`, `8474`, `8475`, `8476`, `8478`, `8479`, `8481`, `8484`, `8485`, `8486`, `8488`, `8489`, `8491`, `8494`, `8495`, `8496`, `8497`, `8498`, `8499`, `8500`, `8503`, `8505`, `8506`, `8508`, `8509`, `8510`, `8511`, `8512`, `8513`, `8514`, `8515`, `8516`, `8517`, `8519`, `8521`, `8522`, `8523`, `8524`, `8525`, `8526`, `8527`, `8529`, `8530`, `8532`, `8535`, `8537`, `8538`, `8539`, `8541`, `8542`, `8543`, `8544`, `8549`, `8550`, `8551`, `8552`, `8553`, `8554`, `8555`, `8557`, `8558`, `8559`, `8562`, `8563`, `8564`, `8566`, `8569`, `8570`, `8571`, `8573`, `8575`, `8577`, `8578`, `8579`, `8580`, `8581`, `8584`, `8585`, `8586`, `8587`, `8589`, `8590`, `8592`, `8593`, `8594`, `8595`, `8597`, `8598`, `8600`, `8601`, `8602`, `8604`, `8605`, `8608`, `8610`, `8611`, `8612`, `8613`, `8614`, `8615`, `8616`, `8618`, `8619`, `8620`, `8621`, `8622`, `8625`, `8627`, `8629`, `8630`, `8632`, `8634`, `8636`, `8637`, `8638`, `8640`, `8642`, `8643`, `8644`, `8646`, `8647`, `8649`, `8650`, `8651`, `8653`, `8655`, `8656`, `8657`, `8658`, `8659`, `8660`, `8662`, `8664`, `8665`, `8666`, `8667`, `8669`, `8670`, `8671`, `8673`, `8674`, `8675`, `8676`, `8677`, `8678`, `8679`, `8680`, `8681`, `8683`, `8685`, `8687`, `8689`, `8691`, `8692`, `8693`, `8694`, `8696`, `8697`, `8698`, `8700`, `8701`, `8702`, `8703`, `8704`, `8705`, `8706`, `8707`, `8708`, `8709`, `8710`, `8712`, `8713`, `8715`, `8717`, `8719`, `8722`, `8723`, `8725`, `8726`, `8727`, `8729`, `8730`, `8732`, `8734`, `8736`, `8738`, `8739`, `8740`, `8741`, `8743`, `8744`, `8745`, `8747`, `8748`, `8752`, `8753`, `8754`, `8755`, `8756`, `8757`, `8758`, `8760`, `8761`, `8762`, `8763`, `8765`, `8766`, `8767`, `8768`, `8770`, `8771`, `8773`, `8774`, `8775`, `8776`, `8778`, `8779`, `8780`, `8781`, `8782`, `8785`, `8786`, `8787`, `8789`, `8790`, `8791`, `8793`, `8795`, `8798`, `8800`, `8801`, `8802`, `8804`, `8805`, `8807`, `8808`, `8809`, `8810`, `8813`, `8815`, `8816`, `8817`, `8819`, `8820`, `8821`, `8822`, `8823`, `401`, `8824`, `8826`, `8827`, `8829`, `8830`, `8831`, `8833`, `8835`, `8837`, `8839`, `8840`, `8841`, `8842`, `8844`, `8845`, `8847`, `8849`, `8851`, `8852`, `8853`, `8855`, `8857`, `8858`, `8859`, `8864`, `8865`, `8866`, `8867`, `8869`, `8870`, `8871`, `8874`, `8877`, `8879`, `8880`, `8881`, `8883`, `8884`, `8886`, `8887`, `8890`, `8891`, `8892`, `8893`, `8895`, `8897`, `8899`, `8900`, `8901`, `8903`, `8906`, `8907`, `8909`, `8911`, `8914`, `8916`, `8917`, `8919`, `8920`, `8921`, `8922`, `8923`, `8927`, `8928`, `8930`, `8931`, `8933`, `8934`, `8937`, `8939`, `8940`, `8941`, `8942`, `8944`, `8945`, `8947`, `8948`, `8949`, `8950`, `8951`, `8953`, `8954`, `8955`, `8958`, `8960`, `8962`, `8965`, `8966`, `8967`, `8968`, `8969`, `8970`, `8971`, `8972`, `8974`, `8976`, `8977`, `8978`, `8979`, `8980`, `8981`, `8982`, `8983`, `8984`, `8985`, `8987`, `8991`, `8992`, `8993`, `8994`, `8995`, `8996`, `8998`, `8999`, `9000`, `9002`, `9003`, `9004`, `9005`, `9007`, `9009`, `9010`, `9011`, `9014`, `9015`, `9016`, `9018`, `9019`, `9020`, `9022`, `9024`, `9025`, `9026`, `9028`, `9030`, `9031`, `9032`, `9034`, `9035`, `9037`, `9038`, `9039`, `9042`, `9043`, `9044`, `9046`, `9048`, `9050`, `9051`, `9053`, `9054`, `9055`, `9057`, `9058`, `8932`, `9059`, `9060`, `9061`, `9062`, `9064`, `9068`, `1932`, `9069`, `9070`, `9071`, `9072`, `9073`, `9074`, `9076`, `9079`, `9080`, `9083`, `9084`, `9087`, `9088`, `9090`, `9091`, `9093`, `9095`, `9096`, `9097`, `9098`, `9100`, `9103`, `9104`, `9105`, `9106`, `9107`, `9108`, `9109`, `9110`, `9111`, `9112`, `9113`, `9114`, `9116`, `9119`, `9120`, `9121`, `9122`, `9123`, `9124`, `9127`, `9128`, `9129`, `9130`, `9131`, `9132`, `9133`, `9134`, `9135`, `9136`, `9138`, `9139`, `9141`, `9142`, `9144`, `9145`, `9146`, `9148`, `9149`, `9150`, `9152`, `9153`, `9156`, `9158`, `9160`, `9162`, `9165`, `7986`, `9168`, `9170`, `9171`, `9172`, `9173`, `9175`, `9176`, `9177`, `9179`, `9180`, `9182`, `9183`, `9185`, `9188`, `9190`, `9191`, `9192`, `9194`, `9198`, `9200`, `9201`, `9202`, `9204`, `9206`, `9207`, `5871`, `9210`, `9211`, `9213`, `9214`, `9215`, `9217`, `9218`, `9220`, `9221`, `9222`, `9226`, `9228`, `9230`, `9231`, `9233`, `9234`, `9235`, `9238`, `9239`, `9241`, `9242`, `9244`, `9246`, `9249`, `9251`, `9252`, `9255`, `9256`, `9259`, `9260`, `9262`, `9263`, `9265`, `9269`, `9270`, `9273`, `9274`, `9277`, `3858`, `9279`, `9281`, `9282`, `9284`, `9287`, `7598`, `9289`, `9292`, `9294`, `9295`, `9296`, `9297`, `9298`, `9299`, `9301`, `9302`, `9304`, `9306`, `9308`, `9311`, `9312`, `9313`, `9314`, `9318`, `9320`, `9322`, `9325`, `9326`, `9327`, `9329`, `9331`, `9333`, `9334`, `9336`, `9338`, `9339`, `9340`, `9341`, `9342`, `9343`, `9344`, `9346`, `9347`, `9349`, `9350`, `9352`, `9353`, `9355`, `9358`, `9359`, `9360`, `9363`, `9365`, `9368`, `9369`, `9371`, `9373`, `9374`, `9375`, `9376`, `9377`, `9379`, `9382`, `9383`, `9384`, `9387`, `9388`, `9389`, `9390`, `9391`, `9392`, `9393`, `9395`, `9396`, `9398`, `9400`, `9401`, `9404`, `9406`, `9409`, `9410`, `9412`, `9414`, `9416`, `9417`, `9418`, `9420`, `9421`, `9424`, `9426`, `9428`, `9429`, `9431`, `9432`, `9433`, `9434`, `9435`, `9436`, `9438`, `9441`, `9443`, `9445`, `9446`, `9447`, `9448`, `9449`, `9450`, `9451`, `9453`, `9454`, `9455`, `9457`, `9458`, `9459`, `9460`, `9461`, `9462`, `9463`, `9464`, `9465`, `9467`, `9469`, `9471`, `9474`, `9476`, `9477`, `9478`, `9479`, `9480`, `973`, `9482`, `9483`, `9485`, `9486`, `9488`, `9489`, `9490`, `9492`, `9493`, `9495`, `9496`, `9498`, `9499`, `9501`, `9502`, `9504`, `9506`, `9507`, `9508`, `9511`, `9512`, `9514`, `9515`, `9518`, `9519`, `9521`, `9523`, `9524`, `9526`, `9528`, `9531`, `9533`, `9534`, `9535`, `9537`, `9539`, `9540`, `9541`, `9543`, `9545`, `9546`, `9548`, `9549`, `9550`, `9551`, `9554`, `9555`, `9556`, `9557`, `9559`, `9561`, `9562`, `9565`, `9567`, `9570`, `9571`, `9573`, `7877`, `9575`, `9578`, `9580`, `9582`, `9583`, `9586`, `9587`, `9588`, `9589`, `9591`, `9592`, `9593`, `9594`, `9595`, `9597`, `9599`, `9601`, `9603`, `9604`, `9605`, `9607`, `9610`, `5979`, `9611`, `9612`, `9613`, `9614`, `9616`, `9617`, `9618`, `9620`, `9621`, `9622`, `9624`, `9627`, `9629`, `9630`, `9632`, `9633`, `9636`, `9637`, `9638`, `9640`, `9641`, `9642`, `9644`, `9646`, `9647`, `9649`, `9650`, `9653`, `9656`, `9657`, `9658`, `9659`, `9660`, `9662`, `9663`, `9664`, `9665`, `9666`, `9667`, `9670`, `9673`, `9675`, `9677`, `9679`, `9681`, `9682`, `9683`, `9684`, `9686`, `9688`, `9689`, `9690`, `9692`, `9693`, `9695`, `9696`, `9697`, `9699`, `9701`, `9703`, `9705`, `9707`, `9710`, `9713`, `9714`, `9715`, `9717`, `9718`, `9721`, `9722`, `9724`, `9725`, `9726`, `9727`, `9729`, `9730`, `9731`, `9732`, `9733`, `9735`, `9737`, `9739`, `9740`, `9741`, `9744`, `9747`, `9748`, `9750`, `9751`, `9753`, `9754`, `9755`, `9756`, `9758`, `9759`, `9760`, `9761`, `9762`, `9764`, `9768`, `9770`, `9772`, `9774`, `9776`, `9777`, `9779`, `9780`, `9782`, `9783`, `9784`, `9787`, `9789`, `9790`, `9791`, `9793`, `9794`, `9795`, `9796`, `9797`, `9798`, `9799`, `9800`, `9803`, `9805`, `9807`, `9809`, `9810`, `9811`, `9813`, `9816`, `9817`, `9819`, `9820`, `9822`, `9823`, `9824`, `9825`, `9827`, `9828`, `9830`, `9831`, `9832`, `9834`, `9836`, `9837`, `9839`, `9840`, `9841`, `9842`, `9844`, `9845`, `9846`, `9847`, `9848`, `9850`, `9851`, `9853`, `9854`, `9855`, `9856`, `9857`, `2337`, `8520`, `9858`, `9861`, `9862`, `9757`, `9864`, `9865`, `9867`, `9868`, `9870`, `9871`, `9872`, `9873`, `9874`, `9877`, `9878`, `9879`, `9880`, `9882`, `9884`, `9885`, `9887`, `9889`, `9890`, `9892`, `9894`, `9895`, `9897`, `9899`, `9901`, `9903`, `9906`, `9907`, `9909`, `9911`, `9914`, `9916`, `9918`, `9919`, `9920`, `9922`, `9924`, `9927`, `9929`, `9930`, `9932`, `9935`, `9936`, `9938`, `9939`, `9940`, `9941`, `9942`, `9943`, `9944`, `9945`, `9946`, `9947`, `9948`, `9949`, `9950`, `9951`, `9952`, `9953`, `9955`, `9956`, `9957`, `9958`, `9960`, `9962`, `9963`, `9964`, `9965`, `9967`, `9968`, `9970`, `9971`, `9974`, `9977`, `9978`, `9980`, `9981`, `6878`, `9982`, `9984`, `9985`, `9987`, `9988`, `9989`, `9992`, `9993`, `9994`, `9995`, `9999`, `10001`, `10002`, `10003`, `10004`, `10006`, `10007`, `1912`, `10008`, `10011`, `10013`, `10014`, `10016`, `10017`, `10019`, `10020`, `10023`, `10025`, `10028`, `10029`, `10030`, `10033`, `10034`, `10036`, `10038`, `10039`, `10040`, `10041`, `10042`, `10044`, `10046`, `10048`, `10050`, `10051`, `10053`, `10055`, `10057`, `10058`, `10060`, `10061`, `10062`, `10063`, `10065`, `10066`, `10069`, `10070`, `10071`, `10073`, `10076`, `10078`, `10079`, `10081`, `10085`, `10086`, `10091`, `10092`, `10093`, `10094`, `10096`, `10098`, `10099`, `10100`, `10101`, `10104`, `10105`, `10106`, `10107`, `10110`, `10111`, `10112`, `10114`, `10115`, `10116`, `10118`, `10119`, `10120`, `10123`, `10124`, `10125`, `10127`, `10128`, `10129`, `10130`, `10131`, `10133`, `10134`, `10136`, `10138`, `10139`, `10142`, `10143`, `10146`, `10148`, `10149`, `10150`, `10152`, `10154`, `10156`, `10159`, `10161`, `10163`, `10164`, `10165`, `10167`, `10168`, `10169`, `10170`, `10171`, `10172`, `10175`, `10176`, `10177`, `10180`, `10183`, `10185`, `10186`, `10187`, `10189`, `10191`, `10193`, `10195`, `10196`, `10197`, `10198`, `10199`, `10200`, `10202`, `10203`, `10204`, `10207`, `10208`, `10210`, `10211`, `10213`, `10214`, `10215`, `10217`, `10218`, `10220`, `10222`, `10224`, `10225`, `10227`, `10228`, `10230`, `10232`, `10234`, `10235`, `10237`, `10238`, `10239`, `10241`, `10242`, `10243`, `10245`, `10248`, `10249`, `10251`, `10252`, `10253`, `10255`, `10258`, `10259`, `10260`, `10261`, `10262`, `10263`, `10265`, `10267`, `10268`, `10269`, `10270`, `10272`, `10273`, `10275`, `10276`, `10277`, `10278`, `10279`, `10280`, `10281`, `10284`, `10285`, `10287`, `10288`, `10291`, `10292`, `10294`, `10296`, `10297`, `10298`, `10300`, `10302`, `10303`, `10304`, `10306`, `10307`, `10308`, `10309`, `10312`, `10313`, `10314`, `10315`, `10316`, `10317`, `10318`, `10319`, `10320`, `10321`, `10323`, `10324`, `10327`, `10328`, `10329`, `10330`, `10332`, `10333`, `10335`, `10336`, `10337`, `10340`, `10341`, `10343`, `10344`, `10345`, `10346`, `10347`, `10348`, `10349`, `10350`, `10351`, `10352`, `10353`, `10354`, `10356`, `10357`, `10359`, `10360`, `10363`, `10365`, `10366`, `10368`, `10370`, `10371`, `10372`, `10373`, `10374`, `10375`, `10376`, `10377` | </details> ### Accuracy | Type | Score | | --- | --- | | `TOKEN_F` | 99.06 | | `TOKEN_P` | 99.06 | | `TOKEN_R` | 99.06 | | `TOKEN_ACC` | 99.77 | | `SENTS_F` | 97.00 | | `SENTS_P` | 97.32 | | `SENTS_R` | 96.67 | | `TAG_ACC` | 93.85 | | `POS_ACC` | 97.66 | | `MORPH_ACC` | 93.64 | | `DEP_UAS` | 92.56 | | `DEP_LAS` | 87.49 | | `LEMMA_ACC` | 93.99 |
[ 0.009012347087264061, -0.03063126653432846, -0.016914546489715576, 0.03471200168132782, 0.060770194977521896, 0.0028955060988664627, -0.036191679537296295, 0.004891433287411928, -0.05907116457819939, 0.07111705839633942, 0.02963271737098694, -0.018242837861180305, -0.013187993317842484, 0.055431269109249115, 0.004321107175201178, -0.06025423854589462, -0.0129852294921875, 0.001414813450537622, -0.0813455805182457, 0.022146712988615036, 0.010556031949818134, 0.006362738087773323, -0.01844601519405842, 0.008629539981484413, 0.017610512673854828, -0.004984870087355375, -0.020164094865322113, -0.0008718440658412874, 0.03972447291016579, -0.06705982983112335, 0.0015957412542775273, -0.01451084017753601, -0.0528721958398819, -0.011066156439483166, -0.03468775376677513, -0.010389197617769241, -0.0006935526034794748, -0.00633134413510561, 0.013190729543566704, 0.09655125439167023, -0.0028961075004190207, 0.022606125101447105, -0.003710109042003751, -0.058421336114406586, 0.03781450167298317, -0.007203908171504736, -0.05243838205933571, -0.0121510811150074, 0.03731822967529297, -0.0322447307407856, -0.05238587409257889, -0.06281791627407074, -0.013502813875675201, -0.0013086716644465923, -0.03222063556313515, -0.029299598187208176, -0.04732997342944145, -0.0032306862995028496, 0.07210661470890045, -0.03433399274945259, -0.018136998638510704, 0.027115100994706154, -0.08154666423797607, 0.023752350360155106, 0.027608197182416916, -0.009988922625780106, -0.007966199889779091, -0.0464051254093647, 0.043047502636909485, -0.00852421298623085, 0.04857110604643822, -0.06046731397509575, -0.0028571593575179577, -0.05463173985481262, -0.015406772494316101, -0.029092464596033096, 0.03272755816578865, 0.027658209204673767, -0.02906876429915428, 0.04577566310763359, 0.054046567529439926, -0.008910738863050938, 0.0512499175965786, -0.026202956214547157, -0.004759427160024643, 0.04671681672334671, -0.03520188853144646, -0.004335709381848574, 0.015321114100515842, 0.04030102118849754, -0.02925637736916542, -0.03540228679776192, -0.0066724116913974285, -0.04376547783613205, -0.01762744039297104, 0.02517090179026127, 0.05345096439123154, -0.008838759735226631, 0.012801116332411766, 0.016090841963887215, 0.0032641116995364428, 0.04064175486564636, -0.00568204652518034, 0.045871660113334656, -0.01909431256353855, 0.004809135105460882, -0.0038804367650300264, -0.0408688448369503, -0.02863810956478119, 0.0329006090760231, 0.03158249706029892, -0.007869765162467957, -0.03857714310288429, 0.024709247052669525, 0.009922386147081852, -0.02500610239803791, 0.04649468883872032, -0.04734976217150688, -0.05903729051351547, -0.07278364151716232, 0.01909572258591652, 0.011980690993368626, -0.008877811953425407, 0.017945462837815285, -0.0296989344060421, -0.005385091062635183, -0.05797909200191498, -0.03618396446108818, 0.004487551283091307, 0.02186366729438305, -0.00918479636311531, 0.06692131608724594, 0.01655801571905613, -0.06373368948698044, 0.032016266137361526, -0.00752557348459959, -0.07048767060041428, 0.023618357256054878, 0.04645828530192375, 0.08401405066251755, -0.059515535831451416, -0.037376295775175095, 0.030323395505547523, 0.03378401696681976, -0.03226076066493988, -0.00424166489392519, 0.007315400987863541, -0.0344548374414444, -0.025356901809573174, -0.020838074386119843, 0.023295631632208824, -0.04600529000163078, -0.0056175668723881245, 0.05353977903723717, 0.011931521818041801, 0.051086679100990295, -0.0514366514980793, -0.0346873514354229, 0.011523675173521042, -0.025933386757969856, -0.01563386432826519, 0.037675630301237106, -0.00940246693789959, -0.020645257085561752, -0.02598446048796177, -0.017381373792886734, -0.014219362288713455, 0.0757361650466919, 0.014009889215230942, -0.0198957696557045, -0.04844018071889877, 0.016489865258336067, 0.045514028519392014, 0.03483012318611145, -0.0007600785465911031, 0.01705462671816349, 0.03380105644464493, 0.03618239611387253, -0.02023502066731453, 0.07417812198400497, 0.01065829861909151, -0.03981810063123703, -0.052146781235933304, 0.010706771165132523, 0.014629512093961239, -0.012091578915715218, -0.00018546494538895786, 0.056764837354421616, 0.001478997291997075, -0.015925228595733643, -0.012543161399662495, 0.05064897984266281, 0.00612713024020195, 0.009047853760421276, 0.004568873438984156, -0.033374425023794174, 0.010029032826423645, 0.07454098016023636, 0.0016521232901141047, -0.012327984906733036, -0.0042098211124539375, -0.03656082600355148, 0.025241289287805557, 0.04447357356548309, 0.021095750853419304, 0.01160405483096838, -0.00765313720330596, 0.08040411025285721, -0.04452625662088394, 0.012470485642552376, -0.044480156153440475, -0.06498820334672928, -0.0003206522960681468, 0.04077637195587158, 0.03955651819705963, 0.06818734109401703, -0.00876413844525814, -0.053754985332489014, 0.00953639019280672, 0.04982113465666771, 0.03405733034014702, 0.006677320692688227, -0.050537291914224625, -0.008266224525868893, 0.039808109402656555, 0.05311548337340355, -0.04892944172024727, -0.040440015494823456, 0.023946356028318405, 0.048730652779340744, -0.030828598886728287, -0.0057190232910215855, -0.026505211368203163, 0.029884682968258858, -0.0398777611553669, -0.04222368821501732, 0.05803445354104042, -0.004108356311917305, -0.007178105879575014, 0.022340629249811172, -0.004700344055891037, 0.00179249735083431, 0.023308612406253815, 0.001564266625791788, -0.008241510950028896, -0.033307913690805435, -0.0030609164386987686, 0.009233457036316395, 0.08216211199760437, -0.05063503608107567, 0.00490388972684741, -0.014227106235921383, 0.007209462113678455, 0.061438389122486115, -0.07204487174749374, 0.004328723065555096, 0.03672802075743675, 0.026738988235592842, -0.009691370651125908, 0.0004833012935705483, -0.006429193075746298, 0.015906568616628647, 0.0356786772608757, 0.007611044216901064, 0.06196087971329689, -0.006296131759881973, 0.039366159588098526, 0.07018592953681946, 0.003095939289778471, -0.008332226425409317, 0.023806916549801826, 0.05300324037671089, 0.010428594425320625, -0.019265253096818924, 0.06803248822689056, -0.04215662553906441, 0.013029856607317924, -0.04711027070879936, 0.019957248121500015, 0.002024891786277294, -0.029661079868674278, 0.04403546079993248, -0.022579742595553398, -0.009420359507203102, 0.01336656603962183, -0.016553526744246483, -0.006955869495868683, 0.05291670933365822, 0.0010855146683752537, -0.000027980089726042934, 0.013547444716095924, -0.011881647631525993, 0.022520393133163452, -0.04245850071310997, -0.0675899088382721, -0.008617918938398361, -0.035345111042261124, -0.019351499155163765, -0.07771287858486176, -0.051383379846811295, -0.02447156421840191, -0.0074248965829610825, 0.03353576362133026, 0.009679189883172512, 0.017460664734244347, -0.027408529072999954, 0.007969898171722889, -0.04494050145149231, -0.0335792601108551, -0.0639713779091835, -0.03385620191693306, -0.033373426645994186, -0.0687202587723732, 0.043765053153038025, 0.04001007601618767, 0.048771005123853683, 0.006374766118824482, 0.014594178646802902, -0.05611895024776459, -0.016740888357162476, 0.03629756718873978, 0.03907081484794617, -0.030223259702324867, -0.024749156087636948, 0.018390076234936714, 0.004404041450470686, 0.012747962027788162, 0.008253158070147038, -0.056639548391103745, 0.0823695957660675, 0.0879008024930954, 0.01203199103474617, -0.0032304388005286455, 0.0038672953378409147, -0.05097203701734543, -0.009432821534574032, -0.016817865893244743, -0.029833482578396797, -0.009559710510075092, -0.0548129603266716, -0.04626837745308876, -0.03079693205654621, -0.0035531388130038977, -0.015497616492211819, -0.006631509400904179, 0.03906223922967911, 0.024322733283042908, 0.03974943980574608, 0.04755261540412903, 0.027531592175364494, -0.04680094122886658, -0.03860261291265488, 0.07161051034927368, -0.0019561955705285072, 0.010561534203588963, -0.0647844597697258, -0.009249246679246426, 0.01332139316946268, 0.0037290663458406925, 0.00632745074108243, -0.02774316444993019, 0.07485421746969223, 0.026387279853224754, -0.011653084307909012, 0.012973688542842865, 0.004423179198056459, -0.04532064124941826, -0.008895225822925568, -0.04643170163035393, 0.00438033789396286, -0.03138574957847595, -0.026892442256212234, -0.016829200088977814, 0.041308484971523285, -0.063466876745224, -0.05192948505282402, -0.02236277051270008, 0.035397060215473175, 0.0346657894551754, 0.04269428551197052, -0.04768170416355133, 0.0027053954545408487, -0.05283068120479584, -0.026567867025732994, 0.01757054403424263, 0.01958915963768959, 0.011498706415295601, 0.04154578223824501, 0.04280470684170723, -0.03931337967514992, 0.057614006102085114, 0.023022083565592766, 0.07053463906049728, 0.03598318621516228, -0.04186783730983734, 0.010522120632231236, -0.03722785413265228, 0.028902683407068253, -0.002980555407702923, -0.006231799256056547, -0.05359070375561714, -0.10264106094837189, -0.008566321805119514, 0.02642977423965931, -0.015283777378499508, 0.001526093459688127, 0.0341835543513298, -0.02036171592772007, 0.003818969475105405, -0.014329061843454838, 0.02421136014163494, 0.06098898500204086, -0.07141754031181335, 0.046777915209531784, 0.007235828787088394, 0.05756715312600136, -0.048747073858976364, 0.019901182502508163, 0.00019716061069630086, -0.017446616664528847, -0.024325503036379814, 0.06283701956272125, 0.009285366162657738, 0.030899960547685623, 0.09145989269018173, 0.007303532212972641, -0.03667613863945007, 0.033920153975486755, 0.040382515639066696, -0.006985496263951063, -0.043954554945230484, 0.0023466378916054964, -0.009953889064490795, -0.031194081529974937, -0.0018654903396964073, -0.03222634270787239, 0.00388435204513371, 0.027349146082997322, 0.015009007416665554, -0.027987390756607056, 0.0047049755230546, -0.05122285708785057, -0.0401342548429966, -0.05997845157980919, -0.054034531116485596, 0.0011263606138527393, -0.024694859981536865, 0.0201851986348629, 0.04733981564640999, 0.01268876250833273, 0.06368237733840942, 0.0717199519276619, -0.02296503260731697, -0.017735959962010384, 0.009977554902434349, 0.007630860432982445, -0.03610493987798691, -0.05824986845254898, -0.06114138662815094, 0.050439365208148956, 0.023981371894478798, -0.021240659058094025, -0.08338912576436996, 0.01650877483189106, 0.07136549800634384, -0.030380086973309517, 0.05191555991768837, 0.010694741271436214, 0.05734701454639435, 0.041540686041116714, -0.03983543440699577, 0.029005566611886024, -0.05545457452535629, 0.023859012871980667, -0.01814696192741394, 0.0278732031583786, 0.003228813875466585, -0.0354042612016201, -0.009980880655348301, 0.039834316819906235, 0.022830979898571968, 0.07128134369850159, 0.044990502297878265, -0.050080038607120514, -0.07271183282136917, -0.007186156697571278, 0.04615359380841255, -0.0974830910563469, 0.00890017207711935, 0.01943422481417656, 0.06140192598104477, -0.02459297887980938, -0.032385874539613724, -0.02902216464281082, -0.005729116965085268, 0.030929645523428917, -0.005179672967642546, -0.026879217475652695, -0.04255615919828415, 0.03450138121843338, -0.028136197477579117, -0.02701530233025551, -0.08330882340669632, 0.0484544113278389, -0.02138819731771946, 0.0006366305751726031, 0.04529694840312004, 0.03232160955667496, 0.05164910852909088, 0.03868000954389572, -0.014877554029226303, 0.009312051348388195, -0.030698370188474655, 0.01340752374380827, -0.03093329258263111, -0.016852447763085365, -0.012544583529233932, -0.06387757509946823, -0.007668491918593645, -0.009070063941180706, -0.040939535945653915, -0.05960898846387863, -0.015225914306938648, 0.023024888709187508, -0.0018705390393733978, 0.0011373251909390092, -0.01938866265118122, 0.02646510675549507, -0.01780329830944538, -0.010196463204920292, -0.01980505883693695, -0.02437938190996647, -0.07040940225124359, -0.039611656218767166, 0.015543029643595219, -0.008420300669968128, 0.03961687162518501, -0.0006180375930853188, 0.010497002862393856, 0.027074821293354034, 0.015248146839439869, 0.00546781113371253, 0.0340336374938488, 0.008099069818854332, -0.02697111666202545, -0.02522553689777851, 0.01903369463980198, 0.004261936992406845, 0.049129337072372437, -0.02081647329032421, 0.03565726801753044, 0.04022431746125221, -0.05881718546152115, -0.017564883455634117, 0.007790958974510431, 0.012827073223888874, -0.05221709609031677, -0.0700196623802185, -0.010497084818780422, -0.04859772324562073, 0.02877087891101837, -0.003734406316652894, -0.0005228667869232595, -0.012729222886264324, 0.01922585815191269, 0.023780815303325653, 0.015880553051829338, -0.011822699569165707, 0.0016121510416269302, -0.00558359082788229, 0.018500497564673424, -0.07190416008234024, 0.03488411381840706, -0.022451477125287056, 0.007610940840095282, -0.02418319322168827, -0.021126361563801765, -0.028991863131523132, 0.029526561498641968, 0.00397278368473053, -0.007759167812764645, 0.0028970716521143913, 0.026853229850530624, -0.008984149433672428, 0.031970955431461334, 0.004932483658194542, 0.03764648362994194, -0.012553539127111435, 0.06536494940519333, -0.05687173455953598, -0.0011411907617002726, -0.018862131983041763, 0.00908986758440733, -0.017859792336821556, -0.019750606268644333, -0.026941122487187386, -0.058690395206213, 0.014948850497603416, 0.04997255653142929, 0.010274150408804417, 0.026341183111071587, -0.038898635655641556, 0.011610029265284538, 0.018709896132349968, -0.05471614748239517, -0.019737480208277702, -0.022497842088341713, -0.025165284052491188, -0.01684158481657505, 0.06689362972974777, 0.05173830687999725, -0.052787572145462036, -0.05669623985886574, 0.027441734448075294, -0.02203633263707161, 0.006267308257520199, 0.0022384957410395145, 0.03676797077059746, 0.06738333404064178, 0.05368400365114212, -0.014940479770302773, 0.014377383515238762, 0.008831556886434555, -0.03948652744293213, -0.013416975736618042, -0.009158124215900898, 0.04029235243797302, 0.009663517586886883, -0.04353703558444977, -0.02536529116332531, 0.07972735911607742, 0.03655179217457771, 0.024469099938869476, -0.019783267751336098, -0.02239445596933365, 0.04489021748304367, -0.005330620799213648, -0.06320401281118393, 0.002526959404349327, 0.014126420952379704, -0.05189874768257141, 0.06396684795618057, -0.01936674676835537, 0.023374199867248535, 0.03969273343682289, 0.015227923169732094, -0.033414922654628754, 0.0030889620538800955, -0.0036905936431139708, 0.0008589060162194073, 0.04271523654460907, -0.052272722125053406, -0.011927938088774681, -0.033323854207992554, 0.07256416231393814, -0.07746679335832596, 0.04581764340400696, 0.03001968376338482, 0.02586245723068714, 0.02066461183130741, -0.004847962874919176, -0.02436125837266445, 0.04287942871451378, -0.04777903109788895, 0.08104944229125977, 0.010560243390500546, -0.08316670358181, 0.0815071165561676, 0.017925765365362167, -0.07145673036575317, 0.04353609308600426, 0.03598858788609505, 0.027789590880274773, 0.03413933143019676, 0.03755353018641472, -0.01630249246954918, 0.05118361487984657, -0.03724683076143265, 0.06771383434534073, -0.06336141377687454, 0.007479088846594095, 0.025866081938147545, -0.017457574605941772, -0.02668195217847824, 0.05305268615484238, -0.037374138832092285, -0.01489799004048109, 0.0288933664560318, -0.048681266605854034, -0.04987885802984238, 0.006567168980836868, 0.03111783042550087, -0.0074053555727005005, 0.03966096416115761, -0.020847231149673462, 0.03327959403395653, 0.026463713496923447, -0.01973763108253479, -0.03256689012050629, -0.006139141507446766, 0.03167424723505974, -0.057843562215566635, -0.021671338006854057, 0.03251068294048309, 0.014375695958733559, -0.00805758312344551, 0.02351372316479683, 0.030069803819060326, 0.03594387322664261, 0.002546793082728982, -0.0013602719409391284, -0.0031088441610336304, -0.0673813670873642, 0.003669082885608077, 0.017528528347611427, 0.009813378565013409, 0.017595233395695686, -0.012744945473968983, 0.0599256195127964, 0.051137469708919525, 0.03380632400512695, -0.012928104028105736, 0.0057230847887694836, -0.01771985925734043, 0.011668010614812374, -0.057670723646879196, 0.028769301250576973, 0.004415352363139391, -0.06398848444223404, -0.05185656249523163, -0.012377619743347168, 0.009479702450335026, 0.02187149040400982, -0.04292866960167885, -0.0247939582914114, 0.04444494470953941, -0.03858119621872902, -0.018755096942186356, -0.06965776532888412, -0.0302011426538229, -0.01837860979139805, 0.010327363386750221, 0.028042607009410858, -0.04150471091270447, -0.0052719260565936565, -0.03899126872420311, -0.053337473422288895, 0.022253673523664474, 0.016378626227378845, -0.01661772094666958, 0.06663896888494492, 0.029974203556776047, -0.04117443785071373, 0.017772149294614792, 0.02558896876871586, -0.024193525314331055, 0.031128494068980217, 0.003114103339612484, -0.00968616921454668, 0.028155233711004257, 0.033761993050575256, 0.01780812256038189, -0.02886318415403366, -0.021471630781888962, -0.014479870907962322, -0.0014044982381165028, 0.0037180576473474503, 0.052920058369636536 ]
Amro-Kamal/gpt
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
null
--- tags: - spacy - token-classification language: - multilingual license: cc-by-sa-4.0 model-index: - name: xx_udv25_oldfrenchsrcmf_trf results: - task: name: TAG type: token-classification metrics: - name: TAG (XPOS) Accuracy type: accuracy value: 0.9640594402 - task: name: POS type: token-classification metrics: - name: POS (UPOS) Accuracy type: accuracy value: 0.9652113812 - task: name: MORPH type: token-classification metrics: - name: Morph (UFeats) Accuracy type: accuracy value: 0.9773643589 - task: name: LEMMA type: token-classification metrics: - name: Lemma Accuracy type: accuracy value: 0.9034097454 - task: name: UNLABELED_DEPENDENCIES type: token-classification metrics: - name: Unlabeled Attachment Score (UAS) type: f_score value: 0.9021426103 - task: name: LABELED_DEPENDENCIES type: token-classification metrics: - name: Labeled Attachment Score (LAS) type: f_score value: 0.8542218638 - task: name: SENTS type: token-classification metrics: - name: Sentences F-Score type: f_score value: 0.8110992529 --- UD v2.5 benchmarking pipeline for UD_Old_French-SRCMF | Feature | Description | | --- | --- | | **Name** | `xx_udv25_oldfrenchsrcmf_trf` | | **Version** | `0.0.1` | | **spaCy** | `>=3.2.1,<3.3.0` | | **Default Pipeline** | `experimental_char_ner_tokenizer`, `transformer`, `tagger`, `morphologizer`, `parser`, `experimental_edit_tree_lemmatizer` | | **Components** | `experimental_char_ner_tokenizer`, `transformer`, `senter`, `tagger`, `morphologizer`, `parser`, `experimental_edit_tree_lemmatizer` | | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) | | **Sources** | [Universal Dependencies v2.5](https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3105) (Zeman, Daniel; et al.) | | **License** | `CC BY-SA 4.0` | | **Author** | [Explosion](https://explosion.ai) | ### Label Scheme <details> <summary>View label scheme (16214 labels for 6 components)</summary> | Component | Labels | | --- | --- | | **`experimental_char_ner_tokenizer`** | `TOKEN` | | **`senter`** | `I`, `S` | | **`tagger`** | `ADJQUA`, `ADJcar`, `ADJind`, `ADJord`, `ADJpos`, `ADJqua`, `ADVgen`, `ADVgen.PROadv`, `ADVgen.PROper`, `ADVing`, `ADVint`, `ADVneg`, `ADVneg.PROper`, `ADVsub`, `CONcoo`, `CONsub`, `CONsub.PROper`, `CONsub_o`, `CONsub_pre`, `DETcar`, `DETdef`, `DETdem`, `DETind`, `DETint`, `DETndf`, `DETord`, `DETpos`, `DETrel`, `DETrel_o`, `ETR`, `INJ`, `NOMcom`, `NOMcom.PROper`, `NOMpro`, `PRE`, `PRE.DETdef`, `PRE.PROdem`, `PRE.PROper`, `PROadv`, `PROcar`, `PROdem`, `PROimp`, `PROind`, `PROint`, `PROint.PROper`, `PROint_adv`, `PROord`, `PROper`, `PROper.PROper`, `PROpos`, `PROrel`, `PROrel.ADVneg`, `PROrel.PROadv`, `PROrel.PROper`, `PROrel_adv`, `RED`, `VERcjg`, `VERinf`, `VERppa`, `VERppe` | | **`morphologizer`** | `POS=CCONJ`, `Definite=Def\|POS=DET\|PronType=Art`, `POS=NOUN`, `POS=PRON\|PronType=Prs`, `POS=VERB\|VerbForm=Fin`, `POS=PROPN`, `POS=PRON\|PronType=Prs,Rel`, `POS=ADV`, `POS=ADP`, `POS=ADV\|PronType=Dem`, `POS=PRON\|PronType=Dem`, `POS=VERB\|Tense=Past\|VerbForm=Part`, `POS=AUX\|VerbForm=Fin`, `POS=DET\|PronType=Int`, `POS=ADJ`, `POS=PRON\|PronType=Ind`, `POS=DET\|PronType=Ind`, `Morph=VPar\|POS=ADJ`, `POS=DET\|Poss=Yes`, `POS=ADV\|Polarity=Neg`, `Definite=Def\|POS=ADP\|PronType=Art`, `POS=PRON\|PronType=Int`, `POS=SCONJ`, `POS=VERB\|VerbForm=Inf`, `NumType=Card\|POS=PRON`, `POS=PRON`, `NumType=Card\|POS=DET`, `POS=PRON\|Polarity=Neg\|PronType=Prs`, `POS=ADJ\|Poss=Yes`, `POS=PRON\|Poss=Yes\|PronType=Prs`, `Definite=Ind\|POS=DET\|PronType=Art`, `POS=DET\|PronType=Dem`, `POS=AUX\|VerbForm=Inf`, `POS=ADJ\|PronType=Ind`, `Morph=VPar\|POS=NOUN`, `POS=VERB\|Tense=Pres\|VerbForm=Part`, `Morph=VPar\|POS=PROPN`, `Morph=VInf\|POS=NOUN`, `NumType=Ord\|POS=PRON`, `POS=INTJ`, `POS=SCONJ\|PronType=Prs`, `Morph=VFin\|POS=NOUN`, `POS=DET\|PronType=Rel`, `NumType=Card\|POS=ADJ`, `POS=ADJ\|PronType=Ord`, `Morph=VFin\|POS=ADV`, `Morph=VFin\|POS=PROPN`, `POS=DET`, `Morph=VPar\|POS=ADP`, `Morph=VPar\|POS=ADV`, `NumType=Ord\|POS=DET`, `Morph=VFin\|POS=ADP`, `Morph=VFin\|POS=CCONJ`, `Morph=VInf\|POS=ADJ`, `POS=ADP\|PronType=Dem`, `POS=ADV\|Polarity=Int`, `Morph=VFin\|POS=INTJ` | | **`parser`** | `ROOT`, `acl`, `acl:relcl`, `advcl`, `advmod`, `amod`, `appos`, `aux`, `aux:pass`, `case`, `case:det`, `cc`, `cc:nc`, `ccomp`, `conj`, `cop`, `csubj`, `dep`, `det`, `discourse`, `dislocated`, `expl`, `flat`, `iobj`, `mark`, `mark:advmod`, `mark:obj`, `mark:obl`, `nmod`, `nsubj`, `nsubj:obj`, `nummod`, `obj`, `obj:advmod`, `obl`, `obl:advmod`, `parataxis`, `vocative`, `xcomp` | | **`experimental_edit_tree_lemmatizer`** | `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, `18`, `19`, `20`, `21`, `22`, `23`, `24`, `25`, `26`, `27`, `28`, `29`, `30`, `31`, `32`, `33`, `34`, `35`, `36`, `37`, `38`, `39`, `40`, `41`, `42`, `43`, `44`, `45`, `46`, `47`, `48`, `49`, `50`, `51`, `52`, `53`, `54`, `55`, `56`, `57`, `58`, `59`, `60`, `61`, `62`, `63`, `64`, `65`, `66`, `67`, `68`, `69`, `70`, `71`, `72`, `73`, `74`, `75`, `76`, `77`, `78`, `79`, `80`, `81`, `82`, `83`, `84`, `85`, `86`, `87`, `88`, `89`, `90`, `91`, `92`, `93`, `94`, `95`, `96`, `97`, `98`, `99`, `100`, `101`, `102`, `103`, `104`, `105`, `106`, `107`, `108`, `109`, `110`, `111`, `112`, `113`, `114`, `115`, `116`, `117`, `118`, `119`, `120`, `121`, `122`, `123`, `124`, `125`, `126`, `127`, `128`, `129`, `130`, `131`, `132`, `133`, `134`, `135`, `136`, `137`, `138`, `139`, `140`, `141`, `142`, `143`, `144`, `145`, `146`, `147`, `148`, `149`, `150`, `151`, `152`, `153`, `154`, `155`, `156`, `157`, `158`, `159`, `160`, `161`, `162`, `163`, `164`, `165`, `166`, `167`, `168`, `169`, `170`, `171`, `172`, `173`, `174`, `175`, `176`, `177`, `178`, `179`, `180`, `181`, `182`, `183`, `184`, `185`, `186`, `187`, `188`, `189`, `190`, `191`, `192`, `193`, `194`, `195`, `196`, `197`, `198`, `199`, `200`, `201`, `202`, `203`, `204`, `205`, `206`, `207`, `208`, `209`, `210`, `211`, `212`, `213`, `214`, `215`, `216`, `217`, `218`, `219`, `220`, `221`, `222`, `223`, `224`, `225`, `226`, `227`, `228`, `229`, `230`, `231`, `232`, `233`, `234`, `235`, `236`, `237`, `238`, `239`, `240`, `241`, `242`, `243`, `244`, `245`, `246`, `247`, `248`, `249`, `250`, `251`, `252`, `253`, `254`, `255`, `256`, `257`, `258`, `259`, `260`, `261`, `262`, `263`, `264`, `265`, `266`, `267`, `268`, `269`, `270`, `271`, `272`, `273`, `274`, `275`, `276`, `277`, `278`, `279`, `280`, `281`, `282`, `283`, `284`, `285`, `286`, `287`, `288`, `289`, `290`, `291`, `292`, `293`, `294`, `295`, `296`, `297`, `298`, `299`, `300`, `301`, `302`, `303`, `304`, `305`, `306`, `307`, `308`, `309`, `310`, `311`, `312`, `313`, `314`, `315`, `316`, `317`, `318`, `319`, `320`, `321`, `322`, `323`, `324`, `325`, `326`, `327`, `328`, `329`, `330`, `331`, `332`, `333`, `334`, `335`, `336`, `337`, `338`, `339`, `340`, `341`, `342`, `343`, `344`, `345`, `346`, `347`, `348`, `349`, `350`, `351`, `352`, `353`, `354`, `355`, `356`, `357`, `358`, `359`, `360`, `361`, `362`, `363`, `364`, `365`, `366`, `367`, `368`, `369`, `370`, `371`, `372`, `373`, `374`, `375`, `376`, `377`, `378`, `379`, `380`, `381`, `382`, `383`, `384`, `385`, `386`, `387`, `388`, `389`, `390`, `391`, `392`, `393`, `394`, `395`, `396`, `397`, `398`, `399`, `400`, `401`, `402`, `403`, `404`, `405`, `406`, `407`, `408`, `409`, `410`, `411`, `412`, `413`, `414`, `415`, `416`, `417`, `418`, `419`, `420`, `421`, `422`, `423`, `424`, `425`, `426`, `427`, `428`, `429`, `430`, `431`, `432`, `433`, `434`, `435`, `436`, `437`, `438`, `439`, `440`, `441`, `442`, `443`, `444`, `445`, `446`, `447`, `448`, `449`, `450`, `451`, `452`, `453`, `454`, `455`, `456`, `457`, `458`, `459`, `460`, `461`, `462`, `463`, `464`, `465`, `466`, `467`, `468`, `469`, `470`, `471`, `472`, `473`, `474`, `475`, `476`, `477`, `478`, `479`, `480`, `481`, `482`, `483`, `484`, `485`, `486`, `487`, `488`, `489`, `490`, `491`, `492`, `493`, `494`, `495`, `496`, `497`, `498`, `499`, `500`, `501`, `502`, `503`, `504`, `505`, `506`, `507`, `508`, `509`, `510`, `511`, `512`, `513`, `514`, `515`, `516`, `517`, `518`, `519`, `520`, `521`, `522`, `523`, `524`, `525`, `526`, `527`, `528`, `529`, `530`, `531`, `532`, `533`, `534`, `535`, `536`, `537`, `538`, `539`, `540`, `541`, `542`, `543`, `544`, `545`, `546`, `547`, `548`, `549`, `550`, `551`, `552`, `553`, `554`, `555`, `556`, `557`, `558`, `559`, `560`, `561`, `562`, `563`, `564`, `565`, `566`, `567`, `568`, `569`, `570`, `571`, `572`, `573`, `574`, `575`, `576`, `577`, `578`, `579`, `580`, `581`, `582`, `583`, `584`, `585`, `586`, `587`, `588`, `589`, `590`, `591`, `592`, `593`, `594`, `595`, `596`, `597`, `598`, `599`, `600`, `601`, `602`, `603`, `604`, `605`, `606`, `607`, `608`, `609`, `610`, `611`, `612`, `613`, `614`, `615`, `616`, `617`, `618`, `619`, `620`, `621`, `622`, `623`, `624`, `625`, `626`, `627`, `628`, `629`, `630`, `631`, `632`, `633`, `634`, `635`, `636`, `637`, `638`, `639`, `640`, `641`, `642`, `643`, `644`, `645`, `646`, `647`, `648`, `649`, `650`, `651`, `652`, `653`, `654`, `655`, `656`, `657`, `658`, `659`, `660`, `661`, `662`, `663`, `664`, `665`, `666`, `667`, `668`, `669`, `670`, `671`, `672`, `673`, `674`, `675`, `676`, `677`, `678`, `679`, `680`, `681`, `682`, `683`, `684`, `685`, `686`, `687`, `688`, `689`, `690`, `691`, `692`, `693`, `694`, `695`, `696`, `697`, `698`, `699`, `700`, `701`, `702`, `703`, `704`, `705`, `706`, `707`, `708`, `709`, `710`, `711`, `712`, `713`, `714`, `715`, `716`, `717`, `718`, `719`, `720`, `721`, `722`, `723`, `724`, `725`, `726`, `727`, `728`, `729`, `730`, `731`, `732`, `733`, `734`, `735`, `736`, `737`, `738`, `739`, `740`, `741`, `742`, `743`, `744`, `745`, `746`, `747`, `748`, `749`, `750`, `751`, `752`, `753`, `754`, `755`, `756`, `757`, `758`, `759`, `760`, `761`, `762`, `763`, `764`, `765`, `766`, `767`, `768`, `769`, `770`, `771`, `772`, `773`, `774`, `775`, `776`, `777`, `778`, `779`, `780`, `781`, `782`, `783`, `784`, `785`, `786`, `787`, `788`, `789`, `790`, `791`, `792`, `793`, `794`, `795`, `796`, `797`, `798`, `799`, `800`, `801`, `802`, `803`, `804`, `805`, `806`, `807`, `808`, `809`, `810`, `811`, `812`, `813`, `814`, `815`, `816`, `817`, `818`, `819`, `820`, `821`, `822`, `823`, `824`, `825`, `826`, `827`, `828`, `829`, `830`, `831`, `832`, `833`, `834`, `835`, `836`, `837`, `838`, `839`, `840`, `841`, `842`, `843`, `844`, `845`, `846`, `847`, `848`, `849`, `850`, `851`, `852`, `853`, `854`, `855`, `856`, `857`, `858`, `859`, `860`, `861`, `862`, `863`, `864`, `865`, `866`, `867`, `868`, `869`, `870`, `871`, `872`, `873`, `874`, `875`, `876`, `877`, `878`, `879`, `880`, `881`, `882`, `883`, `884`, `885`, `886`, `887`, `888`, `889`, `890`, `891`, `892`, `893`, `894`, `895`, `896`, `897`, `898`, `899`, `900`, `901`, `902`, `903`, `904`, `905`, `906`, `907`, `908`, `909`, `910`, `911`, `912`, `913`, `914`, `915`, `916`, `917`, `918`, `919`, `920`, `921`, `922`, `923`, `924`, `925`, `926`, `927`, `928`, `929`, `930`, `931`, `932`, `933`, `934`, `935`, `936`, `937`, `938`, `939`, `940`, `941`, `942`, `943`, `944`, `945`, `946`, `947`, `948`, `949`, `950`, `951`, `952`, `953`, `954`, `955`, `956`, `957`, `958`, `959`, `960`, `961`, `962`, `963`, `964`, `965`, `966`, `967`, `968`, `969`, `970`, `971`, `972`, `973`, `974`, `975`, `976`, `977`, `978`, `979`, `980`, `981`, `982`, `983`, `984`, `985`, `986`, `987`, `988`, `989`, `990`, `991`, `992`, `993`, `994`, `995`, `996`, `997`, `998`, `999`, `1000`, `1001`, `1002`, `1003`, `1004`, `1005`, `1006`, `1007`, `1008`, `1009`, `1010`, `1011`, `1012`, `1013`, `1014`, `1015`, `1016`, `1017`, `1018`, `1019`, `1020`, `1021`, `1022`, `1023`, `1024`, `1025`, `1026`, `1027`, `1028`, `1029`, `1030`, `1031`, `1032`, `1033`, `1034`, `1035`, `1036`, `1037`, `1038`, `1039`, `1040`, `1041`, `1042`, `1043`, `1044`, `1045`, `1046`, `1047`, `1048`, `1049`, `1050`, `1051`, `1052`, `1053`, `1054`, `1055`, `1056`, `1057`, `1058`, `1059`, `1060`, `1061`, `1062`, `1063`, `1064`, `1065`, `1066`, `1067`, `1068`, `1069`, `1070`, `1071`, `1072`, `1073`, `1074`, `1075`, `1076`, `1077`, `1078`, `1079`, `1080`, `1081`, `1082`, `1083`, `1084`, `1085`, `1086`, `1087`, `1088`, `1089`, `1090`, `1091`, `1092`, `1093`, `1094`, `1095`, `1096`, `1097`, `1098`, `1099`, `1100`, `1101`, `1102`, `1103`, `1104`, `1105`, `1106`, `1107`, `1108`, `1109`, `1110`, `1111`, `1112`, `1113`, `1114`, `1115`, `1116`, `1117`, `1118`, `1119`, `1120`, `1121`, `1122`, `1123`, `1124`, `1125`, `1126`, `1127`, `1128`, `1129`, `1130`, `1131`, `1132`, `1133`, `1134`, `1135`, `1136`, `1137`, `1138`, `1139`, `1140`, `1141`, `1142`, `1143`, `1144`, `1145`, `1146`, `1147`, `1148`, `1149`, `1150`, `1151`, `1152`, `1153`, `1154`, `1155`, `1156`, `1157`, `1158`, `1159`, `1160`, `1161`, `1162`, `1163`, `1164`, `1165`, `1166`, `1167`, `1168`, `1169`, `1170`, `1171`, `1172`, `1173`, `1174`, `1175`, `1176`, `1177`, `1178`, `1179`, `1180`, `1181`, `1182`, `1183`, `1184`, `1185`, `1186`, `1187`, `1188`, `1189`, `1190`, `1191`, `1192`, `1193`, `1194`, `1195`, `1196`, `1197`, `1198`, `1199`, `1200`, `1201`, `1202`, `1203`, `1204`, `1205`, `1206`, `1207`, `1208`, `1209`, `1210`, `1211`, `1212`, `1213`, `1214`, `1215`, `1216`, `1217`, `1218`, `1219`, `1220`, `1221`, `1222`, `1223`, `1224`, `1225`, `1226`, `1227`, `1228`, `1229`, `1230`, `1231`, `1232`, `1233`, `1234`, `1235`, `1236`, `1237`, `1238`, `1239`, `1240`, `1241`, `1242`, `1243`, `1244`, `1245`, `1246`, `1247`, `1248`, `1249`, `1250`, `1251`, `1252`, `1253`, `1254`, `1255`, `1256`, `1257`, `1258`, `1259`, `1260`, `1261`, `1262`, `1263`, `1264`, `1265`, `1266`, `1267`, `1268`, `1269`, `1270`, `1271`, `1272`, `1273`, `1274`, `1275`, `1276`, `1277`, `1278`, `1279`, `1280`, `1281`, `1282`, `1283`, `1284`, `1285`, `1286`, `1287`, `1288`, `1289`, `1290`, `1291`, `1292`, `1293`, `1294`, `1295`, `1296`, `1297`, `1298`, `1299`, `1300`, `1301`, `1302`, `1303`, `1304`, `1305`, `1306`, `1307`, `1308`, `1309`, `1310`, `1311`, `1312`, `1313`, `1314`, `1315`, `1316`, `1317`, `1318`, `1319`, `1320`, `1321`, `1322`, `1323`, `1324`, `1325`, `1326`, `1327`, `1328`, `1329`, `1330`, `1331`, `1332`, `1333`, `1334`, `1335`, `1336`, `1337`, `1338`, `1339`, `1340`, `1341`, `1342`, `1343`, `1344`, `1345`, `1346`, `1347`, `1348`, `1349`, `1350`, `1351`, `1352`, `1353`, `1354`, `1355`, `1356`, `1357`, `1358`, `1359`, `1360`, `1361`, `1362`, `1363`, `1364`, `1365`, `1366`, `1367`, `1368`, `1369`, `1370`, `1371`, `1372`, `1373`, `1374`, `1375`, `1376`, `1377`, `1378`, `1379`, `1380`, `1381`, `1382`, `1383`, `1384`, `1385`, `1386`, `1387`, `1388`, `1389`, `1390`, `1391`, `1392`, `1393`, `1394`, `1395`, `1396`, `1397`, `1398`, `1399`, `1400`, `1401`, `1402`, `1403`, `1404`, `1405`, `1406`, `1407`, `1408`, `1409`, `1410`, `1411`, `1412`, `1413`, `1414`, `1415`, `1416`, `1417`, `1418`, `1419`, `1420`, `1421`, `1422`, `1423`, `1424`, `1425`, `1426`, `1427`, `1428`, `1429`, `1430`, `1431`, `1432`, `1433`, `1434`, `1435`, `1436`, `1437`, `1438`, `1439`, `1440`, `1441`, `1442`, `1443`, `1444`, `1445`, `1446`, `1447`, `1448`, `1449`, `1450`, `1451`, `1452`, `1453`, `1454`, `1455`, `1456`, `1457`, `1458`, `1459`, `1460`, `1461`, `1462`, `1463`, `1464`, `1465`, `1466`, `1467`, `1468`, `1469`, `1470`, `1471`, `1472`, `1473`, `1474`, `1475`, `1476`, `1477`, `1478`, `1479`, `1480`, `1481`, `1482`, `1483`, `1484`, `1485`, `1486`, `1487`, `1488`, `1489`, `1490`, `1491`, `1492`, `1493`, `1494`, `1495`, `1496`, `1497`, `1498`, `1499`, `1500`, `1501`, `1502`, `1503`, `1504`, `1505`, `1506`, `1507`, `1508`, `1509`, `1510`, `1511`, `1512`, `1513`, `1514`, `1515`, `1516`, `1517`, `1518`, `1519`, `1520`, `1521`, `1522`, `1523`, `1524`, `1525`, `1526`, `1527`, `1528`, `1529`, `1530`, `1531`, `1532`, `1533`, `1534`, `1535`, `1536`, `1537`, `1538`, `1539`, `1540`, `1541`, `1542`, `1543`, `1544`, `1545`, `1546`, `1547`, `1548`, `1549`, `1550`, `1551`, `1552`, `1553`, `1554`, `1555`, `1556`, `1557`, `1558`, `1559`, `1560`, `1561`, `1562`, `1563`, `1564`, `1565`, `1566`, `1567`, `1568`, `1569`, `1570`, `1571`, `1572`, `1573`, `1574`, `1575`, `1576`, `1577`, `1578`, `1579`, `1580`, `1581`, `1582`, `1583`, `1584`, `1585`, `1586`, `1587`, `1588`, `1589`, `1590`, `1591`, `1592`, `1593`, `1594`, `1595`, `1596`, `1597`, `1598`, `1599`, `1600`, `1601`, `1602`, `1603`, `1604`, `1605`, `1606`, `1607`, `1608`, `1609`, `1610`, `1611`, `1612`, `1613`, `1614`, `1615`, `1616`, `1617`, `1618`, `1619`, `1620`, `1621`, `1622`, `1623`, `1624`, `1625`, `1626`, `1627`, `1628`, `1629`, `1630`, `1631`, `1632`, `1633`, `1634`, `1635`, `1636`, `1637`, `1638`, `1639`, `1640`, `1641`, `1642`, `1643`, `1644`, `1645`, `1646`, `1647`, `1648`, `1649`, `1650`, `1651`, `1652`, `1653`, `1654`, `1655`, `1656`, `1657`, `1658`, `1659`, `1660`, `1661`, `1662`, `1663`, `1664`, `1665`, `1666`, `1667`, `1668`, `1669`, `1670`, `1671`, `1672`, `1673`, `1674`, `1675`, `1676`, `1677`, `1678`, `1679`, `1680`, `1681`, `1682`, `1683`, `1684`, `1685`, `1686`, `1687`, `1688`, `1689`, `1690`, `1691`, `1692`, `1693`, `1694`, `1695`, `1696`, `1697`, `1698`, `1699`, `1700`, `1701`, `1702`, `1703`, `1704`, `1705`, `1706`, `1707`, `1708`, `1709`, `1710`, `1711`, `1712`, `1713`, `1714`, `1715`, `1716`, `1717`, `1718`, `1719`, `1720`, `1721`, `1722`, `1723`, `1724`, `1725`, `1726`, `1727`, `1728`, `1729`, `1730`, `1731`, `1732`, `1733`, `1734`, `1735`, `1736`, `1737`, `1738`, `1739`, `1740`, `1741`, `1742`, `1743`, `1744`, `1745`, `1746`, `1747`, `1748`, `1749`, `1750`, `1751`, `1752`, `1753`, `1754`, `1755`, `1756`, `1757`, `1758`, `1759`, `1760`, `1761`, `1762`, `1763`, `1764`, `1765`, `1766`, `1767`, `1768`, `1769`, `1770`, `1771`, `1772`, `1773`, `1774`, `1775`, `1776`, `1777`, `1778`, `1779`, `1780`, `1781`, `1782`, `1783`, `1784`, `1785`, `1786`, `1787`, `1788`, `1789`, `1790`, `1791`, `1792`, `1793`, `1794`, `1795`, `1796`, `1797`, `1798`, `1799`, `1800`, `1801`, `1802`, `1803`, `1804`, `1805`, `1806`, `1807`, `1808`, `1809`, `1810`, `1811`, `1812`, `1813`, `1814`, `1815`, `1816`, `1817`, `1818`, `1819`, `1820`, `1821`, `1822`, `1823`, `1824`, `1825`, `1826`, `1827`, `1828`, `1829`, `1830`, `1831`, `1832`, `1833`, `1834`, `1835`, `1836`, `1837`, `1838`, `1839`, `1840`, `1841`, `1842`, `1843`, `1844`, `1845`, `1846`, `1847`, `1848`, `1849`, `1850`, `1851`, `1852`, `1853`, `1854`, `1855`, `1856`, `1857`, `1858`, `1859`, `1860`, `1861`, `1862`, `1863`, `1864`, `1865`, `1866`, `1867`, `1868`, `1869`, `1870`, `1871`, `1872`, `1873`, `1874`, `1875`, `1876`, `1877`, `1878`, `1879`, `1880`, `1881`, `1882`, `1883`, `1884`, `1885`, `1886`, `1887`, `1888`, `1889`, `1890`, `1891`, `1892`, `1893`, `1894`, `1895`, `1896`, `1897`, `1898`, `1899`, `1900`, `1901`, `1902`, `1903`, `1904`, `1905`, `1906`, `1907`, `1908`, `1909`, `1910`, `1911`, `1912`, `1913`, `1914`, `1915`, `1916`, `1917`, `1918`, `1919`, `1920`, `1921`, `1922`, `1923`, `1924`, `1925`, `1926`, `1927`, `1928`, `1929`, `1930`, `1931`, `1932`, `1933`, `1934`, `1935`, `1936`, `1937`, `1938`, `1939`, `1940`, `1941`, `1942`, `1943`, `1944`, `1945`, `1946`, `1947`, `1948`, `1949`, `1950`, `1951`, `1952`, `1953`, `1954`, `1955`, `1956`, `1957`, `1958`, `1959`, `1960`, `1961`, `1962`, `1963`, `1964`, `1965`, `1966`, `1967`, `1968`, `1969`, `1970`, `1971`, `1972`, `1973`, `1974`, `1975`, `1976`, `1977`, `1978`, `1979`, `1980`, `1981`, `1982`, `1983`, `1984`, `1985`, `1986`, `1987`, `1988`, `1989`, `1990`, `1991`, `1992`, `1993`, `1994`, `1995`, `1996`, `1997`, `1998`, `1999`, `2000`, `2001`, `2002`, `2003`, `2004`, `2005`, `2006`, `2007`, `2008`, `2009`, `2010`, `2011`, `2012`, `2013`, `2014`, `2015`, `2016`, `2017`, `2018`, `2019`, `2020`, `2021`, `2022`, `2023`, `2024`, `2025`, `2026`, `2027`, `2028`, `2029`, `2030`, `2031`, `2032`, `2033`, `2034`, `2035`, `2036`, `2037`, `2038`, `2039`, `2040`, `2041`, `2042`, `2043`, `2044`, `2045`, `2046`, `2047`, `2048`, `2049`, `2050`, `2051`, `2052`, `2053`, `2054`, `2055`, `2056`, `2057`, `2058`, `2059`, `2060`, `2061`, `2062`, `2063`, `2064`, `2065`, `2066`, `2067`, `2068`, `2069`, `2070`, `2071`, `2072`, `2073`, `2074`, `2075`, `2076`, `2077`, `2078`, `2079`, `2080`, `2081`, `2082`, `2083`, `2084`, `2085`, `2086`, `2087`, `2088`, `2089`, `2090`, `2091`, `2092`, `2093`, `2094`, `2095`, `2096`, `2097`, `2098`, `2099`, `2100`, `2101`, `2102`, `2103`, `2104`, `2105`, `2106`, `2107`, `2108`, `2109`, `2110`, `2111`, `2112`, `2113`, `2114`, `2115`, `2116`, `2117`, `2118`, `2119`, `2120`, `2121`, `2122`, `2123`, `2124`, `2125`, `2126`, `2127`, `2128`, `2129`, `2130`, `2131`, `2132`, `2133`, `2134`, `2135`, `2136`, `2137`, `2138`, `2139`, `2140`, `2141`, `2142`, `2143`, `2144`, `2145`, `2146`, `2147`, `2148`, `2149`, `2150`, `2151`, `2152`, `2153`, `2154`, `2155`, `2156`, `2157`, `2158`, `2159`, `2160`, `2161`, `2162`, `2163`, `2164`, `2165`, `2166`, `2167`, `2168`, `2169`, `2170`, `2171`, `2172`, `2173`, `2174`, `2175`, `2176`, `2177`, `2178`, `2179`, `2180`, `2181`, `2182`, `2183`, `2184`, `2185`, `2186`, `2187`, `2188`, `2189`, `2190`, `2191`, `2192`, `2193`, `2194`, `2195`, `2196`, `2197`, `2198`, `2199`, `2200`, `2201`, `2202`, `2203`, `2204`, `2205`, `2206`, `2207`, `2208`, `2209`, `2210`, `2211`, `2212`, `2213`, `2214`, `2215`, `2216`, `2217`, `2218`, `2219`, `2220`, `2221`, `2222`, `2223`, `2224`, `2225`, `2226`, `2227`, `2228`, `2229`, `2230`, `2231`, `2232`, `2233`, `2234`, `2235`, `2236`, `2237`, `2238`, `2239`, `2240`, `2241`, `2242`, `2243`, `2244`, `2245`, `2246`, `2247`, `2248`, `2249`, `2250`, `2251`, `2252`, `2253`, `2254`, `2255`, `2256`, `2257`, `2258`, `2259`, `2260`, `2261`, `2262`, `2263`, `2264`, `2265`, `2266`, `2267`, `2268`, `2269`, `2270`, `2271`, `2272`, `2273`, `2274`, `2275`, `2276`, `2277`, `2278`, `2279`, `2280`, `2281`, `2282`, `2283`, `2284`, `2285`, `2286`, `2287`, `2288`, `2289`, `2290`, `2291`, `2292`, `2293`, `2294`, `2295`, `2296`, `2297`, `2298`, `2299`, `2300`, `2301`, `2302`, `2303`, `2304`, `2305`, `2306`, `2307`, `2308`, `2309`, `2310`, `2311`, `2312`, `2313`, `2314`, `2315`, `2316`, `2317`, `2318`, `2319`, `2320`, `2321`, `2322`, `2323`, `2324`, `2325`, `2326`, `2327`, `2328`, `2329`, `2330`, `2331`, `2332`, `2333`, `2334`, `2335`, `2336`, `2337`, `2338`, `2339`, `2340`, `2341`, `2342`, `2343`, `2344`, `2345`, `2346`, `2347`, `2348`, `2349`, `2350`, `2351`, `2352`, `2353`, `2354`, `2355`, `2356`, `2357`, `2358`, `2359`, `2360`, `2361`, `2362`, `2363`, `2364`, `2365`, `2366`, `2367`, `2368`, `2369`, `2370`, `2371`, `2372`, `2373`, `2374`, `2375`, `2376`, `2377`, `2378`, `2379`, `2380`, `2381`, `2382`, `2383`, `2384`, `2385`, `2386`, `2387`, `2388`, `2389`, `2390`, `2391`, `2392`, `2393`, `2394`, `2395`, `2396`, `2397`, `2398`, `2399`, `2400`, `2401`, `2402`, `2403`, `2404`, `2405`, `2406`, `2407`, `2408`, `2409`, `2410`, `2411`, `2412`, `2413`, `2414`, `2415`, `2416`, `2417`, `2418`, `2419`, `2420`, `2421`, `2422`, `2423`, `2424`, `2425`, `2426`, `2427`, `2428`, `2429`, `2430`, `2431`, `2432`, `2433`, `2434`, `2435`, `2436`, `2437`, `2438`, `2439`, `2440`, `2441`, `2442`, `2443`, `2444`, `2445`, `2446`, `2447`, `2448`, `2449`, `2450`, `2451`, `2452`, `2453`, `2454`, `2455`, `2456`, `2457`, `2458`, `2459`, `2460`, `2461`, `2462`, `2463`, `2464`, `2465`, `2466`, `2467`, `2468`, `2469`, `2470`, `2471`, `2472`, `2473`, `2474`, `2475`, `2476`, `2477`, `2478`, `2479`, `2480`, `2481`, `2482`, `2483`, `2484`, `2485`, `2486`, `2487`, `2488`, `2489`, `2490`, `2491`, `2492`, `2493`, `2494`, `2495`, `2496`, `2497`, `2498`, `2499`, `2500`, `2501`, `2502`, `2503`, `2504`, `2505`, `2506`, `2507`, `2508`, `2509`, `2510`, `2511`, `2512`, `2513`, `2514`, `2515`, `2516`, `2517`, `2518`, `2519`, `2520`, `2521`, `2522`, `2523`, `2524`, `2525`, `2526`, `2527`, `2528`, `2529`, `2530`, `2531`, `2532`, `2533`, `2534`, `2535`, `2536`, `2537`, `2538`, `2539`, `2540`, `2541`, `2542`, `2543`, `2544`, `2545`, `2546`, `2547`, `2548`, `2549`, `2550`, `2551`, `2552`, `2553`, `2554`, `2555`, `2556`, `2557`, `2558`, `2559`, `2560`, `2561`, `2562`, `2563`, `2564`, `2565`, `2566`, `2567`, `2568`, `2569`, `2570`, `2571`, `2572`, `2573`, `2574`, `2575`, `2576`, `2577`, `2578`, `2579`, `2580`, `2581`, `2582`, `2583`, `2584`, `2585`, `2586`, `2587`, `2588`, `2589`, `2590`, `2591`, `2592`, `2593`, `2594`, `2595`, `2596`, `2597`, `2598`, `2599`, `2600`, `2601`, `2602`, `2603`, `2604`, `2605`, `2606`, `2607`, `2608`, `2609`, `2610`, `2611`, `2612`, `2613`, `2614`, `2615`, `2616`, `2617`, `2618`, `2619`, `2620`, `2621`, `2622`, `2623`, `2624`, `2625`, `2626`, `2627`, `2628`, `2629`, `2630`, `2631`, `2632`, `2633`, `2634`, `2635`, `2636`, `2637`, `2638`, `2639`, `2640`, `2641`, `2642`, `2643`, `2644`, `2645`, `2646`, `2647`, `2648`, `2649`, `2650`, `2651`, `2652`, `2653`, `2654`, `2655`, `2656`, `2657`, `2658`, `2659`, `2660`, `2661`, `2662`, `2663`, `2664`, `2665`, `2666`, `2667`, `2668`, `2669`, `2670`, `2671`, `2672`, `2673`, `2674`, `2675`, `2676`, `2677`, `2678`, `2679`, `2680`, `2681`, `2682`, `2683`, `2684`, `2685`, `2686`, `2687`, `2688`, `2689`, `2690`, `2691`, `2692`, `2693`, `2694`, `2695`, `2696`, `2697`, `2698`, `2699`, `2700`, `2701`, `2702`, `2703`, `2704`, `2705`, `2706`, `2707`, `2708`, `2709`, `2710`, `2711`, `2712`, `2713`, `2714`, `2715`, `2716`, `2717`, `2718`, `2719`, `2720`, `2721`, `2722`, `2723`, `2724`, `2725`, `2726`, `2727`, `2728`, `2729`, `2730`, `2731`, `2732`, `2733`, `2734`, `2735`, `2736`, `2737`, `2738`, `2739`, `2740`, `2741`, `2742`, `2743`, `2744`, `2745`, `2746`, `2747`, `2748`, `2749`, `2750`, `2751`, `2752`, `2753`, `2754`, `2755`, `2756`, `2757`, `2758`, `2759`, `2760`, `2761`, `2762`, `2763`, `2764`, `2765`, `2766`, `2767`, `2768`, `2769`, `2770`, `2771`, `2772`, `2773`, `2774`, `2775`, `2776`, `2777`, `2778`, `2779`, `2780`, `2781`, `2782`, `2783`, `2784`, `2785`, `2786`, `2787`, `2788`, `2789`, `2790`, `2791`, `2792`, `2793`, `2794`, `2795`, `2796`, `2797`, `2798`, `2799`, `2800`, `2801`, `2802`, `2803`, `2804`, `2805`, `2806`, `2807`, `2808`, `2809`, `2810`, `2811`, `2812`, `2813`, `2814`, `2815`, `2816`, `2817`, `2818`, `2819`, `2820`, `2821`, `2822`, `2823`, `2824`, `2825`, `2826`, `2827`, `2828`, `2829`, `2830`, `2831`, `2832`, `2833`, `2834`, `2835`, `2836`, `2837`, `2838`, `2839`, `2840`, `2841`, `2842`, `2843`, `2844`, `2845`, `2846`, `2847`, `2848`, `2849`, `2850`, `2851`, `2852`, `2853`, `2854`, `2855`, `2856`, `2857`, `2858`, `2859`, `2860`, `2861`, `2862`, `2863`, `2864`, `2865`, `2866`, `2867`, `2868`, `2869`, `2870`, `2871`, `2872`, `2873`, `2874`, `2875`, `2876`, `2877`, `2878`, `2879`, `2880`, `2881`, `2882`, `2883`, `2884`, `2885`, `2886`, `2887`, `2888`, `2889`, `2890`, `2891`, `2892`, `2893`, `2894`, `2895`, `2896`, `2897`, `2898`, `2899`, `2900`, `2901`, `2902`, `2903`, `2904`, `2905`, `2906`, `2907`, `2908`, `2909`, `2910`, `2911`, `2912`, `2913`, `2914`, `2915`, `2916`, `2917`, `2918`, `2919`, `2920`, `2921`, `2922`, `2923`, `2924`, `2925`, `2926`, `2927`, `2928`, `2929`, `2930`, `2931`, `2932`, `2933`, `2934`, `2935`, `2936`, `2937`, `2938`, `2939`, `2940`, `2941`, `2942`, `2943`, `2944`, `2945`, `2946`, `2947`, `2948`, `2949`, `2950`, `2951`, `2952`, `2953`, `2954`, `2955`, `2956`, `2957`, `2958`, `2959`, `2960`, `2961`, `2962`, `2963`, `2964`, `2965`, `2966`, `2967`, `2968`, `2969`, `2970`, `2971`, `2972`, `2973`, `2974`, `2975`, `2976`, `2977`, `2978`, `2979`, `2980`, `2981`, `2982`, `2983`, `2984`, `2985`, `2986`, `2987`, `2988`, `2989`, `2990`, `2991`, `2992`, `2993`, `2994`, `2995`, `2996`, `2997`, `2998`, `2999`, `3000`, `3001`, `3002`, `3003`, `3004`, `3005`, `3006`, `3007`, `3008`, `3009`, `3010`, `3011`, `3012`, `3013`, `3014`, `3015`, `3016`, `3017`, `3018`, `3019`, `3020`, `3021`, `3022`, `3023`, `3024`, `3025`, `3026`, `3027`, `3028`, `3029`, `3030`, `3031`, `3032`, `3033`, `3034`, `3035`, `3036`, `3037`, `3038`, `3039`, `3040`, `3041`, `3042`, `3043`, `3044`, `3045`, `3046`, `3047`, `3048`, `3049`, `3050`, `3051`, `3052`, `3053`, `3054`, `3055`, `3056`, `3057`, `3058`, `3059`, `3060`, `3061`, `3062`, `3063`, `3064`, `3065`, `3066`, `3067`, `3068`, `3069`, `3070`, `3071`, `3072`, `3073`, `3074`, `3075`, `3076`, `3077`, `3078`, `3079`, `3080`, `3081`, `3082`, `3083`, `3084`, `3085`, `3086`, `3087`, `3088`, `3089`, `3090`, `3091`, `3092`, `3093`, `3094`, `3095`, `3096`, `3097`, `3098`, `3099`, `3100`, `3101`, `3102`, `3103`, `3104`, `3105`, `3106`, `3107`, `3108`, `3109`, `3110`, `3111`, `3112`, `3113`, `3114`, `3115`, `3116`, `3117`, `3118`, `3119`, `3120`, `3121`, `3122`, `3123`, `3124`, `3125`, `3126`, `3127`, `3128`, `3129`, `3130`, `3131`, `3132`, `3133`, `3134`, `3135`, `3136`, `3137`, `3138`, `3139`, `3140`, `3141`, `3142`, `3143`, `3144`, `3145`, `3146`, `3147`, `3148`, `3149`, `3150`, `3151`, `3152`, `3153`, `3154`, `3155`, `3156`, `3157`, `3158`, `3159`, `3160`, `3161`, `3162`, `3163`, `3164`, `3165`, `3166`, `3167`, `3168`, `3169`, `3170`, `3171`, `3172`, `3173`, `3174`, `3175`, `3176`, `3177`, `3178`, `3179`, `3180`, `3181`, `3182`, `3183`, `3184`, `3185`, `3186`, `3187`, `3188`, `3189`, `3190`, `3191`, `3192`, `3193`, `3194`, `3195`, `3196`, `3197`, `3198`, `3199`, `3200`, `3201`, `3202`, `3203`, `3204`, `3205`, `3206`, `3207`, `3208`, `3209`, `3210`, `3211`, `3212`, `3213`, `3214`, `3215`, `3216`, `3217`, `3218`, `3219`, `3220`, `3221`, `3222`, `3223`, `3224`, `3225`, `3226`, `3227`, `3228`, `3229`, `3230`, `3231`, `3232`, `3233`, `3234`, `3235`, `3236`, `3237`, `3238`, `3239`, `3240`, `3241`, `3242`, `3243`, `3244`, `3245`, `3246`, `3247`, `3248`, `3249`, `3250`, `3251`, `3252`, `3253`, `3254`, `3255`, `3256`, `3257`, `3258`, `3259`, `3260`, `3261`, `3262`, `3263`, `3264`, `3265`, `3266`, `3267`, `3268`, `3269`, `3270`, `3271`, `3272`, `3273`, `3274`, `3275`, `3276`, `3277`, `3278`, `3279`, `3280`, `3281`, `3282`, `3283`, `3284`, `3285`, `3286`, `3287`, `3288`, `3289`, `3290`, `3291`, `3292`, `3293`, `3294`, `3295`, `3296`, `3297`, `3298`, `3299`, `3300`, `3301`, `3302`, `3303`, `3304`, `3305`, `3306`, `3307`, `3308`, `3309`, `3310`, `3311`, `3312`, `3313`, `3314`, `3315`, `3316`, `3317`, `3318`, `3319`, `3320`, `3321`, `3322`, `3323`, `3324`, `3325`, `3326`, `3327`, `3328`, `3329`, `3330`, `3331`, `3332`, `3333`, `3334`, `3335`, `3336`, `3337`, `3338`, `3339`, `3340`, `3341`, `3342`, `3343`, `3344`, `3345`, `3346`, `3347`, `3348`, `3349`, `3350`, `3351`, `3352`, `3353`, `3354`, `3355`, `3356`, `3357`, `3358`, `3359`, `3360`, `3361`, `3362`, `3363`, `3364`, `3365`, `3366`, `3367`, `3368`, `3369`, `3370`, `3371`, `3372`, `3373`, `3374`, `3375`, `3376`, `3377`, `3378`, `3379`, `3380`, `3381`, `3382`, `3383`, `3384`, `3385`, `3386`, `3387`, `3388`, `3389`, `3390`, `3391`, `3392`, `3393`, `3394`, `3395`, `3396`, `3397`, `3398`, `3399`, `3400`, `3401`, `3402`, `3403`, `3404`, `3405`, `3406`, `3407`, `3408`, `3409`, `3410`, `3411`, `3412`, `3413`, `3414`, `3415`, `3416`, `3417`, `3418`, `3419`, `3420`, `3421`, `3422`, `3423`, `3424`, `3425`, `3426`, `3427`, `3428`, `3429`, `3430`, `3431`, `3432`, `3433`, `3434`, `3435`, `3436`, `3437`, `3438`, `3439`, `3440`, `3441`, `3442`, `3443`, `3444`, `3445`, `3446`, `3447`, `3448`, `3449`, `3450`, `3451`, `3452`, `3453`, `3454`, `3455`, `3456`, `3457`, `3458`, `3459`, `3460`, `3461`, `3462`, `3463`, `3464`, `3465`, `3466`, `3467`, `3468`, `3469`, `3470`, `3471`, `3472`, `3473`, `3474`, `3475`, `3476`, `3477`, `3478`, `3479`, `3480`, `3481`, `3482`, `3483`, `3484`, `3485`, `3486`, `3487`, `3488`, `3489`, `3490`, `3491`, `3492`, `3493`, `3494`, `3495`, `3496`, `3497`, `3498`, `3499`, `3500`, `3501`, `3502`, `3503`, `3504`, `3505`, `3506`, `3507`, `3508`, `3509`, `3510`, `3511`, `3512`, `3513`, `3514`, `3515`, `3516`, `3517`, `3518`, `3519`, `3520`, `3521`, `3522`, `3523`, `3524`, `3525`, `3526`, `3527`, `3528`, `3529`, `3530`, `3531`, `3532`, `3533`, `3534`, `3535`, `3536`, `3537`, `3538`, `3539`, `3540`, `3541`, `3542`, `3543`, `3544`, `3545`, `3546`, `3547`, `3548`, `3549`, `3550`, `3551`, `3552`, `3553`, `3554`, `3555`, `3556`, `3557`, `3558`, `3559`, `3560`, `3561`, `3562`, `3563`, `3564`, `3565`, `3566`, `3567`, `3568`, `3569`, `3570`, `3571`, `3572`, `3573`, `3574`, `3575`, `3576`, `3577`, `3578`, `3579`, `3580`, `3581`, `3582`, `3583`, `3584`, `3585`, `3586`, `3587`, `3588`, `3589`, `3590`, `3591`, `3592`, `3593`, `3594`, `3595`, `3596`, `3597`, `3598`, `3599`, `3600`, `3601`, `3602`, `3603`, `3604`, `3605`, `3606`, `3607`, `3608`, `3609`, `3610`, `3611`, `3612`, `3613`, `3614`, `3615`, `3616`, `3617`, `3618`, `3619`, `3620`, `3621`, `3622`, `3623`, `3624`, `3625`, `3626`, `3627`, `3628`, `3629`, `3630`, `3631`, `3632`, `3633`, `3634`, `3635`, `3636`, `3637`, `3638`, `3639`, `3640`, `3641`, `3642`, `3643`, `3644`, `3645`, `3646`, `3647`, `3648`, `3649`, `3650`, `3651`, `3652`, `3653`, `3654`, `3655`, `3656`, `3657`, `3658`, `3659`, `3660`, `3661`, `3662`, `3663`, `3664`, `3665`, `3666`, `3667`, `3668`, `3669`, `3670`, `3671`, `3672`, `3673`, `3674`, `3675`, `3676`, `3677`, `3678`, `3679`, `3680`, `3681`, `3682`, `3683`, `3684`, `3685`, `3686`, `3687`, `3688`, `3689`, `3690`, `3691`, `3692`, `3693`, `3694`, `3695`, `3696`, `3697`, `3698`, `3699`, `3700`, `3701`, `3702`, `3703`, `3704`, `3705`, `3706`, `3707`, `3708`, `3709`, `3710`, `3711`, `3712`, `3713`, `3714`, `3715`, `3716`, `3717`, `3718`, `3719`, `3720`, `3721`, `3722`, `3723`, `3724`, `3725`, `3726`, `3727`, `3728`, `3729`, `3730`, `3731`, `3732`, `3733`, `3734`, `3735`, `3736`, `3737`, `3738`, `3739`, `3740`, `3741`, `3742`, `3743`, `3744`, `3745`, `3746`, `3747`, `3748`, `3749`, `3750`, `3751`, `3752`, `3753`, `3754`, `3755`, `3756`, `3757`, `3758`, `3759`, `3760`, `3761`, `3762`, `3763`, `3764`, `3765`, `3766`, `3767`, `3768`, `3769`, `3770`, `3771`, `3772`, `3773`, `3774`, `3775`, `3776`, `3777`, `3778`, `3779`, `3780`, `3781`, `3782`, `3783`, `3784`, `3785`, `3786`, `3787`, `3788`, `3789`, `3790`, `3791`, `3792`, `3793`, `3794`, `3795`, `3796`, `3797`, `3798`, `3799`, `3800`, `3801`, `3802`, `3803`, `3804`, `3805`, `3806`, `3807`, `3808`, `3809`, `3810`, `3811`, `3812`, `3813`, `3814`, `3815`, `3816`, `3817`, `3818`, `3819`, `3820`, `3821`, `3822`, `3823`, `3824`, `3825`, `3826`, `3827`, `3828`, `3829`, `3830`, `3831`, `3832`, `3833`, `3834`, `3835`, `3836`, `3837`, `3838`, `3839`, `3840`, `3841`, `3842`, `3843`, `3844`, `3845`, `3846`, `3847`, `3848`, `3849`, `3850`, `3851`, `3852`, `3853`, `3854`, `3855`, `3856`, `3857`, `3858`, `3859`, `3860`, `3861`, `3862`, `3863`, `3864`, `3865`, `3866`, `3867`, `3868`, `3869`, `3870`, `3871`, `3872`, `3873`, `3874`, `3875`, `3876`, `3877`, `3878`, `3879`, `3880`, `3881`, `3882`, `3883`, `3884`, `3885`, `3886`, `3887`, `3888`, `3889`, `3890`, `3891`, `3892`, `3893`, `3894`, `3895`, `3896`, `3897`, `3898`, `3899`, `3900`, `3901`, `3902`, `3903`, `3904`, `3905`, `3906`, `3907`, `3908`, `3909`, `3910`, `3911`, `3912`, `3913`, `3914`, `3915`, `3916`, `3917`, `3918`, `3919`, `3920`, `3921`, `3922`, `3923`, `3924`, `3925`, `3926`, `3927`, `3928`, `3929`, `3930`, `3931`, `3932`, `3933`, `3934`, `3935`, `3936`, `3937`, `3938`, `3939`, `3940`, `3941`, `3942`, `3943`, `3944`, `3945`, `3946`, `3947`, `3948`, `3949`, `3950`, `3951`, `3952`, `3953`, `3954`, `3955`, `3956`, `3957`, `3958`, `3959`, `3960`, `3961`, `3962`, `3963`, `3964`, `3965`, `3966`, `3967`, `3968`, `3969`, `3970`, `3971`, `3972`, `3973`, `3974`, `3975`, `3976`, `3977`, `3978`, `3979`, `3980`, `3981`, `3982`, `3983`, `3984`, `3985`, `3986`, `3987`, `3988`, `3989`, `3990`, `3991`, `3992`, `3993`, `3994`, `3995`, `3996`, `3997`, `3998`, `3999`, `4000`, `4001`, `4002`, `4003`, `4004`, `4005`, `4006`, `4007`, `4008`, `4009`, `4010`, `4011`, `4012`, `4013`, `4014`, `4015`, `4016`, `4017`, `4018`, `4019`, `4020`, `4021`, `4022`, `4023`, `4024`, `4025`, `4026`, `4027`, `4028`, `4029`, `4030`, `4031`, `4032`, `4033`, `4034`, `4035`, `4036`, `4037`, `4038`, `4039`, `4040`, `4041`, `4042`, `4043`, `4044`, `4045`, `4046`, `4047`, `4048`, `4049`, `4050`, `4051`, `4052`, `4053`, `4054`, `4055`, `4056`, `4057`, `4058`, `4059`, `4060`, `4061`, `4062`, `4063`, `4064`, `4065`, `4066`, `4067`, `4068`, `4069`, `4070`, `4071`, `4072`, `4073`, `4074`, `4075`, `4076`, `4077`, `4078`, `4079`, `4080`, `4081`, `4082`, `4083`, `4084`, `4085`, `4086`, `4087`, `4088`, `4089`, `4090`, `4091`, `4092`, `4093`, `4094`, `4095`, `4096`, `4097`, `4098`, `4099`, `4100`, `4101`, `4102`, `4103`, `4104`, `4105`, `4106`, `4107`, `4108`, `4109`, `4110`, `4111`, `4112`, `4113`, `4114`, `4115`, `4116`, `4117`, `4118`, `4119`, `4120`, `4121`, `4122`, `4123`, `4124`, `4125`, `4126`, `4127`, `4128`, `4129`, `4130`, `4131`, `4132`, `4133`, `4134`, `4135`, `4136`, `4137`, `4138`, `4139`, `4140`, `4141`, `4142`, `4143`, `4144`, `4145`, `4146`, `4147`, `4148`, `4149`, `4150`, `4151`, `4152`, `4153`, `4154`, `4155`, `4156`, `4157`, `4158`, `4159`, `4160`, `4161`, `4162`, `4163`, `4164`, `4165`, `4166`, `4167`, `4168`, `4169`, `4170`, `4171`, `4172`, `4173`, `4174`, `4175`, `4176`, `4177`, `4178`, `4179`, `4180`, `4181`, `4182`, `4183`, `4184`, `4185`, `4186`, `4187`, `4188`, `4189`, `4190`, `4191`, `4192`, `4193`, `4194`, `4195`, `4196`, `4197`, `4198`, `4199`, `4200`, `4201`, `4202`, `4203`, `4204`, `4205`, `4206`, `4207`, `4208`, `4209`, `4210`, `4211`, `4212`, `4213`, `4214`, `4215`, `4216`, `4217`, `4218`, `4219`, `4220`, `4221`, `4222`, `4223`, `4224`, `4225`, `4226`, `4227`, `4228`, `4229`, `4230`, `4231`, `4232`, `4233`, `4234`, `4235`, `4236`, `4237`, `4238`, `4239`, `4240`, `4241`, `4242`, `4243`, `4244`, `4245`, `4246`, `4247`, `4248`, `4249`, `4250`, `4251`, `4252`, `4253`, `4254`, `4255`, `4256`, `4257`, `4258`, `4259`, `4260`, `4261`, `4262`, `4263`, `4264`, `4265`, `4266`, `4267`, `4268`, `4269`, `4270`, `4271`, `4272`, `4273`, `4274`, `4275`, `4276`, `4277`, `4278`, `4279`, `4280`, `4281`, `4282`, `4283`, `4284`, `4285`, `4286`, `4287`, `4288`, `4289`, `4290`, `4291`, `4292`, `4293`, `4294`, `4295`, `4296`, `4297`, `4298`, `4299`, `4300`, `4301`, `4302`, `4303`, `4304`, `4305`, `4306`, `4307`, `4308`, `4309`, `4310`, `4311`, `4312`, `4313`, `4314`, `4315`, `4316`, `4317`, `4318`, `4319`, `4320`, `4321`, `4322`, `4323`, `4324`, `4325`, `4326`, `4327`, `4328`, `4329`, `4330`, `4331`, `4332`, `4333`, `4334`, `4335`, `4336`, `4337`, `4338`, `4339`, `4340`, `4341`, `4342`, `4343`, `4344`, `4345`, `4346`, `4347`, `4348`, `4349`, `4350`, `4351`, `4352`, `4353`, `4354`, `4355`, `4356`, `4357`, `4358`, `4359`, `4360`, `4361`, `4362`, `4363`, `4364`, `4365`, `4366`, `4367`, `4368`, `4369`, `4370`, `4371`, `4372`, `4373`, `4374`, `4375`, `4376`, `4377`, `4378`, `4379`, `4380`, `4381`, `4382`, `4383`, `4384`, `4385`, `4386`, `4387`, `4388`, `4389`, `4390`, `4391`, `4392`, `4393`, `4394`, `4395`, `4396`, `4397`, `4398`, `4399`, `4400`, `4401`, `4402`, `4403`, `4404`, `4405`, `4406`, `4407`, `4408`, `4409`, `4410`, `4411`, `4412`, `4413`, `4414`, `4415`, `4416`, `4417`, `4418`, `4419`, `4420`, `4421`, `4422`, `4423`, `4424`, `4425`, `4426`, `4427`, `4428`, `4429`, `4430`, `4431`, `4432`, `4433`, `4434`, `4435`, `4436`, `4437`, `4438`, `4439`, `4440`, `4441`, `4442`, `4443`, `4444`, `4445`, `4446`, `4447`, `4448`, `4449`, `4450`, `4451`, `4452`, `4453`, `4454`, `4455`, `4456`, `4457`, `4458`, `4459`, `4460`, `4461`, `4462`, `4463`, `4464`, `4465`, `4466`, `4467`, `4468`, `4469`, `4470`, `4471`, `4472`, `4473`, `4474`, `4475`, `4476`, `4477`, `4478`, `4479`, `4480`, `4481`, `4482`, `4483`, `4484`, `4485`, `4486`, `4487`, `4488`, `4489`, `4490`, `4491`, `4492`, `4493`, `4494`, `4495`, `4496`, `4497`, `4498`, `4499`, `4500`, `4501`, `4502`, `4503`, `4504`, `4505`, `4506`, `4507`, `4508`, `4509`, `4510`, `4511`, `4512`, `4513`, `4514`, `4515`, `4516`, `4517`, `4518`, `4519`, `4520`, `4521`, `4522`, `4523`, `4524`, `4525`, `4526`, `4527`, `4528`, `4529`, `4530`, `4531`, `4532`, `4533`, `4534`, `4535`, `4536`, `4537`, `4538`, `4539`, `4540`, `4541`, `4542`, `4543`, `4544`, `4545`, `4546`, `4547`, `4548`, `4549`, `4550`, `4551`, `4552`, `4553`, `4554`, `4555`, `4556`, `4557`, `4558`, `4559`, `4560`, `4561`, `4562`, `4563`, `4564`, `4565`, `4566`, `4567`, `4568`, `4569`, `4570`, `4571`, `4572`, `4573`, `4574`, `4575`, `4576`, `4577`, `4578`, `4579`, `4580`, `4581`, `4582`, `4583`, `4584`, `4585`, `4586`, `4587`, `4588`, `4589`, `4590`, `4591`, `4592`, `4593`, `4594`, `4595`, `4596`, `4597`, `4598`, `4599`, `4600`, `4601`, `4602`, `4603`, `4604`, `4605`, `4606`, `4607`, `4608`, `4609`, `4610`, `4611`, `4612`, `4613`, `4614`, `4615`, `4616`, `4617`, `4618`, `4619`, `4620`, `4621`, `4622`, `4623`, `4624`, `4625`, `4626`, `4627`, `4628`, `4629`, `4630`, `4631`, `4632`, `4633`, `4634`, `4635`, `4636`, `4637`, `4638`, `4639`, `4640`, `4641`, `4642`, `4643`, `4644`, `4645`, `4646`, `4647`, `4648`, `4649`, `4650`, `4651`, `4652`, `4653`, `4654`, `4655`, `4656`, `4657`, `4658`, `4659`, `4660`, `4661`, `4662`, `4663`, `4664`, `4665`, `4666`, `4667`, `4668`, `4669`, `4670`, `4671`, `4672`, `4673`, `4674`, `4675`, `4676`, `4677`, `4678`, `4679`, `4680`, `4681`, `4682`, `4683`, `4684`, `4685`, `4686`, `4687`, `4688`, `4689`, `4690`, `4691`, `4692`, `4693`, `4694`, `4695`, `4696`, `4697`, `4698`, `4699`, `4700`, `4701`, `4702`, `4703`, `4704`, `4705`, `4706`, `4707`, `4708`, `4709`, `4710`, `4711`, `4712`, `4713`, `4714`, `4715`, `4716`, `4717`, `4718`, `4719`, `4720`, `4721`, `4722`, `4723`, `4724`, `4725`, `4726`, `4727`, `4728`, `4729`, `4730`, `4731`, `4732`, `4733`, `4734`, `4735`, `4736`, `4737`, `4738`, `4739`, `4740`, `4741`, `4742`, `4743`, `4744`, `4745`, `4746`, `4747`, `4748`, `4749`, `4750`, `4751`, `4752`, `4753`, `4754`, `4755`, `4756`, `4757`, `4758`, `4759`, `4760`, `4761`, `4762`, `4763`, `4764`, `4765`, `4766`, `4767`, `4768`, `4769`, `4770`, `4771`, `4772`, `4773`, `4774`, `4775`, `4776`, `4777`, `4778`, `4779`, `4780`, `4781`, `4782`, `4783`, `4784`, `4785`, `4786`, `4787`, `4788`, `4789`, `4790`, `4791`, `4792`, `4793`, `4794`, `4795`, `4796`, `4797`, `4798`, `4799`, `4800`, `4801`, `4802`, `4803`, `4804`, `4805`, `4806`, `4807`, `4808`, `4809`, `4810`, `4811`, `4812`, `4813`, `4814`, `4815`, `4816`, `4817`, `4818`, `4819`, `4820`, `4821`, `4822`, `4823`, `4824`, `4825`, `4826`, `4827`, `4828`, `4829`, `4830`, `4831`, `4832`, `4833`, `4834`, `4835`, `4836`, `4837`, `4838`, `4839`, `4840`, `4841`, `4842`, `4843`, `4844`, `4845`, `4846`, `4847`, `4848`, `4849`, `4850`, `4851`, `4852`, `4853`, `4854`, `4855`, `4856`, `4857`, `4858`, `4859`, `4860`, `4861`, `4862`, `4863`, `4864`, `4865`, `4866`, `4867`, `4868`, `4869`, `4870`, `4871`, `4872`, `4873`, `4874`, `4875`, `4876`, `4877`, `4878`, `4879`, `4880`, `4881`, `4882`, `4883`, `4884`, `4885`, `4886`, `4887`, `4888`, `4889`, `4890`, `4891`, `4892`, `4893`, `4894`, `4895`, `4896`, `4897`, `4898`, `4899`, `4900`, `4901`, `4902`, `4903`, `4904`, `4905`, `4906`, `4907`, `4908`, `4909`, `4910`, `4911`, `4912`, `4913`, `4914`, `4915`, `4916`, `4917`, `4918`, `4919`, `4920`, `4921`, `4922`, `4923`, `4924`, `4925`, `4926`, `4927`, `4928`, `4929`, `4930`, `4931`, `4932`, `4933`, `4934`, `4935`, `4936`, `4937`, `4938`, `4939`, `4940`, `4941`, `4942`, `4943`, `4944`, `4945`, `4946`, `4947`, `4948`, `4949`, `4950`, `4951`, `4952`, `4953`, `4954`, `4955`, `4956`, `4957`, `4958`, `4959`, `4960`, `4961`, `4962`, `4963`, `4964`, `4965`, `4966`, `4967`, `4968`, `4969`, `4970`, `4971`, `4972`, `4973`, `4974`, `4975`, `4976`, `4977`, `4978`, `4979`, `4980`, `4981`, `4982`, `4983`, `4984`, `4985`, `4986`, `4987`, `4988`, `4989`, `4990`, `4991`, `4992`, `4993`, `4994`, `4995`, `4996`, `4997`, `4998`, `4999`, `5000`, `5001`, `5002`, `5003`, `5004`, `5005`, `5006`, `5007`, `5008`, `5009`, `5010`, `5011`, `5012`, `5013`, `5014`, `5015`, `5016`, `5017`, `5018`, `5019`, `5020`, `5021`, `5022`, `5023`, `5024`, `5025`, `5026`, `5027`, `5028`, `5029`, `5030`, `5031`, `5032`, `5033`, `5034`, `5035`, `5036`, `5037`, `5038`, `5039`, `5040`, `5041`, `5042`, `5043`, `5044`, `5045`, `5046`, `5047`, `5048`, `5049`, `5050`, `5051`, `5052`, `5053`, `5054`, `5055`, `5056`, `5057`, `5058`, `5059`, `5060`, `5061`, `5062`, `5063`, `5064`, `5065`, `5066`, `5067`, `5068`, `5069`, `5070`, `5071`, `5072`, `5073`, `5074`, `5075`, `5076`, `5077`, `5078`, `5079`, `5080`, `5081`, `5082`, `5083`, `5084`, `5085`, `5086`, `5087`, `5088`, `5089`, `5090`, `5091`, `5092`, `5093`, `5094`, `5095`, `5096`, `5097`, `5098`, `5099`, `5100`, `5101`, `5102`, `5103`, `5104`, `5105`, `5106`, `5107`, `5108`, `5109`, `5110`, `5111`, `5112`, `5113`, `5114`, `5115`, `5116`, `5117`, `5118`, `5119`, `5120`, `5121`, `5122`, `5123`, `5124`, `5125`, `5126`, `5127`, `5128`, `5129`, `5130`, `5131`, `5132`, `5133`, `5134`, `5135`, `5136`, `5137`, `5138`, `5139`, `5140`, `5141`, `5142`, `5143`, `5144`, `5145`, `5146`, `5147`, `5148`, `5149`, `5150`, `5151`, `5152`, `5153`, `5154`, `5155`, `5156`, `5157`, `5158`, `5159`, `5160`, `5161`, `5162`, `5163`, `5164`, `5165`, `5166`, `5167`, `5168`, `5169`, `5170`, `5171`, `5172`, `5173`, `5174`, `5175`, `5176`, `5177`, `5178`, `5179`, `5180`, `5181`, `5182`, `5183`, `5184`, `5185`, `5186`, `5187`, `5188`, `5189`, `5190`, `5191`, `5192`, `5193`, `5194`, `5195`, `5196`, `5197`, `5198`, `5199`, `5200`, `5201`, `5202`, `5203`, `5204`, `5205`, `5206`, `5207`, `5208`, `5209`, `5210`, `5211`, `5212`, `5213`, `5214`, `5215`, `5216`, `5217`, `5218`, `5219`, `5220`, `5221`, `5222`, `5223`, `5224`, `5225`, `5226`, `5227`, `5228`, `5229`, `5230`, `5231`, `5232`, `5233`, `5234`, `5235`, `5236`, `5237`, `5238`, `5239`, `5240`, `5241`, `5242`, `5243`, `5244`, `5245`, `5246`, `5247`, `5248`, `5249`, `5250`, `5251`, `5252`, `5253`, `5254`, `5255`, `5256`, `5257`, `5258`, `5259`, `5260`, `5261`, `5262`, `5263`, `5264`, `5265`, `5266`, `5267`, `5268`, `5269`, `5270`, `5271`, `5272`, `5273`, `5274`, `5275`, `5276`, `5277`, `5278`, `5279`, `5280`, `5281`, `5282`, `5283`, `5284`, `5285`, `5286`, `5287`, `5288`, `5289`, `5290`, `5291`, `5292`, `5293`, `5294`, `5295`, `5296`, `5297`, `5298`, `5299`, `5300`, `5301`, `5302`, `5303`, `5304`, `5305`, `5306`, `5307`, `5308`, `5309`, `5310`, `5311`, `5312`, `5313`, `5314`, `5315`, `5316`, `5317`, `5318`, `5319`, `5320`, `5321`, `5322`, `5323`, `5324`, `5325`, `5326`, `5327`, `5328`, `5329`, `5330`, `5331`, `5332`, `5333`, `5334`, `5335`, `5336`, `5337`, `5338`, `5339`, `5340`, `5341`, `5342`, `5343`, `5344`, `5345`, `5346`, `5347`, `5348`, `5349`, `5350`, `5351`, `5352`, `5353`, `5354`, `5355`, `5356`, `5357`, `5358`, `5359`, `5360`, `5361`, `5362`, `5363`, `5364`, `5365`, `5366`, `5367`, `5368`, `5369`, `5370`, `5371`, `5372`, `5373`, `5374`, `5375`, `5376`, `5377`, `5378`, `5379`, `5380`, `5381`, `5382`, `5383`, `5384`, `5385`, `5386`, `5387`, `5388`, `5389`, `5390`, `5391`, `5392`, `5393`, `5394`, `5395`, `5396`, `5397`, `5398`, `5399`, `5400`, `5401`, `5402`, `5403`, `5404`, `5405`, `5406`, `5407`, `5408`, `5409`, `5410`, `5411`, `5412`, `5413`, `5414`, `5415`, `5416`, `5417`, `5418`, `5419`, `5420`, `5421`, `5422`, `5423`, `5424`, `5425`, `5426`, `5427`, `5428`, `5429`, `5430`, `5431`, `5432`, `5433`, `5434`, `5435`, `5436`, `5437`, `5438`, `5439`, `5440`, `5441`, `5442`, `5443`, `5444`, `5445`, `5446`, `5447`, `5448`, `5449`, `5450`, `5451`, `5452`, `5453`, `5454`, `5455`, `5456`, `5457`, `5458`, `5459`, `5460`, `5461`, `5462`, `5463`, `5464`, `5465`, `5466`, `5467`, `5468`, `5469`, `5470`, `5471`, `5472`, `5473`, `5474`, `5475`, `5476`, `5477`, `5478`, `5479`, `5480`, `5481`, `5482`, `5483`, `5484`, `5485`, `5486`, `5487`, `5488`, `5489`, `5490`, `5491`, `5492`, `5493`, `5494`, `5495`, `5496`, `5497`, `5498`, `5499`, `5500`, `5501`, `5502`, `5503`, `5504`, `5505`, `5506`, `5507`, `5508`, `5509`, `5510`, `5511`, `5512`, `5513`, `5514`, `5515`, `5516`, `5517`, `5518`, `5519`, `5520`, `5521`, `5522`, `5523`, `5524`, `5525`, `5526`, `5527`, `5528`, `5529`, `5530`, `5531`, `5532`, `5533`, `5534`, `5535`, `5536`, `5537`, `5538`, `5539`, `5540`, `5541`, `5542`, `5543`, `5544`, `5545`, `5546`, `5547`, `5548`, `5549`, `5550`, `5551`, `5552`, `5553`, `5554`, `5555`, `5556`, `5557`, `5558`, `5559`, `5560`, `5561`, `5562`, `5563`, `5564`, `5565`, `5566`, `5567`, `5568`, `5569`, `5570`, `5571`, `5572`, `5573`, `5574`, `5575`, `5576`, `5577`, `5578`, `5579`, `5580`, `5581`, `5582`, `5583`, `5584`, `5585`, `5586`, `5587`, `5588`, `5589`, `5590`, `5591`, `5592`, `5593`, `5594`, `5595`, `5596`, `5597`, `5598`, `5599`, `5600`, `5601`, `5602`, `5603`, `5604`, `5605`, `5606`, `5607`, `5608`, `5609`, `5610`, `5611`, `5612`, `5613`, `5614`, `5615`, `5616`, `5617`, `5618`, `5619`, `5620`, `5621`, `5622`, `5623`, `5624`, `5625`, `5626`, `5627`, `5628`, `5629`, `5630`, `5631`, `5632`, `5633`, `5634`, `5635`, `5636`, `5637`, `5638`, `5639`, `5640`, `5641`, `5642`, `5643`, `5644`, `5645`, `5646`, `5647`, `5648`, `5649`, `5650`, `5651`, `5652`, `5653`, `5654`, `5655`, `5656`, `5657`, `5658`, `5659`, `5660`, `5661`, `5662`, `5663`, `5664`, `5665`, `5666`, `5667`, `5668`, `5669`, `5670`, `5671`, `5672`, `5673`, `5674`, `5675`, `5676`, `5677`, `5678`, `5679`, `5680`, `5681`, `5682`, `5683`, `5684`, `5685`, `5686`, `5687`, `5688`, `5689`, `5690`, `5691`, `5692`, `5693`, `5694`, `5695`, `5696`, `5697`, `5698`, `5699`, `5700`, `5701`, `5702`, `5703`, `5704`, `5705`, `5706`, `5707`, `5708`, `5709`, `5710`, `5711`, `5712`, `5713`, `5714`, `5715`, `5716`, `5717`, `5718`, `5719`, `5720`, `5721`, `5722`, `5723`, `5724`, `5725`, `5726`, `5727`, `5728`, `5729`, `5730`, `5731`, `5732`, `5733`, `5734`, `5735`, `5736`, `5737`, `5738`, `5739`, `5740`, `5741`, `5742`, `5743`, `5744`, `5745`, `5746`, `5747`, `5748`, `5749`, `5750`, `5751`, `5752`, `5753`, `5754`, `5755`, `5756`, `5757`, `5758`, `5759`, `5760`, `5763`, `5764`, `5765`, `5766`, `5767`, `5768`, `5769`, `5770`, `5771`, `5772`, `5773`, `5774`, `5775`, `5776`, `5777`, `5778`, `5779`, `5780`, `5781`, `5782`, `5783`, `5784`, `5785`, `5786`, `5787`, `5788`, `5789`, `5790`, `5791`, `5792`, `5793`, `5794`, `5795`, `5796`, `5797`, `5798`, `5799`, `5800`, `5801`, `5802`, `5803`, `5804`, `5805`, `5806`, `5807`, `5808`, `5809`, `5810`, `5811`, `5812`, `5813`, `5814`, `5815`, `5816`, `5817`, `5818`, `5819`, `5820`, `5821`, `5822`, `5823`, `5824`, `5825`, `5826`, `5827`, `5828`, `5829`, `5830`, `5831`, `5832`, `5833`, `5834`, `5835`, `5836`, `5837`, `5838`, `5839`, `5840`, `5841`, `5842`, `5843`, `5844`, `5845`, `5846`, `5847`, `5848`, `5849`, `5850`, `5851`, `5852`, `5853`, `5854`, `5855`, `5856`, `5857`, `5858`, `5859`, `5860`, `5861`, `5862`, `5863`, `5864`, `5865`, `5866`, `5867`, `5868`, `5869`, `5870`, `5871`, `5872`, `5873`, `5874`, `5875`, `5876`, `5877`, `5878`, `5879`, `5880`, `5881`, `5882`, `5883`, `5884`, `5885`, `5886`, `5887`, `5888`, `5889`, `5890`, `5891`, `5892`, `5893`, `5894`, `5895`, `5896`, `5897`, `5898`, `5899`, `5900`, `5901`, `5902`, `5903`, `5904`, `5905`, `5906`, `5907`, `5908`, `5909`, `5910`, `5911`, `5912`, `5913`, `5914`, `5915`, `5916`, `5917`, `5918`, `5919`, `5920`, `5921`, `5922`, `5923`, `5924`, `5925`, `5926`, `5927`, `5928`, `5929`, `5930`, `5931`, `5932`, `5933`, `5934`, `5935`, `5936`, `5937`, `5938`, `5939`, `5940`, `5941`, `5942`, `5943`, `5944`, `5945`, `5946`, `5947`, `5948`, `5949`, `5950`, `5951`, `5952`, `5953`, `5954`, `5955`, `5956`, `5957`, `5958`, `5959`, `5960`, `5961`, `5962`, `5963`, `5964`, `5965`, `5966`, `5967`, `5968`, `5969`, `5970`, `5971`, `5972`, `5973`, `5974`, `5975`, `5976`, `5977`, `5978`, `5979`, `5980`, `5981`, `5982`, `5983`, `5984`, `5985`, `5986`, `5987`, `5988`, `5989`, `5990`, `5991`, `5992`, `5993`, `5994`, `5995`, `5996`, `5997`, `5998`, `5999`, `6000`, `6001`, `6002`, `6003`, `6004`, `6005`, `6006`, `6007`, `6008`, `6009`, `6010`, `6011`, `6012`, `6013`, `6014`, `6015`, `6016`, `6017`, `6018`, `6019`, `6020`, `6021`, `6022`, `6023`, `6024`, `6025`, `6026`, `6027`, `6028`, `6029`, `6030`, `6031`, `6032`, `6033`, `6034`, `6035`, `6036`, `6037`, `6038`, `6039`, `6040`, `6041`, `6042`, `6043`, `6044`, `6045`, `6046`, `6047`, `6048`, `6049`, `6050`, `6051`, `6052`, `6053`, `6054`, `6055`, `6056`, `6057`, `6058`, `6059`, `6060`, `6061`, `6062`, `6063`, `6064`, `6065`, `6066`, `6067`, `6068`, `6069`, `6070`, `6071`, `6072`, `6073`, `6074`, `6075`, `6076`, `6077`, `6078`, `6079`, `6080`, `6081`, `6082`, `6083`, `6084`, `6085`, `6086`, `6087`, `6088`, `6089`, `6090`, `6091`, `6092`, `6093`, `6094`, `6095`, `6096`, `6097`, `6098`, `6099`, `6100`, `6101`, `6102`, `6103`, `6104`, `6105`, `6106`, `6107`, `6108`, `6109`, `6110`, `6111`, `6112`, `6113`, `6114`, `6115`, `6116`, `6117`, `6118`, `6119`, `6120`, `6121`, `6122`, `6123`, `6124`, `6125`, `6126`, `6127`, `6128`, `6129`, `6130`, `6131`, `6132`, `6133`, `6134`, `6135`, `6136`, `6137`, `6138`, `6139`, `6140`, `6141`, `6142`, `6143`, `6144`, `6145`, `6146`, `6147`, `6148`, `6149`, `6150`, `6151`, `6152`, `6153`, `6154`, `6155`, `6156`, `6157`, `6158`, `6159`, `6160`, `6161`, `6162`, `6163`, `6164`, `6165`, `6166`, `6167`, `6168`, `6169`, `6170`, `6171`, `6172`, `6173`, `6174`, `6175`, `6176`, `6177`, `6178`, `6179`, `6180`, `6181`, `6182`, `6183`, `6184`, `6185`, `6186`, `6187`, `6188`, `6189`, `6190`, `6191`, `6192`, `6193`, `6194`, `6195`, `6196`, `6197`, `6198`, `6199`, `6200`, `6201`, `6202`, `6203`, `6204`, `6205`, `6206`, `6207`, `6208`, `6209`, `6210`, `6211`, `6212`, `6213`, `6214`, `6215`, `6216`, `6217`, `6218`, `6219`, `6220`, `6221`, `6222`, `6223`, `6224`, `6225`, `6226`, `6227`, `6228`, `6229`, `6230`, `6231`, `6232`, `6233`, `6234`, `6235`, `6236`, `6237`, `6238`, `6239`, `6240`, `6241`, `6242`, `6243`, `6244`, `6245`, `6246`, `6247`, `6248`, `6249`, `6250`, `6251`, `6252`, `6253`, `6254`, `6255`, `6256`, `6257`, `6258`, `6259`, `6260`, `6261`, `6262`, `6263`, `6264`, `6265`, `6266`, `6267`, `6268`, `6269`, `6270`, `6271`, `6272`, `6273`, `6274`, `6275`, `6276`, `6277`, `6278`, `6279`, `6280`, `6281`, `6282`, `6283`, `6284`, `6285`, `6286`, `6287`, `6288`, `6289`, `6290`, `6291`, `6292`, `6293`, `6294`, `6295`, `6296`, `6297`, `6298`, `6299`, `6300`, `6301`, `6302`, `6303`, `6304`, `6305`, `6306`, `6307`, `6308`, `6309`, `6310`, `6311`, `6312`, `6313`, `6314`, `6315`, `6316`, `6317`, `6318`, `6319`, `6320`, `6321`, `6322`, `6323`, `6324`, `6325`, `6326`, `6327`, `6328`, `6329`, `6330`, `6331`, `6332`, `6333`, `6334`, `6335`, `6336`, `6337`, `6338`, `6339`, `6340`, `6341`, `6342`, `6343`, `6344`, `6345`, `6346`, `6347`, `6348`, `6349`, `6350`, `6351`, `6352`, `6353`, `6354`, `6355`, `6356`, `6357`, `6358`, `6359`, `6360`, `6361`, `6362`, `6363`, `6364`, `6365`, `6366`, `6367`, `6368`, `6369`, `6370`, `6371`, `6372`, `6373`, `6374`, `6375`, `6376`, `6377`, `6378`, `6379`, `6380`, `6381`, `6382`, `6383`, `6384`, `6385`, `6386`, `6387`, `6388`, `6389`, `6390`, `6391`, `6392`, `6393`, `6394`, `6395`, `6396`, `6397`, `6398`, `6399`, `6400`, `6401`, `6402`, `6403`, `6404`, `6405`, `6406`, `6407`, `6408`, `6409`, `6410`, `6411`, `6412`, `6413`, `6414`, `6415`, `6416`, `6417`, `6418`, `6419`, `6420`, `6421`, `6422`, `6423`, `6424`, `6425`, `6426`, `6427`, `6428`, `6429`, `6430`, `6431`, `6432`, `6433`, `6434`, `6435`, `6436`, `6437`, `6438`, `6439`, `6440`, `6441`, `6442`, `6443`, `6444`, `6445`, `6446`, `6447`, `6448`, `6449`, `6450`, `6451`, `6452`, `6453`, `6454`, `6455`, `6456`, `6457`, `6458`, `6459`, `6460`, `6461`, `6462`, `6463`, `6464`, `6465`, `6466`, `6467`, `6468`, `6469`, `6470`, `6471`, `6472`, `6473`, `6474`, `6475`, `6476`, `6477`, `6478`, `6479`, `6480`, `6481`, `6482`, `6483`, `6484`, `6485`, `6486`, `6487`, `6488`, `6489`, `6490`, `6491`, `6492`, `6493`, `6494`, `6495`, `6496`, `6497`, `6498`, `6499`, `6500`, `6501`, `6502`, `6503`, `6504`, `6505`, `6506`, `6507`, `6508`, `6509`, `6510`, `6511`, `6512`, `6513`, `6514`, `6515`, `6516`, `6517`, `6518`, `6519`, `6520`, `6521`, `6522`, `6523`, `6524`, `6525`, `6526`, `6527`, `6528`, `6529`, `6530`, `6531`, `6532`, `6533`, `6534`, `6535`, `6536`, `6537`, `6538`, `6539`, `6540`, `6541`, `6542`, `6543`, `6544`, `6545`, `6546`, `6547`, `6548`, `6549`, `6550`, `6551`, `6552`, `6553`, `6554`, `6555`, `6556`, `6557`, `6558`, `6559`, `6560`, `6561`, `6562`, `6563`, `6564`, `6565`, `6566`, `6567`, `6568`, `6569`, `6570`, `6571`, `6572`, `6573`, `6574`, `6575`, `6576`, `6577`, `6578`, `6579`, `6580`, `6581`, `6582`, `6583`, `6584`, `6585`, `6586`, `6587`, `6588`, `6589`, `6590`, `6591`, `6592`, `6593`, `6594`, `6595`, `6596`, `6597`, `6598`, `6599`, `6600`, `6601`, `6602`, `6603`, `6604`, `6605`, `6606`, `6607`, `6608`, `6609`, `6610`, `6611`, `6612`, `6613`, `6614`, `6615`, `6616`, `6617`, `6618`, `6619`, `6620`, `6621`, `6622`, `6623`, `6624`, `6625`, `6626`, `6627`, `6628`, `6629`, `6630`, `6631`, `6632`, `6633`, `6634`, `6635`, `6636`, `6637`, `6638`, `6639`, `6640`, `6641`, `6642`, `6643`, `6644`, `6645`, `6646`, `6647`, `6648`, `6649`, `6650`, `6651`, `6652`, `6653`, `6654`, `6655`, `6656`, `6657`, `6658`, `6659`, `6660`, `6661`, `6662`, `6663`, `6664`, `6665`, `6666`, `6667`, `6668`, `6669`, `6670`, `6671`, `6672`, `6673`, `6674`, `6675`, `6676`, `6677`, `6678`, `6679`, `6680`, `6681`, `6682`, `6683`, `6684`, `6685`, `6686`, `6687`, `6688`, `6689`, `6690`, `6691`, `6692`, `6693`, `6694`, `6695`, `6696`, `6697`, `6698`, `6699`, `6700`, `6701`, `6702`, `6703`, `6704`, `6705`, `6706`, `6707`, `6708`, `6709`, `6710`, `6711`, `6712`, `6713`, `6714`, `6715`, `6716`, `6717`, `6718`, `6719`, `6720`, `6721`, `6722`, `6723`, `6724`, `6725`, `6726`, `6727`, `6728`, `6729`, `6730`, `6731`, `6732`, `6733`, `6734`, `6735`, `6736`, `6737`, `6738`, `6739`, `6740`, `6741`, `6742`, `6743`, `6744`, `6745`, `6746`, `6747`, `6748`, `6749`, `6750`, `6751`, `6752`, `6753`, `6754`, `6755`, `6756`, `6757`, `6758`, `6759`, `6760`, `6761`, `6762`, `6763`, `6764`, `6765`, `6766`, `6767`, `6768`, `6769`, `6770`, `6771`, `6772`, `6773`, `6774`, `6775`, `6776`, `6777`, `6778`, `6779`, `6780`, `6781`, `6782`, `6783`, `6784`, `6785`, `6786`, `6787`, `6788`, `6789`, `6790`, `6791`, `6792`, `6793`, `6794`, `6795`, `6796`, `6797`, `6798`, `6799`, `6800`, `6801`, `6802`, `6803`, `6804`, `6805`, `6806`, `6807`, `6808`, `6809`, `6810`, `6811`, `6812`, `6813`, `6814`, `6815`, `6816`, `6817`, `6818`, `6819`, `6820`, `6821`, `6822`, `6823`, `6824`, `6825`, `6826`, `6827`, `6828`, `6829`, `6830`, `6831`, `6832`, `6833`, `6834`, `6835`, `6836`, `6837`, `6838`, `6839`, `6840`, `6841`, `6842`, `6843`, `6844`, `6845`, `6846`, `6847`, `6848`, `6849`, `6850`, `6851`, `6852`, `6853`, `6854`, `6855`, `6856`, `6857`, `6858`, `6859`, `6860`, `6861`, `6862`, `6863`, `6864`, `6865`, `6866`, `6867`, `6868`, `6869`, `6870`, `6871`, `6872`, `6873`, `6874`, `6875`, `6876`, `6877`, `6878`, `6879`, `6880`, `6881`, `6882`, `6883`, `6884`, `6885`, `6886`, `6887`, `6888`, `6889`, `6890`, `6891`, `6892`, `6893`, `6894`, `6895`, `6896`, `6897`, `6898`, `6899`, `6900`, `6901`, `6902`, `6903`, `6904`, `6905`, `6906`, `6907`, `6908`, `6909`, `6910`, `6911`, `6912`, `6913`, `6914`, `6915`, `6916`, `6917`, `6918`, `6919`, `6920`, `6921`, `6922`, `6923`, `6924`, `6925`, `6926`, `6927`, `6928`, `6929`, `6930`, `6931`, `6932`, `6933`, `6934`, `6935`, `6936`, `6937`, `6938`, `6939`, `6940`, `6941`, `6942`, `6943`, `6944`, `6945`, `6946`, `6947`, `6948`, `6949`, `6950`, `6951`, `6952`, `6953`, `6954`, `6955`, `6956`, `6957`, `6958`, `6959`, `6960`, `6961`, `6962`, `6963`, `6964`, `6965`, `6966`, `6967`, `6968`, `6969`, `6970`, `6971`, `6972`, `6973`, `6974`, `6975`, `6976`, `6977`, `6978`, `6979`, `6980`, `6981`, `6982`, `6983`, `6984`, `6985`, `6986`, `6987`, `6988`, `6989`, `6990`, `6991`, `6992`, `6993`, `6994`, `6995`, `6996`, `6997`, `6998`, `6999`, `7000`, `7001`, `7002`, `7003`, `7004`, `7005`, `7006`, `7007`, `7008`, `7009`, `7010`, `7011`, `7012`, `7013`, `7014`, `7015`, `7016`, `7017`, `7018`, `7019`, `7020`, `7021`, `7022`, `7023`, `7024`, `7025`, `7026`, `7027`, `7028`, `7029`, `7030`, `7031`, `7032`, `7033`, `7034`, `7035`, `7036`, `7037`, `7038`, `7039`, `7040`, `7041`, `7042`, `7043`, `7044`, `7045`, `7046`, `7047`, `7048`, `7049`, `7050`, `7051`, `7052`, `7053`, `7054`, `7055`, `7056`, `7057`, `7058`, `7059`, `7060`, `7061`, `7062`, `7063`, `7064`, `7065`, `7066`, `7067`, `7068`, `7069`, `7070`, `7071`, `7072`, `7073`, `7074`, `7075`, `7076`, `7077`, `7078`, `7079`, `7080`, `7081`, `7082`, `7083`, `7084`, `7085`, `7086`, `7087`, `7088`, `7089`, `7090`, `7091`, `7092`, `7093`, `7094`, `7095`, `7096`, `7097`, `7098`, `7099`, `7100`, `7101`, `7102`, `7103`, `7104`, `7105`, `7106`, `7107`, `7108`, `7109`, `7110`, `7111`, `7112`, `7113`, `7114`, `7115`, `7116`, `7117`, `7118`, `7119`, `7120`, `7121`, `7122`, `7123`, `7124`, `7125`, `7126`, `7127`, `7128`, `7129`, `7130`, `7131`, `7132`, `7133`, `7134`, `7135`, `7136`, `7137`, `7138`, `7139`, `7140`, `7141`, `7142`, `7143`, `7144`, `7145`, `7146`, `7147`, `7148`, `7149`, `7150`, `7151`, `7152`, `7153`, `7154`, `7155`, `7156`, `7157`, `7158`, `7159`, `7160`, `7161`, `7162`, `7163`, `7164`, `7165`, `7166`, `7167`, `7168`, `7169`, `7170`, `7171`, `7172`, `7173`, `7174`, `7175`, `7176`, `7177`, `7178`, `7179`, `7180`, `7181`, `7182`, `7183`, `7184`, `7185`, `7186`, `7187`, `7188`, `7189`, `7190`, `7191`, `7192`, `7193`, `7194`, `7195`, `7196`, `7197`, `7198`, `7199`, `7200`, `7201`, `7202`, `7203`, `7204`, `7205`, `7206`, `7207`, `7208`, `7209`, `7210`, `7211`, `7212`, `7213`, `7214`, `7215`, `7216`, `7217`, `7218`, `7219`, `7220`, `7221`, `7222`, `7223`, `7224`, `7225`, `7226`, `7227`, `7228`, `7229`, `7230`, `7231`, `7232`, `7233`, `7234`, `7235`, `7236`, `7237`, `7238`, `7239`, `7240`, `7241`, `7242`, `7243`, `7244`, `7245`, `7246`, `7247`, `7248`, `7249`, `7250`, `7251`, `7252`, `7253`, `7254`, `7255`, `7256`, `7257`, `7258`, `7259`, `7260`, `7261`, `7262`, `7263`, `7264`, `7265`, `7266`, `7267`, `7268`, `7269`, `7270`, `7271`, `7272`, `7273`, `7274`, `7275`, `7276`, `7277`, `7278`, `7279`, `7280`, `7281`, `7282`, `7283`, `7284`, `7285`, `7286`, `7287`, `7288`, `7289`, `7290`, `7291`, `7292`, `7293`, `7294`, `7295`, `7296`, `7297`, `7298`, `7299`, `7300`, `7301`, `7302`, `7303`, `7304`, `7305`, `7306`, `7307`, `7308`, `7309`, `7310`, `7311`, `7312`, `7313`, `7314`, `7315`, `7316`, `7317`, `7318`, `7319`, `7320`, `7321`, `7322`, `7323`, `7324`, `7325`, `7326`, `7327`, `7328`, `7329`, `7330`, `7331`, `7332`, `7333`, `7334`, `7335`, `7336`, `7337`, `7338`, `7339`, `7340`, `7341`, `7342`, `7343`, `7344`, `7345`, `7346`, `7347`, `7348`, `7349`, `7350`, `7351`, `7352`, `7353`, `7354`, `7355`, `7356`, `7357`, `7358`, `7359`, `7360`, `7361`, `7362`, `7363`, `7364`, `7365`, `7366`, `7367`, `7368`, `7369`, `7370`, `7371`, `7372`, `7373`, `7374`, `7375`, `7376`, `7377`, `7378`, `7379`, `7380`, `7381`, `7382`, `7383`, `7384`, `7385`, `7386`, `7387`, `7388`, `7389`, `7390`, `7391`, `7392`, `7393`, `7394`, `7395`, `7396`, `7397`, `7398`, `7399`, `7400`, `7401`, `7402`, `7403`, `7404`, `7405`, `7406`, `7407`, `7408`, `7409`, `7410`, `7411`, `7412`, `7413`, `7414`, `7415`, `7416`, `7417`, `7418`, `7419`, `7420`, `7421`, `7422`, `7423`, `7424`, `7425`, `7426`, `7427`, `7428`, `7429`, `7430`, `7431`, `7432`, `7433`, `7434`, `7435`, `7436`, `7437`, `7438`, `7439`, `7440`, `7441`, `7442`, `7443`, `7444`, `7445`, `7446`, `7447`, `7448`, `7449`, `7450`, `7451`, `7452`, `7453`, `7454`, `7455`, `7456`, `7457`, `7458`, `7459`, `7460`, `7461`, `7462`, `7463`, `7464`, `7465`, `7466`, `7467`, `7468`, `7469`, `7470`, `7471`, `7472`, `7473`, `7474`, `7475`, `7476`, `7477`, `7478`, `7479`, `7480`, `7481`, `7482`, `7483`, `7484`, `7485`, `7486`, `7487`, `7488`, `7489`, `7490`, `7491`, `7492`, `7493`, `7494`, `7495`, `7496`, `7497`, `7498`, `7499`, `7500`, `7501`, `7502`, `7503`, `7504`, `7505`, `7506`, `7507`, `7508`, `7509`, `7510`, `7511`, `7512`, `7513`, `7514`, `7515`, `7516`, `7517`, `7518`, `7519`, `7520`, `7521`, `7522`, `7523`, `7524`, `7525`, `7526`, `7527`, `7528`, `7529`, `7530`, `7531`, `7532`, `7533`, `7534`, `7535`, `7536`, `7537`, `7538`, `7539`, `7540`, `7541`, `7542`, `7543`, `7544`, `7545`, `7546`, `7547`, `7548`, `7549`, `7550`, `7551`, `7552`, `7553`, `7554`, `7555`, `7556`, `7557`, `7558`, `7559`, `7560`, `7561`, `7562`, `7563`, `7564`, `7565`, `7566`, `7567`, `7568`, `7569`, `7570`, `7571`, `7572`, `7573`, `7574`, `7575`, `7576`, `7577`, `7578`, `7579`, `7580`, `7581`, `7582`, `7583`, `7584`, `7585`, `7586`, `7587`, `7588`, `7589`, `7590`, `7591`, `7592`, `7593`, `7594`, `7595`, `7596`, `7597`, `7598`, `7599`, `7600`, `7601`, `7602`, `7603`, `7604`, `7605`, `7606`, `7607`, `7608`, `7609`, `7610`, `7611`, `7612`, `7613`, `7614`, `7615`, `7616`, `7617`, `7618`, `7619`, `7620`, `7621`, `7622`, `7623`, `7624`, `7625`, `7626`, `7627`, `7628`, `7629`, `7630`, `7631`, `7632`, `7633`, `7634`, `7635`, `7636`, `7637`, `7638`, `7639`, `7640`, `7641`, `7642`, `7643`, `7644`, `7645`, `7646`, `7647`, `7648`, `7649`, `7650`, `7651`, `7652`, `7653`, `7654`, `7655`, `7656`, `7657`, `7658`, `7659`, `7660`, `7661`, `7662`, `7663`, `7664`, `7665`, `7666`, `7667`, `7668`, `7669`, `7670`, `7671`, `7672`, `7673`, `7674`, `7675`, `7676`, `7677`, `7678`, `7679`, `7680`, `7681`, `7682`, `7683`, `7684`, `7685`, `7686`, `7687`, `7688`, `7689`, `7690`, `7691`, `7692`, `7693`, `7694`, `7695`, `7696`, `7697`, `7698`, `7699`, `7700`, `7701`, `7702`, `7703`, `7704`, `7705`, `7706`, `7707`, `7708`, `7709`, `7710`, `7711`, `7712`, `7713`, `7714`, `7715`, `7716`, `7717`, `7718`, `7719`, `7720`, `7721`, `7722`, `7723`, `7724`, `7725`, `7726`, `7727`, `7728`, `7729`, `7730`, `7731`, `7732`, `7733`, `7734`, `7735`, `7736`, `7737`, `7738`, `7739`, `7740`, `7741`, `7742`, `7743`, `7744`, `7745`, `7746`, `7747`, `7748`, `7749`, `7750`, `7751`, `7752`, `7753`, `7754`, `7755`, `7756`, `7757`, `7758`, `7759`, `7760`, `7761`, `7762`, `7763`, `7764`, `7765`, `7766`, `7767`, `7768`, `7769`, `7770`, `7771`, `7772`, `7773`, `7774`, `7775`, `7776`, `7777`, `7778`, `7779`, `7780`, `7781`, `7782`, `7783`, `7784`, `7785`, `7786`, `7787`, `7788`, `7789`, `7790`, `7791`, `7792`, `7793`, `7794`, `7795`, `7796`, `7797`, `7798`, `7799`, `7800`, `7801`, `7802`, `7803`, `7804`, `7805`, `7806`, `7807`, `7808`, `7809`, `7810`, `7811`, `7812`, `7813`, `7814`, `7815`, `7816`, `7817`, `7818`, `7819`, `7820`, `7821`, `7822`, `7823`, `7824`, `7825`, `7826`, `7827`, `7828`, `7829`, `7830`, `7831`, `7832`, `7833`, `7834`, `7835`, `7836`, `7837`, `7838`, `7839`, `7840`, `7841`, `7842`, `7843`, `7844`, `7845`, `7846`, `7847`, `7848`, `7849`, `7850`, `7851`, `7852`, `7853`, `7854`, `7855`, `7856`, `7857`, `7858`, `7859`, `7860`, `7861`, `7862`, `7863`, `7864`, `7865`, `7866`, `7867`, `7868`, `7869`, `7870`, `7871`, `7872`, `7873`, `7874`, `7875`, `7876`, `7877`, `7878`, `7879`, `7880`, `7881`, `7882`, `7883`, `7884`, `7885`, `7886`, `7887`, `7888`, `7889`, `7890`, `7891`, `7892`, `7893`, `7894`, `7895`, `7896`, `7897`, `7898`, `7899`, `7900`, `7901`, `7902`, `7903`, `7904`, `7905`, `7906`, `7907`, `7908`, `7909`, `7910`, `7911`, `7912`, `7913`, `7914`, `7915`, `7916`, `7917`, `7918`, `7919`, `7920`, `7921`, `7922`, `7923`, `7924`, `7925`, `7926`, `7927`, `7928`, `7929`, `7930`, `7931`, `7932`, `7933`, `7934`, `7935`, `7936`, `7937`, `7938`, `7939`, `7940`, `7941`, `7942`, `7943`, `7944`, `7945`, `7946`, `7947`, `7948`, `7949`, `7950`, `7951`, `7952`, `7953`, `7954`, `7955`, `7956`, `7957`, `7958`, `7959`, `7960`, `7961`, `7962`, `7963`, `7964`, `7965`, `7966`, `7967`, `7968`, `7969`, `7970`, `7971`, `7972`, `7973`, `7974`, `7975`, `7976`, `7977`, `7978`, `7979`, `7980`, `7981`, `7982`, `7983`, `7984`, `7985`, `7986`, `7987`, `7988`, `7989`, `7990`, `7991`, `7992`, `7993`, `7994`, `7995`, `7996`, `7997`, `7998`, `7999`, `8000`, `8001`, `8002`, `8003`, `8004`, `8005`, `8006`, `8007`, `8008`, `8009`, `8010`, `8011`, `8012`, `8013`, `8014`, `8015`, `8016`, `8017`, `8018`, `8019`, `8020`, `8021`, `8022`, `8023`, `8024`, `8025`, `8026`, `8027`, `8028`, `8029`, `8030`, `8031`, `8032`, `8033`, `8034`, `8035`, `8036`, `8037`, `8038`, `8039`, `8040`, `8041`, `8042`, `8043`, `8044`, `8045`, `8046`, `8047`, `8048`, `8049`, `8050`, `8051`, `8052`, `8053`, `8054`, `8055`, `8056`, `8057`, `8058`, `8059`, `8060`, `8061`, `8062`, `8063`, `8064`, `8065`, `8066`, `8067`, `8068`, `8069`, `8070`, `8071`, `8072`, `8073`, `8074`, `8075`, `8076`, `8077`, `8078`, `8079`, `8080`, `8081`, `8082`, `8083`, `8084`, `8085`, `8086`, `8087`, `8088`, `8089`, `8090`, `8091`, `8092`, `8093`, `8094`, `8095`, `8096`, `8097`, `8098`, `8099`, `8100`, `8101`, `8102`, `8103`, `8104`, `8105`, `8106`, `8107`, `8108`, `8109`, `8110`, `8111`, `8112`, `8113`, `8114`, `8115`, `8116`, `8117`, `8118`, `8119`, `8120`, `8121`, `8122`, `8123`, `8124`, `8125`, `8126`, `8127`, `8128`, `8129`, `8130`, `8131`, `8132`, `8133`, `8134`, `8135`, `8136`, `8137`, `8138`, `8139`, `8140`, `8141`, `8142`, `8143`, `8144`, `8145`, `8146`, `8147`, `8148`, `8149`, `8150`, `8151`, `8152`, `8153`, `8154`, `8155`, `8156`, `8157`, `8158`, `8159`, `8160`, `8161`, `8162`, `8163`, `8164`, `8165`, `8166`, `8167`, `8168`, `8169`, `8170`, `8171`, `8172`, `8173`, `8174`, `8175`, `8176`, `8177`, `8178`, `8179`, `8180`, `8181`, `8182`, `8183`, `8184`, `8185`, `8186`, `8187`, `8188`, `8189`, `8190`, `8191`, `8192`, `8193`, `8194`, `8195`, `8196`, `8197`, `8198`, `8199`, `8200`, `8201`, `8202`, `8203`, `8204`, `8205`, `8206`, `8207`, `8208`, `8209`, `8210`, `8211`, `8212`, `8213`, `8214`, `8215`, `8216`, `8217`, `8218`, `8219`, `8220`, `8221`, `8222`, `8223`, `8224`, `8225`, `8226`, `8227`, `8228`, `8229`, `8230`, `8231`, `8232`, `8233`, `8234`, `8235`, `8236`, `8237`, `8238`, `8239`, `8240`, `8241`, `8242`, `8243`, `8244`, `8245`, `8246`, `8247`, `8248`, `8249`, `8250`, `8251`, `8252`, `8253`, `8254`, `8255`, `8256`, `8257`, `8258`, `8259`, `8260`, `8261`, `8262`, `8263`, `8264`, `8265`, `8266`, `8267`, `8268`, `8269`, `8270`, `8271`, `8272`, `8273`, `8274`, `8275`, `8276`, `8277`, `8278`, `8279`, `8280`, `8281`, `8282`, `8283`, `8284`, `8285`, `8286`, `8287`, `8288`, `8289`, `8290`, `8291`, `8292`, `8293`, `8294`, `8295`, `8296`, `8297`, `8298`, `8299`, `8300`, `8301`, `8302`, `8303`, `8304`, `8305`, `8306`, `8307`, `8308`, `8309`, `8310`, `8311`, `8312`, `8313`, `8314`, `8315`, `8316`, `8317`, `8318`, `8319`, `8320`, `8321`, `8322`, `8323`, `8324`, `8325`, `8326`, `8327`, `8328`, `8329`, `8330`, `8331`, `8332`, `8333`, `8334`, `8335`, `8336`, `8337`, `8338`, `8339`, `8340`, `8341`, `8342`, `8343`, `8344`, `8345`, `8346`, `8347`, `8348`, `8349`, `8350`, `8351`, `8352`, `8353`, `8354`, `8355`, `8356`, `8357`, `8358`, `8359`, `8360`, `8361`, `8362`, `8363`, `8364`, `8365`, `8366`, `8367`, `8368`, `8369`, `8370`, `8371`, `8372`, `8373`, `8374`, `8375`, `8376`, `8377`, `8378`, `8379`, `8380`, `8381`, `8382`, `8383`, `8384`, `8385`, `8386`, `8387`, `8388`, `8389`, `8390`, `8391`, `8392`, `8393`, `8394`, `8395`, `8396`, `8397`, `8398`, `8399`, `8400`, `8401`, `8402`, `8403`, `8404`, `8405`, `8406`, `8407`, `8408`, `8409`, `8410`, `8411`, `8412`, `8413`, `8414`, `8415`, `8416`, `8417`, `8418`, `8419`, `8420`, `8421`, `8422`, `8423`, `8424`, `8425`, `8426`, `8427`, `8428`, `8429`, `8430`, `8431`, `8432`, `8433`, `8434`, `8435`, `8436`, `8437`, `8438`, `8439`, `8440`, `8441`, `8442`, `8443`, `8444`, `8445`, `8446`, `8447`, `8448`, `8449`, `8450`, `8451`, `8452`, `8453`, `8454`, `8455`, `8456`, `8457`, `8458`, `8459`, `8460`, `8461`, `8462`, `8463`, `8464`, `8465`, `8466`, `8467`, `8468`, `8469`, `8470`, `8471`, `8472`, `8473`, `8474`, `8475`, `8476`, `8477`, `8478`, `8479`, `8480`, `8481`, `8482`, `8483`, `8484`, `8485`, `8486`, `8487`, `8488`, `8489`, `8490`, `8491`, `8492`, `8493`, `8494`, `8495`, `8496`, `8497`, `8498`, `8499`, `8500`, `8501`, `8502`, `8503`, `8504`, `8505`, `8506`, `8507`, `8508`, `8509`, `8510`, `8511`, `8512`, `8513`, `8514`, `8515`, `8516`, `8517`, `8518`, `8519`, `8520`, `8521`, `8522`, `8523`, `8524`, `8525`, `8526`, `8527`, `8528`, `8529`, `8530`, `8531`, `8532`, `8533`, `8534`, `8535`, `8536`, `8537`, `8538`, `8539`, `8540`, `8541`, `8542`, `8543`, `8544`, `8545`, `8546`, `8547`, `8548`, `8549`, `8550`, `8551`, `8552`, `8553`, `8554`, `8555`, `8556`, `8557`, `8558`, `8559`, `8560`, `8561`, `8562`, `8563`, `8564`, `8565`, `8566`, `8567`, `8568`, `8569`, `8570`, `8571`, `8572`, `8573`, `8574`, `8575`, `8576`, `8577`, `8578`, `8579`, `8580`, `8581`, `8582`, `8583`, `8584`, `8585`, `8586`, `8587`, `8588`, `8589`, `8590`, `8591`, `8592`, `8593`, `8594`, `8595`, `8596`, `8597`, `8598`, `8599`, `8600`, `8601`, `8602`, `8603`, `8604`, `8605`, `8606`, `8607`, `8608`, `8609`, `8610`, `8611`, `8612`, `8613`, `8614`, `8615`, `8616`, `8617`, `8618`, `8619`, `8620`, `8621`, `8622`, `8623`, `8624`, `8625`, `8626`, `8627`, `8628`, `8629`, `8630`, `8631`, `8632`, `8633`, `8634`, `8635`, `8636`, `8637`, `8638`, `8639`, `8640`, `8641`, `8642`, `8643`, `8644`, `8645`, `8646`, `8647`, `8648`, `8649`, `8650`, `8651`, `8652`, `8653`, `8654`, `8655`, `8656`, `8657`, `8658`, `8659`, `8660`, `8661`, `8662`, `8663`, `8664`, `8665`, `8666`, `8667`, `8668`, `8669`, `8670`, `8671`, `8672`, `8673`, `8674`, `8675`, `8676`, `8677`, `8678`, `8679`, `8680`, `8681`, `8682`, `8683`, `8684`, `8685`, `8686`, `8687`, `8688`, `8689`, `8690`, `8691`, `8692`, `8693`, `8694`, `8695`, `8696`, `8697`, `8698`, `8699`, `8700`, `8701`, `8702`, `8703`, `8704`, `8705`, `8706`, `8707`, `8708`, `8709`, `8710`, `8711`, `8712`, `8713`, `8714`, `8715`, `8716`, `8717`, `8718`, `8719`, `8720`, `8721`, `8722`, `8723`, `8724`, `8725`, `8726`, `8727`, `8728`, `8729`, `8730`, `8731`, `8732`, `8733`, `8734`, `8735`, `8736`, `8737`, `8738`, `8739`, `8740`, `8741`, `8742`, `8743`, `8744`, `8745`, `8746`, `8747`, `8748`, `8749`, `8750`, `8751`, `8752`, `8753`, `8754`, `8755`, `8756`, `8757`, `8758`, `8759`, `8760`, `8761`, `8762`, `8763`, `8764`, `8765`, `8766`, `8767`, `8768`, `8769`, `8770`, `8771`, `8772`, `8773`, `8774`, `8775`, `8776`, `8777`, `8778`, `8779`, `8780`, `8781`, `8782`, `8783`, `8784`, `8785`, `8786`, `8787`, `8788`, `8789`, `8790`, `8791`, `8792`, `8793`, `8794`, `8795`, `8796`, `8797`, `8798`, `8799`, `8800`, `8801`, `8802`, `8803`, `8804`, `8805`, `8806`, `8807`, `8808`, `8809`, `8810`, `8811`, `8812`, `8813`, `8814`, `8815`, `8816`, `8817`, `8818`, `8819`, `8820`, `8821`, `8822`, `8823`, `8824`, `8825`, `8826`, `8827`, `8828`, `8829`, `8830`, `8831`, `8832`, `8833`, `8834`, `8835`, `8836`, `8837`, `8838`, `8839`, `8840`, `8841`, `8842`, `8843`, `8844`, `8845`, `8846`, `8847`, `8848`, `8849`, `8850`, `8851`, `8852`, `8853`, `8854`, `8855`, `8856`, `8857`, `8858`, `8859`, `8860`, `8861`, `8862`, `8863`, `8864`, `8865`, `8866`, `8867`, `8868`, `8869`, `8870`, `8871`, `8872`, `8873`, `8874`, `8875`, `8876`, `8877`, `8878`, `8879`, `8880`, `8881`, `8882`, `8883`, `8884`, `8885`, `8886`, `8887`, `8888`, `8889`, `8890`, `8891`, `8892`, `8893`, `8894`, `8895`, `8896`, `8897`, `8898`, `8899`, `8900`, `8901`, `8902`, `8903`, `8904`, `8905`, `8906`, `8907`, `8908`, `8909`, `8910`, `8911`, `8912`, `8913`, `8914`, `8915`, `8916`, `8917`, `8918`, `8919`, `8920`, `8921`, `8922`, `8923`, `8924`, `8925`, `8926`, `8927`, `8928`, `8929`, `8930`, `8931`, `8932`, `8933`, `8934`, `8935`, `8936`, `8937`, `8938`, `8939`, `8940`, `8941`, `8942`, `8943`, `8944`, `8945`, `8946`, `8947`, `8948`, `8949`, `8950`, `8951`, `8952`, `8953`, `8954`, `8955`, `8956`, `8957`, `8958`, `8959`, `8960`, `8961`, `8962`, `8963`, `8964`, `8965`, `8966`, `8967`, `8968`, `8969`, `8970`, `8971`, `8972`, `8973`, `8974`, `8975`, `8976`, `8977`, `8978`, `8979`, `8980`, `8981`, `8982`, `8983`, `8984`, `8985`, `8986`, `8987`, `8988`, `8989`, `8990`, `8991`, `8992`, `8993`, `8994`, `8995`, `8996`, `8997`, `8998`, `8999`, `9000`, `9001`, `9002`, `9003`, `9004`, `9005`, `9006`, `9007`, `9008`, `9009`, `9010`, `9011`, `9012`, `9013`, `9014`, `9015`, `9016`, `9017`, `9018`, `9019`, `9020`, `9021`, `9022`, `9023`, `9024`, `9025`, `9026`, `9027`, `9028`, `9029`, `9030`, `9031`, `9032`, `9033`, `9034`, `9035`, `9036`, `9037`, `9038`, `9039`, `9040`, `9041`, `9042`, `9043`, `9044`, `9045`, `9046`, `9047`, `9048`, `9049`, `9050`, `9051`, `9052`, `9053`, `9054`, `9055`, `9056`, `9057`, `9058`, `9059`, `9060`, `9061`, `9062`, `9063`, `9064`, `9065`, `9066`, `9067`, `9068`, `9069`, `9070`, `9071`, `9072`, `9073`, `9074`, `9075`, `9076`, `9077`, `9078`, `9079`, `9080`, `9081`, `9082`, `9083`, `9084`, `9085`, `9086`, `9087`, `9088`, `9089`, `9090`, `9091`, `9092`, `9093`, `9094`, `9095`, `9096`, `9097`, `9098`, `9099`, `9100`, `9101`, `9102`, `9103`, `9104`, `9105`, `9106`, `9107`, `9108`, `9109`, `9110`, `9111`, `9112`, `9113`, `9114`, `9115`, `9116`, `9117`, `9118`, `9119`, `9120`, `9121`, `9122`, `9123`, `9124`, `9125`, `9126`, `9127`, `9128`, `9129`, `9130`, `9131`, `9132`, `9133`, `9134`, `9135`, `9136`, `9137`, `9138`, `9139`, `9140`, `9141`, `9142`, `9143`, `9144`, `9145`, `9146`, `9147`, `9148`, `9149`, `9150`, `9151`, `9152`, `9153`, `9154`, `9155`, `9156`, `9157`, `9158`, `9159`, `9160`, `9161`, `9162`, `9163`, `9164`, `9165`, `9166`, `9167`, `9168`, `9169`, `9170`, `9171`, `9172`, `9173`, `9174`, `9175`, `9176`, `9177`, `9178`, `9179`, `9180`, `9181`, `9182`, `9183`, `9184`, `9185`, `9186`, `9187`, `9188`, `9189`, `9190`, `9191`, `9192`, `9193`, `9194`, `9195`, `9196`, `9197`, `9198`, `9199`, `9200`, `9201`, `9202`, `9203`, `9204`, `9205`, `9206`, `9207`, `9208`, `9209`, `9210`, `9211`, `9212`, `9213`, `9214`, `9215`, `9216`, `9217`, `9218`, `9219`, `9220`, `9221`, `9222`, `9223`, `9224`, `9225`, `9226`, `9227`, `9228`, `9229`, `9230`, `9231`, `9232`, `9233`, `9234`, `9235`, `9236`, `9237`, `9238`, `9239`, `9240`, `9241`, `9242`, `9243`, `9244`, `9245`, `9246`, `9247`, `9248`, `9249`, `9250`, `9251`, `9252`, `9253`, `9254`, `9255`, `9256`, `9257`, `9258`, `9259`, `9260`, `9261`, `9262`, `9263`, `9264`, `9265`, `9266`, `9267`, `9268`, `9269`, `9270`, `9271`, `9272`, `9273`, `9274`, `9275`, `9276`, `9277`, `9278`, `9279`, `9280`, `9281`, `9282`, `9283`, `9284`, `9285`, `9286`, `9287`, `9288`, `9289`, `9290`, `9291`, `9292`, `9293`, `9294`, `9295`, `9296`, `9297`, `9298`, `9299`, `9300`, `9301`, `9302`, `9303`, `9304`, `9305`, `9306`, `9307`, `9308`, `9309`, `9310`, `9311`, `9312`, `9313`, `9314`, `9315`, `9316`, `9317`, `9318`, `9319`, `9320`, `9321`, `9322`, `9323`, `9324`, `9325`, `9326`, `9327`, `9328`, `9329`, `9330`, `9331`, `9332`, `9333`, `9334`, `9335`, `9336`, `9337`, `9338`, `9339`, `9340`, `9341`, `9342`, `9343`, `9344`, `9345`, `9346`, `9347`, `9348`, `9349`, `9350`, `9351`, `9352`, `9353`, `9354`, `9355`, `9356`, `9357`, `9358`, `9359`, `9360`, `9361`, `9362`, `9363`, `9364`, `9365`, `9366`, `9367`, `9368`, `9369`, `9370`, `9371`, `9372`, `9373`, `9374`, `9375`, `9376`, `9377`, `9378`, `9379`, `9380`, `9381`, `9382`, `9383`, `9384`, `9385`, `9386`, `9387`, `9388`, `9389`, `9390`, `9391`, `9392`, `9393`, `9394`, `9395`, `9396`, `9397`, `9398`, `9399`, `9400`, `9401`, `9402`, `9403`, `9404`, `9405`, `9406`, `9407`, `9408`, `9409`, `9410`, `9411`, `9412`, `9413`, `9414`, `9415`, `9416`, `9417`, `9418`, `9419`, `9420`, `9421`, `9422`, `9423`, `9424`, `9425`, `9426`, `9427`, `9428`, `9429`, `9430`, `9431`, `9432`, `9433`, `9434`, `9435`, `9436`, `9437`, `9438`, `9439`, `9440`, `9441`, `9442`, `9443`, `9444`, `9445`, `9446`, `9447`, `9448`, `9449`, `9450`, `9451`, `9452`, `9453`, `9454`, `9455`, `9456`, `9457`, `9458`, `9459`, `9460`, `9461`, `9462`, `9463`, `9464`, `9465`, `9466`, `9467`, `9468`, `9469`, `9470`, `9471`, `9472`, `9473`, `9474`, `9475`, `9476`, `9477`, `9478`, `9479`, `9480`, `9481`, `9482`, `9483`, `9484`, `9485`, `9486`, `9487`, `9488`, `9489`, `9490`, `9491`, `9492`, `9493`, `9494`, `9495`, `9496`, `9497`, `9498`, `9499`, `9500`, `9501`, `9502`, `9503`, `9504`, `9505`, `9506`, `9507`, `9508`, `9509`, `9510`, `9511`, `9512`, `9513`, `9514`, `9515`, `9516`, `9517`, `9518`, `9519`, `9520`, `9521`, `9522`, `9523`, `9524`, `9525`, `9526`, `9527`, `9528`, `9529`, `9530`, `9531`, `9532`, `9533`, `9534`, `9535`, `9536`, `9537`, `9538`, `9539`, `9540`, `9541`, `9542`, `9543`, `9544`, `9545`, `9546`, `9547`, `9548`, `9549`, `9550`, `9551`, `9552`, `9553`, `9554`, `9555`, `9556`, `9557`, `9558`, `9559`, `9560`, `9561`, `9562`, `9563`, `9564`, `9565`, `9566`, `9567`, `9568`, `9569`, `9570`, `9571`, `9572`, `9573`, `9574`, `9575`, `9576`, `9577`, `9578`, `9579`, `9580`, `9581`, `9582`, `9583`, `9584`, `9585`, `9586`, `9587`, `9588`, `9589`, `9590`, `9591`, `9592`, `9593`, `9594`, `9595`, `9596`, `9597`, `9598`, `9599`, `9600`, `9601`, `9602`, `9603`, `9604`, `9605`, `9606`, `9607`, `9608`, `9609`, `9610`, `9611`, `9612`, `9613`, `9614`, `9615`, `9616`, `9617`, `9618`, `9619`, `9620`, `9621`, `9622`, `9623`, `9624`, `9625`, `9626`, `9627`, `9628`, `9629`, `9630`, `9631`, `9632`, `9633`, `9634`, `9635`, `9636`, `9637`, `9638`, `9639`, `9640`, `9641`, `9642`, `9643`, `9644`, `9645`, `9646`, `9647`, `9648`, `9649`, `9650`, `9651`, `9652`, `9653`, `9654`, `9655`, `9656`, `9657`, `9658`, `9659`, `9660`, `9661`, `9662`, `9663`, `9664`, `9665`, `9666`, `9667`, `9668`, `9669`, `9670`, `9671`, `9672`, `9673`, `9674`, `9675`, `9676`, `9677`, `9678`, `9679`, `9680`, `9681`, `9682`, `9683`, `9684`, `9685`, `9686`, `9687`, `9688`, `9689`, `9690`, `9691`, `9692`, `9693`, `9694`, `9695`, `9696`, `9697`, `9698`, `9699`, `9700`, `9701`, `9702`, `9703`, `9704`, `9705`, `9706`, `9707`, `9708`, `9709`, `9710`, `9711`, `9712`, `9713`, `9714`, `9715`, `9716`, `9717`, `9718`, `9719`, `9720`, `9721`, `9722`, `9723`, `9724`, `9725`, `9726`, `9727`, `9728`, `9729`, `9730`, `9731`, `9732`, `9733`, `9734`, `9735`, `9736`, `9737`, `9738`, `9739`, `9740`, `9741`, `9742`, `9743`, `9744`, `9745`, `9746`, `9747`, `9748`, `9749`, `9750`, `9751`, `9752`, `9753`, `9754`, `9755`, `9756`, `9757`, `9758`, `9759`, `9760`, `9761`, `9762`, `9763`, `9764`, `9765`, `9766`, `9767`, `9768`, `9769`, `9770`, `9771`, `9772`, `9773`, `9774`, `9775`, `9776`, `9777`, `9778`, `9779`, `9780`, `9781`, `9782`, `9783`, `9784`, `9785`, `9786`, `9787`, `9788`, `9789`, `9790`, `9791`, `9792`, `9793`, `9794`, `9795`, `9796`, `9797`, `9798`, `9799`, `9800`, `9801`, `9802`, `9803`, `9804`, `9805`, `9806`, `9807`, `9808`, `9809`, `9810`, `9811`, `9812`, `9813`, `9814`, `9815`, `9816`, `9817`, `9818`, `9819`, `9820`, `9821`, `9822`, `9823`, `9824`, `9825`, `9826`, `9827`, `9828`, `9829`, `9830`, `9831`, `9832`, `9833`, `9834`, `9835`, `9836`, `9837`, `9838`, `9839`, `9840`, `9841`, `9842`, `9843`, `9844`, `9845`, `9846`, `9847`, `9848`, `9849`, `9850`, `9851`, `9852`, `9853`, `9854`, `9855`, `9856`, `9857`, `9858`, `9859`, `9860`, `9861`, `9862`, `9863`, `9864`, `9865`, `9866`, `9867`, `9868`, `9869`, `9870`, `9871`, `9872`, `9873`, `9874`, `9875`, `9876`, `9877`, `9878`, `9879`, `9880`, `9881`, `9882`, `9883`, `9884`, `9885`, `9886`, `9887`, `9888`, `9889`, `9890`, `9891`, `9892`, `9893`, `9894`, `9895`, `9896`, `9897`, `9898`, `9899`, `9900`, `9901`, `9902`, `9903`, `9904`, `9905`, `9906`, `9907`, `9908`, `9909`, `9910`, `9911`, `9912`, `9913`, `9914`, `9915`, `9916`, `9917`, `9918`, `9919`, `9920`, `9921`, `9922`, `9923`, `9924`, `9925`, `9926`, `9927`, `9928`, `9929`, `9930`, `9931`, `9932`, `9933`, `9934`, `9935`, `9936`, `9937`, `9938`, `9939`, `9940`, `9941`, `9942`, `9943`, `9944`, `9945`, `9946`, `9947`, `9948`, `9949`, `9950`, `9951`, `9952`, `9953`, `9954`, `9955`, `9956`, `9957`, `9958`, `9959`, `9960`, `9961`, `9962`, `9963`, `9964`, `9965`, `9966`, `9967`, `9968`, `9971`, `9972`, `9973`, `9974`, `9975`, `9976`, `9977`, `9978`, `9979`, `9980`, `9981`, `9982`, `9983`, `9984`, `9985`, `9986`, `9987`, `9988`, `9989`, `9990`, `9991`, `9992`, `9993`, `9994`, `9995`, `9996`, `9997`, `9998`, `9999`, `10000`, `10001`, `10002`, `10003`, `10004`, `10005`, `10006`, `10007`, `10008`, `10009`, `10010`, `10011`, `10012`, `10013`, `10014`, `10015`, `10016`, `10017`, `10018`, `10019`, `10020`, `10021`, `10022`, `10023`, `10024`, `10025`, `10026`, `10027`, `10028`, `10029`, `10030`, `10031`, `10032`, `10033`, `10034`, `10035`, `10036`, `10037`, `10038`, `10039`, `10040`, `10041`, `10042`, `10043`, `10044`, `10045`, `10046`, `10047`, `10048`, `10049`, `10050`, `10051`, `10052`, `10053`, `10054`, `10055`, `10056`, `10057`, `10058`, `10059`, `10060`, `10061`, `10062`, `10063`, `10064`, `10065`, `10066`, `10067`, `10068`, `10069`, `10070`, `10071`, `10072`, `10073`, `10074`, `10075`, `10076`, `10077`, `10078`, `10079`, `10080`, `10081`, `10082`, `10083`, `10084`, `10085`, `10086`, `10087`, `10088`, `10089`, `10090`, `10091`, `10092`, `10093`, `10094`, `10095`, `10096`, `10097`, `10098`, `10099`, `10100`, `10101`, `10102`, `10103`, `10104`, `10105`, `10106`, `10107`, `10108`, `10109`, `10110`, `10111`, `10112`, `10113`, `10114`, `10115`, `10116`, `10117`, `10118`, `10119`, `10120`, `10121`, `10122`, `10123`, `10124`, `10125`, `10126`, `10127`, `10128`, `10129`, `10130`, `10131`, `10132`, `10133`, `10134`, `10135`, `10136`, `10137`, `10138`, `10139`, `10140`, `10141`, `10142`, `10143`, `10144`, `10145`, `10146`, `10147`, `10148`, `10149`, `10150`, `10151`, `10152`, `10153`, `10154`, `10155`, `10156`, `10157`, `10158`, `10159`, `10160`, `10161`, `10162`, `10163`, `10164`, `10165`, `10166`, `10167`, `10168`, `10169`, `10170`, `10171`, `10172`, `10173`, `10174`, `10175`, `10176`, `10177`, `10178`, `10179`, `10180`, `10181`, `10182`, `10183`, `10184`, `10185`, `10186`, `10187`, `10188`, `10189`, `10190`, `10191`, `10192`, `10193`, `10194`, `10195`, `10196`, `10197`, `10198`, `10199`, `10200`, `10201`, `10202`, `10203`, `10204`, `10205`, `10206`, `10207`, `10208`, `10209`, `10210`, `10211`, `10212`, `10213`, `10214`, `10215`, `10216`, `10217`, `10218`, `10219`, `10220`, `10221`, `10222`, `10223`, `10224`, `10225`, `10226`, `10227`, `10228`, `10229`, `10230`, `10231`, `10232`, `10233`, `10234`, `10235`, `10236`, `10237`, `10238`, `10239`, `10240`, `10241`, `10242`, `10243`, `10244`, `10245`, `10246`, `10247`, `10248`, `10249`, `10250`, `10251`, `10252`, `10253`, `10254`, `10255`, `10256`, `10257`, `10258`, `10259`, `10260`, `10261`, `10262`, `10263`, `10264`, `10265`, `10266`, `10267`, `10268`, `10269`, `10270`, `10271`, `10272`, `10273`, `10274`, `10275`, `10276`, `10277`, `10278`, `10279`, `10280`, `10281`, `10282`, `10283`, `10284`, `10285`, `10286`, `10287`, `10288`, `10289`, `10290`, `10291`, `10292`, `10293`, `10294`, `10295`, `10296`, `10297`, `10298`, `10299`, `10300`, `10301`, `10302`, `10303`, `10304`, `10305`, `10306`, `10307`, `10308`, `10309`, `10310`, `10311`, `10312`, `10313`, `10314`, `10315`, `10316`, `10317`, `10318`, `10319`, `10320`, `10321`, `10322`, `10323`, `10324`, `10325`, `10326`, `10327`, `10328`, `10329`, `10330`, `10331`, `10332`, `10333`, `10334`, `10335`, `10336`, `10337`, `10338`, `10339`, `10340`, `10341`, `10342`, `10343`, `10344`, `10345`, `10346`, `10347`, `10348`, `10349`, `10350`, `10351`, `10352`, `10353`, `10354`, `10355`, `10356`, `10357`, `10358`, `10359`, `10360`, `10361`, `10362`, `10363`, `10364`, `10365`, `10366`, `10367`, `10368`, `10369`, `10370`, `10371`, `10372`, `10373`, `10374`, `10375`, `10376`, `10377`, `10378`, `10379`, `10380`, `10381`, `10382`, `10383`, `10384`, `10385`, `10386`, `10387`, `10388`, `10389`, `10390`, `10391`, `10392`, `10393`, `10394`, `10395`, `10396`, `10397`, `10398`, `10399`, `10400`, `10401`, `10402`, `10403`, `10404`, `10405`, `10406`, `10407`, `10408`, `10409`, `10410`, `10411`, `10412`, `10413`, `10414`, `10415`, `10416`, `10417`, `10418`, `10419`, `10420`, `10421`, `10422`, `10423`, `10424`, `10425`, `10426`, `10427`, `10428`, `10429`, `10430`, `10431`, `10432`, `10433`, `10434`, `10435`, `10436`, `10437`, `10438`, `10439`, `10440`, `10441`, `10442`, `10443`, `10444`, `10445`, `10446`, `10447`, `10448`, `10449`, `10450`, `10451`, `10452`, `10453`, `10454`, `10455`, `10456`, `10457`, `10458`, `10459`, `10460`, `10461`, `10462`, `10463`, `10464`, `10465`, `10466`, `10467`, `10468`, `10469`, `10470`, `10471`, `10472`, `10473`, `10474`, `10475`, `10476`, `10477`, `10478`, `10479`, `10480`, `10481`, `10482`, `10483`, `10484`, `10485`, `10486`, `10487`, `10488`, `10489`, `10490`, `10491`, `10492`, `10493`, `10494`, `10495`, `10496`, `10497`, `10498`, `10499`, `10500`, `10501`, `10502`, `10503`, `10504`, `10505`, `10506`, `10507`, `10508`, `10509`, `10510`, `10511`, `10512`, `10513`, `10514`, `10515`, `10516`, `10517`, `10518`, `10519`, `10520`, `10521`, `10522`, `10523`, `10524`, `10525`, `10526`, `10527`, `10528`, `10529`, `10530`, `10531`, `10532`, `10533`, `10534`, `10535`, `10536`, `10537`, `10538`, `10539`, `10540`, `10541`, `10542`, `10543`, `10544`, `10545`, `10546`, `10547`, `10548`, `10549`, `10550`, `10551`, `10552`, `10553`, `10554`, `10555`, `10556`, `10557`, `10558`, `10559`, `10560`, `10561`, `10562`, `10563`, `10564`, `10565`, `10566`, `10567`, `10568`, `10569`, `10570`, `10571`, `10572`, `10573`, `10574`, `10575`, `10576`, `10577`, `10578`, `10579`, `10580`, `10581`, `10582`, `10583`, `10584`, `10585`, `10586`, `10587`, `10588`, `10589`, `10590`, `10591`, `10592`, `10593`, `10594`, `10595`, `10596`, `10597`, `10598`, `10599`, `10600`, `10601`, `10602`, `10603`, `10604`, `10605`, `10606`, `10607`, `10608`, `10609`, `10610`, `10611`, `10612`, `10613`, `10614`, `10615`, `10616`, `10617`, `10618`, `10619`, `10620`, `10621`, `10622`, `10623`, `10624`, `10625`, `10626`, `10627`, `10628`, `10629`, `10630`, `10631`, `10632`, `10633`, `10634`, `10635`, `10636`, `10637`, `10638`, `10639`, `10640`, `10641`, `10642`, `10643`, `10644`, `10645`, `10646`, `10647`, `10648`, `10649`, `10650`, `10651`, `10652`, `10653`, `10654`, `10655`, `10656`, `10657`, `10658`, `10659`, `10660`, `10661`, `10662`, `10663`, `10664`, `10665`, `10666`, `10667`, `10668`, `10669`, `10670`, `10671`, `10672`, `10673`, `10674`, `10675`, `10676`, `10677`, `10678`, `10679`, `10680`, `10681`, `10682`, `10683`, `10684`, `10685`, `10686`, `10687`, `10688`, `10689`, `10690`, `10691`, `10692`, `10693`, `10694`, `10695`, `10696`, `10697`, `10698`, `10699`, `10700`, `10701`, `10702`, `10703`, `10704`, `10705`, `10706`, `10707`, `10708`, `10709`, `10710`, `10711`, `10712`, `10713`, `10714`, `10715`, `10716`, `10717`, `10718`, `10719`, `10720`, `10721`, `10722`, `10723`, `10724`, `10725`, `10726`, `10727`, `10728`, `10729`, `10730`, `10731`, `10732`, `10733`, `10734`, `10735`, `10736`, `10737`, `10738`, `10739`, `10740`, `10741`, `10742`, `10743`, `10744`, `10745`, `10746`, `10747`, `10748`, `10749`, `10750`, `10751`, `10752`, `10753`, `10754`, `10755`, `10756`, `10757`, `10758`, `10759`, `10760`, `10761`, `10762`, `10763`, `10764`, `10765`, `10766`, `10767`, `10768`, `10769`, `10770`, `10771`, `10772`, `10773`, `10774`, `10775`, `10776`, `10777`, `10778`, `10779`, `10780`, `10781`, `10782`, `10783`, `10784`, `10785`, `10786`, `10787`, `10788`, `10789`, `10790`, `10791`, `10792`, `10793`, `10794`, `10795`, `10796`, `10797`, `10798`, `10799`, `10800`, `10801`, `10802`, `10803`, `10804`, `10805`, `10806`, `10807`, `10808`, `10809`, `10810`, `10811`, `10812`, `10813`, `10814`, `10815`, `10816`, `10817`, `10818`, `10819`, `10820`, `10821`, `10822`, `10823`, `10824`, `10825`, `10826`, `10827`, `10828`, `10829`, `10830`, `10831`, `10832`, `10833`, `10834`, `10835`, `10836`, `10837`, `10838`, `10839`, `10840`, `10841`, `10842`, `10843`, `10844`, `10845`, `10846`, `10847`, `10848`, `10849`, `10850`, `10851`, `10852`, `10853`, `10854`, `10855`, `10856`, `10857`, `10858`, `10859`, `10860`, `10861`, `10862`, `10863`, `10864`, `10865`, `10866`, `10867`, `10868`, `10869`, `10870`, `10871`, `10872`, `10873`, `10874`, `10875`, `10876`, `10877`, `10878`, `10879`, `10880`, `10881`, `10882`, `10883`, `10884`, `10885`, `10886`, `10887`, `10888`, `10889`, `10890`, `10891`, `10892`, `10893`, `10894`, `10895`, `10896`, `10897`, `10898`, `10899`, `10900`, `10901`, `10902`, `10903`, `10904`, `10905`, `10906`, `10907`, `10908`, `10909`, `10910`, `10911`, `10912`, `10913`, `10914`, `10915`, `10916`, `10917`, `10918`, `10919`, `10920`, `10921`, `10922`, `10923`, `10924`, `10925`, `10926`, `10927`, `10928`, `10929`, `10930`, `10931`, `10932`, `10933`, `10934`, `10935`, `10936`, `10937`, `10938`, `10939`, `10940`, `10941`, `10942`, `10943`, `10944`, `10945`, `10946`, `10947`, `10948`, `10949`, `10950`, `10951`, `10952`, `10953`, `10954`, `10955`, `10956`, `10957`, `10958`, `10959`, `10960`, `10961`, `10962`, `10963`, `10964`, `10965`, `10966`, `10967`, `10968`, `10969`, `10970`, `10971`, `10972`, `10973`, `10974`, `10975`, `10976`, `10977`, `10978`, `10979`, `10980`, `10981`, `10982`, `10983`, `10984`, `10985`, `10986`, `10987`, `10988`, `10989`, `10990`, `10991`, `10992`, `10993`, `10994`, `10995`, `10996`, `10997`, `10998`, `10999`, `11000`, `11001`, `11002`, `11003`, `11004`, `11005`, `11006`, `11007`, `11008`, `11009`, `11010`, `11011`, `11012`, `11013`, `11014`, `11015`, `11016`, `11017`, `11018`, `11019`, `11020`, `11021`, `11022`, `11023`, `11024`, `11025`, `11026`, `11027`, `11028`, `11029`, `11030`, `11031`, `11032`, `11033`, `11034`, `11035`, `11036`, `11037`, `11038`, `11039`, `11040`, `11041`, `11042`, `11043`, `11044`, `11045`, `11046`, `11047`, `11048`, `11049`, `11050`, `11051`, `11052`, `11053`, `11054`, `11055`, `11056`, `11057`, `11058`, `11059`, `11060`, `11061`, `11062`, `11063`, `11064`, `11065`, `11066`, `11067`, `11068`, `11069`, `11070`, `11071`, `11072`, `11073`, `11074`, `11075`, `11076`, `11077`, `11078`, `11079`, `11080`, `11081`, `11082`, `11083`, `11084`, `11085`, `11086`, `11087`, `11088`, `11089`, `11090`, `11091`, `11092`, `11093`, `11094`, `11095`, `11096`, `11097`, `11098`, `11099`, `11100`, `11101`, `11102`, `11103`, `11104`, `11105`, `11106`, `11107`, `11108`, `11109`, `11110`, `11111`, `11112`, `11113`, `11114`, `11115`, `11116`, `11117`, `11118`, `11119`, `11120`, `11121`, `11122`, `11123`, `11124`, `11125`, `11126`, `11127`, `11128`, `11129`, `11130`, `11131`, `11132`, `11133`, `11134`, `11135`, `11136`, `11137`, `11138`, `11139`, `11140`, `11141`, `11142`, `11143`, `11144`, `11145`, `11146`, `11147`, `11148`, `11149`, `11150`, `11151`, `11152`, `11153`, `11154`, `11155`, `11156`, `11157`, `11158`, `11159`, `11160`, `11161`, `11162`, `11163`, `11164`, `11165`, `11166`, `11167`, `11168`, `11169`, `11170`, `11171`, `11172`, `11173`, `11174`, `11175`, `11176`, `11177`, `11178`, `11179`, `11180`, `11181`, `11182`, `11183`, `11184`, `11185`, `11186`, `11187`, `11188`, `11189`, `11190`, `11191`, `11192`, `11193`, `11194`, `11195`, `11196`, `11197`, `11198`, `11199`, `11200`, `11201`, `11202`, `11203`, `11204`, `11205`, `11206`, `11207`, `11208`, `11209`, `11210`, `11211`, `11212`, `11213`, `11214`, `11215`, `11216`, `11217`, `11218`, `11219`, `11220`, `11221`, `11222`, `11223`, `11224`, `11225`, `11226`, `11227`, `11228`, `11229`, `11230`, `11231`, `11232`, `11233`, `11234`, `11235`, `11236`, `11237`, `11238`, `11239`, `11240`, `11241`, `11242`, `11243`, `11244`, `11245`, `11246`, `11247`, `11248`, `11249`, `11250`, `11251`, `11252`, `11253`, `11254`, `11255`, `11256`, `11257`, `11258`, `11259`, `11260`, `11261`, `11262`, `11263`, `11264`, `11265`, `11266`, `11267`, `11268`, `11269`, `11270`, `11271`, `11272`, `11273`, `11274`, `11275`, `11276`, `11277`, `11278`, `11279`, `11280`, `11281`, `11282`, `11283`, `11284`, `11285`, `11286`, `11287`, `11288`, `11289`, `11290`, `11291`, `11292`, `11293`, `11294`, `11295`, `11296`, `11297`, `11298`, `11299`, `11300`, `11301`, `11302`, `11303`, `11304`, `11305`, `11306`, `11307`, `11308`, `11309`, `11310`, `11311`, `11312`, `11313`, `11314`, `11315`, `11316`, `11317`, `11318`, `11319`, `11320`, `11321`, `11322`, `11323`, `11324`, `11325`, `11326`, `11327`, `11328`, `11329`, `11330`, `11331`, `11332`, `11333`, `11334`, `11335`, `11336`, `11337`, `11338`, `11339`, `11340`, `11341`, `11342`, `11343`, `11344`, `11345`, `11346`, `11347`, `11348`, `11349`, `11350`, `11351`, `11352`, `11353`, `11354`, `11355`, `11356`, `11357`, `11358`, `11359`, `11360`, `11361`, `11362`, `11363`, `11364`, `11365`, `11366`, `11367`, `11368`, `11369`, `11370`, `11371`, `11372`, `11373`, `11374`, `11375`, `11376`, `11377`, `11378`, `11379`, `11380`, `11381`, `11382`, `11383`, `11384`, `11385`, `11386`, `11387`, `11388`, `11389`, `11390`, `11391`, `11392`, `11393`, `11394`, `11395`, `11396`, `11397`, `11398`, `11399`, `11400`, `11401`, `11402`, `11403`, `11404`, `11405`, `11406`, `11407`, `11408`, `11409`, `11410`, `11411`, `11412`, `11413`, `11414`, `11415`, `11416`, `11417`, `11418`, `11419`, `11420`, `11421`, `11422`, `11423`, `11424`, `11425`, `11426`, `11427`, `11428`, `11429`, `11430`, `11431`, `11432`, `11433`, `11434`, `11435`, `11436`, `11437`, `11438`, `11439`, `11440`, `11441`, `11442`, `11443`, `11444`, `11445`, `11446`, `11447`, `11448`, `11449`, `11450`, `11451`, `11452`, `11453`, `11454`, `11455`, `11456`, `11457`, `11458`, `11459`, `11460`, `11461`, `11462`, `11463`, `11464`, `11465`, `11466`, `11467`, `11468`, `11469`, `11470`, `11471`, `11472`, `11473`, `11474`, `11475`, `11476`, `11477`, `11478`, `11479`, `11480`, `11481`, `11482`, `11483`, `11484`, `11485`, `11486`, `11487`, `11488`, `11489`, `11490`, `11491`, `11492`, `11493`, `11494`, `11495`, `11496`, `11497`, `11498`, `11499`, `11500`, `11501`, `11502`, `11503`, `11504`, `11505`, `11506`, `11507`, `11508`, `11509`, `11510`, `11511`, `11512`, `11513`, `11514`, `11515`, `11516`, `11517`, `11518`, `11519`, `11520`, `11521`, `11522`, `11523`, `11524`, `11525`, `11526`, `11527`, `11528`, `11529`, `11530`, `11531`, `11532`, `11533`, `11534`, `11535`, `11536`, `11537`, `11538`, `11539`, `11540`, `11541`, `11542`, `11543`, `11544`, `11545`, `11546`, `11547`, `11548`, `11549`, `11550`, `11551`, `11552`, `11553`, `11554`, `11555`, `11556`, `11557`, `11558`, `11559`, `11560`, `11561`, `11562`, `11563`, `11564`, `11565`, `11566`, `11567`, `11568`, `11569`, `11570`, `11571`, `11572`, `11573`, `11574`, `11575`, `11576`, `11577`, `11578`, `11579`, `11580`, `11581`, `11582`, `11583`, `11584`, `11585`, `11586`, `11587`, `11588`, `11589`, `11590`, `11591`, `11592`, `11593`, `11594`, `11595`, `11596`, `11597`, `11598`, `11599`, `11600`, `11601`, `11602`, `11603`, `11604`, `11605`, `11606`, `11607`, `11608`, `11609`, `11610`, `11611`, `11612`, `11613`, `11614`, `11615`, `11616`, `11617`, `11618`, `11619`, `11620`, `11621`, `11622`, `11623`, `11624`, `11625`, `11626`, `11627`, `11628`, `11629`, `11630`, `11631`, `11632`, `11633`, `11634`, `11635`, `11636`, `11637`, `11638`, `11639`, `11640`, `11641`, `11642`, `11643`, `11644`, `11645`, `11646`, `11647`, `11648`, `11649`, `11650`, `11651`, `11652`, `11653`, `11654`, `11655`, `11656`, `11657`, `11658`, `11659`, `11660`, `11661`, `11662`, `11663`, `11664`, `11665`, `11666`, `11667`, `11668`, `11669`, `11670`, `11671`, `11672`, `11673`, `11674`, `11675`, `11676`, `11677`, `11678`, `11679`, `11680`, `11681`, `11682`, `11683`, `11684`, `11685`, `11686`, `11687`, `11688`, `11689`, `11690`, `11691`, `11692`, `11693`, `11694`, `11695`, `11696`, `11697`, `11698`, `11699`, `11700`, `11701`, `11702`, `11703`, `11704`, `11705`, `11706`, `11707`, `11708`, `11709`, `11710`, `11711`, `11712`, `11713`, `11714`, `11715`, `11716`, `11717`, `11718`, `11719`, `11720`, `11721`, `11722`, `11723`, `11724`, `11725`, `11726`, `11727`, `11728`, `11729`, `11730`, `11731`, `11732`, `11733`, `11734`, `11735`, `11736`, `11737`, `11738`, `11739`, `11740`, `11741`, `11742`, `11743`, `11744`, `11745`, `11746`, `11747`, `11748`, `11749`, `11750`, `11751`, `11752`, `11753`, `11754`, `11755`, `11756`, `11757`, `11758`, `11759`, `11760`, `11761`, `11762`, `11763`, `11764`, `11765`, `11766`, `11767`, `11768`, `11769`, `11770`, `11771`, `11772`, `11773`, `11774`, `11775`, `11776`, `11777`, `11778`, `11779`, `11780`, `11781`, `11782`, `11783`, `11784`, `11785`, `11786`, `11787`, `11788`, `11789`, `11790`, `11791`, `11792`, `11793`, `11794`, `11795`, `11796`, `11797`, `11798`, `11799`, `11800`, `11801`, `11802`, `11803`, `11804`, `11805`, `11806`, `11807`, `11808`, `11809`, `11810`, `11811`, `11812`, `11813`, `11814`, `11815`, `11816`, `11817`, `11818`, `11819`, `11820`, `11821`, `11822`, `11823`, `11824`, `11825`, `11826`, `11827`, `11828`, `11829`, `11830`, `11831`, `11832`, `11833`, `11834`, `11835`, `11836`, `11837`, `11838`, `11839`, `11840`, `11841`, `11842`, `11843`, `11844`, `11845`, `11846`, `11847`, `11848`, `11849`, `11850`, `11851`, `11852`, `11853`, `11854`, `11855`, `11856`, `11857`, `11858`, `11859`, `11860`, `11861`, `11862`, `11863`, `11864`, `11865`, `11866`, `11867`, `11868`, `11869`, `11870`, `11871`, `11872`, `11873`, `11874`, `11875`, `11876`, `11877`, `11878`, `11879`, `11880`, `11881`, `11882`, `11883`, `11884`, `11885`, `11886`, `11887`, `11888`, `11889`, `11890`, `11891`, `11892`, `11893`, `11894`, `11895`, `11896`, `11897`, `11898`, `11899`, `11900`, `11901`, `11902`, `11903`, `11904`, `11905`, `11906`, `11907`, `11908`, `11909`, `11910`, `11911`, `11912`, `11913`, `11914`, `11915`, `11916`, `11917`, `11918`, `11919`, `11920`, `11921`, `11922`, `11923`, `11924`, `11925`, `11926`, `11927`, `11928`, `11929`, `11930`, `11931`, `11932`, `11933`, `11934`, `11935`, `11936`, `11937`, `11938`, `11939`, `11940`, `11941`, `11942`, `11943`, `11944`, `11945`, `11946`, `11947`, `11948`, `11949`, `11950`, `11951`, `11952`, `11953`, `11954`, `11955`, `11956`, `11957`, `11958`, `11959`, `11960`, `11961`, `11962`, `11963`, `11964`, `11965`, `11966`, `11967`, `11968`, `11969`, `11970`, `11971`, `11972`, `11973`, `11974`, `11975`, `11976`, `11977`, `11978`, `11979`, `11980`, `11981`, `11982`, `11983`, `11984`, `11985`, `11986`, `11987`, `11988`, `11989`, `11990`, `11991`, `11992`, `11993`, `11994`, `11995`, `11996`, `11997`, `11998`, `11999`, `12000`, `12001`, `12002`, `12003`, `12004`, `12005`, `12006`, `12007`, `12008`, `12009`, `12010`, `12011`, `12012`, `12013`, `12014`, `12015`, `12016`, `12017`, `12018`, `12019`, `12020`, `12021`, `12022`, `12023`, `12024`, `12025`, `12026`, `12027`, `12028`, `12029`, `12030`, `12031`, `12032`, `12033`, `12034`, `12035`, `12036`, `12037`, `12038`, `12039`, `12040`, `12041`, `12042`, `12043`, `12044`, `12045`, `12046`, `12047`, `12048`, `12049`, `12050`, `12051`, `12052`, `12053`, `12054`, `12055`, `12056`, `12057`, `12058`, `12059`, `12060`, `12061`, `12062`, `12063`, `12064`, `12065`, `12066`, `12067`, `12068`, `12069`, `12070`, `12071`, `12072`, `12073`, `12074`, `12075`, `12076`, `12077`, `12078`, `12079`, `12080`, `12081`, `12082`, `12083`, `12084`, `12085`, `12086`, `12087`, `12088`, `12089`, `12090`, `12091`, `12092`, `12093`, `12094`, `12095`, `12096`, `12097`, `12098`, `12099`, `12100`, `12101`, `12102`, `12103`, `12104`, `12105`, `12106`, `12107`, `12108`, `12109`, `12110`, `12111`, `12112`, `12113`, `12114`, `12115`, `12116`, `12117`, `12118`, `12119`, `12120`, `12121`, `12122`, `12123`, `12124`, `12125`, `12126`, `12127`, `12128`, `12129`, `12130`, `12131`, `12132`, `12133`, `12134`, `12135`, `12136`, `12137`, `12138`, `12139`, `12140`, `12141`, `12142`, `12143`, `12144`, `12145`, `12146`, `12147`, `12148`, `12149`, `12150`, `12151`, `12152`, `12153`, `12154`, `12155`, `12156`, `12157`, `12158`, `12159`, `12160`, `12161`, `12162`, `12163`, `12164`, `12165`, `12166`, `12167`, `12168`, `12169`, `12170`, `12171`, `12172`, `12173`, `12174`, `12175`, `12176`, `12177`, `12178`, `12179`, `12180`, `12181`, `12182`, `12183`, `12184`, `12185`, `12186`, `12187`, `12188`, `12189`, `12190`, `12191`, `12192`, `12193`, `12194`, `12195`, `12196`, `12197`, `12198`, `12199`, `12200`, `12201`, `12202`, `12203`, `12204`, `12205`, `12206`, `12207`, `12208`, `12209`, `12210`, `12211`, `12212`, `12213`, `12214`, `12215`, `12216`, `12217`, `12218`, `12219`, `12220`, `12221`, `12222`, `12223`, `12224`, `12225`, `12226`, `12227`, `12228`, `12229`, `12230`, `12231`, `12232`, `12233`, `12234`, `12235`, `12236`, `12237`, `12238`, `12239`, `12240`, `12241`, `12242`, `12243`, `12244`, `12245`, `12246`, `12247`, `12248`, `12249`, `12250`, `12251`, `12252`, `12253`, `12254`, `12255`, `12256`, `12257`, `12258`, `12259`, `12260`, `12261`, `12262`, `12263`, `12264`, `12265`, `12266`, `12267`, `12268`, `12269`, `12270`, `12271`, `12272`, `12273`, `12274`, `12275`, `12276`, `12277`, `12278`, `12279`, `12280`, `12281`, `12282`, `12283`, `12284`, `12285`, `12286`, `12287`, `12288`, `12289`, `12290`, `12291`, `12292`, `12293`, `12294`, `12295`, `12296`, `12297`, `12298`, `12299`, `12300`, `12301`, `12302`, `12303`, `12304`, `12305`, `12306`, `12307`, `12308`, `12309`, `12310`, `12311`, `12312`, `12313`, `12314`, `12315`, `12316`, `12317`, `12318`, `12319`, `12320`, `12321`, `12322`, `12323`, `12324`, `12325`, `12326`, `12327`, `12328`, `12329`, `12330`, `12331`, `12332`, `12333`, `12334`, `12335`, `12336`, `12337`, `12338`, `12339`, `12340`, `12341`, `12342`, `12343`, `12344`, `12345`, `12346`, `12347`, `12348`, `12349`, `12350`, `12351`, `12352`, `12353`, `12354`, `12355`, `12356`, `12357`, `12358`, `12359`, `12360`, `12361`, `12362`, `12363`, `12364`, `12365`, `12366`, `12367`, `12368`, `12369`, `12370`, `12371`, `12372`, `12373`, `12374`, `12375`, `12376`, `12377`, `12378`, `12379`, `12380`, `12381`, `12382`, `12383`, `12384`, `12385`, `12386`, `12387`, `12388`, `12389`, `12390`, `12391`, `12392`, `12393`, `12394`, `12395`, `12396`, `12397`, `12398`, `12399`, `12400`, `12401`, `12402`, `12403`, `12404`, `12405`, `12406`, `12407`, `12408`, `12409`, `12410`, `12411`, `12412`, `12413`, `12414`, `12415`, `12416`, `12417`, `12418`, `12419`, `12420`, `12421`, `12422`, `12423`, `12424`, `12425`, `12426`, `12427`, `12428`, `12429`, `12430`, `12431`, `12432`, `12433`, `12434`, `12435`, `12436`, `12437`, `12438`, `12439`, `12440`, `12441`, `12442`, `12443`, `12444`, `12445`, `12446`, `12447`, `12448`, `12449`, `12450`, `12451`, `12452`, `12453`, `12454`, `12455`, `12456`, `12457`, `12458`, `12459`, `12460`, `12461`, `12462`, `12463`, `12464`, `12465`, `12466`, `12467`, `12468`, `12469`, `12470`, `12471`, `12472`, `12473`, `12474`, `12475`, `12476`, `12477`, `12478`, `12479`, `12480`, `12481`, `12482`, `12483`, `12484`, `12485`, `12486`, `12487`, `12488`, `12489`, `12490`, `12491`, `12492`, `12493`, `12494`, `12495`, `12496`, `12497`, `12498`, `12499`, `12500`, `12501`, `12502`, `12503`, `12504`, `12505`, `12506`, `12507`, `12508`, `12509`, `12510`, `12511`, `12512`, `12513`, `12514`, `12515`, `12516`, `12517`, `12518`, `12519`, `12520`, `12521`, `12522`, `12523`, `12524`, `12525`, `12526`, `12527`, `12528`, `12529`, `12530`, `12531`, `12532`, `12533`, `12534`, `12535`, `12536`, `12537`, `12538`, `12539`, `12540`, `12541`, `12542`, `12543`, `12544`, `12545`, `12546`, `12547`, `12548`, `12549`, `12550`, `12551`, `12552`, `12553`, `12554`, `12555`, `12556`, `12557`, `12558`, `12559`, `12560`, `12561`, `12562`, `12563`, `12564`, `12565`, `12566`, `12567`, `12568`, `12569`, `12570`, `12571`, `12572`, `12573`, `12574`, `12575`, `12576`, `12577`, `12578`, `12579`, `12580`, `12581`, `12582`, `12583`, `12584`, `12585`, `12586`, `12587`, `12588`, `12589`, `12590`, `12591`, `12592`, `12593`, `12594`, `12595`, `12596`, `12597`, `12598`, `12599`, `12600`, `12601`, `12602`, `12603`, `12604`, `12605`, `12606`, `12607`, `12608`, `12609`, `12610`, `12611`, `12612`, `12613`, `12614`, `12615`, `12616`, `12617`, `12618`, `12619`, `12620`, `12621`, `12622`, `12623`, `12624`, `12625`, `12626`, `12627`, `12628`, `12629`, `12630`, `12631`, `12632`, `12633`, `12634`, `12635`, `12636`, `12637`, `12638`, `12639`, `12640`, `12641`, `12642`, `12643`, `12644`, `12645`, `12646`, `12647`, `12648`, `12649`, `12650`, `12651`, `12652`, `12653`, `12654`, `12655`, `12656`, `12657`, `12658`, `12659`, `12660`, `12661`, `12662`, `12663`, `12664`, `12665`, `12666`, `12667`, `12668`, `12669`, `12670`, `12671`, `12672`, `12673`, `12674`, `12675`, `12676`, `12677`, `12678`, `12679`, `12680`, `12681`, `12682`, `12683`, `12684`, `12685`, `12686`, `12687`, `12688`, `12689`, `12690`, `12691`, `12692`, `12693`, `12694`, `12695`, `12696`, `12697`, `12698`, `12699`, `12700`, `12701`, `12702`, `12703`, `12704`, `12705`, `12706`, `12707`, `12708`, `12709`, `12710`, `12711`, `12712`, `12713`, `12714`, `12715`, `12716`, `12717`, `12718`, `12719`, `12720`, `12721`, `12722`, `12723`, `12724`, `12725`, `12726`, `12727`, `12728`, `12729`, `12730`, `12731`, `12732`, `12733`, `12734`, `12735`, `12736`, `12737`, `12738`, `12739`, `12740`, `12741`, `12742`, `12743`, `12744`, `12745`, `12746`, `12747`, `12748`, `12749`, `12750`, `12751`, `12752`, `12753`, `12754`, `12755`, `12756`, `12757`, `12758`, `12759`, `12760`, `12761`, `12762`, `12763`, `12764`, `12765`, `12766`, `12767`, `12768`, `12769`, `12770`, `12771`, `12772`, `12773`, `12774`, `12775`, `12776`, `12777`, `12778`, `12779`, `12780`, `12781`, `12782`, `12783`, `12784`, `12785`, `12786`, `12787`, `12788`, `12789`, `12790`, `12791`, `12792`, `12793`, `12794`, `12795`, `12796`, `12797`, `12798`, `12799`, `12800`, `12801`, `12802`, `12803`, `12804`, `12805`, `12806`, `12807`, `12808`, `12809`, `12810`, `12811`, `12812`, `12813`, `12814`, `12815`, `12816`, `12817`, `12818`, `12819`, `12820`, `12821`, `12822`, `12823`, `12824`, `12825`, `12826`, `12827`, `12828`, `12829`, `12830`, `12831`, `12832`, `12833`, `12834`, `12835`, `12836`, `12837`, `12838`, `12839`, `12840`, `12841`, `12842`, `12843`, `12844`, `12845`, `12846`, `12847`, `12848`, `12849`, `12850`, `12851`, `12852`, `12853`, `12854`, `12855`, `12856`, `12857`, `12858`, `12859`, `12860`, `12861`, `12862`, `12863`, `12864`, `12865`, `12866`, `12867`, `12868`, `12869`, `12870`, `12871`, `12872`, `12873`, `12874`, `12875`, `12876`, `12877`, `12878`, `12879`, `12880`, `12881`, `12882`, `12883`, `12884`, `12885`, `12886`, `12887`, `12888`, `12889`, `12890`, `12891`, `12892`, `12893`, `12894`, `12895`, `12896`, `12897`, `12898`, `12899`, `12900`, `12901`, `12902`, `12903`, `12904`, `12905`, `12906`, `12907`, `12908`, `12909`, `12910`, `12911`, `12912`, `12913`, `12914`, `12915`, `12916`, `12917`, `12918`, `12919`, `12920`, `12921`, `12922`, `12923`, `12924`, `12925`, `12926`, `12927`, `12928`, `12929`, `12930`, `12931`, `12932`, `12933`, `12934`, `12935`, `12936`, `12937`, `12938`, `12939`, `12940`, `12941`, `12942`, `12943`, `12944`, `12945`, `12946`, `12947`, `12948`, `12949`, `12950`, `12951`, `12952`, `12953`, `12954`, `12955`, `12956`, `12957`, `12958`, `12959`, `12960`, `12961`, `12962`, `12963`, `12964`, `12965`, `12966`, `12967`, `12968`, `12969`, `12970`, `12971`, `12972`, `12973`, `12974`, `12975`, `12976`, `12977`, `12978`, `12979`, `12980`, `12981`, `12982`, `12983`, `12984`, `12985`, `12986`, `12987`, `12988`, `12989`, `12990`, `12991`, `12992`, `12993`, `12994`, `12995`, `12996`, `12997`, `12998`, `12999`, `13000`, `13001`, `13002`, `13003`, `13004`, `13005`, `13006`, `13007`, `13008`, `13009`, `13010`, `13011`, `13012`, `13013`, `13014`, `13015`, `13016`, `13017`, `13018`, `13019`, `13020`, `13021`, `13022`, `13023`, `13024`, `13025`, `13026`, `13027`, `13028`, `13029`, `13030`, `13031`, `13032`, `13033`, `13034`, `13035`, `13036`, `13037`, `13038`, `13039`, `13040`, `13041`, `13042`, `13043`, `13044`, `13045`, `13046`, `13047`, `13048`, `13049`, `13050`, `13051`, `13052`, `13053`, `13054`, `13055`, `13056`, `13057`, `13058`, `13059`, `13060`, `13061`, `13062`, `13063`, `13064`, `13065`, `13066`, `13067`, `13068`, `13069`, `13070`, `13071`, `13072`, `13073`, `13074`, `13075`, `13076`, `13077`, `13078`, `13079`, `13080`, `13081`, `13082`, `13083`, `13084`, `13085`, `13086`, `13087`, `13088`, `13089`, `13090`, `13091`, `13092`, `13093`, `13094`, `13095`, `13096`, `13097`, `13098`, `13099`, `13100`, `13101`, `13102`, `13103`, `13104`, `13105`, `13106`, `13107`, `13108`, `13109`, `13110`, `13111`, `13112`, `13113`, `13114`, `13115`, `13116`, `13117`, `13118`, `13119`, `13120`, `13121`, `13122`, `13123`, `13124`, `13125`, `13126`, `13127`, `13128`, `13129`, `13130`, `13131`, `13132`, `13133`, `13134`, `13135`, `13136`, `13137`, `13138`, `13139`, `13140`, `13141`, `13142`, `13143`, `13144`, `13145`, `13146`, `13147`, `13148`, `13149`, `13150`, `13151`, `13152`, `13153`, `13154`, `13155`, `13156`, `13157`, `13158`, `13159`, `13160`, `13161`, `13162`, `13163`, `13164`, `13165`, `13166`, `13167`, `13168`, `13169`, `13170`, `13171`, `13172`, `13173`, `13174`, `13175`, `13176`, `13177`, `13178`, `13179`, `13180`, `13181`, `13182`, `13183`, `13184`, `13185`, `13186`, `13187`, `13188`, `13189`, `13190`, `13191`, `13192`, `13193`, `13194`, `13195`, `13196`, `13197`, `13198`, `13199`, `13200`, `13201`, `13202`, `13203`, `13204`, `13205`, `13206`, `13207`, `13208`, `13209`, `13210`, `13211`, `13212`, `13213`, `13214`, `13215`, `13216`, `13217`, `13218`, `13219`, `13220`, `13221`, `13222`, `13223`, `13224`, `13225`, `13226`, `13227`, `13228`, `13229`, `13230`, `13231`, `13232`, `13233`, `13234`, `13235`, `13236`, `13237`, `13238`, `13239`, `13240`, `13241`, `13242`, `13243`, `13244`, `13245`, `13246`, `13247`, `13248`, `13249`, `13250`, `13251`, `13252`, `13253`, `13254`, `13255`, `13256`, `13257`, `13258`, `13259`, `13260`, `13261`, `13262`, `13263`, `13264`, `13265`, `13266`, `13267`, `13268`, `13269`, `13270`, `13271`, `13272`, `13273`, `13274`, `13275`, `13276`, `13277`, `13278`, `13279`, `13280`, `13281`, `13282`, `13283`, `13284`, `13285`, `13286`, `13287`, `13288`, `13289`, `13290`, `13291`, `13292`, `13293`, `13294`, `13295`, `13296`, `13297`, `13298`, `13299`, `13300`, `13301`, `13302`, `13303`, `13304`, `13305`, `13306`, `13307`, `13308`, `13309`, `13310`, `13311`, `13312`, `13313`, `13314`, `13315`, `13316`, `13317`, `13318`, `13319`, `13320`, `13321`, `13322`, `13323`, `13324`, `13325`, `13326`, `13327`, `13328`, `13329`, `13330`, `13331`, `13332`, `13333`, `13334`, `13335`, `13336`, `13337`, `13338`, `13339`, `13340`, `13341`, `13342`, `13343`, `13344`, `13345`, `13346`, `13347`, `13348`, `13349`, `13350`, `13351`, `13352`, `13353`, `13354`, `13355`, `13356`, `13357`, `13358`, `13359`, `13360`, `13361`, `13362`, `13363`, `13364`, `13365`, `13366`, `13367`, `13368`, `13369`, `13370`, `13371`, `13372`, `13373`, `13374`, `13375`, `13376`, `13377`, `13378`, `13379`, `13380`, `13381`, `13382`, `13383`, `13384`, `13385`, `13386`, `13387`, `13388`, `13389`, `13390`, `13391`, `13392`, `13393`, `13394`, `13395`, `13396`, `13397`, `13398`, `13399`, `13400`, `13401`, `13402`, `13403`, `13404`, `13405`, `13406`, `13407`, `13408`, `13409`, `13410`, `13411`, `13412`, `13413`, `13414`, `13415`, `13416`, `13417`, `13418`, `13419`, `13420`, `13421`, `13422`, `13423`, `13424`, `13425`, `13426`, `13427`, `13428`, `13429`, `13430`, `13431`, `13432`, `13433`, `13434`, `13435`, `13436`, `13437`, `13438`, `13439`, `13440`, `13441`, `13442`, `13443`, `13444`, `13445`, `13446`, `13447`, `13448`, `13449`, `13450`, `13451`, `13452`, `13453`, `13454`, `13455`, `13456`, `13457`, `13458`, `13459`, `13460`, `13461`, `13462`, `13463`, `13464`, `13465`, `13466`, `13467`, `13468`, `13469`, `13470`, `13471`, `13472`, `13473`, `13474`, `13475`, `13476`, `13477`, `13478`, `13479`, `13480`, `13481`, `13482`, `13483`, `13484`, `13485`, `13486`, `13487`, `13488`, `13489`, `13490`, `13491`, `13492`, `13493`, `13494`, `13495`, `13496`, `13497`, `13498`, `13499`, `13500`, `13501`, `13502`, `13503`, `13504`, `13505`, `13506`, `13507`, `13508`, `13509`, `13510`, `13511`, `13512`, `13513`, `13514`, `13515`, `13516`, `13517`, `13518`, `13519`, `13520`, `13521`, `13522`, `13523`, `13524`, `13525`, `13526`, `13527`, `13528`, `13529`, `13530`, `13531`, `13532`, `13533`, `13534`, `13535`, `13536`, `13537`, `13538`, `13539`, `13540`, `13541`, `13542`, `13543`, `13544`, `13545`, `13546`, `13547`, `13548`, `13549`, `13550`, `13551`, `13552`, `13553`, `13554`, `13555`, `13556`, `13557`, `13558`, `13559`, `13560`, `13561`, `13562`, `13563`, `13564`, `13565`, `13566`, `13567`, `13568`, `13569`, `13570`, `13571`, `13572`, `13573`, `13574`, `13575`, `13576`, `13577`, `13578`, `13579`, `13580`, `13581`, `13582`, `13583`, `13584`, `13585`, `13586`, `13587`, `13588`, `13589`, `13590`, `13591`, `13592`, `13593`, `13594`, `13595`, `13596`, `13597`, `13598`, `13599`, `13600`, `13601`, `13602`, `13603`, `13604`, `13605`, `13606`, `13607`, `13608`, `13609`, `13610`, `13611`, `13612`, `13613`, `13614`, `13615`, `13616`, `13617`, `13618`, `13619`, `13620`, `13621`, `13622`, `13623`, `13624`, `13625`, `13626`, `13627`, `13628`, `13629`, `13630`, `13631`, `13632`, `13633`, `13634`, `13635`, `13636`, `13637`, `13638`, `13639`, `13640`, `13641`, `13642`, `13643`, `13644`, `13645`, `13646`, `13647`, `13648`, `13649`, `13650`, `13651`, `13652`, `13653`, `13654`, `13655`, `13656`, `13657`, `13658`, `13659`, `13660`, `13661`, `13662`, `13663`, `13664`, `13665`, `13666`, `13667`, `13668`, `13669`, `13670`, `13671`, `13672`, `13673`, `13674`, `13675`, `13676`, `13677`, `13678`, `13679`, `13680`, `13681`, `13682`, `13683`, `13684`, `13685`, `13686`, `13687`, `13688`, `13689`, `13690`, `13691`, `13692`, `13693`, `13694`, `13695`, `13696`, `13697`, `13698`, `13699`, `13700`, `13701`, `13702`, `13703`, `13704`, `13705`, `13706`, `13707`, `13708`, `13709`, `13710`, `13711`, `13712`, `13713`, `13714`, `13715`, `13716`, `13717`, `13718`, `13719`, `13720`, `13721`, `13722`, `13723`, `13724`, `13725`, `13726`, `13727`, `13728`, `13729`, `13730`, `13731`, `13732`, `13733`, `13734`, `13735`, `13736`, `13737`, `13738`, `13739`, `13740`, `13741`, `13742`, `13743`, `13744`, `13745`, `13746`, `13747`, `13748`, `13749`, `13750`, `13751`, `13752`, `13753`, `13754`, `13755`, `13756`, `13757`, `13758`, `13759`, `13760`, `13761`, `13762`, `13763`, `13764`, `13765`, `13766`, `13767`, `13768`, `13769`, `13770`, `13771`, `13772`, `13773`, `13774`, `13775`, `13776`, `13777`, `13778`, `13779`, `13780`, `13781`, `13782`, `13783`, `13784`, `13785`, `13786`, `13787`, `13788`, `13789`, `13790`, `13791`, `13792`, `13793`, `13794`, `13795`, `13796`, `13797`, `13798`, `13799`, `13800`, `13801`, `13802`, `13803`, `13804`, `13805`, `13806`, `13807`, `13808`, `13809`, `13810`, `13811`, `13812`, `13813`, `13814`, `13815`, `13816`, `13817`, `13818`, `13819`, `13820`, `13821`, `13822`, `13823`, `13824`, `13825`, `13826`, `13827`, `13828`, `13829`, `13830`, `13831`, `13832`, `13833`, `13834`, `13835`, `13836`, `13837`, `13838`, `13839`, `13840`, `13841`, `13842`, `13843`, `13844`, `13845`, `13846`, `13847`, `13848`, `13849`, `13850`, `13851`, `13852`, `13853`, `13854`, `13855`, `13856`, `13857`, `13858`, `13859`, `13860`, `13861`, `13862`, `13863`, `13864`, `13865`, `13866`, `13867`, `13868`, `13869`, `13870`, `13871`, `13872`, `13873`, `13874`, `13875`, `13876`, `13877`, `13878`, `13879`, `13880`, `13881`, `13882`, `13883`, `13884`, `13885`, `13886`, `13887`, `13888`, `13889`, `13890`, `13891`, `13892`, `13893`, `13894`, `13895`, `13896`, `13897`, `13898`, `13899`, `13900`, `13901`, `13902`, `13903`, `13904`, `13905`, `13906`, `13907`, `13908`, `13909`, `13910`, `13911`, `13912`, `13913`, `13914`, `13915`, `13916`, `13917`, `13918`, `13919`, `13920`, `13921`, `13922`, `13923`, `13924`, `13925`, `13926`, `13927`, `13928`, `13929`, `13930`, `13931`, `13932`, `13933`, `13934`, `13935`, `13936`, `13937`, `13938`, `13939`, `13940`, `13941`, `13942`, `13943`, `13944`, `13945`, `13946`, `13947`, `13948`, `13949`, `13950`, `13951`, `13952`, `13953`, `13954`, `13955`, `13956`, `13957`, `13958`, `13959`, `13960`, `13961`, `13962`, `13963`, `13964`, `13965`, `13966`, `13967`, `13968`, `13969`, `13970`, `13971`, `13972`, `13973`, `13974`, `13975`, `13976`, `13977`, `13978`, `13979`, `13980`, `13981`, `13982`, `13983`, `13984`, `13985`, `13986`, `13987`, `13988`, `13989`, `13990`, `13991`, `13992`, `13993`, `13994`, `13995`, `13996`, `13997`, `13998`, `13999`, `14000`, `14001`, `14002`, `14003`, `14004`, `14005`, `14006`, `14007`, `14008`, `14009`, `14010`, `14011`, `14012`, `14013`, `14014`, `14015`, `14016`, `14017`, `14018`, `14019`, `14020`, `14021`, `14022`, `14023`, `14024`, `14025`, `14026`, `14027`, `14028`, `14029`, `14030`, `14031`, `14032`, `14033`, `14034`, `14035`, `14036`, `14037`, `14038`, `14039`, `14040`, `14041`, `14042`, `14043`, `14044`, `14045`, `14046`, `14047`, `14048`, `14049`, `14050`, `14051`, `14052`, `14053`, `14054`, `14055`, `14056`, `14057`, `14058`, `14059`, `14060`, `14061`, `14062`, `14063`, `14064`, `14065`, `14066`, `14067`, `14068`, `14069`, `14070`, `14071`, `14072`, `14073`, `14074`, `14075`, `14076`, `14077`, `14078`, `14079`, `14080`, `14081`, `14082`, `14083`, `14084`, `14085`, `14086`, `14087`, `14088`, `14089`, `14090`, `14091`, `14092`, `14093`, `14094`, `14095`, `14096`, `14097`, `14098`, `14099`, `14100`, `14101`, `14102`, `14103`, `14104`, `14105`, `14106`, `14107`, `14108`, `14109`, `14110`, `14111`, `14112`, `14113`, `14114`, `14115`, `14116`, `14117`, `14118`, `14119`, `14120`, `14121`, `14122`, `14123`, `14124`, `14125`, `14126`, `14127`, `14128`, `14129`, `14130`, `14131`, `14132`, `14133`, `14134`, `14135`, `14136`, `14137`, `14138`, `14139`, `14140`, `14141`, `14142`, `14143`, `14144`, `14145`, `14146`, `14147`, `14148`, `14149`, `14150`, `14151`, `14152`, `14153`, `14154`, `14155`, `14156`, `14157`, `14158`, `14159`, `14160`, `14161`, `14162`, `14163`, `14164`, `14165`, `14166`, `14167`, `14168`, `14169`, `14170`, `14171`, `14172`, `14173`, `14174`, `14175`, `14176`, `14177`, `14178`, `14179`, `14180`, `14181`, `14182`, `14183`, `14184`, `14185`, `14186`, `14187`, `14188`, `14189`, `14190`, `14191`, `14192`, `14193`, `14194`, `14195`, `14196`, `14197`, `14198`, `14199`, `14200`, `14201`, `14202`, `14203`, `14204`, `14205`, `14206`, `14207`, `14208`, `14209`, `14210`, `14211`, `14212`, `14213`, `14214`, `14215`, `14216`, `14217`, `14218`, `14219`, `14220`, `14221`, `14222`, `14223`, `14224`, `14225`, `14226`, `14227`, `14228`, `14229`, `14230`, `14231`, `14232`, `14233`, `14234`, `14235`, `14236`, `14237`, `14238`, `14239`, `14240`, `14241`, `14242`, `14243`, `14244`, `14245`, `14246`, `14247`, `14248`, `14249`, `14250`, `14251`, `14252`, `14253`, `14254`, `14255`, `14256`, `14257`, `14258`, `14259`, `14260`, `14261`, `14262`, `14263`, `14264`, `14265`, `14266`, `14267`, `14268`, `14269`, `14270`, `14271`, `14272`, `14273`, `14274`, `14275`, `14276`, `14277`, `14278`, `14279`, `14280`, `14281`, `14282`, `14283`, `14284`, `14285`, `14286`, `14287`, `14288`, `14289`, `14290`, `14291`, `14292`, `14293`, `14294`, `14295`, `14296`, `14297`, `14298`, `14299`, `14300`, `14301`, `14302`, `14303`, `14304`, `14305`, `14306`, `14307`, `14308`, `14309`, `14310`, `14311`, `14312`, `14313`, `14314`, `14315`, `14316`, `14317`, `14318`, `14319`, `14320`, `14321`, `14322`, `14323`, `14324`, `14325`, `14326`, `14327`, `14328`, `14329`, `14330`, `14331`, `14332`, `14333`, `14334`, `14335`, `14336`, `14337`, `14338`, `14339`, `14340`, `14341`, `14342`, `14343`, `14344`, `14345`, `14346`, `14347`, `14348`, `14349`, `14350`, `14351`, `14352`, `14353`, `14354`, `14355`, `14356`, `14357`, `14358`, `14359`, `14360`, `14361`, `14362`, `14363`, `14364`, `14365`, `14366`, `14367`, `14368`, `14369`, `14370`, `14371`, `14372`, `14373`, `14374`, `14375`, `14376`, `14377`, `14378`, `14379`, `14380`, `14381`, `14382`, `14383`, `14384`, `14385`, `14386`, `14387`, `14388`, `14389`, `14390`, `14391`, `14392`, `14393`, `14394`, `14395`, `14396`, `14397`, `14398`, `14399`, `14400`, `14401`, `14402`, `14403`, `14404`, `14405`, `14406`, `14407`, `14408`, `14409`, `14410`, `14411`, `14412`, `14413`, `14414`, `14415`, `14416`, `14417`, `14418`, `14419`, `14420`, `14421`, `14422`, `14423`, `14424`, `14425`, `14426`, `14427`, `14428`, `14429`, `14430`, `14431`, `14432`, `14433`, `14434`, `14435`, `14436`, `14437`, `14438`, `14439`, `14440`, `14441`, `14442`, `14443`, `14444`, `14445`, `14446`, `14447`, `14448`, `14449`, `14450`, `14451`, `14452`, `14453`, `14454`, `14455`, `14456`, `14457`, `14458`, `14459`, `14460`, `14461`, `14462`, `14463`, `14464`, `14465`, `14466`, `14467`, `14468`, `14469`, `14470`, `14471`, `14472`, `14473`, `14474`, `14475`, `14476`, `14477`, `14478`, `14479`, `14480`, `14481`, `14482`, `14483`, `14484`, `14485`, `14486`, `14487`, `14488`, `14489`, `14490`, `14491`, `14492`, `14493`, `14494`, `14495`, `14496`, `14497`, `14498`, `14499`, `14500`, `14501`, `14502`, `14503`, `14504`, `14505`, `14506`, `14507`, `14508`, `14509`, `14510`, `14511`, `14512`, `14513`, `14514`, `14515`, `14516`, `14517`, `14518`, `14519`, `14520`, `14521`, `14522`, `14523`, `14524`, `14525`, `14526`, `14527`, `14528`, `14529`, `14530`, `14531`, `14532`, `14533`, `14534`, `14535`, `14536`, `14537`, `14538`, `14539`, `14540`, `14541`, `14542`, `14543`, `14544`, `14545`, `14546`, `14547`, `14548`, `14549`, `14550`, `14551`, `14552`, `14553`, `14554`, `14555`, `14556`, `14557`, `14558`, `14559`, `14560`, `14561`, `14562`, `14563`, `14564`, `14565`, `14566`, `14567`, `14568`, `14569`, `14570`, `14571`, `14572`, `14573`, `14574`, `14575`, `14576`, `14577`, `14578`, `14579`, `14580`, `14581`, `14582`, `14583`, `14584`, `14585`, `14586`, `14587`, `14588`, `14589`, `14590`, `14591`, `14592`, `14593`, `14594`, `14595`, `14596`, `14597`, `14598`, `14599`, `14600`, `14601`, `14602`, `14603`, `14604`, `14605`, `14606`, `14607`, `14608`, `14609`, `14610`, `14611`, `14612`, `14613`, `14614`, `14615`, `14616`, `14617`, `14618`, `14619`, `14620`, `14621`, `14622`, `14623`, `14624`, `14625`, `14626`, `14627`, `14628`, `14629`, `14630`, `14631`, `14632`, `14633`, `14634`, `14635`, `14636`, `14637`, `14638`, `14639`, `14640`, `14641`, `14642`, `14643`, `14644`, `14645`, `14646`, `14647`, `14648`, `14649`, `14650`, `14651`, `14652`, `14653`, `14654`, `14655`, `14656`, `14657`, `14658`, `14659`, `14660`, `14661`, `14662`, `14663`, `14664`, `14665`, `14666`, `14667`, `14668`, `14669`, `14670`, `14671`, `14672`, `14673`, `14674`, `14675`, `14676`, `14677`, `14678`, `14679`, `14680`, `14681`, `14682`, `14683`, `14684`, `14685`, `14686`, `14687`, `14688`, `14689`, `14690`, `14691`, `14692`, `14693`, `14694`, `14695`, `14696`, `14697`, `14698`, `14699`, `14700`, `14701`, `14702`, `14703`, `14704`, `14705`, `14706`, `14707`, `14708`, `14709`, `14710`, `14711`, `14712`, `14713`, `14714`, `14715`, `14716`, `14717`, `14718`, `14719`, `14720`, `14721`, `14722`, `14723`, `14724`, `14725`, `14726`, `14727`, `14728`, `14729`, `14730`, `14731`, `14732`, `14733`, `14734`, `14735`, `14736`, `14737`, `14738`, `14739`, `14740`, `14741`, `14742`, `14743`, `14744`, `14745`, `14746`, `14747`, `14748`, `14749`, `14750`, `14751`, `14752`, `14753`, `14754`, `14755`, `14756`, `14757`, `14758`, `14759`, `14760`, `14761`, `14762`, `14763`, `14764`, `14765`, `14766`, `14767`, `14768`, `14769`, `14770`, `14771`, `14772`, `14773`, `14774`, `14775`, `14776`, `14777`, `14778`, `14779`, `14780`, `14781`, `14782`, `14783`, `14784`, `14785`, `14786`, `14787`, `14788`, `14789`, `14790`, `14791`, `14792`, `14793`, `14794`, `14795`, `14796`, `14797`, `14798`, `14799`, `14800`, `14801`, `14802`, `14803`, `14804`, `14805`, `14806`, `14807`, `14808`, `14809`, `14810`, `14811`, `14812`, `14813`, `14814`, `14815`, `14816`, `14817`, `14818`, `14819`, `14820`, `14821`, `14822`, `14823`, `14824`, `14825`, `14826`, `14827`, `14828`, `14829`, `14830`, `14831`, `14832`, `14833`, `14834`, `14835`, `14836`, `14837`, `14838`, `14839`, `14840`, `14841`, `14842`, `14843`, `14844`, `14845`, `14846`, `14847`, `14848`, `14849`, `14850`, `14851`, `14852`, `14853`, `14854`, `14855`, `14856`, `14857`, `14858`, `14859`, `14860`, `14861`, `14862`, `14863`, `14864`, `14865`, `14866`, `14867`, `14868`, `14869`, `14870`, `14871`, `14872`, `14873`, `14874`, `14875`, `14876`, `14877`, `14878`, `14879`, `14880`, `14881`, `14882`, `14883`, `14884`, `14885`, `14886`, `14887`, `14888`, `14889`, `14890`, `14891`, `14892`, `14893`, `14894`, `14895`, `14896`, `14897`, `14898`, `14899`, `14900`, `14901`, `14902`, `14903`, `14904`, `14905`, `14906`, `14907`, `14908`, `14909`, `14910`, `14911`, `14912`, `14913`, `14914`, `14915`, `14916`, `14917`, `14918`, `14919`, `14920`, `14921`, `14922`, `14923`, `14924`, `14925`, `14926`, `14927`, `14928`, `14929`, `14930`, `14931`, `14932`, `14933`, `14934`, `14935`, `14936`, `14937`, `14938`, `14939`, `14940`, `14941`, `14942`, `14943`, `14944`, `14945`, `14946`, `14947`, `14948`, `14949`, `14950`, `14951`, `14952`, `14953`, `14954`, `14955`, `14956`, `14957`, `14958`, `14959`, `14960`, `14961`, `14962`, `14963`, `14964`, `14965`, `14966`, `14967`, `14968`, `14969`, `14970`, `14971`, `14972`, `14973`, `14974`, `14975`, `14976`, `14977`, `14978`, `14979`, `14980`, `14981`, `14982`, `14983`, `14984`, `14985`, `14986`, `14987`, `14988`, `14989`, `14990`, `14991`, `14992`, `14993`, `14994`, `14995`, `14996`, `14997`, `14998`, `14999`, `15000`, `15001`, `15002`, `15003`, `15004`, `15005`, `15006`, `15007`, `15008`, `15009`, `15010`, `15011`, `15012`, `15013`, `15014`, `15015`, `15016`, `15017`, `15018`, `15019`, `15020`, `15021`, `15022`, `15023`, `15024`, `15025`, `15026`, `15027`, `15028`, `15029`, `15030`, `15031`, `15032`, `15033`, `15034`, `15035`, `15036`, `15037`, `15038`, `15039`, `15040`, `15041`, `15042`, `15043`, `15044`, `15045`, `15046`, `15047`, `15048`, `15049`, `15050`, `15051`, `15052`, `15053`, `15054`, `15055`, `15056`, `15057`, `15058`, `15059`, `15060`, `15061`, `15062`, `15063`, `15064`, `15065`, `15066`, `15067`, `15068`, `15069`, `15070`, `15071`, `15072`, `15073`, `15074`, `15075`, `15076`, `15077`, `15078`, `15079`, `15080`, `15081`, `15082`, `15083`, `15084`, `15085`, `15086`, `15087`, `15088`, `15089`, `15090`, `15091`, `15092`, `15093`, `15094`, `15095`, `15096`, `15097`, `15098`, `15099`, `15100`, `15101`, `15102`, `15103`, `15104`, `15105`, `15106`, `15107`, `15108`, `15109`, `15110`, `15111`, `15112`, `15113`, `15114`, `15115`, `15116`, `15117`, `15118`, `15119`, `15120`, `15121`, `15122`, `15123`, `15124`, `15125`, `15126`, `15127`, `15128`, `15129`, `15130`, `15131`, `15132`, `15133`, `15134`, `15135`, `15136`, `15137`, `15138`, `15139`, `15140`, `15141`, `15142`, `15143`, `15144`, `15145`, `15146`, `15147`, `15148`, `15149`, `15150`, `15151`, `15152`, `15153`, `15154`, `15155`, `15156`, `15157`, `15158`, `15159`, `15160`, `15161`, `15162`, `15163`, `15164`, `15165`, `15166`, `15167`, `15168`, `15169`, `15170`, `15171`, `15172`, `15173`, `15174`, `15175`, `15176`, `15177`, `15178`, `15179`, `15180`, `15181`, `15182`, `15183`, `15184`, `15185`, `15186`, `15187`, `15188`, `15189`, `15190`, `15191`, `15192`, `15193`, `15194`, `15195`, `15196`, `15197`, `15198`, `15199`, `15200`, `15201`, `15202`, `15203`, `15204`, `15205`, `15206`, `15207`, `15208`, `15209`, `15210`, `15211`, `15212`, `15213`, `15214`, `15215`, `15216`, `15217`, `15218`, `15219`, `15220`, `15221`, `15222`, `15223`, `15224`, `15225`, `15226`, `15227`, `15228`, `15229`, `15230`, `15231`, `15232`, `15233`, `15234`, `15235`, `15236`, `15237`, `15238`, `15239`, `15240`, `15241`, `15242`, `15243`, `15244`, `15245`, `15246`, `15247`, `15248`, `15249`, `15250`, `15251`, `15252`, `15253`, `15254`, `15255`, `15256`, `15257`, `15258`, `15259`, `15260`, `15261`, `15262`, `15263`, `15264`, `15265`, `15266`, `15267`, `15268`, `15269`, `15270`, `15271`, `15272`, `15273`, `15274`, `15275`, `15276`, `15277`, `15278`, `15279`, `15280`, `15281`, `15282`, `15283`, `15284`, `15285`, `15286`, `15287`, `15288`, `15289`, `15290`, `15291`, `15292`, `15293`, `15294`, `15295`, `15296`, `15297`, `15298`, `15299`, `15300`, `15301`, `15302`, `15303`, `15304`, `15305`, `15306`, `15307`, `15308`, `15309`, `15310`, `15311`, `15312`, `15313`, `15314`, `15315`, `15316`, `15317`, `15318`, `15319`, `15320`, `15321`, `15322`, `15323`, `15324`, `15325`, `15326`, `15327`, `15328`, `15329`, `15330`, `15331`, `15332`, `15333`, `15334`, `15335`, `15336`, `15337`, `15338`, `15339`, `15340`, `15341`, `15342`, `15343`, `15344`, `15345`, `15346`, `15347`, `15348`, `15349`, `15350`, `15351`, `15352`, `15353`, `15354`, `15355`, `15356`, `15357`, `15358`, `15359`, `15360`, `15361`, `15362`, `15363`, `15364`, `15365`, `15366`, `15367`, `15368`, `15369`, `15370`, `15371`, `15372`, `15373`, `15374`, `15375`, `15376`, `15377`, `15378`, `15379`, `15380`, `15381`, `15382`, `15383`, `15384`, `15385`, `15386`, `15387`, `15388`, `15389`, `15390`, `15391`, `15392`, `15393`, `15394`, `15395`, `15396`, `15397`, `15398`, `15399`, `15400`, `15401`, `15402`, `15403`, `15404`, `15405`, `15406`, `15407`, `15408`, `15409`, `15410`, `15411`, `15412`, `15413`, `15414`, `15415`, `15416`, `15417`, `15418`, `15419`, `15420`, `15421`, `15422`, `15423`, `15424`, `15425`, `15426`, `15427`, `15428`, `15429`, `15430`, `15431`, `15432`, `15433`, `15434`, `15435`, `15436`, `15437`, `15438`, `15439`, `15440`, `15441`, `15442`, `15443`, `15444`, `15445`, `15446`, `15447`, `15448`, `15449`, `15450`, `15451`, `15452`, `15453`, `15454`, `15455`, `15456`, `15457`, `15458`, `15459`, `15460`, `15461`, `15462`, `15463`, `15464`, `15465`, `15466`, `15467`, `15468`, `15469`, `15470`, `15471`, `15472`, `15473`, `15474`, `15475`, `15476`, `15477`, `15478`, `15479`, `15480`, `15481`, `15482`, `15483`, `15484`, `15485`, `15486`, `15487`, `15488`, `15489`, `15490`, `15491`, `15492`, `15493`, `15494`, `15495`, `15496`, `15497`, `15498`, `15499`, `15500`, `15501`, `15502`, `15503`, `15504`, `15505`, `15506`, `15507`, `15508`, `15509`, `15510`, `15511`, `15512`, `15513`, `15514`, `15515`, `15516`, `15517`, `15518`, `15519`, `15520`, `15521`, `15522`, `15523`, `15524`, `15525`, `15526`, `15527`, `15528`, `15529`, `15530`, `15531`, `15532`, `15533`, `15534`, `15535`, `15536`, `15537`, `15538`, `15539`, `15540`, `15541`, `15542`, `15543`, `15544`, `15545`, `15546`, `15547`, `15548`, `15549`, `15550`, `15551`, `15552`, `15553`, `15554`, `15555`, `15556`, `15557`, `15558`, `15559`, `15560`, `15561`, `15562`, `15563`, `15564`, `15565`, `15566`, `15567`, `15568`, `15569`, `15570`, `15571`, `15572`, `15573`, `15574`, `15575`, `15576`, `15577`, `15578`, `15579`, `15580`, `15581`, `15582`, `15583`, `15584`, `15585`, `15586`, `15587`, `15588`, `15589`, `15590`, `15591`, `15592`, `15593`, `15594`, `15595`, `15596`, `15597`, `15598`, `15599`, `15600`, `15601`, `15602`, `15603`, `15604`, `15605`, `15606`, `15607`, `15608`, `15609`, `15610`, `15611`, `15612`, `15613`, `15614`, `15615`, `15616`, `15617`, `15618`, `15619`, `15620`, `15621`, `15622`, `15623`, `15624`, `15625`, `15626`, `15627`, `15628`, `15629`, `15630`, `15631`, `15632`, `15633`, `15634`, `15635`, `15636`, `15637`, `15638`, `15639`, `15640`, `15641`, `15642`, `15643`, `15644`, `15645`, `15646`, `15647`, `15648`, `15649`, `15650`, `15651`, `15652`, `15653`, `15654`, `15655`, `15656`, `15657`, `15658`, `15659`, `15660`, `15661`, `15662`, `15663`, `15664`, `15665`, `15666`, `15667`, `15668`, `15669`, `15670`, `15671`, `15672`, `15673`, `15674`, `15675`, `15676`, `15677`, `15678`, `15679`, `15680`, `15681`, `15682`, `15683`, `15684`, `15685`, `15686`, `15687`, `15688`, `15689`, `15690`, `15691`, `15692`, `15693`, `15694`, `15695`, `15696`, `15697`, `15698`, `15699`, `15700`, `15701`, `15702`, `15703`, `15704`, `15705`, `15706`, `15707`, `15708`, `15709`, `15710`, `15711`, `15712`, `15713`, `15714`, `15715`, `15716`, `15717`, `15718`, `15719`, `15720`, `15721`, `15722`, `15723`, `15724`, `15725`, `15726`, `15727`, `15728`, `15729`, `15730`, `15731`, `15732`, `15733`, `15734`, `15735`, `15736`, `15737`, `15738`, `15739`, `15740`, `15741`, `15742`, `15743`, `15744`, `15745`, `15746`, `15747`, `15748`, `15749`, `15750`, `15751`, `15752`, `15753`, `15754`, `15755`, `15756`, `15757`, `15758`, `15759`, `15760`, `15761`, `15762`, `15763`, `15764`, `15765`, `15766`, `15767`, `15768`, `15769`, `15770`, `15771`, `15772`, `15773`, `15774`, `15775`, `15776`, `15777`, `15778`, `15779`, `15780`, `15781`, `15782`, `15783`, `15784`, `15785`, `15786`, `15787`, `15788`, `15789`, `15790`, `15791`, `15792`, `15793`, `15794`, `15795`, `15796`, `15797`, `15798`, `15799`, `15800`, `15801`, `15802`, `15803`, `15804`, `15805`, `15806`, `15807`, `15808`, `15809`, `15810`, `15811`, `15812`, `15813`, `15814`, `15815`, `15816`, `15817`, `15818`, `15819`, `15820`, `15821`, `15822`, `15823`, `15824`, `15825`, `15826`, `15827`, `15828`, `15829`, `15830`, `15831`, `15832`, `15833`, `15834`, `15835`, `15836`, `15837`, `15838`, `15839`, `15840`, `15841`, `15842`, `15843`, `15844`, `15845`, `15846`, `15847`, `15848`, `15849`, `15850`, `15851`, `15852`, `15853`, `15854`, `15855`, `15856`, `15857`, `15858`, `15859`, `15860`, `15861`, `15862`, `15863`, `15864`, `15865`, `15866`, `15867`, `15868`, `15869`, `15870`, `15871`, `15872`, `15873`, `15874`, `15875`, `15876`, `15877`, `15878`, `15879`, `15880`, `15881`, `15882`, `15883`, `15884`, `15885`, `15886`, `15887`, `15888`, `15889`, `15890`, `15891`, `15892`, `15893`, `15894`, `15895`, `15896`, `15897`, `15898`, `15899`, `15900`, `15901`, `15902`, `15903`, `15904`, `15905`, `15906`, `15907`, `15908`, `15909`, `15910`, `15911`, `15912`, `15913`, `15914`, `15915`, `15916`, `15917`, `15918`, `15919`, `15920`, `15921`, `15922`, `15923`, `15924`, `15925`, `15926`, `15927`, `15928`, `15929`, `15930`, `15931`, `15932`, `15933`, `15934`, `15935`, `15936`, `15937`, `15938`, `15939`, `15940`, `15941`, `15942`, `15943`, `15944`, `15945`, `15946`, `15947`, `15948`, `15949`, `15950`, `15951`, `15952`, `15953`, `15954`, `15955`, `15956`, `15957`, `15958`, `15959`, `15960`, `15961`, `15962`, `15963`, `15964`, `15965`, `15966`, `15967`, `15968`, `15969`, `15970`, `15971`, `15972`, `15973`, `15974`, `15975`, `15976`, `15977`, `15978`, `15979`, `15980`, `15981`, `15982`, `15983`, `15984`, `15985`, `15986`, `15987`, `15988`, `15989`, `15990`, `15991`, `15992`, `15993`, `15994`, `15995`, `15996`, `15997`, `15998`, `15999`, `16000`, `16001`, `16002`, `16003`, `16004`, `16005`, `16006`, `16007`, `16008`, `16009`, `16010`, `16011`, `16012`, `16013`, `16014`, `16015`, `16016`, `16017`, `16018`, `16019`, `16020`, `16021`, `16022`, `16023`, `16024`, `16025`, `16026`, `16027`, `16028`, `16029`, `16030`, `16031`, `16032`, `16033`, `16034`, `16035`, `16036`, `16037`, `16038`, `16039`, `16040`, `16041`, `16042`, `16043`, `16044`, `16045`, `16046`, `16047`, `16048`, `16049`, `16050`, `16051`, `16052`, `16053`, `16054`, `16055`, `16056`, `16057`, `16058` | </details> ### Accuracy | Type | Score | | --- | --- | | `TOKEN_F` | 100.00 | | `TOKEN_P` | 100.00 | | `TOKEN_R` | 100.00 | | `TOKEN_ACC` | 100.00 | | `SENTS_F` | 81.11 | | `SENTS_P` | 79.75 | | `SENTS_R` | 82.52 | | `TAG_ACC` | 96.41 | | `POS_ACC` | 96.52 | | `MORPH_ACC` | 97.74 | | `DEP_UAS` | 90.21 | | `DEP_LAS` | 85.42 | | `LEMMA_ACC` | 90.34 |
[ 0.016637852415442467, -0.03572971373796463, -0.03021264635026455, 0.030785569921135902, 0.05309843271970749, 0.014372117817401886, -0.03386234492063522, 0.0034254768397659063, -0.03426079452037811, 0.06662511080503464, 0.02121271751821041, 0.008029095828533173, -0.02486014924943447, 0.04448377341032028, -0.005129931960254908, -0.05863539129495621, -0.006140301004052162, -0.022876765578985214, -0.059781864285469055, 0.011890290305018425, 0.014891217462718487, 0.015455540269613266, -0.03320632874965668, 0.013605158776044846, 0.016026396304368973, 0.006905450485646725, -0.0031153003219515085, 0.029572559520602226, 0.034898579120635986, -0.06727279722690582, -0.01149814110249281, -0.023659348487854004, -0.042143866419792175, -0.02037438191473484, -0.0035573041532188654, 0.013960684649646282, -0.0020270152017474174, -0.0037399064749479294, 0.026686953380703926, 0.07687006890773773, -0.0032966723665595055, 0.011035080999135971, -0.01059479545801878, -0.04454347491264343, 0.06044312193989754, -0.0007629257743246853, -0.04235388711094856, -0.024148086085915565, 0.035423051565885544, -0.041654638946056366, -0.07046619802713394, -0.0693323016166687, -0.014418606646358967, 0.019183047115802765, -0.023082023486495018, -0.02662775292992592, -0.0683252215385437, -0.0008388751884922385, 0.06615155935287476, -0.021479854360222816, -0.03294433280825615, 0.02065112441778183, -0.08397497236728668, 0.02374759316444397, 0.02374614216387272, -0.017921103164553642, -0.01206755917519331, -0.0426839143037796, 0.04178934544324875, -0.0066203773021698, 0.04835328087210655, -0.03249069303274155, -0.012988677248358727, -0.0628698542714119, -0.024072561413049698, -0.007374914363026619, 0.0241900272667408, 0.03026202693581581, -0.028990790247917175, 0.051642779260873795, 0.03071635402739048, -0.00006241483788471669, 0.039011936634778976, -0.033246614038944244, -0.023273993283510208, 0.040257956832647324, -0.029758397489786148, 0.0005333932349458337, 0.01509676780551672, 0.04073883965611458, -0.03217523172497749, -0.0552348792552948, 0.010405560955405235, -0.03732059523463249, -0.0020470593590289354, 0.03532404452562332, 0.0497964471578598, -0.013440289534628391, 0.009411814622581005, 0.030498266220092773, 0.0023456094786524773, 0.05211884528398514, 0.02403838001191616, 0.041964586824178696, -0.015593775548040867, 0.012519560754299164, 0.01102153118699789, -0.037218742072582245, -0.033282320946455, 0.04561656340956688, 0.02519075572490692, -0.001934999949298799, -0.06051430478692055, 0.03438844904303551, 0.021003536880016327, -0.01134944986552, 0.06519991904497147, -0.024690480902791023, -0.04836490750312805, -0.0774989202618599, 0.019154639914631844, -0.001618799171410501, -0.025777721777558327, -0.003626591060310602, -0.043383169919252396, -0.01215534657239914, -0.053530748933553696, -0.030315328389406204, -0.02236092835664749, 0.020123353227972984, -0.004722826648503542, 0.06505796313285828, 0.00529133528470993, -0.04174829646945, 0.021664852276444435, -0.0089256651699543, -0.07551897317171097, 0.030053477734327316, 0.05165931209921837, 0.09718097746372223, -0.05415833741426468, -0.05885296314954758, 0.04329166188836098, 0.031893040984869, -0.04239364340901375, 0.0000058996315601689275, -0.0052359034307301044, -0.024770813062787056, -0.03306691348552704, 0.004680041689425707, 0.03412215784192085, -0.06526298820972443, 0.007511625066399574, 0.03415853902697563, -0.017487214878201485, 0.0647234246134758, -0.055112842470407486, -0.019686153158545494, 0.009805900044739246, -0.033407069742679596, -0.02257319539785385, 0.02457679994404316, -0.008525780402123928, -0.010178135707974434, -0.024891255423426628, -0.03244052827358246, -0.016265464946627617, 0.07881750166416168, 0.0064306058920919895, -0.022401291877031326, -0.03460072726011276, 0.03476126864552498, 0.053003374487161636, 0.037377066910266876, -0.013624952174723148, 0.044150181114673615, 0.05229852721095085, 0.01697646640241146, -0.020092478021979332, 0.0701214000582695, 0.019208377227187157, -0.02552439086139202, -0.041809652000665665, -0.010450146161019802, 0.005437192041426897, -0.027896570041775703, 0.008678941056132317, 0.04173128306865692, 0.02038307674229145, -0.015875713899731636, -0.022658206522464752, 0.04011404886841774, 0.012042646296322346, -0.010163601487874985, -0.005998651031404734, -0.026225941255688667, 0.009805221110582352, 0.045633044093847275, -0.00517012644559145, -0.01810607686638832, -0.018111418932676315, -0.055698271840810776, 0.02387695014476776, 0.030320949852466583, 0.03582567721605301, 0.010434274561703205, 0.0013783674221485853, 0.0953681692481041, -0.04759916290640831, 0.006497286260128021, -0.03492751717567444, -0.0554167814552784, -0.0023086245637387037, 0.03695736825466156, 0.02588665299117565, 0.050974730402231216, -0.00029172986978664994, -0.05080953240394592, 0.03786720335483551, 0.05817467346787453, 0.021341361105442047, 0.013447899371385574, -0.04477330297231674, -0.024770613759756088, 0.06251972168684006, 0.05659719929099083, -0.06203378736972809, -0.037054624408483505, 0.018304884433746338, 0.0244990736246109, -0.03296898677945137, -0.008649458177387714, -0.01866486296057701, 0.011925647966563702, -0.05158113315701485, -0.04622126743197441, 0.0530315600335598, 0.034180112183094025, -0.008345677517354488, 0.041441671550273895, 0.003629670711234212, -0.007964971475303173, 0.050023652613162994, 0.008906111121177673, 0.0053040944039821625, -0.03529093787074089, 0.020135529339313507, 0.005540128797292709, 0.06249958649277687, -0.061224956065416336, 0.019684109836816788, -0.015274259261786938, 0.008523372001945972, 0.05116584151983261, -0.08418721705675125, 0.009352686814963818, 0.0534309521317482, 0.02057495526969433, -0.011772125028073788, 0.003093768609687686, -0.020732354372739792, 0.004179900046437979, 0.07079063355922699, 0.004538930952548981, 0.06637831032276154, 0.0063275680877268314, 0.049020521342754364, 0.06671684235334396, 0.011675956659018993, 0.005297687370330095, 0.0250653475522995, 0.05431315302848816, 0.022030852735042572, -0.025984788313508034, 0.08186083287000656, -0.022091755643486977, 0.015269361436367035, -0.03846905380487442, 0.0151204289868474, -0.004663351457566023, -0.02772732451558113, 0.013960948213934898, -0.007736244238913059, -0.02821490168571472, 0.01666136644780636, -0.005491872318089008, -0.012388681061565876, 0.0523642972111702, -0.003947926219552755, -0.0068885390646755695, 0.025169871747493744, -0.00989218708127737, 0.027249611914157867, -0.03589114919304848, -0.0583285428583622, -0.014268655329942703, -0.027667352929711342, -0.007756304927170277, -0.07369746267795563, -0.0403146855533123, -0.06527060270309448, -0.017301181331276894, 0.03539265692234039, -0.004297971725463867, 0.000964174687396735, -0.02955850027501583, 0.02959074079990387, -0.034345827996730804, -0.03577866777777672, -0.04071927070617676, -0.035062406212091446, -0.025853531435132027, -0.08556028455495834, 0.04870724305510521, 0.03411317616701126, 0.04477330297231674, 0.021132100373506546, 0.028658108785748482, -0.04407694563269615, -0.011450745165348053, 0.05566500872373581, 0.02641642466187477, -0.029633689671754837, -0.03472590819001198, 0.013272173702716827, -0.023917753249406815, -0.002187503268942237, 0.0007735976250842214, -0.05128711834549904, 0.09273350983858109, 0.0694858506321907, 0.02262178622186184, -0.005186466500163078, -0.011069745756685734, -0.03602481633424759, -0.012866627424955368, 0.00726216658949852, -0.026974694803357124, -0.012770729139447212, -0.04016588255763054, -0.018647141754627228, -0.03211341053247452, -0.022085655480623245, -0.02064957469701767, -0.008979806676506996, 0.026535451412200928, 0.022032983601093292, 0.0397033616900444, 0.0345785990357399, 0.04779713973402977, -0.04296437278389931, -0.04901789873838425, 0.09995441883802414, -0.012099423445761204, -0.008450998924672604, -0.045515552163124084, -0.02929435297846794, 0.025373216718435287, -0.005542667116969824, -0.009023156948387623, -0.026326589286327362, 0.0657728910446167, 0.025266101583838463, -0.002384640509262681, -0.008236000314354897, 0.007508615031838417, -0.031562045216560364, 0.016614027321338654, -0.014558015391230583, -0.023369750007987022, -0.03294473886489868, -0.030590316280722618, 0.007537908386439085, 0.04472293332219124, -0.06150835007429123, -0.04161171242594719, -0.03877716511487961, 0.03548920899629593, 0.04534178227186203, 0.02270963415503502, -0.050365522503852844, 0.00023774315195623785, -0.06582596153020859, -0.028039950877428055, 0.025571472942829132, 0.018533218652009964, 0.017790356650948524, 0.04193590208888054, 0.029142534360289574, -0.03362751379609108, 0.040663789957761765, 0.032287027686834335, 0.07590995728969574, 0.03669349476695061, -0.05577590689063072, 0.01952381618320942, -0.014215647242963314, 0.014548612758517265, 0.016113772988319397, 0.006012331694364548, -0.0476466529071331, -0.09590864181518555, -0.014214638620615005, 0.02848687767982483, -0.010294381529092789, -0.003776507917791605, 0.03439466282725334, -0.02507620118558407, 0.0010192376794293523, 0.0020941798575222492, 0.01059845183044672, 0.04889831691980362, -0.05721799284219742, 0.02547272853553295, 0.0026450594887137413, 0.040396563708782196, -0.0448053777217865, 0.021337293088436127, -0.013384438119828701, -0.0014616636326536536, -0.016890520229935646, 0.04721873998641968, 0.004586024675518274, 0.05082642287015915, 0.07209369540214539, 0.005439078900963068, -0.04899623245000839, 0.0266207754611969, 0.04585828259587288, -0.010567767545580864, -0.04523622617125511, 0.0032275146804749966, -0.0036241579800844193, -0.025120550766587257, 0.004852575249969959, -0.014950467273592949, 0.00519416993483901, 0.023587852716445923, -0.006874816957861185, -0.01516926009207964, 0.012698858045041561, -0.037076424807310104, -0.04564448818564415, -0.05311368778347969, -0.049397386610507965, 0.0003887437342200428, -0.03183016926050186, 0.03810565546154976, 0.056385014206171036, 0.01792748086154461, 0.05511753633618355, 0.0544702373445034, -0.028947317972779274, -0.023497791960835457, 0.02780263125896454, 0.015551970340311527, -0.03271595016121864, -0.057505086064338684, -0.0509309247136116, 0.057915978133678436, 0.024684159085154533, -0.0073195649310946465, -0.07988851517438889, 0.016631796956062317, 0.07178107649087906, -0.016382455825805664, 0.06762981414794922, -0.005837263073772192, 0.05371592938899994, 0.04531380534172058, -0.04779200628399849, 0.03904309496283531, -0.03370680660009384, 0.03518667817115784, -0.0023767855018377304, 0.004286356270313263, -0.019042395055294037, -0.025234336033463478, -0.03561100736260414, 0.04330174997448921, 0.026108084246516228, 0.0638950765132904, 0.04543624818325043, -0.030227094888687134, -0.07503188401460648, -0.012795819900929928, 0.03139742463827133, -0.08123484253883362, -0.004264133982360363, 0.026781242340803146, 0.08804955333471298, -0.052383918315172195, -0.031228188425302505, -0.028141513466835022, 0.004371803719550371, 0.03138742595911026, -0.004884094465523958, -0.028924737125635147, -0.04020322114229202, 0.04261341691017151, -0.046825286000967026, -0.010545854456722736, -0.07143046706914902, 0.045947425067424774, -0.017222490161657333, -0.011785008944571018, 0.055646203458309174, 0.02167396992444992, 0.025600740686058998, 0.031678393483161926, -0.004645368549972773, 0.01467159204185009, -0.01192341186106205, 0.009071949869394302, -0.027496380731463432, -0.02540314942598343, 0.00026958686066791415, -0.057503413408994675, -0.005778717342764139, -0.01636051945388317, -0.02055884152650833, -0.044569212943315506, -0.008874406106770039, 0.024291791021823883, 0.008551353588700294, -0.018322359770536423, -0.03829781711101532, 0.0181129053235054, -0.01525692269206047, -0.008787078782916069, -0.012641631998121738, -0.033915165811777115, -0.07009277492761612, -0.051886219531297684, 0.023038845509290695, 0.0004816025320906192, 0.039617933332920074, 0.017477979883551598, -0.008664165623486042, 0.018924929201602936, 0.005440215114504099, -0.008812791667878628, 0.0262568648904562, 0.022535817697644234, -0.04343139007687569, -0.024702532216906548, -0.0016834968701004982, -0.0010042819194495678, 0.06591842323541641, -0.022394167259335518, 0.02604173868894577, 0.031472910195589066, -0.05463230982422829, -0.026457160711288452, 0.007884890772402287, 0.016660453751683235, -0.05518469214439392, -0.056908514350652695, -0.03414308279752731, -0.035177819430828094, 0.03876592963933945, -0.0011319546028971672, -0.006640465464442968, -0.011452006176114082, 0.012568985112011433, 0.044790107756853104, 0.005346260499209166, -0.026785314083099365, 0.023198654875159264, -0.016967283561825752, 0.02196730114519596, -0.08263599127531052, 0.047902319580316544, -0.03257733955979347, 0.008766941726207733, -0.021796002984046936, -0.026263060048222542, -0.03812052682042122, 0.04067390039563179, -0.0077702319249510765, -0.025078274309635162, -0.010185068473219872, 0.021608902141451836, -0.023010829463601112, 0.015040166676044464, 0.001573100220412016, 0.035710711032152176, 0.006194312125444412, 0.04498755931854248, -0.0513656847178936, -0.018783489242196083, -0.017734825611114502, 0.02175501175224781, -0.013361148536205292, -0.03342171013355255, -0.02645769901573658, -0.04465831443667412, 0.03018399327993393, 0.06550239771604538, 0.009469479322433472, 0.019751770421862602, -0.03405319154262543, 0.013123842887580395, 0.0376507043838501, -0.07274596393108368, 0.001700730761513114, 0.0017446231795474887, -0.008764850907027721, -0.025505652651190758, 0.058185890316963196, 0.040450237691402435, -0.047613780945539474, -0.05415373668074608, 0.04742499813437462, -0.01475582830607891, 0.001945927389897406, -0.002029275055974722, 0.05095324665307999, 0.05978075787425041, 0.03564077615737915, -0.01879032328724861, 0.0168046522885561, 0.012926955707371235, -0.02255128137767315, -0.005279844626784325, -0.000921842351090163, 0.02592887543141842, 0.020529072731733322, -0.02521437592804432, -0.026019485667347908, 0.08049295097589493, 0.03359809145331383, 0.01658189482986927, -0.027417581528425217, -0.010357243940234184, 0.0415923111140728, 0.015791092067956924, -0.04388101026415825, 0.010496526025235653, 0.03188950940966606, -0.028741640970110893, 0.07777031511068344, -0.016567999497056007, 0.03733039274811745, 0.04253290593624115, 0.021902291104197502, -0.008146805688738823, 0.026962874457240105, -0.023702159523963928, 0.012549303472042084, 0.04561271145939827, -0.05419159680604935, 0.005704700015485287, -0.015251945704221725, 0.052975356578826904, -0.06789924949407578, 0.058352187275886536, 0.013745689764618874, 0.013757066801190376, 0.02490919455885887, 0.007728198543190956, -0.04203568026423454, 0.04630021005868912, -0.060513511300086975, 0.0928543359041214, 0.028998199850320816, -0.07706356048583984, 0.06866472214460373, 0.045682940632104874, -0.10543520748615265, 0.054685741662979126, 0.036867860704660416, 0.024953534826636314, 0.0275591891258955, 0.019012929871678352, -0.03823085129261017, 0.03262358158826828, -0.05791705474257469, 0.052454203367233276, -0.0419483482837677, 0.005851990543305874, 0.001988805830478668, -0.028845718130469322, -0.009983044117689133, 0.03488367795944214, -0.03226110339164734, -0.005512703210115433, 0.03754611685872078, -0.05219148099422455, -0.04366202652454376, -0.009749302640557289, 0.021802444010972977, -0.0012988956877961755, 0.02268991246819496, -0.04213285073637962, 0.024608321487903595, 0.02263016253709793, -0.010290762409567833, -0.027331797406077385, -0.0011157275876030326, 0.023889632895588875, -0.05178641527891159, -0.016740068793296814, 0.04276960343122482, 0.02992718107998371, 0.004807874094694853, 0.016046877950429916, 0.004887070972472429, 0.05542905256152153, 0.032216232270002365, -0.006316327955573797, 0.012544224970042706, -0.05438927188515663, -0.003046430880203843, 0.029337305575609207, 0.006511960178613663, 0.0023825233802199364, -0.004868308547884226, 0.057728081941604614, 0.033640056848526, 0.053789179772138596, -0.018475623801350594, 0.0062049077823758125, -0.0070549421943724155, 0.022716986015439034, -0.03472105413675308, 0.029030825942754745, 0.0066752964630723, -0.05265161767601967, -0.03784988075494766, -0.010881037451326847, -0.02520580217242241, 0.02322053164243698, -0.05035173147916794, -0.025253301486372948, 0.05461844429373741, -0.02213861793279648, -0.03708769753575325, -0.09137414395809174, -0.02436961978673935, -0.03222640976309776, 0.023990483954548836, 0.038884781301021576, -0.04697179049253464, -0.018320905044674873, -0.031396571546792984, -0.04684821143746376, 0.03373469412326813, 0.012351302430033684, -0.02170175313949585, 0.07049735635519028, 0.028208250179886818, -0.04109284281730652, 0.023144613951444626, 0.007063788361847401, -0.0203336700797081, 0.01649627834558487, 0.0028390963561832905, 0.024170007556676865, 0.02448604255914688, 0.04712754115462303, -0.0029076430946588516, -0.03370758146047592, -0.048509009182453156, -0.03868697211146355, 0.0011274537537246943, 0.008871279656887054, 0.05968674272298813 ]
AnonymousSub/AR_consert
[ "pytorch", "bert", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "BertModel" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
2
null
--- tags: - image-generation - conditional-image-generation - generative-model license: cc-by-nc-4.0 library: pytorch --- # <p align="center"> IC-GAN: Instance-Conditioned GAN </p> Official Pytorch code of [Instance-Conditioned GAN](https://arxiv.org/abs/2109.05070) by Arantxa Casanova, Marlène Careil, Jakob Verbeek, Michał Drożdżal, Adriana Romero-Soriano. ![IC-GAN results](./figures/github_image.png?raw=true) ## Generate images with IC-GAN in a Colab Notebook We provide a [Google Colab notebook](https://colab.research.google.com/github/facebookresearch/ic_gan/blob/main/inference/icgan_colab.ipynb) to generate images with IC-GAN and its class-conditional counter part. We also invite users to check out the [demo on Replicate](https://replicate.ai/arantxacasanova/ic_gan), courtesy of [Replicate](https://replicate.ai/home). The figure below depicts two instances, unseen during training and downloaded from [Creative Commons search](https://search.creativecommons.org), and the generated images with IC-GAN and class-conditional IC-GAN when conditioning on the class "castle": ![IC-GAN results transfer](./figures/icgan_transfer_all_github.png?raw=true) Additionally, and inspired by [this Colab](https://colab.research.google.com/github/eyaler/clip_biggan/blob/main/ClipBigGAN.ipynb), we provide the funcionality in the same Colab notebook to guide generations with text captions, using the [CLIP model](https://github.com/openai/CLIP). As an example, the following Figure shows three instance conditionings and a text caption (top), followed by the resulting generated images with IC-GAN (bottom), when optimizing the noise vector following CLIP's gradient for 100 iterations. ![IC-GAN results transfer CLIP](./figures/icgan_clip.png?raw=true) *Credit for the three instance conditionings, from left to right, that were modified with a resize and central crop:* [1: "Landscape in Bavaria" by shining.darkness, licensed under CC BY 2.0](https://search.creativecommons.org/photos/92ef279c-4469-49a5-aa4b-48ad746f2dc4), [2: "Fantasy Landscape - slolsss" by Douglas Tofoli is marked with CC PDM 1.0](https://search.creativecommons.org/photos/13646adc-f1df-437a-a0dd-8223452ee46c), [3: "How to Draw Landscapes Simply" by Kuwagata Keisai is marked with CC0 1.0](https://search.creativecommons.org/photos/2ab9c3b7-de99-4536-81ed-604ee988bd5f) ## Requirements * Python 3.8 * Cuda v10.2 / Cudnn v7.6.5 * gcc v7.3.0 * Pytorch 1.8.0 * A conda environment can be created from `environment.yaml` by entering the command: `conda env create -f environment.yml`, that contains the aforemention version of Pytorch and other required packages. * Faiss: follow the instructions in the [original repository](https://github.com/facebookresearch/faiss). ## Overview This repository consists of four main folders: * `data_utils`: A common folder to obtain and format the data needed to train and test IC-GAN, agnostic of the specific backbone. * `inference`: Scripts to test the models both qualitatively and quantitatively. * `BigGAN_PyTorch`: It provides the training, evaluation and sampling scripts for IC-GAN with a BigGAN backbone. The code base comes from [Pytorch BigGAN repository](https://github.com/ajbrock/BigGAN-PyTorch), made available under the MIT License. It has been modified to [add additional utilities](#biggan-changelog) and it enables IC-GAN training on top of it. * `stylegan2_ada_pytorch`: It provides the training, evaluation and sampling scripts for IC-GAN with a StyleGAN2 backbone. The code base comes from [StyleGAN2 Pytorch](https://github.com/NVlabs/stylegan2-ada-pytorch), made available under the [Nvidia Source Code License](https://nvlabs.github.io/stylegan2-ada-pytorch/license.html). It has been modified to [add additional utilities](#stylegan-changelog) and it enables IC-GAN training on top of it. ## (Python script) Generate images with IC-GAN Alternatively, we can <b> generate images with IC-GAN models </b> directly from a python script, by following the next steps: 1) Download the desired pretrained models (links below) and the [pre-computed 1000 instance features from ImageNet](https://dl.fbaipublicfiles.com/ic_gan/stored_instances.tar.gz) and extract them into a folder `pretrained_models_path`. | model | backbone | class-conditional? | training dataset | resolution | url | |-------------------|-------------------|-------------------|---------------------|--------------------|--------------------| | IC-GAN | BigGAN | No | ImageNet | 256x256 | [model](https://dl.fbaipublicfiles.com/ic_gan/icgan_biggan_imagenet_res256.tar.gz) | | IC-GAN (half capacity) | BigGAN | No | ImageNet | 256x256 | [model](https://dl.fbaipublicfiles.com/ic_gan/icgan_biggan_imagenet_res256_halfcap.tar.gz) | | IC-GAN | BigGAN | No | ImageNet | 128x128 | [model](https://dl.fbaipublicfiles.com/ic_gan/icgan_biggan_imagenet_res128.tar.gz) | | IC-GAN | BigGAN | No | ImageNet | 64x64 | [model](https://dl.fbaipublicfiles.com/ic_gan/icgan_biggan_imagenet_res64.tar.gz) | | IC-GAN | BigGAN | Yes | ImageNet | 256x256 | [model](https://dl.fbaipublicfiles.com/ic_gan/cc_icgan_biggan_imagenet_res256.tar.gz) | | IC-GAN (half capacity) | BigGAN | Yes | ImageNet | 256x256 | [model](https://dl.fbaipublicfiles.com/ic_gan/cc_icgan_biggan_imagenet_res256_halfcap.tar.gz) | | IC-GAN | BigGAN | Yes | ImageNet | 128x128 | [model](https://dl.fbaipublicfiles.com/ic_gan/cc_icgan_biggan_imagenet_res128.tar.gz) | | IC-GAN | BigGAN | Yes | ImageNet | 64x64 | [model](https://dl.fbaipublicfiles.com/ic_gan/cc_icgan_biggan_imagenet_res64.tar.gz) | | IC-GAN | BigGAN | Yes | ImageNet-LT | 256x256 | [model](https://dl.fbaipublicfiles.com/ic_gan/cc_icgan_biggan_imagenetlt_res256.tar.gz) | | IC-GAN | BigGAN | Yes | ImageNet-LT | 128x128 | [model](https://dl.fbaipublicfiles.com/ic_gan/cc_icgan_biggan_imagenetlt_res128.tar.gz) | | IC-GAN | BigGAN | Yes | ImageNet-LT | 64x64 | [model](https://dl.fbaipublicfiles.com/ic_gan/cc_icgan_biggan_imagenetlt_res64.tar.gz) | | IC-GAN | BigGAN | No | COCO-Stuff | 256x256 | [model](https://dl.fbaipublicfiles.com/ic_gan/icgan_biggan_coco_res256.tar.gz) | | IC-GAN | BigGAN | No | COCO-Stuff | 128x128 | [model](https://dl.fbaipublicfiles.com/ic_gan/icgan_biggan_coco_res128.tar.gz) | | IC-GAN | StyleGAN2 | No | COCO-Stuff | 256x256 | [model](https://dl.fbaipublicfiles.com/ic_gan/icgan_stylegan2_coco_res256.tar.gz) | | IC-GAN | StyleGAN2 | No | COCO-Stuff | 128x128 | [model](https://dl.fbaipublicfiles.com/ic_gan/icgan_stylegan2_coco_res128.tar.gz) | 2) Execute: ``` python inference/generate_images.py --root_path [pretrained_models_path] --model [model] --model_backbone [backbone] --resolution [res] ``` * `model` can be chosen from `["icgan", "cc_icgan"]` to use the IC-GAN or the class-conditional IC-GAN model respectively. * `backbone` can be chosen from `["biggan", "stylegan2"]`. * `res` indicates the resolution at which the model has been trained. For ImageNet, choose one in `[64, 128, 256]`, and for COCO-Stuff, one in `[128, 256]`. This script results in a .PNG file where several generated images are shown, given an instance feature (each row), and a sampled noise vector (each grid position). <b>Additional and optional parameters</b>: * `index`: (None by default), is an integer from 0 to 999 that choses a specific instance feature vector out of the 1000 instances that have been selected with k-means on the ImageNet dataset and stored in `pretrained_models_path/stored_instances`. * `swap_target`: (None by default) is an integer from 0 to 999 indicating an ImageNet class label. This label will be used to condition the class-conditional IC-GAN, regardless of which instance features are being used. * `which_dataset`: (ImageNet by default) can be chosen from `["imagenet", "coco"]` to indicate which dataset (training split) to sample the instances from. * `trained_dataset`: (ImageNet by default) can be chosen from `["imagenet", "coco"]` to indicate the dataset in which the IC-GAN model has been trained on. * `num_imgs_gen`: (5 by default), it changes the number of noise vectors to sample per conditioning. Increasing this number results in a bigger .PNG file to save and load. * `num_conditionings_gen`: (5 by default), it changes the number of conditionings to sample. Increasing this number results in a bigger .PNG file to save and load. * `z_var`: (1.0 by default) controls the truncation factor for the generation. * Optionally, the script can be run with the following additional options `--visualize_instance_images --dataset_path [dataset_path]` to visualize the ground-truth images corresponding to the conditioning instance features, given a path to the dataset's ground-truth images `dataset_path`. Ground-truth instances will be plotted as the leftmost image for each row. ## Data preparation <div id="data-preparation"> <details> <summary>ImageNet</summary> <br> <ol> <li>Download dataset from <a href="https://image-net.org/download.php"> here </a>. </li> <li>Download <a href="https://github.com/facebookresearch/swav"> SwAV </a> feature extractor weights from <a href="https://dl.fbaipublicfiles.com/deepcluster/swav_800ep_pretrain.pth.tar"> here </a>. </li> <li> Replace the paths in data_utils/prepare_data.sh: <code>out_path</code> by the path where hdf5 files will be stored, <code>path_imnet</code> by the path where ImageNet dataset is downloaded, and <code>path_swav</code> by the path where SwAV weights are stored. </li> <li> Execute <code>./data_utils/prepare_data.sh imagenet [resolution]</code>, where <code>[resolution]</code> can be an integer in {64,128,256}. This script will create several hdf5 files: <ul> <li> <code>ILSVRC[resolution]_xy.hdf5</code> and <code>ILSVRC[resolution]_val_xy.hdf5</code>, where images and labels are stored for the training and validation set respectively. </li> <li> <code>ILSVRC[resolution]_feats_[feature_extractor]_resnet50.hdf5</code> that contains the instance features for each image. </li> <li> <code>ILSVRC[resolution]_feats_[feature_extractor]_resnet50_nn_k[k_nn].hdf5</code> that contains the list of [k_nn] neighbors for each of the instance features. </li> </ul> </li> </ol> </br> </details> <details> <summary>ImageNet-LT</summary> <br> <ol> <li>Download ImageNet dataset from <a href="https://image-net.org/download.php"> here </a>. Following <a href="https://github.com/zhmiao/OpenLongTailRecognition-OLTR"> ImageNet-LT </a>, the file <code>ImageNet_LT_train.txt</code> can be downloaded from <a href="https://drive.google.com/drive/u/1/folders/1j7Nkfe6ZhzKFXePHdsseeeGI877Xu1yf" > this link </a> and later stored in the folder <code>./BigGAN_PyTorch/imagenet_lt</code>. </li> <li>Download the pre-trained weights of the ResNet on ImageNet-LT from <a href="https://dl.fbaipublicfiles.com/classifier-balancing/ImageNet_LT/models/resnet50_uniform_e90.pth"> this link</a>, provided by the <a href="https://github.com/facebookresearch/classifier-balancing"> classifier-balancing repository </a>. </li> <li> Replace the paths in data_utils/prepare_data.sh: <code>out_path</code> by the path where hdf5 files will be stored, <code>path_imnet</code> by the path where ImageNet dataset is downloaded, and <code>path_classifier_lt</code> by the path where the pre-trained ResNet50 weights are stored. </li> <li> Execute <code>./data_utils/prepare_data.sh imagenet_lt [resolution]</code>, where <code>[resolution]</code> can be an integer in {64,128,256}. This script will create several hdf5 files: <ul> <li> <code>ILSVRC[resolution]longtail_xy.hdf5</code>, where images and labels are stored for the training and validation set respectively. </li> <li> <code>ILSVRC[resolution]longtail_feats_[feature_extractor]_resnet50.hdf5</code> that contains the instance features for each image. </li> <li> <code>ILSVRC[resolution]longtail_feats_[feature_extractor]_resnet50_nn_k[k_nn].hdf5</code> that contains the list of [k_nn] neighbors for each of the instance features. </li> </ul> </li> </ol> </br> </details> <details> <summary>COCO-Stuff</summary> <br> <ol> <li>Download the dataset following the <a href="https://github.com/WillSuen/LostGANs/blob/master/INSTALL.md"> LostGANs' repository instructions </a>. </li> <li>Download <a href="https://github.com/facebookresearch/swav"> SwAV </a> feature extractor weights from <a href="https://dl.fbaipublicfiles.com/deepcluster/swav_800ep_pretrain.pth.tar"> here </a>. </li> <li> Replace the paths in data_utils/prepare_data.sh: <code>out_path</code> by the path where hdf5 files will be stored, <code>path_imnet</code> by the path where ImageNet dataset is downloaded, and <code>path_swav</code> by the path where SwAV weights are stored. </li> <li> Execute <code>./data_utils/prepare_data.sh coco [resolution]</code>, where <code>[resolution]</code> can be an integer in {128,256}. This script will create several hdf5 files: <ul> <li> <code>COCO[resolution]_xy.hdf5</code> and <code>COCO[resolution]_val_test_xy.hdf5</code>, where images and labels are stored for the training and evaluation set respectively. </li> <li> <code>COCO[resolution]_feats_[feature_extractor]_resnet50.hdf5</code> that contains the instance features for each image. </li> <li> <code>COCO[resolution]_feats_[feature_extractor]_resnet50_nn_k[k_nn].hdf5</code> that contains the list of [k_nn] neighbors for each of the instance features. </li> </ul> </li> </ol> </br> </details> <details> <summary>Other datasets</summary> <br> <ol> <li>Download the corresponding dataset and store in a folder <code>dataset_path</code>. </li> <li>Download <a href="https://github.com/facebookresearch/swav"> SwAV </a> feature extractor weights from <a href="https://dl.fbaipublicfiles.com/deepcluster/swav_800ep_pretrain.pth.tar"> here </a>. </li> <li> Replace the paths in data_utils/prepare_data.sh: <code>out_path</code> by the path where hdf5 files will be stored and <code>path_swav</code> by the path where SwAV weights are stored. </li> <li> Execute <code>./data_utils/prepare_data.sh [dataset_name] [resolution] [dataset_path]</code>, where <code>[dataset_name]</code> will be the dataset name, <code>[resolution]</code> can be an integer, for example 128 or 256, and <code>dataset_path</code> contains the dataset images. This script will create several hdf5 files: <ul> <li> <code>[dataset_name][resolution]_xy.hdf5</code>, where images and labels are stored for the training set. </li> <li> <code>[dataset_name][resolution]_feats_[feature_extractor]_resnet50.hdf5</code> that contains the instance features for each image. </li> <li> <code>[dataset_name][resolution]_feats_[feature_extractor]_resnet50_nn_k[k_nn].hdf5</code> that contains the list of <code>k_nn</code> neighbors for each of the instance features. </li> </ul> </li> </ol> </br> </details> <details> <summary>How to subsample an instance feature dataset with k-means</summary> <br> To downsample the instance feature vector dataset, after we have prepared the data, we can use the k-means algorithm: <code> python data_utils/store_kmeans_indexes.py --resolution [resolution] --which_dataset [dataset_name] --data_root [data_path] </code> <ul> <li> Adding <code>--gpu</code> allows the faiss library to compute k-means leveraging GPUs, resulting in faster execution. </li> <li> Adding the parameter <code>--feature_extractor [feature_extractor]</code> chooses which feature extractor to use, with <code>feature_extractor</code> in <code>['selfsupervised', 'classification'] </code>, if we are using swAV as feature extactor or the ResNet pretrained on the classification task on ImageNet, respectively. </li> <li> The number of k-means clusters can be set with <code>--kmeans_subsampled [centers]</code>, where <code>centers</code> is an integer. </li> </ul> </br> </details> </div> ## How to train the models #### BigGAN or StyleGAN2 backbone Training parameters are stored in JSON files in `[backbone_folder]/config_files/[dataset]/*.json`, where `[backbone_folder]` is either BigGAN_Pytorch or stylegan2_ada_pytorch and `[dataset]` can either be ImageNet, ImageNet-LT or COCO_Stuff. ``` cd BigGAN_PyTorch python run.py --json_config config_files/<dataset>/<selected_config>.json --data_root [data_root] --base_root [base_root] ``` or ``` cd stylegan_ada_pytorch python run.py --json_config config_files/<dataset>/<selected_config>.json --data_root [data_root] --base_root [base_root] ``` where: * `data_root` path where the data has been prepared and stored, following the previous section (<a href="./README.md#data-preparation">Data preparation</a>). * `base_root` path where to store the model weights and logs. Note that one can create other JSON files to modify the training parameters. #### Other backbones To be able to run IC-GAN with other backbones, we provide some orientative steps: * Place the new backbone code in a new folder under `ic_gan` (`ic_gan/new_backbone`). * Modify the relevant piece of code in the GAN architecture to allow instance features as conditionings (for both generator and discriminator). * Create a `trainer.py` file with the training loop to train an IC-GAN with the new backbone. The `data_utils` folder provides the tools to prepare the dataset, load the data and conditioning sampling to train an IC-GAN. The IC-GAN with BigGAN backbone [`trainer.py`](BigGAN_PyTorch/trainer.py) file can be used as an inspiration. ## How to test the models <b>To obtain the FID and IS metrics on ImageNet and ImageNet-LT</b>: 1) Execute: ``` python inference/test.py --json_config [BigGAN-PyTorch or stylegan-ada-pytorch]/config_files/<dataset>/<selected_config>.json --num_inception_images [num_imgs] --sample_num_npz [num_imgs] --eval_reference_set [ref_set] --sample_npz --base_root [base_root] --data_root [data_root] --kmeans_subsampled [kmeans_centers] --model_backbone [backbone] ``` To obtain the tensorflow IS and FID metrics, use an environment with the Python <3.7 and Tensorflow 1.15. Then: 2) Obtain Inception Scores and pre-computed FID moments: ``` python ../data_utils/inception_tf13.py --experiment_name [exp_name] --experiment_root [base_root] --kmeans_subsampled [kmeans_centers] ``` For stratified FIDs in the ImageNet-LT dataset, the following parameters can be added `--which_dataset 'imagenet_lt' --split 'val' --strat_name [stratified_split]`, where `stratified_split` can be in `[few,low, many]`. 3) (Only needed once) Pre-compute reference moments with tensorflow code: ``` python ../data_utils/inception_tf13.py --use_ground_truth_data --data_root [data_root] --split [ref_set] --resolution [res] --which_dataset [dataset] ``` 4) (Using this [repository](https://github.com/bioinf-jku/TTUR)) FID can be computed using the pre-computed statistics obtained in 2) and the pre-computed ground-truth statistics obtain in 3). For example, to compute the FID with reference ImageNet validation set: ```python TTUR/fid.py [base_root]/[exp_name]/TF_pool_.npz [data_root]/imagenet_val_res[res]_tf_inception_moments_ground_truth.npz ``` <b>To obtain the FID metric on COCO-Stuff</b>: 1) Obtain ground-truth jpeg images: ```python data_utils/store_coco_jpeg_images.py --resolution [res] --split [ref_set] --data_root [data_root] --out_path [gt_coco_images] --filter_hd [filter_hd] ``` 2) Store generated images as jpeg images: ```python sample.py --json_config ../[BigGAN-PyTorch or stylegan-ada-pytorch]/config_files/<dataset>/<selected_config>.json --data_root [data_root] --base_root [base_root] --sample_num_npz [num_imgs] --which_dataset 'coco' --eval_instance_set [ref_set] --eval_reference_set [ref_set] --filter_hd [filter_hd] --model_backbone [backbone] ``` 3) Using this [repository](https://github.com/bioinf-jku/TTUR), compute FID on the two folders of ground-truth and generated images. where: * `dataset`: option to select the dataset in `['imagenet', 'imagenet_lt', 'coco'] * `exp_name`: name of the experiment folder. * `data_root`: path where the data has been prepared and stored, following the previous section ["Data preparation"](#data-preparation). * `base_root`: path where to find the model (for example, where the pretrained models have been downloaded). * `num_imgs`: needs to be set to 50000 for ImageNet and ImageNet-LT (with validation set as reference) and set to 11500 for ImageNet-LT (with training set as reference). For COCO-Stuff, set to 75777, 2050, 675, 1375 if using the training, evaluation, evaluation seen or evaluation unseen set as reference. * `ref_set`: set to `'val'` for ImageNet, ImageNet-LT (and COCO) to obtain metrics with the validation (evaluation) set as reference, or set to `'train'` for ImageNet-LT or COCO to obtain metrics with the training set as reference. * `kmeans_centers`: set to 1000 for ImageNet and to -1 for ImageNet-LT. * `backbone`: model backbone architecture in `['biggan','stylegan2']`. * `res`: integer indicating the resolution of the images (64,128,256). * `gt_coco_images`: folder to store the ground-truth JPEG images of that specific split. * `filter_hd`: only valid for `ref_set=val`. If -1, use the entire evaluation set; if 0, use only conditionings and their ground-truth images with seen class combinations during training (eval seen); if 1, use only conditionings and their ground-truth images with unseen class combinations during training (eval unseen). ## Utilities for GAN backbones We change and provide extra utilities to facilitate the training, for both BigGAN and StyleGAN2 base repositories. ### BigGAN change log The following changes were made: * BigGAN architecture: * In `train_fns.py`: option to either have the optimizers inside the generator and discriminator class, or directly in the `G_D` wrapper module. Additionally, added an option to augment both generated and real images with augmentations from [DiffAugment](https://github.com/mit-han-lab/data-efficient-gans). * In `BigGAN.py`: added a function `get_condition_embeddings` to handle the conditioning separately. * Small modifications to `layers.py` to adapt the batchnorm function calls to the pytorch 1.8 version. * Training utilities: * Added `trainer.py` file (replacing train.py): * Training now allows the usage of DDP for faster single-node and multi-node training. * Training is performed by epochs instead of by iterations. * Option to stop the training by using early stopping or when experiments diverge. * In `utils.py`: * Replaced `MultiEpochSampler` for `CheckpointedSampler` to allow experiments to be resumable when using epochs and fixing a bug where `MultiEpochSampler` would require a long time to fetch data permutations when the number of epochs increased. * ImageNet-LT: Added option to use different class distributions when sampling a class label for the generator. * ImageNet-LT: Added class balancing (uniform and temperature annealed). * Added data augmentations from [DiffAugment](https://github.com/mit-han-lab/data-efficient-gans). * Testing utilities: * In `calculate_inception_moments.py`: added option to obtain moments for ImageNet-LT dataset, as well as stratified moments for many, medium and few-shot classes (stratified FID computation). * In `inception_utils.py`: added option to compute [Precision, Recall, Density, Coverage](https://github.com/clovaai/generative-evaluation-prdc) and stratified FID. * Data utilities: * In `datasets.py`, added option to load ImageNet-LT dataset. * Added ImageNet-LT.txt files with image indexes for training and validation split. * In `utils.py`: * Separate functions to obtain the data from hdf5 files (`get_dataset_hdf5`) or from directory (`get_dataset_images`), as well as a function to obtain only the data loader (`get_dataloader`). * Added the function `sample_conditionings` to handle possible different conditionings to train G with. * Experiment utilities: * Added JSON files to launch experiments with the proposed hyper-parameter configuration. * Script to launch experiments with either the [submitit tool](https://github.com/facebookincubator/submitit) or locally in the same machine (run.py). ### StyleGAN2 change log <div id="stylegan-changelog"> <ul> <li> Multi-node DistributedDataParallel training. </li> <li> Added early stopping based on the training FID metric. </li> <li> Automatic checkpointing when jobs are automatically rescheduled on a cluster. </li> <li> Option to load dataset from hdf5 file. </li> <li> Replaced the usage of Click python package by an `ArgumentParser`. </li> <li> Only saving best and last model weights. </li> </ul> </div> ## Acknowledgements We would like to thanks the authors of the [Pytorch BigGAN repository](https://github.com/ajbrock/BigGAN-PyTorch) and [StyleGAN2 Pytorch](https://github.com/NVlabs/stylegan2-ada-pytorch), as our model requires their repositories to train IC-GAN with BigGAN or StyleGAN2 bakcbone respectively. Moreover, we would like to further thank the authors of [generative-evaluation-prdc](https://github.com/clovaai/generative-evaluation-prdc), [data-efficient-gans](https://github.com/mit-han-lab/data-efficient-gans), [faiss](https://github.com/facebookresearch/faiss) and [sg2im](https://github.com/google/sg2im) as some components were borrowed and modified from their code bases. Finally, we thank the author of [WanderCLIP](https://colab.research.google.com/github/eyaler/clip_biggan/blob/main/WanderCLIP.ipynb) as well as the following repositories, that we use in our Colab notebook: [pytorch-pretrained-BigGAN](https://github.com/huggingface/pytorch-pretrained-BigGAN) and [CLIP](https://github.com/openai/CLIP). ## License The majority of IC-GAN is licensed under CC-BY-NC, however portions of the project are available under separate license terms: BigGAN and [PRDC](https://github.com/facebookresearch/ic_gan/blob/main/data_utils/compute_pdrc.py) are licensed under the MIT license; [COCO-Stuff loader](https://github.com/facebookresearch/ic_gan/blob/main/data_utils/cocostuff_dataset.py) is licensed under Apache License 2.0; [DiffAugment](https://github.com/facebookresearch/ic_gan/blob/main/BigGAN_PyTorch/diffaugment_utils.py) is licensed under BSD 2-Clause Simplified license; StyleGAN2 is licensed under a NVIDIA license, available here: https://github.com/NVlabs/stylegan2-ada-pytorch/blob/main/LICENSE.txt. In the Colab notebook, [CLIP](https://github.com/openai/CLIP) and [pytorch-pretrained-BigGAN](https://github.com/huggingface/pytorch-pretrained-BigGAN) code is used, both licensed under the MIT license. ## Disclaimers THE DIFFAUGMENT SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE CLIP SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. THE PYTORCH-PRETRAINED-BIGGAN SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ## Cite the paper If this repository, the paper or any of its content is useful for your research, please cite: ``` @inproceedings{casanova2021instanceconditioned, title={Instance-Conditioned GAN}, author={Arantxa Casanova and Marlène Careil and Jakob Verbeek and Michal Drozdzal and Adriana Romero-Soriano}, booktitle={Advances in Neural Information Processing Systems (NeurIPS)}, year={2021} } ```
[ -0.008734083734452724, -0.01660759188234806, -0.00857535656541586, 0.06252728402614594, 0.05218346789479256, 0.008736460469663143, 0.007677888032048941, 0.0002604468318168074, -0.030274799093604088, 0.04435490444302559, 0.024519238620996475, -0.012983541935682297, 0.006855328567326069, 0.02831190638244152, -0.055304013192653656, -0.0364784337580204, 0.00459121773019433, 0.0047472938895225525, -0.01057427003979683, -0.00810329895466566, 0.03670252114534378, 0.006199978291988373, 0.0023019779473543167, 0.03348510339856148, 0.026379920542240143, -0.003398019354790449, 0.04124494269490242, 0.031137382611632347, 0.03943716362118721, -0.07029171288013458, 0.02157125249505043, -0.04520208016037941, -0.056454479694366455, -0.018969904631376266, -0.01300628948956728, -0.0020987994503229856, 0.00801367312669754, 0.0224179495126009, 0.0058799805119633675, 0.06070539355278015, -0.02963111363351345, 0.008369646966457367, -0.011265681125223637, -0.015953000634908676, 0.05144542083144188, -0.001174742472358048, -0.04787256196141243, -0.010782728902995586, 0.03267978876829147, -0.017677469179034233, -0.08423298597335815, -0.10209116339683533, -0.04883821681141853, 0.01971052587032318, -0.009316796436905861, -0.03790797293186188, -0.036235399544239044, -0.010859934613108635, 0.057691335678100586, -0.03050331026315689, -0.018836230039596558, -0.005870090331882238, -0.07443101704120636, 0.0328252948820591, 0.013772460632026196, -0.00594224501401186, 0.0396585613489151, -0.051441874355077744, 0.00139648059848696, -0.01956586353480816, 0.0506661981344223, -0.03868361562490463, -0.007003557402640581, -0.08182056993246078, -0.0028106742538511753, -0.039260413497686386, 0.031137309968471527, 0.061191122978925705, -0.04448443278670311, 0.03276332840323448, 0.0395505428314209, 0.03324855864048004, 0.029572661966085434, -0.00003865928010782227, -0.012224198319017887, 0.03403249755501747, -0.039429739117622375, 0.0010492091532796621, 0.030737832188606262, 0.05988892912864685, -0.05185495316982269, -0.011496545746922493, -0.037221137434244156, -0.02207103557884693, -0.015042046085000038, 0.008965354412794113, 0.04472668096423149, 0.008528654463589191, 0.04788581281900406, 0.002881354186683893, 0.052112072706222534, 0.0542137511074543, -0.0077124652452766895, 0.027925340458750725, 0.02148285321891308, -0.03714811056852341, -0.010737117379903793, -0.039030808955430984, -0.051864415407180786, 0.01022691186517477, 0.03621524199843407, -0.003995032049715519, -0.01095947902649641, 0.008284131065011024, -0.03273841738700867, -0.009673935361206532, 0.08932708948850632, -0.030113380402326584, -0.04178003594279289, -0.03400470316410065, 0.04118240624666214, 0.018582582473754883, -0.01281389594078064, 0.017187105491757393, -0.04719477891921997, 0.00015852721116971225, -0.02405869960784912, -0.029135441407561302, 0.003636664478108287, 0.027250083163380623, 0.0014842619420960546, 0.039975062012672424, 0.03594132885336876, -0.0624828115105629, 0.015515865758061409, 0.017878122627735138, -0.07797154039144516, 0.03796853497624397, -0.02874557487666607, 0.11452880501747131, -0.06249846890568733, -0.05215533450245857, 0.013979969546198845, 0.002656507771462202, -0.015781676396727562, -0.00644852127879858, 0.0057815806940197945, -0.07328382879495621, -0.025005903095006943, -0.03618394955992699, 0.06516145169734955, -0.07382195442914963, 0.006377288140356541, 0.06425394862890244, 0.009282304905354977, 0.0477360300719738, -0.050240013748407364, 0.004353055264800787, -0.018234603106975555, -0.0022164189722388983, 0.010925906710326672, 0.05130771920084953, 0.01874866895377636, 0.003960959147661924, -0.049781933426856995, -0.037140898406505585, -0.02746189385652542, 0.0803234800696373, -0.021845676004886627, -0.013888675719499588, -0.008684889413416386, 0.03226160630583763, 0.03783932328224182, 0.024359894916415215, -0.01666989177465439, 0.03362097591161728, 0.06551720201969147, 0.039613645523786545, -0.021114522591233253, 0.05112088471651077, 0.012498571537435055, -0.013123850338160992, -0.033557262271642685, -0.0027725708205252886, 0.0049530211836099625, -0.023972386494278908, 0.00637444481253624, 0.047794803977012634, -0.017956646159291267, -0.03136919066309929, -0.0034458618611097336, 0.04439752921462059, 0.011635844595730305, -0.018239103257656097, 0.004994445014744997, -0.03157268464565277, -0.04272354766726494, 0.0424969345331192, -0.03766995295882225, 0.010322322137653828, -0.018288545310497284, -0.043027546256780624, 0.011778785847127438, -0.028771938756108284, 0.023061534389853477, 0.017066068947315216, -0.013245787471532822, 0.0694291964173317, -0.030255254358053207, -0.007297230418771505, -0.048363495618104935, -0.05313289910554886, -0.012166650965809822, 0.05370427668094635, 0.008859380148351192, 0.04019661247730255, -0.00036961460136808455, -0.024611713364720345, 0.01686721481382847, 0.054580289870500565, 0.03592728078365326, 0.04370134323835373, -0.033476050943136215, 0.008213534951210022, 0.011952999979257584, 0.05138026177883148, -0.053909603506326675, -0.027292124927043915, 0.024298809468746185, 0.012050007469952106, -0.01420737523585558, -0.001586908008903265, -0.00997643917798996, 0.023837357759475708, -0.03727513551712036, -0.07660162448883057, 0.006951599381864071, 0.01659209281206131, 0.023755760863423347, 0.01790822483599186, 0.013019151985645294, 0.010177398100495338, 0.04167263209819794, 0.003922015428543091, 0.016161683946847916, -0.0588446706533432, 0.022611815482378006, 0.02512519061565399, 0.05334274843335152, -0.04034483805298805, 0.0414443276822567, -0.02027628757059574, -0.0032107941806316376, 0.034427426755428314, -0.013774434104561806, 0.03072347678244114, 0.060055892914533615, 0.003991210367530584, -0.007912292145192623, 0.030426425859332085, 0.0135642746463418, 0.03749435767531395, 0.0349854938685894, -0.006542423274368048, 0.047545790672302246, -0.022280270233750343, 0.02738579548895359, 0.0811019167304039, -0.011260372586548328, 0.009028681553900242, 0.02441122941672802, 0.10171116888523102, 0.008091071620583534, -0.020889878273010254, 0.04809773713350296, -0.02466006763279438, 0.03670954331755638, -0.007658741902559996, 0.010874471627175808, -0.006012478843331337, -0.011515883728861809, 0.031672585755586624, 0.03136053308844566, -0.04418394714593887, 0.010714719071984291, -0.011776368133723736, 0.005299328360706568, 0.025688964873552322, -0.028857998549938202, -0.010981596074998379, 0.014387200586497784, 0.011858789250254631, 0.0010141977109014988, -0.05998912826180458, -0.03500576317310333, -0.027220092713832855, -0.03421890363097191, -0.034468211233615875, -0.09326793253421783, -0.008017454296350479, -0.06246064603328705, -0.01618170738220215, 0.03852206468582153, 0.0341515876352787, -0.005972398445010185, -0.05183466151356697, 0.04682799428701401, -0.04529083892703056, -0.0352068655192852, -0.04853121191263199, -0.04045916348695755, -0.05383249744772911, -0.05694872513413429, 0.024949055165052414, 0.007308315951377153, 0.04033974930644035, 0.003883799072355032, -0.015625236555933952, -0.0676892101764679, 0.003043519100174308, 0.041554104536771774, 0.0628165528178215, -0.03658289089798927, -0.04941251501441002, 0.031560737639665604, -0.011980819515883923, -0.006310155149549246, -0.02628430165350437, -0.024295195937156677, 0.06146741658449173, 0.07587287575006485, 0.0005608711508102715, 0.005461052991449833, 0.013773097656667233, -0.03349790349602699, -0.04495171085000038, -0.014267713762819767, -0.04014603793621063, 0.003006191924214363, -0.027538985013961792, -0.03022819384932518, -0.041324932128190994, -0.017409373074769974, -0.00834131333976984, 0.004000107292085886, 0.003660529851913452, 0.032877955585718155, 0.03892877325415611, 0.028484180569648743, 0.009609250351786613, -0.05488286539912224, -0.026613106951117516, 0.01593630760908127, -0.000419763004174456, -0.021180368959903717, -0.060356505215168, -0.019670050591230392, 0.014555455185472965, 0.04622187837958336, -0.015285077504813671, -0.0026035842020064592, 0.07605571299791336, 0.011035400442779064, -0.00926439743489027, 0.010345094837248325, -0.011074462905526161, -0.0027375498320907354, -0.0040288399904966354, 0.010331129655241966, -0.02354837954044342, -0.0560886524617672, -0.025630490854382515, -0.007692837622016668, 0.06205325573682785, -0.0700245052576065, -0.06551235169172287, 0.002026970963925123, 0.0023887387942522764, 0.04320121556520462, 0.013336646370589733, -0.0350225567817688, -0.011234738864004612, -0.045364756137132645, -0.014922273345291615, 0.0411808043718338, -0.0036803903058171272, 0.016986461356282234, 0.07866916060447693, 0.014766351319849491, -0.00032097729854285717, 0.01204675156623125, 0.04759753495454788, 0.025174736976623535, 0.02367386408150196, -0.05461663752794266, 0.01274864748120308, 0.006834342144429684, 0.05293595790863037, -0.007559207733720541, 0.0004079563950654119, -0.038162678480148315, -0.09615538269281387, -0.03795335814356804, 0.006975136697292328, -0.01728271320462227, -0.01934373751282692, 0.04289744049310684, -0.003275124356150627, -0.03047030232846737, 0.032045986503362656, -0.01999492011964321, 0.03144010901451111, -0.06537895649671555, 0.0773552656173706, -0.028063390403985977, 0.019374659284949303, -0.040075574070215225, 0.012059015221893787, -0.04640443995594978, -0.053041741251945496, 0.006654386408627033, 0.06898939609527588, 0.03174743801355362, 0.04090069979429245, 0.05350366607308388, 0.04809867963194847, -0.024861259385943413, 0.020072562620043755, 0.04986891150474548, -0.023308515548706055, -0.05435764044523239, 0.027894150465726852, -0.008378743194043636, -0.012092189863324165, -0.017150402069091797, -0.014922158792614937, 0.035616595298051834, 0.05767190083861351, -0.007257536519318819, -0.007577192038297653, 0.020683638751506805, -0.022739289328455925, -0.020702868700027466, -0.04874502122402191, 0.011129559949040413, -0.004730479326099157, -0.029994279146194458, -0.007839672267436981, 0.0471838153898716, 0.04142583906650543, 0.05881593003869057, 0.02963591180741787, -0.026142016053199768, -0.023455994203686714, 0.03472936898469925, 0.019898030906915665, -0.028143813833594322, -0.07155681401491165, -0.019911056384444237, 0.030899060890078545, 0.019049022346735, -0.016142506152391434, -0.08032737672328949, 0.02579510398209095, 0.06444158405065536, -0.059753142297267914, 0.0659090131521225, -0.001751550124026835, 0.03038056567311287, 0.0473693311214447, -0.01809113286435604, 0.051173705607652664, -0.019185686483979225, 0.009872823022305965, -0.025564217939972878, 0.046744454652071, -0.020218200981616974, -0.0340748094022274, -0.050237350165843964, 0.02609274722635746, 0.004409497603774071, 0.04061140492558479, 0.022859597578644753, -0.048136044293642044, -0.06197900325059891, 0.011234557256102562, 0.04281202331185341, -0.03393813967704773, 0.056742239743471146, 0.0053703561425209045, 0.03670854866504669, -0.04989701136946678, -0.04141128063201904, -0.039876095950603485, -0.011675562709569931, 0.021843746304512024, -0.004278562963008881, -0.023511769250035286, -0.03901161998510361, 0.03249611705541611, 0.003677396336570382, -0.02504507265985012, -0.08541067689657211, 0.03704875335097313, -0.0074719456024467945, -0.02836846373975277, 0.04439108073711395, 0.0023665428161621094, 0.03045671246945858, 0.07560565322637558, 0.011581485159695148, -0.00036668096436187625, -0.0369066521525383, 0.02988673560321331, -0.043648310005664825, -0.03657463937997818, -0.020360814407467842, -0.028960509225726128, -0.010761164128780365, -0.02724618837237358, -0.033755380660295486, -0.032556552439928055, -0.039124224334955215, 0.003187786787748337, 0.012509309686720371, -0.02356552705168724, -0.030360642820596695, -0.004046578425914049, -0.040468186140060425, -0.03932110592722893, -0.03900931403040886, -0.0291142575442791, -0.054330840706825256, -0.04108911380171776, 0.02887185476720333, 0.00862614531069994, 0.013908535242080688, 0.027752745896577835, 0.04912108555436134, 0.029086928814649582, 0.020272882655262947, -0.009103984571993351, 0.020181313157081604, 0.012857526540756226, -0.02211482636630535, -0.024440061300992966, 0.021687131375074387, 0.027408558875322342, 0.08771628886461258, -0.006894282065331936, 0.030412420630455017, 0.03016909770667553, -0.007444677408784628, -0.014797765761613846, 0.041635651141405106, -0.03023838810622692, -0.05167006701231003, -0.0014348695985972881, 0.007970184087753296, -0.02317533828318119, 0.047509755939245224, -0.02734246850013733, -0.04301119223237038, 0.013299979269504547, 0.03175489977002144, 0.051673952490091324, -0.014732202515006065, -0.005064140539616346, 0.02590811252593994, -0.03532048314809799, 0.00872710533440113, -0.05353402718901634, 0.01976569928228855, -0.054842349141836166, 0.0012383264256641269, -0.018711300566792488, 0.0011964658042415977, -0.06920143961906433, 0.04201948270201683, -0.0410069115459919, -0.042062725871801376, -0.008411387912929058, 0.036639489233493805, -0.013716344721615314, 0.014406949281692505, -0.018218230456113815, 0.011690345592796803, -0.01107871439307928, 0.06755171716213226, -0.04342858865857124, 0.0027973109390586615, -0.04949028789997101, -0.013752875849604607, -0.058503858745098114, -0.015791893005371094, -0.012618016451597214, -0.02404472604393959, 0.032211653888225555, 0.05603604391217232, 0.04241524636745453, 0.01079184003174305, -0.006316392216831446, -0.007181509397923946, 0.02747882902622223, -0.05369782820343971, -0.042466454207897186, 0.0032839642371982336, 0.022664593532681465, -0.0031103442888706923, 0.05081076920032501, 0.06311841309070587, -0.05502929538488388, -0.047520630061626434, 0.046259988099336624, 0.040690936148166656, -0.011857276782393456, 0.013992312364280224, 0.003571081440895796, 0.03436996042728424, 0.04664069041609764, -0.02246522344648838, -0.008925305679440498, -0.010768361389636993, -0.019703038036823273, 0.0329330675303936, -0.02125834859907627, 0.03298598900437355, 0.034530095756053925, -0.017345542088150978, -0.03320949152112007, 0.08370637148618698, 0.023287668824195862, 0.019240863621234894, -0.02358313649892807, -0.04304724559187889, 0.021939311176538467, 0.03952406719326973, -0.049906618893146515, 0.01331116259098053, 0.009446836076676846, -0.04604296758770943, 0.05434073880314827, -0.01888982579112053, 0.016258729621767998, 0.03495112806558609, 0.0497271828353405, -0.017227374017238617, 0.05067581683397293, -0.043275997042655945, 0.028280111029744148, 0.030398793518543243, -0.05085804685950279, 0.005728429649025202, -0.04252958297729492, 0.07400250434875488, -0.09655363857746124, 0.0362975187599659, 0.03079095482826233, -0.008684755302965641, 0.0005802398663945496, -0.039001040160655975, -0.05754391476511955, 0.030128229409456253, -0.05048155412077904, 0.06402624398469925, 0.0029696584679186344, -0.04788658022880554, 0.10606459528207779, 0.028077149763703346, -0.06744939088821411, 0.0369858555495739, 0.05655679479241371, 0.020386140793561935, 0.018508881330490112, 0.01939648762345314, -0.04643089696764946, 0.028844352811574936, -0.03583253175020218, 0.06232680752873421, -0.02207271195948124, -0.03370489925146103, 0.012833593413233757, -0.052899688482284546, -0.005007043480873108, 0.02585284784436226, 0.02595614641904831, 0.011716713197529316, 0.03912922739982605, -0.0545320138335228, -0.05645843967795372, -0.008253692649304867, -0.007295897230505943, 0.00048152796807698905, 0.007973060011863708, -0.02911967597901821, 0.008721034973859787, 0.012727498076856136, -0.00949245784431696, -0.026692556217312813, -0.0067435745149850845, 0.014388108626008034, -0.07255131006240845, -0.02730720303952694, 0.020990444347262383, 0.017213715240359306, -0.030550077557563782, 0.025800220668315887, 0.004601731896400452, 0.006381758954375982, -0.01502142008394003, 0.008585328236222267, 0.012796003371477127, -0.05093276500701904, -0.012568671256303787, 0.02731410786509514, 0.017236243933439255, 0.008495963178575039, 0.01687181554734707, 0.020276887342333794, 0.024874484166502953, 0.023560132831335068, 0.012975183315575123, -0.04542642831802368, -0.0074676270596683025, 0.03528425469994545, -0.046256907284259796, 0.027077849954366684, 0.0007056199247017503, -0.027707871049642563, -0.03530231490731239, 0.003908594138920307, -0.0021906415931880474, 0.025154193863272667, -0.06776046752929688, -0.02620534971356392, 0.029265467077493668, -0.00445570657029748, -0.05825404077768326, -0.09645571559667587, -0.03566397354006767, -0.06736654788255692, 0.026321589946746826, 0.050667114555835724, -0.030284849926829338, 0.0077057345770299435, -0.03132446110248566, -0.053608957678079605, 0.037582892924547195, 0.05188784748315811, -0.04532545059919357, 0.017572158947587013, 0.06781718134880066, -0.03410520404577255, 0.029923802241683006, -0.00028293722425587475, -0.04027765244245529, 0.019988415762782097, 0.0072227297350764275, -0.006472600623965263, 0.021117400377988815, 0.002887096954509616, -0.0012427886249497533, 0.008734103292226791, -0.08960296958684921, -0.021023033186793327, -0.05520950257778168, 0.031025834381580353, 0.031986434012651443 ]
AnonymousSub/AR_declutr
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
5
null
--- language: - multilingual - af - am - ar - ast - az - ba - be - bg - bn - br - bs - ca - ceb - cs - cy - da - de - el - en - es - et - fa - ff - fi - fr - fy - ga - gd - gl - gu - ha - he - hi - hr - ht - hu - hy - id - ig - ilo - is - it - ja - jv - ka - kk - km - kn - ko - lb - lg - ln - lo - lt - lv - mg - mk - ml - mn - mr - ms - my - ne - nl - no - ns - oc - or - pa - pl - ps - pt - ro - ru - sd - si - sk - sl - so - sq - sr - ss - su - sv - sw - ta - th - tl - tn - tr - uk - ur - uz - vi - wo - xh - yi - yo - zh - zu license: mit tags: --- # M2M100 1.2B M2M100 is a multilingual encoder-decoder (seq-to-seq) model trained for Many-to-Many multilingual translation. It was introduced in this [paper](https://arxiv.org/abs/2010.11125) and first released in [this](https://github.com/pytorch/fairseq/tree/master/examples/m2m_100) repository. The model that can directly translate between the 9,900 directions of 100 languages. To translate into a target language, the target language id is forced as the first generated token. To force the target language id as the first generated token, pass the `forced_bos_token_id` parameter to the `generate` method. *Note: `M2M100Tokenizer` depends on `sentencepiece`, so make sure to install it before running the example.* To install `sentencepiece` run `pip install sentencepiece` ```python from transformers import M2M100ForConditionalGeneration, M2M100Tokenizer hi_text = "जीवन एक चॉकलेट बॉक्स की तरह है।" chinese_text = "生活就像一盒巧克力。" model = M2M100ForConditionalGeneration.from_pretrained("facebook/m2m100_1.2B") tokenizer = M2M100Tokenizer.from_pretrained("facebook/m2m100_1.2B") # translate Hindi to French tokenizer.src_lang = "hi" encoded_hi = tokenizer(hi_text, return_tensors="pt") generated_tokens = model.generate(**encoded_hi, forced_bos_token_id=tokenizer.get_lang_id("fr")) tokenizer.batch_decode(generated_tokens, skip_special_tokens=True) # => "La vie est comme une boîte de chocolat." # translate Chinese to English tokenizer.src_lang = "zh" encoded_zh = tokenizer(chinese_text, return_tensors="pt") generated_tokens = model.generate(**encoded_zh, forced_bos_token_id=tokenizer.get_lang_id("en")) tokenizer.batch_decode(generated_tokens, skip_special_tokens=True) # => "Life is like a box of chocolate." ``` See the [model hub](https://huggingface.co/models?filter=m2m_100) to look for more fine-tuned versions. ## Languages covered Afrikaans (af), Amharic (am), Arabic (ar), Asturian (ast), Azerbaijani (az), Bashkir (ba), Belarusian (be), Bulgarian (bg), Bengali (bn), Breton (br), Bosnian (bs), Catalan; Valencian (ca), Cebuano (ceb), Czech (cs), Welsh (cy), Danish (da), German (de), Greeek (el), English (en), Spanish (es), Estonian (et), Persian (fa), Fulah (ff), Finnish (fi), French (fr), Western Frisian (fy), Irish (ga), Gaelic; Scottish Gaelic (gd), Galician (gl), Gujarati (gu), Hausa (ha), Hebrew (he), Hindi (hi), Croatian (hr), Haitian; Haitian Creole (ht), Hungarian (hu), Armenian (hy), Indonesian (id), Igbo (ig), Iloko (ilo), Icelandic (is), Italian (it), Japanese (ja), Javanese (jv), Georgian (ka), Kazakh (kk), Central Khmer (km), Kannada (kn), Korean (ko), Luxembourgish; Letzeburgesch (lb), Ganda (lg), Lingala (ln), Lao (lo), Lithuanian (lt), Latvian (lv), Malagasy (mg), Macedonian (mk), Malayalam (ml), Mongolian (mn), Marathi (mr), Malay (ms), Burmese (my), Nepali (ne), Dutch; Flemish (nl), Norwegian (no), Northern Sotho (ns), Occitan (post 1500) (oc), Oriya (or), Panjabi; Punjabi (pa), Polish (pl), Pushto; Pashto (ps), Portuguese (pt), Romanian; Moldavian; Moldovan (ro), Russian (ru), Sindhi (sd), Sinhala; Sinhalese (si), Slovak (sk), Slovenian (sl), Somali (so), Albanian (sq), Serbian (sr), Swati (ss), Sundanese (su), Swedish (sv), Swahili (sw), Tamil (ta), Thai (th), Tagalog (tl), Tswana (tn), Turkish (tr), Ukrainian (uk), Urdu (ur), Uzbek (uz), Vietnamese (vi), Wolof (wo), Xhosa (xh), Yiddish (yi), Yoruba (yo), Chinese (zh), Zulu (zu) ## BibTeX entry and citation info ``` @misc{fan2020englishcentric, title={Beyond English-Centric Multilingual Machine Translation}, author={Angela Fan and Shruti Bhosale and Holger Schwenk and Zhiyi Ma and Ahmed El-Kishky and Siddharth Goyal and Mandeep Baines and Onur Celebi and Guillaume Wenzek and Vishrav Chaudhary and Naman Goyal and Tom Birch and Vitaliy Liptchinsky and Sergey Edunov and Edouard Grave and Michael Auli and Armand Joulin}, year={2020}, eprint={2010.11125}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
[ -0.03997894749045372, -0.015488811768591404, 0.002418993506580591, 0.07360874116420746, 0.03866874799132347, 0.03236757591366768, -0.0033370298333466053, -0.007871352136135101, -0.042235128581523895, 0.04041130840778351, 0.008554245345294476, -0.024227190762758255, -0.001773239579051733, 0.04835493117570877, -0.03316277265548706, -0.019443346187472343, -0.00596259580925107, -0.01905590109527111, -0.05520321801304817, -0.009162239730358124, 0.009893867187201977, -0.009181336499750614, -0.009073326364159584, 0.03516087681055069, 0.016870450228452682, -0.008771246299147606, -0.006997476331889629, 0.022488337010145187, 0.01724310964345932, -0.05356961861252785, -0.017524633556604385, -0.020792657509446144, -0.04078592732548714, -0.047963667660951614, -0.03447037190198898, -0.01699766144156456, -0.0013991831801831722, 0.012161258608102798, 0.029469085857272148, 0.059257932007312775, -0.017018098384141922, 0.03190074861049652, -0.04182276502251625, -0.02670416235923767, 0.042241647839546204, -0.003153721336275339, -0.025830062106251717, -0.04272386059165001, 0.025897720828652382, -0.024608736857771873, -0.047609057277441025, -0.03797084093093872, -0.030862437561154366, 0.017731187865138054, 0.0027217345777899027, -0.010575889609754086, -0.05652960017323494, 0.008943355642259121, 0.0557287260890007, -0.06035507842898369, -0.025549594312906265, 0.012589340098202229, -0.060554422438144684, 0.036921560764312744, 0.04097530245780945, -0.0396248921751976, -0.004620764870196581, -0.046407461166381836, 0.042205460369586945, -0.013659321703016758, 0.05422360450029373, -0.03140215948224068, 0.021707765758037567, -0.08985502272844315, -0.0026392447762191296, -0.00739314453676343, 0.05791480466723442, 0.033700138330459595, -0.03217962384223938, 0.06226063147187233, 0.04316386952996254, -0.015693973749876022, 0.014646429568529129, -0.010703920386731625, -0.02744903415441513, 0.047458749264478683, -0.06045985221862793, 0.004478763788938522, -0.0001875112357083708, 0.041816603392362595, -0.05780437961220741, -0.030903885141015053, 0.0040114340372383595, -0.02263859286904335, -0.012327170930802822, 0.00011218884901609272, 0.0375182181596756, 0.0005324054509401321, 0.023575730621814728, 0.03868461772799492, -0.001849231543019414, 0.051667723804712296, -0.008549856953322887, 0.05658344551920891, -0.014295862056314945, -0.0012974386336281896, -0.02785828895866871, -0.033841587603092194, -0.025308769196271896, 0.00021094373369123787, 0.04068635404109955, -0.023254478350281715, -0.02669793739914894, 0.057076483964920044, -0.007410937454551458, -0.044458579272031784, 0.051631513983011246, -0.013693450018763542, -0.04980096220970154, -0.07822351902723312, 0.0736984983086586, -0.009878776036202908, -0.004672601353377104, 0.03152185305953026, -0.06694746017456055, 0.02273826114833355, -0.06669904291629791, -0.04220446199178696, 0.009895178489387035, 0.01920858956873417, -0.032319325953722, 0.04728170484304428, 0.04174274206161499, -0.04571006819605827, 0.02831600233912468, -0.0171470008790493, -0.07730863988399506, 0.031087009236216545, 0.028551364317536354, 0.08519024401903152, -0.02700725942850113, -0.058553196489810944, 0.009892679750919342, 0.0002211494866060093, -0.03005688637495041, 0.01268196664750576, -0.006872203666716814, -0.025493774563074112, -0.010591351427137852, 0.0019479866605252028, 0.059999287128448486, -0.057242173701524734, 0.002052753698080778, 0.05105991289019585, -0.03345451131463051, 0.0344260074198246, -0.04670366272330284, -0.01766541227698326, -0.007404538802802563, -0.019830061122775078, -0.027090827003121376, 0.03128628060221672, 0.018673211336135864, 0.0009483384201303124, -0.051293641328811646, -0.04470225051045418, -0.003105636453256011, 0.08048920333385468, -0.0020981570705771446, -0.012793886475265026, -0.01979658752679825, 0.017478639259934425, 0.03782055899500847, 0.033876582980155945, -0.04400038719177246, 0.04524346813559532, 0.04554951936006546, 0.027225272729992867, -0.014980264008045197, 0.06693123281002045, 0.03109094500541687, -0.03435377776622772, -0.024884192273020744, 0.0066292607225477695, 0.014210267923772335, -0.042909812182188034, -0.02132357843220234, 0.029711958020925522, 0.014758269302546978, 0.005611666943877935, -0.006075144279748201, 0.07299643754959106, -0.01397310197353363, -0.013805020600557327, -0.0015044858446344733, -0.007705507799983025, -0.047977738082408905, 0.0644075870513916, -0.018598521128296852, -0.002505099168047309, -0.033190660178661346, -0.011551945470273495, 0.003316075773909688, 0.03067936562001705, 0.05641842260956764, 0.044411249458789825, -0.01269588340073824, 0.08603651076555252, -0.008037945255637169, -0.00889613851904869, -0.049004457890987396, -0.05992972105741501, -0.013608558103442192, 0.05195987597107887, 0.03043670766055584, 0.05684858560562134, -0.010975360870361328, -0.02531328983604908, 0.03165724128484726, 0.07168388366699219, 0.051423609256744385, 0.02176206186413765, -0.02415703609585762, -0.018456758931279182, 0.023893827572464943, 0.06430709362030029, -0.07302587479352951, -0.051670100539922714, 0.03762494772672653, 0.04404957965016365, -0.04327583312988281, 0.015728991478681564, -0.02777469903230667, 0.038430310785770416, -0.034447334706783295, -0.059664830565452576, 0.020401643589138985, 0.02744884602725506, 0.004046917427331209, 0.022564319893717766, -0.002984951948747039, 0.03169545158743858, 0.019935792312026024, 0.02171003259718418, 0.012875032611191273, -0.039995819330215454, -0.009988278150558472, 0.01450671348720789, 0.04057575762271881, -0.04216916486620903, 0.024785632267594337, 0.003641190705820918, 0.020313220098614693, 0.05864211916923523, -0.06557063013315201, 0.03458050638437271, 0.024719711393117905, -0.022913899272680283, -0.034994274377822876, 0.010928215458989143, 0.01750124618411064, 0.017459888011217117, 0.07896634191274643, -0.022280631586909294, 0.06766150146722794, 0.013173633255064487, 0.04522441327571869, 0.06120401993393898, 0.034041497856378555, -0.001231681788340211, 0.036169227212667465, 0.07369373738765717, 0.005505377426743507, -0.01802237518131733, 0.049489427357912064, -0.051906149834394455, -0.003015990136191249, -0.018991895020008087, 0.02848275750875473, 0.020381106063723564, -0.0037428170908242464, 0.0386347696185112, 0.0028700234834104776, -0.005583086051046848, 0.020680280402302742, -0.019327295944094658, -0.024936622008681297, 0.00801375973969698, -0.008002960123121738, -0.015413082204759121, 0.014676490798592567, -0.0012302607065066695, 0.032797832041978836, -0.07990822941064835, -0.04600521922111511, 0.007786072324961424, -0.010323433205485344, 0.0021064751781523228, -0.055605698376894, -0.017102032899856567, -0.05901097506284714, 0.0026995481457561255, 0.03541063144803047, 0.010122898034751415, 0.006309638265520334, -0.01960703916847706, 0.01346562895923853, -0.03327878937125206, -0.02036839909851551, -0.039749626070261, -0.04943453520536423, -0.034534767270088196, -0.06226983666419983, 0.026326950639486313, 0.011195345781743526, 0.02117770165205002, 0.01279081404209137, 0.021123770624399185, -0.011049790307879448, -0.03516848757863045, 0.06685484945774078, 0.04999658837914467, -0.029767150059342384, -0.038035500794649124, 0.03208472952246666, -0.025086576119065285, -0.0008936899248510599, -0.007697858847677708, -0.024966614320874214, 0.0772629976272583, 0.0720212385058403, 0.030803365632891655, 0.005682693794369698, 0.008454566821455956, -0.05406226962804794, -0.05032812058925629, -0.029657529667019844, -0.04044290632009506, -0.012623243033885956, -0.03957497328519821, -0.01837972179055214, -0.029593855142593384, -0.054710667580366135, -0.0017508943565189838, -0.006425098981708288, 0.025135761126875877, 0.049340106546878815, 0.037448637187480927, 0.025381825864315033, 0.034305740147829056, -0.04821296036243439, -0.018998807296156883, 0.07160484045743942, 0.007670684717595577, -0.001639323541894555, -0.06827212870121002, -0.02159598097205162, 0.04297512024641037, 0.019259609282016754, -0.02334388718008995, -0.03598763048648834, 0.07523971796035767, 0.015892386436462402, 0.010075682774186134, 0.0007048900588415563, -0.023850878700613976, -0.010208763182163239, 0.02973880060017109, 0.01447038073092699, -0.02352522686123848, -0.04635767266154289, -0.014668199233710766, 0.019596833735704422, 0.07263199985027313, -0.045343976467847824, -0.047588832676410675, -0.019637901335954666, 0.03524719923734665, 0.012243252247571945, 0.008597100153565407, -0.03408452123403549, 0.016897644847631454, -0.02229424938559532, -0.03702757880091667, 0.014420963823795319, 0.02155376970767975, 0.002122269943356514, 0.06504301726818085, 0.020446980372071266, -0.04004624858498573, 0.04827909171581268, 0.020644517615437508, 0.048196595162153244, 0.04705871269106865, -0.034052491188049316, 0.02507496252655983, -0.011568542569875717, 0.02287806198000908, -0.005141361616551876, -0.03904354199767113, -0.04859904572367668, -0.07874803990125656, -0.007112571038305759, 0.02003406174480915, -0.04779991880059242, -0.012003443203866482, 0.051349714398384094, -0.009656842797994614, -0.016177421435713768, -0.022191934287548065, 0.022294973954558372, 0.03614372760057449, -0.04334503039717674, 0.03148392215371132, 0.003355133580043912, 0.03398796543478966, -0.0680026039481163, 0.002740827389061451, -0.0143162552267313, -0.015062974765896797, 0.012760099954903126, 0.0725993737578392, 0.022432604804635048, 0.039426688104867935, 0.07442344725131989, 0.01877923682332039, -0.03968900442123413, 0.056283630430698395, 0.03111613728106022, -0.023760898038744926, -0.046444617211818695, 0.01680719666182995, -0.022720612585544586, -0.050927724689245224, 0.018984479829669, -0.006083249114453793, 0.012440556660294533, 0.0399734303355217, -0.003270045854151249, -0.033445484936237335, 0.03490714728832245, -0.020057925954461098, -0.018764451146125793, -0.055191654711961746, -0.025023261085152626, -0.004659223835915327, -0.02882423624396324, 0.029094720259308815, 0.020342079922556877, 0.020502151921391487, 0.07300355285406113, 0.046440489590168, -0.040683697909116745, -0.05108613148331642, 0.02917368896305561, 0.026665521785616875, -0.07054004818201065, -0.049513570964336395, -0.03743278980255127, 0.0647081732749939, 0.02981714718043804, 0.010452484712004662, -0.06803495436906815, 0.04038212075829506, 0.05733146145939827, -0.013137235306203365, 0.0410371795296669, 0.010055188089609146, 0.0391579195857048, 0.0314519889652729, -0.034448448568582535, 0.0027000869158655405, 0.005145045928657055, 0.020270204171538353, 0.0016687401803210378, 0.033031560480594635, -0.0023138525430113077, -0.04724270477890968, -0.06521006673574448, 0.011987818405032158, 0.03533444553613663, 0.03965652734041214, 0.05840094015002251, -0.013207254000008106, -0.052154842764139175, -0.0026322246994823217, 0.046369802206754684, -0.040820058435201645, 0.02760029397904873, 0.030629688873887062, 0.024575814604759216, -0.052739884704351425, -0.023414071649312973, -0.022348623722791672, 0.01786108687520027, 0.011751809157431126, -0.006101310718804598, -0.030712349340319633, -0.04692387580871582, 0.025207635015249252, -0.02090521529316902, -0.01766923815011978, -0.08491124212741852, 0.041717931628227234, -0.03103434480726719, -0.027514886111021042, 0.05075953155755997, 0.03447994217276573, 0.05175573378801346, 0.031391315162181854, 0.012577486224472523, 0.031205853447318077, -0.03870100900530815, 0.060838572680950165, -0.005715436767786741, 0.00028628535801544785, -0.00956905260682106, -0.028643382713198662, -0.01976056955754757, -0.03021996095776558, -0.05575805529952049, -0.039840083569288254, -0.003117896383628249, 0.043370023369789124, -0.023247452452778816, 0.014056956395506859, -0.03062276914715767, 0.034634385257959366, -0.037600353360176086, -0.027122344821691513, -0.01823916658759117, -0.018592718988656998, -0.10547579079866409, -0.06805087625980377, 0.02545003779232502, -0.0016350551741197705, 0.01830650493502617, -0.004179190844297409, 0.019833046942949295, 0.03644025698304176, -0.010620633140206337, 0.0007032863795757294, 0.023431135341525078, 0.003763637039810419, -0.026182709261775017, -0.04897217079997063, 0.01942683756351471, 0.002438328694552183, 0.02061474695801735, -0.03759913519024849, 0.02572789043188095, 0.018670810386538506, -0.03651385009288788, 0.004765981342643499, 0.038492344319820404, 0.018759431317448616, -0.09150465577840805, -0.043350499123334885, -0.0435778982937336, -0.0589064359664917, 0.03539440035820007, -0.003086493583396077, -0.018419085070490837, 0.02855127863585949, 0.04445189982652664, 0.04924975708127022, 0.0019474250730127096, -0.02661195583641529, 0.004425499122589827, -0.014383083209395409, 0.013347959145903587, -0.07421771436929703, 0.06067441776394844, -0.031111901625990868, 0.02323625236749649, -0.005050902254879475, -0.006346501875668764, -0.0534595288336277, 0.044467486441135406, -0.042233239859342575, -0.026786906644701958, -0.0114333126693964, 0.007319627329707146, -0.008400592021644115, 0.05677254498004913, -0.04220670834183693, 0.02555033378303051, -0.032177865505218506, 0.03823601081967354, -0.03739268705248833, -0.016634801402688026, -0.01904398947954178, 0.016724718734622, 0.001245098072104156, -0.028114166110754013, -0.01884264126420021, -0.07046513259410858, 0.03486260399222374, 0.043302781879901886, 0.03399857133626938, 0.011728992685675621, -0.04028083384037018, 0.0056042480282485485, 0.011478697881102562, -0.061945799738168716, -0.0011733801802620292, -0.0221180971711874, 0.03624008968472481, -0.009172976016998291, 0.06077330559492111, 0.022244445979595184, -0.04231448471546173, -0.038937319070100784, 0.04750480502843857, 0.010287278331816196, 0.0020528146997094154, 0.0123312221840024, 0.0354280062019825, 0.055320143699645996, 0.04314429312944412, -0.046536222100257874, -0.004103595390915871, -0.03079843334853649, -0.03492775559425354, 0.026798902079463005, -0.003700605360791087, -0.014419768005609512, 0.031095026060938835, -0.03502508997917175, -0.01747056283056736, 0.07139997184276581, 0.015853341668844223, 0.022218875586986542, 0.00923825427889824, -0.024794558063149452, 0.05266226455569267, -0.006265545729547739, -0.04724971950054169, -0.005398162174969912, -0.0051462710835039616, -0.03347071260213852, 0.0738677829504013, -0.02317768521606922, 0.018283627927303314, 0.04315587878227234, 0.016833733767271042, 0.015241913497447968, 0.03804482892155647, -0.03582117706537247, 0.013663976453244686, 0.041413985192775726, -0.04864121973514557, 0.0017627691850066185, -0.020382720977067947, 0.06714854389429092, -0.0668196901679039, 0.05218679830431938, 0.05595671385526657, 0.01608883962035179, 0.01256552990525961, -0.0322314016520977, -0.042553387582302094, 0.017591623589396477, -0.01863553747534752, 0.07578402757644653, 0.01556506659835577, -0.04560742899775505, 0.09075936675071716, 0.029184086248278618, -0.0623631477355957, 0.06824520975351334, 0.03737578168511391, 0.029008790850639343, 0.032823771238327026, 0.01941421814262867, -0.06944330781698227, 0.04384661838412285, -0.037742968648672104, 0.02462618611752987, -0.05407415330410004, -0.02294415608048439, 0.02417294681072235, -0.035314831882715225, 0.010464831255376339, 0.0018121041357517242, -0.023507865145802498, -0.00846303440630436, 0.012986729852855206, -0.08292002975940704, -0.01195166353136301, -0.010172202251851559, 0.01937440223991871, -0.03456161916255951, 0.0007447709795087576, -0.047396525740623474, 0.03457538038492203, 0.04176964983344078, 0.004166516941040754, -0.028800850734114647, 0.0172660443931818, 0.03739233687520027, -0.08066170662641525, -0.05328341946005821, 0.04225020855665207, -0.0009271844755858183, -0.018955795094370842, 0.036287032067775726, -0.005727353040128946, 0.0027685544919222593, 0.031532373279333115, 0.016096081584692, 0.05132589489221573, -0.038808178156614304, 0.008751512505114079, 0.01517462357878685, 0.004792662337422371, 0.007608459331095219, -0.0156718622893095, 0.01768077351152897, 0.02908388525247574, 0.03623751178383827, 0.000898366270121187, -0.04514274373650551, -0.024889927357435226, 0.02283230982720852, -0.04947410151362419, 0.004947292618453503, -0.001727244583889842, -0.047060538083314896, -0.024329114705324173, -0.00865689106285572, 0.009859195910394192, 0.04306384548544884, -0.03929741308093071, 0.007535022217780352, 0.0021546301431953907, -0.02760160341858864, -0.058793723583221436, -0.04587084800004959, -0.03705012798309326, -0.01677396334707737, 0.029434537515044212, 0.027979392558336258, -0.04975295811891556, 0.015597599558532238, -0.04319452866911888, -0.08766032010316849, 0.03815585374832153, 0.001188534079119563, -0.005963388830423355, 0.05482035130262375, 0.053578536957502365, -0.04331612214446068, 0.005443239118903875, 0.04664049670100212, -0.04679692164063454, 0.04013214260339737, 0.01580486074090004, 0.0017713125562295318, 0.014096477068960667, 0.04855552688241005, 0.005394380539655685, -0.004026059992611408, -0.05173839256167412, -0.029967131093144417, -0.01906050369143486, -0.007602216210216284, 0.024357778951525688 ]
AnonymousSub/SR_rule_based_hier_quadruplet_epochs_1_shard_1
[ "pytorch", "bert", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "BertModel" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
1
null
--- library_name: fairseq task: text-to-speech tags: - fairseq - audio - text-to-speech - multi-speaker language: en datasets: - common_voice widget: - text: "Hello, this is a test run." example_title: "Hello, this is a test run." --- # tts_transformer-en-200_speaker-cv4 [Transformer](https://arxiv.org/abs/1809.08895) text-to-speech model from fairseq S^2 ([paper](https://arxiv.org/abs/2109.06912)/[code](https://github.com/pytorch/fairseq/tree/main/examples/speech_synthesis)): - English - 200 male/female voices (random speaker when using the widget) - Trained on [Common Voice v4](https://commonvoice.mozilla.org/en/datasets) ## Usage ```python from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub from fairseq.models.text_to_speech.hub_interface import TTSHubInterface import IPython.display as ipd models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "facebook/tts_transformer-en-200_speaker-cv4", arg_overrides={"vocoder": "hifigan", "fp16": False} ) model = models[0] TTSHubInterface.update_cfg_with_data_cfg(cfg, task.data_cfg) generator = task.build_generator(model, cfg) text = "Hello, this is a test run." sample = TTSHubInterface.get_model_input(task, text) wav, rate = TTSHubInterface.get_prediction(task, model, generator, sample) ipd.Audio(wav, rate=rate) ``` See also [fairseq S^2 example](https://github.com/pytorch/fairseq/blob/main/examples/speech_synthesis/docs/common_voice_example.md). ## Citation ```bibtex @inproceedings{wang-etal-2021-fairseq, title = "fairseq S{\^{}}2: A Scalable and Integrable Speech Synthesis Toolkit", author = "Wang, Changhan and Hsu, Wei-Ning and Adi, Yossi and Polyak, Adam and Lee, Ann and Chen, Peng-Jen and Gu, Jiatao and Pino, Juan", booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing: System Demonstrations", month = nov, year = "2021", address = "Online and Punta Cana, Dominican Republic", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2021.emnlp-demo.17", doi = "10.18653/v1/2021.emnlp-demo.17", pages = "143--152", } ```
[ -0.012167427688837051, -0.02969096414744854, -0.02586558647453785, 0.040508877485990524, 0.05110504478216171, 0.0391501858830452, -0.006346551235765219, -0.023537741973996162, -0.02469160035252571, 0.05497046187520027, 0.025236595422029495, 0.0067398822866380215, 0.017364583909511566, 0.022419150918722153, -0.021670743823051453, -0.06297628581523895, -0.026575405150651932, -0.0210410188883543, -0.028621889650821686, -0.029151802882552147, 0.009072830900549889, 0.03806077688932419, -0.0041862777434289455, 0.02530205249786377, 0.0037297082599252462, 0.03066263161599636, -0.014228375628590584, 0.026109904050827026, 0.011094990186393261, -0.06861212849617004, -0.015265035443007946, -0.017808133736252785, -0.03553302586078644, -0.03314460068941116, -0.011556554585695267, -0.005547189153730869, 0.00400271313264966, 0.015824636444449425, 0.02616097219288349, 0.025763101875782013, -0.005193808116018772, -0.005356621462851763, -0.0021938751451671124, -0.036504220217466354, 0.04090317338705063, -0.006744564976543188, -0.03736976161599159, -0.017998581752181053, 0.017785005271434784, -0.020031757652759552, -0.0433792769908905, -0.06418479233980179, -0.012310845777392387, 0.014754941686987877, -0.01567932404577732, -0.030830375850200653, -0.04170473664999008, -0.010674314573407173, 0.06938087195158005, -0.030213573947548866, -0.03321666643023491, 0.0323256254196167, -0.05647488683462143, 0.012175686657428741, 0.019522346556186676, -0.063385508954525, -0.0017058770172297955, -0.06662282347679138, 0.015410305932164192, -0.02472253516316414, 0.05509288236498833, -0.037258680909872055, 0.013185719028115273, -0.07963670790195465, 0.022315431386232376, -0.00969143770635128, 0.03733011707663536, 0.03292929008603096, -0.04726084694266319, 0.054089296609163284, 0.0018356689251959324, -0.000511549471411854, 0.03755483403801918, -0.009470578283071518, -0.010116342455148697, 0.02031771093606949, -0.03725598007440567, 0.01516294851899147, 0.02757871523499489, 0.030922165140509605, -0.043823741376399994, -0.047054510563611984, -0.04098404198884964, -0.045153938233852386, -0.00914481095969677, 0.05615388974547386, 0.042794741690158844, -0.035940021276474, 0.028392069041728973, 0.0339173786342144, 0.02983308956027031, 0.046815477311611176, -0.0048213195987045765, 0.055628228932619095, -0.015858948230743408, 0.008373918011784554, 0.002170935971662402, -0.03456449508666992, -0.053736958652734756, 0.01896699331700802, 0.048670511692762375, -0.02178484946489334, -0.028931312263011932, 0.026035470888018608, 0.016590896993875504, -0.01943693496286869, 0.036501895636320114, -0.03189461678266525, -0.03855764493346214, -0.042706407606601715, 0.051225125789642334, 0.012585694901645184, 0.012631520628929138, 0.017921697348356247, -0.0259200818836689, 0.0402408242225647, -0.03484741970896721, -0.0357295423746109, 0.0017301972256973386, 0.02521984651684761, 0.01480033714324236, 0.046298909932374954, 0.007168128155171871, -0.04008146747946739, 0.006571250967681408, 0.0055807968601584435, -0.06527889519929886, 0.02779216878116131, 0.015622567385435104, 0.12214650213718414, -0.06096235662698746, -0.047477275133132935, 0.012906721793115139, 0.008906087838113308, -0.015945734456181526, 0.012508871033787727, 0.020942533388733864, -0.015556738711893559, -0.03593631088733673, 0.021624404937028885, 0.048395659774541855, -0.05459389463067055, -0.011412377469241619, 0.045471444725990295, -0.0046990918926894665, 0.033916037529706955, -0.0302149448543787, -0.0032965459395200014, 0.00012563531345222145, -0.010600442998111248, -0.03783898800611496, 0.042984336614608765, -0.007466435432434082, -0.021498048678040504, -0.030966980382800102, -0.04387727752327919, -0.008748035877943039, 0.06438352912664413, -0.004880236461758614, -0.0031487562227994204, -0.026698289439082146, 0.0204200129956007, 0.037562981247901917, 0.02594831958413124, -0.022460710257291794, 0.02316361665725708, 0.07292630523443222, 0.038010139018297195, -0.03062858060002327, 0.06928478181362152, 0.011165160685777664, -0.029384704306721687, -0.03072473034262657, 0.0037644330877810717, -0.0029495595954358578, -0.012108596973121166, 0.011658387258648872, 0.05720644071698189, -0.019797565415501595, -0.03458297252655029, -0.028838055208325386, 0.05100672319531441, 0.015240984968841076, -0.01076402049511671, -0.02588917687535286, -0.004869610536843538, -0.031408555805683136, 0.032433077692985535, -0.03114234283566475, 0.00945901870727539, -0.025458017364144325, -0.04302048683166504, 0.0037918593734502792, 0.019253160804510117, 0.021120652556419373, 0.040490441024303436, 0.010174572467803955, 0.09993068128824234, -0.04369436949491501, 0.025705212727189064, -0.0540202334523201, -0.049407459795475006, -0.0027753275353461504, 0.05296238884329796, 0.033748168498277664, 0.06052873283624649, -0.018799731507897377, -0.04460582137107849, 0.01703157275915146, 0.05384035035967827, 0.04960992932319641, 0.013441815972328186, -0.01619529351592064, 0.010496769100427628, 0.04246111959218979, 0.07038840651512146, -0.04678339138627052, -0.03953848034143448, -0.001653782557696104, 0.03556404262781143, -0.003748144255951047, -0.013334396295249462, -0.01369007583707571, 0.02048889733850956, -0.05604838952422142, -0.07756220549345016, 0.06714963167905807, 0.03265932947397232, 0.004557242151349783, 0.02058066986501217, 0.0020081696566194296, 0.02003861777484417, 0.045141492038965225, 0.0031765210442245007, 0.01949308253824711, -0.042894355952739716, 0.00213640951551497, 0.02512427233159542, 0.04467204585671425, -0.07379672676324844, 0.042940303683280945, -0.01375865750014782, 0.008340700529515743, 0.03804396465420723, -0.0386180616915226, 0.04276503995060921, 0.020022010430693626, 0.012315661646425724, -0.04150020703673363, 0.018525205552577972, 0.010339416563510895, 0.06160193681716919, 0.07132052630186081, -0.003977973945438862, 0.06034108251333237, -0.012161731719970703, 0.04146021977066994, 0.07851065695285797, 0.022638920694589615, -0.005045423749834299, 0.005401559639722109, 0.07750216871500015, 0.006143042352050543, -0.010291611775755882, 0.05511299520730972, -0.0621127113699913, 0.040127307176589966, -0.025799835100769997, 0.018574779853224754, 0.00017135858070105314, -0.011547769419848919, 0.02422782965004444, 0.028366968035697937, -0.03183954209089279, 0.022963639348745346, -0.01502594817429781, -0.01009861659258604, 0.05179055780172348, -0.029084935784339905, -0.013770414516329765, 0.008385248482227325, -0.004953554831445217, 0.009315717034041882, -0.10059604048728943, -0.05817226320505142, -0.017457345500588417, -0.023475833237171173, 0.019650977104902267, -0.08638136088848114, -0.030681941658258438, -0.082454614341259, -0.00943457055836916, 0.024523386731743813, 0.03282611072063446, -0.0018266587285324931, -0.030207155272364616, 0.013336436823010445, -0.07321036607027054, -0.03669557347893715, -0.06640182435512543, -0.014461600221693516, -0.027835318818688393, -0.056940022855997086, 0.0334278903901577, 0.013713287189602852, 0.02835499495267868, 0.008077483624219894, -0.0022321748547255993, -0.05423465743660927, -0.023531384766101837, 0.06815402209758759, 0.029027998447418213, -0.033238574862480164, -0.05784841626882553, 0.036798734217882156, -0.04990558326244354, 0.03406035527586937, 0.0034233671613037586, -0.03837999701499939, 0.08355644345283508, 0.05433924123644829, 0.0018569995881989598, 0.03797094151377678, -0.030474519357085228, -0.043740056455135345, -0.06643828004598618, -0.026813630014657974, -0.03969814255833626, -0.027749523520469666, -0.021982403472065926, -0.02930169738829136, -0.03390511870384216, -0.02225591614842415, -0.019225412979722023, -0.01746152900159359, 0.016281727701425552, 0.07963261008262634, 0.043352819979190826, 0.03345969319343567, 0.03935934603214264, -0.06457490473985672, -0.013889148831367493, 0.06328050792217255, -0.004248932935297489, 0.011833807453513145, -0.08273889124393463, -0.024780401960015297, 0.02311321720480919, 0.012184479273855686, 0.004826720338314772, 0.006137785501778126, 0.08322236686944962, 0.012209950014948845, -0.0072257076390087605, 0.013130847364664078, -0.019646694883704185, -0.008986208587884903, -0.005300282966345549, -0.0036733218003064394, -0.019695667549967766, -0.047666337341070175, -0.017464056611061096, 0.005321274511516094, 0.04772979021072388, -0.06321904808282852, -0.04904857277870178, -0.027940934523940086, 0.04168355464935303, 0.02701919712126255, -0.018459172919392586, -0.03532840684056282, -0.005583442281931639, -0.049425266683101654, -0.03708841651678085, 0.0012910562800243497, 0.006552485749125481, 0.008762432262301445, 0.0401737242937088, 0.012943925336003304, -0.03524378687143326, 0.016047252342104912, 0.03897868096828461, 0.05408862978219986, 0.007890742272138596, -0.06291570514440536, 0.01301269419491291, -0.01360917929559946, 0.005047669634222984, -0.005120872054249048, -0.010920483618974686, -0.02683071978390217, -0.08291176706552505, -0.011489976197481155, 0.01944812200963497, -0.011034581810235977, -0.022324929013848305, 0.046644747257232666, -0.02384692057967186, 0.004388965200632811, 0.009144234471023083, 0.00996916089206934, 0.042297400534152985, -0.043565861880779266, 0.03044312074780464, -0.013361845165491104, 0.04581215977668762, -0.059479933232069016, 0.03136410936713219, -0.02900099754333496, -0.0009252404561266303, 0.000646739499643445, 0.06948944926261902, 0.016101017594337463, 0.07154110819101334, 0.0687827467918396, 0.039402466267347336, -0.049325890839099884, 0.014182917773723602, 0.035830263048410416, -0.03020736761391163, -0.059456005692481995, 0.0009989640675485134, -0.011518941260874271, -0.025099053978919983, -0.0075034527108073235, -0.04423198848962784, 0.043732672929763794, 0.025116974487900734, -0.025433560833334923, -0.015753373503684998, 0.020789558067917824, -0.033985886722803116, -0.0005090212216600776, -0.03787722438573837, -0.049752045422792435, 0.024541586637496948, -0.00577904935926199, 0.045199260115623474, 0.028103657066822052, 0.00029192891088314354, 0.03596286103129387, 0.04659096524119377, -0.044339075684547424, -0.010564262978732586, 0.03963671252131462, 0.034959353506565094, -0.038448501378297806, -0.06118534877896309, -0.04403022304177284, 0.041969183832407, 0.026217088103294373, -0.03289685398340225, -0.08272404223680496, 0.008508188650012016, 0.06626570224761963, -0.021924393251538277, 0.06638795137405396, -0.02170301042497158, 0.028653021901845932, 0.048005085438489914, -0.005171105731278658, 0.03151751682162285, -0.011990627273917198, 0.024735284969210625, 0.0012997775338590145, 0.009353642351925373, -0.014835167676210403, -0.032012585550546646, -0.06486436724662781, 0.02728673443198204, 0.04061532020568848, 0.028617313131690025, 0.03957340866327286, -0.018928127363324165, -0.05525703355669975, 0.009413190186023712, 0.027389004826545715, -0.03991261124610901, 0.0400499626994133, 0.02638818882405758, 0.0501210018992424, -0.03764825686812401, -0.03564796224236488, -0.00227544829249382, 0.007916090078651905, 0.02787419594824314, -0.01978551782667637, -0.0490657240152359, -0.03055809810757637, 0.03069196082651615, -0.017860544845461845, -0.033316247165203094, -0.08431603014469147, 0.01583118923008442, -0.0210622139275074, 0.011189081706106663, 0.05592096596956253, 0.03683873638510704, 0.05010116100311279, 0.04506566748023033, 0.0036203491035848856, 0.020141368731856346, -0.04083674028515816, 0.060356903821229935, -0.030598852783441544, -0.01936500333249569, -0.02907750755548477, -0.0423918142914772, -0.004878347739577293, -0.022121304646134377, -0.05353933945298195, -0.04458719119429588, -0.03307195380330086, 0.02895456738770008, -0.020121190696954727, 0.013483361341059208, -0.03487078845500946, 0.03766230121254921, -0.0007795235142111778, -0.014565283432602882, -0.01291488017886877, -0.039490219205617905, -0.050103865563869476, -0.048982251435518265, 0.03451521694660187, -0.0039364960975945, 0.023489661514759064, 0.026199357584118843, 0.02318110689520836, 0.026123402640223503, 0.016820935532450676, -0.0007061719661578536, 0.03829841688275337, -0.013938569463789463, -0.06367022544145584, -0.021298304200172424, 0.01596783474087715, 0.013211913406848907, 0.061614740639925, -0.01730608567595482, 0.05121614411473274, 0.029245443642139435, -0.04227369651198387, -0.002457753289490938, 0.03809121623635292, 0.02591169998049736, -0.06205098703503609, -0.040881913155317307, -0.0008801036747172475, -0.043062448501586914, 0.018625065684318542, -0.008440524339675903, -0.0022721157874912024, 0.025944093242287636, 0.033413954079151154, 0.040754400193691254, -0.015327115543186665, -0.04538020119071007, 0.023037061095237732, -0.0035551050677895546, 0.011789519339799881, -0.051736313849687576, 0.058572594076395035, -0.01896391436457634, 0.015799926593899727, 0.0023225718177855015, 0.0023776222951710224, -0.035912588238716125, 0.054244741797447205, -0.01190459355711937, -0.008343540132045746, -0.009352612309157848, 0.01097467727959156, -0.0178945641964674, 0.039652250707149506, -0.029982037842273712, 0.012288580648601055, -0.045677900314331055, 0.04118320345878601, -0.027393018826842308, -0.01115286536514759, -0.020916035398840904, -0.020212313160300255, -0.021282624453306198, -0.008926957845687866, -0.00514583196491003, -0.046644728630781174, 0.034145597368478775, 0.038529571145772934, 0.05999307334423065, 0.030416028574109077, -0.017476046457886696, 0.005292409565299749, 0.01825401745736599, -0.05241386219859123, -0.007259353529661894, 0.00770589429885149, 0.03728964924812317, 0.00431634858250618, 0.032992396503686905, 0.02053125761449337, -0.07113610208034515, -0.0584125742316246, 0.025625785812735558, 0.019106555730104446, 0.020069489255547523, 0.029596567153930664, 0.02355009689927101, 0.05858228728175163, 0.01974942721426487, -0.025014985352754593, 0.002915539313107729, -0.030507924035191536, -0.017291102558374405, 0.013054977171123028, -0.013412978500127792, 0.011934417299926281, -0.004157033283263445, -0.045728035271167755, -0.013078330084681511, 0.06274517625570297, 0.010222572833299637, 0.02088637836277485, -0.019768385216593742, -0.03705056011676788, 0.030851973220705986, -0.015318523161113262, -0.03248395025730133, 0.018631529062986374, 0.0060273427516222, -0.018855327740311623, 0.07868314534425735, -0.010339528322219849, 0.031411442905664444, 0.03802526369690895, 0.012182789854705334, -0.007916433736681938, 0.04458596929907799, -0.017800429835915565, 0.026361722499132156, 0.0492035336792469, -0.05954691022634506, -0.016011003404855728, -0.03621974587440491, 0.06549679487943649, -0.09106641262769699, 0.018328871577978134, 0.03804036229848862, 0.040499333292245865, 0.011259321123361588, -0.01963202655315399, -0.06938032805919647, 0.04497936740517616, -0.04464586079120636, 0.0657101646065712, 0.00946839153766632, -0.05018007010221481, 0.08303795009851456, 0.03770570084452629, -0.12428325414657593, 0.054744742810726166, 0.04210067167878151, 0.005942441988736391, 0.03278956562280655, 0.05266711488366127, -0.035284917801618576, -0.009348681196570396, -0.04014056548476219, 0.016960687935352325, -0.03151129186153412, 0.01016614306718111, 0.002474675653502345, -0.06121939420700073, -0.0006365844164974988, 0.015156591311097145, 0.003529883688315749, -0.018965259194374084, 0.004109768662601709, -0.0725361555814743, -0.03314197063446045, -0.010437075980007648, 0.03716321662068367, -0.05256221070885658, 0.007483305875211954, -0.020967576652765274, 0.037120673805475235, 0.03224692493677139, 0.0040696607902646065, -0.031796686351299286, -0.02643917314708233, 0.0036853125784546137, -0.07660892605781555, -0.03329842910170555, 0.047464191913604736, 0.02700969949364662, -0.025769492611289024, 0.04597204178571701, -0.0070247831754386425, 0.027232930064201355, 0.023424208164215088, 0.014746995642781258, 0.035336174070835114, -0.07515841722488403, -0.0027276657056063414, -0.01552862673997879, 0.02041509747505188, 0.007523079868406057, -0.011200402863323689, 0.056744858622550964, 0.033651288598775864, -0.0006620950298383832, 0.005406697280704975, -0.013537425547838211, -0.02299281395971775, 0.026855960488319397, -0.03624223172664642, 0.04011355713009834, 0.020824769511818886, -0.04251813888549805, -0.03436379134654999, -0.0151319345459342, 0.008609901182353497, 0.027332117781043053, -0.049731042236089706, 0.0063643609173595905, 0.025133637711405754, -0.04057648405432701, -0.052616529166698456, -0.08535272628068924, -0.034091927111148834, -0.057313766330480576, 0.03856600075960159, 0.025462547317147255, -0.04927529767155647, 0.001989995362237096, -0.051038600504398346, -0.048864297568798065, 0.008077050559222698, 0.025614704936742783, -0.0218273364007473, 0.037531960755586624, 0.04133353754878044, -0.06426732987165451, 0.017927274107933044, 0.04544668644666672, 0.0025785069447010756, 0.03558453172445297, 0.024065306410193443, 0.013032092712819576, 0.025757577270269394, 0.05421942099928856, -0.03058396466076374, -0.02269185520708561, -0.043853793293237686, -0.03812001273036003, -0.021631116047501564, -0.0036593247205018997, 0.04034090414643288 ]
AnonymousSub/declutr-model_squad2.0
[ "pytorch", "roberta", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "RobertaForQuestionAnswering" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
2
null
--- language: en datasets: - librispeech_asr tags: - speech license: apache-2.0 model-index: - name: wav2vec2-large-960h-lv60 results: - task: name: Automatic Speech Recognition type: automatic-speech-recognition dataset: name: Librispeech (clean) type: librispeech_asr args: en metrics: - name: Test WER type: wer value: 2.2 --- # Wav2Vec2-Large-960h-Lv60 [Facebook's Wav2Vec2](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/) The large model pretrained and fine-tuned on 960 hours of Libri-Light and Librispeech on 16kHz sampled speech audio. When using the model make sure that your speech input is also sampled at 16Khz. [Paper](https://arxiv.org/abs/2006.11477) Authors: Alexei Baevski, Henry Zhou, Abdelrahman Mohamed, Michael Auli **Abstract** We show for the first time that learning powerful representations from speech audio alone followed by fine-tuning on transcribed speech can outperform the best semi-supervised methods while being conceptually simpler. wav2vec 2.0 masks the speech input in the latent space and solves a contrastive task defined over a quantization of the latent representations which are jointly learned. Experiments using all labeled data of Librispeech achieve 1.8/3.3 WER on the clean/other test sets. When lowering the amount of labeled data to one hour, wav2vec 2.0 outperforms the previous state of the art on the 100 hour subset while using 100 times less labeled data. Using just ten minutes of labeled data and pre-training on 53k hours of unlabeled data still achieves 4.8/8.2 WER. This demonstrates the feasibility of speech recognition with limited amounts of labeled data. The original model can be found under https://github.com/pytorch/fairseq/tree/master/examples/wav2vec#wav2vec-20. # Usage To transcribe audio files the model can be used as a standalone acoustic model as follows: ```python from transformers import Wav2Vec2Processor, Wav2Vec2ForCTC from datasets import load_dataset import torch # load model and processor processor = Wav2Vec2Processor.from_pretrained("facebook/wav2vec2-large-960h-lv60") model = Wav2Vec2ForCTC.from_pretrained("facebook/wav2vec2-large-960h-lv60") # load dummy dataset and read soundfiles ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") # tokenize input_values = processor(ds[0]["audio"]["array"], return_tensors="pt", padding="longest").input_values # Batch size 1 # retrieve logits logits = model(input_values).logits # take argmax and decode predicted_ids = torch.argmax(logits, dim=-1) transcription = processor.batch_decode(predicted_ids) ``` ## Evaluation This code snippet shows how to evaluate **facebook/wav2vec2-large-960h-lv60** on LibriSpeech's "clean" and "other" test data. ```python from datasets import load_dataset from transformers import Wav2Vec2ForCTC, Wav2Vec2Processor import torch from jiwer import wer librispeech_eval = load_dataset("librispeech_asr", "clean", split="test") model = Wav2Vec2ForCTC.from_pretrained("facebook/wav2vec2-large-960h-lv60").to("cuda") processor = Wav2Vec2Processor.from_pretrained("facebook/wav2vec2-large-960h-lv60") def map_to_pred(batch): inputs = processor(batch["audio"]["array"], return_tensors="pt", padding="longest") input_values = inputs.input_values.to("cuda") attention_mask = inputs.attention_mask.to("cuda") with torch.no_grad(): logits = model(input_values, attention_mask=attention_mask).logits predicted_ids = torch.argmax(logits, dim=-1) transcription = processor.batch_decode(predicted_ids) batch["transcription"] = transcription return batch result = librispeech_eval.map(map_to_pred, batched=True, batch_size=16, remove_columns=["speech"]) print("WER:", wer(result["text"], result["transcription"])) ``` *Result (WER)*: | "clean" | "other" | |---|---| | 2.2 | 4.5 |
[ -0.008722176775336266, -0.019489498808979988, -0.04821298271417618, 0.05472495034337044, 0.04240924119949341, 0.014170990325510502, -0.021301552653312683, -0.006796128582209349, -0.02877611294388771, 0.06925033032894135, 0.04875173792243004, 0.004611446056514978, 0.010624058544635773, 0.030395502224564552, -0.03728407993912697, -0.07300837337970734, -0.03105204924941063, -0.02462453581392765, -0.03348679095506668, -0.005428251810371876, -0.01738864742219448, 0.010273709893226624, -0.002953993622213602, 0.023306909948587418, 0.01836186833679676, 0.011896168813109398, -0.005430528894066811, 0.02992638759315014, 0.01829851232469082, -0.0554807148873806, -0.0026884288527071476, -0.029660308733582497, -0.05981007590889931, -0.028155717998743057, -0.016712693497538567, -0.007363633252680302, -0.005170314572751522, 0.02913203276693821, 0.010072147473692894, 0.04165944084525108, -0.002922425279393792, 0.013932024128735065, -0.023078037425875664, -0.026485659182071686, 0.021848704665899277, 0.0004982255049981177, -0.046172868460416794, -0.028404776006937027, 0.014965303242206573, -0.036180682480335236, -0.04503443092107773, -0.06907203048467636, 0.0022644135169684887, 0.022587137296795845, -0.010912992991507053, -0.030131546780467033, -0.044632308185100555, -0.019583161920309067, 0.05798601731657982, -0.05525488033890724, -0.02407284826040268, 0.021920520812273026, -0.051567308604717255, 0.035415396094322205, 0.02047395333647728, -0.04015722870826721, 0.004118077922612429, -0.05567077919840813, 0.030954837799072266, -0.009570694528520107, 0.05396944284439087, -0.038397956639528275, 0.016222624108195305, -0.09212704002857208, 0.03283526003360748, -0.011028595268726349, 0.01538775209337473, 0.05675037205219269, -0.05159611627459526, 0.06533987075090408, 0.015568818897008896, 0.028432589024305344, 0.02076095901429653, -0.00391161534935236, 0.015527460724115372, 0.056082941591739655, -0.03448301926255226, -0.0075322408229112625, -0.004332774318754673, 0.038380786776542664, -0.016135454177856445, -0.035443324595689774, -0.029933223500847816, -0.04810848459601402, -0.004060535226017237, 0.03285709023475647, 0.03972670063376427, -0.02576674334704876, 0.026139291003346443, 0.027755601331591606, 0.01505772490054369, 0.038951776921749115, -0.016783419996500015, 0.056051116436719894, -0.012651019729673862, -0.0058190058916807175, -0.005106614902615547, -0.010812640190124512, -0.04469669237732887, 0.014131843112409115, 0.0371435284614563, -0.038531556725502014, -0.05476665869355202, 0.05892175808548927, -0.024604780599474907, -0.019422713667154312, 0.04910234361886978, -0.01369823981076479, -0.019561439752578735, -0.042625561356544495, 0.028244882822036743, 0.0029285247437655926, 0.002453841269016266, -0.0018274271860718727, -0.07070589065551758, 0.031409651041030884, -0.056208692491054535, -0.06278054416179657, 0.011284138076007366, 0.023994743824005127, 0.009342478588223457, 0.04374527186155319, 0.025867128744721413, -0.07000668346881866, 0.015120471827685833, 0.02778690494596958, -0.07229973375797272, 0.016469867900013924, 0.04148370400071144, 0.10341617465019226, -0.056114859879016876, -0.05811222270131111, 0.024889085441827774, 0.001472185947932303, 0.013255815021693707, 0.02173830009996891, 0.01810275763273239, -0.02472555823624134, -0.057566262781620026, -0.007288958411663771, 0.05620799958705902, -0.06837312877178192, -0.01025180984288454, 0.060040973126888275, -0.03928665071725845, 0.03958559036254883, -0.03769014775753021, 0.011216903105378151, -0.010889634490013123, -0.017219901084899902, -0.020099511370062828, 0.040887001901865005, 0.0009303042897954583, -0.01611839048564434, -0.033376652747392654, -0.03606099635362625, -0.011078712530434132, 0.07425478100776672, -0.0025501083582639694, -0.0027875739615410566, -0.03190535679459572, 0.007695544045418501, 0.05535900965332985, 0.04885677993297577, -0.02412605844438076, 0.030564364045858383, 0.04660914093255997, 0.024148328229784966, -0.02730565331876278, 0.08101197332143784, 0.02827896922826767, -0.025662465021014214, -0.039363015443086624, -0.007693642750382423, 0.014144673012197018, -0.02947702817618847, -0.002117737429216504, 0.04207185283303261, -0.001528470078483224, -0.02987494505941868, -0.03888246789574623, 0.0790712833404541, 0.002388161141425371, -0.015021922998130322, -0.005960602313280106, -0.009092690423130989, -0.05823345482349396, 0.03910260647535324, -0.03974881395697594, -0.0014932610793039203, -0.017782773822546005, -0.04089149832725525, -0.014259922318160534, 0.01911059394478798, 0.013854678720235825, 0.04103776440024376, 0.010523241944611073, 0.08504381030797958, -0.013534032739698887, 0.008284000679850578, -0.04726986959576607, -0.04558556526899338, -0.013748002238571644, 0.04329681023955345, 0.0025311291683465242, 0.058647844940423965, -0.020940592512488365, -0.0523141548037529, 0.03137487918138504, 0.09252379834651947, 0.044496819376945496, 0.043785978108644485, -0.019588306546211243, -0.0061888666823506355, 0.03830672428011894, 0.05157538503408432, -0.0567854568362236, -0.03886714577674866, 0.018930193036794662, 0.046521399170160294, -0.010577899403870106, 0.017164796590805054, -0.023356135934591293, 0.023691514506936073, -0.04936373606324196, -0.09311242401599884, 0.04906734451651573, 0.02458321861922741, -0.004605916328728199, 0.04391009733080864, -0.014249226078391075, -0.010760040953755379, 0.03540115803480148, 0.020313788205385208, 0.008598430082201958, -0.03592424839735031, 0.03552810475230217, 0.006995448376983404, 0.03098944015800953, -0.060041915625333786, 0.039040978997945786, -0.008202393539249897, -0.010043143294751644, 0.021544132381677628, -0.009032397530972958, 0.04685725271701813, 0.052952803671360016, -0.007661030627787113, -0.03354606032371521, 0.02466937154531479, -0.008295628242194653, 0.060117535293102264, 0.08042150735855103, 0.010860317386686802, 0.06734804809093475, 0.01224414724856615, 0.04374674707651138, 0.06236870214343071, 0.04092160239815712, 0.014738953672349453, 0.04551130533218384, 0.07097078859806061, -0.013718710280954838, -0.031644340604543686, 0.07552901655435562, -0.06387079507112503, 0.019134556874632835, -0.030976157635450363, 0.010418551973998547, 0.0043610162101686, -0.009897020645439625, 0.03017846867442131, 0.011765223927795887, 0.0015170811675488949, 0.010647403076291084, -0.004558210261166096, -0.02125561237335205, 0.04343792423605919, -0.01550547406077385, 0.010010370053350925, -0.02629893459379673, -0.006450098007917404, 0.011863716877996922, -0.07473737746477127, -0.04293115437030792, -0.0065528638660907745, -0.022787505760788918, 0.0129530755802989, -0.06538465619087219, -0.02325529418885708, -0.06413429230451584, -0.006308909505605698, 0.04242761805653572, 0.02873803675174713, 0.014233427122235298, -0.028978778049349785, 0.0148280318826437, -0.03898266702890396, -0.01649485155940056, -0.030511872842907906, -0.02874269336462021, -0.028849676251411438, -0.0554550401866436, 0.05074073374271393, 0.019159145653247833, 0.03410052880644798, 0.021437281742691994, -0.008076276630163193, -0.022403806447982788, -0.03670872002840042, 0.06718508899211884, 0.05069969221949577, -0.039329010993242264, -0.05325349420309067, 0.011713835410773754, -0.01632476970553398, 0.012811549939215183, -0.01452978327870369, -0.04850584268569946, 0.08433590084314346, 0.0678589791059494, 0.04601730406284332, 0.022467434406280518, -0.003664556657895446, -0.04927518218755722, -0.05106370896100998, -0.02058049477636814, -0.041961245238780975, -0.02823598124086857, -0.027623940259218216, -0.01595677249133587, -0.00524654658511281, -0.0002724194200709462, 0.011757908388972282, -0.011753277853131294, -0.0210992693901062, 0.06214224174618721, 0.05246738716959953, 0.007435263134539127, 0.017194731160998344, -0.04621618613600731, -0.040567509829998016, 0.0721600353717804, 0.018591303378343582, 0.00357573083601892, -0.07304909825325012, -0.04319808632135391, 0.004783809185028076, 0.022685589268803596, -0.01290134247392416, 0.018800579011440277, 0.09366995841264725, -0.014278975315392017, -0.014492754824459553, 0.015189292840659618, -0.0004585632705129683, -0.03294672816991806, -0.024726826697587967, -0.018127504736185074, -0.025839082896709442, -0.06578337401151657, -0.006973644718527794, -0.007304418832063675, 0.055095501244068146, -0.06483267992734909, -0.05336352437734604, -0.02128748595714569, 0.049012698233127594, 0.024602795019745827, -0.029502209275960922, -0.01077402662485838, 0.00645857211202383, -0.04736762493848801, -0.0278830174356699, 0.01278469618409872, 0.020704330876469612, 0.00025632802862674, 0.04538608342409134, 0.005232589785009623, -0.04162803292274475, 0.035355094820261, 0.03786570206284523, 0.06793562322854996, 0.0130223473533988, -0.05146584287285805, 0.031912289559841156, -0.03406553715467453, 0.016347158700227737, -0.01698288507759571, -0.028942592442035675, -0.03122827783226967, -0.08668670058250427, -0.02470703050494194, 0.001345741213299334, 0.0003791475319303572, -0.025250472128391266, 0.028333205729722977, -0.01820990815758705, -0.013071583583950996, 0.005431655794382095, 0.030094213783740997, 0.0343555323779583, -0.048489637672901154, 0.03143073990941048, -0.0038442639634013176, 0.029354356229305267, -0.05862040817737579, 0.01660645194351673, -0.03423183038830757, -0.03307570517063141, 0.010274900123476982, 0.062282744795084, 0.02254406176507473, 0.040710337460041046, 0.0589212104678154, 0.025433052331209183, -0.04498729109764099, 0.065385602414608, 0.04280431941151619, -0.015193273313343525, -0.05392441526055336, 0.010182528756558895, -0.019326461479067802, -0.02517252415418625, -0.0307988952845335, -0.007579213008284569, 0.028282850980758667, 0.04334644228219986, -0.0036574879195541143, -0.009824560023844242, 0.004958232864737511, -0.014547744765877724, 0.005539800971746445, -0.04273316264152527, -0.020129185169935226, 0.00450136000290513, -0.03892657160758972, 0.05838973447680473, 0.022359132766723633, 0.014401476830244064, 0.06687097251415253, 0.0451950840651989, -0.039371296763420105, -0.039767611771821976, 0.04905429109930992, 0.016439558938145638, -0.050741054117679596, -0.06464175134897232, -0.030916903167963028, 0.05603750795125961, 0.03904058411717415, 0.00395306246355176, -0.1037764698266983, 0.007681324612349272, 0.052036553621292114, -0.03713424876332283, 0.06548739224672318, -0.01711180992424488, 0.023844027891755104, 0.04943117871880531, 0.008160822093486786, 0.02353120595216751, -0.01376371644437313, 0.00016210060857702047, 0.0096623245626688, 0.04971098527312279, 0.006703517399728298, -0.011263156309723854, -0.05392824113368988, 0.024666810408234596, 0.016682248562574387, 0.025609195232391357, 0.049816444516181946, -0.019815512001514435, -0.04461050033569336, 0.01416489016264677, 0.0008440599194727838, -0.04351232573390007, 0.004654164891690016, -0.0012030401267111301, 0.035818472504615784, -0.04087397828698158, -0.0183482076972723, -0.011986820958554745, 0.012301082722842693, 0.01146263349801302, 0.005626224912703037, -0.043396856635808945, -0.06296028196811676, 0.0264729131013155, -0.02256661094725132, -0.022493569180369377, -0.09125921875238419, 0.019837815314531326, -0.007051491644233465, -0.0091919070109725, 0.04160508140921593, 0.016632793471217155, 0.06066771224141121, 0.046102575957775116, 0.020442461594939232, 0.013579271733760834, -0.03518608585000038, 0.04000174254179001, -0.02261948399245739, -0.02442530170083046, 0.011578857898712158, -0.017525555565953255, -0.015534195117652416, -0.025621451437473297, -0.06334948539733887, -0.0494900718331337, -0.0008049223688431084, 0.03341639041900635, -0.014117064885795116, -0.022780992090702057, -0.04782291501760483, 0.05527032911777496, -0.016014546155929565, -0.012546301819384098, -0.025332532823085785, -0.020714187994599342, -0.059508759528398514, -0.04324387386441231, 0.020950257778167725, 0.004410556983202696, 0.013241631910204887, 0.041590768843889236, 0.016900699585676193, 0.011547334492206573, -0.011066417209804058, -0.004268113989382982, 0.03439207747578621, 0.00440966198220849, -0.06293340027332306, -0.03115508332848549, 0.02330741472542286, 0.009266856126487255, 0.033623967319726944, -0.039798226207494736, 0.03831684589385986, 0.016264401376247406, -0.03125568479299545, 0.0007520036306232214, 0.014321785420179367, 0.02668127976357937, -0.07006459683179855, -0.04111458361148834, -0.02895738184452057, -0.060151875019073486, 0.033130038529634476, 0.005966555327177048, -0.0015765769639983773, 0.007143772207200527, 0.017634429037570953, 0.044693510979413986, -0.017948701977729797, -0.052725899964571, 0.022515583783388138, -0.025937918573617935, 0.02152618207037449, -0.05389571934938431, 0.051643531769514084, -0.03054453432559967, 0.01214465033262968, -0.00047401912161149085, -0.004791960585862398, -0.04030003398656845, 0.03370656818151474, -0.019723284989595413, 0.004321456886827946, -0.008535402826964855, 0.016069747507572174, -0.026363708078861237, 0.02387421764433384, -0.016468744724988937, 0.011907893233001232, -0.045431576669216156, 0.0529770664870739, -0.020660025998950005, -0.005076169967651367, -0.024888942018151283, -0.04712488129734993, -0.03644963353872299, -0.027621110901236534, -0.019296208396553993, -0.0223500095307827, 0.03350379690527916, 0.0680944174528122, 0.04922562465071678, 0.05035743862390518, -0.003669485915452242, -0.00733976811170578, 0.01589399017393589, -0.04159851744771004, -0.005864773411303759, 0.007463292218744755, 0.01936684176325798, 0.0002623176551423967, 0.06730896234512329, 0.01801297999918461, -0.08576498925685883, -0.04715600982308388, 0.030375968664884567, 0.010042522102594376, 0.003948161378502846, 0.010666592977941036, 0.04397619888186455, 0.07069616764783859, 0.04000663757324219, -0.040041401982307434, 0.0029840809293091297, -0.017259450629353523, -0.01973699778318405, 0.022969501093029976, -0.004857891704887152, 0.0005311407148838043, 0.023322096094489098, -0.0407661572098732, -0.00903009157627821, 0.05913901329040527, 0.029403818771243095, 0.013517951592803001, -0.01193204801529646, -0.04250899329781532, 0.000725921185221523, -0.02311224862933159, -0.045266591012477875, 0.005428984761238098, -0.010554897598922253, -0.05487871170043945, 0.07692397385835648, -0.017825964838266373, 0.03804551437497139, 0.034216392785310745, 0.04197113960981369, -0.02238897606730461, 0.032260216772556305, -0.037289541214704514, 0.01677885837852955, 0.03939850628376007, -0.05471780151128769, -0.01995154283940792, -0.02398151345551014, 0.09084706753492355, -0.05698483809828758, 0.030366869643330574, 0.0624997578561306, 0.0087863365188241, 0.050292063504457474, -0.02793562039732933, -0.02305615320801735, 0.04419366642832756, -0.04718250781297684, 0.06979526579380035, 0.01770584098994732, -0.06765966862440109, 0.054139357060194016, 0.01842373050749302, -0.0998048484325409, 0.037034619599580765, 0.0242829117923975, 0.019574636593461037, 0.02620033733546734, 0.04870249703526497, -0.06668180972337723, -0.017790554091334343, -0.046410027891397476, 0.008753598667681217, -0.03984538093209267, 0.009760151617228985, 0.011584257706999779, -0.04663870111107826, -0.016656160354614258, 0.029871433973312378, -0.03398771211504936, -0.005175190977752209, 0.0228975098580122, -0.04212600365281105, -0.03821684792637825, -0.011773405596613884, 0.015480057336390018, -0.017707478255033493, 0.003999563865363598, -0.0344863086938858, 0.00987157877534628, 0.021480875089764595, 0.025414995849132538, -0.04495112597942352, -0.007860705256462097, 0.002693296642974019, -0.05465899035334587, -0.01716352440416813, 0.049888402223587036, 0.02076130546629429, -0.0310351625084877, 0.04745734855532646, -0.01737871766090393, 0.010612920857965946, 0.04054475575685501, 0.011672351509332657, 0.017955012619495392, -0.05485537275671959, -0.007135743275284767, 0.00391002232208848, -0.004097199533134699, 0.0252135768532753, -0.014242926612496376, 0.025293538346886635, 0.056311555206775665, 0.019929395988583565, 0.010840224102139473, -0.03344552218914032, 0.0006879106513224542, 0.02988765388727188, -0.036967288702726364, 0.008326409384608269, 0.01209086924791336, -0.039529021829366684, -0.021258216351270676, -0.03603556379675865, -0.011866280809044838, 0.016745662316679955, -0.05449358746409416, -0.015022490173578262, 0.026865364983677864, -0.0297890305519104, -0.04627460241317749, -0.05974758788943291, -0.04709503427147865, -0.018183119595050812, 0.035386864095926285, 0.004591944627463818, -0.026045644655823708, 0.018904531374573708, -0.04153468832373619, -0.06243437901139259, 0.0178147591650486, -0.000485134165501222, -0.032672010362148285, 0.0630808174610138, 0.02286757156252861, -0.06288545578718185, 0.01115041971206665, 0.052351661026477814, -0.018770476803183556, 0.028979143127799034, 0.00905386172235012, 0.03532080724835396, 0.024437591433525085, 0.03340696915984154, -0.020416537299752235, -0.017497843131422997, -0.05236353352665901, -0.04662322998046875, -0.03322077542543411, 0.004135390277951956, 0.04627096652984619 ]
AnonymousSub/declutr-model_wikiqa
[ "pytorch", "roberta", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "RobertaForSequenceClassification" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
26
null
--- language: en datasets: - librispeech_asr tags: - speech license: apache-2.0 --- # Wav2Vec2-Large-960h [Facebook's Wav2Vec2](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/) The large model pretrained and fine-tuned on 960 hours of Librispeech on 16kHz sampled speech audio. When using the model make sure that your speech input is also sampled at 16Khz. [Paper](https://arxiv.org/abs/2006.11477) Authors: Alexei Baevski, Henry Zhou, Abdelrahman Mohamed, Michael Auli **Abstract** We show for the first time that learning powerful representations from speech audio alone followed by fine-tuning on transcribed speech can outperform the best semi-supervised methods while being conceptually simpler. wav2vec 2.0 masks the speech input in the latent space and solves a contrastive task defined over a quantization of the latent representations which are jointly learned. Experiments using all labeled data of Librispeech achieve 1.8/3.3 WER on the clean/other test sets. When lowering the amount of labeled data to one hour, wav2vec 2.0 outperforms the previous state of the art on the 100 hour subset while using 100 times less labeled data. Using just ten minutes of labeled data and pre-training on 53k hours of unlabeled data still achieves 4.8/8.2 WER. This demonstrates the feasibility of speech recognition with limited amounts of labeled data. The original model can be found under https://github.com/pytorch/fairseq/tree/master/examples/wav2vec#wav2vec-20. # Usage To transcribe audio files the model can be used as a standalone acoustic model as follows: ```python from transformers import Wav2Vec2Processor, Wav2Vec2ForCTC from datasets import load_dataset import torch # load model and processor processor = Wav2Vec2Processor.from_pretrained("facebook/wav2vec2-large-960h") model = Wav2Vec2ForCTC.from_pretrained("facebook/wav2vec2-large-960h") # load dummy dataset and read soundfiles ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") # tokenize input_values = processor(ds[0]["audio"]["array"],, return_tensors="pt", padding="longest").input_values # Batch size 1 # retrieve logits logits = model(input_values).logits # take argmax and decode predicted_ids = torch.argmax(logits, dim=-1) transcription = processor.batch_decode(predicted_ids) ``` ## Evaluation This code snippet shows how to evaluate **facebook/wav2vec2-large-960h** on LibriSpeech's "clean" and "other" test data. ```python from datasets import load_dataset from transformers import Wav2Vec2ForCTC, Wav2Vec2Processor import soundfile as sf import torch from jiwer import wer librispeech_eval = load_dataset("librispeech_asr", "clean", split="test") model = Wav2Vec2ForCTC.from_pretrained("facebook/wav2vec2-large-960h").to("cuda") processor = Wav2Vec2Processor.from_pretrained("facebook/wav2vec2-large-960h") def map_to_pred(batch): input_values = processor(batch["audio"]["array"], return_tensors="pt", padding="longest").input_values with torch.no_grad(): logits = model(input_values.to("cuda")).logits predicted_ids = torch.argmax(logits, dim=-1) transcription = processor.batch_decode(predicted_ids) batch["transcription"] = transcription return batch result = librispeech_eval.map(map_to_pred, batched=True, batch_size=1, remove_columns=["speech"]) print("WER:", wer(result["text"], result["transcription"])) ``` *Result (WER)*: | "clean" | "other" | |---|---| | 2.8 | 6.3 |
[ -0.010238452814519405, -0.019248992204666138, -0.050616901367902756, 0.05076807364821434, 0.043580181896686554, 0.013749077916145325, -0.016063693910837173, -0.006014163140207529, -0.03634320944547653, 0.06902147829532623, 0.050031524151563644, 0.004912266973406076, 0.011379136703908443, 0.028433769941329956, -0.03342729061841965, -0.06910146772861481, -0.028072895482182503, -0.02407953329384327, -0.03902095928788185, -0.005171747878193855, -0.011875943280756474, 0.004669664427638054, -0.007824615575373173, 0.02376645989716053, 0.012348183430731297, 0.020910533145070076, -0.006370266433805227, 0.023135503754019737, 0.021533234044909477, -0.05719909444451332, -0.0074956342577934265, -0.035451095551252365, -0.056773342192173004, -0.028527719900012016, -0.01381143368780613, -0.01061970368027687, -0.002314165700227022, 0.030715452507138252, 0.012341802939772606, 0.04055749624967575, -0.005017928313463926, 0.012340730987489223, -0.01628456823527813, -0.022409243509173393, 0.020016968250274658, 0.0015168488025665283, -0.03977265954017639, -0.02761807106435299, 0.014063406735658646, -0.030802752822637558, -0.04305781424045563, -0.07781830430030823, -0.0006706518470309675, 0.025596069172024727, -0.010678083635866642, -0.03557240217924118, -0.04577496647834778, -0.01738474890589714, 0.056330662220716476, -0.05453246086835861, -0.02132875844836235, 0.026127707213163376, -0.055338792502880096, 0.028921902179718018, 0.02501710131764412, -0.044481903314590454, 0.010223199613392353, -0.06027403101325035, 0.027225390076637268, -0.011828314512968063, 0.05729404091835022, -0.03575150668621063, 0.015033431351184845, -0.08656025677919388, 0.03757357597351074, -0.009883537888526917, 0.01973036117851734, 0.05643093213438988, -0.04790448397397995, 0.06201326474547386, 0.018096517771482468, 0.030743928626179695, 0.023052627220749855, -0.014018469490110874, 0.01650143601000309, 0.0549013614654541, -0.0349552258849144, -0.004148091655224562, 0.0066694398410618305, 0.03316323459148407, -0.02225407399237156, -0.03378764167428017, -0.03710081800818443, -0.04428625479340553, 0.0024912694934755564, 0.033151425421237946, 0.04054014012217522, -0.023731620982289314, 0.02919268235564232, 0.0248966533690691, 0.018325187265872955, 0.028693705797195435, -0.014905012212693691, 0.058511827141046524, -0.012381579726934433, -0.005237049423158169, 0.0005789559800177813, -0.01575726456940174, -0.04913569241762161, 0.01973871886730194, 0.041894905269145966, -0.03775453194975853, -0.051116943359375, 0.054839204996824265, -0.013797959312796593, -0.02190389297902584, 0.05189524218440056, -0.015406321734189987, -0.016252601519227028, -0.04110705107450485, 0.030121855437755585, -0.0007003440987318754, 0.002416914561763406, -0.004438832867890596, -0.06314627826213837, 0.030789721757173538, -0.04905567318201065, -0.06336767226457596, 0.00651493389159441, 0.025704611092805862, 0.017098108306527138, 0.045146048069000244, 0.02342727966606617, -0.05999843403697014, 0.009121440351009369, 0.029160624369978905, -0.07705026119947433, 0.01696247048676014, 0.03822365030646324, 0.10861978679895401, -0.05420646443963051, -0.05331183224916458, 0.023538531735539436, -0.003145292168483138, 0.004670703783631325, 0.017213761806488037, 0.019888244569301605, -0.02430313266813755, -0.055461715906858444, -0.0052259075455367565, 0.05639968812465668, -0.07154431939125061, -0.007707244250923395, 0.05390719696879387, -0.03977089747786522, 0.045435212552547455, -0.03421366214752197, 0.010848966427147388, -0.010135878808796406, -0.01579032465815544, -0.02893618680536747, 0.04088139906525612, -0.00046180616482160985, -0.012945763766765594, -0.028616497293114662, -0.03684384003281593, -0.01478700339794159, 0.0736427754163742, 0.00001862465614976827, 0.0004793687257915735, -0.026473719626665115, 0.008176103234291077, 0.050234269350767136, 0.05337867885828018, -0.029944756999611855, 0.02837185375392437, 0.05099833011627197, 0.02124478667974472, -0.025408847257494926, 0.08732044696807861, 0.02637307159602642, -0.03215743973851204, -0.042036429047584534, -0.006435239687561989, 0.013087439350783825, -0.031948383897542953, 0.0013359665172174573, 0.04823174700140953, -0.00000952813024923671, -0.022016972303390503, -0.04444365203380585, 0.08060750365257263, 0.005166351795196533, -0.013470352627336979, -0.015423483215272427, -0.006325247697532177, -0.055548764765262604, 0.03347514197230339, -0.043616220355033875, -0.0018349617021158338, -0.016611767932772636, -0.03825361281633377, -0.011738426052033901, 0.012316852807998657, 0.012355724349617958, 0.045026808977127075, 0.006152443587779999, 0.09061233699321747, -0.019446082413196564, 0.008639795705676079, -0.04990753158926964, -0.046986158937215805, -0.008262500166893005, 0.040115512907505035, 0.005328804720193148, 0.061571575701236725, -0.01783592998981476, -0.054732900112867355, 0.03348735347390175, 0.08662380278110504, 0.05055990070104599, 0.036448363214731216, -0.022204935550689697, -0.0012378045357763767, 0.029231788590550423, 0.05802832916378975, -0.05483817681670189, -0.0357150137424469, 0.012201717123389244, 0.04426441341638565, -0.012809866108000278, 0.01046112272888422, -0.026607703417539597, 0.026151034981012344, -0.0498274564743042, -0.0924072340130806, 0.05086011812090874, 0.029949087649583817, -0.0012614552397280931, 0.041477713733911514, -0.017062153667211533, -0.008175976574420929, 0.03347458317875862, 0.019454475492239, 0.006507467478513718, -0.037595268338918686, 0.02639172598719597, 0.00832781195640564, 0.034325845539569855, -0.056896571069955826, 0.033514779061079025, -0.008353854529559612, -0.01824236661195755, 0.015879342332482338, -0.014223097823560238, 0.047669097781181335, 0.049292296171188354, -0.005413728766143322, -0.03367786481976509, 0.028252167627215385, -0.012093473225831985, 0.057465266436338425, 0.07548005878925323, 0.012576288543641567, 0.0722188726067543, 0.006117495708167553, 0.0420258454978466, 0.07080947607755661, 0.03877677395939827, 0.012251443229615688, 0.04446205124258995, 0.0671960785984993, -0.004174616653472185, -0.028648504987359047, 0.08200062811374664, -0.057938139885663986, 0.02967567928135395, -0.03113771416246891, 0.005353639833629131, 0.0011917543597519398, -0.003594911191612482, 0.030922476202249527, 0.0163163673132658, -0.004495719913393259, 0.013609681278467178, 0.0037051911931484938, -0.018027324229478836, 0.04586625099182129, -0.010318858548998833, 0.005193113349378109, -0.019276199862360954, -0.001989656360819936, 0.014503137208521366, -0.0763528123497963, -0.04970822110772133, -0.01264012698084116, -0.023242291063070297, 0.013169516809284687, -0.06607743352651596, -0.027573103085160255, -0.06725240498781204, -0.008966667577624321, 0.03637843206524849, 0.034501828253269196, 0.010243444703519344, -0.03870554268360138, 0.015388572588562965, -0.045743461698293686, -0.018639177083969116, -0.03867102414369583, -0.024470249190926552, -0.023411879315972328, -0.05636288970708847, 0.04959138482809067, 0.01719699613749981, 0.034712158143520355, 0.01935935951769352, -0.005566815380007029, -0.02098490111529827, -0.029266977682709694, 0.06688099354505539, 0.04360099881887436, -0.039098408073186874, -0.056224994361400604, 0.017138391733169556, -0.016557706519961357, 0.011857077479362488, -0.014095817692577839, -0.04956644028425217, 0.08543715626001358, 0.06855354458093643, 0.04496929422020912, 0.01516229473054409, -0.0075897518545389175, -0.05029810220003128, -0.05199780687689781, -0.020519468933343887, -0.04161364212632179, -0.023815002292394638, -0.023783957585692406, -0.020134568214416504, -0.0063971891067922115, 0.0021758228540420532, 0.00409393897280097, -0.006702853366732597, -0.0182608924806118, 0.061143554747104645, 0.059913717210292816, 0.007921959273517132, 0.023265235126018524, -0.04454013705253601, -0.041969768702983856, 0.07678559422492981, 0.01471762452274561, 0.004874453879892826, -0.07654792070388794, -0.04804229736328125, 0.008295012637972832, 0.01712571643292904, -0.010526856407523155, 0.009269536472856998, 0.09771427512168884, -0.018521979451179504, -0.02205817773938179, 0.01581336185336113, -0.005236888770014048, -0.027243927121162415, -0.026382964104413986, -0.012331540696322918, -0.0276674535125494, -0.07147492468357086, -0.0029719870071858168, -0.004852638579905033, 0.05123402550816536, -0.06724988669157028, -0.054952509701251984, -0.024748370051383972, 0.04526590555906296, 0.031720615923404694, -0.03488772734999657, -0.013216756284236908, 0.012925474904477596, -0.042596012353897095, -0.02392003685235977, 0.008173317648470402, 0.020367557182908058, 0.009537122212350368, 0.04377772659063339, 0.007608589716255665, -0.04079407826066017, 0.03734579682350159, 0.04582658037543297, 0.07164692878723145, 0.014851396903395653, -0.05943571776151657, 0.02756025455892086, -0.024631956592202187, 0.022610429674386978, -0.01867077685892582, -0.02946271002292633, -0.028469718992710114, -0.08245155215263367, -0.022246452048420906, 0.0005710333352908492, -0.0027156565338373184, -0.025034410879015923, 0.02352714352309704, -0.02227700501680374, -0.005389086436480284, 0.006616516038775444, 0.02559755928814411, 0.036919619888067245, -0.049109384417533875, 0.036874547600746155, 0.0019969958811998367, 0.0274142324924469, -0.05280695855617523, 0.021422071382403374, -0.041893184185028076, -0.025310203433036804, 0.008609219454228878, 0.06343400478363037, 0.01839856244623661, 0.049829285591840744, 0.05936960130929947, 0.02392354980111122, -0.05133802816271782, 0.059564054012298584, 0.03902149945497513, -0.019212016835808754, -0.05207649618387222, 0.008300160989165306, -0.014455516822636127, -0.02152336575090885, -0.026127522811293602, -0.004114668816328049, 0.03042171336710453, 0.04302224516868591, -0.007604636717587709, -0.013110761530697346, 0.003656714456155896, -0.020825790241360664, 0.008608205243945122, -0.05319732800126076, -0.028841381892561913, 0.011407551355659962, -0.03334007039666176, 0.05060255900025368, 0.018691595643758774, 0.008991473354399204, 0.0644492581486702, 0.04093124344944954, -0.04255903139710426, -0.033949606120586395, 0.050271883606910706, 0.01820928417146206, -0.048674970865249634, -0.06471608579158783, -0.03223871439695358, 0.04693949222564697, 0.040062759071588516, 0.002685842802748084, -0.09633264690637589, 0.006333759054541588, 0.04904423654079437, -0.03528863564133644, 0.0644119456410408, -0.013032762333750725, 0.024290671572089195, 0.05053922161459923, -0.000008591909136157483, 0.025713244453072548, -0.010301257483661175, 0.005589749198406935, 0.011802385561168194, 0.04021104797720909, -0.0013031080598011613, -0.005827039945870638, -0.04885094240307808, 0.023637104779481888, 0.020265666767954826, 0.0209038108587265, 0.04983823746442795, -0.02108149603009224, -0.044759903103113174, 0.01095842756330967, 0.0031476898584514856, -0.04416566714644432, 0.01009567640721798, 0.0023452260065823793, 0.03858809918165207, -0.044755592942237854, -0.022027188912034035, -0.007176585495471954, 0.012438635341823101, 0.004911196418106556, 0.009766238741576672, -0.05279384180903435, -0.06170104444026947, 0.02313518524169922, -0.026255754753947258, -0.027328070253133774, -0.0847732201218605, 0.01949201337993145, -0.005679706577211618, -0.011292526498436928, 0.04884016141295433, 0.01675574481487274, 0.06461257487535477, 0.04135555028915405, 0.017686905339360237, 0.0169521514326334, -0.03814473748207092, 0.042288850992918015, -0.02130299247801304, -0.02718997746706009, 0.0033912286162376404, -0.016569018363952637, -0.013597473502159119, -0.016347568482160568, -0.058270204812288284, -0.053687311708927155, 0.007956470362842083, 0.03032613731920719, -0.017843205481767654, -0.024065054953098297, -0.05040984973311424, 0.05589035525918007, -0.013841277919709682, -0.012278477661311626, -0.020605256780982018, -0.02571801282465458, -0.05976947769522667, -0.04533955454826355, 0.034616515040397644, -0.006007871590554714, 0.01807982660830021, 0.0416095145046711, 0.01535036601126194, 0.012419385835528374, -0.01728091761469841, -0.008847011253237724, 0.03102172166109085, -0.006295892875641584, -0.06629620492458344, -0.02781802974641323, 0.023443397134542465, 0.009866033680737019, 0.034792762249708176, -0.03349462151527405, 0.0325564481317997, 0.019191918894648552, -0.02832620032131672, -0.0013559093931689858, 0.01499286387115717, 0.028415637090802193, -0.0682716965675354, -0.04624182730913162, -0.025245562195777893, -0.05580415949225426, 0.03127351403236389, 0.008198169991374016, 0.005010337568819523, 0.011945541016757488, 0.023602299392223358, 0.04582292586565018, -0.028339948505163193, -0.054671552032232285, 0.018246835097670555, -0.021679120138287544, 0.021193750202655792, -0.0537746362388134, 0.05152454972267151, -0.028748705983161926, 0.012113086879253387, 0.0005559109849855304, 0.002726673847064376, -0.03626593202352524, 0.03548378497362137, -0.01630617119371891, -0.0009026417974382639, -0.007938528433442116, 0.015972081571817398, -0.01759432442486286, 0.02709655836224556, -0.01807607337832451, 0.017607808113098145, -0.05075499787926674, 0.04552073776721954, -0.022726159542798996, -0.001104073948226869, -0.02170880138874054, -0.04123583063483238, -0.03294382244348526, -0.03157998248934746, -0.013024684973061085, -0.026865774765610695, 0.03919149935245514, 0.06220193952322006, 0.056506142020225525, 0.048885732889175415, -0.0065111503936350346, 0.0008560653659515083, 0.01848306506872177, -0.05106530338525772, -0.0070304241962730885, 0.012971966527402401, 0.025028297677636147, 0.0023049036972224712, 0.059647560119628906, 0.019795339554548264, -0.08004584908485413, -0.05100385099649429, 0.02888043411076069, 0.01316368393599987, 0.009394301101565361, 0.010405897162854671, 0.04132901132106781, 0.07019689679145813, 0.03770116716623306, -0.03195112943649292, -0.0015490642981603742, -0.015520715154707432, -0.01707153394818306, 0.022551894187927246, -0.007181661669164896, 0.008395805023610592, 0.01779273897409439, -0.04196067526936531, -0.015852849930524826, 0.050965290516614914, 0.03287198022007942, 0.0133745726197958, -0.01593584567308426, -0.047377001494169235, 0.004490248393267393, -0.026048334315419197, -0.048422519117593765, 0.005006249062716961, -0.012557046487927437, -0.05174286663532257, 0.07420629262924194, -0.011176656000316143, 0.039021361619234085, 0.02605673484504223, 0.03918740153312683, -0.02411506511271, 0.038533419370651245, -0.03277686983346939, 0.021158257499337196, 0.03574707731604576, -0.058342766016721725, -0.020874887704849243, -0.025083893910050392, 0.08639246225357056, -0.06225630268454552, 0.0233201552182436, 0.06455551832914352, 0.007095050998032093, 0.0457574799656868, -0.02813716046512127, -0.030404068529605865, 0.04744938388466835, -0.044239938259124756, 0.0684196874499321, 0.016869336366653442, -0.06655902415513992, 0.05981336534023285, 0.01961185224354267, -0.0998922809958458, 0.03990236669778824, 0.020514793694019318, 0.013179969973862171, 0.01720101572573185, 0.04474432393908501, -0.06279131025075912, -0.024145809933543205, -0.04376402497291565, 0.008778028190135956, -0.03988909721374512, 0.019419338554143906, 0.010763425379991531, -0.043261025100946426, -0.019420558586716652, 0.03166370093822479, -0.03496943414211273, -0.006199016235768795, 0.028996648266911507, -0.047632671892642975, -0.0364244282245636, -0.013372557237744331, 0.013093802146613598, -0.020207969471812248, -0.0005247269291430712, -0.0370376817882061, 0.010442201979458332, 0.024268224835395813, 0.024439308792352676, -0.042494796216487885, -0.007806048262864351, -0.003865191014483571, -0.05135401338338852, -0.025421813130378723, 0.05598961561918259, 0.03155016526579857, -0.033102985471487045, 0.04416360706090927, -0.016013536602258682, 0.014774132519960403, 0.03757123276591301, 0.013653622008860111, 0.02341097965836525, -0.061227694153785706, -0.007716191466897726, 0.0022571003064513206, 0.0010790921514853835, 0.023023679852485657, -0.01848641037940979, 0.034000132232904434, 0.05835926532745361, 0.016116583719849586, 0.010648040100932121, -0.026514440774917603, -0.0006068209768272936, 0.027510982006788254, -0.03657853603363037, 0.015924260020256042, 0.01434277556836605, -0.0404980443418026, -0.019676346331834793, -0.032214708626270294, -0.008876606822013855, 0.016806595027446747, -0.051662180572748184, -0.014613074250519276, 0.028687551617622375, -0.03158613294363022, -0.04456170275807381, -0.07049864530563354, -0.04838905110955238, -0.025811955332756042, 0.033040840178728104, 0.008125687949359417, -0.028053324669599533, 0.015720045194029808, -0.04201978072524071, -0.05983203649520874, 0.021365979686379433, -0.003401164896786213, -0.036001499742269516, 0.057492051273584366, 0.02766011841595173, -0.0652221292257309, 0.01675664633512497, 0.052588313817977905, -0.016758644953370094, 0.01974177360534668, 0.006889372132718563, 0.02908913977444172, 0.026591595262289047, 0.041921328753232956, -0.01952822133898735, -0.017397990450263023, -0.05145053565502167, -0.038436658680438995, -0.037078917026519775, 0.0035727317444980145, 0.048667289316654205 ]
AnonymousSub/rule_based_hier_quadruplet_epochs_1_shard_1_wikiqa
[ "pytorch", "bert", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "BertForSequenceClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
30
null
--- language: multi-lingual datasets: - common_voice tags: - speech - audio - automatic-speech-recognition - phoneme-recognition widget: - example_title: Librispeech sample 1 src: https://cdn-media.huggingface.co/speech_samples/sample1.flac - example_title: Librispeech sample 2 src: https://cdn-media.huggingface.co/speech_samples/sample2.flac license: apache-2.0 --- # Wav2Vec2-Large-LV60 finetuned on multi-lingual Common Voice This checkpoint leverages the pretrained checkpoint [wav2vec2-large-lv60](https://huggingface.co/facebook/wav2vec2-large-lv60) and is fine-tuned on [CommonVoice](https://huggingface.co/datasets/common_voice) to recognize phonetic labels in multiple languages. When using the model make sure that your speech input is sampled at 16kHz. Note that the model outputs a string of phonetic labels. A dictionary mapping phonetic labels to words has to be used to map the phonetic output labels to output words. [Paper: Simple and Effective Zero-shot Cross-lingual Phoneme Recognition](https://arxiv.org/abs/2109.11680) Authors: Qiantong Xu, Alexei Baevski, Michael Auli **Abstract** Recent progress in self-training, self-supervised pretraining and unsupervised learning enabled well performing speech recognition systems without any labeled data. However, in many cases there is labeled data available for related languages which is not utilized by these methods. This paper extends previous work on zero-shot cross-lingual transfer learning by fine-tuning a multilingually pretrained wav2vec 2.0 model to transcribe unseen languages. This is done by mapping phonemes of the training languages to the target language using articulatory features. Experiments show that this simple method significantly outperforms prior work which introduced task-specific architectures and used only part of a monolingually pretrained model. The original model can be found under https://github.com/pytorch/fairseq/tree/master/examples/wav2vec#wav2vec-20. # Usage To transcribe audio files the model can be used as a standalone acoustic model as follows: ```python from transformers import Wav2Vec2Processor, Wav2Vec2ForCTC from datasets import load_dataset import torch # load model and processor processor = Wav2Vec2Processor.from_pretrained("facebook/wav2vec2-lv-60-espeak-cv-ft") model = Wav2Vec2ForCTC.from_pretrained("facebook/wav2vec2-lv-60-espeak-cv-ft") # load dummy dataset and read soundfiles ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") # tokenize input_values = processor(ds[0]["audio"]["array"], return_tensors="pt").input_values # retrieve logits with torch.no_grad(): logits = model(input_values).logits # take argmax and decode predicted_ids = torch.argmax(logits, dim=-1) transcription = processor.batch_decode(predicted_ids) # => should give ['m ɪ s t ɚ k w ɪ l t ɚ ɹ ɪ z ð ɪ ɐ p ɑː s əl ʌ v ð ə m ɪ d əl k l æ s ᵻ z æ n d w iː ɑːɹ ɡ l æ d t ə w ɛ l k ə m h ɪ z ɡ ɑː s p əl'] ```
[ -0.018020497635006905, 0.0004472314612939954, -0.01658536121249199, 0.048361703753471375, 0.050287868827581406, 0.010437876917421818, 0.0005496963858604431, 0.0006229322170838714, -0.04088251292705536, 0.059432245790958405, 0.014528981409966946, -0.0036148070357739925, 0.020790627226233482, 0.03653721883893013, -0.024767868220806122, -0.0635574609041214, -0.034906577318906784, 0.0019736383110284805, -0.04852956160902977, -0.010141032747924328, 0.012777168303728104, 0.027060238644480705, -0.0006768457242287695, 0.03862428665161133, 0.0015547132352367043, 0.04249919205904007, -0.012471859343349934, 0.02811027318239212, 0.044225748628377914, -0.052939459681510925, 0.0012893063249066472, -0.03103722631931305, -0.020408816635608673, -0.052270133048295975, -0.021243127062916756, -0.020166246220469475, -0.008511674590408802, -0.0004551597230602056, 0.024396413937211037, 0.06385481357574463, -0.013968420214951038, 0.011729320511221886, 0.010470815002918243, -0.021652307361364365, 0.01471760869026184, -0.00791153684258461, -0.04002252593636513, -0.018024159595370293, 0.016180770471692085, -0.01635158434510231, -0.033808063715696335, -0.05839839577674866, -0.011922549456357956, 0.028030913323163986, -0.011930910870432854, -0.051595188677310944, -0.05989835411310196, -0.015809383243322372, 0.06996360421180725, -0.034322116523981094, -0.04448330029845238, 0.009420327842235565, -0.03313395008444786, 0.029270999133586884, 0.025792725384235382, -0.0481179840862751, 0.012131168507039547, -0.06336695700883865, 0.02273247390985489, -0.0009021966252475977, 0.05118528753519058, -0.009855062700808048, 0.009522201493382454, -0.0793391615152359, -0.0005769316921941936, -0.027404725551605225, 0.02790198288857937, 0.04009044170379639, -0.02472388930618763, 0.06718859076499939, 0.00041585805593058467, 0.02590237930417061, 0.03238952159881592, -0.028509847819805145, 0.01695513166487217, 0.05408089980483055, -0.03594160079956055, 0.010755617171525955, 0.03545746952295303, 0.019725022837519646, -0.029843509197235107, -0.040135208517313004, -0.017015157267451286, -0.038709986954927444, 0.01046209130436182, 0.04252331331372261, 0.05221258103847504, -0.02826624922454357, 0.05928318575024605, 0.012954922392964363, 0.01976778171956539, 0.0494469553232193, -0.00392172671854496, 0.044806063175201416, -0.04027937725186348, 0.005476194433867931, -0.02460380271077156, -0.038052961230278015, -0.031032172963023186, 0.009286715649068356, 0.024922875687479973, -0.033616241067647934, -0.02973966673016548, 0.052167557179927826, -0.004560831468552351, -0.02189631387591362, 0.04191743955016136, -0.0409812368452549, -0.02391362003982067, -0.06585132330656052, 0.04134485870599747, 0.008985769003629684, 0.0037013788241893053, 0.02550411783158779, -0.04545819014310837, 0.030249716714024544, -0.053103916347026825, -0.05378579720854759, 0.0017101602861657739, -0.003603108925744891, 0.002468035090714693, 0.043351445347070694, 0.0010789686348289251, -0.04181457683444023, 0.005179851781576872, 0.01876668818295002, -0.07116954028606415, 0.027141189202666283, 0.0364682711660862, 0.09242430329322815, -0.07585315406322479, -0.05121607333421707, 0.023242417722940445, 0.006031832192093134, 0.01648145541548729, 0.04110920801758766, 0.012837199494242668, -0.03494110330939293, -0.029305407777428627, -0.011055584996938705, 0.05646759644150734, -0.07525191456079483, -0.003368011210113764, 0.06908714771270752, -0.048488352447748184, 0.04145686700940132, -0.04063324257731438, 0.004746618214994669, 0.015694623813033104, -0.02481904625892639, -0.00569787947461009, 0.03147704154253006, -0.020329566672444344, -0.03089282289147377, -0.06548595428466797, -0.04655953496694565, -0.01006067544221878, 0.05232047662138939, 0.009253568015992641, -0.0011108622420579195, -0.03282124921679497, 0.023110438138246536, 0.032295722514390945, 0.0360863171517849, -0.041193656623363495, 0.03598826006054878, 0.06814738363027573, 0.03004061058163643, -0.03629038482904434, 0.1039610505104065, 0.03291785717010498, -0.018351828679442406, -0.05773073062300682, -0.002883846638724208, -0.007338916417211294, -0.027354707941412926, -0.02900952845811844, 0.049765460193157196, 0.0008027131552807987, -0.032941557466983795, -0.011097465641796589, 0.040116310119628906, -0.014997564256191254, -0.00709004420787096, 0.0027358164079487324, -0.02496613748371601, -0.02651062421500683, 0.051780976355075836, -0.02364092692732811, 0.0023305953945964575, -0.023122727870941162, -0.027898240834474564, -0.02771783247590065, 0.0278523787856102, 0.033350102603435516, 0.0490671843290329, -0.02145661786198616, 0.08388784527778625, 0.0019230416510254145, 0.008020671084523201, -0.04103430360555649, -0.0528714582324028, -0.015849104151129723, 0.0584845244884491, 0.026358332484960556, 0.0557856447994709, -0.016185685992240906, -0.057303864508867264, 0.016361592337489128, 0.0848311185836792, 0.0718035101890564, 0.023433564230799675, -0.04903135821223259, 0.0002727384853642434, 0.022318869829177856, 0.04549673944711685, -0.054439738392829895, -0.0342872217297554, 0.025203783065080643, 0.03573571518063545, -0.006564166396856308, 0.0005348201957531273, -0.002399113494902849, 0.02029121108353138, -0.05733472853899002, -0.0667407289147377, 0.03264975920319557, 0.03570188954472542, -0.001983784604817629, 0.04508529603481293, -0.019171511754393578, -0.0023332179989665747, 0.028513090685009956, 0.005500079598277807, 0.01691417582333088, -0.04583811014890671, 0.010418771766126156, 0.002828901167958975, 0.0334802083671093, -0.06377969682216644, 0.04146931692957878, -0.003536175936460495, 0.0007570789894089103, 0.034184232354164124, -0.012472654692828655, 0.05030622333288193, 0.031448040157556534, 0.013131684623658657, -0.023563776165246964, 0.0074326954782009125, 0.0008163302554748952, 0.05852001532912254, 0.08557990193367004, -0.013207830488681793, 0.06060609593987465, -0.013180901296436787, 0.030859213322401047, 0.058731209486722946, 0.018886933103203773, 0.008658242411911488, 0.043886374682188034, 0.06682465225458145, -0.009489222429692745, -0.01900830864906311, 0.06138940155506134, -0.04121473804116249, 0.02853764407336712, -0.0495140440762043, 0.0057806819677352905, 0.010193721391260624, -0.010570554062724113, 0.051625847816467285, 0.0038246905896812677, -0.0009159382316283882, 0.01882670447230339, -0.009023729711771011, -0.026082994416356087, 0.03509616479277611, -0.010695182718336582, -0.004344054497778416, 0.0059610167518258095, -0.02202535793185234, 0.004944836255162954, -0.05843999609351158, -0.04394882172346115, -0.002671179361641407, -0.025139719247817993, 0.016477210447192192, -0.05045274645090103, -0.013064797967672348, -0.0722595676779747, -0.004641229286789894, 0.026617173105478287, 0.025819597765803337, 0.024376675486564636, -0.025166649371385574, 0.022408779710531235, -0.03694022446870804, -0.021865561604499817, -0.034477051347494125, -0.0536092072725296, -0.021240629255771637, -0.04589477553963661, 0.051521047949790955, 0.018494943156838417, 0.03239385411143303, 0.033077422529459, 0.013575844466686249, -0.019285667687654495, -0.03891202062368393, 0.06337650120258331, 0.038801148533821106, -0.04920528456568718, -0.061731450259685516, 0.013988176360726357, -0.020983003079891205, 0.006448333151638508, -0.02472267858684063, -0.03881014138460159, 0.06215774640440941, 0.058351367712020874, 0.039608169347047806, 0.033952564001083374, -0.012452214024960995, -0.06414853036403656, -0.07263381779193878, -0.03101976588368416, -0.04505731910467148, 0.0002329357957933098, -0.039040252566337585, -0.02703682705760002, -0.013540425337851048, -0.01936333253979683, -0.0019421890610828996, -0.011634870432317257, -0.019393350929021835, 0.056580185890197754, 0.04107505828142166, 0.008332088589668274, 0.043796107172966, -0.049679599702358246, -0.04569696635007858, 0.08063102513551712, 0.016113560646772385, -0.008449976332485676, -0.0753454864025116, -0.02650652639567852, 0.013695654459297657, 0.034184955060482025, -0.008551050908863544, 0.004289769567549229, 0.07165118306875229, -0.023738693445920944, -0.026459340006113052, 0.0274922214448452, -0.0220902469009161, -0.014865534380078316, -0.018442807719111443, -0.01768830046057701, -0.018887335434556007, -0.05957908555865288, -0.018269946798682213, -0.009656046517193317, 0.06054193526506424, -0.06551110744476318, -0.044978052377700806, -0.022746071219444275, 0.00880473293364048, 0.00904269702732563, -0.015171295031905174, -0.022041629999876022, 0.0049597774632275105, -0.04636622592806816, -0.022325756028294563, -0.01863163709640503, 0.019824573770165443, 0.038067422807216644, 0.041800543665885925, 0.014968224801123142, -0.012364702299237251, 0.029884228482842445, 0.04546953737735748, 0.06370776146650314, 0.04189310967922211, -0.025356901809573174, 0.03346928209066391, -0.03687036409974098, 0.028348872438073158, -0.025883890688419342, -0.0375441312789917, -0.03980254381895065, -0.0740245133638382, -0.03651516139507294, 0.004954321309924126, -0.00576401874423027, -0.01297474279999733, 0.03803382068872452, -0.007220935542136431, 0.014098300598561764, -0.004401255398988724, 0.029032360762357712, 0.03780293092131615, -0.06221191957592964, 0.05186719074845314, -0.00359305995516479, 0.0431375652551651, -0.05028463527560234, 0.03960639238357544, -0.04379644617438316, -0.048256732523441315, 0.007201598025858402, 0.06298433989286423, 0.013567636720836163, 0.03634454682469368, 0.05406804010272026, 0.007060669828206301, -0.06406940519809723, 0.06306211650371552, 0.03790004178881645, -0.030444452539086342, -0.06919950991868973, 0.0012803286081179976, -0.011241349391639233, -0.011387331411242485, -0.004293825477361679, -0.03328140079975128, 0.024168027564883232, 0.05644840747117996, -0.0032568464521318674, -0.011516470462083817, 0.000777757668402046, -0.0032997396774590015, -0.023043885827064514, -0.057699356228113174, -0.02308153174817562, 0.008040528744459152, -0.030986901372671127, 0.05068250373005867, 0.027796803042292595, -0.020858364179730415, 0.06053166836500168, 0.05049535259604454, -0.05385202541947365, -0.018704742193222046, 0.0374910831451416, 0.03063107468187809, -0.03143593296408653, -0.07315708696842194, -0.045186832547187805, 0.04200827330350876, 0.038632601499557495, 0.006424731574952602, -0.0688689723610878, -0.009544188156723976, 0.0711788758635521, -0.04429297149181366, 0.06701944768428802, -0.015864258632063866, 0.0467524379491806, 0.05872092396020889, 0.004658188205212355, 0.01996944658458233, -0.008080554194748402, -0.018477456644177437, -0.008491897955536842, 0.014154361560940742, 0.008795056492090225, -0.03473452851176262, -0.07544386386871338, 0.0341474786400795, 0.017904572188854218, -0.004387172404676676, 0.042197633534669876, -0.035233668982982635, -0.055365514010190964, 0.0014415552141144872, 0.02807549387216568, -0.045955318957567215, 0.0039281402714550495, 0.029636522755026817, 0.034692324697971344, -0.03856329247355461, -0.003531788708642125, 0.007498087361454964, 0.011974934488534927, 0.0279418732970953, -0.005829653702676296, -0.042921554297208786, -0.03693360090255737, 0.022279411554336548, -0.02507094293832779, -0.03693767264485359, -0.09670688956975937, 0.02296985127031803, -0.011120798997581005, -0.018372150138020515, 0.06136966124176979, 0.046078626066446304, 0.0636831521987915, 0.05254999175667763, -0.0058877901174128056, 0.021813953295350075, -0.032423123717308044, 0.04842255637049675, -0.019464882090687752, -0.03524134308099747, -0.021637743338942528, -0.02055632881820202, -0.02843860164284706, -0.031084375455975533, -0.03967461362481117, -0.048587676137685776, -0.002270286902785301, 0.029044214636087418, -0.029059577733278275, -0.008029072545468807, -0.03966827690601349, 0.03887942060828209, 0.0020109843462705612, -0.03292723372578621, -0.010024663992226124, -0.0038727279752492905, -0.06565596908330917, -0.029001053422689438, 0.038791533559560776, -0.011762911453843117, 0.019027119502425194, 0.03223374858498573, 0.00725104846060276, 0.03185999393463135, -0.005983378738164902, 0.010621909983456135, 0.028155414387583733, 0.013971375301480293, -0.04055185616016388, -0.03036361373960972, 0.024833859875798225, 0.014656461775302887, 0.027274837717413902, -0.05983582139015198, 0.0341501459479332, 0.020627055317163467, -0.033683761954307556, 0.007146317977458239, 0.02807050198316574, 0.020055219531059265, -0.07295608520507812, -0.03200606629252434, -0.010923526249825954, -0.07598447054624557, 0.015737470239400864, -0.02602173388004303, -0.00540044903755188, 0.02665018104016781, 0.037070974707603455, 0.039821840822696686, -0.02694007195532322, -0.03324558213353157, 0.01568995788693428, -0.004936050157994032, 0.02931148372590542, -0.0530574806034565, 0.033226922154426575, -0.039000965654850006, 0.01792301796376705, 0.010466985404491425, 0.013407651335000992, -0.04394889995455742, 0.028649605810642242, -0.0019542956724762917, -0.00338881928473711, -0.026600001379847527, -0.0009179197368212044, -0.006567154545336962, 0.02792651578783989, -0.022572528570890427, 0.014149420894682407, -0.04626087471842766, 0.055747322738170624, -0.032511159777641296, 0.02176825702190399, -0.017048684880137444, -0.008296712301671505, -0.003265589941293001, -0.03868406265974045, 0.007083187811076641, -0.04023294895887375, 0.066060371696949, 0.039445728063583374, 0.04827768728137016, 0.030822232365608215, -0.007324720732867718, -0.006033786106854677, 0.030415942892432213, -0.042300399392843246, -0.013505990616977215, 0.011271652765572071, 0.0489974282681942, 0.0024906881153583527, 0.03977515548467636, 0.011870982125401497, -0.07103712111711502, -0.06499769538640976, 0.03147434815764427, 0.02611260861158371, 0.006784519180655479, 0.006917349062860012, 0.04420053958892822, 0.07082770764827728, 0.03397408500313759, -0.03363381698727608, -0.010496426373720169, -0.006006290204823017, -0.03408913314342499, -0.006918362341821194, -0.01023382693529129, 0.013721180148422718, 0.009181862697005272, -0.031408313661813736, -0.033626142889261246, 0.05668940022587776, 0.0027228654362261295, 0.026048723608255386, -0.01830105111002922, -0.049199178814888, 0.016943560913205147, -0.011377203278243542, -0.03204287216067314, -0.006954646203666925, -0.0315948948264122, -0.051128655672073364, 0.07637510448694229, -0.02457524836063385, 0.025205813348293304, 0.02019187994301319, 0.02127530425786972, -0.020066052675247192, 0.02109168842434883, -0.04102261736989021, -0.012937169522047043, 0.03559400141239166, -0.049362339079380035, -0.02337697707116604, -0.030789662152528763, 0.08248545229434967, -0.04666559770703316, 0.044627655297517776, 0.06495612114667892, 0.010772963985800743, 0.05542127788066864, -0.02485203556716442, -0.02481699548661709, 0.032130077481269836, -0.02495267055928707, 0.061392880976200104, 0.016442790627479553, -0.07486767321825027, 0.028215063735842705, 0.01725824549794197, -0.09065060317516327, 0.04081478714942932, 0.02472030371427536, 0.02505546063184738, 0.03179777041077614, 0.03378754109144211, -0.05632111057639122, 0.0063062794506549835, -0.04709744453430176, 0.030923685058951378, -0.05106055364012718, 0.011942838318645954, 0.01003684476017952, -0.049128446727991104, 0.0014958298997953534, 0.03088575415313244, -0.022968925535678864, -0.0005234070704318583, 0.017215130850672722, -0.08018668740987778, -0.06908170878887177, 0.004924674518406391, 0.02719758078455925, -0.02386133186519146, 0.006652014795690775, -0.04537539184093475, -0.009248387068510056, 0.023908011615276337, -0.013675709255039692, -0.0331454761326313, -0.03839047998189926, 0.010546880774199963, -0.07363066077232361, -0.03007642552256584, 0.05297335609793663, 0.017511408776044846, -0.027317959815263748, 0.04564778506755829, 0.004433779511600733, -0.004504806362092495, 0.043529581278562546, -0.002460549119859934, 0.038734208792448044, -0.07421767711639404, -0.024759814143180847, -0.0017384144011884928, 0.02302359789609909, 0.02002321183681488, -0.012682292610406876, 0.060984689742326736, 0.04453067108988762, 0.005516009405255318, 0.027376286685466766, -0.020291810855269432, -0.013592264614999294, 0.033488769084215164, -0.015099755488336086, 0.011436143890023232, 0.010854033753275871, -0.0545521005988121, -0.0070710317231714725, -0.03366890177130699, -0.000946599175222218, 0.04448270425200462, -0.06560437381267548, 0.009412163868546486, 0.03786386922001839, -0.023503204807639122, -0.061243776232004166, -0.06810151785612106, -0.05645333230495453, -0.03976457566022873, 0.024458494037389755, 0.007106148637831211, -0.04743745177984238, 0.010251589119434357, -0.042686060070991516, -0.029326612129807472, 0.022585032507777214, 0.012954138219356537, -0.007582091260701418, 0.06174825131893158, 0.01646215096116066, -0.06226625666022301, 0.021406417712569237, 0.043342024087905884, -0.010741482488811016, 0.020469680428504944, 0.02326536737382412, 0.026944344863295555, 0.03048553690314293, 0.04091206192970276, -0.027471689507365227, -0.016074813902378082, -0.05246279016137123, -0.021862901747226715, -0.013443149626255035, 0.0003198028716724366, 0.03618508204817772 ]
AnonymousSub/rule_based_hier_triplet_0.1_epochs_1_shard_1
[ "pytorch", "bert", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "BertModel" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
4
null
--- language: - multilingual - fr - de - es - ca - it - ru - zh - pt - fa - et - mn - nl - tr - ar - sv - lv - sl - ta - ja - id - cy - en datasets: - common_voice - multilingual_librispeech - covost2 tags: - speech - xls_r - automatic-speech-recognition - xls_r_translation pipeline_tag: automatic-speech-recognition license: apache-2.0 widget: - example_title: Swedish src: https://cdn-media.huggingface.co/speech_samples/cv_swedish_1.mp3 - example_title: Arabic src: https://cdn-media.huggingface.co/speech_samples/common_voice_ar_19058308.mp3 - example_title: Russian src: https://cdn-media.huggingface.co/speech_samples/common_voice_ru_18849022.mp3 - example_title: German src: https://cdn-media.huggingface.co/speech_samples/common_voice_de_17284683.mp3 - example_title: French src: https://cdn-media.huggingface.co/speech_samples/common_voice_fr_17299386.mp3 - example_title: Indonesian src: https://cdn-media.huggingface.co/speech_samples/common_voice_id_19051309.mp3 - example_title: Italian src: https://cdn-media.huggingface.co/speech_samples/common_voice_it_17415776.mp3 - example_title: Japanese src: https://cdn-media.huggingface.co/speech_samples/common_voice_ja_19482488.mp3 - example_title: Mongolian src: https://cdn-media.huggingface.co/speech_samples/common_voice_mn_18565396.mp3 - example_title: Dutch src: https://cdn-media.huggingface.co/speech_samples/common_voice_nl_17691471.mp3 - example_title: Russian src: https://cdn-media.huggingface.co/speech_samples/common_voice_ru_18849022.mp3 - example_title: Turkish src: https://cdn-media.huggingface.co/speech_samples/common_voice_tr_17341280.mp3 - example_title: Catalan src: https://cdn-media.huggingface.co/speech_samples/common_voice_ca_17367522.mp3 - example_title: English src: https://cdn-media.huggingface.co/speech_samples/common_voice_en_18301577.mp3 - example_title: Dutch src: https://cdn-media.huggingface.co/speech_samples/common_voice_nl_17691471.mp3 --- # Wav2Vec2-XLS-R-2b-21-EN Facebook's Wav2Vec2 XLS-R fine-tuned for **Speech Translation.** ![model image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/xls_r.png) This is a [SpeechEncoderDecoderModel](https://huggingface.co/transformers/model_doc/speechencoderdecoder.html) model. The encoder was warm-started from the [**`facebook/wav2vec2-xls-r-1b`**](https://huggingface.co/facebook/wav2vec2-xls-r-1b) checkpoint and the decoder from the [**`facebook/mbart-large-50`**](https://huggingface.co/facebook/mbart-large-50) checkpoint. Consequently, the encoder-decoder model was fine-tuned on 21 `{lang}` -> `en` translation pairs of the [Covost2 dataset](https://huggingface.co/datasets/covost2). The model can translate from the following spoken languages `{lang}` -> `en` (English): {`fr`, `de`, `es`, `ca`, `it`, `ru`, `zh-CN`, `pt`, `fa`, `et`, `mn`, `nl`, `tr`, `ar`, `sv-SE`, `lv`, `sl`, `ta`, `ja`, `id`, `cy`} -> `en` For more information, please refer to Section *5.1.2* of the [official XLS-R paper](https://arxiv.org/abs/2111.09296). ## Usage ### Demo The model can be tested directly on the speech recognition widget on this model card! Simple record some audio in one of the possible spoken languages or pick an example audio file to see how well the checkpoint can translate the input. ### Example As this a standard sequence to sequence transformer model, you can use the `generate` method to generate the transcripts by passing the speech features to the model. You can use the model directly via the ASR pipeline ```python from datasets import load_dataset from transformers import pipeline # replace following lines to load an audio file of your choice librispeech_en = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") audio_file = librispeech_en[0]["file"] asr = pipeline("automatic-speech-recognition", model="facebook/wav2vec2-xls-r-1b-21-to-en", feature_extractor="facebook/wav2vec2-xls-r-1b-21-to-en") translation = asr(audio_file) ``` or step-by-step as follows: ```python import torch from transformers import Speech2Text2Processor, SpeechEncoderDecoderModel from datasets import load_dataset model = SpeechEncoderDecoderModel.from_pretrained("facebook/wav2vec2-xls-r-1b-21-to-en") processor = Speech2Text2Processor.from_pretrained("facebook/wav2vec2-xls-r-1b-21-to-en") ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") inputs = processor(ds[0]["audio"]["array"], sampling_rate=ds[0]["audio"]["array"]["sampling_rate"], return_tensors="pt") generated_ids = model.generate(input_ids=inputs["input_features"], attention_mask=inputs["attention_mask"]) transcription = processor.batch_decode(generated_ids) ``` ## Results `{lang}` -> `en` See the row of **XLS-R (1B)** for the performance on [Covost2](https://huggingface.co/datasets/covost2) for this model. ![results image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/X-%3EEnglish.png) ## More XLS-R models for `{lang}` -> `en` Speech Translation - [Wav2Vec2-XLS-R-300M-21-EN](https://huggingface.co/facebook/wav2vec2-xls-r-300m-21-to-en) - [Wav2Vec2-XLS-R-1B-21-EN](https://huggingface.co/facebook/wav2vec2-xls-r-1b-21-to-en) - [Wav2Vec2-XLS-R-2B-21-EN](https://huggingface.co/facebook/wav2vec2-xls-r-2b-21-to-en) - [Wav2Vec2-XLS-R-2B-22-16](https://huggingface.co/facebook/wav2vec2-xls-r-2b-22-to-16)
[ -0.008125066757202148, -0.03648331016302109, -0.014797959476709366, 0.04833556339144707, 0.05158812925219536, 0.028554487973451614, -0.003345186123624444, -0.020403724163770676, -0.05063701048493385, 0.05478997901082039, 0.004443583078682423, -0.028453240171074867, 0.0020835851319134235, 0.023512428626418114, -0.021051252260804176, -0.022685101255774498, -0.028551707044243813, -0.012256923131644726, -0.07262436300516129, -0.027021730318665504, 0.013355137780308723, 0.02348117157816887, -0.02275615744292736, 0.036228105425834656, 0.0034215322230011225, 0.0127835962921381, -0.01580544002354145, 0.021503211930394173, 0.02238130010664463, -0.051990073174238205, -0.011948823928833008, -0.030946854501962662, -0.045204464346170425, -0.04787436127662659, -0.02107725478708744, -0.021383212879300117, -0.003875653026625514, 0.025100626051425934, 0.018435681238770485, 0.06492432206869125, -0.010827152989804745, 0.015610205940902233, -0.020982997491955757, -0.023546362295746803, 0.030965887010097504, -0.004096714314073324, -0.026174966245889664, -0.026425359770655632, 0.0031735338270664215, -0.032020002603530884, -0.032023731619119644, -0.05114364251494408, -0.015934402123093605, 0.00865847896784544, -0.015493511222302914, -0.022578800097107887, -0.055560674518346786, 0.0010184604907408357, 0.06234894320368767, -0.045838430523872375, -0.035057809203863144, 0.02692992240190506, -0.07962051779031754, 0.009010902605950832, 0.01575361005961895, -0.06597210466861725, 0.005725492723286152, -0.044904675334692, 0.03508022427558899, -0.006659571081399918, 0.05543685331940651, -0.038568317890167236, 0.0221036896109581, -0.08695337176322937, 0.00820113904774189, -0.02360316552221775, 0.027660513296723366, 0.042474351823329926, -0.022770602256059647, 0.0547945573925972, 0.014205793850123882, -0.012863333337008953, 0.03200501203536987, -0.02775738202035427, -0.022304948419332504, 0.04247808828949928, -0.030940186232328415, -0.000834111007861793, 0.027708224952220917, 0.0473267063498497, -0.03422987833619118, -0.039236992597579956, 0.008415589109063148, -0.04528288543224335, 0.009465469047427177, 0.0310649536550045, 0.039418935775756836, -0.04215798154473305, 0.039109665900468826, 0.020316679030656815, -0.009885626845061779, 0.055812131613492966, -0.031374912708997726, 0.054537419229745865, -0.021598035469651222, -0.0002702178026083857, -0.028182823210954666, -0.03887514770030975, -0.04252735152840614, 0.023727934807538986, 0.03610297664999962, -0.04110720008611679, -0.04709208384156227, 0.04117833450436592, -0.008379439823329449, -0.052234191447496414, 0.04523517191410065, -0.03991677984595299, -0.03855026513338089, -0.06478620320558548, 0.037704966962337494, 0.024521486833691597, 0.012198172509670258, 0.04602748155593872, -0.045573119074106216, 0.043540775775909424, -0.04919114336371422, -0.03050800785422325, 0.0208271611481905, -0.0031612205784767866, -0.01809118501842022, 0.037296853959560394, 0.02449517510831356, -0.0655861645936966, 0.012018261477351189, -0.019703848287463188, -0.044231437146663666, 0.03319597244262695, 0.027793802320957184, 0.08854882419109344, -0.04239484295248985, -0.04626946523785591, 0.021805476397275925, 0.017155608162283897, -0.019750818610191345, 0.024563143029808998, 0.015920346602797508, -0.022060967981815338, -0.023845074698328972, -0.0025276271626353264, 0.048001229763031006, -0.04924822971224785, 0.012573029845952988, 0.06060652434825897, -0.021041300147771835, 0.04530424252152443, -0.010818608105182648, -0.012219592928886414, 0.021960796788334846, -0.027238551527261734, 0.0068611642345786095, 0.014243196696043015, 0.019946211948990822, -0.029896361753344536, -0.04660390317440033, -0.061444222927093506, -0.0005499639082700014, 0.05661341920495033, 0.008749102242290974, -0.009461412206292152, -0.05379815399646759, 0.019290640950202942, 0.029715199023485184, 0.0013433455023914576, -0.03359684348106384, 0.02668171562254429, 0.055846188217401505, 0.045957520604133606, 0.011461131274700165, 0.0798259750008583, 0.014492962509393692, -0.028779614716768265, -0.04015234112739563, 0.01071461383253336, 0.03195904567837715, -0.015603483654558659, -0.02040034532546997, 0.04209010303020477, -0.006443419959396124, -0.029449254274368286, -0.01894526556134224, 0.053454846143722534, -0.019807394593954086, -0.023561086505651474, 0.004590712953358889, -0.032816555351018906, -0.04357195273041725, 0.055105824023485184, -0.01625085435807705, 0.01003267616033554, -0.026446618139743805, -0.01719042658805847, -0.007161424029618502, 0.057634830474853516, 0.028501272201538086, 0.039939071983098984, 0.0043013375252485275, 0.08705580979585648, -0.019117506220936775, -0.010160905309021473, -0.04808582738041878, -0.06152981147170067, -0.019004665315151215, 0.050817713141441345, 0.03472394123673439, 0.07640467584133148, -0.0193095151335001, -0.04764442890882492, 0.01977064087986946, 0.07443175464868546, 0.06735837459564209, 0.021181458607316017, -0.015662889927625656, -0.005215364508330822, 0.03301237151026726, 0.05884978920221329, -0.06112896278500557, -0.0434160940349102, 0.027680739760398865, 0.024822935461997986, -0.02914215251803398, 0.00742796715348959, -0.004748285748064518, 0.045093752443790436, -0.026318315416574478, -0.0765305757522583, 0.05782592296600342, 0.013792634941637516, 0.013280772604048252, 0.026486022397875786, -0.008641672320663929, 0.020374171435832977, 0.029020309448242188, 0.017436852678656578, 0.01125706359744072, -0.029813142493367195, 0.015736637637019157, 0.007559054531157017, 0.05371804162859917, -0.04654686525464058, 0.017743205651640892, -0.007836607284843922, 0.02473429962992668, 0.04218384623527527, -0.05176146328449249, 0.030567755922675133, 0.003991028293967247, -0.019817974418401718, -0.03905868157744408, 0.004025585483759642, 0.0049958000890910625, 0.02688630111515522, 0.07141175121068954, -0.012256325222551823, 0.04461260512471199, 0.00449960445985198, 0.05524887144565582, 0.09337285161018372, 0.024198852479457855, 0.017668189480900764, 0.01320421788841486, 0.05208214372396469, -0.003196902573108673, -0.014032324776053429, 0.07018211483955383, -0.045316752046346664, 0.016224512830376625, -0.029764316976070404, 0.020515838637948036, 0.012354433536529541, 0.02268732152879238, 0.0027688967529684305, -0.0022986179683357477, -0.030002422630786896, 0.021232938393950462, -0.029027769342064857, -0.009124521166086197, 0.04411105811595917, -0.028652135282754898, -0.021591821685433388, -0.005060240160673857, -0.011032095178961754, 0.03283533826470375, -0.07227937877178192, -0.03512576222419739, 0.002057331148535013, -0.02277541346848011, 0.022750448435544968, -0.05159934237599373, -0.03952175751328468, -0.05855445936322212, -0.013984203338623047, 0.030802007764577866, 0.04586058855056763, 0.009626087732613087, -0.039102330803871155, 0.02125527337193489, -0.04872655123472214, -0.03848324343562126, -0.058134619146585464, -0.03075103834271431, -0.02718663401901722, -0.05312950164079666, 0.04628361761569977, 0.029744448140263557, 0.04754812642931938, 0.0035338648594915867, 0.005348996724933386, -0.030778784304857254, -0.045218002051115036, 0.05328680947422981, 0.056780677288770676, -0.029657412320375443, -0.05104348063468933, 0.033877260982990265, -0.017060302197933197, -0.00995518546551466, -0.0001309008221141994, -0.04220208525657654, 0.0746898427605629, 0.0743618905544281, 0.017769567668437958, 0.00630544126033783, 0.0032261149026453495, -0.053818367421627045, -0.048665374517440796, -0.03240538761019707, -0.04019340127706528, -0.011752118356525898, -0.02093871869146824, -0.03776265308260918, -0.03373609110713005, -0.0321756973862648, -0.015872573480010033, 0.00043598798220045865, 0.007474214304238558, 0.041985925287008286, 0.03462439402937889, 0.02675381861627102, 0.0296431016176939, -0.046622440218925476, -0.02878875471651554, 0.09450333565473557, 0.01463361643254757, 0.006591259501874447, -0.06991685181856155, -0.02804652974009514, 0.03185541182756424, 0.014305941760540009, -0.01946244016289711, -0.022793784737586975, 0.08662614971399307, 0.0028195520862936974, 0.005473924335092306, -0.0040203966200351715, -0.009871096350252628, -0.03277350962162018, -0.00022538997291121632, -0.010786457918584347, -0.017300693318247795, -0.06643009930849075, -0.0024643081706017256, 0.021117404103279114, 0.07159963250160217, -0.06117436662316322, -0.05777628719806671, -0.029087333008646965, 0.030918756499886513, -0.005369880236685276, -0.006561513524502516, -0.029202094301581383, 0.01749967597424984, -0.05666465684771538, -0.0355699248611927, -0.011515535414218903, 0.0025132831651717424, 0.008121085353195667, 0.0505591481924057, 0.0013631219044327736, -0.02220098488032818, 0.029106028378009796, 0.02376781590282917, 0.05531401187181473, 0.03669358417391777, -0.03312470763921738, 0.02274327725172043, -0.03156033530831337, 0.01533134188503027, -0.007618586532771587, -0.03271391615271568, -0.046113185584545135, -0.0757809653878212, 0.0003517458972055465, 0.02408549189567566, -0.030414123088121414, -0.02280827984213829, 0.0545041449368, -0.009783560410141945, 0.026097994297742844, -0.0017330946866422892, 0.02036033384501934, 0.026666035875678062, -0.057048361748456955, 0.03351939842104912, -0.015318105928599834, 0.04927283897995949, -0.07637078315019608, 0.020766815170645714, 0.0011299430625513196, -0.014969514682888985, -0.0015276288613677025, 0.07389974594116211, -0.0022904749494045973, 0.02139274962246418, 0.06754739582538605, 0.021756192669272423, -0.03454338386654854, 0.055477574467659, 0.013663510791957378, -0.011428195051848888, -0.05973687395453453, 0.008727355860173702, -0.011675572954118252, -0.04472467675805092, 0.01949675753712654, -0.054534751921892166, 0.01919100433588028, 0.024568568915128708, -0.00232199695892632, -0.01534419134259224, 0.026368366554379463, -0.03480876237154007, -0.047069698572158813, -0.04283741116523743, -0.05672721937298775, 0.018531963229179382, -0.012826468795537949, 0.03543493151664734, 0.033943917602300644, 0.014477104879915714, 0.05445818975567818, 0.04607915133237839, -0.04016968607902527, -0.04290009289979935, 0.04906078800559044, 0.027721058577299118, -0.03166600316762924, -0.05578484386205673, -0.032686665654182434, 0.04277607426047325, 0.02553085796535015, 0.011303846724331379, -0.07578114420175552, 0.024713996797800064, 0.06345873326063156, -0.00830619316548109, 0.04445497319102287, -0.018342580646276474, 0.044500682502985, 0.05001905933022499, -0.02620728500187397, -0.0011559082195162773, -0.01704164780676365, 0.041856907308101654, -0.021010447293519974, 0.00978984497487545, -0.008245287463068962, -0.04020886868238449, -0.07005620747804642, 0.027620546519756317, 0.022092757746577263, 0.027492273598909378, 0.04024994373321533, -0.01848643273115158, -0.0532856360077858, 0.01060892827808857, 0.04419044777750969, -0.05399927496910095, 0.04260379076004028, 0.030939120799303055, 0.04363809898495674, -0.018341194838285446, -0.02312222309410572, -0.0074916803278028965, 0.021418118849396706, 0.04358093813061714, -0.0018204344669356942, -0.03667256236076355, -0.03555665910243988, 0.03425520658493042, -0.031600695103406906, -0.036673035472631454, -0.08276054263114929, 0.014946279115974903, -0.03964553028345108, -0.03245178610086441, 0.0524711012840271, 0.010085994377732277, 0.04715203866362572, 0.026363538578152657, 0.019242960959672928, 0.012452729977667332, -0.04912519082427025, 0.05115458741784096, -0.009954133071005344, -0.013703876174986362, -0.030033554881811142, -0.017300114035606384, -0.012897206470370293, -0.023386282846331596, -0.05434765666723251, -0.020625656470656395, -0.0073235053569078445, 0.056699030101299286, -0.018140411004424095, -0.009843945503234863, -0.02462460659444332, 0.03750521317124367, -0.02386859804391861, -0.03586387261748314, -0.0042199078015983105, -0.019288964569568634, -0.061666522175073624, -0.05569261685013771, 0.026713302358984947, -0.003405624534934759, 0.019837407395243645, 0.0011418432695791125, -0.00028797288541682065, 0.053363386541604996, 0.010198612697422504, 0.0006153107970021665, 0.04977332428097725, -0.01368387509137392, -0.055517181754112244, -0.04665292054414749, 0.025717876851558685, 0.027643540874123573, 0.05804343521595001, -0.02185325138270855, 0.030085038393735886, 0.015845241025090218, -0.06196891888976097, -0.01863994263112545, 0.01914862170815468, 0.04167420044541359, -0.06633715331554413, -0.05703722685575485, -0.015043162740767002, -0.05448319390416145, 0.023083847016096115, -0.010263832286000252, -0.017483802512288094, 0.04580013081431389, 0.03765938803553581, 0.04440174996852875, 0.02455829828977585, -0.037179943174123764, 0.016667528077960014, 0.006604485679417849, 0.011007950641214848, -0.06566056609153748, 0.0404261089861393, -0.006601857487112284, 0.006514647044241428, -0.009742269292473793, -0.005189601331949234, -0.0474100224673748, 0.02716132439672947, 0.003761818166822195, -0.030746739357709885, 0.009613174945116043, -0.00099508638959378, -0.010334420017898083, 0.03980819135904312, -0.022690344601869583, 0.02429838851094246, -0.032369326800107956, 0.054436832666397095, -0.027454691007733345, -0.005907292012125254, -0.014595231972634792, -0.012949294410645962, -0.02233569137752056, -0.019404204562306404, -0.011669786646962166, -0.07448598742485046, 0.04415373504161835, 0.032828815281391144, 0.0366942435503006, 0.014081812463700771, -0.03132744878530502, 0.0008352600852958858, -0.00003265115083195269, -0.06304047256708145, -0.010034793056547642, -0.0025307610630989075, 0.019313683733344078, 0.014460626058280468, 0.054706376045942307, 0.019645730033516884, -0.07352904230356216, -0.047818198800086975, 0.029155530035495758, 0.0018847279716283083, -0.00006527048390125856, 0.023969300091266632, 0.03361520171165466, 0.05174381658434868, 0.05192059278488159, -0.041452232748270035, 0.0005326290265657008, -0.013486490584909916, -0.02057003416121006, 0.01912710629403591, -0.0038126669824123383, 0.001871152431704104, 0.012513026595115662, -0.01790538616478443, -0.028176089748740196, 0.06955989450216293, 0.004403168335556984, 0.01296614296734333, -0.02214198373258114, -0.050286319106817245, 0.016351765021681786, 0.016903627663850784, -0.05040209740400314, 0.010968513786792755, 0.0015389618929475546, -0.02793910913169384, 0.0810188502073288, -0.01842193678021431, 0.04065017029643059, 0.048203811049461365, 0.004133013542741537, -0.013634267263114452, 0.021327197551727295, -0.0167635977268219, -0.011309236288070679, 0.03902053087949753, -0.04337165877223015, -0.003682736773043871, -0.04934519901871681, 0.07131306082010269, -0.08316927403211594, 0.04049856215715408, 0.046927619725465775, 0.01805538684129715, 0.04119164124131203, -0.012680602259933949, -0.02726336382329464, 0.0426558181643486, -0.036311015486717224, 0.07292554527521133, 0.03594973310828209, -0.07343411445617676, 0.08004574477672577, 0.007455169688910246, -0.09903042763471603, 0.05743362382054329, 0.03891574591398239, 0.004298730753362179, 0.023697350174188614, 0.013343414291739464, -0.04591777175664902, 0.025981714949011803, -0.035213176161050797, 0.03693552687764168, -0.044599100947380066, -0.0036343163810670376, 0.020675024017691612, -0.04591413214802742, -0.013225499540567398, 0.018294421955943108, -0.02795802615582943, -0.019904421642422676, -0.004424717742949724, -0.05344805121421814, -0.041978441178798676, 0.013117401860654354, 0.0358254499733448, -0.0522739514708519, -0.01302562840282917, -0.04629722237586975, 0.009094154462218285, 0.040394872426986694, 0.0028327968902885914, -0.03489897772669792, -0.024472136050462723, 0.015593173913657665, -0.07192923873662949, -0.047390446066856384, 0.05508183687925339, 0.021917585283517838, -0.026612143963575363, 0.029914597049355507, 0.0011571618961170316, 0.008974089287221432, 0.020241953432559967, -0.016779830679297447, 0.01849209889769554, -0.05152803286910057, -0.016282619908452034, -0.015442714095115662, 0.030011480674147606, 0.0034266586881130934, -0.00799668487161398, 0.048651088029146194, 0.049143631011247635, 0.03283361718058586, 0.01827147603034973, -0.017022129148244858, -0.026667078956961632, 0.027595460414886475, -0.06025908887386322, 0.015746425837278366, 0.024412032216787338, -0.04878797382116318, -0.023196155205368996, -0.0010866473894566298, 0.01144295372068882, 0.04725482314825058, -0.0602366179227829, -0.0013519817730411887, 0.011550819501280785, -0.04001138359308243, -0.043364446610212326, -0.07620904594659805, -0.03624618798494339, -0.037915702909231186, 0.04313979297876358, 0.029883813112974167, -0.053126368671655655, -0.008144556544721127, -0.039259083569049835, -0.06411221623420715, 0.026180310174822807, 0.01960979960858822, -0.037568338215351105, 0.050928451120853424, 0.046787962317466736, -0.049405165016651154, 0.026489214971661568, 0.039561331272125244, -0.026775823906064034, 0.04321340471506119, 0.018293190747499466, 0.022205900400877, 0.03734481334686279, 0.037342533469200134, -0.014398214407265186, -0.025622477754950523, -0.046656280755996704, -0.04034234583377838, -0.0157194584608078, 0.006680985912680626, 0.04069651663303375 ]
AnonymousSub/rule_based_hier_triplet_epochs_1_shard_10
[ "pytorch", "bert", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "BertModel" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
8
null
--- language: - multilingual - fr - de - es - ca - it - ru - zh - pt - fa - et - mn - nl - tr - ar - sv - lv - sl - ta - ja - id - cy - en datasets: - common_voice - multilingual_librispeech - covost2 tags: - speech - xls_r - automatic-speech-recognition - xls_r_translation pipeline_tag: automatic-speech-recognition license: apache-2.0 widget: - example_title: Swedish src: https://cdn-media.huggingface.co/speech_samples/cv_swedish_1.mp3 - example_title: Arabic src: https://cdn-media.huggingface.co/speech_samples/common_voice_ar_19058308.mp3 - example_title: Russian src: https://cdn-media.huggingface.co/speech_samples/common_voice_ru_18849022.mp3 - example_title: German src: https://cdn-media.huggingface.co/speech_samples/common_voice_de_17284683.mp3 - example_title: French src: https://cdn-media.huggingface.co/speech_samples/common_voice_fr_17299386.mp3 - example_title: Indonesian src: https://cdn-media.huggingface.co/speech_samples/common_voice_id_19051309.mp3 - example_title: Italian src: https://cdn-media.huggingface.co/speech_samples/common_voice_it_17415776.mp3 - example_title: Japanese src: https://cdn-media.huggingface.co/speech_samples/common_voice_ja_19482488.mp3 - example_title: Mongolian src: https://cdn-media.huggingface.co/speech_samples/common_voice_mn_18565396.mp3 - example_title: Dutch src: https://cdn-media.huggingface.co/speech_samples/common_voice_nl_17691471.mp3 - example_title: Russian src: https://cdn-media.huggingface.co/speech_samples/common_voice_ru_18849022.mp3 - example_title: Turkish src: https://cdn-media.huggingface.co/speech_samples/common_voice_tr_17341280.mp3 - example_title: Catalan src: https://cdn-media.huggingface.co/speech_samples/common_voice_ca_17367522.mp3 - example_title: English src: https://cdn-media.huggingface.co/speech_samples/common_voice_en_18301577.mp3 - example_title: Dutch src: https://cdn-media.huggingface.co/speech_samples/common_voice_nl_17691471.mp3 --- # Wav2Vec2-XLS-R-2b-21-EN Facebook's Wav2Vec2 XLS-R fine-tuned for **Speech Translation.** ![model image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/xls_r.png) This is a [SpeechEncoderDecoderModel](https://huggingface.co/transformers/model_doc/speechencoderdecoder.html) model. The encoder was warm-started from the [**`facebook/wav2vec2-xls-r-2b`**](https://huggingface.co/facebook/wav2vec2-xls-r-2b) checkpoint and the decoder from the [**`facebook/mbart-large-50`**](https://huggingface.co/facebook/mbart-large-50) checkpoint. Consequently, the encoder-decoder model was fine-tuned on 21 `{lang}` -> `en` translation pairs of the [Covost2 dataset](https://huggingface.co/datasets/covost2). The model can translate from the following spoken languages `{lang}` -> `en` (English): {`fr`, `de`, `es`, `ca`, `it`, `ru`, `zh-CN`, `pt`, `fa`, `et`, `mn`, `nl`, `tr`, `ar`, `sv-SE`, `lv`, `sl`, `ta`, `ja`, `id`, `cy`} -> `en` For more information, please refer to Section *5.1.2* of the [official XLS-R paper](https://arxiv.org/abs/2111.09296). ## Usage ### Demo The model can be tested directly on the speech recognition widget on this model card! Simple record some audio in one of the possible spoken languages or pick an example audio file to see how well the checkpoint can translate the input. ### Example As this a standard sequence to sequence transformer model, you can use the `generate` method to generate the transcripts by passing the speech features to the model. You can use the model directly via the ASR pipeline ```python from datasets import load_dataset from transformers import pipeline # replace following lines to load an audio file of your choice librispeech_en = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") audio_file = librispeech_en[0]["file"] asr = pipeline("automatic-speech-recognition", model="facebook/wav2vec2-xls-r-2b-21-to-en", feature_extractor="facebook/wav2vec2-xls-r-2b-21-to-en") translation = asr(audio_file) ``` or step-by-step as follows: ```python import torch from transformers import Speech2Text2Processor, SpeechEncoderDecoderModel from datasets import load_dataset model = SpeechEncoderDecoderModel.from_pretrained("facebook/wav2vec2-xls-r-2b-21-to-en") processor = Speech2Text2Processor.from_pretrained("facebook/wav2vec2-xls-r-2b-21-to-en") ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") inputs = processor(ds[0]["audio"]["array"], sampling_rate=ds[0]["audio"]["array"]["sampling_rate"], return_tensors="pt") generated_ids = model.generate(input_ids=inputs["input_features"], attention_mask=inputs["attention_mask"]) transcription = processor.batch_decode(generated_ids) ``` ## Results `{lang}` -> `en` See the row of **XLS-R (2B)** for the performance on [Covost2](https://huggingface.co/datasets/covost2) for this model. ![results image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/X-%3EEnglish.png) ## More XLS-R models for `{lang}` -> `en` Speech Translation - [Wav2Vec2-XLS-R-300M-21-EN](https://huggingface.co/facebook/wav2vec2-xls-r-300m-21-to-en) - [Wav2Vec2-XLS-R-1B-21-EN](https://huggingface.co/facebook/wav2vec2-xls-r-1b-21-to-en) - [Wav2Vec2-XLS-R-2B-21-EN](https://huggingface.co/facebook/wav2vec2-xls-r-2b-21-to-en) - [Wav2Vec2-XLS-R-2B-22-16](https://huggingface.co/facebook/wav2vec2-xls-r-2b-22-to-16)
[ -0.008125066757202148, -0.03648331016302109, -0.014797959476709366, 0.04833556339144707, 0.05158812925219536, 0.028554487973451614, -0.003345186123624444, -0.020403724163770676, -0.05063701048493385, 0.05478997901082039, 0.004443583078682423, -0.028453240171074867, 0.0020835851319134235, 0.023512428626418114, -0.021051252260804176, -0.022685101255774498, -0.028551707044243813, -0.012256923131644726, -0.07262436300516129, -0.027021730318665504, 0.013355137780308723, 0.02348117157816887, -0.02275615744292736, 0.036228105425834656, 0.0034215322230011225, 0.0127835962921381, -0.01580544002354145, 0.021503211930394173, 0.02238130010664463, -0.051990073174238205, -0.011948823928833008, -0.030946854501962662, -0.045204464346170425, -0.04787436127662659, -0.02107725478708744, -0.021383212879300117, -0.003875653026625514, 0.025100626051425934, 0.018435681238770485, 0.06492432206869125, -0.010827152989804745, 0.015610205940902233, -0.020982997491955757, -0.023546362295746803, 0.030965887010097504, -0.004096714314073324, -0.026174966245889664, -0.026425359770655632, 0.0031735338270664215, -0.032020002603530884, -0.032023731619119644, -0.05114364251494408, -0.015934402123093605, 0.00865847896784544, -0.015493511222302914, -0.022578800097107887, -0.055560674518346786, 0.0010184604907408357, 0.06234894320368767, -0.045838430523872375, -0.035057809203863144, 0.02692992240190506, -0.07962051779031754, 0.009010902605950832, 0.01575361005961895, -0.06597210466861725, 0.005725492723286152, -0.044904675334692, 0.03508022427558899, -0.006659571081399918, 0.05543685331940651, -0.038568317890167236, 0.0221036896109581, -0.08695337176322937, 0.00820113904774189, -0.02360316552221775, 0.027660513296723366, 0.042474351823329926, -0.022770602256059647, 0.0547945573925972, 0.014205793850123882, -0.012863333337008953, 0.03200501203536987, -0.02775738202035427, -0.022304948419332504, 0.04247808828949928, -0.030940186232328415, -0.000834111007861793, 0.027708224952220917, 0.0473267063498497, -0.03422987833619118, -0.039236992597579956, 0.008415589109063148, -0.04528288543224335, 0.009465469047427177, 0.0310649536550045, 0.039418935775756836, -0.04215798154473305, 0.039109665900468826, 0.020316679030656815, -0.009885626845061779, 0.055812131613492966, -0.031374912708997726, 0.054537419229745865, -0.021598035469651222, -0.0002702178026083857, -0.028182823210954666, -0.03887514770030975, -0.04252735152840614, 0.023727934807538986, 0.03610297664999962, -0.04110720008611679, -0.04709208384156227, 0.04117833450436592, -0.008379439823329449, -0.052234191447496414, 0.04523517191410065, -0.03991677984595299, -0.03855026513338089, -0.06478620320558548, 0.037704966962337494, 0.024521486833691597, 0.012198172509670258, 0.04602748155593872, -0.045573119074106216, 0.043540775775909424, -0.04919114336371422, -0.03050800785422325, 0.0208271611481905, -0.0031612205784767866, -0.01809118501842022, 0.037296853959560394, 0.02449517510831356, -0.0655861645936966, 0.012018261477351189, -0.019703848287463188, -0.044231437146663666, 0.03319597244262695, 0.027793802320957184, 0.08854882419109344, -0.04239484295248985, -0.04626946523785591, 0.021805476397275925, 0.017155608162283897, -0.019750818610191345, 0.024563143029808998, 0.015920346602797508, -0.022060967981815338, -0.023845074698328972, -0.0025276271626353264, 0.048001229763031006, -0.04924822971224785, 0.012573029845952988, 0.06060652434825897, -0.021041300147771835, 0.04530424252152443, -0.010818608105182648, -0.012219592928886414, 0.021960796788334846, -0.027238551527261734, 0.0068611642345786095, 0.014243196696043015, 0.019946211948990822, -0.029896361753344536, -0.04660390317440033, -0.061444222927093506, -0.0005499639082700014, 0.05661341920495033, 0.008749102242290974, -0.009461412206292152, -0.05379815399646759, 0.019290640950202942, 0.029715199023485184, 0.0013433455023914576, -0.03359684348106384, 0.02668171562254429, 0.055846188217401505, 0.045957520604133606, 0.011461131274700165, 0.0798259750008583, 0.014492962509393692, -0.028779614716768265, -0.04015234112739563, 0.01071461383253336, 0.03195904567837715, -0.015603483654558659, -0.02040034532546997, 0.04209010303020477, -0.006443419959396124, -0.029449254274368286, -0.01894526556134224, 0.053454846143722534, -0.019807394593954086, -0.023561086505651474, 0.004590712953358889, -0.032816555351018906, -0.04357195273041725, 0.055105824023485184, -0.01625085435807705, 0.01003267616033554, -0.026446618139743805, -0.01719042658805847, -0.007161424029618502, 0.057634830474853516, 0.028501272201538086, 0.039939071983098984, 0.0043013375252485275, 0.08705580979585648, -0.019117506220936775, -0.010160905309021473, -0.04808582738041878, -0.06152981147170067, -0.019004665315151215, 0.050817713141441345, 0.03472394123673439, 0.07640467584133148, -0.0193095151335001, -0.04764442890882492, 0.01977064087986946, 0.07443175464868546, 0.06735837459564209, 0.021181458607316017, -0.015662889927625656, -0.005215364508330822, 0.03301237151026726, 0.05884978920221329, -0.06112896278500557, -0.0434160940349102, 0.027680739760398865, 0.024822935461997986, -0.02914215251803398, 0.00742796715348959, -0.004748285748064518, 0.045093752443790436, -0.026318315416574478, -0.0765305757522583, 0.05782592296600342, 0.013792634941637516, 0.013280772604048252, 0.026486022397875786, -0.008641672320663929, 0.020374171435832977, 0.029020309448242188, 0.017436852678656578, 0.01125706359744072, -0.029813142493367195, 0.015736637637019157, 0.007559054531157017, 0.05371804162859917, -0.04654686525464058, 0.017743205651640892, -0.007836607284843922, 0.02473429962992668, 0.04218384623527527, -0.05176146328449249, 0.030567755922675133, 0.003991028293967247, -0.019817974418401718, -0.03905868157744408, 0.004025585483759642, 0.0049958000890910625, 0.02688630111515522, 0.07141175121068954, -0.012256325222551823, 0.04461260512471199, 0.00449960445985198, 0.05524887144565582, 0.09337285161018372, 0.024198852479457855, 0.017668189480900764, 0.01320421788841486, 0.05208214372396469, -0.003196902573108673, -0.014032324776053429, 0.07018211483955383, -0.045316752046346664, 0.016224512830376625, -0.029764316976070404, 0.020515838637948036, 0.012354433536529541, 0.02268732152879238, 0.0027688967529684305, -0.0022986179683357477, -0.030002422630786896, 0.021232938393950462, -0.029027769342064857, -0.009124521166086197, 0.04411105811595917, -0.028652135282754898, -0.021591821685433388, -0.005060240160673857, -0.011032095178961754, 0.03283533826470375, -0.07227937877178192, -0.03512576222419739, 0.002057331148535013, -0.02277541346848011, 0.022750448435544968, -0.05159934237599373, -0.03952175751328468, -0.05855445936322212, -0.013984203338623047, 0.030802007764577866, 0.04586058855056763, 0.009626087732613087, -0.039102330803871155, 0.02125527337193489, -0.04872655123472214, -0.03848324343562126, -0.058134619146585464, -0.03075103834271431, -0.02718663401901722, -0.05312950164079666, 0.04628361761569977, 0.029744448140263557, 0.04754812642931938, 0.0035338648594915867, 0.005348996724933386, -0.030778784304857254, -0.045218002051115036, 0.05328680947422981, 0.056780677288770676, -0.029657412320375443, -0.05104348063468933, 0.033877260982990265, -0.017060302197933197, -0.00995518546551466, -0.0001309008221141994, -0.04220208525657654, 0.0746898427605629, 0.0743618905544281, 0.017769567668437958, 0.00630544126033783, 0.0032261149026453495, -0.053818367421627045, -0.048665374517440796, -0.03240538761019707, -0.04019340127706528, -0.011752118356525898, -0.02093871869146824, -0.03776265308260918, -0.03373609110713005, -0.0321756973862648, -0.015872573480010033, 0.00043598798220045865, 0.007474214304238558, 0.041985925287008286, 0.03462439402937889, 0.02675381861627102, 0.0296431016176939, -0.046622440218925476, -0.02878875471651554, 0.09450333565473557, 0.01463361643254757, 0.006591259501874447, -0.06991685181856155, -0.02804652974009514, 0.03185541182756424, 0.014305941760540009, -0.01946244016289711, -0.022793784737586975, 0.08662614971399307, 0.0028195520862936974, 0.005473924335092306, -0.0040203966200351715, -0.009871096350252628, -0.03277350962162018, -0.00022538997291121632, -0.010786457918584347, -0.017300693318247795, -0.06643009930849075, -0.0024643081706017256, 0.021117404103279114, 0.07159963250160217, -0.06117436662316322, -0.05777628719806671, -0.029087333008646965, 0.030918756499886513, -0.005369880236685276, -0.006561513524502516, -0.029202094301581383, 0.01749967597424984, -0.05666465684771538, -0.0355699248611927, -0.011515535414218903, 0.0025132831651717424, 0.008121085353195667, 0.0505591481924057, 0.0013631219044327736, -0.02220098488032818, 0.029106028378009796, 0.02376781590282917, 0.05531401187181473, 0.03669358417391777, -0.03312470763921738, 0.02274327725172043, -0.03156033530831337, 0.01533134188503027, -0.007618586532771587, -0.03271391615271568, -0.046113185584545135, -0.0757809653878212, 0.0003517458972055465, 0.02408549189567566, -0.030414123088121414, -0.02280827984213829, 0.0545041449368, -0.009783560410141945, 0.026097994297742844, -0.0017330946866422892, 0.02036033384501934, 0.026666035875678062, -0.057048361748456955, 0.03351939842104912, -0.015318105928599834, 0.04927283897995949, -0.07637078315019608, 0.020766815170645714, 0.0011299430625513196, -0.014969514682888985, -0.0015276288613677025, 0.07389974594116211, -0.0022904749494045973, 0.02139274962246418, 0.06754739582538605, 0.021756192669272423, -0.03454338386654854, 0.055477574467659, 0.013663510791957378, -0.011428195051848888, -0.05973687395453453, 0.008727355860173702, -0.011675572954118252, -0.04472467675805092, 0.01949675753712654, -0.054534751921892166, 0.01919100433588028, 0.024568568915128708, -0.00232199695892632, -0.01534419134259224, 0.026368366554379463, -0.03480876237154007, -0.047069698572158813, -0.04283741116523743, -0.05672721937298775, 0.018531963229179382, -0.012826468795537949, 0.03543493151664734, 0.033943917602300644, 0.014477104879915714, 0.05445818975567818, 0.04607915133237839, -0.04016968607902527, -0.04290009289979935, 0.04906078800559044, 0.027721058577299118, -0.03166600316762924, -0.05578484386205673, -0.032686665654182434, 0.04277607426047325, 0.02553085796535015, 0.011303846724331379, -0.07578114420175552, 0.024713996797800064, 0.06345873326063156, -0.00830619316548109, 0.04445497319102287, -0.018342580646276474, 0.044500682502985, 0.05001905933022499, -0.02620728500187397, -0.0011559082195162773, -0.01704164780676365, 0.041856907308101654, -0.021010447293519974, 0.00978984497487545, -0.008245287463068962, -0.04020886868238449, -0.07005620747804642, 0.027620546519756317, 0.022092757746577263, 0.027492273598909378, 0.04024994373321533, -0.01848643273115158, -0.0532856360077858, 0.01060892827808857, 0.04419044777750969, -0.05399927496910095, 0.04260379076004028, 0.030939120799303055, 0.04363809898495674, -0.018341194838285446, -0.02312222309410572, -0.0074916803278028965, 0.021418118849396706, 0.04358093813061714, -0.0018204344669356942, -0.03667256236076355, -0.03555665910243988, 0.03425520658493042, -0.031600695103406906, -0.036673035472631454, -0.08276054263114929, 0.014946279115974903, -0.03964553028345108, -0.03245178610086441, 0.0524711012840271, 0.010085994377732277, 0.04715203866362572, 0.026363538578152657, 0.019242960959672928, 0.012452729977667332, -0.04912519082427025, 0.05115458741784096, -0.009954133071005344, -0.013703876174986362, -0.030033554881811142, -0.017300114035606384, -0.012897206470370293, -0.023386282846331596, -0.05434765666723251, -0.020625656470656395, -0.0073235053569078445, 0.056699030101299286, -0.018140411004424095, -0.009843945503234863, -0.02462460659444332, 0.03750521317124367, -0.02386859804391861, -0.03586387261748314, -0.0042199078015983105, -0.019288964569568634, -0.061666522175073624, -0.05569261685013771, 0.026713302358984947, -0.003405624534934759, 0.019837407395243645, 0.0011418432695791125, -0.00028797288541682065, 0.053363386541604996, 0.010198612697422504, 0.0006153107970021665, 0.04977332428097725, -0.01368387509137392, -0.055517181754112244, -0.04665292054414749, 0.025717876851558685, 0.027643540874123573, 0.05804343521595001, -0.02185325138270855, 0.030085038393735886, 0.015845241025090218, -0.06196891888976097, -0.01863994263112545, 0.01914862170815468, 0.04167420044541359, -0.06633715331554413, -0.05703722685575485, -0.015043162740767002, -0.05448319390416145, 0.023083847016096115, -0.010263832286000252, -0.017483802512288094, 0.04580013081431389, 0.03765938803553581, 0.04440174996852875, 0.02455829828977585, -0.037179943174123764, 0.016667528077960014, 0.006604485679417849, 0.011007950641214848, -0.06566056609153748, 0.0404261089861393, -0.006601857487112284, 0.006514647044241428, -0.009742269292473793, -0.005189601331949234, -0.0474100224673748, 0.02716132439672947, 0.003761818166822195, -0.030746739357709885, 0.009613174945116043, -0.00099508638959378, -0.010334420017898083, 0.03980819135904312, -0.022690344601869583, 0.02429838851094246, -0.032369326800107956, 0.054436832666397095, -0.027454691007733345, -0.005907292012125254, -0.014595231972634792, -0.012949294410645962, -0.02233569137752056, -0.019404204562306404, -0.011669786646962166, -0.07448598742485046, 0.04415373504161835, 0.032828815281391144, 0.0366942435503006, 0.014081812463700771, -0.03132744878530502, 0.0008352600852958858, -0.00003265115083195269, -0.06304047256708145, -0.010034793056547642, -0.0025307610630989075, 0.019313683733344078, 0.014460626058280468, 0.054706376045942307, 0.019645730033516884, -0.07352904230356216, -0.047818198800086975, 0.029155530035495758, 0.0018847279716283083, -0.00006527048390125856, 0.023969300091266632, 0.03361520171165466, 0.05174381658434868, 0.05192059278488159, -0.041452232748270035, 0.0005326290265657008, -0.013486490584909916, -0.02057003416121006, 0.01912710629403591, -0.0038126669824123383, 0.001871152431704104, 0.012513026595115662, -0.01790538616478443, -0.028176089748740196, 0.06955989450216293, 0.004403168335556984, 0.01296614296734333, -0.02214198373258114, -0.050286319106817245, 0.016351765021681786, 0.016903627663850784, -0.05040209740400314, 0.010968513786792755, 0.0015389618929475546, -0.02793910913169384, 0.0810188502073288, -0.01842193678021431, 0.04065017029643059, 0.048203811049461365, 0.004133013542741537, -0.013634267263114452, 0.021327197551727295, -0.0167635977268219, -0.011309236288070679, 0.03902053087949753, -0.04337165877223015, -0.003682736773043871, -0.04934519901871681, 0.07131306082010269, -0.08316927403211594, 0.04049856215715408, 0.046927619725465775, 0.01805538684129715, 0.04119164124131203, -0.012680602259933949, -0.02726336382329464, 0.0426558181643486, -0.036311015486717224, 0.07292554527521133, 0.03594973310828209, -0.07343411445617676, 0.08004574477672577, 0.007455169688910246, -0.09903042763471603, 0.05743362382054329, 0.03891574591398239, 0.004298730753362179, 0.023697350174188614, 0.013343414291739464, -0.04591777175664902, 0.025981714949011803, -0.035213176161050797, 0.03693552687764168, -0.044599100947380066, -0.0036343163810670376, 0.020675024017691612, -0.04591413214802742, -0.013225499540567398, 0.018294421955943108, -0.02795802615582943, -0.019904421642422676, -0.004424717742949724, -0.05344805121421814, -0.041978441178798676, 0.013117401860654354, 0.0358254499733448, -0.0522739514708519, -0.01302562840282917, -0.04629722237586975, 0.009094154462218285, 0.040394872426986694, 0.0028327968902885914, -0.03489897772669792, -0.024472136050462723, 0.015593173913657665, -0.07192923873662949, -0.047390446066856384, 0.05508183687925339, 0.021917585283517838, -0.026612143963575363, 0.029914597049355507, 0.0011571618961170316, 0.008974089287221432, 0.020241953432559967, -0.016779830679297447, 0.01849209889769554, -0.05152803286910057, -0.016282619908452034, -0.015442714095115662, 0.030011480674147606, 0.0034266586881130934, -0.00799668487161398, 0.048651088029146194, 0.049143631011247635, 0.03283361718058586, 0.01827147603034973, -0.017022129148244858, -0.026667078956961632, 0.027595460414886475, -0.06025908887386322, 0.015746425837278366, 0.024412032216787338, -0.04878797382116318, -0.023196155205368996, -0.0010866473894566298, 0.01144295372068882, 0.04725482314825058, -0.0602366179227829, -0.0013519817730411887, 0.011550819501280785, -0.04001138359308243, -0.043364446610212326, -0.07620904594659805, -0.03624618798494339, -0.037915702909231186, 0.04313979297876358, 0.029883813112974167, -0.053126368671655655, -0.008144556544721127, -0.039259083569049835, -0.06411221623420715, 0.026180310174822807, 0.01960979960858822, -0.037568338215351105, 0.050928451120853424, 0.046787962317466736, -0.049405165016651154, 0.026489214971661568, 0.039561331272125244, -0.026775823906064034, 0.04321340471506119, 0.018293190747499466, 0.022205900400877, 0.03734481334686279, 0.037342533469200134, -0.014398214407265186, -0.025622477754950523, -0.046656280755996704, -0.04034234583377838, -0.0157194584608078, 0.006680985912680626, 0.04069651663303375 ]
AnonymousSub/rule_based_hier_triplet_epochs_1_shard_1_squad2.0
[ "pytorch", "bert", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "BertForQuestionAnswering" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
2
null
--- language: - multilingual - fr - de - es - ca - it - ru - zh - pt - fa - et - mn - nl - tr - ar - sv - lv - sl - ta - ja - id - cy - en datasets: - common_voice - multilingual_librispeech - covost2 tags: - speech - xls_r - automatic-speech-recognition - xls_r_translation pipeline_tag: automatic-speech-recognition license: apache-2.0 widget: - example_title: Swedish src: https://cdn-media.huggingface.co/speech_samples/cv_swedish_1.mp3 - example_title: Arabic src: https://cdn-media.huggingface.co/speech_samples/common_voice_ar_19058308.mp3 - example_title: Russian src: https://cdn-media.huggingface.co/speech_samples/common_voice_ru_18849022.mp3 - example_title: German src: https://cdn-media.huggingface.co/speech_samples/common_voice_de_17284683.mp3 - example_title: French src: https://cdn-media.huggingface.co/speech_samples/common_voice_fr_17299386.mp3 - example_title: Indonesian src: https://cdn-media.huggingface.co/speech_samples/common_voice_id_19051309.mp3 - example_title: Italian src: https://cdn-media.huggingface.co/speech_samples/common_voice_it_17415776.mp3 - example_title: Japanese src: https://cdn-media.huggingface.co/speech_samples/common_voice_ja_19482488.mp3 - example_title: Mongolian src: https://cdn-media.huggingface.co/speech_samples/common_voice_mn_18565396.mp3 - example_title: Dutch src: https://cdn-media.huggingface.co/speech_samples/common_voice_nl_17691471.mp3 - example_title: Russian src: https://cdn-media.huggingface.co/speech_samples/common_voice_ru_18849022.mp3 - example_title: Turkish src: https://cdn-media.huggingface.co/speech_samples/common_voice_tr_17341280.mp3 - example_title: Catalan src: https://cdn-media.huggingface.co/speech_samples/common_voice_ca_17367522.mp3 - example_title: English src: https://cdn-media.huggingface.co/speech_samples/common_voice_en_18301577.mp3 - example_title: Dutch src: https://cdn-media.huggingface.co/speech_samples/common_voice_nl_17691471.mp3 --- # Wav2Vec2-XLS-R-2B-22-16 (XLS-R-Any-to-Any) Facebook's Wav2Vec2 XLS-R fine-tuned for **Speech Translation.** ![model image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/xls_r.png) This is a [SpeechEncoderDecoderModel](https://huggingface.co/transformers/model_doc/speechencoderdecoder.html) model. The encoder was warm-started from the [**`facebook/wav2vec2-xls-r-2b`**](https://huggingface.co/facebook/wav2vec2-xls-r-2b) checkpoint and the decoder from the [**`facebook/mbart-large-50`**](https://huggingface.co/facebook/mbart-large-50) checkpoint. Consequently, the encoder-decoder model was fine-tuned on `{input_lang}` -> `{output_lang}` translation pairs of the [Covost2 dataset](https://huggingface.co/datasets/covost2). The model can translate from the following spoken languages `{input_lang}` to the following written languages `{output_lang}`: `{input_lang}` -> `{output_lang}` with `{input_lang}` one of: {`en`, `fr`, `de`, `es`, `ca`, `it`, `ru`, `zh-CN`, `pt`, `fa`, `et`, `mn`, `nl`, `tr`, `ar`, `sv-SE`, `lv`, `sl`, `ta`, `ja`, `id`, `cy`} and `{output_lang}`: {`en`, `de`, `tr`, `fa`, `sv-SE`, `mn`, `zh-CN`, `cy`, `ca`, `sl`, `et`, `id`, `ar`, `ta`, `lv`, `ja`} ## Usage ### Demo The model can be tested on [**this space**](https://huggingface.co/spaces/facebook/XLS-R-2B-22-16). You can select the target language, record some audio in any of the above mentioned input languages, and then sit back and see how well the checkpoint can translate the input. ### Example As this a standard sequence to sequence transformer model, you can use the `generate` method to generate the transcripts by passing the speech features to the model. You can use the model directly via the ASR pipeline. By default, the checkpoint will translate spoken English to written German. To change the written target language, you need to pass the correct `forced_bos_token_id` to `generate(...)` to condition the decoder on the correct target language. To select the correct `forced_bos_token_id` given your choosen language id, please make use of the following mapping: ```python MAPPING = { "en": 250004, "de": 250003, "tr": 250023, "fa": 250029, "sv": 250042, "mn": 250037, "zh": 250025, "cy": 250007, "ca": 250005, "sl": 250052, "et": 250006, "id": 250032, "ar": 250001, "ta": 250044, "lv": 250017, "ja": 250012, } ``` As an example, if you would like to translate to Swedish, you can do the following: ```python from datasets import load_dataset from transformers import pipeline # select correct `forced_bos_token_id` forced_bos_token_id = MAPPING["sv"] # replace following lines to load an audio file of your choice librispeech_en = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") audio_file = librispeech_en[0]["file"] asr = pipeline("automatic-speech-recognition", model="facebook/wav2vec2-xls-r-2b-22-to-16", feature_extractor="facebook/wav2vec2-xls-r-2b-22-to-16") translation = asr(audio_file, forced_bos_token_id=forced_bos_token_id) ``` or step-by-step as follows: ```python import torch from transformers import Speech2Text2Processor, SpeechEncoderDecoderModel from datasets import load_dataset model = SpeechEncoderDecoderModel.from_pretrained("facebook/wav2vec2-xls-r-2b-22-to-16") processor = Speech2Text2Processor.from_pretrained("facebook/wav2vec2-xls-r-2b-22-to-16") ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") # select correct `forced_bos_token_id` forced_bos_token_id = MAPPING["sv"] inputs = processor(ds[0]["audio"]["array"], sampling_rate=ds[0]["audio"]["array"]["sampling_rate"], return_tensors="pt") generated_ids = model.generate(input_ids=inputs["input_features"], attention_mask=inputs["attention_mask"], forced_bos_token_id=forced_bos_token) transcription = processor.batch_decode(generated_ids) ``` ## More XLS-R models for `{lang}` -> `en` Speech Translation - [Wav2Vec2-XLS-R-300M-EN-15](https://huggingface.co/facebook/wav2vec2-xls-r-300m-en-to-15) - [Wav2Vec2-XLS-R-1B-EN-15](https://huggingface.co/facebook/wav2vec2-xls-r-1b-en-to-15) - [Wav2Vec2-XLS-R-2B-EN-15](https://huggingface.co/facebook/wav2vec2-xls-r-2b-en-to-15) - [Wav2Vec2-XLS-R-2B-22-16](https://huggingface.co/facebook/wav2vec2-xls-r-2b-22-to-16)
[ -0.008125066757202148, -0.03648331016302109, -0.014797959476709366, 0.04833556339144707, 0.05158812925219536, 0.028554487973451614, -0.003345186123624444, -0.020403724163770676, -0.05063701048493385, 0.05478997901082039, 0.004443583078682423, -0.028453240171074867, 0.0020835851319134235, 0.023512428626418114, -0.021051252260804176, -0.022685101255774498, -0.028551707044243813, -0.012256923131644726, -0.07262436300516129, -0.027021730318665504, 0.013355137780308723, 0.02348117157816887, -0.02275615744292736, 0.036228105425834656, 0.0034215322230011225, 0.0127835962921381, -0.01580544002354145, 0.021503211930394173, 0.02238130010664463, -0.051990073174238205, -0.011948823928833008, -0.030946854501962662, -0.045204464346170425, -0.04787436127662659, -0.02107725478708744, -0.021383212879300117, -0.003875653026625514, 0.025100626051425934, 0.018435681238770485, 0.06492432206869125, -0.010827152989804745, 0.015610205940902233, -0.020982997491955757, -0.023546362295746803, 0.030965887010097504, -0.004096714314073324, -0.026174966245889664, -0.026425359770655632, 0.0031735338270664215, -0.032020002603530884, -0.032023731619119644, -0.05114364251494408, -0.015934402123093605, 0.00865847896784544, -0.015493511222302914, -0.022578800097107887, -0.055560674518346786, 0.0010184604907408357, 0.06234894320368767, -0.045838430523872375, -0.035057809203863144, 0.02692992240190506, -0.07962051779031754, 0.009010902605950832, 0.01575361005961895, -0.06597210466861725, 0.005725492723286152, -0.044904675334692, 0.03508022427558899, -0.006659571081399918, 0.05543685331940651, -0.038568317890167236, 0.0221036896109581, -0.08695337176322937, 0.00820113904774189, -0.02360316552221775, 0.027660513296723366, 0.042474351823329926, -0.022770602256059647, 0.0547945573925972, 0.014205793850123882, -0.012863333337008953, 0.03200501203536987, -0.02775738202035427, -0.022304948419332504, 0.04247808828949928, -0.030940186232328415, -0.000834111007861793, 0.027708224952220917, 0.0473267063498497, -0.03422987833619118, -0.039236992597579956, 0.008415589109063148, -0.04528288543224335, 0.009465469047427177, 0.0310649536550045, 0.039418935775756836, -0.04215798154473305, 0.039109665900468826, 0.020316679030656815, -0.009885626845061779, 0.055812131613492966, -0.031374912708997726, 0.054537419229745865, -0.021598035469651222, -0.0002702178026083857, -0.028182823210954666, -0.03887514770030975, -0.04252735152840614, 0.023727934807538986, 0.03610297664999962, -0.04110720008611679, -0.04709208384156227, 0.04117833450436592, -0.008379439823329449, -0.052234191447496414, 0.04523517191410065, -0.03991677984595299, -0.03855026513338089, -0.06478620320558548, 0.037704966962337494, 0.024521486833691597, 0.012198172509670258, 0.04602748155593872, -0.045573119074106216, 0.043540775775909424, -0.04919114336371422, -0.03050800785422325, 0.0208271611481905, -0.0031612205784767866, -0.01809118501842022, 0.037296853959560394, 0.02449517510831356, -0.0655861645936966, 0.012018261477351189, -0.019703848287463188, -0.044231437146663666, 0.03319597244262695, 0.027793802320957184, 0.08854882419109344, -0.04239484295248985, -0.04626946523785591, 0.021805476397275925, 0.017155608162283897, -0.019750818610191345, 0.024563143029808998, 0.015920346602797508, -0.022060967981815338, -0.023845074698328972, -0.0025276271626353264, 0.048001229763031006, -0.04924822971224785, 0.012573029845952988, 0.06060652434825897, -0.021041300147771835, 0.04530424252152443, -0.010818608105182648, -0.012219592928886414, 0.021960796788334846, -0.027238551527261734, 0.0068611642345786095, 0.014243196696043015, 0.019946211948990822, -0.029896361753344536, -0.04660390317440033, -0.061444222927093506, -0.0005499639082700014, 0.05661341920495033, 0.008749102242290974, -0.009461412206292152, -0.05379815399646759, 0.019290640950202942, 0.029715199023485184, 0.0013433455023914576, -0.03359684348106384, 0.02668171562254429, 0.055846188217401505, 0.045957520604133606, 0.011461131274700165, 0.0798259750008583, 0.014492962509393692, -0.028779614716768265, -0.04015234112739563, 0.01071461383253336, 0.03195904567837715, -0.015603483654558659, -0.02040034532546997, 0.04209010303020477, -0.006443419959396124, -0.029449254274368286, -0.01894526556134224, 0.053454846143722534, -0.019807394593954086, -0.023561086505651474, 0.004590712953358889, -0.032816555351018906, -0.04357195273041725, 0.055105824023485184, -0.01625085435807705, 0.01003267616033554, -0.026446618139743805, -0.01719042658805847, -0.007161424029618502, 0.057634830474853516, 0.028501272201538086, 0.039939071983098984, 0.0043013375252485275, 0.08705580979585648, -0.019117506220936775, -0.010160905309021473, -0.04808582738041878, -0.06152981147170067, -0.019004665315151215, 0.050817713141441345, 0.03472394123673439, 0.07640467584133148, -0.0193095151335001, -0.04764442890882492, 0.01977064087986946, 0.07443175464868546, 0.06735837459564209, 0.021181458607316017, -0.015662889927625656, -0.005215364508330822, 0.03301237151026726, 0.05884978920221329, -0.06112896278500557, -0.0434160940349102, 0.027680739760398865, 0.024822935461997986, -0.02914215251803398, 0.00742796715348959, -0.004748285748064518, 0.045093752443790436, -0.026318315416574478, -0.0765305757522583, 0.05782592296600342, 0.013792634941637516, 0.013280772604048252, 0.026486022397875786, -0.008641672320663929, 0.020374171435832977, 0.029020309448242188, 0.017436852678656578, 0.01125706359744072, -0.029813142493367195, 0.015736637637019157, 0.007559054531157017, 0.05371804162859917, -0.04654686525464058, 0.017743205651640892, -0.007836607284843922, 0.02473429962992668, 0.04218384623527527, -0.05176146328449249, 0.030567755922675133, 0.003991028293967247, -0.019817974418401718, -0.03905868157744408, 0.004025585483759642, 0.0049958000890910625, 0.02688630111515522, 0.07141175121068954, -0.012256325222551823, 0.04461260512471199, 0.00449960445985198, 0.05524887144565582, 0.09337285161018372, 0.024198852479457855, 0.017668189480900764, 0.01320421788841486, 0.05208214372396469, -0.003196902573108673, -0.014032324776053429, 0.07018211483955383, -0.045316752046346664, 0.016224512830376625, -0.029764316976070404, 0.020515838637948036, 0.012354433536529541, 0.02268732152879238, 0.0027688967529684305, -0.0022986179683357477, -0.030002422630786896, 0.021232938393950462, -0.029027769342064857, -0.009124521166086197, 0.04411105811595917, -0.028652135282754898, -0.021591821685433388, -0.005060240160673857, -0.011032095178961754, 0.03283533826470375, -0.07227937877178192, -0.03512576222419739, 0.002057331148535013, -0.02277541346848011, 0.022750448435544968, -0.05159934237599373, -0.03952175751328468, -0.05855445936322212, -0.013984203338623047, 0.030802007764577866, 0.04586058855056763, 0.009626087732613087, -0.039102330803871155, 0.02125527337193489, -0.04872655123472214, -0.03848324343562126, -0.058134619146585464, -0.03075103834271431, -0.02718663401901722, -0.05312950164079666, 0.04628361761569977, 0.029744448140263557, 0.04754812642931938, 0.0035338648594915867, 0.005348996724933386, -0.030778784304857254, -0.045218002051115036, 0.05328680947422981, 0.056780677288770676, -0.029657412320375443, -0.05104348063468933, 0.033877260982990265, -0.017060302197933197, -0.00995518546551466, -0.0001309008221141994, -0.04220208525657654, 0.0746898427605629, 0.0743618905544281, 0.017769567668437958, 0.00630544126033783, 0.0032261149026453495, -0.053818367421627045, -0.048665374517440796, -0.03240538761019707, -0.04019340127706528, -0.011752118356525898, -0.02093871869146824, -0.03776265308260918, -0.03373609110713005, -0.0321756973862648, -0.015872573480010033, 0.00043598798220045865, 0.007474214304238558, 0.041985925287008286, 0.03462439402937889, 0.02675381861627102, 0.0296431016176939, -0.046622440218925476, -0.02878875471651554, 0.09450333565473557, 0.01463361643254757, 0.006591259501874447, -0.06991685181856155, -0.02804652974009514, 0.03185541182756424, 0.014305941760540009, -0.01946244016289711, -0.022793784737586975, 0.08662614971399307, 0.0028195520862936974, 0.005473924335092306, -0.0040203966200351715, -0.009871096350252628, -0.03277350962162018, -0.00022538997291121632, -0.010786457918584347, -0.017300693318247795, -0.06643009930849075, -0.0024643081706017256, 0.021117404103279114, 0.07159963250160217, -0.06117436662316322, -0.05777628719806671, -0.029087333008646965, 0.030918756499886513, -0.005369880236685276, -0.006561513524502516, -0.029202094301581383, 0.01749967597424984, -0.05666465684771538, -0.0355699248611927, -0.011515535414218903, 0.0025132831651717424, 0.008121085353195667, 0.0505591481924057, 0.0013631219044327736, -0.02220098488032818, 0.029106028378009796, 0.02376781590282917, 0.05531401187181473, 0.03669358417391777, -0.03312470763921738, 0.02274327725172043, -0.03156033530831337, 0.01533134188503027, -0.007618586532771587, -0.03271391615271568, -0.046113185584545135, -0.0757809653878212, 0.0003517458972055465, 0.02408549189567566, -0.030414123088121414, -0.02280827984213829, 0.0545041449368, -0.009783560410141945, 0.026097994297742844, -0.0017330946866422892, 0.02036033384501934, 0.026666035875678062, -0.057048361748456955, 0.03351939842104912, -0.015318105928599834, 0.04927283897995949, -0.07637078315019608, 0.020766815170645714, 0.0011299430625513196, -0.014969514682888985, -0.0015276288613677025, 0.07389974594116211, -0.0022904749494045973, 0.02139274962246418, 0.06754739582538605, 0.021756192669272423, -0.03454338386654854, 0.055477574467659, 0.013663510791957378, -0.011428195051848888, -0.05973687395453453, 0.008727355860173702, -0.011675572954118252, -0.04472467675805092, 0.01949675753712654, -0.054534751921892166, 0.01919100433588028, 0.024568568915128708, -0.00232199695892632, -0.01534419134259224, 0.026368366554379463, -0.03480876237154007, -0.047069698572158813, -0.04283741116523743, -0.05672721937298775, 0.018531963229179382, -0.012826468795537949, 0.03543493151664734, 0.033943917602300644, 0.014477104879915714, 0.05445818975567818, 0.04607915133237839, -0.04016968607902527, -0.04290009289979935, 0.04906078800559044, 0.027721058577299118, -0.03166600316762924, -0.05578484386205673, -0.032686665654182434, 0.04277607426047325, 0.02553085796535015, 0.011303846724331379, -0.07578114420175552, 0.024713996797800064, 0.06345873326063156, -0.00830619316548109, 0.04445497319102287, -0.018342580646276474, 0.044500682502985, 0.05001905933022499, -0.02620728500187397, -0.0011559082195162773, -0.01704164780676365, 0.041856907308101654, -0.021010447293519974, 0.00978984497487545, -0.008245287463068962, -0.04020886868238449, -0.07005620747804642, 0.027620546519756317, 0.022092757746577263, 0.027492273598909378, 0.04024994373321533, -0.01848643273115158, -0.0532856360077858, 0.01060892827808857, 0.04419044777750969, -0.05399927496910095, 0.04260379076004028, 0.030939120799303055, 0.04363809898495674, -0.018341194838285446, -0.02312222309410572, -0.0074916803278028965, 0.021418118849396706, 0.04358093813061714, -0.0018204344669356942, -0.03667256236076355, -0.03555665910243988, 0.03425520658493042, -0.031600695103406906, -0.036673035472631454, -0.08276054263114929, 0.014946279115974903, -0.03964553028345108, -0.03245178610086441, 0.0524711012840271, 0.010085994377732277, 0.04715203866362572, 0.026363538578152657, 0.019242960959672928, 0.012452729977667332, -0.04912519082427025, 0.05115458741784096, -0.009954133071005344, -0.013703876174986362, -0.030033554881811142, -0.017300114035606384, -0.012897206470370293, -0.023386282846331596, -0.05434765666723251, -0.020625656470656395, -0.0073235053569078445, 0.056699030101299286, -0.018140411004424095, -0.009843945503234863, -0.02462460659444332, 0.03750521317124367, -0.02386859804391861, -0.03586387261748314, -0.0042199078015983105, -0.019288964569568634, -0.061666522175073624, -0.05569261685013771, 0.026713302358984947, -0.003405624534934759, 0.019837407395243645, 0.0011418432695791125, -0.00028797288541682065, 0.053363386541604996, 0.010198612697422504, 0.0006153107970021665, 0.04977332428097725, -0.01368387509137392, -0.055517181754112244, -0.04665292054414749, 0.025717876851558685, 0.027643540874123573, 0.05804343521595001, -0.02185325138270855, 0.030085038393735886, 0.015845241025090218, -0.06196891888976097, -0.01863994263112545, 0.01914862170815468, 0.04167420044541359, -0.06633715331554413, -0.05703722685575485, -0.015043162740767002, -0.05448319390416145, 0.023083847016096115, -0.010263832286000252, -0.017483802512288094, 0.04580013081431389, 0.03765938803553581, 0.04440174996852875, 0.02455829828977585, -0.037179943174123764, 0.016667528077960014, 0.006604485679417849, 0.011007950641214848, -0.06566056609153748, 0.0404261089861393, -0.006601857487112284, 0.006514647044241428, -0.009742269292473793, -0.005189601331949234, -0.0474100224673748, 0.02716132439672947, 0.003761818166822195, -0.030746739357709885, 0.009613174945116043, -0.00099508638959378, -0.010334420017898083, 0.03980819135904312, -0.022690344601869583, 0.02429838851094246, -0.032369326800107956, 0.054436832666397095, -0.027454691007733345, -0.005907292012125254, -0.014595231972634792, -0.012949294410645962, -0.02233569137752056, -0.019404204562306404, -0.011669786646962166, -0.07448598742485046, 0.04415373504161835, 0.032828815281391144, 0.0366942435503006, 0.014081812463700771, -0.03132744878530502, 0.0008352600852958858, -0.00003265115083195269, -0.06304047256708145, -0.010034793056547642, -0.0025307610630989075, 0.019313683733344078, 0.014460626058280468, 0.054706376045942307, 0.019645730033516884, -0.07352904230356216, -0.047818198800086975, 0.029155530035495758, 0.0018847279716283083, -0.00006527048390125856, 0.023969300091266632, 0.03361520171165466, 0.05174381658434868, 0.05192059278488159, -0.041452232748270035, 0.0005326290265657008, -0.013486490584909916, -0.02057003416121006, 0.01912710629403591, -0.0038126669824123383, 0.001871152431704104, 0.012513026595115662, -0.01790538616478443, -0.028176089748740196, 0.06955989450216293, 0.004403168335556984, 0.01296614296734333, -0.02214198373258114, -0.050286319106817245, 0.016351765021681786, 0.016903627663850784, -0.05040209740400314, 0.010968513786792755, 0.0015389618929475546, -0.02793910913169384, 0.0810188502073288, -0.01842193678021431, 0.04065017029643059, 0.048203811049461365, 0.004133013542741537, -0.013634267263114452, 0.021327197551727295, -0.0167635977268219, -0.011309236288070679, 0.03902053087949753, -0.04337165877223015, -0.003682736773043871, -0.04934519901871681, 0.07131306082010269, -0.08316927403211594, 0.04049856215715408, 0.046927619725465775, 0.01805538684129715, 0.04119164124131203, -0.012680602259933949, -0.02726336382329464, 0.0426558181643486, -0.036311015486717224, 0.07292554527521133, 0.03594973310828209, -0.07343411445617676, 0.08004574477672577, 0.007455169688910246, -0.09903042763471603, 0.05743362382054329, 0.03891574591398239, 0.004298730753362179, 0.023697350174188614, 0.013343414291739464, -0.04591777175664902, 0.025981714949011803, -0.035213176161050797, 0.03693552687764168, -0.044599100947380066, -0.0036343163810670376, 0.020675024017691612, -0.04591413214802742, -0.013225499540567398, 0.018294421955943108, -0.02795802615582943, -0.019904421642422676, -0.004424717742949724, -0.05344805121421814, -0.041978441178798676, 0.013117401860654354, 0.0358254499733448, -0.0522739514708519, -0.01302562840282917, -0.04629722237586975, 0.009094154462218285, 0.040394872426986694, 0.0028327968902885914, -0.03489897772669792, -0.024472136050462723, 0.015593173913657665, -0.07192923873662949, -0.047390446066856384, 0.05508183687925339, 0.021917585283517838, -0.026612143963575363, 0.029914597049355507, 0.0011571618961170316, 0.008974089287221432, 0.020241953432559967, -0.016779830679297447, 0.01849209889769554, -0.05152803286910057, -0.016282619908452034, -0.015442714095115662, 0.030011480674147606, 0.0034266586881130934, -0.00799668487161398, 0.048651088029146194, 0.049143631011247635, 0.03283361718058586, 0.01827147603034973, -0.017022129148244858, -0.026667078956961632, 0.027595460414886475, -0.06025908887386322, 0.015746425837278366, 0.024412032216787338, -0.04878797382116318, -0.023196155205368996, -0.0010866473894566298, 0.01144295372068882, 0.04725482314825058, -0.0602366179227829, -0.0013519817730411887, 0.011550819501280785, -0.04001138359308243, -0.043364446610212326, -0.07620904594659805, -0.03624618798494339, -0.037915702909231186, 0.04313979297876358, 0.029883813112974167, -0.053126368671655655, -0.008144556544721127, -0.039259083569049835, -0.06411221623420715, 0.026180310174822807, 0.01960979960858822, -0.037568338215351105, 0.050928451120853424, 0.046787962317466736, -0.049405165016651154, 0.026489214971661568, 0.039561331272125244, -0.026775823906064034, 0.04321340471506119, 0.018293190747499466, 0.022205900400877, 0.03734481334686279, 0.037342533469200134, -0.014398214407265186, -0.025622477754950523, -0.046656280755996704, -0.04034234583377838, -0.0157194584608078, 0.006680985912680626, 0.04069651663303375 ]
AnonymousSub/rule_based_hier_triplet_epochs_1_shard_1_wikiqa
[ "pytorch", "bert", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "BertForSequenceClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
28
null
--- language: - multilingual - en - de - tr - fa - sv - mn - zh - cy - ca - sl - et - id - ar - ta - lv - ja datasets: - common_voice - multilingual_librispeech - covost2 tags: - speech - xls_r - automatic-speech-recognition - xls_r_translation pipeline_tag: automatic-speech-recognition license: apache-2.0 widget: - example_title: English src: https://cdn-media.huggingface.co/speech_samples/common_voice_en_18301577.mp3 --- # Wav2Vec2-XLS-R-2B-EN-15 Facebook's Wav2Vec2 XLS-R fine-tuned for **Speech Translation.** ![model image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/xls_r.png) This is a [SpeechEncoderDecoderModel](https://huggingface.co/transformers/model_doc/speechencoderdecoder.html) model. The encoder was warm-started from the [**`facebook/wav2vec2-xls-r-2b`**](https://huggingface.co/facebook/wav2vec2-xls-r-2b) checkpoint and the decoder from the [**`facebook/mbart-large-50`**](https://huggingface.co/facebook/mbart-large-50) checkpoint. Consequently, the encoder-decoder model was fine-tuned on 15 `en` -> `{lang}` translation pairs of the [Covost2 dataset](https://huggingface.co/datasets/covost2). The model can translate from spoken `en` (Engish) to the following written languages `{lang}`: `en` -> {`de`, `tr`, `fa`, `sv-SE`, `mn`, `zh-CN`, `cy`, `ca`, `sl`, `et`, `id`, `ar`, `ta`, `lv`, `ja`} For more information, please refer to Section *5.1.1* of the [official XLS-R paper](https://arxiv.org/abs/2111.09296). ## Usage ### Demo The model can be tested on [**this space**](https://huggingface.co/spaces/facebook/XLS-R-2B-EN-15). You can select the target language, record some audio in English, and then sit back and see how well the checkpoint can translate the input. ### Example As this a standard sequence to sequence transformer model, you can use the `generate` method to generate the transcripts by passing the speech features to the model. You can use the model directly via the ASR pipeline. By default, the checkpoint will translate spoken English to written German. To change the written target language, you need to pass the correct `forced_bos_token_id` to `generate(...)` to condition the decoder on the correct target language. To select the correct `forced_bos_token_id` given your choosen language id, please make use of the following mapping: ```python MAPPING = { "de": 250003, "tr": 250023, "fa": 250029, "sv": 250042, "mn": 250037, "zh": 250025, "cy": 250007, "ca": 250005, "sl": 250052, "et": 250006, "id": 250032, "ar": 250001, "ta": 250044, "lv": 250017, "ja": 250012, } ``` As an example, if you would like to translate to Swedish, you can do the following: ```python from datasets import load_dataset from transformers import pipeline # select correct `forced_bos_token_id` forced_bos_token_id = MAPPING["sv"] # replace following lines to load an audio file of your choice librispeech_en = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") audio_file = librispeech_en[0]["file"] asr = pipeline("automatic-speech-recognition", model="facebook/wav2vec2-xls-r-2b-en-to-15", feature_extractor="facebook/wav2vec2-xls-r-2b-en-to-15") translation = asr(audio_file, forced_bos_token_id=forced_bos_token_id) ``` or step-by-step as follows: ```python import torch from transformers import Speech2Text2Processor, SpeechEncoderDecoderModel from datasets import load_dataset model = SpeechEncoderDecoderModel.from_pretrained("facebook/wav2vec2-xls-r-2b-en-to-15") processor = Speech2Text2Processor.from_pretrained("facebook/wav2vec2-xls-r-2b-en-to-15") ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") # select correct `forced_bos_token_id` forced_bos_token_id = MAPPING["sv"] inputs = processor(ds[0]["audio"]["array"], sampling_rate=ds[0]["audio"]["array"]["sampling_rate"], return_tensors="pt") generated_ids = model.generate(input_ids=inputs["input_features"], attention_mask=inputs["attention_mask"], forced_bos_token_id=forced_bos_token) transcription = processor.batch_decode(generated_ids) ``` ## Results `en` -> `{lang}` See the row of **XLS-R (2B)** for the performance on [Covost2](https://huggingface.co/datasets/covost2) for this model. ![results image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/English-%3EX.png) ## More XLS-R models for `{lang}` -> `en` Speech Translation - [Wav2Vec2-XLS-R-300M-EN-15](https://huggingface.co/facebook/wav2vec2-xls-r-300m-en-to-15) - [Wav2Vec2-XLS-R-1B-EN-15](https://huggingface.co/facebook/wav2vec2-xls-r-1b-en-to-15) - [Wav2Vec2-XLS-R-2B-EN-15](https://huggingface.co/facebook/wav2vec2-xls-r-2b-en-to-15) - [Wav2Vec2-XLS-R-2B-22-16](https://huggingface.co/facebook/wav2vec2-xls-r-2b-22-to-16)
[ -0.030885428190231323, -0.022272296249866486, 0.001920779817737639, 0.035992350429296494, 0.060878511518239975, 0.029858337715268135, -0.014879445545375347, -0.015877021476626396, -0.03968203067779541, 0.05958479270339012, 0.031184779480099678, -0.011958436109125614, 0.01102056261152029, 0.02100188285112381, -0.018128106370568275, -0.04921123757958412, -0.03625543788075447, -0.02007295936346054, -0.06242930516600609, -0.017893295735120773, -0.0005985688185319304, 0.023405788466334343, -0.022290268912911415, 0.01872003637254238, 0.012827823869884014, 0.01140591874718666, -0.023439912125468254, 0.029402343556284904, 0.013205178081989288, -0.05126398429274559, -0.032570187002420425, -0.048717547208070755, -0.038907576352357864, -0.04465969279408455, -0.01476985216140747, -0.0006863003363832831, -0.0014323126524686813, 0.016155695542693138, 0.020922072231769562, 0.05119260773062706, -0.010694577358663082, 0.0069305687211453915, -0.020495504140853882, -0.015896420925855637, 0.04094800725579262, -0.0015728677390143275, -0.04989762604236603, -0.027412069961428642, 0.023189347237348557, -0.03078506514430046, -0.03281702101230621, -0.06524883210659027, -0.00718992343172431, 0.007510741241276264, -0.009162688627839088, -0.03066560998558998, -0.054572511464357376, -0.019443318247795105, 0.07441549748182297, -0.05480619892477989, -0.021378882229328156, 0.016509290784597397, -0.04045454412698746, 0.021226633340120316, 0.01994033344089985, -0.050022732466459274, 0.019427727907896042, -0.0500650592148304, 0.039229344576597214, -0.015363357961177826, 0.06284816563129425, -0.04423185810446739, 0.03176035359501839, -0.08360605686903, 0.01243357639759779, -0.008344919420778751, 0.04981260374188423, 0.04459692910313606, -0.029441969469189644, 0.06607584655284882, 0.016037622466683388, 0.0023245923221111298, 0.02416866086423397, -0.02080427296459675, -0.025515371933579445, 0.04358465224504471, -0.045754097402095795, 0.03173896297812462, 0.0191203486174345, 0.03381368890404701, -0.03375775367021561, -0.04424481466412544, -0.014834856614470482, -0.05526919662952423, -0.013312536291778088, 0.0510963499546051, 0.05549893155694008, -0.02992267720401287, 0.0146501949056983, 0.033083632588386536, -0.010897832922637463, 0.04123859852552414, -0.019174832850694656, 0.05315125361084938, -0.02051866240799427, -0.013003086671233177, -0.008748133666813374, -0.025004960596561432, -0.050359781831502914, 0.011627784930169582, 0.03245370090007782, -0.01957927830517292, -0.05552062392234802, 0.051559410989284515, -0.002430543303489685, -0.034946464002132416, 0.034495871514081955, -0.042622242122888565, -0.025806453078985214, -0.05997682735323906, 0.047169096767902374, 0.020886436104774475, -0.0053215352818369865, 0.015422028489410877, -0.060820501297712326, 0.026433121412992477, -0.03683267533779144, -0.04119231924414635, 0.003421069122850895, 0.0039563714526593685, 0.002001976128667593, 0.02546614222228527, 0.01976477913558483, -0.04301783815026283, 0.0015458642737939954, 0.0060697817243635654, -0.058218687772750854, 0.029296884313225746, 0.02390231378376484, 0.09518322348594666, -0.04904494807124138, -0.054321419447660446, 0.006662535481154919, 0.024195624515414238, -0.016247957944869995, 0.028903111815452576, 0.011342056095600128, -0.01109468936920166, -0.04186883196234703, -0.009149582125246525, 0.04360627382993698, -0.06068379804491997, 0.010718450881540775, 0.04700322076678276, -0.03201182186603546, 0.050565462559461594, -0.028747396543622017, 0.002425262238830328, -0.0010752599919214845, -0.038505520671606064, -0.021328384056687355, 0.03533751517534256, 0.01856907829642296, -0.024143166840076447, -0.042747873812913895, -0.05744641646742821, 0.008607995696365833, 0.05092112347483635, -0.0008506412268616259, -0.011153227649629116, -0.035722699016332626, 0.02826795168220997, 0.0466609001159668, 0.03199382498860359, -0.03437061235308647, 0.02165221981704235, 0.06302811950445175, 0.0388086661696434, -0.008081285282969475, 0.08372277766466141, 0.02200646512210369, -0.03570728749036789, -0.035604942589998245, 0.0020195909310132265, -0.004197266884148121, -0.04735453426837921, -0.024989234283566475, 0.057536084204912186, -0.002639742800965905, -0.01508952584117651, -0.022762887179851532, 0.05664386972784996, -0.023185178637504578, -0.027370844036340714, 0.005853103939443827, -0.017768647521734238, -0.0296288151293993, 0.055198702961206436, -0.03313852846622467, 0.0073216743767261505, -0.038034588098526, -0.020680096000432968, -0.005488425958901644, 0.03185989335179329, 0.046702105551958084, 0.03943074867129326, -0.015361408703029156, 0.09069426357746124, -0.032442014664411545, 0.0016976718325167894, -0.053052157163619995, -0.07665657252073288, -0.01412783283740282, 0.05163051187992096, 0.026295457035303116, 0.06101385876536369, -0.008639342151582241, -0.06011602282524109, 0.016523633152246475, 0.0901523157954216, 0.06447440385818481, 0.006341751664876938, -0.01532225776463747, -0.011632739566266537, 0.04410793259739876, 0.05445614084601402, -0.06826962530612946, -0.03566325083374977, 0.02521367557346821, 0.03395814821124077, -0.018452921882271767, 0.0015055807307362556, -0.023260418325662613, 0.03995432332158089, -0.04581743851304054, -0.07845564931631088, 0.050798505544662476, 0.03464844450354576, 0.012064949609339237, 0.040966279804706573, -0.013436978682875633, -0.00035100107197649777, 0.02517116442322731, -0.0027047130279242992, 0.0009633097797632217, -0.0498262457549572, 0.0011974748922511935, 0.006831022445112467, 0.047342609614133835, -0.05931498482823372, 0.02846827730536461, 0.013754185289144516, 0.014439099468290806, 0.058998145163059235, -0.026346860453486443, 0.03735779598355293, 0.02420724183320999, 0.010000128298997879, -0.03305394574999809, 0.015060001984238625, 0.02438589185476303, 0.04137059673666954, 0.06407630443572998, -0.012819944880902767, 0.05531776696443558, 0.015338210389018059, 0.047028712928295135, 0.08108073472976685, 0.034228697419166565, 0.004132471047341824, 0.012460929341614246, 0.0649399533867836, -0.006211753003299236, -0.02139686979353428, 0.09082401543855667, -0.03706302121281624, 0.037665266543626785, -0.021850459277629852, 0.01096474938094616, 0.004055971745401621, -0.009487717412412167, 0.02006302960216999, 0.0005686686490662396, -0.014943977817893028, 0.0021076772827655077, -0.021070929244160652, -0.0335468091070652, 0.05286692827939987, -0.007511765230447054, -0.03117375634610653, 0.004761375952512026, -0.014577245339751244, 0.025285201147198677, -0.07315561920404434, -0.041227880865335464, 0.013273503631353378, -0.04107123613357544, 0.02202998287975788, -0.052444178611040115, -0.035619691014289856, -0.07188451290130615, -0.004988807253539562, 0.028854336589574814, 0.04178568348288536, 0.036563992500305176, -0.04477306455373764, 0.019622735679149628, -0.050271715968847275, -0.03358237072825432, -0.057534828782081604, -0.02148311771452427, -0.010106763802468777, -0.049859583377838135, 0.04013685882091522, 0.021860206499695778, 0.045729972422122955, 0.007711240090429783, 0.004472273401916027, -0.02931942045688629, -0.027962498366832733, 0.062036823481321335, 0.048357654362916946, -0.022770458832383156, -0.04351159930229187, 0.0234972033649683, -0.025771841406822205, 0.005033889319747686, -0.02761760540306568, -0.0319150909781456, 0.07295848429203033, 0.06221942976117134, 0.02223660610616207, 0.026651516556739807, -0.006879941560328007, -0.04391949623823166, -0.061107102781534195, -0.03029531054198742, -0.03193455934524536, -0.012057771906256676, -0.030858151614665985, -0.033754102885723114, -0.018455227836966515, -0.019944587722420692, -0.008866360411047935, -0.018648214638233185, -0.0032450221478939056, 0.04366706684231758, 0.03919869288802147, 0.026784930378198624, 0.03313259780406952, -0.03063715063035488, -0.037040527909994125, 0.09917429089546204, 0.004450040403753519, -0.008535424247384071, -0.07016491889953613, -0.05287688598036766, 0.03158464655280113, 0.03823266550898552, -0.02678612992167473, -0.009114655666053295, 0.09507513046264648, 0.0014875642955303192, 0.002942063147202134, 0.0036251305136829615, -0.038243722170591354, -0.0024162663612514734, -0.0023129575420171022, -0.006974231917411089, -0.0034544633235782385, -0.06859666854143143, -0.0001090514415409416, 0.013397607021033764, 0.04783767834305763, -0.07207373529672623, -0.049057070165872574, -0.023292427882552147, 0.03364066407084465, 0.027052320539951324, -0.013363340869545937, -0.04262913018465042, 0.004037831909954548, -0.03898674622178078, -0.024401996284723282, 0.0065812538377940655, 0.016632655635476112, 0.01767118088901043, 0.05297631025314331, 0.011090300977230072, -0.032044295221567154, 0.03666914626955986, 0.03469068929553032, 0.06718014925718307, 0.051080815494060516, -0.02663245238363743, 0.029031995683908463, -0.030769778415560722, 0.021703070029616356, -0.0042103654704988, -0.035712216049432755, -0.04128827899694443, -0.0673217624425888, -0.006980086676776409, 0.00850712601095438, 0.00038218707777559757, -0.010122672654688358, 0.04401330277323723, -0.007504966575652361, -0.0021110717207193375, 0.0032305738423019648, 0.03817445784807205, 0.045361582189798355, -0.045013993978500366, 0.05662257596850395, -0.0037842036690562963, 0.036303527653217316, -0.05373656749725342, 0.017816152423620224, -0.004585933405905962, -0.015326308086514473, 0.012719816528260708, 0.07031814754009247, 0.018351109698414803, 0.04202666133642197, 0.06452708691358566, 0.020108532160520554, -0.038781534880399704, 0.05282454192638397, 0.03386767953634262, -0.031122321262955666, -0.055493149906396866, 0.01334555447101593, -0.02141510881483555, -0.044986702501773834, -0.006757546216249466, -0.04283072054386139, 0.026220213621854782, 0.03039400838315487, -0.004315218422561884, -0.014315180480480194, 0.03586295247077942, -0.017182406038045883, -0.021599039435386658, -0.056689802557229996, -0.04328366741538048, 0.010743885301053524, -0.04071184620261192, 0.02813287079334259, 0.03412288799881935, -0.000569207826629281, 0.06645428389310837, 0.04053116217255592, -0.040673576295375824, -0.0555458627641201, 0.04228906333446503, 0.03113405965268612, -0.04595933109521866, -0.04918413609266281, -0.03533134609460831, 0.05185342952609062, 0.018942691385746002, -0.009942466393113136, -0.07021547108888626, -0.00038969365414232016, 0.057989560067653656, -0.04454127699136734, 0.05538885295391083, -0.0030876421369612217, 0.0465380996465683, 0.057098325341939926, -0.00815117359161377, 0.01638253591954708, -0.02272559516131878, 0.034167900681495667, 0.003600690746679902, 0.013323680497705936, -0.02047858014702797, -0.03434830531477928, -0.0724276453256607, 0.013559923507273197, 0.018842313438653946, 0.022440150380134583, 0.054372165352106094, -0.006345133762806654, -0.04780195280909538, -0.010198925621807575, 0.04131101444363594, -0.05250656604766846, 0.0282075684517622, 0.0241991113871336, 0.050858937203884125, -0.03497381508350372, -0.019365407526493073, -0.015985382720828056, 0.021489756181836128, 0.03837152197957039, -0.010448996908962727, -0.03717642277479172, -0.01693417876958847, 0.026885084807872772, -0.010628852993249893, -0.03403163701295853, -0.08801372349262238, 0.03346521407365799, -0.034369733184576035, -0.012700644321739674, 0.04470397159457207, 0.02506573498249054, 0.0472005195915699, 0.022319212555885315, 0.0034278221428394318, 0.02041216380894184, -0.051600731909275055, 0.044566646218299866, -0.033144909888505936, -0.019472792744636536, -0.017426270991563797, -0.025354020297527313, -0.01867513172328472, -0.031093861907720566, -0.04872492700815201, -0.046663619577884674, -0.006574529688805342, 0.04887225851416588, -0.02081405557692051, -0.010067712515592575, -0.022142114117741585, 0.0312250517308712, -0.02064848691225052, -0.022667525336146355, -0.020252395421266556, -0.029829809442162514, -0.0700955018401146, -0.04804663732647896, 0.028410671278834343, -0.02885531075298786, 0.028737332671880722, 0.011997096240520477, 0.0010960958898067474, 0.03517196699976921, 0.008270117454230785, 0.0007517156773246825, 0.023395786061882973, -0.012741131708025932, -0.04109398275613785, -0.03433629497885704, 0.019602542743086815, 0.018363365903496742, 0.04906243085861206, -0.03869714215397835, 0.017624307423830032, 0.02226439118385315, -0.05265261232852936, -0.017887594178318977, 0.03331289067864418, 0.027148529887199402, -0.06646081060171127, -0.051262155175209045, -0.028912607580423355, -0.045489002019166946, 0.016274452209472656, -0.015597543679177761, -0.012180298566818237, 0.03321046754717827, 0.036246608942747116, 0.039432600140571594, -0.0023791694547981024, -0.02485867589712143, 0.012499242089688778, -0.020908480510115623, 0.006581021472811699, -0.06439134478569031, 0.04475123807787895, -0.021809466183185577, 0.014999683946371078, 0.0012125269277021289, -0.0015880800783634186, -0.052240513265132904, 0.025792164728045464, 0.0007667702157050371, -0.014569603838026524, -0.012427487410604954, 0.008694298565387726, -0.015138075686991215, 0.027712861075997353, -0.02988581731915474, 0.017067743465304375, -0.05149060860276222, 0.05577952787280083, -0.024670343846082687, 0.004519971087574959, -0.019841616973280907, -0.005773586221039295, -0.029805373400449753, -0.030140211805701256, -0.01992001011967659, -0.06485948711633682, 0.04329228028655052, 0.038942452520132065, 0.050030529499053955, 0.02036292292177677, -0.043861206620931625, 0.004880787339061499, 0.024232685565948486, -0.04733804240822792, -0.010652804747223854, 0.006418453063815832, 0.04542277008295059, 0.012454058043658733, 0.050371672958135605, 0.018166804686188698, -0.0429808534681797, -0.06277712434530258, 0.033007461577653885, 0.01705881394445896, 0.0025917275343090296, 0.021104156970977783, 0.025244852527976036, 0.06843961030244827, 0.045203812420368195, -0.02832791395485401, -0.011464271694421768, -0.010887828655540943, -0.02618108130991459, 0.030206510797142982, 0.007023676764219999, -0.0028872089460492134, 0.007177889812737703, -0.028681807219982147, -0.02133408933877945, 0.06567484140396118, 0.0128933722153306, 0.028437653556466103, -0.01625978760421276, -0.04100458323955536, 0.0004065318207722157, -0.005267202854156494, -0.05153064802289009, -0.0033132839016616344, 0.01046057976782322, -0.03294926881790161, 0.07619084417819977, -0.009879278019070625, 0.03960219770669937, 0.04521865397691727, 0.01735456846654415, -0.017445173114538193, 0.04880661144852638, -0.012391357682645321, -0.004001070279628038, 0.039034441113471985, -0.05773625895380974, -0.018398772925138474, -0.032838452607393265, 0.08140409737825394, -0.08623302727937698, 0.046535030007362366, 0.05385281518101692, 0.010125122964382172, 0.028477584943175316, -0.02273879200220108, -0.03642015904188156, 0.03312571346759796, -0.0423419363796711, 0.07654105126857758, 0.026657752692699432, -0.06711333990097046, 0.05142269656062126, 0.019279221072793007, -0.08187814056873322, 0.03230860084295273, 0.03105701506137848, 0.007520237006247044, 0.012234752997756004, 0.0399898961186409, -0.06393556296825409, 0.026349971070885658, -0.036622289568185806, 0.027121933177113533, -0.050781529396772385, -0.009158008731901646, 0.009164800867438316, -0.050995733588933945, -0.021915065124630928, 0.008742804639041424, -0.012388146482408047, -0.004416706971824169, 0.00016524847887922078, -0.037927430123090744, -0.027335334569215775, 0.0024881891440600157, 0.019183427095413208, -0.0289628766477108, -0.006130073685199022, -0.038923487067222595, -0.005944381467998028, 0.01906253583729267, 0.0028095580637454987, -0.02556566521525383, -0.017623815685510635, 0.019559010863304138, -0.06671087443828583, -0.04462112858891487, 0.04632033407688141, -0.013132335618138313, -0.020254991948604584, 0.03191075474023819, -0.012492661364376545, 0.006916561629623175, 0.04547528177499771, 0.003549488028511405, 0.04384603723883629, -0.05022069439291954, -0.011920281685888767, -0.01394813321530819, 0.023749684914946556, -0.004436468705534935, -0.008947031572461128, 0.0440288670361042, 0.055211521685123444, 0.012161634862422943, 0.010844938457012177, -0.03533864766359329, -0.02068794146180153, 0.03564419597387314, -0.030810881406068802, 0.014693527482450008, 0.0037824271712452173, -0.0445188470184803, -0.03227339684963226, -0.010125339031219482, -0.002066344255581498, 0.04525808244943619, -0.06003350764513016, 0.0012612517457455397, 0.04764138534665108, -0.036645956337451935, -0.053143780678510666, -0.07124222815036774, -0.04763909801840782, -0.02722407877445221, 0.046498339623212814, 0.03087313286960125, -0.04856419190764427, 0.008624140173196793, -0.042142730206251144, -0.059292931109666824, 0.02284363843500614, 0.017030280083417892, -0.026365632191300392, 0.057753536850214005, 0.027739616110920906, -0.06345221400260925, 0.01790238730609417, 0.06455708295106888, -0.03549940884113312, 0.03849271684885025, 0.022149482741951942, 0.01834511011838913, 0.024010971188545227, 0.03604411333799362, -0.0313202440738678, -0.03595574200153351, -0.045975033193826675, -0.04147033020853996, -0.023132970556616783, -0.013766554184257984, 0.05312652513384819 ]
AnonymousSub/rule_based_hier_triplet_epochs_1_shard_1_wikiqa_copy
[ "pytorch", "bert", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "BertModel" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
1
null
--- language: - multilingual - ab - af - sq - am - ar - hy - as - az - ba - eu - be - bn - bs - br - bg - my - yue - ca - ceb - km - zh - cv - hr - cs - da - dv - nl - en - eo - et - fo - fi - fr - gl - lg - ka - de - el - gn - gu - ht - cnh - ha - haw - he - hi - hu - is - id - ia - ga - it - ja - jv - kb - kn - kk - rw - ky - ko - ku - lo - la - lv - ln - lt - lm - mk - mg - ms - ml - mt - gv - mi - mr - mn - ne - no - nn - oc - or - ps - fa - pl - pt - pa - ro - rm - rm - ru - sah - sa - sco - sr - sn - sd - si - sk - sl - so - hsb - es - su - sw - sv - tl - tg - ta - tt - te - th - bo - tp - tr - tk - uk - ur - uz - vi - vot - war - cy - yi - yo - zu language_bcp47: - zh-HK - zh-TW - fy-NL datasets: - common_voice - multilingual_librispeech tags: - speech - xls_r - xls_r_pretrained license: apache-2.0 --- # Wav2Vec2-XLS-R-2B [Facebook's Wav2Vec2 XLS-R](https://ai.facebook.com/blog/xls-r-self-supervised-speech-processing-for-128-languages) counting **2 billion** parameters. ![model image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/xls_r.png) XLS-R is Facebook AI's large-scale multilingual pretrained model for speech (the "XLM-R for Speech"). It is pretrained on 436k hours of unlabeled speech, including VoxPopuli, MLS, CommonVoice, BABEL, and VoxLingua107. It uses the wav2vec 2.0 objective, in 128 languages. When using the model make sure that your speech input is sampled at 16kHz. **Note**: This model should be fine-tuned on a downstream task, like Automatic Speech Recognition, Translation, or Classification. Check out [**this blog**](https://huggingface.co/blog/fine-tune-xlsr-wav2vec2) for more information about ASR. [XLS-R Paper](https://arxiv.org/abs/2111.09296) Authors: Arun Babu, Changhan Wang, Andros Tjandra, Kushal Lakhotia, Qiantong Xu, Naman Goyal, Kritika Singh, Patrick von Platen, Yatharth Saraf, Juan Pino, Alexei Baevski, Alexis Conneau, Michael Auli **Abstract** This paper presents XLS-R, a large-scale model for cross-lingual speech representation learning based on wav2vec 2.0. We train models with up to 2B parameters on 436K hours of publicly available speech audio in 128 languages, an order of magnitude more public data than the largest known prior work. Our evaluation covers a wide range of tasks, domains, data regimes and languages, both high and low-resource. On the CoVoST-2 speech translation benchmark, we improve the previous state of the art by an average of 7.4 BLEU over 21 translation directions into English. For speech recognition, XLS-R improves over the best known prior work on BABEL, MLS, CommonVoice as well as VoxPopuli, lowering error rates by 20%-33% relative on average. XLS-R also sets a new state of the art on VoxLingua107 language identification. Moreover, we show that with sufficient model size, cross-lingual pretraining can outperform English-only pretraining when translating English speech into other languages, a setting which favors monolingual pretraining. We hope XLS-R can help to improve speech processing tasks for many more languages of the world. The original model can be found under https://github.com/pytorch/fairseq/tree/master/examples/wav2vec#wav2vec-20. # Usage See [this google colab](https://colab.research.google.com/github/patrickvonplaten/notebooks/blob/master/Fine_Tune_XLS_R_on_Common_Voice.ipynb) for more information on how to fine-tune the model. You can find other pretrained XLS-R models with different numbers of parameters: * [300M parameters version](https://huggingface.co/facebook/wav2vec2-xls-r-300m) * [1B version version](https://huggingface.co/facebook/wav2vec2-xls-r-1b) * [2B version version](https://huggingface.co/facebook/wav2vec2-xls-r-2b)
[ -0.008015342988073826, -0.01909538172185421, -0.013584112748503685, 0.0618465356528759, 0.023874640464782715, 0.026007728651165962, 0.0004903995431959629, -0.00755222886800766, -0.046769846230745316, 0.029348140582442284, -0.009961056523025036, -0.04205324500799179, 0.0011406390694901347, 0.019406313076615334, -0.013365023769438267, 0.007859517820179462, -0.017187831923365593, -0.018091438338160515, -0.0908162072300911, -0.013129099272191525, 0.03589176386594772, 0.002555627841502428, -0.016126949340105057, 0.05045977979898453, 0.015218817628920078, 0.0072017512284219265, -0.007769077550619841, 0.0234234482049942, 0.034768056124448776, -0.04838913306593895, -0.00735000055283308, -0.036884430795907974, -0.06536184251308441, -0.030301731079816818, -0.021731460466980934, -0.026119405403733253, -0.017466319724917412, 0.003556304844096303, 0.022074606269598007, 0.07632429152727127, 0.0034417465794831514, 0.025184182450175285, -0.022697655484080315, -0.040445201098918915, 0.028433378785848618, -0.021868042647838593, -0.009388543665409088, -0.03292379900813103, 0.006839680951088667, -0.028423164039850235, -0.0472603440284729, -0.06680269539356232, -0.03134902939200401, -0.0018651420250535011, -0.006650577764958143, 0.0007515914621762931, -0.04915463924407959, 0.015426017343997955, 0.06059999391436577, -0.053369224071502686, -0.037280112504959106, 0.01857476495206356, -0.07985721528530121, 0.02252882346510887, 0.025316458195447922, -0.027418717741966248, -0.012445463798940182, -0.03636603057384491, 0.02843698486685753, -0.005655340384691954, 0.03803807124495506, -0.035597532987594604, 0.015643753111362457, -0.08434753119945526, 0.008574147708714008, -0.014963229186832905, 0.06759889423847198, 0.013359890319406986, -0.045411162078380585, 0.0677744597196579, 0.03176530823111534, -0.020575061440467834, 0.03243624418973923, -0.003398638917133212, -0.03757823258638382, 0.022138003259897232, -0.04958853870630264, -0.0009001466096378863, 0.012542827986180782, 0.05881680175662041, -0.042209986597299576, -0.02800329588353634, 0.010568964295089245, -0.025444818660616875, -0.014125771820545197, 0.00508942361921072, 0.034291282296180725, -0.006117089651525021, 0.03639892116189003, 0.03612865135073662, 0.004197968635708094, 0.0641244426369667, -0.024434249848127365, 0.05154639109969139, 0.01703527197241783, 0.0034577923361212015, -0.031100429594516754, -0.022638743743300438, -0.004111528862267733, 0.01205574069172144, 0.03249432146549225, -0.035703305155038834, -0.016115855425596237, 0.055817484855651855, 0.004065880551934242, -0.05281444638967514, 0.043395109474658966, -0.004039857070893049, -0.04015569016337395, -0.04608656093478203, 0.07235128432512283, 0.023382510989904404, 0.011306525208055973, 0.04391421377658844, -0.04600198566913605, 0.02749016135931015, -0.05916760489344597, -0.031160419806838036, 0.008605394512414932, 0.022537991404533386, -0.036309339106082916, 0.048570990562438965, 0.04058537632226944, -0.07835119217634201, 0.029934292659163475, -0.021318404003977776, -0.06145678460597992, 0.019129320979118347, 0.0016433848068118095, 0.09565123915672302, -0.04188630357384682, -0.04498119652271271, 0.01422657910734415, 0.002992853056639433, -0.03832021728157997, 0.015393991023302078, -0.0047376323491334915, -0.015215215273201466, -0.010548816062510014, -0.014018675312399864, 0.033999327570199966, -0.05522160604596138, 0.00947791337966919, 0.059971410781145096, -0.0232891533523798, 0.02989397756755352, -0.031097598373889923, -0.008422380313277245, 0.009368406608700752, -0.014991551637649536, -0.0021392148919403553, 0.04039665684103966, 0.007685333024710417, -0.012545954436063766, -0.06064826622605324, -0.05682610347867012, -0.008295750245451927, 0.057071294635534286, -0.0007406501681543887, -0.012249026447534561, -0.0399482399225235, 0.006052836310118437, 0.027176525443792343, 0.02208423800766468, -0.02101736143231392, 0.028884559869766235, 0.037315331399440765, 0.029535509645938873, -0.0044923764653503895, 0.05329073965549469, 0.019589880481362343, -0.04581519961357117, -0.04115164279937744, 0.013430354185402393, 0.03355569392442703, -0.03667658939957619, -0.008720079436898232, 0.040123771876096725, 0.028680330142378807, -0.0233186986297369, -0.005916266702115536, 0.07267365604639053, -0.013761276379227638, -0.015236755833029747, -0.012442488223314285, -0.028223535045981407, -0.045512475073337555, 0.05473248288035393, -0.01947963610291481, 0.00536112766712904, -0.018038207665085793, -0.022676391527056694, 0.006060589104890823, 0.04044900834560394, 0.058324601501226425, 0.04594767093658447, -0.014501422643661499, 0.09253508597612381, -0.0182432122528553, -0.01798185147345066, -0.05747963488101959, -0.05237901955842972, -0.03646143898367882, 0.05975565314292908, 0.031727615743875504, 0.06100659817457199, -0.004256818443536758, -0.013575548306107521, 0.01738080568611622, 0.07430300116539001, 0.04640345647931099, 0.029392369091510773, -0.013236801140010357, -0.003456961363554001, 0.06999154388904572, 0.07237427681684494, -0.07356142997741699, -0.04243213310837746, 0.05743475258350372, 0.018083084374666214, -0.04666861146688461, 0.022603310644626617, -0.01316102221608162, 0.03971676155924797, -0.04011025279760361, -0.06499771028757095, 0.04709254205226898, 0.012689178809523582, -0.00248008337803185, 0.008894345723092556, -0.007962741889059544, 0.026375334709882736, 0.050558902323246, 0.04544774070382118, 0.009911506436765194, -0.03183279559016228, -0.021350780501961708, -0.006187125574797392, 0.0389239676296711, -0.042456917464733124, 0.021231312304735184, 0.004306787624955177, 0.03679471090435982, 0.04715295508503914, -0.056406792253255844, 0.024542849510908127, 0.014724381268024445, -0.036060743033885956, -0.046267978847026825, 0.023552007973194122, -0.004437657538801432, 0.011499942280352116, 0.07218156009912491, -0.02006666548550129, 0.06925998628139496, 0.007241410668939352, 0.03263073414564133, 0.0627150684595108, 0.003016928443685174, 0.012915152125060558, 0.033888790756464005, 0.0675378367304802, -0.015399612486362457, -0.0020028254948556423, 0.040197908878326416, -0.05060121789574623, -0.004532515536993742, -0.020824739709496498, 0.01893400400876999, 0.018166808411478996, 0.004207291640341282, 0.0007406117510981858, -0.0021624097134917974, -0.023860597983002663, 0.011536635458469391, -0.027435671538114548, -0.0004636335070244968, 0.023877626284956932, -0.02895786240696907, 0.0030820637475699186, 0.01436601672321558, -0.007541685830801725, 0.042810194194316864, -0.058504264801740646, -0.049409110099077225, -0.0060482993721961975, -0.012331102043390274, 0.008854014798998833, -0.07406716793775558, -0.018039444461464882, -0.055426955223083496, 0.0011169351637363434, 0.0361795574426651, 0.016086051240563393, -0.00397162139415741, -0.03347643464803696, 0.02593601495027542, -0.06192466616630554, -0.020231513306498528, -0.05974409356713295, -0.042844925075769424, -0.04145851358771324, -0.06523820757865906, 0.030901862308382988, 0.03699231520295143, 0.025171402841806412, 0.017563799396157265, 0.01945320889353752, -0.03307398408651352, -0.02622009441256523, 0.04740329831838608, 0.05587690696120262, -0.03384294733405113, -0.02712426893413067, 0.0521063506603241, -0.010646266862750053, 0.021265652030706406, 0.0051675052382051945, -0.013089715503156185, 0.06727943569421768, 0.09073202311992645, 0.024878839030861855, -0.005630158819258213, 0.009451918303966522, -0.05957799032330513, -0.04804963991045952, -0.029799263924360275, -0.024755844846367836, -0.02338564768433571, -0.04939114674925804, -0.020401936024427414, -0.029298245906829834, -0.04808564484119415, 0.000782360031735152, -0.017131716012954712, 0.0038506914861500263, 0.0350852906703949, 0.031761690974235535, 0.02054356224834919, 0.0487491711974144, -0.04479989409446716, -0.025387635454535484, 0.06356124579906464, 0.0007224100991152227, 0.004148536827415228, -0.060125235468149185, -0.025369392707943916, 0.03883615508675575, 0.00027141597820445895, -0.02426137588918209, -0.036314789205789566, 0.0681123360991478, 0.0032788990065455437, -0.01139738131314516, -0.02158515341579914, -0.0042208475060760975, -0.011275902390480042, 0.031018052250146866, -0.007737312465906143, -0.02581348828971386, -0.06413383036851883, 0.005808068439364433, 0.010503417812287807, 0.06120689958333969, -0.053346067667007446, -0.06280376762151718, -0.01859409175813198, 0.027258679270744324, 0.007879884913563728, -0.0045826490968465805, -0.035252735018730164, 0.022868428379297256, -0.04700418561697006, -0.01920390874147415, -0.020104311406612396, 0.023145165294408798, -0.007915135473012924, 0.06037427484989166, 0.02774421125650406, -0.028787581250071526, 0.035925690084695816, 0.03304203227162361, 0.045437272638082504, 0.026896871626377106, -0.048074476420879364, 0.02562130056321621, -0.028084730729460716, 0.009764562360942364, -0.0037399132270365953, -0.03190675005316734, -0.029296904802322388, -0.08386453986167908, -0.007609131745994091, 0.028296537697315216, -0.051871079951524734, -0.012318843975663185, 0.050804831087589264, -0.027223655954003334, -0.011869505979120731, -0.006704912055283785, 0.017528707161545753, 0.019806481897830963, -0.052060626447200775, 0.0361567884683609, -0.03786108270287514, 0.04858541116118431, -0.07354842871427536, 0.02018403448164463, -0.001796608092263341, 0.0017309273825958371, -0.0011408537393435836, 0.06673161685466766, -0.0076098269782960415, 0.024693427607417107, 0.04701491445302963, 0.018015440553426743, -0.04069536179304123, 0.04885644093155861, 0.020034193992614746, -0.007229400798678398, -0.047384511679410934, 0.03998246788978577, -0.02719756029546261, -0.027633938938379288, 0.03291305899620056, -0.03004050999879837, 0.01917058229446411, 0.035717930644750595, 0.0026897843927145004, -0.020092200487852097, 0.037761371582746506, -0.03324699029326439, -0.0369706004858017, -0.03154344856739044, -0.04105282947421074, 0.0036726442631334066, -0.02173883095383644, 0.03302064538002014, 0.03889143466949463, 0.028792301192879677, 0.06335081905126572, 0.04954604431986809, -0.0373847670853138, -0.03153511881828308, 0.026203323155641556, 0.03763491287827492, -0.05272969231009483, -0.05995393171906471, -0.0375206433236599, 0.04118189960718155, 0.0335046648979187, 0.008863411843776703, -0.059705011546611786, 0.02598111517727375, 0.06792345643043518, -0.00469229044392705, 0.032505664974451065, 0.0006730165332555771, 0.03797559440135956, 0.04177212715148926, -0.028100254014134407, 0.0007002353668212891, -0.015898117795586586, 0.03222037851810455, -0.033579420298337936, 0.01979122683405876, -0.01027668546885252, -0.040616098791360855, -0.04684579744935036, 0.01826299913227558, 0.027397798374295235, 0.035302646458148956, 0.05095328390598297, -0.01431907806545496, -0.04170514643192291, -0.0109388567507267, 0.05515017732977867, -0.056498680263757706, 0.04231536015868187, 0.028881818056106567, 0.02793271653354168, -0.04911604896187782, -0.024562016129493713, 0.006503688171505928, 0.024852167814970016, 0.026453884318470955, -0.014214401133358479, -0.02713332138955593, -0.07149996608495712, 0.03537800908088684, -0.0006629172130487859, -0.013770081102848053, -0.08141491562128067, 0.026570050045847893, -0.052099164575338364, -0.03976145014166832, 0.05515141040086746, 0.02996109053492546, 0.03848426789045334, 0.05329899862408638, 0.027956806123256683, 0.012644583359360695, -0.06012323871254921, 0.062146447598934174, 0.0003989714023191482, -0.008223138749599457, -0.022361280396580696, -0.020249642431735992, -0.005139400716871023, -0.04113002121448517, -0.06255020201206207, -0.021451635286211967, -0.013295848853886127, 0.053045712411403656, -0.019903212785720825, 0.006728115491569042, -0.025651440024375916, 0.029548175632953644, -0.015228324569761753, -0.035606056451797485, -0.025396984070539474, -0.03148738667368889, -0.09505051374435425, -0.04850287735462189, 0.025726864114403725, 0.005770633928477764, 0.012079671956598759, -0.005898904986679554, 0.01569654606282711, 0.05518537759780884, 0.012791410088539124, -0.017543649300932884, 0.04551827162504196, 0.002369822934269905, -0.025996306911110878, -0.04272456094622612, 0.008703992702066898, 0.022670630365610123, 0.029140355065464973, -0.03066539391875267, 0.02599465101957321, 0.0035706511698663235, -0.0372510589659214, -0.0160622950643301, 0.0349213182926178, 0.03404618799686432, -0.07010351866483688, -0.06434892863035202, -0.028078703209757805, -0.05105052888393402, 0.05676215514540672, -0.02187415026128292, -0.04106580838561058, 0.04379710182547569, 0.05914432555437088, 0.041633762419223785, 0.0032763700000941753, -0.04066871479153633, 0.0021815230138599873, 0.0032432768493890762, 0.014265833422541618, -0.060135431587696075, 0.04488326609134674, -0.017383571714162827, 0.020622778683900833, -0.01869300752878189, -0.018194125965237617, -0.0333346351981163, 0.0024292662274092436, -0.027636952698230743, -0.013490424491465092, -0.019047824665904045, 0.004971085581928492, -0.017815478146076202, 0.06111522763967514, -0.0283603984862566, 0.0202923770993948, -0.036717623472213745, 0.029645821079611778, -0.05083593726158142, -0.000976012961473316, -0.014863666146993637, 0.004331084433943033, -0.02377217449247837, -0.012341256253421307, 0.007103057578206062, -0.052135318517684937, 0.04510049149394035, 0.04156990721821785, 0.01414752472192049, 0.02065409906208515, -0.023088229820132256, -0.012713223695755005, 0.00047599137178622186, -0.07739691436290741, 0.0007132259197533131, -0.004306291230022907, 0.00368844298645854, -0.016571037471294403, 0.03666265308856964, 0.028369294479489326, -0.05614946410059929, -0.016560770571231842, 0.041034720838069916, 0.003115204395726323, 0.0014819636708125472, 0.018205391243100166, 0.02138388343155384, 0.057470280677080154, 0.05503899231553078, -0.046017181128263474, 0.01801091805100441, -0.013500778004527092, -0.026471683755517006, 0.025512760505080223, -0.002948732115328312, 0.01376014668494463, 0.015596633777022362, -0.0075553953647613525, -0.019586831331253052, 0.08147811144590378, 0.036559734493494034, 0.024574119597673416, -0.001099830842576921, -0.03899014741182327, 0.040136776864528656, 0.009058050811290741, -0.06319041550159454, 0.024719856679439545, 0.005888768471777439, -0.018837010487914085, 0.071790911257267, -0.03038669005036354, 0.03653134033083916, 0.029150746762752533, 0.010887015610933304, 0.004454826004803181, 0.026293542236089706, -0.03266551345586777, -0.004666291642934084, 0.030631953850388527, -0.05199609324336052, -0.002288290299475193, -0.0342664010822773, 0.062290970236063004, -0.07345205545425415, 0.05203815922141075, 0.04673154652118683, -0.0026653597597032785, 0.03878318518400192, -0.0020901397801935673, -0.04080163314938545, 0.05190890282392502, -0.026370247825980186, 0.07861778140068054, 0.015148628503084183, -0.07354959845542908, 0.08602157235145569, 0.017937809228897095, -0.06677373498678207, 0.05923546850681305, 0.027826763689517975, 0.006268785800784826, 0.05162617564201355, 0.02297320030629635, -0.04782065004110336, 0.03383425250649452, -0.03324753791093826, 0.03812255337834358, -0.04363973066210747, -0.005382626783102751, 0.03685316815972328, -0.02839585207402706, -0.0195569209754467, 0.01639561727643013, -0.01630384661257267, -0.000545118295121938, 0.0075843906961381435, -0.07061609625816345, -0.026200274005532265, 0.014277398586273193, 0.04470028355717659, -0.04123012721538544, -0.0246009211987257, -0.052242424339056015, 0.04307788982987404, 0.02406022697687149, 0.01337978895753622, -0.030853956937789917, 0.006196156609803438, 0.04360105097293854, -0.09211375564336777, -0.03571327403187752, 0.06120939552783966, 0.011927715502679348, -0.016289187595248222, 0.0185227207839489, 0.01238927710801363, 0.0026041348464787006, 0.012176848948001862, -0.0031997777987271547, 0.02647031657397747, -0.06437867879867554, 0.01276430580765009, 0.00245737936347723, 0.014958727173507214, 0.019320515915751457, -0.023004572838544846, 0.027669116854667664, 0.04476172849535942, 0.048375919461250305, 0.021870488300919533, -0.038018662482500076, -0.00791990477591753, 0.02640555426478386, -0.05935445427894592, 0.01777266338467598, 0.026815049350261688, -0.05613461509346962, -0.019770484417676926, 0.018257834017276764, 0.013497390784323215, 0.025972548872232437, -0.03443513810634613, -0.0026396994944661856, 0.00560004822909832, -0.01635596714913845, -0.03777528926730156, -0.06306006014347076, -0.03503648564219475, -0.039044685661792755, 0.03816920518875122, 0.040440820157527924, -0.06119534373283386, 0.006697727832943201, -0.04641599953174591, -0.08189807087182999, 0.030101221054792404, 0.0372130386531353, -0.006900380831211805, 0.05423683673143387, 0.05375761538743973, -0.044458042830228806, 0.026768598705530167, 0.03042546845972538, -0.016790306195616722, 0.04446735233068466, 0.0005074465880170465, 0.004977553617209196, 0.04378057271242142, 0.041632115840911865, 0.02147354744374752, -0.017317404970526695, -0.04804601892828941, -0.031166061758995056, 0.005425118841230869, 0.022870836779475212, 0.03415343165397644 ]
AnonymousSub/rule_based_only_classfn_epochs_1_shard_1
[ "pytorch", "bert", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "BertModel" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
4
null
--- language: - multilingual - fr - de - es - ca - it - ru - zh - pt - fa - et - mn - nl - tr - ar - sv - lv - sl - ta - ja - id - cy - en datasets: - common_voice - multilingual_librispeech - covost2 tags: - speech - xls_r - automatic-speech-recognition - xls_r_translation pipeline_tag: automatic-speech-recognition license: apache-2.0 widget: - example_title: Swedish src: https://cdn-media.huggingface.co/speech_samples/cv_swedish_1.mp3 - example_title: Arabic src: https://cdn-media.huggingface.co/speech_samples/common_voice_ar_19058308.mp3 - example_title: Russian src: https://cdn-media.huggingface.co/speech_samples/common_voice_ru_18849022.mp3 - example_title: German src: https://cdn-media.huggingface.co/speech_samples/common_voice_de_17284683.mp3 - example_title: French src: https://cdn-media.huggingface.co/speech_samples/common_voice_fr_17299386.mp3 - example_title: Indonesian src: https://cdn-media.huggingface.co/speech_samples/common_voice_id_19051309.mp3 - example_title: Italian src: https://cdn-media.huggingface.co/speech_samples/common_voice_it_17415776.mp3 - example_title: Japanese src: https://cdn-media.huggingface.co/speech_samples/common_voice_ja_19482488.mp3 - example_title: Mongolian src: https://cdn-media.huggingface.co/speech_samples/common_voice_mn_18565396.mp3 - example_title: Dutch src: https://cdn-media.huggingface.co/speech_samples/common_voice_nl_17691471.mp3 - example_title: Russian src: https://cdn-media.huggingface.co/speech_samples/common_voice_ru_18849022.mp3 - example_title: Turkish src: https://cdn-media.huggingface.co/speech_samples/common_voice_tr_17341280.mp3 - example_title: Catalan src: https://cdn-media.huggingface.co/speech_samples/common_voice_ca_17367522.mp3 - example_title: English src: https://cdn-media.huggingface.co/speech_samples/common_voice_en_18301577.mp3 - example_title: Dutch src: https://cdn-media.huggingface.co/speech_samples/common_voice_nl_17691471.mp3 --- # Wav2Vec2-XLS-R-300M-21-EN Facebook's Wav2Vec2 XLS-R fine-tuned for **Speech Translation.** ![model image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/xls_r.png) This is a [SpeechEncoderDecoderModel](https://huggingface.co/transformers/model_doc/speechencoderdecoder.html) model. The encoder was warm-started from the [**`facebook/wav2vec2-xls-r-300m`**](https://huggingface.co/facebook/wav2vec2-xls-r-300m) checkpoint and the decoder from the [**`facebook/mbart-large-50`**](https://huggingface.co/facebook/mbart-large-50) checkpoint. Consequently, the encoder-decoder model was fine-tuned on 21 `{lang}` -> `en` translation pairs of the [Covost2 dataset](https://huggingface.co/datasets/covost2). The model can translate from the following spoken languages `{lang}` -> `en` (English): {`fr`, `de`, `es`, `ca`, `it`, `ru`, `zh-CN`, `pt`, `fa`, `et`, `mn`, `nl`, `tr`, `ar`, `sv-SE`, `lv`, `sl`, `ta`, `ja`, `id`, `cy`} -> `en` For more information, please refer to Section *5.1.2* of the [official XLS-R paper](https://arxiv.org/abs/2111.09296). ## Usage ### Demo The model can be tested directly on the speech recognition widget on this model card! Simple record some audio in one of the possible spoken languages or pick an example audio file to see how well the checkpoint can translate the input. ### Example As this a standard sequence to sequence transformer model, you can use the `generate` method to generate the transcripts by passing the speech features to the model. You can use the model directly via the ASR pipeline ```python from datasets import load_dataset from transformers import pipeline # replace following lines to load an audio file of your choice librispeech_en = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") audio_file = librispeech_en[0]["file"] asr = pipeline("automatic-speech-recognition", model="facebook/wav2vec2-xls-r-300m-21-to-en", feature_extractor="facebook/wav2vec2-xls-r-300m-21-to-en") translation = asr(audio_file) ``` or step-by-step as follows: ```python import torch from transformers import Speech2Text2Processor, SpeechEncoderDecoderModel from datasets import load_dataset model = SpeechEncoderDecoderModel.from_pretrained("facebook/wav2vec2-xls-r-300m-21-to-en") processor = Speech2Text2Processor.from_pretrained("facebook/wav2vec2-xls-r-300m-21-to-en") ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") inputs = processor(ds[0]["audio"]["array"], sampling_rate=ds[0]["audio"]["array"]["sampling_rate"], return_tensors="pt") generated_ids = model.generate(input_ids=inputs["input_features"], attention_mask=inputs["attention_mask"]) transcription = processor.batch_decode(generated_ids) ``` ## Results `{lang}` -> `en` See the row of **XLS-R (0.3B)** for the performance on [Covost2](https://huggingface.co/datasets/covost2) for this model. ![results image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/X-%3EEnglish.png) ## More XLS-R models for `{lang}` -> `en` Speech Translation - [Wav2Vec2-XLS-R-300M-21-EN](https://huggingface.co/facebook/wav2vec2-xls-r-300m-21-to-en) - [Wav2Vec2-XLS-R-1B-21-EN](https://huggingface.co/facebook/wav2vec2-xls-r-1b-21-to-en) - [Wav2Vec2-XLS-R-2B-21-EN](https://huggingface.co/facebook/wav2vec2-xls-r-2b-21-to-en) - [Wav2Vec2-XLS-R-2B-22-16](https://huggingface.co/facebook/wav2vec2-xls-r-2b-22-to-16)
[ -0.008125066757202148, -0.03648331016302109, -0.014797959476709366, 0.04833556339144707, 0.05158812925219536, 0.028554487973451614, -0.003345186123624444, -0.020403724163770676, -0.05063701048493385, 0.05478997901082039, 0.004443583078682423, -0.028453240171074867, 0.0020835851319134235, 0.023512428626418114, -0.021051252260804176, -0.022685101255774498, -0.028551707044243813, -0.012256923131644726, -0.07262436300516129, -0.027021730318665504, 0.013355137780308723, 0.02348117157816887, -0.02275615744292736, 0.036228105425834656, 0.0034215322230011225, 0.0127835962921381, -0.01580544002354145, 0.021503211930394173, 0.02238130010664463, -0.051990073174238205, -0.011948823928833008, -0.030946854501962662, -0.045204464346170425, -0.04787436127662659, -0.02107725478708744, -0.021383212879300117, -0.003875653026625514, 0.025100626051425934, 0.018435681238770485, 0.06492432206869125, -0.010827152989804745, 0.015610205940902233, -0.020982997491955757, -0.023546362295746803, 0.030965887010097504, -0.004096714314073324, -0.026174966245889664, -0.026425359770655632, 0.0031735338270664215, -0.032020002603530884, -0.032023731619119644, -0.05114364251494408, -0.015934402123093605, 0.00865847896784544, -0.015493511222302914, -0.022578800097107887, -0.055560674518346786, 0.0010184604907408357, 0.06234894320368767, -0.045838430523872375, -0.035057809203863144, 0.02692992240190506, -0.07962051779031754, 0.009010902605950832, 0.01575361005961895, -0.06597210466861725, 0.005725492723286152, -0.044904675334692, 0.03508022427558899, -0.006659571081399918, 0.05543685331940651, -0.038568317890167236, 0.0221036896109581, -0.08695337176322937, 0.00820113904774189, -0.02360316552221775, 0.027660513296723366, 0.042474351823329926, -0.022770602256059647, 0.0547945573925972, 0.014205793850123882, -0.012863333337008953, 0.03200501203536987, -0.02775738202035427, -0.022304948419332504, 0.04247808828949928, -0.030940186232328415, -0.000834111007861793, 0.027708224952220917, 0.0473267063498497, -0.03422987833619118, -0.039236992597579956, 0.008415589109063148, -0.04528288543224335, 0.009465469047427177, 0.0310649536550045, 0.039418935775756836, -0.04215798154473305, 0.039109665900468826, 0.020316679030656815, -0.009885626845061779, 0.055812131613492966, -0.031374912708997726, 0.054537419229745865, -0.021598035469651222, -0.0002702178026083857, -0.028182823210954666, -0.03887514770030975, -0.04252735152840614, 0.023727934807538986, 0.03610297664999962, -0.04110720008611679, -0.04709208384156227, 0.04117833450436592, -0.008379439823329449, -0.052234191447496414, 0.04523517191410065, -0.03991677984595299, -0.03855026513338089, -0.06478620320558548, 0.037704966962337494, 0.024521486833691597, 0.012198172509670258, 0.04602748155593872, -0.045573119074106216, 0.043540775775909424, -0.04919114336371422, -0.03050800785422325, 0.0208271611481905, -0.0031612205784767866, -0.01809118501842022, 0.037296853959560394, 0.02449517510831356, -0.0655861645936966, 0.012018261477351189, -0.019703848287463188, -0.044231437146663666, 0.03319597244262695, 0.027793802320957184, 0.08854882419109344, -0.04239484295248985, -0.04626946523785591, 0.021805476397275925, 0.017155608162283897, -0.019750818610191345, 0.024563143029808998, 0.015920346602797508, -0.022060967981815338, -0.023845074698328972, -0.0025276271626353264, 0.048001229763031006, -0.04924822971224785, 0.012573029845952988, 0.06060652434825897, -0.021041300147771835, 0.04530424252152443, -0.010818608105182648, -0.012219592928886414, 0.021960796788334846, -0.027238551527261734, 0.0068611642345786095, 0.014243196696043015, 0.019946211948990822, -0.029896361753344536, -0.04660390317440033, -0.061444222927093506, -0.0005499639082700014, 0.05661341920495033, 0.008749102242290974, -0.009461412206292152, -0.05379815399646759, 0.019290640950202942, 0.029715199023485184, 0.0013433455023914576, -0.03359684348106384, 0.02668171562254429, 0.055846188217401505, 0.045957520604133606, 0.011461131274700165, 0.0798259750008583, 0.014492962509393692, -0.028779614716768265, -0.04015234112739563, 0.01071461383253336, 0.03195904567837715, -0.015603483654558659, -0.02040034532546997, 0.04209010303020477, -0.006443419959396124, -0.029449254274368286, -0.01894526556134224, 0.053454846143722534, -0.019807394593954086, -0.023561086505651474, 0.004590712953358889, -0.032816555351018906, -0.04357195273041725, 0.055105824023485184, -0.01625085435807705, 0.01003267616033554, -0.026446618139743805, -0.01719042658805847, -0.007161424029618502, 0.057634830474853516, 0.028501272201538086, 0.039939071983098984, 0.0043013375252485275, 0.08705580979585648, -0.019117506220936775, -0.010160905309021473, -0.04808582738041878, -0.06152981147170067, -0.019004665315151215, 0.050817713141441345, 0.03472394123673439, 0.07640467584133148, -0.0193095151335001, -0.04764442890882492, 0.01977064087986946, 0.07443175464868546, 0.06735837459564209, 0.021181458607316017, -0.015662889927625656, -0.005215364508330822, 0.03301237151026726, 0.05884978920221329, -0.06112896278500557, -0.0434160940349102, 0.027680739760398865, 0.024822935461997986, -0.02914215251803398, 0.00742796715348959, -0.004748285748064518, 0.045093752443790436, -0.026318315416574478, -0.0765305757522583, 0.05782592296600342, 0.013792634941637516, 0.013280772604048252, 0.026486022397875786, -0.008641672320663929, 0.020374171435832977, 0.029020309448242188, 0.017436852678656578, 0.01125706359744072, -0.029813142493367195, 0.015736637637019157, 0.007559054531157017, 0.05371804162859917, -0.04654686525464058, 0.017743205651640892, -0.007836607284843922, 0.02473429962992668, 0.04218384623527527, -0.05176146328449249, 0.030567755922675133, 0.003991028293967247, -0.019817974418401718, -0.03905868157744408, 0.004025585483759642, 0.0049958000890910625, 0.02688630111515522, 0.07141175121068954, -0.012256325222551823, 0.04461260512471199, 0.00449960445985198, 0.05524887144565582, 0.09337285161018372, 0.024198852479457855, 0.017668189480900764, 0.01320421788841486, 0.05208214372396469, -0.003196902573108673, -0.014032324776053429, 0.07018211483955383, -0.045316752046346664, 0.016224512830376625, -0.029764316976070404, 0.020515838637948036, 0.012354433536529541, 0.02268732152879238, 0.0027688967529684305, -0.0022986179683357477, -0.030002422630786896, 0.021232938393950462, -0.029027769342064857, -0.009124521166086197, 0.04411105811595917, -0.028652135282754898, -0.021591821685433388, -0.005060240160673857, -0.011032095178961754, 0.03283533826470375, -0.07227937877178192, -0.03512576222419739, 0.002057331148535013, -0.02277541346848011, 0.022750448435544968, -0.05159934237599373, -0.03952175751328468, -0.05855445936322212, -0.013984203338623047, 0.030802007764577866, 0.04586058855056763, 0.009626087732613087, -0.039102330803871155, 0.02125527337193489, -0.04872655123472214, -0.03848324343562126, -0.058134619146585464, -0.03075103834271431, -0.02718663401901722, -0.05312950164079666, 0.04628361761569977, 0.029744448140263557, 0.04754812642931938, 0.0035338648594915867, 0.005348996724933386, -0.030778784304857254, -0.045218002051115036, 0.05328680947422981, 0.056780677288770676, -0.029657412320375443, -0.05104348063468933, 0.033877260982990265, -0.017060302197933197, -0.00995518546551466, -0.0001309008221141994, -0.04220208525657654, 0.0746898427605629, 0.0743618905544281, 0.017769567668437958, 0.00630544126033783, 0.0032261149026453495, -0.053818367421627045, -0.048665374517440796, -0.03240538761019707, -0.04019340127706528, -0.011752118356525898, -0.02093871869146824, -0.03776265308260918, -0.03373609110713005, -0.0321756973862648, -0.015872573480010033, 0.00043598798220045865, 0.007474214304238558, 0.041985925287008286, 0.03462439402937889, 0.02675381861627102, 0.0296431016176939, -0.046622440218925476, -0.02878875471651554, 0.09450333565473557, 0.01463361643254757, 0.006591259501874447, -0.06991685181856155, -0.02804652974009514, 0.03185541182756424, 0.014305941760540009, -0.01946244016289711, -0.022793784737586975, 0.08662614971399307, 0.0028195520862936974, 0.005473924335092306, -0.0040203966200351715, -0.009871096350252628, -0.03277350962162018, -0.00022538997291121632, -0.010786457918584347, -0.017300693318247795, -0.06643009930849075, -0.0024643081706017256, 0.021117404103279114, 0.07159963250160217, -0.06117436662316322, -0.05777628719806671, -0.029087333008646965, 0.030918756499886513, -0.005369880236685276, -0.006561513524502516, -0.029202094301581383, 0.01749967597424984, -0.05666465684771538, -0.0355699248611927, -0.011515535414218903, 0.0025132831651717424, 0.008121085353195667, 0.0505591481924057, 0.0013631219044327736, -0.02220098488032818, 0.029106028378009796, 0.02376781590282917, 0.05531401187181473, 0.03669358417391777, -0.03312470763921738, 0.02274327725172043, -0.03156033530831337, 0.01533134188503027, -0.007618586532771587, -0.03271391615271568, -0.046113185584545135, -0.0757809653878212, 0.0003517458972055465, 0.02408549189567566, -0.030414123088121414, -0.02280827984213829, 0.0545041449368, -0.009783560410141945, 0.026097994297742844, -0.0017330946866422892, 0.02036033384501934, 0.026666035875678062, -0.057048361748456955, 0.03351939842104912, -0.015318105928599834, 0.04927283897995949, -0.07637078315019608, 0.020766815170645714, 0.0011299430625513196, -0.014969514682888985, -0.0015276288613677025, 0.07389974594116211, -0.0022904749494045973, 0.02139274962246418, 0.06754739582538605, 0.021756192669272423, -0.03454338386654854, 0.055477574467659, 0.013663510791957378, -0.011428195051848888, -0.05973687395453453, 0.008727355860173702, -0.011675572954118252, -0.04472467675805092, 0.01949675753712654, -0.054534751921892166, 0.01919100433588028, 0.024568568915128708, -0.00232199695892632, -0.01534419134259224, 0.026368366554379463, -0.03480876237154007, -0.047069698572158813, -0.04283741116523743, -0.05672721937298775, 0.018531963229179382, -0.012826468795537949, 0.03543493151664734, 0.033943917602300644, 0.014477104879915714, 0.05445818975567818, 0.04607915133237839, -0.04016968607902527, -0.04290009289979935, 0.04906078800559044, 0.027721058577299118, -0.03166600316762924, -0.05578484386205673, -0.032686665654182434, 0.04277607426047325, 0.02553085796535015, 0.011303846724331379, -0.07578114420175552, 0.024713996797800064, 0.06345873326063156, -0.00830619316548109, 0.04445497319102287, -0.018342580646276474, 0.044500682502985, 0.05001905933022499, -0.02620728500187397, -0.0011559082195162773, -0.01704164780676365, 0.041856907308101654, -0.021010447293519974, 0.00978984497487545, -0.008245287463068962, -0.04020886868238449, -0.07005620747804642, 0.027620546519756317, 0.022092757746577263, 0.027492273598909378, 0.04024994373321533, -0.01848643273115158, -0.0532856360077858, 0.01060892827808857, 0.04419044777750969, -0.05399927496910095, 0.04260379076004028, 0.030939120799303055, 0.04363809898495674, -0.018341194838285446, -0.02312222309410572, -0.0074916803278028965, 0.021418118849396706, 0.04358093813061714, -0.0018204344669356942, -0.03667256236076355, -0.03555665910243988, 0.03425520658493042, -0.031600695103406906, -0.036673035472631454, -0.08276054263114929, 0.014946279115974903, -0.03964553028345108, -0.03245178610086441, 0.0524711012840271, 0.010085994377732277, 0.04715203866362572, 0.026363538578152657, 0.019242960959672928, 0.012452729977667332, -0.04912519082427025, 0.05115458741784096, -0.009954133071005344, -0.013703876174986362, -0.030033554881811142, -0.017300114035606384, -0.012897206470370293, -0.023386282846331596, -0.05434765666723251, -0.020625656470656395, -0.0073235053569078445, 0.056699030101299286, -0.018140411004424095, -0.009843945503234863, -0.02462460659444332, 0.03750521317124367, -0.02386859804391861, -0.03586387261748314, -0.0042199078015983105, -0.019288964569568634, -0.061666522175073624, -0.05569261685013771, 0.026713302358984947, -0.003405624534934759, 0.019837407395243645, 0.0011418432695791125, -0.00028797288541682065, 0.053363386541604996, 0.010198612697422504, 0.0006153107970021665, 0.04977332428097725, -0.01368387509137392, -0.055517181754112244, -0.04665292054414749, 0.025717876851558685, 0.027643540874123573, 0.05804343521595001, -0.02185325138270855, 0.030085038393735886, 0.015845241025090218, -0.06196891888976097, -0.01863994263112545, 0.01914862170815468, 0.04167420044541359, -0.06633715331554413, -0.05703722685575485, -0.015043162740767002, -0.05448319390416145, 0.023083847016096115, -0.010263832286000252, -0.017483802512288094, 0.04580013081431389, 0.03765938803553581, 0.04440174996852875, 0.02455829828977585, -0.037179943174123764, 0.016667528077960014, 0.006604485679417849, 0.011007950641214848, -0.06566056609153748, 0.0404261089861393, -0.006601857487112284, 0.006514647044241428, -0.009742269292473793, -0.005189601331949234, -0.0474100224673748, 0.02716132439672947, 0.003761818166822195, -0.030746739357709885, 0.009613174945116043, -0.00099508638959378, -0.010334420017898083, 0.03980819135904312, -0.022690344601869583, 0.02429838851094246, -0.032369326800107956, 0.054436832666397095, -0.027454691007733345, -0.005907292012125254, -0.014595231972634792, -0.012949294410645962, -0.02233569137752056, -0.019404204562306404, -0.011669786646962166, -0.07448598742485046, 0.04415373504161835, 0.032828815281391144, 0.0366942435503006, 0.014081812463700771, -0.03132744878530502, 0.0008352600852958858, -0.00003265115083195269, -0.06304047256708145, -0.010034793056547642, -0.0025307610630989075, 0.019313683733344078, 0.014460626058280468, 0.054706376045942307, 0.019645730033516884, -0.07352904230356216, -0.047818198800086975, 0.029155530035495758, 0.0018847279716283083, -0.00006527048390125856, 0.023969300091266632, 0.03361520171165466, 0.05174381658434868, 0.05192059278488159, -0.041452232748270035, 0.0005326290265657008, -0.013486490584909916, -0.02057003416121006, 0.01912710629403591, -0.0038126669824123383, 0.001871152431704104, 0.012513026595115662, -0.01790538616478443, -0.028176089748740196, 0.06955989450216293, 0.004403168335556984, 0.01296614296734333, -0.02214198373258114, -0.050286319106817245, 0.016351765021681786, 0.016903627663850784, -0.05040209740400314, 0.010968513786792755, 0.0015389618929475546, -0.02793910913169384, 0.0810188502073288, -0.01842193678021431, 0.04065017029643059, 0.048203811049461365, 0.004133013542741537, -0.013634267263114452, 0.021327197551727295, -0.0167635977268219, -0.011309236288070679, 0.03902053087949753, -0.04337165877223015, -0.003682736773043871, -0.04934519901871681, 0.07131306082010269, -0.08316927403211594, 0.04049856215715408, 0.046927619725465775, 0.01805538684129715, 0.04119164124131203, -0.012680602259933949, -0.02726336382329464, 0.0426558181643486, -0.036311015486717224, 0.07292554527521133, 0.03594973310828209, -0.07343411445617676, 0.08004574477672577, 0.007455169688910246, -0.09903042763471603, 0.05743362382054329, 0.03891574591398239, 0.004298730753362179, 0.023697350174188614, 0.013343414291739464, -0.04591777175664902, 0.025981714949011803, -0.035213176161050797, 0.03693552687764168, -0.044599100947380066, -0.0036343163810670376, 0.020675024017691612, -0.04591413214802742, -0.013225499540567398, 0.018294421955943108, -0.02795802615582943, -0.019904421642422676, -0.004424717742949724, -0.05344805121421814, -0.041978441178798676, 0.013117401860654354, 0.0358254499733448, -0.0522739514708519, -0.01302562840282917, -0.04629722237586975, 0.009094154462218285, 0.040394872426986694, 0.0028327968902885914, -0.03489897772669792, -0.024472136050462723, 0.015593173913657665, -0.07192923873662949, -0.047390446066856384, 0.05508183687925339, 0.021917585283517838, -0.026612143963575363, 0.029914597049355507, 0.0011571618961170316, 0.008974089287221432, 0.020241953432559967, -0.016779830679297447, 0.01849209889769554, -0.05152803286910057, -0.016282619908452034, -0.015442714095115662, 0.030011480674147606, 0.0034266586881130934, -0.00799668487161398, 0.048651088029146194, 0.049143631011247635, 0.03283361718058586, 0.01827147603034973, -0.017022129148244858, -0.026667078956961632, 0.027595460414886475, -0.06025908887386322, 0.015746425837278366, 0.024412032216787338, -0.04878797382116318, -0.023196155205368996, -0.0010866473894566298, 0.01144295372068882, 0.04725482314825058, -0.0602366179227829, -0.0013519817730411887, 0.011550819501280785, -0.04001138359308243, -0.043364446610212326, -0.07620904594659805, -0.03624618798494339, -0.037915702909231186, 0.04313979297876358, 0.029883813112974167, -0.053126368671655655, -0.008144556544721127, -0.039259083569049835, -0.06411221623420715, 0.026180310174822807, 0.01960979960858822, -0.037568338215351105, 0.050928451120853424, 0.046787962317466736, -0.049405165016651154, 0.026489214971661568, 0.039561331272125244, -0.026775823906064034, 0.04321340471506119, 0.018293190747499466, 0.022205900400877, 0.03734481334686279, 0.037342533469200134, -0.014398214407265186, -0.025622477754950523, -0.046656280755996704, -0.04034234583377838, -0.0157194584608078, 0.006680985912680626, 0.04069651663303375 ]
AnonymousSub/rule_based_only_classfn_epochs_1_shard_10
[ "pytorch", "bert", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "BertModel" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
7
null
--- language: - multilingual - en - de - tr - fa - sv - mn - zh - cy - ca - sl - et - id - ar - ta - lv - ja datasets: - common_voice - multilingual_librispeech - covost2 tags: - speech - xls_r - xls_r_translation - automatic-speech-recognition pipeline_tag: automatic-speech-recognition license: apache-2.0 widget: - example_title: English src: https://cdn-media.huggingface.co/speech_samples/common_voice_en_18301577.mp3 --- # Wav2Vec2-XLS-R-300M-EN-15 Facebook's Wav2Vec2 XLS-R fine-tuned for **Speech Translation.** ![model image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/xls_r.png) This is a [SpeechEncoderDecoderModel](https://huggingface.co/transformers/model_doc/speechencoderdecoder.html) model. The encoder was warm-started from the [**`facebook/wav2vec2-xls-r-300m`**](https://huggingface.co/facebook/wav2vec2-xls-r-300m) checkpoint and the decoder from the [**`facebook/mbart-large-50`**](https://huggingface.co/facebook/mbart-large-50) checkpoint. Consequently, the encoder-decoder model was fine-tuned on 15 `en` -> `{lang}` translation pairs of the [Covost2 dataset](https://huggingface.co/datasets/covost2). The model can translate from spoken `en` (Engish) to the following written languages `{lang}`: `en` -> {`de`, `tr`, `fa`, `sv-SE`, `mn`, `zh-CN`, `cy`, `ca`, `sl`, `et`, `id`, `ar`, `ta`, `lv`, `ja`} For more information, please refer to Section *5.1.1* of the [official XLS-R paper](https://arxiv.org/abs/2111.09296). ## Usage ### Demo The model can be tested on [**this space**](https://huggingface.co/spaces/facebook/XLS-R-300m-EN-15). You can select the target language, record some audio in English, and then sit back and see how well the checkpoint can translate the input. ### Example As this a standard sequence to sequence transformer model, you can use the `generate` method to generate the transcripts by passing the speech features to the model. You can use the model directly via the ASR pipeline. By default, the checkpoint will translate spoken English to written German. To change the written target language, you need to pass the correct `forced_bos_token_id` to `generate(...)` to condition the decoder on the correct target language. To select the correct `forced_bos_token_id` given your choosen language id, please make use of the following mapping: ```python MAPPING = { "de": 250003, "tr": 250023, "fa": 250029, "sv": 250042, "mn": 250037, "zh": 250025, "cy": 250007, "ca": 250005, "sl": 250052, "et": 250006, "id": 250032, "ar": 250001, "ta": 250044, "lv": 250017, "ja": 250012, } ``` As an example, if you would like to translate to Swedish, you can do the following: ```python from datasets import load_dataset from transformers import pipeline # select correct `forced_bos_token_id` forced_bos_token_id = MAPPING["sv"] # replace following lines to load an audio file of your choice librispeech_en = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") audio_file = librispeech_en[0]["file"] asr = pipeline("automatic-speech-recognition", model="facebook/wav2vec2-xls-r-300m-en-to-15", feature_extractor="facebook/wav2vec2-xls-r-300m-en-to-15") translation = asr(audio_file, forced_bos_token_id=forced_bos_token_id) ``` or step-by-step as follows: ```python import torch from transformers import Speech2Text2Processor, SpeechEncoderDecoderModel from datasets import load_dataset model = SpeechEncoderDecoderModel.from_pretrained("facebook/wav2vec2-xls-r-300m-en-to-15") processor = Speech2Text2Processor.from_pretrained("facebook/wav2vec2-xls-r-300m-en-to-15") ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") # select correct `forced_bos_token_id` forced_bos_token_id = MAPPING["sv"] inputs = processor(ds[0]["audio"]["array"], sampling_rate=ds[0]["audio"]["array"]["sampling_rate"], return_tensors="pt") generated_ids = model.generate(input_ids=inputs["input_features"], attention_mask=inputs["attention_mask"], forced_bos_token_id=forced_bos_token) transcription = processor.batch_decode(generated_ids) ``` ## Results `en` -> `{lang}` See the row of **XLS-R (0.3B)** for the performance on [Covost2](https://huggingface.co/datasets/covost2) for this model. ![results image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/English-%3EX.png) ## More XLS-R models for `{lang}` -> `en` Speech Translation - [Wav2Vec2-XLS-R-300M-EN-15](https://huggingface.co/facebook/wav2vec2-xls-r-300m-en-to-15) - [Wav2Vec2-XLS-R-1B-EN-15](https://huggingface.co/facebook/wav2vec2-xls-r-1b-en-to-15) - [Wav2Vec2-XLS-R-2B-EN-15](https://huggingface.co/facebook/wav2vec2-xls-r-2b-en-to-15) - [Wav2Vec2-XLS-R-2B-22-16](https://huggingface.co/facebook/wav2vec2-xls-r-2b-22-to-16)
[ -0.030822496861219406, -0.0222722589969635, -0.00012827587488573045, 0.034683164209127426, 0.06070610508322716, 0.03014463558793068, -0.014742626808583736, -0.01624400168657303, -0.038794346153736115, 0.060443609952926636, 0.03253136947751045, -0.012173510156571865, 0.011597339995205402, 0.021770820021629333, -0.017444545403122902, -0.05199601128697395, -0.03568596392869949, -0.019862497225403786, -0.06235306337475777, -0.017486799508333206, -0.0005345105309970677, 0.023563532158732414, -0.023099461570382118, 0.018762020394206047, 0.012842819094657898, 0.012306425720453262, -0.022508610039949417, 0.030419334769248962, 0.013127030804753304, -0.05171247571706772, -0.030926240608096123, -0.048617031425237656, -0.039870258420705795, -0.04531998932361603, -0.014293788932263851, -0.0007340974407270551, -0.000036507037293631583, 0.015494849532842636, 0.02153635211288929, 0.05109740421175957, -0.010795194655656815, 0.005584091879427433, -0.019935211166739464, -0.016135914251208305, 0.04213423281908035, -0.0031924606300890446, -0.05072106793522835, -0.028551459312438965, 0.023435747250914574, -0.03071664273738861, -0.03227699175477028, -0.06615346670150757, -0.0076696802861988544, 0.006612726021558046, -0.009901564568281174, -0.03188556060194969, -0.05326683819293976, -0.0196163859218359, 0.0732969269156456, -0.054812878370285034, -0.021174559369683266, 0.01706177368760109, -0.041579388082027435, 0.02263343147933483, 0.019442768767476082, -0.050072621554136276, 0.017614366486668587, -0.050762616097927094, 0.03831274434924126, -0.01443408615887165, 0.06131163239479065, -0.04451360926032066, 0.03156227990984917, -0.08347723633050919, 0.013380128890275955, -0.008813868276774883, 0.04950464889407158, 0.045117661356925964, -0.028987975791096687, 0.06745898723602295, 0.01601005531847477, 0.0025585598777979612, 0.023749880492687225, -0.020921114832162857, -0.02481682226061821, 0.04350920394062996, -0.044760990887880325, 0.03178093209862709, 0.01838621497154236, 0.034458428621292114, -0.03376412019133568, -0.044183190912008286, -0.015907427296042442, -0.054629016667604446, -0.013479406014084816, 0.05018700286746025, 0.05556870251893997, -0.030429348349571228, 0.01336991973221302, 0.032261501997709274, -0.009103437885642052, 0.041887760162353516, -0.019805273041129112, 0.05338229984045029, -0.02046963758766651, -0.012883945368230343, -0.008693663403391838, -0.02541239559650421, -0.05043651536107063, 0.010495534166693687, 0.03290644660592079, -0.019396238029003143, -0.05593672767281532, 0.05164293944835663, -0.0022192352917045355, -0.03401975333690643, 0.03509817272424698, -0.04202035069465637, -0.025011101737618446, -0.061100807040929794, 0.046356987208127975, 0.020770765841007233, -0.005414838436990976, 0.014030777849256992, -0.06002320349216461, 0.027206266298890114, -0.036014948040246964, -0.0420173779129982, 0.00420575775206089, 0.005737308878451586, 0.0036467094905674458, 0.025428883731365204, 0.017953675240278244, -0.04165900498628616, 0.0021898129489272833, 0.006258603185415268, -0.05745360255241394, 0.02966349571943283, 0.02369837835431099, 0.0959843099117279, -0.04829239845275879, -0.055166278034448624, 0.007060703355818987, 0.024386312812566757, -0.01584342122077942, 0.029918979853391647, 0.011460687033832073, -0.010631325654685497, -0.04146619513630867, -0.009202491492033005, 0.04159032925963402, -0.06053050234913826, 0.010117166675627232, 0.04716160148382187, -0.030980955809354782, 0.049839045852422714, -0.028307460248470306, 0.0009854913223534822, -0.000008899228305381257, -0.038179319351911545, -0.021265337243676186, 0.03510650247335434, 0.018195660784840584, -0.023495208472013474, -0.04111584648489952, -0.057273950427770615, 0.00830309372395277, 0.05236995965242386, -0.0015484197065234184, -0.010612478479743004, -0.0367400087416172, 0.028457006439566612, 0.04805987328290939, 0.03138258680701256, -0.03459680825471878, 0.021587176248431206, 0.06349902600049973, 0.03735740855336189, -0.009772267192602158, 0.0825304239988327, 0.02214263379573822, -0.034916460514068604, -0.03436875343322754, 0.0014221762539818883, -0.0033011939376592636, -0.04738618806004524, -0.024826880544424057, 0.05830405652523041, -0.0028301591519266367, -0.015561224892735481, -0.022345080971717834, 0.05646452307701111, -0.023833177983760834, -0.026868285611271858, 0.00532599538564682, -0.017766248434782028, -0.02985220029950142, 0.0546196773648262, -0.03334398567676544, 0.006878005340695381, -0.03676242381334305, -0.021527551114559174, -0.005269236862659454, 0.03317243978381157, 0.04565794765949249, 0.03936731815338135, -0.016103345900774002, 0.09072388708591461, -0.0333423838019371, 0.0007982730749063194, -0.051652684807777405, -0.07611098140478134, -0.015188374556601048, 0.050474878400564194, 0.02637765184044838, 0.06114784628152847, -0.009672229178249836, -0.05936126410961151, 0.018107062205672264, 0.08919371664524078, 0.06425508111715317, 0.0057647572830319405, -0.014268009923398495, -0.011931168846786022, 0.04423471912741661, 0.054409947246313095, -0.06920824944972992, -0.035241980105638504, 0.02501669153571129, 0.033563632518053055, -0.018110308796167374, 0.0014529499458149076, -0.023327497765421867, 0.03893795236945152, -0.04687804728746414, -0.07869600504636765, 0.050794802606105804, 0.035201918333768845, 0.013420576229691505, 0.04063607379794121, -0.014278030022978783, -0.0004695432144217193, 0.0262678861618042, -0.0016643960261717439, 0.00030478573171421885, -0.0496491864323616, 0.0013232657220214605, 0.007497306913137436, 0.04847283288836479, -0.06042749807238579, 0.028195476159453392, 0.012851580046117306, 0.014712870121002197, 0.05777411907911301, -0.025843389332294464, 0.03798660635948181, 0.026285188272595406, 0.010611792095005512, -0.032909929752349854, 0.015990108251571655, 0.02286890149116516, 0.04145823046565056, 0.06544604152441025, -0.01159725058823824, 0.054568640887737274, 0.014451628550887108, 0.04891112446784973, 0.08017360419034958, 0.03479677438735962, 0.0047346921637654305, 0.012136880308389664, 0.06595291197299957, -0.007618805859237909, -0.020870111882686615, 0.09114682674407959, -0.03584958612918854, 0.037418775260448456, -0.021166736260056496, 0.011987033300101757, 0.003097309498116374, -0.009315195493400097, 0.02000260539352894, -0.00006662691157544032, -0.015459115616977215, 0.0016196416690945625, -0.020213330164551735, -0.03278656303882599, 0.05259106680750847, -0.007826130837202072, -0.030893977731466293, 0.006253520492464304, -0.014396049082279205, 0.025072161108255386, -0.0735447034239769, -0.041994720697402954, 0.012229924090206623, -0.04084954038262367, 0.021832477301359177, -0.05388260260224342, -0.035660985857248306, -0.07192719727754593, -0.0058844927698373795, 0.02950666844844818, 0.04184006154537201, 0.03687220811843872, -0.043062541633844376, 0.019466441124677658, -0.05052134767174721, -0.03497432544827461, -0.0587504543364048, -0.022540582343935966, -0.010672208853065968, -0.049721766263246536, 0.040047019720077515, 0.01956321857869625, 0.04494379460811615, 0.007792636286467314, 0.003136679297313094, -0.029464054852724075, -0.026635946705937386, 0.05996010825037956, 0.04857626557350159, -0.023202793672680855, -0.04376281797885895, 0.02211134508252144, -0.025449344888329506, 0.003542601829394698, -0.02749839797616005, -0.03151845559477806, 0.0732431411743164, 0.061100542545318604, 0.022278621792793274, 0.027028964832425117, -0.00697700772434473, -0.04439235106110573, -0.06071840599179268, -0.028927912935614586, -0.03204568102955818, -0.011668428778648376, -0.031125923618674278, -0.033673908561468124, -0.01835462637245655, -0.01908821240067482, -0.008356399834156036, -0.019443022087216377, -0.003882210934534669, 0.04441320523619652, 0.03978421539068222, 0.027549631893634796, 0.03294632211327553, -0.03041464276611805, -0.037777598947286606, 0.09967941790819168, 0.00509951077401638, -0.0103489113971591, -0.0683419331908226, -0.054232146590948105, 0.030257035046815872, 0.03858550637960434, -0.02632499858736992, -0.009709913283586502, 0.09236722439527512, 0.0019885452929884195, 0.0027326205745339394, 0.004013668745756149, -0.038566265255212784, -0.0037956335581839085, -0.003923620563000441, -0.008419396355748177, -0.0032896101474761963, -0.06838811188936234, 0.0015116756549105048, 0.01335524395108223, 0.04850934073328972, -0.07263825088739395, -0.049034275114536285, -0.0241734329611063, 0.03369811922311783, 0.027972511947155, -0.012775983661413193, -0.04287543147802353, 0.003753161756321788, -0.03865378722548485, -0.024392684921622276, 0.007249628193676472, 0.016058703884482384, 0.019306495785713196, 0.05268632993102074, 0.011207072995603085, -0.03159765899181366, 0.035302069038152695, 0.03559945523738861, 0.06691847741603851, 0.05167920142412186, -0.02674861066043377, 0.029858184978365898, -0.030807852745056152, 0.022044355049729347, -0.0024612382985651493, -0.03618800267577171, -0.040619008243083954, -0.06877030432224274, -0.008198809809982777, 0.008329067379236221, 0.0011600832222029567, -0.010253253392875195, 0.04466301575303078, -0.007839865982532501, -0.0035317211877554655, 0.0030810032039880753, 0.03815515339374542, 0.044228047132492065, -0.04433831200003624, 0.05716441571712494, -0.0036129008512943983, 0.035489264875650406, -0.05433432385325432, 0.016851315274834633, -0.006305303890258074, -0.016291432082653046, 0.011899244040250778, 0.07020363211631775, 0.018581487238407135, 0.04273943230509758, 0.06460346281528473, 0.020751195028424263, -0.038060158491134644, 0.052140459418296814, 0.03429868817329407, -0.03135417774319649, -0.05550675466656685, 0.013296726159751415, -0.022321786731481552, -0.043342217803001404, -0.007616281509399414, -0.04388970881700516, 0.027127042412757874, 0.03031991608440876, -0.003904554061591625, -0.014729364775121212, 0.03590797632932663, -0.016505807638168335, -0.019622623920440674, -0.057352740317583084, -0.04278026148676872, 0.01048294361680746, -0.041479069739580154, 0.02768520824611187, 0.033920638263225555, -0.00019740538846235722, 0.06657896935939789, 0.03971101716160774, -0.040780190378427505, -0.05594799667596817, 0.041505116969347, 0.031060725450515747, -0.04585030674934387, -0.05005796626210213, -0.03280310705304146, 0.05285556614398956, 0.019104180857539177, -0.009285511448979378, -0.0712440088391304, -0.0006054438417777419, 0.05830033868551254, -0.04571092128753662, 0.056382518261671066, -0.0038282701279968023, 0.046121809631586075, 0.05711347609758377, -0.007420023903250694, 0.016676537692546844, -0.023390736430883408, 0.03364390879869461, 0.004217870999127626, 0.013839039951562881, -0.020320836454629898, -0.03499218821525574, -0.07163872569799423, 0.01338175218552351, 0.02015255019068718, 0.021043019369244576, 0.05491088330745697, -0.006402535364031792, -0.047966618090867996, -0.010231099091470242, 0.04081086069345474, -0.051611095666885376, 0.028666235506534576, 0.02356686443090439, 0.05138181895017624, -0.03512823209166527, -0.01881042681634426, -0.015190652571618557, 0.02168264612555504, 0.03812045603990555, -0.010793187655508518, -0.03708600625395775, -0.01636718027293682, 0.025846512988209724, -0.010095193050801754, -0.033520620316267014, -0.0874941349029541, 0.032636500895023346, -0.03516954928636551, -0.012384344823658466, 0.04429896920919418, 0.02446954883635044, 0.04719864949584007, 0.02396582067012787, 0.003141811117529869, 0.02043098583817482, -0.0514327809214592, 0.04474382475018501, -0.03200465068221092, -0.02006407454609871, -0.016644971445202827, -0.025250760838389397, -0.01958361640572548, -0.030926018953323364, -0.04982919245958328, -0.04553345963358879, -0.005700505338609219, 0.048732154071331024, -0.022587448358535767, -0.01062079332768917, -0.022608395665884018, 0.032232847064733505, -0.022251952439546585, -0.021257657557725906, -0.02011502906680107, -0.029533008113503456, -0.06917324662208557, -0.048985179513692856, 0.028982339426875114, -0.0283979382365942, 0.028571689501404762, 0.013377060182392597, 0.0021554927807301283, 0.03489713743329048, 0.00876298826187849, 0.001135460683144629, 0.022491425275802612, -0.011982330121099949, -0.04241827130317688, -0.035029590129852295, 0.01921221986413002, 0.019417325034737587, 0.049385916441679, -0.03724747523665428, 0.018377790227532387, 0.02199700102210045, -0.05299588665366173, -0.017408719286322594, 0.032837431877851486, 0.02670978754758835, -0.06688091903924942, -0.050229690968990326, -0.029617778956890106, -0.046482160687446594, 0.01569145731627941, -0.01574404165148735, -0.013067244552075863, 0.03242883458733559, 0.035844139754772186, 0.03937166556715965, -0.0024208654649555683, -0.024995362386107445, 0.012925460934638977, -0.020759453997015953, 0.005909464322030544, -0.06392135471105576, 0.04433212801814079, -0.022508857771754265, 0.01654571294784546, 0.0012511002132669091, -0.0019818907603621483, -0.05346228554844856, 0.02584809809923172, 0.0010739879216998816, -0.014160450547933578, -0.011884987354278564, 0.00839485414326191, -0.015452412888407707, 0.02639685571193695, -0.029817895963788033, 0.016736580058932304, -0.05201134830713272, 0.05706285312771797, -0.025234287604689598, 0.004420317709445953, -0.018619611859321594, -0.0070003941655159, -0.030535046011209488, -0.03125376999378204, -0.02121659927070141, -0.06360810250043869, 0.0431118980050087, 0.04116649180650711, 0.049990780651569366, 0.02161007560789585, -0.04358742758631706, 0.004090603906661272, 0.022862939164042473, -0.04930120334029198, -0.0097740413621068, 0.008077351376414299, 0.04676494002342224, 0.011957066133618355, 0.05065655708312988, 0.018547488376498222, -0.04318613559007645, -0.06383352726697922, 0.033523160964250565, 0.0168269295245409, 0.0022367259953171015, 0.020865466445684433, 0.024843435734510422, 0.06824441999197006, 0.044565703719854355, -0.028219344094395638, -0.010672732256352901, -0.01123864483088255, -0.025582099333405495, 0.02936387248337269, 0.007552990224212408, -0.0023580710403621197, 0.006530525628477335, -0.029359234496951103, -0.022147485986351967, 0.06507213413715363, 0.013816740363836288, 0.03008376434445381, -0.018175065517425537, -0.04040810838341713, 0.0021346486173570156, -0.004704770166426897, -0.05169154703617096, -0.002751306863501668, 0.01010353397578001, -0.032709140330553055, 0.07592442631721497, -0.009883423335850239, 0.039988379925489426, 0.045330315828323364, 0.016527751460671425, -0.01844697818160057, 0.04898421838879585, -0.012742800638079643, -0.004426124971359968, 0.03998279571533203, -0.0574493482708931, -0.018925681710243225, -0.033656977117061615, 0.08052339404821396, -0.08513475209474564, 0.04600225389003754, 0.05512706935405731, 0.010916684754192829, 0.029732590541243553, -0.023608418181538582, -0.03612169995903969, 0.03290809318423271, -0.043207019567489624, 0.07705068588256836, 0.026148516684770584, -0.06650286167860031, 0.05240265280008316, 0.019635463133454323, -0.08288327604532242, 0.031926997005939484, 0.030632659792900085, 0.006995048373937607, 0.011219880543649197, 0.04112451151013374, -0.062309034168720245, 0.02599244751036167, -0.037762176245450974, 0.027221450582146645, -0.049831535667181015, -0.00950684305280447, 0.007922607474029064, -0.04987065866589546, -0.021528830751776695, 0.008062372915446758, -0.012764295563101768, -0.004677049815654755, 0.001118656829930842, -0.037250325083732605, -0.027683015912771225, 0.001897482667118311, 0.01973654516041279, -0.027579132467508316, -0.0071579101495444775, -0.038310956209897995, -0.00627747131511569, 0.017930399626493454, 0.0031634836923331022, -0.024384157732129097, -0.018324289470911026, 0.019837236031889915, -0.06590627133846283, -0.0434592179954052, 0.0469638854265213, -0.013401535339653492, -0.01998749002814293, 0.03126472234725952, -0.013050840236246586, 0.00807888898998499, 0.045711878687143326, 0.0033561463933438063, 0.042890142649412155, -0.049886155873537064, -0.013120635412633419, -0.01401041354984045, 0.023389574140310287, -0.0035979857202619314, -0.00839733611792326, 0.04450487717986107, 0.0554049126803875, 0.011106502264738083, 0.010985107161104679, -0.034715261310338974, -0.02140922099351883, 0.036591947078704834, -0.032088056206703186, 0.015205882489681244, 0.004152670968323946, -0.0448865108191967, -0.03203374892473221, -0.009710212238132954, -0.0024571861140429974, 0.04563136771321297, -0.06076198071241379, 0.0013556107878684998, 0.048371125012636185, -0.036297883838415146, -0.0539790503680706, -0.07228676974773407, -0.04796316474676132, -0.027651458978652954, 0.04625001177191734, 0.031596142798662186, -0.04691396653652191, 0.00931684859097004, -0.042535386979579926, -0.05840924009680748, 0.021603086963295937, 0.016407571732997894, -0.02678968384861946, 0.057596202939748764, 0.028125029057264328, -0.06431566178798676, 0.017659371718764305, 0.06303825974464417, -0.035229671746492386, 0.03932035714387894, 0.021106095984578133, 0.01779751293361187, 0.02329128235578537, 0.03683343157172203, -0.032607290893793106, -0.03357944265007973, -0.04674845561385155, -0.04244758188724518, -0.023106275126338005, -0.014204888604581356, 0.05210417881608009 ]
AnonymousSub/rule_based_only_classfn_epochs_1_shard_1_squad2.0
[ "pytorch", "bert", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "BertForQuestionAnswering" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
2
null
--- language: - multilingual - ab - af - sq - am - ar - hy - as - az - ba - eu - be - bn - bs - br - bg - my - yue - ca - ceb - km - zh - cv - hr - cs - da - dv - nl - en - eo - et - fo - fi - fr - gl - lg - ka - de - el - gn - gu - ht - cnh - ha - haw - he - hi - hu - is - id - ia - ga - it - ja - jv - kb - kn - kk - rw - ky - ko - ku - lo - la - lv - ln - lt - lm - mk - mg - ms - ml - mt - gv - mi - mr - mn - ne - no - nn - oc - or - ps - fa - pl - pt - pa - ro - rm - rm - ru - sah - sa - sco - sr - sn - sd - si - sk - sl - so - hsb - es - su - sw - sv - tl - tg - ta - tt - te - th - bo - tp - tr - tk - uk - ur - uz - vi - vot - war - cy - yi - yo - zu language_bcp47: - zh-HK - zh-TW - fy-NL datasets: - common_voice - multilingual_librispeech tags: - speech - xls_r - xls_r_pretrained license: apache-2.0 --- # Wav2Vec2-XLS-R-300M [Facebook's Wav2Vec2 XLS-R](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/) counting **300 million** parameters. ![model image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/xls_r.png) XLS-R is Facebook AI's large-scale multilingual pretrained model for speech (the "XLM-R for Speech"). It is pretrained on 436k hours of unlabeled speech, including VoxPopuli, MLS, CommonVoice, BABEL, and VoxLingua107. It uses the wav2vec 2.0 objective, in 128 languages. When using the model make sure that your speech input is sampled at 16kHz. **Note**: This model should be fine-tuned on a downstream task, like Automatic Speech Recognition, Translation, or Classification. Check out [**this blog**](https://huggingface.co/blog/fine-tune-xlsr-wav2vec2) for more information about ASR. [XLS-R Paper](https://arxiv.org/abs/2111.09296) Authors: Arun Babu, Changhan Wang, Andros Tjandra, Kushal Lakhotia, Qiantong Xu, Naman Goyal, Kritika Singh, Patrick von Platen, Yatharth Saraf, Juan Pino, Alexei Baevski, Alexis Conneau, Michael Auli **Abstract** This paper presents XLS-R, a large-scale model for cross-lingual speech representation learning based on wav2vec 2.0. We train models with up to 2B parameters on 436K hours of publicly available speech audio in 128 languages, an order of magnitude more public data than the largest known prior work. Our evaluation covers a wide range of tasks, domains, data regimes and languages, both high and low-resource. On the CoVoST-2 speech translation benchmark, we improve the previous state of the art by an average of 7.4 BLEU over 21 translation directions into English. For speech recognition, XLS-R improves over the best known prior work on BABEL, MLS, CommonVoice as well as VoxPopuli, lowering error rates by 20%-33% relative on average. XLS-R also sets a new state of the art on VoxLingua107 language identification. Moreover, we show that with sufficient model size, cross-lingual pretraining can outperform English-only pretraining when translating English speech into other languages, a setting which favors monolingual pretraining. We hope XLS-R can help to improve speech processing tasks for many more languages of the world. The original model can be found under https://github.com/pytorch/fairseq/tree/master/examples/wav2vec#wav2vec-20. # Usage See [this google colab](https://colab.research.google.com/github/patrickvonplaten/notebooks/blob/master/Fine_Tune_XLS_R_on_Common_Voice.ipynb) for more information on how to fine-tune the model. You can find other pretrained XLS-R models with different numbers of parameters: * [300M parameters version](https://huggingface.co/facebook/wav2vec2-xls-r-300m) * [1B version version](https://huggingface.co/facebook/wav2vec2-xls-r-1b) * [2B version version](https://huggingface.co/facebook/wav2vec2-xls-r-2b)
[ -0.008015342988073826, -0.01909538172185421, -0.013584112748503685, 0.0618465356528759, 0.023874640464782715, 0.026007728651165962, 0.0004903995431959629, -0.00755222886800766, -0.046769846230745316, 0.029348140582442284, -0.009961056523025036, -0.04205324500799179, 0.0011406390694901347, 0.019406313076615334, -0.013365023769438267, 0.007859517820179462, -0.017187831923365593, -0.018091438338160515, -0.0908162072300911, -0.013129099272191525, 0.03589176386594772, 0.002555627841502428, -0.016126949340105057, 0.05045977979898453, 0.015218817628920078, 0.0072017512284219265, -0.007769077550619841, 0.0234234482049942, 0.034768056124448776, -0.04838913306593895, -0.00735000055283308, -0.036884430795907974, -0.06536184251308441, -0.030301731079816818, -0.021731460466980934, -0.026119405403733253, -0.017466319724917412, 0.003556304844096303, 0.022074606269598007, 0.07632429152727127, 0.0034417465794831514, 0.025184182450175285, -0.022697655484080315, -0.040445201098918915, 0.028433378785848618, -0.021868042647838593, -0.009388543665409088, -0.03292379900813103, 0.006839680951088667, -0.028423164039850235, -0.0472603440284729, -0.06680269539356232, -0.03134902939200401, -0.0018651420250535011, -0.006650577764958143, 0.0007515914621762931, -0.04915463924407959, 0.015426017343997955, 0.06059999391436577, -0.053369224071502686, -0.037280112504959106, 0.01857476495206356, -0.07985721528530121, 0.02252882346510887, 0.025316458195447922, -0.027418717741966248, -0.012445463798940182, -0.03636603057384491, 0.02843698486685753, -0.005655340384691954, 0.03803807124495506, -0.035597532987594604, 0.015643753111362457, -0.08434753119945526, 0.008574147708714008, -0.014963229186832905, 0.06759889423847198, 0.013359890319406986, -0.045411162078380585, 0.0677744597196579, 0.03176530823111534, -0.020575061440467834, 0.03243624418973923, -0.003398638917133212, -0.03757823258638382, 0.022138003259897232, -0.04958853870630264, -0.0009001466096378863, 0.012542827986180782, 0.05881680175662041, -0.042209986597299576, -0.02800329588353634, 0.010568964295089245, -0.025444818660616875, -0.014125771820545197, 0.00508942361921072, 0.034291282296180725, -0.006117089651525021, 0.03639892116189003, 0.03612865135073662, 0.004197968635708094, 0.0641244426369667, -0.024434249848127365, 0.05154639109969139, 0.01703527197241783, 0.0034577923361212015, -0.031100429594516754, -0.022638743743300438, -0.004111528862267733, 0.01205574069172144, 0.03249432146549225, -0.035703305155038834, -0.016115855425596237, 0.055817484855651855, 0.004065880551934242, -0.05281444638967514, 0.043395109474658966, -0.004039857070893049, -0.04015569016337395, -0.04608656093478203, 0.07235128432512283, 0.023382510989904404, 0.011306525208055973, 0.04391421377658844, -0.04600198566913605, 0.02749016135931015, -0.05916760489344597, -0.031160419806838036, 0.008605394512414932, 0.022537991404533386, -0.036309339106082916, 0.048570990562438965, 0.04058537632226944, -0.07835119217634201, 0.029934292659163475, -0.021318404003977776, -0.06145678460597992, 0.019129320979118347, 0.0016433848068118095, 0.09565123915672302, -0.04188630357384682, -0.04498119652271271, 0.01422657910734415, 0.002992853056639433, -0.03832021728157997, 0.015393991023302078, -0.0047376323491334915, -0.015215215273201466, -0.010548816062510014, -0.014018675312399864, 0.033999327570199966, -0.05522160604596138, 0.00947791337966919, 0.059971410781145096, -0.0232891533523798, 0.02989397756755352, -0.031097598373889923, -0.008422380313277245, 0.009368406608700752, -0.014991551637649536, -0.0021392148919403553, 0.04039665684103966, 0.007685333024710417, -0.012545954436063766, -0.06064826622605324, -0.05682610347867012, -0.008295750245451927, 0.057071294635534286, -0.0007406501681543887, -0.012249026447534561, -0.0399482399225235, 0.006052836310118437, 0.027176525443792343, 0.02208423800766468, -0.02101736143231392, 0.028884559869766235, 0.037315331399440765, 0.029535509645938873, -0.0044923764653503895, 0.05329073965549469, 0.019589880481362343, -0.04581519961357117, -0.04115164279937744, 0.013430354185402393, 0.03355569392442703, -0.03667658939957619, -0.008720079436898232, 0.040123771876096725, 0.028680330142378807, -0.0233186986297369, -0.005916266702115536, 0.07267365604639053, -0.013761276379227638, -0.015236755833029747, -0.012442488223314285, -0.028223535045981407, -0.045512475073337555, 0.05473248288035393, -0.01947963610291481, 0.00536112766712904, -0.018038207665085793, -0.022676391527056694, 0.006060589104890823, 0.04044900834560394, 0.058324601501226425, 0.04594767093658447, -0.014501422643661499, 0.09253508597612381, -0.0182432122528553, -0.01798185147345066, -0.05747963488101959, -0.05237901955842972, -0.03646143898367882, 0.05975565314292908, 0.031727615743875504, 0.06100659817457199, -0.004256818443536758, -0.013575548306107521, 0.01738080568611622, 0.07430300116539001, 0.04640345647931099, 0.029392369091510773, -0.013236801140010357, -0.003456961363554001, 0.06999154388904572, 0.07237427681684494, -0.07356142997741699, -0.04243213310837746, 0.05743475258350372, 0.018083084374666214, -0.04666861146688461, 0.022603310644626617, -0.01316102221608162, 0.03971676155924797, -0.04011025279760361, -0.06499771028757095, 0.04709254205226898, 0.012689178809523582, -0.00248008337803185, 0.008894345723092556, -0.007962741889059544, 0.026375334709882736, 0.050558902323246, 0.04544774070382118, 0.009911506436765194, -0.03183279559016228, -0.021350780501961708, -0.006187125574797392, 0.0389239676296711, -0.042456917464733124, 0.021231312304735184, 0.004306787624955177, 0.03679471090435982, 0.04715295508503914, -0.056406792253255844, 0.024542849510908127, 0.014724381268024445, -0.036060743033885956, -0.046267978847026825, 0.023552007973194122, -0.004437657538801432, 0.011499942280352116, 0.07218156009912491, -0.02006666548550129, 0.06925998628139496, 0.007241410668939352, 0.03263073414564133, 0.0627150684595108, 0.003016928443685174, 0.012915152125060558, 0.033888790756464005, 0.0675378367304802, -0.015399612486362457, -0.0020028254948556423, 0.040197908878326416, -0.05060121789574623, -0.004532515536993742, -0.020824739709496498, 0.01893400400876999, 0.018166808411478996, 0.004207291640341282, 0.0007406117510981858, -0.0021624097134917974, -0.023860597983002663, 0.011536635458469391, -0.027435671538114548, -0.0004636335070244968, 0.023877626284956932, -0.02895786240696907, 0.0030820637475699186, 0.01436601672321558, -0.007541685830801725, 0.042810194194316864, -0.058504264801740646, -0.049409110099077225, -0.0060482993721961975, -0.012331102043390274, 0.008854014798998833, -0.07406716793775558, -0.018039444461464882, -0.055426955223083496, 0.0011169351637363434, 0.0361795574426651, 0.016086051240563393, -0.00397162139415741, -0.03347643464803696, 0.02593601495027542, -0.06192466616630554, -0.020231513306498528, -0.05974409356713295, -0.042844925075769424, -0.04145851358771324, -0.06523820757865906, 0.030901862308382988, 0.03699231520295143, 0.025171402841806412, 0.017563799396157265, 0.01945320889353752, -0.03307398408651352, -0.02622009441256523, 0.04740329831838608, 0.05587690696120262, -0.03384294733405113, -0.02712426893413067, 0.0521063506603241, -0.010646266862750053, 0.021265652030706406, 0.0051675052382051945, -0.013089715503156185, 0.06727943569421768, 0.09073202311992645, 0.024878839030861855, -0.005630158819258213, 0.009451918303966522, -0.05957799032330513, -0.04804963991045952, -0.029799263924360275, -0.024755844846367836, -0.02338564768433571, -0.04939114674925804, -0.020401936024427414, -0.029298245906829834, -0.04808564484119415, 0.000782360031735152, -0.017131716012954712, 0.0038506914861500263, 0.0350852906703949, 0.031761690974235535, 0.02054356224834919, 0.0487491711974144, -0.04479989409446716, -0.025387635454535484, 0.06356124579906464, 0.0007224100991152227, 0.004148536827415228, -0.060125235468149185, -0.025369392707943916, 0.03883615508675575, 0.00027141597820445895, -0.02426137588918209, -0.036314789205789566, 0.0681123360991478, 0.0032788990065455437, -0.01139738131314516, -0.02158515341579914, -0.0042208475060760975, -0.011275902390480042, 0.031018052250146866, -0.007737312465906143, -0.02581348828971386, -0.06413383036851883, 0.005808068439364433, 0.010503417812287807, 0.06120689958333969, -0.053346067667007446, -0.06280376762151718, -0.01859409175813198, 0.027258679270744324, 0.007879884913563728, -0.0045826490968465805, -0.035252735018730164, 0.022868428379297256, -0.04700418561697006, -0.01920390874147415, -0.020104311406612396, 0.023145165294408798, -0.007915135473012924, 0.06037427484989166, 0.02774421125650406, -0.028787581250071526, 0.035925690084695816, 0.03304203227162361, 0.045437272638082504, 0.026896871626377106, -0.048074476420879364, 0.02562130056321621, -0.028084730729460716, 0.009764562360942364, -0.0037399132270365953, -0.03190675005316734, -0.029296904802322388, -0.08386453986167908, -0.007609131745994091, 0.028296537697315216, -0.051871079951524734, -0.012318843975663185, 0.050804831087589264, -0.027223655954003334, -0.011869505979120731, -0.006704912055283785, 0.017528707161545753, 0.019806481897830963, -0.052060626447200775, 0.0361567884683609, -0.03786108270287514, 0.04858541116118431, -0.07354842871427536, 0.02018403448164463, -0.001796608092263341, 0.0017309273825958371, -0.0011408537393435836, 0.06673161685466766, -0.0076098269782960415, 0.024693427607417107, 0.04701491445302963, 0.018015440553426743, -0.04069536179304123, 0.04885644093155861, 0.020034193992614746, -0.007229400798678398, -0.047384511679410934, 0.03998246788978577, -0.02719756029546261, -0.027633938938379288, 0.03291305899620056, -0.03004050999879837, 0.01917058229446411, 0.035717930644750595, 0.0026897843927145004, -0.020092200487852097, 0.037761371582746506, -0.03324699029326439, -0.0369706004858017, -0.03154344856739044, -0.04105282947421074, 0.0036726442631334066, -0.02173883095383644, 0.03302064538002014, 0.03889143466949463, 0.028792301192879677, 0.06335081905126572, 0.04954604431986809, -0.0373847670853138, -0.03153511881828308, 0.026203323155641556, 0.03763491287827492, -0.05272969231009483, -0.05995393171906471, -0.0375206433236599, 0.04118189960718155, 0.0335046648979187, 0.008863411843776703, -0.059705011546611786, 0.02598111517727375, 0.06792345643043518, -0.00469229044392705, 0.032505664974451065, 0.0006730165332555771, 0.03797559440135956, 0.04177212715148926, -0.028100254014134407, 0.0007002353668212891, -0.015898117795586586, 0.03222037851810455, -0.033579420298337936, 0.01979122683405876, -0.01027668546885252, -0.040616098791360855, -0.04684579744935036, 0.01826299913227558, 0.027397798374295235, 0.035302646458148956, 0.05095328390598297, -0.01431907806545496, -0.04170514643192291, -0.0109388567507267, 0.05515017732977867, -0.056498680263757706, 0.04231536015868187, 0.028881818056106567, 0.02793271653354168, -0.04911604896187782, -0.024562016129493713, 0.006503688171505928, 0.024852167814970016, 0.026453884318470955, -0.014214401133358479, -0.02713332138955593, -0.07149996608495712, 0.03537800908088684, -0.0006629172130487859, -0.013770081102848053, -0.08141491562128067, 0.026570050045847893, -0.052099164575338364, -0.03976145014166832, 0.05515141040086746, 0.02996109053492546, 0.03848426789045334, 0.05329899862408638, 0.027956806123256683, 0.012644583359360695, -0.06012323871254921, 0.062146447598934174, 0.0003989714023191482, -0.008223138749599457, -0.022361280396580696, -0.020249642431735992, -0.005139400716871023, -0.04113002121448517, -0.06255020201206207, -0.021451635286211967, -0.013295848853886127, 0.053045712411403656, -0.019903212785720825, 0.006728115491569042, -0.025651440024375916, 0.029548175632953644, -0.015228324569761753, -0.035606056451797485, -0.025396984070539474, -0.03148738667368889, -0.09505051374435425, -0.04850287735462189, 0.025726864114403725, 0.005770633928477764, 0.012079671956598759, -0.005898904986679554, 0.01569654606282711, 0.05518537759780884, 0.012791410088539124, -0.017543649300932884, 0.04551827162504196, 0.002369822934269905, -0.025996306911110878, -0.04272456094622612, 0.008703992702066898, 0.022670630365610123, 0.029140355065464973, -0.03066539391875267, 0.02599465101957321, 0.0035706511698663235, -0.0372510589659214, -0.0160622950643301, 0.0349213182926178, 0.03404618799686432, -0.07010351866483688, -0.06434892863035202, -0.028078703209757805, -0.05105052888393402, 0.05676215514540672, -0.02187415026128292, -0.04106580838561058, 0.04379710182547569, 0.05914432555437088, 0.041633762419223785, 0.0032763700000941753, -0.04066871479153633, 0.0021815230138599873, 0.0032432768493890762, 0.014265833422541618, -0.060135431587696075, 0.04488326609134674, -0.017383571714162827, 0.020622778683900833, -0.01869300752878189, -0.018194125965237617, -0.0333346351981163, 0.0024292662274092436, -0.027636952698230743, -0.013490424491465092, -0.019047824665904045, 0.004971085581928492, -0.017815478146076202, 0.06111522763967514, -0.0283603984862566, 0.0202923770993948, -0.036717623472213745, 0.029645821079611778, -0.05083593726158142, -0.000976012961473316, -0.014863666146993637, 0.004331084433943033, -0.02377217449247837, -0.012341256253421307, 0.007103057578206062, -0.052135318517684937, 0.04510049149394035, 0.04156990721821785, 0.01414752472192049, 0.02065409906208515, -0.023088229820132256, -0.012713223695755005, 0.00047599137178622186, -0.07739691436290741, 0.0007132259197533131, -0.004306291230022907, 0.00368844298645854, -0.016571037471294403, 0.03666265308856964, 0.028369294479489326, -0.05614946410059929, -0.016560770571231842, 0.041034720838069916, 0.003115204395726323, 0.0014819636708125472, 0.018205391243100166, 0.02138388343155384, 0.057470280677080154, 0.05503899231553078, -0.046017181128263474, 0.01801091805100441, -0.013500778004527092, -0.026471683755517006, 0.025512760505080223, -0.002948732115328312, 0.01376014668494463, 0.015596633777022362, -0.0075553953647613525, -0.019586831331253052, 0.08147811144590378, 0.036559734493494034, 0.024574119597673416, -0.001099830842576921, -0.03899014741182327, 0.040136776864528656, 0.009058050811290741, -0.06319041550159454, 0.024719856679439545, 0.005888768471777439, -0.018837010487914085, 0.071790911257267, -0.03038669005036354, 0.03653134033083916, 0.029150746762752533, 0.010887015610933304, 0.004454826004803181, 0.026293542236089706, -0.03266551345586777, -0.004666291642934084, 0.030631953850388527, -0.05199609324336052, -0.002288290299475193, -0.0342664010822773, 0.062290970236063004, -0.07345205545425415, 0.05203815922141075, 0.04673154652118683, -0.0026653597597032785, 0.03878318518400192, -0.0020901397801935673, -0.04080163314938545, 0.05190890282392502, -0.026370247825980186, 0.07861778140068054, 0.015148628503084183, -0.07354959845542908, 0.08602157235145569, 0.017937809228897095, -0.06677373498678207, 0.05923546850681305, 0.027826763689517975, 0.006268785800784826, 0.05162617564201355, 0.02297320030629635, -0.04782065004110336, 0.03383425250649452, -0.03324753791093826, 0.03812255337834358, -0.04363973066210747, -0.005382626783102751, 0.03685316815972328, -0.02839585207402706, -0.0195569209754467, 0.01639561727643013, -0.01630384661257267, -0.000545118295121938, 0.0075843906961381435, -0.07061609625816345, -0.026200274005532265, 0.014277398586273193, 0.04470028355717659, -0.04123012721538544, -0.0246009211987257, -0.052242424339056015, 0.04307788982987404, 0.02406022697687149, 0.01337978895753622, -0.030853956937789917, 0.006196156609803438, 0.04360105097293854, -0.09211375564336777, -0.03571327403187752, 0.06120939552783966, 0.011927715502679348, -0.016289187595248222, 0.0185227207839489, 0.01238927710801363, 0.0026041348464787006, 0.012176848948001862, -0.0031997777987271547, 0.02647031657397747, -0.06437867879867554, 0.01276430580765009, 0.00245737936347723, 0.014958727173507214, 0.019320515915751457, -0.023004572838544846, 0.027669116854667664, 0.04476172849535942, 0.048375919461250305, 0.021870488300919533, -0.038018662482500076, -0.00791990477591753, 0.02640555426478386, -0.05935445427894592, 0.01777266338467598, 0.026815049350261688, -0.05613461509346962, -0.019770484417676926, 0.018257834017276764, 0.013497390784323215, 0.025972548872232437, -0.03443513810634613, -0.0026396994944661856, 0.00560004822909832, -0.01635596714913845, -0.03777528926730156, -0.06306006014347076, -0.03503648564219475, -0.039044685661792755, 0.03816920518875122, 0.040440820157527924, -0.06119534373283386, 0.006697727832943201, -0.04641599953174591, -0.08189807087182999, 0.030101221054792404, 0.0372130386531353, -0.006900380831211805, 0.05423683673143387, 0.05375761538743973, -0.044458042830228806, 0.026768598705530167, 0.03042546845972538, -0.016790306195616722, 0.04446735233068466, 0.0005074465880170465, 0.004977553617209196, 0.04378057271242142, 0.041632115840911865, 0.02147354744374752, -0.017317404970526695, -0.04804601892828941, -0.031166061758995056, 0.005425118841230869, 0.022870836779475212, 0.03415343165397644 ]
AnonymousSub/rule_based_only_classfn_epochs_1_shard_1_wikiqa
[ "pytorch", "bert", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "BertForSequenceClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
32
null
--- language: multi-lingual datasets: - common_voice tags: - speech - audio - automatic-speech-recognition - phoneme-recognition widget: - example_title: Librispeech sample 1 src: https://cdn-media.huggingface.co/speech_samples/sample1.flac - example_title: Librispeech sample 2 src: https://cdn-media.huggingface.co/speech_samples/sample2.flac license: apache-2.0 --- # Wav2Vec2-Large-XLSR-53 finetuned on multi-lingual Common Voice This checkpoint leverages the pretrained checkpoint [wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) and is fine-tuned on [CommonVoice](https://huggingface.co/datasets/common_voice) to recognize phonetic labels in multiple languages. When using the model make sure that your speech input is sampled at 16kHz. Note that the model outputs a string of phonetic labels. A dictionary mapping phonetic labels to words has to be used to map the phonetic output labels to output words. [Paper: Simple and Effective Zero-shot Cross-lingual Phoneme Recognition](https://arxiv.org/abs/2109.11680) Authors: Qiantong Xu, Alexei Baevski, Michael Auli **Abstract** Recent progress in self-training, self-supervised pretraining and unsupervised learning enabled well performing speech recognition systems without any labeled data. However, in many cases there is labeled data available for related languages which is not utilized by these methods. This paper extends previous work on zero-shot cross-lingual transfer learning by fine-tuning a multilingually pretrained wav2vec 2.0 model to transcribe unseen languages. This is done by mapping phonemes of the training languages to the target language using articulatory features. Experiments show that this simple method significantly outperforms prior work which introduced task-specific architectures and used only part of a monolingually pretrained model. The original model can be found under https://github.com/pytorch/fairseq/tree/master/examples/wav2vec#wav2vec-20. # Usage To transcribe audio files the model can be used as a standalone acoustic model as follows: ```python from transformers import Wav2Vec2Processor, Wav2Vec2ForCTC from datasets import load_dataset import torch # load model and processor processor = Wav2Vec2Processor.from_pretrained("facebook/wav2vec2-xlsr-53-espeak-cv-ft") model = Wav2Vec2ForCTC.from_pretrained("facebook/wav2vec2-xlsr-53-espeak-cv-ft") # load dummy dataset and read soundfiles ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation") # tokenize input_values = processor(ds[0]["audio"]["array"], return_tensors="pt").input_values # retrieve logits with torch.no_grad(): logits = model(input_values).logits # take argmax and decode predicted_ids = torch.argmax(logits, dim=-1) transcription = processor.batch_decode(predicted_ids) # => should give ['m ɪ s t ɚ k w ɪ l t ɚ ɪ z ð ɪ ɐ p ɑː s əl l ʌ v ð ə m ɪ d əl k l æ s ɪ z æ n d w iː aʊ ɡ l æ d t ə w ɛ l k ə m h ɪ z ɡ ɑː s p ə'] ```
[ -0.01740037463605404, -0.0007096800254657865, -0.01432174164801836, 0.04652688279747963, 0.051738109439611435, 0.01005817111581564, -0.000710648309905082, 0.0007543250685557723, -0.041005879640579224, 0.058984655886888504, 0.01584479585289955, -0.004381811711937189, 0.023625383153557777, 0.03766213357448578, -0.02391093224287033, -0.06359785050153732, -0.03622904047369957, 0.0015689900610595942, -0.04922214150428772, -0.009699411690235138, 0.012615319341421127, 0.028080493211746216, -0.0016028698300942779, 0.0385802760720253, 0.000868355855345726, 0.0412791483104229, -0.014048956334590912, 0.028801707550883293, 0.04293482378125191, -0.05361439287662506, -0.0010224106954410672, -0.03254837915301323, -0.02035445347428322, -0.05406498908996582, -0.02137564681470394, -0.019986705854535103, -0.010135537944734097, 0.00011979664850514382, 0.02448878064751625, 0.062348198145627975, -0.012576382607221603, 0.014045369811356068, 0.009714092127978802, -0.022764241322875023, 0.014125482179224491, -0.008125829510390759, -0.04211360961198807, -0.01886064000427723, 0.01621348410844803, -0.016577647998929024, -0.03390857204794884, -0.05896170809864998, -0.011285477317869663, 0.025900576263666153, -0.013979777693748474, -0.05135747417807579, -0.05819162726402283, -0.014597037807106972, 0.07111702114343643, -0.033855095505714417, -0.04520472511649132, 0.007733311969786882, -0.035067953169345856, 0.028307106345891953, 0.0246726106852293, -0.047966379672288895, 0.01213845331221819, -0.06320769339799881, 0.021842490881681442, -0.002447582082822919, 0.05269240587949753, -0.008197221904993057, 0.008151018060743809, -0.0795116201043129, -0.001309168990701437, -0.026853490620851517, 0.02986540086567402, 0.04198566451668739, -0.026184065267443657, 0.06816717237234116, 0.0003992341225966811, 0.02519264444708824, 0.0311741940677166, -0.027796706184744835, 0.01616368442773819, 0.051857464015483856, -0.03512759879231453, 0.010920006781816483, 0.03411778435111046, 0.01716035231947899, -0.0287811066955328, -0.03969982638955116, -0.01584206335246563, -0.03972648084163666, 0.009117277339100838, 0.045533809810876846, 0.053208403289318085, -0.026660040020942688, 0.0581100769340992, 0.013358193449676037, 0.01807221584022045, 0.049404326826334, -0.004393992014229298, 0.04644745588302612, -0.041653674095869064, 0.0045819454826414585, -0.023607570677995682, -0.03713800013065338, -0.028966138139367104, 0.009714046493172646, 0.025085324421525, -0.032266609370708466, -0.030373303219676018, 0.052213188260793686, -0.004938387777656317, -0.021687718108296394, 0.039655651897192, -0.042209893465042114, -0.023786496371030807, -0.0641230121254921, 0.04153856262564659, 0.009717120788991451, 0.0046701920218765736, 0.025137750431895256, -0.04455962032079697, 0.029049919918179512, -0.0521254725754261, -0.05280985310673714, 0.0029359739273786545, -0.002396277617663145, 0.001204351196065545, 0.04244326427578926, -0.0003974896389991045, -0.04080599173903465, 0.004913075361400843, 0.018092719838023186, -0.069840207695961, 0.0273053590208292, 0.035660549998283386, 0.09299834072589874, -0.07447177171707153, -0.05179658159613609, 0.02241012267768383, 0.006232659798115492, 0.015555976890027523, 0.04021964594721794, 0.01333680097013712, -0.03356514498591423, -0.029380498453974724, -0.010985911823809147, 0.05537641793489456, -0.07663998007774353, -0.002963627688586712, 0.06856125593185425, -0.04954318329691887, 0.040000610053539276, -0.039281975477933884, 0.0032025340478867292, 0.016120806336402893, -0.02517957054078579, -0.005916171707212925, 0.032408516854047775, -0.01672818325459957, -0.029914576560258865, -0.06568296998739243, -0.04698306322097778, -0.009256972000002861, 0.05297095701098442, 0.00787592213600874, -0.002651302143931389, -0.030690312385559082, 0.021506832912564278, 0.03214917704463005, 0.03583836928009987, -0.04076218977570534, 0.03726711869239807, 0.06837691366672516, 0.03282040357589722, -0.03656451031565666, 0.10514456033706665, 0.033940136432647705, -0.01979520544409752, -0.05853819102048874, -0.0010186348808929324, -0.00817128736525774, -0.028246507048606873, -0.025298086926341057, 0.05044111981987953, 0.0004922401276417077, -0.03338802978396416, -0.012248500250279903, 0.04118664190173149, -0.012586327269673347, -0.006240619346499443, 0.002234263811260462, -0.02362918294966221, -0.026061970740556717, 0.05151734501123428, -0.024073155596852303, 0.00012391823111101985, -0.024519018828868866, -0.026486258953809738, -0.025750337168574333, 0.028310006484389305, 0.034541890025138855, 0.04858078435063362, -0.02051922306418419, 0.08403541147708893, 0.0008824797114357352, 0.008975391276180744, -0.04130683094263077, -0.05153023824095726, -0.016283556818962097, 0.05641471967101097, 0.028292523697018623, 0.05410858243703842, -0.015340921469032764, -0.05794619396328926, 0.015706142410635948, 0.0844118669629097, 0.0700264722108841, 0.02311689220368862, -0.050422366708517075, 0.0017852982273325324, 0.02316462993621826, 0.04494890570640564, -0.05184231698513031, -0.03754279389977455, 0.025093842297792435, 0.03454792872071266, -0.0027989186346530914, -0.0001191570918308571, -0.002515813335776329, 0.018895957618951797, -0.056812699884176254, -0.06655198335647583, 0.03226239234209061, 0.03496667742729187, -0.0015620876802131534, 0.04446814954280853, -0.02437414415180683, -0.002827927703037858, 0.02940702810883522, 0.004493054002523422, 0.0174634400755167, -0.04725659266114235, 0.010280254296958447, 0.002215208252891898, 0.029994720593094826, -0.06321772187948227, 0.04189050570130348, -0.0025708721950650215, -0.0007892968715168536, 0.03322810307145119, -0.011010243557393551, 0.05116263031959534, 0.030228789895772934, 0.013627437874674797, -0.022503167390823364, 0.005645317956805229, 0.0006776084192097187, 0.05854533612728119, 0.08393064886331558, -0.012517222203314304, 0.060127902776002884, -0.013372809626162052, 0.031386759132146835, 0.060093700885772705, 0.018588045611977577, 0.010082067921757698, 0.043764304369688034, 0.06649880856275558, -0.00794343464076519, -0.020245779305696487, 0.06284449249505997, -0.04105231910943985, 0.028328243643045425, -0.05011511966586113, 0.0035046986304223537, 0.008074990473687649, -0.010555778630077839, 0.050736378878355026, 0.003631892614066601, -0.0039749653078615665, 0.01865992322564125, -0.010072069242596626, -0.02417878992855549, 0.03528302535414696, -0.008655380457639694, -0.002491815946996212, 0.005187852308154106, -0.022016359493136406, 0.005856601055711508, -0.06007884070277214, -0.043377045542001724, -0.0022236420772969723, -0.02427748590707779, 0.016984349116683006, -0.051020547747612, -0.013523384928703308, -0.07239164412021637, -0.0051769050769507885, 0.026525303721427917, 0.026815442368388176, 0.025390757247805595, -0.026893172413110733, 0.021201644092798233, -0.03874389827251434, -0.02358924224972725, -0.031836170703172684, -0.05248362943530083, -0.021712658926844597, -0.047141775488853455, 0.05265071988105774, 0.016758274286985397, 0.031473614275455475, 0.03267742320895195, 0.012301957234740257, -0.020937176421284676, -0.039772436022758484, 0.06272009760141373, 0.03728102147579193, -0.050452034920454025, -0.062888503074646, 0.011972223408520222, -0.02327410690486431, 0.004535209853202105, -0.025333762168884277, -0.03977663069963455, 0.06065599247813225, 0.05999376252293587, 0.040081217885017395, 0.03475334122776985, -0.012032851576805115, -0.0639338567852974, -0.07131309062242508, -0.02839861623942852, -0.043902359902858734, -0.0034894102718681097, -0.041681140661239624, -0.027294794097542763, -0.013497249223291874, -0.01860509067773819, -0.0017610442591831088, -0.01113387942314148, -0.019342180341482162, 0.05400234833359718, 0.041367098689079285, 0.007461718283593655, 0.04403737559914589, -0.04853825643658638, -0.04433684051036835, 0.07882760465145111, 0.015057612210512161, -0.009307573549449444, -0.07519106566905975, -0.026866763830184937, 0.012260115705430508, 0.034123294055461884, -0.007886926643550396, 0.002991392510011792, 0.07201065868139267, -0.02456212230026722, -0.02588135376572609, 0.027414357289671898, -0.0212724469602108, -0.014641745015978813, -0.02045990340411663, -0.01865503191947937, -0.01777562126517296, -0.06026294454932213, -0.017374467104673386, -0.009932659566402435, 0.0586535818874836, -0.06685169041156769, -0.04665456712245941, -0.022757219150662422, 0.009994667954742908, 0.009673763066530228, -0.016532614827156067, -0.020586207509040833, 0.004357576835900545, -0.047218069434165955, -0.021830976009368896, -0.019541874527931213, 0.019374864175915718, 0.038275063037872314, 0.04136275872588158, 0.015428008511662483, -0.013545279391109943, 0.028597699478268623, 0.046184293925762177, 0.06247175484895706, 0.041065651923418045, -0.02558215521275997, 0.03301553800702095, -0.036151524633169174, 0.027261938899755478, -0.026622751727700233, -0.0351029597222805, -0.04251686856150627, -0.07275969535112381, -0.03485342860221863, 0.006676165387034416, -0.0060484628193080425, -0.013661559671163559, 0.03830162435770035, -0.008042830042541027, 0.016023021191358566, -0.0052132452838122845, 0.030998464673757553, 0.038225241005420685, -0.061814382672309875, 0.051839422434568405, -0.0032302665058523417, 0.044174857437610626, -0.04831315949559212, 0.042294979095458984, -0.04496749863028526, -0.047940853983163834, 0.007160971872508526, 0.06358560919761658, 0.013199853710830212, 0.03494302183389664, 0.054365091025829315, 0.008051803335547447, -0.06558266282081604, 0.06137660890817642, 0.038012027740478516, -0.030733807012438774, -0.07075110822916031, 0.0012702638050541282, -0.011619159951806068, -0.010876341722905636, -0.00690486328676343, -0.03259488567709923, 0.023514144122600555, 0.057503700256347656, -0.0043213851749897, -0.010495869442820549, 0.003594645531848073, -0.0026282109320163727, -0.024331731721758842, -0.056975074112415314, -0.02319484017789364, 0.009521666914224625, -0.02989768609404564, 0.05224347859621048, 0.0285016056150198, -0.021760836243629456, 0.0598355308175087, 0.051334481686353683, -0.05518518015742302, -0.018604345619678497, 0.03773652762174606, 0.03208347409963608, -0.031078344210982323, -0.07346747815608978, -0.04469311982393265, 0.04382330924272537, 0.037721600383520126, 0.005014148075133562, -0.06716994196176529, -0.007990234531462193, 0.0675622746348381, -0.0445275604724884, 0.06829854846000671, -0.016223328188061714, 0.045344747602939606, 0.06033773347735405, 0.005014721769839525, 0.020570723339915276, -0.006525574252009392, -0.01720069907605648, -0.00642995024099946, 0.01335084531456232, 0.009543826803565025, -0.036134373396635056, -0.07481443136930466, 0.03576883301138878, 0.0179273784160614, -0.004899189341813326, 0.03988395631313324, -0.03681439533829689, -0.05626293271780014, 0.0011912855552509427, 0.02893764339387417, -0.046765632927417755, 0.004635682795196772, 0.030227188020944595, 0.03540772199630737, -0.03770854324102402, -0.004192261025309563, 0.006818034686148167, 0.013615591451525688, 0.028721846640110016, -0.004444568883627653, -0.0423605740070343, -0.03656608611345291, 0.020676473155617714, -0.02487550489604473, -0.03758757933974266, -0.09740959852933884, 0.02087441273033619, -0.009587219916284084, -0.019462214782834053, 0.060269057750701904, 0.04870980232954025, 0.06422947347164154, 0.05100976303219795, -0.004279429093003273, 0.022097954526543617, -0.03139554709196091, 0.04812055826187134, -0.01930411346256733, -0.036842864006757736, -0.022148286923766136, -0.01954638957977295, -0.027338175103068352, -0.030660854652523994, -0.03673049062490463, -0.047961391508579254, -0.002229024190455675, 0.028876084834337234, -0.02878635935485363, -0.007822287268936634, -0.04036165401339531, 0.036512281745672226, 0.0009139353060163558, -0.03333832323551178, -0.010545768775045872, -0.002638139994814992, -0.06677290797233582, -0.03020079992711544, 0.03897181153297424, -0.01161240041255951, 0.018877407535910606, 0.032456088811159134, 0.009166384115815163, 0.029543686658143997, -0.007440587971359491, 0.011705546639859676, 0.02663341723382473, 0.01223308127373457, -0.040427468717098236, -0.028094997629523277, 0.02384890243411064, 0.013897650875151157, 0.02786444127559662, -0.05962323769927025, 0.032980676740407944, 0.018793782219290733, -0.03377430513501167, 0.007526494096964598, 0.027489427477121353, 0.017662975937128067, -0.0723041221499443, -0.03259681165218353, -0.010770554654300213, -0.07522668689489365, 0.01773150824010372, -0.026024626567959785, -0.008455729112029076, 0.02716980129480362, 0.037125103175640106, 0.039470456540584564, -0.029337896034121513, -0.03176560997962952, 0.018781520426273346, -0.00736631453037262, 0.031755995005369186, -0.05278186872601509, 0.03558797016739845, -0.038001205772161484, 0.017947372049093246, 0.010620198212563992, 0.012928169220685959, -0.041974928230047226, 0.027309861034154892, -0.001635995227843523, -0.0016888721147552133, -0.028729526326060295, 0.00025999225908890367, -0.006213381886482239, 0.02527656778693199, -0.022091833874583244, 0.013477806001901627, -0.044090598821640015, 0.055660430341959, -0.03129340335726738, 0.022437389940023422, -0.016725214198231697, -0.008371029049158096, -0.005856471136212349, -0.039070405066013336, 0.008211921900510788, -0.041679561138153076, 0.06475092470645905, 0.041455790400505066, 0.048598360270261765, 0.03127945587038994, -0.007522379048168659, -0.0048604561015963554, 0.03132140263915062, -0.040146604180336, -0.013404304161667824, 0.010202965699136257, 0.04945449158549309, 0.000844127032905817, 0.04057310149073601, 0.010347207076847553, -0.07322157174348831, -0.06525154411792755, 0.03387852758169174, 0.026158684864640236, 0.006218660157173872, 0.008286611177027225, 0.043914731591939926, 0.0703892856836319, 0.0330636166036129, -0.0317939929664135, -0.00975241418927908, -0.004754598718136549, -0.03417551890015602, -0.00735057145357132, -0.007692738901823759, 0.01579998806118965, 0.007163499016314745, -0.03248526155948639, -0.03457574173808098, 0.058102015405893326, 0.003296858398243785, 0.02622630074620247, -0.017972558736801147, -0.049375083297491074, 0.018511174246668816, -0.01091157365590334, -0.03200549632310867, -0.0060213119722902775, -0.030074048787355423, -0.05008537322282791, 0.07768066227436066, -0.026262206956744194, 0.023937294259667397, 0.019488632678985596, 0.02162177860736847, -0.021917296573519707, 0.022028639912605286, -0.03990282118320465, -0.012068786658346653, 0.03360564634203911, -0.049791477620601654, -0.022412534803152084, -0.030687600374221802, 0.08282959461212158, -0.046719007194042206, 0.04236505180597305, 0.06800293177366257, 0.013368326239287853, 0.058336108922958374, -0.025573479011654854, -0.024242481216788292, 0.03226310759782791, -0.02498706802725792, 0.0646120086312294, 0.01545786764472723, -0.07327813655138016, 0.026854852214455605, 0.017217300832271576, -0.09123064577579498, 0.0415528267621994, 0.023703983053565025, 0.02438698709011078, 0.0328664630651474, 0.035978153347969055, -0.05512397736310959, 0.006439640186727047, -0.04933188483119011, 0.02938079461455345, -0.05006355419754982, 0.014303937554359436, 0.010722451843321323, -0.0511341392993927, 0.0002795314067043364, 0.03160766512155533, -0.024279961362481117, -0.00046311182086355984, 0.018787793815135956, -0.0798042044043541, -0.07328682392835617, 0.005927359219640493, 0.029231667518615723, -0.024229248985648155, 0.005804136395454407, -0.04627649486064911, -0.009689142927527428, 0.024665268138051033, -0.01436631940305233, -0.03287981078028679, -0.03799274563789368, 0.010319774970412254, -0.07294885069131851, -0.030051035806536674, 0.053366053849458694, 0.02016674354672432, -0.027492113411426544, 0.04633571207523346, 0.004346391186118126, -0.003575580660253763, 0.04369419813156128, -0.003918394912034273, 0.03967456892132759, -0.07595798373222351, -0.024956731125712395, -0.0022385416086763144, 0.023841246962547302, 0.02035655826330185, -0.012318170629441738, 0.059873659163713455, 0.04519888386130333, 0.0046621207147836685, 0.026987140998244286, -0.020558878779411316, -0.014633992686867714, 0.03327609598636627, -0.014068863354623318, 0.01339862309396267, 0.010716777294874191, -0.05370175838470459, -0.00935722328722477, -0.030076390132308006, -0.0008117392426356673, 0.04705085605382919, -0.0660584345459938, 0.010726701468229294, 0.03797273710370064, -0.02254432998597622, -0.0602710023522377, -0.06813410669565201, -0.0570109523832798, -0.041241586208343506, 0.023162251338362694, 0.0071098655462265015, -0.046020541340112686, 0.009023924358189106, -0.041413314640522, -0.029546335339546204, 0.022145429626107216, 0.013724132440984249, -0.008723310194909573, 0.06207658350467682, 0.019870301708579063, -0.06095435842871666, 0.022711019963026047, 0.044161517173051834, -0.011874785646796227, 0.018905211240053177, 0.022274117916822433, 0.026019945740699768, 0.030407575890421867, 0.04215797781944275, -0.027414696291089058, -0.017039133235812187, -0.05005259811878204, -0.022117819637060165, -0.014305301941931248, -0.0018466459587216377, 0.03574417158961296 ]
AnonymousSub/rule_based_roberta_bert_quadruplet_epochs_1_shard_1
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
6
2020-09-15T18:43:35Z
--- language: - de - en tags: - translation - wmt19 - facebook license: apache-2.0 datasets: - wmt19 metrics: - bleu thumbnail: https://huggingface.co/front/thumbnails/facebook.png --- # FSMT ## Model description This is a ported version of [fairseq wmt19 transformer](https://github.com/pytorch/fairseq/blob/master/examples/wmt19/README.md) for de-en. For more details, please see, [Facebook FAIR's WMT19 News Translation Task Submission](https://arxiv.org/abs/1907.06616). The abbreviation FSMT stands for FairSeqMachineTranslation All four models are available: * [wmt19-en-ru](https://huggingface.co/facebook/wmt19-en-ru) * [wmt19-ru-en](https://huggingface.co/facebook/wmt19-ru-en) * [wmt19-en-de](https://huggingface.co/facebook/wmt19-en-de) * [wmt19-de-en](https://huggingface.co/facebook/wmt19-de-en) ## Intended uses & limitations #### How to use ```python from transformers import FSMTForConditionalGeneration, FSMTTokenizer mname = "facebook/wmt19-de-en" tokenizer = FSMTTokenizer.from_pretrained(mname) model = FSMTForConditionalGeneration.from_pretrained(mname) input = "Maschinelles Lernen ist großartig, oder?" input_ids = tokenizer.encode(input, return_tensors="pt") outputs = model.generate(input_ids) decoded = tokenizer.decode(outputs[0], skip_special_tokens=True) print(decoded) # Machine learning is great, isn't it? ``` #### Limitations and bias - The original (and this ported model) doesn't seem to handle well inputs with repeated sub-phrases, [content gets truncated](https://discuss.huggingface.co/t/issues-with-translating-inputs-containing-repeated-phrases/981) ## Training data Pretrained weights were left identical to the original model released by fairseq. For more details, please, see the [paper](https://arxiv.org/abs/1907.06616). ## Eval results pair | fairseq | transformers -------|---------|---------- de-en | [42.3](http://matrix.statmt.org/matrix/output/1902?run_id=6750) | 41.35 The score is slightly below the score reported by `fairseq`, since `transformers`` currently doesn't support: - model ensemble, therefore the best performing checkpoint was ported (``model4.pt``). - re-ranking The score was calculated using this code: ```bash git clone https://github.com/huggingface/transformers cd transformers export PAIR=de-en export DATA_DIR=data/$PAIR export SAVE_DIR=data/$PAIR export BS=8 export NUM_BEAMS=15 mkdir -p $DATA_DIR sacrebleu -t wmt19 -l $PAIR --echo src > $DATA_DIR/val.source sacrebleu -t wmt19 -l $PAIR --echo ref > $DATA_DIR/val.target echo $PAIR PYTHONPATH="src:examples/seq2seq" python examples/seq2seq/run_eval.py facebook/wmt19-$PAIR $DATA_DIR/val.source $SAVE_DIR/test_translations.txt --reference_path $DATA_DIR/val.target --score_path $SAVE_DIR/test_bleu.json --bs $BS --task translation --num_beams $NUM_BEAMS ``` note: fairseq reports using a beam of 50, so you should get a slightly higher score if re-run with `--num_beams 50`. ## Data Sources - [training, etc.](http://www.statmt.org/wmt19/) - [test set](http://matrix.statmt.org/test_sets/newstest2019.tgz?1556572561) ### BibTeX entry and citation info ```bibtex @inproceedings{..., year={2020}, title={Facebook FAIR's WMT19 News Translation Task Submission}, author={Ng, Nathan and Yee, Kyra and Baevski, Alexei and Ott, Myle and Auli, Michael and Edunov, Sergey}, booktitle={Proc. of WMT}, } ``` ## TODO - port model ensemble (fairseq uses 4 model checkpoints)
[ -0.02574918046593666, -0.027180273085832596, -0.010733373463153839, 0.054300691932439804, 0.02679368481040001, 0.052129022777080536, -0.016331683844327927, -0.025652918964624405, -0.041172005236148834, 0.05887359753251076, 0.02895265445113182, 0.0051604681648314, -0.006466228049248457, 0.025788169354200363, -0.024694448336958885, -0.04609018191695213, -0.01711106114089489, -0.020550113171339035, -0.022246217355132103, -0.010211947374045849, -0.00748961279168725, 0.0040411027148365974, -0.0001099486107705161, 0.007929790765047073, 0.025722289457917213, 0.028804471716284752, -0.024305516853928566, 0.03783772885799408, -0.0018056815024465322, -0.06712980568408966, -0.0065233539789915085, -0.01667034439742565, -0.03897086903452873, -0.0064009372144937515, -0.0021168782841414213, 0.00703433807939291, 0.004517440218478441, 0.016721751540899277, 0.05699197202920914, 0.060965701937675476, -0.0019781645387411118, 0.001805436797440052, -0.0011582848383113742, -0.030646417289972305, 0.04590209946036339, 0.004793890286237001, -0.061635904014110565, -0.026594670489430428, 0.05359261482954025, -0.029772378504276276, -0.058112677186727524, -0.07763128727674484, -0.030460655689239502, 0.03047877736389637, -0.031571950763463974, -0.0376175157725811, -0.06184014305472374, 0.015298845246434212, 0.03115825355052948, -0.029638122767210007, -0.017807867377996445, 0.025630652904510498, -0.046201594173908234, 0.010573126375675201, 0.027948832139372826, -0.03879256919026375, 0.005053809378296137, -0.02048182114958763, 0.03669970855116844, -0.04236532002687454, 0.06387857347726822, -0.045505452901124954, 0.027566269040107727, -0.0812876746058464, -0.01843443140387535, -0.008869443088769913, 0.04725264757871628, 0.0450887568295002, -0.0542101114988327, 0.048918429762125015, 0.036146897822618484, 0.01760050281882286, 0.02620946243405342, -0.04346703737974167, -0.04638199880719185, 0.04931935667991638, -0.03928464651107788, 0.021212546154856682, 0.019195828586816788, 0.03602742403745651, -0.05120229721069336, -0.02156035229563713, 0.0010840952163562179, -0.03112088143825531, -0.0028379212599247694, 0.030691463500261307, 0.05310257151722908, 0.004072865471243858, 0.018180325627326965, 0.042625974863767624, 0.021491751074790955, 0.06383093446493149, 0.007561288774013519, 0.05152926966547966, -0.011545505374670029, -0.026696568354964256, -0.0012435553362593055, -0.03161802142858505, -0.055825814604759216, 0.02695826254785061, 0.03291130065917969, -0.015652820467948914, -0.03928989917039871, 0.03546607494354248, 0.00461433082818985, -0.02510383352637291, 0.056160081177949905, -0.02161870151758194, -0.032999224960803986, -0.04201985523104668, 0.04648969694972038, -0.004586817696690559, 0.004723850637674332, 0.0108488779515028, -0.050650566816329956, 0.03681887313723564, -0.026711594313383102, -0.04090696945786476, -0.0026495533529669046, 0.018081918358802795, 0.006660958286374807, 0.02900787629187107, 0.04607156291604042, -0.025542842224240303, -0.004691896960139275, 0.00848647765815258, -0.04891716688871384, 0.043996572494506836, 0.04139986261725426, 0.10956408083438873, -0.03877095505595207, -0.034175802022218704, 0.009247222915291786, 0.028953051194548607, -0.04804440215229988, -0.002638331614434719, 0.018595043569803238, -0.032555870711803436, -0.034910812973976135, 0.006217068061232567, 0.042749952524900436, -0.05644619092345238, 0.005918167531490326, 0.04364483803510666, -0.008676921017467976, 0.031966645270586014, -0.04577426612377167, -0.011093716137111187, -0.016137301921844482, 0.005023706238716841, -0.06113170459866524, 0.03952600061893463, 0.015004191547632217, 0.007275826763361692, -0.01391887478530407, -0.061157889664173126, -0.0010847010416910052, 0.0721338763833046, -0.015373029746115208, -0.04408613592386246, -0.010888904333114624, 0.03687283769249916, 0.06735526770353317, 0.013908063061535358, -0.02437080256640911, 0.024895161390304565, 0.0668892040848732, 0.062406640499830246, -0.013033627532422543, 0.05596580356359482, 0.01908779889345169, -0.025880277156829834, -0.03884086012840271, 0.005349497776478529, -0.008939538151025772, -0.042633362114429474, 0.025175519287586212, 0.07906237244606018, 0.0025483830831944942, -0.01388998981565237, -0.010645536705851555, 0.057356055825948715, -0.00438864016905427, 0.017574280500411987, -0.0013966656988486648, -0.013361324556171894, -0.024073852226138115, 0.04561937600374222, -0.021705077961087227, -0.011044293642044067, -0.02784016914665699, -0.021479317918419838, 0.013029884546995163, 0.028858579695224762, 0.03986033797264099, 0.015264734625816345, -0.032173678278923035, 0.11120882630348206, -0.04513802379369736, 0.020769380033016205, -0.04951952397823334, -0.06687486916780472, 0.0009270989103242755, 0.06495927274227142, 0.03132447972893715, 0.07365791499614716, -0.006449058186262846, -0.036163389682769775, 0.03232503682374954, 0.09299857914447784, 0.04880199953913689, 0.010855487547814846, -0.010926933027803898, 0.005486072041094303, 0.05364372581243515, 0.04874011501669884, -0.060421522706747055, -0.04726783186197281, 0.005412631668150425, 0.038314443081617355, -0.010708753950893879, 0.00007492880104109645, -0.027581842616200447, 0.0004623154236469418, -0.03984707221388817, -0.06170126050710678, 0.047211021184921265, 0.03745373710989952, -0.0058792815543711185, 0.035904474556446075, 0.016031328588724136, 0.0037994910962879658, -0.011485910974442959, 0.012580693699419498, 0.01301264576613903, -0.04613885655999184, -0.02082616277039051, 0.015359778888523579, 0.047049667686223984, -0.05632041394710541, 0.010203378275036812, 0.003860742785036564, 0.005169684067368507, 0.06528555601835251, -0.05755288153886795, 0.02449997328221798, 0.02188878506422043, 0.006347431801259518, -0.03070594184100628, 0.021571995690464973, 0.02597924880683422, 0.029715340584516525, 0.059295911341905594, 0.008278097957372665, 0.06340140104293823, 0.02876945585012436, 0.04280514270067215, 0.07017188519239426, 0.04882948100566864, 0.019980382174253464, 0.005596490576863289, 0.08684218674898148, 0.01760735921561718, -0.014951137825846672, 0.04550676792860031, -0.04404936730861664, 0.04492358863353729, -0.04031381383538246, 0.04170205071568489, -0.011680912226438522, -0.011618640273809433, 0.013158016838133335, -0.00957721471786499, -0.03878616541624069, 0.006713908165693283, -0.013294745236635208, -0.007056691218167543, 0.07265046238899231, 0.0011405240511521697, 0.002893155673518777, -0.007498694118112326, -0.013918968848884106, 0.022602440789341927, -0.06796105951070786, -0.03884504735469818, 0.01905658468604088, -0.01628471538424492, -0.0026816311292350292, -0.09302695840597153, -0.020327528938651085, -0.08294292539358139, -0.003909670747816563, 0.03747153282165527, 0.023738333955407143, 0.011774294078350067, -0.024818414822220802, 0.00886215828359127, -0.05464107543230057, -0.04607159644365311, -0.06312105804681778, -0.029082171618938446, -0.028648704290390015, -0.0671481117606163, 0.034789979457855225, 0.019838789477944374, 0.03780506178736687, -0.00743818748742342, 0.01869572326540947, -0.015085572376847267, 0.0020102583803236485, 0.05063492804765701, 0.03783167153596878, -0.01619403436779976, -0.03406582027673721, 0.021985793486237526, -0.024864131584763527, 0.02527034841477871, -0.017943983897566795, -0.035209283232688904, 0.0756354033946991, 0.0710534155368805, -0.0037122792564332485, 0.02228284813463688, -0.011399135924875736, -0.015546221286058426, -0.07362612336874008, -0.02058672532439232, -0.024552544578909874, 0.0005186414928175509, -0.010184400714933872, -0.04574992135167122, -0.0459325909614563, -0.035597916692495346, -0.00704591628164053, -0.010679459199309349, 0.02887905202805996, 0.03486735746264458, 0.049028970301151276, 0.03589184954762459, 0.0379539430141449, -0.018424751237034798, -0.016475917771458626, 0.09586494415998459, -0.006149721797555685, -0.011998167261481285, -0.0631035789847374, -0.013793974183499813, 0.045223549008369446, 0.04303985461592674, 0.013600531034171581, -0.021681001409888268, 0.09695310145616531, 0.0032125788275152445, -0.0024949624203145504, -0.008586003445088863, -0.02077699638903141, -0.013518736697733402, 0.01051117293536663, 0.007207505404949188, -0.02880660444498062, -0.037557777017354965, -0.04556659981608391, 0.006394244730472565, 0.025855276733636856, -0.061203375458717346, -0.04883990436792374, -0.03303632512688637, 0.014656036160886288, 0.04353800043463707, 0.012348871678113937, -0.04437604174017906, 0.01863160729408264, -0.048863280564546585, -0.04374213144183159, 0.022526880726218224, 0.012610998935997486, 0.015233170241117477, 0.039882827550172806, 0.043797817081213, -0.043237898498773575, -0.0035591137129813433, 0.018826667219400406, 0.058743514120578766, 0.028641173616051674, -0.03827253356575966, 0.04620262607932091, -0.024293003603816032, 0.008859693072736263, -0.02470494620501995, 0.002253876533359289, -0.029475849121809006, -0.06920494139194489, 0.007207095623016357, 0.006765961647033691, -0.011899455450475216, -0.0024357775691896677, 0.05547836422920227, -0.0067898486740887165, -0.0201550479978323, 0.0070610144175589085, 0.028800761327147484, 0.048873938620090485, -0.06254394352436066, 0.06943369656801224, -0.016772188246250153, 0.02266674116253853, -0.04308626800775528, 0.025604713708162308, -0.012999532744288445, 0.000870261515956372, 0.002670005662366748, 0.0703282430768013, 0.03236394003033638, 0.028719691559672356, 0.07487824559211731, 0.02842584252357483, -0.037578701972961426, 0.009209587238729, 0.03793683648109436, -0.010465807281434536, -0.049092765897512436, -0.009603251703083515, -0.032308999449014664, -0.05329687520861626, -0.014756469056010246, -0.021180560812354088, 0.010882588103413582, 0.02126743085682392, 0.010172484442591667, -0.019174786284565926, 0.03130273520946503, -0.025025969371199608, -0.03763332590460777, -0.06266158074140549, -0.00459202891215682, 0.009833810850977898, -0.03356439992785454, 0.01820962317287922, 0.04961724206805229, 0.013074090704321861, 0.053138814866542816, 0.03138679638504982, -0.03435678035020828, -0.029279237613081932, 0.02960473671555519, 0.02730540558695793, -0.03625901788473129, -0.05795738846063614, -0.05015917122364044, 0.027014367282390594, 0.05710284784436226, -0.02704176865518093, -0.07146564871072769, 0.011480097658932209, 0.05137370526790619, -0.026374978944659233, 0.06722000986337662, -0.01920447312295437, 0.03298436850309372, 0.04353544861078262, -0.019087450578808784, 0.0212162546813488, -0.032482899725437164, 0.036694690585136414, -0.002876297105103731, 0.013554798439145088, -0.052224770188331604, -0.02677053213119507, -0.06374095380306244, 0.005853836890310049, 0.014389394782483578, 0.05413219705224037, 0.05002981424331665, -0.019088704138994217, -0.053372956812381744, 0.00621275557205081, 0.051752969622612, -0.05415181443095207, 0.02061556465923786, 0.01717727817595005, 0.05944368615746498, -0.05484653636813164, -0.044151000678539276, -0.001643796800635755, 0.01413339376449585, 0.027464916929602623, -0.027745475992560387, -0.03680894896388054, -0.03374694287776947, 0.027767693623900414, -0.03069077804684639, -0.03272159770131111, -0.09616512060165405, 0.027209190651774406, -0.013904155232012272, -0.006382303312420845, 0.0519241988658905, 0.023608794435858727, 0.007261883933097124, 0.018441053107380867, 0.011024468578398228, 0.03101794607937336, -0.03957096114754677, 0.015370660461485386, -0.04876302182674408, -0.0038712145760655403, -0.009028557687997818, -0.03479544818401337, 0.0024891176726669073, -0.01364994328469038, -0.04915599152445793, -0.06022190302610397, -0.015278497710824013, 0.003995596896857023, -0.010509025305509567, 0.03847130760550499, -0.011456083506345749, 0.032338667660951614, -0.04364725574851036, 0.004449320491403341, -0.01650042086839676, -0.04779857397079468, -0.06315512210130692, -0.06783192604780197, 0.016302501782774925, 0.032223280519247055, 0.034484341740608215, 0.02438240498304367, -0.0004048147238790989, 0.01967073231935501, 0.009967825375497341, -0.03289799392223358, 0.02074063941836357, 0.0038875900208950043, -0.048586174845695496, -0.030184732750058174, 0.0021499809809029102, -0.001800475874915719, 0.04329890012741089, -0.03980210795998573, 0.039302948862314224, 0.04229491576552391, -0.011550681665539742, -0.017708683386445045, 0.030453165993094444, 0.0029701890889555216, -0.07577385008335114, -0.036583058536052704, -0.023818135261535645, -0.03364228457212448, 0.028157124295830727, -0.022678183391690254, -0.026063548400998116, 0.013996748253703117, 0.014161571860313416, 0.019051844254136086, -0.019654406234622, -0.03432676941156387, 0.029508359730243683, -0.020260820165276527, -0.002918693469837308, -0.06583889573812485, 0.04189874231815338, -0.04142962768673897, 0.0003113898856099695, -0.021126503124833107, -0.01842641644179821, -0.04776035249233246, 0.048027653247117996, -0.013663036748766899, -0.027744019404053688, -0.00810832530260086, -0.0004479049821384251, -0.03376668691635132, 0.02276901714503765, -0.05677621811628342, -0.0003698065993376076, -0.00640458520501852, 0.03587326407432556, -0.04445744305849075, -0.026165619492530823, -0.028062729164958, 0.004478214308619499, -0.031246183440089226, -0.006030268035829067, -0.012732432223856449, -0.04651477932929993, 0.033749911934137344, 0.01975131593644619, 0.03454695641994476, 0.007750215474516153, -0.028460392728447914, 0.020354826003313065, 0.011745513416826725, -0.057555168867111206, -0.005609273910522461, -0.018580513074994087, 0.00939180701971054, -0.012965010479092598, 0.06043637543916702, 0.020757397636771202, -0.03617971017956734, -0.05818501487374306, 0.03406563028693199, 0.002360582584515214, -0.006588976364582777, 0.00825754925608635, 0.01631140522658825, 0.033113811165094376, 0.038037825375795364, -0.023591678589582443, -0.025632675737142563, -0.02213812805712223, -0.037965089082717896, 0.018882134929299355, 0.0030262910295277834, 0.012218978255987167, -0.01245761290192604, -0.04523923248052597, -0.012847180478274822, 0.07591750472784042, 0.024443890899419785, 0.019961917772889137, -0.01101568341255188, -0.030241362750530243, 0.038647640496492386, 0.01985294185578823, -0.02402368001639843, 0.007526813540607691, 0.04562682285904884, -0.02525576949119568, 0.08784011006355286, 0.003004411468282342, 0.030036240816116333, 0.07952798157930374, 0.0260297954082489, -0.001110132783651352, 0.048536960035562515, -0.014804748818278313, 0.014232353307306767, 0.040314022451639175, -0.06352592259645462, -0.03198881074786186, 0.009914261288940907, 0.0756153017282486, -0.07225040346384048, 0.04020923748612404, 0.031092992052435875, 0.006733664311468601, 0.024109480902552605, -0.049575325101614, -0.039075691252946854, 0.01682695932686329, -0.033651113510131836, 0.08379626274108887, 0.019865920767188072, -0.05825391784310341, 0.07680471241474152, 0.040203116834163666, -0.07717316597700119, 0.031410906463861465, 0.05598966404795647, 0.003445251611992717, 0.022156324237585068, 0.03680264204740524, -0.03231566771864891, 0.02676451951265335, -0.06000516563653946, 0.02121005579829216, -0.05187080800533295, -0.00651055620983243, -0.011339526623487473, -0.07865265011787415, -0.0135202556848526, 0.007027242332696915, -0.0017545419977977872, -0.012858547270298004, 0.052800633013248444, -0.051342450082302094, -0.029161661863327026, 0.0043764542788267136, 0.029096506536006927, -0.012683922424912453, 0.02890120819211006, -0.029782885685563087, 0.02786339819431305, 0.039417754858732224, 0.0009530925308354199, -0.02860959991812706, -0.004120377823710442, 0.027671992778778076, -0.0651620402932167, -0.024941101670265198, 0.023570256307721138, -0.00016977010818663985, -0.015692932531237602, 0.03793993964791298, -0.03293731063604355, -0.0030996648129075766, 0.03949034959077835, 0.025268767029047012, 0.021958062425255775, -0.048099737614393234, 0.01795247569680214, 0.007656647823750973, -0.002988340798765421, 0.004896017722785473, -0.021638112142682076, 0.05220821127295494, 0.023365747183561325, 0.025922706350684166, -0.012082173489034176, -0.0397760234773159, -0.029327083379030228, 0.013748501427471638, -0.011422372423112392, 0.019187698140740395, 0.019413258880376816, -0.05499263107776642, -0.058934345841407776, -0.02457107976078987, -0.006208328064531088, 0.02809007465839386, -0.022902579978108406, 0.007607609964907169, 0.048928152769804, -0.015215739607810974, -0.05458443984389305, -0.07668273150920868, -0.028673820197582245, -0.037299953401088715, 0.040995534509420395, 0.024346714839339256, -0.053813401609659195, 0.009002290666103363, -0.027098990976810455, -0.0456521175801754, 0.0032915787305682898, 0.023444857448339462, -0.022635284811258316, 0.05159220099449158, 0.02568504586815834, -0.03878200426697731, 0.004244093783199787, 0.043071020394563675, -0.03358643874526024, 0.025524301454424858, 0.04383004829287529, -0.010627545416355133, 0.010367035865783691, 0.03660069406032562, -0.03300439938902855, -0.02704552188515663, -0.048012081533670425, -0.029087578877806664, -0.013582923449575901, -0.0177709199488163, 0.07753810286521912 ]
AnonymousSub/rule_based_roberta_bert_quadruplet_epochs_1_shard_10
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
8
null
--- language: - en - de tags: - translation - wmt19 - facebook license: apache-2.0 datasets: - wmt19 metrics: - bleu thumbnail: https://huggingface.co/front/thumbnails/facebook.png --- # FSMT ## Model description This is a ported version of [fairseq wmt19 transformer](https://github.com/pytorch/fairseq/blob/master/examples/wmt19/README.md) for en-de. For more details, please see, [Facebook FAIR's WMT19 News Translation Task Submission](https://arxiv.org/abs/1907.06616). The abbreviation FSMT stands for FairSeqMachineTranslation All four models are available: * [wmt19-en-ru](https://huggingface.co/facebook/wmt19-en-ru) * [wmt19-ru-en](https://huggingface.co/facebook/wmt19-ru-en) * [wmt19-en-de](https://huggingface.co/facebook/wmt19-en-de) * [wmt19-de-en](https://huggingface.co/facebook/wmt19-de-en) ## Intended uses & limitations #### How to use ```python from transformers import FSMTForConditionalGeneration, FSMTTokenizer mname = "facebook/wmt19-en-de" tokenizer = FSMTTokenizer.from_pretrained(mname) model = FSMTForConditionalGeneration.from_pretrained(mname) input = "Machine learning is great, isn't it?" input_ids = tokenizer.encode(input, return_tensors="pt") outputs = model.generate(input_ids) decoded = tokenizer.decode(outputs[0], skip_special_tokens=True) print(decoded) # Maschinelles Lernen ist großartig, oder? ``` #### Limitations and bias - The original (and this ported model) doesn't seem to handle well inputs with repeated sub-phrases, [content gets truncated](https://discuss.huggingface.co/t/issues-with-translating-inputs-containing-repeated-phrases/981) ## Training data Pretrained weights were left identical to the original model released by fairseq. For more details, please, see the [paper](https://arxiv.org/abs/1907.06616). ## Eval results pair | fairseq | transformers -------|---------|---------- en-de | [43.1](http://matrix.statmt.org/matrix/output/1909?run_id=6862) | 42.83 The score is slightly below the score reported by `fairseq`, since `transformers`` currently doesn't support: - model ensemble, therefore the best performing checkpoint was ported (``model4.pt``). - re-ranking The score was calculated using this code: ```bash git clone https://github.com/huggingface/transformers cd transformers export PAIR=en-de export DATA_DIR=data/$PAIR export SAVE_DIR=data/$PAIR export BS=8 export NUM_BEAMS=15 mkdir -p $DATA_DIR sacrebleu -t wmt19 -l $PAIR --echo src > $DATA_DIR/val.source sacrebleu -t wmt19 -l $PAIR --echo ref > $DATA_DIR/val.target echo $PAIR PYTHONPATH="src:examples/seq2seq" python examples/seq2seq/run_eval.py facebook/wmt19-$PAIR $DATA_DIR/val.source $SAVE_DIR/test_translations.txt --reference_path $DATA_DIR/val.target --score_path $SAVE_DIR/test_bleu.json --bs $BS --task translation --num_beams $NUM_BEAMS ``` note: fairseq reports using a beam of 50, so you should get a slightly higher score if re-run with `--num_beams 50`. ## Data Sources - [training, etc.](http://www.statmt.org/wmt19/) - [test set](http://matrix.statmt.org/test_sets/newstest2019.tgz?1556572561) ### BibTeX entry and citation info ```bibtex @inproceedings{..., year={2020}, title={Facebook FAIR's WMT19 News Translation Task Submission}, author={Ng, Nathan and Yee, Kyra and Baevski, Alexei and Ott, Myle and Auli, Michael and Edunov, Sergey}, booktitle={Proc. of WMT}, } ``` ## TODO - port model ensemble (fairseq uses 4 model checkpoints)
[ -0.029057003557682037, -0.025552457198500633, -0.009524107910692692, 0.049597930163145065, 0.03277578204870224, 0.05043055862188339, -0.013427086174488068, -0.027272069826722145, -0.03440370410680771, 0.05826408788561821, 0.025922056287527084, 0.013223710469901562, -0.004406109917908907, 0.022841859608888626, -0.015440952964127064, -0.041676588356494904, -0.017254384234547615, -0.02041199989616871, -0.019787296652793884, -0.009405424818396568, -0.007286996580660343, 0.0003741890541277826, -0.0022998161148279905, 0.010629262775182724, 0.017521008849143982, 0.02974090725183487, -0.025441844016313553, 0.03153983876109123, -0.003035051515325904, -0.07162904739379883, 0.00010364102490711957, -0.01936919428408146, -0.03781081363558769, -0.012166224420070648, 0.003974823746830225, 0.010740379802882671, 0.00422588549554348, 0.0198474433273077, 0.056755948811769485, 0.06159524992108345, -0.007934448309242725, -0.006286004092544317, 0.000024573175323894247, -0.030007660388946533, 0.04430937394499779, 0.005576737690716982, -0.055150728672742844, -0.019272737205028534, 0.05310869589447975, -0.014741686172783375, -0.06450734287500381, -0.08144238591194153, -0.028951598331332207, 0.033986300230026245, -0.03506290167570114, -0.03942018002271652, -0.05716261267662048, 0.015041599981486797, 0.029800299555063248, -0.03050719015300274, -0.019052786752581596, 0.025973163545131683, -0.04787922278046608, 0.011468143202364445, 0.031034890562295914, -0.03690548613667488, 0.012576177716255188, -0.01891537755727768, 0.03894279524683952, -0.04902401939034462, 0.06762517988681793, -0.04604063183069229, 0.022264357656240463, -0.0814892053604126, -0.02250616066157818, -0.011434076353907585, 0.047358863055706024, 0.044399019330739975, -0.050347622483968735, 0.047298043966293335, 0.03912469744682312, 0.01891874521970749, 0.027082618325948715, -0.04457724839448929, -0.05101988464593887, 0.04440341889858246, -0.04170568659901619, 0.022867469117045403, 0.023443158715963364, 0.03501057252287865, -0.049026958644390106, -0.023096418008208275, 0.006681233644485474, -0.03428571671247482, 0.011748172342777252, 0.035494521260261536, 0.05706258490681648, 0.0035558203235268593, 0.027153607457876205, 0.04121493920683861, 0.023541294038295746, 0.0586012564599514, 0.0083492835983634, 0.055591266602277756, -0.00909604411572218, -0.022163240239024162, -0.006177939940243959, -0.029246076941490173, -0.05383841693401337, 0.032814718782901764, 0.040143225342035294, -0.019696447998285294, -0.0399244986474514, 0.03585090860724449, -0.003319205017760396, -0.02816026657819748, 0.06029300391674042, -0.02485569193959236, -0.0377802774310112, -0.03827632591128349, 0.04613560438156128, -0.008436095900833607, 0.004171156790107489, 0.0036073692608624697, -0.044442061334848404, 0.03843872249126434, -0.023479171097278595, -0.0366128608584404, -0.005629250779747963, 0.020227577537298203, 0.011092455126345158, 0.024039098992943764, 0.044604767113924026, -0.024565018713474274, -0.007943433709442616, 0.011087297461926937, -0.04667859524488449, 0.035818565636873245, 0.04245677590370178, 0.10971304029226303, -0.043416813015937805, -0.03724684566259384, 0.011430341750383377, 0.023984858766198158, -0.05679840222001076, -0.00018332715262658894, 0.018724719062447548, -0.03665755316615105, -0.035419248044490814, 0.00476784398779273, 0.04928408935666084, -0.05549175664782524, 0.004258647095412016, 0.04478411749005318, -0.009703833609819412, 0.03706693276762962, -0.04750791937112808, -0.014996437355875969, -0.012851373292505741, 0.0055379499681293964, -0.058293718844652176, 0.039534568786621094, 0.015871921554207802, 0.005313213914632797, -0.013777869753539562, -0.06185939535498619, -0.0021099469158798456, 0.07122062891721725, -0.013481940142810345, -0.04476489499211311, -0.0053421445190906525, 0.03804449364542961, 0.05759144201874733, 0.02181987650692463, -0.02626018598675728, 0.031848207116127014, 0.0660596713423729, 0.06039896234869957, -0.013660305179655552, 0.05391876399517059, 0.02468779869377613, -0.025883497670292854, -0.03506990522146225, -0.0059339916333556175, -0.010021403431892395, -0.04818969592452049, 0.028555853292346, 0.07846204191446304, 0.0006716610514558852, -0.01629464700818062, -0.01770540326833725, 0.05990554764866829, 0.00019178474030923098, 0.01375297550112009, -0.005498331505805254, -0.011315547861158848, -0.023260386660695076, 0.04560518637299538, -0.016703473404049873, -0.00909577589482069, -0.029599567875266075, -0.025960808619856834, 0.006833575200289488, 0.023826193064451218, 0.046416278928518295, 0.018796611577272415, -0.03620733693242073, 0.10849588364362717, -0.043811898678541183, 0.019468309357762337, -0.04837438091635704, -0.06572054326534271, 0.0021602383349090815, 0.06460438668727875, 0.029244907200336456, 0.07385171949863434, -0.006141539663076401, -0.03691215068101883, 0.033094413578510284, 0.09685292094945908, 0.0551925003528595, 0.0097095537930727, -0.013030529022216797, 0.005509702488780022, 0.04991540312767029, 0.05649925768375397, -0.062076717615127563, -0.040663763880729675, 0.009015772491693497, 0.038770660758018494, -0.010973243042826653, 0.00009775376383913681, -0.024037471041083336, 0.00018688751151785254, -0.03859344497323036, -0.064603291451931, 0.047584306448698044, 0.038141123950481415, -0.0005921838455833495, 0.034023236483335495, 0.01844039373099804, -0.0025040674954652786, -0.009193493984639645, 0.0112498439848423, 0.00957909133285284, -0.04978436976671219, -0.015632055699825287, 0.020284898579120636, 0.0480232797563076, -0.05729616805911064, 0.01976793259382248, 0.01052851788699627, 0.0030161107424646616, 0.0700395330786705, -0.056016311049461365, 0.024676918983459473, 0.028313083574175835, 0.0036278043407946825, -0.027791796252131462, 0.016164669767022133, 0.024987593293190002, 0.02800751104950905, 0.05608757957816124, 0.011082880198955536, 0.06966637820005417, 0.02590285986661911, 0.04233042523264885, 0.07473698258399963, 0.04555165395140648, 0.01898372545838356, 0.007007017266005278, 0.09529383480548859, 0.02240159921348095, -0.015499323606491089, 0.044248562306165695, -0.04691160470247269, 0.046262871474027634, -0.035587113350629807, 0.04398297891020775, -0.009714203886687756, -0.015309372916817665, 0.013201165944337845, -0.0034230344463139772, -0.03547944873571396, 0.0038727931678295135, -0.008130740374326706, -0.00914542842656374, 0.07563178241252899, -0.006935515906661749, -0.00221039610914886, -0.010359001345932484, -0.010318939574062824, 0.022840924561023712, -0.0677563026547432, -0.034793928265571594, 0.017131110653281212, -0.011398253031075, -0.00011179133434779942, -0.09552246332168579, -0.01674184761941433, -0.08345586061477661, -0.004888448864221573, 0.03528899699449539, 0.02132401056587696, 0.007333406712859869, -0.027561502531170845, 0.009378625079989433, -0.05204447731375694, -0.04206887632608414, -0.06105007976293564, -0.02933383919298649, -0.022892720997333527, -0.0724257230758667, 0.030513737350702286, 0.024897044524550438, 0.041593700647354126, -0.008290393278002739, 0.014157230965793133, -0.011606864631175995, 0.0027378418017178774, 0.05346441641449928, 0.04044099524617195, -0.012176165357232094, -0.03639274090528488, 0.029244204983115196, -0.024910541251301765, 0.028778500854969025, -0.02136663720011711, -0.03592356666922569, 0.07435017079114914, 0.07810789346694946, -0.00292059569619596, 0.018213190138339996, -0.012890307232737541, -0.021921096369624138, -0.0748637393116951, -0.019352182745933533, -0.026791587471961975, 0.00012685549154412001, -0.0075900680385529995, -0.04395627975463867, -0.04293617978692055, -0.037687938660383224, -0.012368475086987019, -0.0098002003505826, 0.026424404233694077, 0.03396100550889969, 0.04607545956969261, 0.033875271677970886, 0.040593113750219345, -0.015285792760550976, -0.019005773589015007, 0.09502692520618439, -0.008480742573738098, -0.01219264604151249, -0.05635756626725197, -0.015223813243210316, 0.04322417452931404, 0.04143478348851204, 0.016297629103064537, -0.019209520891308784, 0.09065710753202438, 0.008746296167373657, -0.003565012477338314, -0.00497131934389472, -0.021923478692770004, -0.005389832425862551, 0.00655024591833353, 0.005828380584716797, -0.03394589200615883, -0.04071121662855148, -0.041512563824653625, 0.00042774659232236445, 0.027471324428915977, -0.06279578059911728, -0.056591298431158066, -0.03158268705010414, 0.012475555762648582, 0.04471514746546745, 0.014515227638185024, -0.04494309797883034, 0.019730154424905777, -0.05446542426943779, -0.038598064333200455, 0.030096594244241714, 0.0084634805098176, 0.013408933766186237, 0.040366753935813904, 0.04236733168363571, -0.03248460218310356, 0.0005660385359078646, 0.022345246747136116, 0.0626085102558136, 0.025173168629407883, -0.04659511148929596, 0.04100094735622406, -0.023181980475783348, 0.01519720908254385, -0.026725027710199356, 0.002199767157435417, -0.02858106978237629, -0.07125198841094971, 0.00876372680068016, 0.001954358071088791, -0.010272804647684097, -0.010590300895273685, 0.051994066685438156, -0.00668728444725275, -0.021362027153372765, 0.011584960855543613, 0.030543696135282516, 0.04691050946712494, -0.06395468860864639, 0.06562897562980652, -0.01651064120233059, 0.02735612727701664, -0.03685005381703377, 0.02274785377085209, -0.017850011587142944, 0.0028679510578513145, 0.0019903818611055613, 0.06130806356668472, 0.035176508128643036, 0.03774886578321457, 0.07286505401134491, 0.024434689432382584, -0.03906188905239105, 0.015427986159920692, 0.04013264179229736, -0.018952976912260056, -0.05043497309088707, -0.006762356497347355, -0.030618740245699883, -0.04775145277380943, -0.00655447319149971, -0.01815907284617424, 0.017483774572610855, 0.024953849613666534, 0.0042620133608579636, -0.01894153654575348, 0.029393114149570465, -0.027650929987430573, -0.0379173718392849, -0.057483281940221786, -0.003719286061823368, 0.0037893536500632763, -0.03190046548843384, 0.009983542375266552, 0.05026586353778839, 0.013970911502838135, 0.04906065762042999, 0.0352935716509819, -0.03289517015218735, -0.03319748491048813, 0.029607459902763367, 0.02680930681526661, -0.03223757818341255, -0.061424873769283295, -0.04725255072116852, 0.022326430305838585, 0.05433002486824989, -0.025449540466070175, -0.0670289546251297, 0.012674042023718357, 0.0484345518052578, -0.01943756826221943, 0.06743251532316208, -0.01624787040054798, 0.03287385031580925, 0.04472727328538895, -0.021053429692983627, 0.023917578160762787, -0.030926985666155815, 0.0341145358979702, -0.004128634463995695, 0.010845664888620377, -0.051295626908540726, -0.02145085670053959, -0.07078385353088379, 0.006864273454993963, 0.015560811385512352, 0.056626636534929276, 0.05199059844017029, -0.01595117524266243, -0.0566178634762764, 0.002835190622135997, 0.04994647204875946, -0.05334336683154106, 0.021024806424975395, 0.01512087695300579, 0.05595025792717934, -0.05091141536831856, -0.043940234929323196, 0.0010289824567735195, 0.01387533638626337, 0.031099919229745865, -0.03380440175533295, -0.03243325650691986, -0.030823564156889915, 0.03040732443332672, -0.02894899807870388, -0.03398880362510681, -0.09310554713010788, 0.027482815086841583, -0.012037472799420357, -0.0030586093198508024, 0.04975700005888939, 0.02874898537993431, 0.006991888862103224, 0.019342463463544846, 0.006207410711795092, 0.0393279604613781, -0.03852551430463791, 0.016353366896510124, -0.04549654200673103, -0.009847729466855526, -0.006802434101700783, -0.03633156046271324, 0.0013076771283522248, -0.012424886226654053, -0.043107517063617706, -0.061127614229917526, -0.017027663066983223, 0.005324353463947773, -0.00793919526040554, 0.036911170929670334, -0.00863469298928976, 0.0377642922103405, -0.038969092071056366, 0.009793578647077084, -0.02416529692709446, -0.047249965369701385, -0.059635378420352936, -0.06476294994354248, 0.015140815638005733, 0.0317835696041584, 0.03424092382192612, 0.023691220209002495, -0.0030595920979976654, 0.01394037064164877, 0.010978183709084988, -0.03493008762598038, 0.017579054459929466, 0.004330937284976244, -0.05327852442860603, -0.03297915682196617, -0.00045497046085074544, 0.0023866361007094383, 0.042940787971019745, -0.029037989675998688, 0.04471268877387047, 0.042368415743112564, -0.008120037615299225, -0.013692693784832954, 0.031929075717926025, 0.003865579143166542, -0.07185868918895721, -0.031915098428726196, -0.018183326348662376, -0.031269621104002, 0.02690522000193596, -0.019632846117019653, -0.026836102828383446, 0.01392064057290554, 0.016249271109700203, 0.023012135177850723, -0.018070826306939125, -0.02977333404123783, 0.024337241426110268, -0.022266630083322525, -0.007456640712916851, -0.06354555487632751, 0.052070725709199905, -0.04729515686631203, 0.0013682636199519038, -0.019052712246775627, -0.013993797823786736, -0.04674002155661583, 0.05351343750953674, -0.019501468166708946, -0.027845822274684906, -0.006249798461794853, 0.0035420688800513744, -0.034369390457868576, 0.023157941177487373, -0.052705202251672745, -0.005759254097938538, -0.007315822411328554, 0.03627936914563179, -0.03450147807598114, -0.016248738393187523, -0.029319550842046738, 0.0028640911914408207, -0.031079009175300598, -0.007868469692766666, -0.010758141055703163, -0.045092418789863586, 0.03448888286948204, 0.025018222630023956, 0.03779718279838562, 0.01218683086335659, -0.02504579722881317, 0.017408186569809914, 0.005050306674093008, -0.061045922338962555, -0.0019269377226009965, -0.016574835404753685, 0.010974994860589504, -0.010749464854598045, 0.05748444050550461, 0.01885119080543518, -0.03326361998915672, -0.05616823583841324, 0.03970292583107948, 0.005044286604970694, -0.0034918622113764286, 0.007307661697268486, 0.013585031032562256, 0.034758634865283966, 0.039055611938238144, -0.013638495467603207, -0.02290230803191662, -0.02399514988064766, -0.042852774262428284, 0.022101152688264847, -0.0014937265077605844, 0.012587616220116615, -0.005289753433316946, -0.04715781658887863, -0.011489052325487137, 0.07617179304361343, 0.0236071590334177, 0.018050605431199074, -0.011292417533695698, -0.02802637219429016, 0.03660377115011215, 0.018258076161146164, -0.0225773174315691, 0.01224287785589695, 0.04280494526028633, -0.023008136078715324, 0.09417117387056351, 0.0019551930017769337, 0.03130421042442322, 0.07443899661302567, 0.028046660125255585, 0.0013874180149286985, 0.05581774190068245, -0.017486365512013435, 0.021740293130278587, 0.04294412583112717, -0.0639391839504242, -0.032915204763412476, 0.012329496443271637, 0.07151830196380615, -0.07302317768335342, 0.04330979287624359, 0.031265247613191605, 0.008564784191548824, 0.0201315488666296, -0.05458088964223862, -0.039492979645729065, 0.024255549535155296, -0.03589495271444321, 0.08441033214330673, 0.023190690204501152, -0.0621713250875473, 0.06783777475357056, 0.04426383227109909, -0.07627160102128983, 0.03305063396692276, 0.05171532183885574, -0.0017071093898266554, 0.022505048662424088, 0.03217063844203949, -0.034511029720306396, 0.015097912400960922, -0.05816519260406494, 0.026533406227827072, -0.05092479661107063, -0.001832240610383451, -0.01179565116763115, -0.08054623007774353, -0.022115133702754974, 0.010455799289047718, 0.00391789898276329, -0.016700973734259605, 0.05121423676609993, -0.048788271844387054, -0.03009633533656597, -0.0012849463382735848, 0.026833584532141685, -0.007017920259386301, 0.026345988735556602, -0.029313843697309494, 0.0240397397428751, 0.036446768790483475, 0.005933196283876896, -0.027215171605348587, -0.0018263149540871382, 0.025979574769735336, -0.06254886090755463, -0.025013556703925133, 0.02816498465836048, -0.0025105129461735487, -0.008410679176449776, 0.03302955999970436, -0.0362270213663578, -0.0021010409109294415, 0.03743257373571396, 0.022879071533679962, 0.01571616344153881, -0.044625215232372284, 0.01663282886147499, 0.01648704893887043, -0.005061511415988207, 0.009258546866476536, -0.025140712037682533, 0.05344615876674652, 0.02541341446340084, 0.024181785061955452, -0.01052459143102169, -0.03193245828151703, -0.03098849207162857, 0.013111365027725697, -0.011406359262764454, 0.023494109511375427, 0.019962340593338013, -0.05118522047996521, -0.055253900587558746, -0.017882181331515312, -0.006616670172661543, 0.02682851254940033, -0.021094918251037598, 0.015047078020870686, 0.04762094095349312, -0.014744305051863194, -0.055859554558992386, -0.08260033279657364, -0.028790928423404694, -0.035461194813251495, 0.040200598537921906, 0.029982205480337143, -0.051762957125902176, 0.00711933895945549, -0.03559442237019539, -0.05129898712038994, 0.005986154079437256, 0.027115054428577423, -0.022091880440711975, 0.047372933477163315, 0.02921743132174015, -0.03351086378097534, 0.005946717225015163, 0.03857222571969032, -0.03307397663593292, 0.02735905908048153, 0.04507939890027046, -0.008902238681912422, 0.013296041637659073, 0.035831112414598465, -0.03166887164115906, -0.030741650611162186, -0.04610658064484596, -0.030884137377142906, -0.020072856917977333, -0.012445181608200073, 0.07829112559556961 ]
AnonymousSub/rule_based_roberta_bert_quadruplet_epochs_1_shard_1_squad2.0
[ "pytorch", "roberta", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "RobertaForQuestionAnswering" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
2
null
--- language: - en - ru tags: - translation - wmt19 - facebook license: apache-2.0 datasets: - wmt19 metrics: - bleu thumbnail: https://huggingface.co/front/thumbnails/facebook.png --- # FSMT ## Model description This is a ported version of [fairseq wmt19 transformer](https://github.com/pytorch/fairseq/blob/master/examples/wmt19/README.md) for en-ru. For more details, please see, [Facebook FAIR's WMT19 News Translation Task Submission](https://arxiv.org/abs/1907.06616). The abbreviation FSMT stands for FairSeqMachineTranslation All four models are available: * [wmt19-en-ru](https://huggingface.co/facebook/wmt19-en-ru) * [wmt19-ru-en](https://huggingface.co/facebook/wmt19-ru-en) * [wmt19-en-de](https://huggingface.co/facebook/wmt19-en-de) * [wmt19-de-en](https://huggingface.co/facebook/wmt19-de-en) ## Intended uses & limitations #### How to use ```python from transformers import FSMTForConditionalGeneration, FSMTTokenizer mname = "facebook/wmt19-en-ru" tokenizer = FSMTTokenizer.from_pretrained(mname) model = FSMTForConditionalGeneration.from_pretrained(mname) input = "Machine learning is great, isn't it?" input_ids = tokenizer.encode(input, return_tensors="pt") outputs = model.generate(input_ids) decoded = tokenizer.decode(outputs[0], skip_special_tokens=True) print(decoded) # Машинное обучение - это здорово, не так ли? ``` #### Limitations and bias - The original (and this ported model) doesn't seem to handle well inputs with repeated sub-phrases, [content gets truncated](https://discuss.huggingface.co/t/issues-with-translating-inputs-containing-repeated-phrases/981) ## Training data Pretrained weights were left identical to the original model released by fairseq. For more details, please, see the [paper](https://arxiv.org/abs/1907.06616). ## Eval results pair | fairseq | transformers -------|---------|---------- en-ru | [36.4](http://matrix.statmt.org/matrix/output/1914?run_id=6724) | 33.47 The score is slightly below the score reported by `fairseq`, since `transformers`` currently doesn't support: - model ensemble, therefore the best performing checkpoint was ported (``model4.pt``). - re-ranking The score was calculated using this code: ```bash git clone https://github.com/huggingface/transformers cd transformers export PAIR=en-ru export DATA_DIR=data/$PAIR export SAVE_DIR=data/$PAIR export BS=8 export NUM_BEAMS=15 mkdir -p $DATA_DIR sacrebleu -t wmt19 -l $PAIR --echo src > $DATA_DIR/val.source sacrebleu -t wmt19 -l $PAIR --echo ref > $DATA_DIR/val.target echo $PAIR PYTHONPATH="src:examples/seq2seq" python examples/seq2seq/run_eval.py facebook/wmt19-$PAIR $DATA_DIR/val.source $SAVE_DIR/test_translations.txt --reference_path $DATA_DIR/val.target --score_path $SAVE_DIR/test_bleu.json --bs $BS --task translation --num_beams $NUM_BEAMS ``` note: fairseq reports using a beam of 50, so you should get a slightly higher score if re-run with `--num_beams 50`. ## Data Sources - [training, etc.](http://www.statmt.org/wmt19/) - [test set](http://matrix.statmt.org/test_sets/newstest2019.tgz?1556572561) ### BibTeX entry and citation info ```bibtex @inproceedings{..., year={2020}, title={Facebook FAIR's WMT19 News Translation Task Submission}, author={Ng, Nathan and Yee, Kyra and Baevski, Alexei and Ott, Myle and Auli, Michael and Edunov, Sergey}, booktitle={Proc. of WMT}, } ``` ## TODO - port model ensemble (fairseq uses 4 model checkpoints)
[ -0.030781175941228867, -0.02662675641477108, -0.009713994339108467, 0.052451614290475845, 0.037268828600645065, 0.04964734613895416, -0.01428607851266861, -0.02648426778614521, -0.038228943943977356, 0.056113798171281815, 0.03291163966059685, 0.014366702176630497, -0.0015234583988785744, 0.021565314382314682, -0.008954060263931751, -0.045161016285419464, -0.018967365846037865, -0.019076062366366386, -0.022164346650242805, -0.008049591444432735, -0.008666032925248146, 0.000103975813544821, -0.0020216135308146477, 0.008046791888773441, 0.015234928578138351, 0.0357963927090168, -0.027206117287278175, 0.02729148045182228, -0.0028208706062287092, -0.07070460915565491, 0.005937980953603983, -0.01766631193459034, -0.0329069048166275, -0.015614387579262257, 0.008646651171147823, 0.007184125483036041, -0.00017617703997530043, 0.018743088468909264, 0.05518415570259094, 0.06193310022354126, -0.009388500824570656, -0.012259654700756073, 0.0026186162140220404, -0.030604220926761627, 0.03995129093527794, 0.003575522219762206, -0.05250758305191994, -0.013164728879928589, 0.059970587491989136, -0.012092492543160915, -0.05850544199347496, -0.07988972216844559, -0.03060738928616047, 0.030371004715561867, -0.03904134780168533, -0.04150141403079033, -0.05059782788157463, 0.01119720097631216, 0.029859241098165512, -0.03282126784324646, -0.022443510591983795, 0.021528976038098335, -0.044578954577445984, 0.015483295544981956, 0.028369471430778503, -0.037559691816568375, 0.015373026952147484, -0.02385454997420311, 0.039064954966306686, -0.045196693390607834, 0.06787382811307907, -0.046116966754198074, 0.023636089637875557, -0.08379504084587097, -0.02128678932785988, -0.007023282814770937, 0.04910663142800331, 0.04585270211100578, -0.049549736082553864, 0.047923192381858826, 0.040056612342596054, 0.016982680186629295, 0.027383465319871902, -0.043214764446020126, -0.0489000603556633, 0.043483272194862366, -0.03886602446436882, 0.02046671323478222, 0.020143922418355942, 0.03846614062786102, -0.048881158232688904, -0.02248222753405571, 0.0008901600376702845, -0.032850705087184906, 0.010701235383749008, 0.03688110411167145, 0.060862354934215546, 0.0037503717467188835, 0.02587408386170864, 0.034362249076366425, 0.024963608011603355, 0.05704803764820099, 0.01078677549958229, 0.05273894593119621, -0.011893351562321186, -0.020903658121824265, -0.005205011926591396, -0.028502603992819786, -0.05462810769677162, 0.028711732476949692, 0.045143160969018936, -0.021127281710505486, -0.04209701716899872, 0.0257718488574028, -0.006475727539509535, -0.027348343282938004, 0.056889668107032776, -0.025767287239432335, -0.039404068142175674, -0.04087536036968231, 0.04716642200946808, -0.010273013263940811, 0.008549537509679794, 0.002859497210010886, -0.03912479057908058, 0.04277729243040085, -0.024299468845129013, -0.034388501197099686, -0.004657806362956762, 0.023036306723952293, 0.013998228125274181, 0.02087528258562088, 0.04996975511312485, -0.027453094720840454, -0.011592821218073368, 0.01733090914785862, -0.04851178452372551, 0.039419908076524734, 0.03409847244620323, 0.11168336868286133, -0.047211404889822006, -0.0410011000931263, 0.014054359868168831, 0.029757896438241005, -0.054571859538555145, 0.00020696403225883842, 0.019664164632558823, -0.036946121603250504, -0.03649665415287018, 0.0033650521654635668, 0.04783356189727783, -0.05102984607219696, 0.003633083077147603, 0.04797561839222908, -0.008052200078964233, 0.03493441641330719, -0.04458446800708771, -0.015968747437000275, -0.01077089924365282, 0.005389777943491936, -0.057334452867507935, 0.04075491800904274, 0.015825720503926277, 0.003472943091765046, -0.013846206478774548, -0.05844258889555931, 0.002908529946580529, 0.07171422988176346, -0.010341710411012173, -0.04539021849632263, -0.005525021348148584, 0.031498804688453674, 0.057058729231357574, 0.018099913373589516, -0.02603144943714142, 0.030984437093138695, 0.06257510185241699, 0.05594392493367195, -0.011310944333672523, 0.0495745949447155, 0.022173717617988586, -0.026314547285437584, -0.02595217153429985, -0.0051104119047522545, -0.010921766981482506, -0.04860367253422737, 0.030880369246006012, 0.0755922719836235, 0.0003192881995346397, -0.021037999540567398, -0.01847202144563198, 0.058491457253694534, -0.0004412940179463476, 0.011299379169940948, -0.004116175230592489, -0.012028053402900696, -0.01993744447827339, 0.04848276078701019, -0.015658102929592133, -0.014753068797290325, -0.0259010661393404, -0.029563935473561287, 0.003144199727103114, 0.023053258657455444, 0.04168510437011719, 0.0226055346429348, -0.03940789774060249, 0.11133642494678497, -0.03905126452445984, 0.020452817901968956, -0.05163251981139183, -0.06931335479021072, 0.007302518934011459, 0.06467869877815247, 0.02925061620771885, 0.07823893427848816, 0.0003219170612283051, -0.03429008647799492, 0.030184948816895485, 0.09879090636968613, 0.05853666365146637, 0.0066705853678286076, -0.012682781554758549, 0.007827010937035084, 0.04257162660360336, 0.05872001871466637, -0.05953981354832649, -0.041067447513341904, 0.008547304198145866, 0.03769741579890251, -0.01211286149919033, 0.001136954058893025, -0.019785869866609573, 0.0017726371297612786, -0.037944454699754715, -0.06553580611944199, 0.04896608367562294, 0.039762694388628006, -0.0010972634190693498, 0.028487736359238625, 0.01347106322646141, 0.002537331311032176, -0.006707080639898777, 0.012922232039272785, 0.008220857009291649, -0.04804734140634537, -0.018319280818104744, 0.023347195237874985, 0.04455436021089554, -0.05419658496975899, 0.01786387898027897, 0.01296443585306406, 0.000999752664938569, 0.06413370370864868, -0.0565292090177536, 0.023278120905160904, 0.0269906185567379, 0.005586701445281506, -0.024931585416197777, 0.01687292568385601, 0.02429666928946972, 0.027433358132839203, 0.056746214628219604, 0.007328905630856752, 0.0641477182507515, 0.024338258430361748, 0.040092118084430695, 0.08335254341363907, 0.043303266167640686, 0.015190385282039642, 0.00349163799546659, 0.09847907721996307, 0.025757841765880585, -0.013223929330706596, 0.049269139766693115, -0.04620475694537163, 0.04658779501914978, -0.037286676466464996, 0.04086162522435188, -0.010842578485608101, -0.016676846891641617, 0.018903210759162903, -0.000737937749363482, -0.03417825698852539, 0.001710541546344757, -0.010509751737117767, -0.011768337339162827, 0.07431046664714813, -0.002927677007392049, -0.0013145727571099997, -0.01418982446193695, -0.012735215947031975, 0.01803288236260414, -0.07197074592113495, -0.0390627384185791, 0.019385550171136856, -0.008288278244435787, 0.0048186881467700005, -0.09529944509267807, -0.015338041819632053, -0.08431600034236908, -0.008797657676041126, 0.03457902371883392, 0.02198544517159462, 0.0068452185951173306, -0.028727751225233078, 0.010007410310208797, -0.05011700093746185, -0.04173032566905022, -0.06304503977298737, -0.02503216825425625, -0.013584599830210209, -0.06761351227760315, 0.028392989188432693, 0.015589453279972076, 0.044901397079229355, -0.007467473391443491, 0.01636631414294243, -0.005253874231129885, 0.00021352097974158823, 0.05165868625044823, 0.043621595948934555, -0.014362992718815804, -0.03875512257218361, 0.03144121915102005, -0.021027183160185814, 0.03239021822810173, -0.01834912784397602, -0.03153782710433006, 0.0742000937461853, 0.08295931667089462, -0.0012321636313572526, 0.018260005861520767, -0.010733300819993019, -0.026705501601099968, -0.07301484048366547, -0.024926455691456795, -0.03526192903518677, -0.005421935115009546, -0.008979539386928082, -0.047853607684373856, -0.038856204599142075, -0.030088964849710464, -0.01762847974896431, -0.011914658360183239, 0.025727491825819016, 0.040433455258607864, 0.04697275534272194, 0.03333064541220665, 0.03932075574994087, -0.0157769825309515, -0.012951921671628952, 0.09433800727128983, -0.003656701883301139, -0.011641559191048145, -0.053938087075948715, -0.01365753822028637, 0.04370167478919029, 0.04602169245481491, 0.01531312707811594, -0.020978819578886032, 0.08685950189828873, 0.004380524158477783, -0.0038222295697778463, -0.0022804122418165207, -0.023924509063363075, -0.00456435140222311, 0.0017432867316529155, 0.002478455426171422, -0.0329396091401577, -0.03810989856719971, -0.04509562999010086, -0.0051627252250909805, 0.02843397483229637, -0.06156682223081589, -0.05680201202630997, -0.025742480531334877, 0.014410650357604027, 0.04009738564491272, 0.00744530837982893, -0.0446726456284523, 0.018533073365688324, -0.055821362882852554, -0.04227671027183533, 0.028785116970539093, 0.008668145164847374, 0.013785218819975853, 0.0439278781414032, 0.04524461179971695, -0.03173042833805084, 0.00624486431479454, 0.021439265459775925, 0.060100845992565155, 0.01845814660191536, -0.056364335119724274, 0.04259565472602844, -0.024950416758656502, 0.016664177179336548, -0.02600787952542305, -0.00010508595732972026, -0.027717195451259613, -0.07521483302116394, 0.013721968978643417, -0.0008791564614512026, -0.010370050556957722, -0.015085992403328419, 0.049774203449487686, -0.007389446720480919, -0.025419505313038826, 0.007928764447569847, 0.03305605426430702, 0.050816845148801804, -0.06649843603372574, 0.06595898419618607, -0.01711275428533554, 0.029868638142943382, -0.035363759845495224, 0.021198656409978867, -0.016361476853489876, 0.0037328063044697046, 0.005491556599736214, 0.05941679701209068, 0.03972689434885979, 0.037453774362802505, 0.07263034582138062, 0.019502628594636917, -0.04179525002837181, 0.015722718089818954, 0.03641742467880249, -0.01712401770055294, -0.04731260612607002, -0.006820501759648323, -0.033005788922309875, -0.046692077070474625, -0.011959373019635677, -0.018067052587866783, 0.016376879066228867, 0.029210466891527176, 0.00871227029711008, -0.018324993550777435, 0.031024672091007233, -0.03551172837615013, -0.040806226432323456, -0.055796489119529724, -0.004653455689549446, 0.011104684323072433, -0.029734931886196136, 0.006858293432742357, 0.05047444626688957, 0.013935303315520287, 0.04505206272006035, 0.037618495523929596, -0.031034350395202637, -0.032793011516332626, 0.02978033944964409, 0.02797698602080345, -0.03173064440488815, -0.06392528861761093, -0.046519506722688675, 0.02246992103755474, 0.0488605722784996, -0.03225871920585632, -0.06571253389120102, 0.014752041548490524, 0.04589089751243591, -0.01781305857002735, 0.061665959656238556, -0.01451852172613144, 0.03297046944499016, 0.046294186264276505, -0.01974876970052719, 0.01834109239280224, -0.025728264823555946, 0.03402356430888176, 0.0013972270535305142, 0.01408371515572071, -0.045931797474622726, -0.019511226564645767, -0.07143012434244156, 0.007292280439287424, 0.019016271457076073, 0.055427711457014084, 0.05459512397646904, -0.01678617112338543, -0.05377698689699173, -0.0020663670729845762, 0.051052261143922806, -0.0560084693133831, 0.024012167006731033, 0.016643110662698746, 0.05291523039340973, -0.04828355833888054, -0.04511140659451485, 0.003039133735001087, 0.012759939767420292, 0.030467329546809196, -0.03489167243242264, -0.032077617943286896, -0.03066828101873398, 0.030571039766073227, -0.025813279673457146, -0.03760292008519173, -0.08482009172439575, 0.03339425474405289, -0.013162623159587383, -0.00512327766045928, 0.04434775933623314, 0.027207499369978905, 0.002907967660576105, 0.01587221957743168, 0.01427378784865141, 0.04314752295613289, -0.041446153074502945, 0.014515270479023457, -0.044405777007341385, -0.009874540381133556, -0.007381753996014595, -0.03527773171663284, 0.005985249299556017, -0.01075637899339199, -0.043265197426080704, -0.06622710824012756, -0.02123083733022213, 0.006387687288224697, -0.008286424912512302, 0.039562974125146866, -0.007132250815629959, 0.03847385197877884, -0.0364229641854763, 0.008805819787085056, -0.02067597396671772, -0.04983140528202057, -0.05789148062467575, -0.06853020191192627, 0.01694655977189541, 0.02799069881439209, 0.03865189850330353, 0.024250531569123268, -0.004903338849544525, 0.01830265484750271, 0.013480697758495808, -0.03689829260110855, 0.0230778306722641, 0.006511171348392963, -0.05071372911334038, -0.040767233818769455, -0.0007321423618122935, 0.0011103267315775156, 0.04461146891117096, -0.024585142731666565, 0.043177761137485504, 0.04284745827317238, -0.0010307834018021822, -0.016068346798419952, 0.03380569815635681, 0.0003584393998607993, -0.07507608830928802, -0.03236475959420204, -0.014459184370934963, -0.028760138899087906, 0.03130673989653587, -0.01796063221991062, -0.02761879563331604, 0.014776828698813915, 0.015618146397173405, 0.024017957970499992, -0.013755898922681808, -0.026615221053361893, 0.01955883949995041, -0.021629253402352333, -0.0037262935657054186, -0.06257642060518265, 0.05391611531376839, -0.043154604732990265, 0.0051009682938456535, -0.023240990936756134, -0.010246164165437222, -0.048805247992277145, 0.04966967552900314, -0.016811128705739975, -0.027547381818294525, -0.005423779599368572, 0.008224614895880222, -0.0364111103117466, 0.02734341286122799, -0.054543595761060715, -0.00024334783665835857, -0.008832489140331745, 0.03479486703872681, -0.034256529062986374, -0.017720991745591164, -0.03430033475160599, 0.0033336076885461807, -0.03674193471670151, -0.006000963971018791, -0.015440979972481728, -0.04684138298034668, 0.034112412482500076, 0.02271418459713459, 0.04182683303952217, 0.017299501225352287, -0.023731784895062447, 0.017253343015909195, 0.0008959030383266509, -0.06252351403236389, -0.002267389791086316, -0.019160529598593712, 0.010723781771957874, -0.008310351520776749, 0.05203813686966896, 0.023705512285232544, -0.035508040338754654, -0.056250471621751785, 0.03690024092793465, 0.004128335043787956, -0.0010617825901135802, 0.009098758921027184, 0.012447986751794815, 0.03810981661081314, 0.03930433467030525, -0.009503385052084923, -0.02010912075638771, -0.023802749812602997, -0.04451783746480942, 0.02722206339240074, -0.0032812159042805433, 0.01418306864798069, -0.009725719690322876, -0.04944344609975815, -0.011502904817461967, 0.0735836923122406, 0.03002578765153885, 0.019192352890968323, -0.0036670861300081015, -0.029802346602082253, 0.04099705070257187, 0.01001835335046053, -0.020510131493210793, 0.01634511724114418, 0.04155144467949867, -0.019910361617803574, 0.09642395377159119, 0.0029466054402291775, 0.03063753806054592, 0.0723630040884018, 0.02963838167488575, -0.0030086752958595753, 0.05509930104017258, -0.0192976426333189, 0.0257952269166708, 0.039423611015081406, -0.06386786699295044, -0.03079797513782978, 0.004395473748445511, 0.07092990726232529, -0.07842785120010376, 0.04204390570521355, 0.030949048697948456, 0.009501747786998749, 0.01611168682575226, -0.046946439892053604, -0.043928954750299454, 0.027829233556985855, -0.03522707149386406, 0.08055495470762253, 0.018471503630280495, -0.06573107093572617, 0.06848286837339401, 0.041493263095617294, -0.07493123412132263, 0.03696853667497635, 0.05360817536711693, -0.0043193199671804905, 0.025405840948224068, 0.03434167429804802, -0.03491394966840744, 0.01367584802210331, -0.05773873254656792, 0.026273999363183975, -0.05204373598098755, -0.0033548588398844004, -0.008701402693986893, -0.07993827760219574, -0.025727279484272003, 0.006749109830707312, -0.0027219082694500685, -0.015955552458763123, 0.05451180040836334, -0.051148802042007446, -0.03393026068806648, 0.002781473333016038, 0.028779398649930954, -0.0027510777581483126, 0.022483905777335167, -0.02611498348414898, 0.028187688440084457, 0.03654448688030243, 0.004057600628584623, -0.02752317115664482, 0.00026385250384919345, 0.02229052037000656, -0.063901387155056, -0.021783851087093353, 0.03095969185233116, -0.0026469347067177296, -0.009853276424109936, 0.038788486272096634, -0.03397883474826813, -0.0016616140492260456, 0.036316994577646255, 0.019338656216859818, 0.017141710966825485, -0.047709375619888306, 0.011856509372591972, 0.01866268925368786, -0.0105204526335001, 0.012827492319047451, -0.020774176344275475, 0.05162493884563446, 0.02688894048333168, 0.01927809976041317, -0.012845861725509167, -0.03379141539335251, -0.03239560127258301, 0.007264867890626192, -0.01299760676920414, 0.02050914242863655, 0.020837610587477684, -0.05435614660382271, -0.05876915529370308, -0.01677755080163479, -0.0009957486763596535, 0.027237804606556892, -0.023172132670879364, 0.013092624954879284, 0.04551123455166817, -0.012357471510767937, -0.057364292442798615, -0.07927007228136063, -0.030878378078341484, -0.03577667847275734, 0.045141078531742096, 0.02638164721429348, -0.048913922160863876, 0.00357433850876987, -0.037680551409721375, -0.05674833059310913, 0.004851355217397213, 0.028133850544691086, -0.020410709083080292, 0.047716349363327026, 0.026284687221050262, -0.03167495131492615, 0.0032021035440266132, 0.03834567591547966, -0.03271941468119621, 0.030809884890913963, 0.04235050827264786, -0.010375021025538445, 0.013220307417213917, 0.038548778742551804, -0.03165902569890022, -0.027793047949671745, -0.04167303815484047, -0.02371075563132763, -0.01630527526140213, -0.016470126807689667, 0.07733932882547379 ]
AnonymousSub/rule_based_roberta_bert_quadruplet_epochs_1_shard_1_wikiqa
[ "pytorch", "roberta", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "RobertaForSequenceClassification" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
23
null
--- language: - ru - en tags: - translation - wmt19 - facebook license: apache-2.0 datasets: - wmt19 metrics: - bleu thumbnail: https://huggingface.co/front/thumbnails/facebook.png --- # FSMT ## Model description This is a ported version of [fairseq wmt19 transformer](https://github.com/pytorch/fairseq/blob/master/examples/wmt19/README.md) for ru-en. For more details, please see, [Facebook FAIR's WMT19 News Translation Task Submission](https://arxiv.org/abs/1907.06616). The abbreviation FSMT stands for FairSeqMachineTranslation All four models are available: * [wmt19-en-ru](https://huggingface.co/facebook/wmt19-en-ru) * [wmt19-ru-en](https://huggingface.co/facebook/wmt19-ru-en) * [wmt19-en-de](https://huggingface.co/facebook/wmt19-en-de) * [wmt19-de-en](https://huggingface.co/facebook/wmt19-de-en) ## Intended uses & limitations #### How to use ```python from transformers import FSMTForConditionalGeneration, FSMTTokenizer mname = "facebook/wmt19-ru-en" tokenizer = FSMTTokenizer.from_pretrained(mname) model = FSMTForConditionalGeneration.from_pretrained(mname) input = "Машинное обучение - это здорово, не так ли?" input_ids = tokenizer.encode(input, return_tensors="pt") outputs = model.generate(input_ids) decoded = tokenizer.decode(outputs[0], skip_special_tokens=True) print(decoded) # Machine learning is great, isn't it? ``` #### Limitations and bias - The original (and this ported model) doesn't seem to handle well inputs with repeated sub-phrases, [content gets truncated](https://discuss.huggingface.co/t/issues-with-translating-inputs-containing-repeated-phrases/981) ## Training data Pretrained weights were left identical to the original model released by fairseq. For more details, please, see the [paper](https://arxiv.org/abs/1907.06616). ## Eval results pair | fairseq | transformers -------|---------|---------- ru-en | [41.3](http://matrix.statmt.org/matrix/output/1907?run_id=6937) | 39.20 The score is slightly below the score reported by `fairseq`, since `transformers`` currently doesn't support: - model ensemble, therefore the best performing checkpoint was ported (``model4.pt``). - re-ranking The score was calculated using this code: ```bash git clone https://github.com/huggingface/transformers cd transformers export PAIR=ru-en export DATA_DIR=data/$PAIR export SAVE_DIR=data/$PAIR export BS=8 export NUM_BEAMS=15 mkdir -p $DATA_DIR sacrebleu -t wmt19 -l $PAIR --echo src > $DATA_DIR/val.source sacrebleu -t wmt19 -l $PAIR --echo ref > $DATA_DIR/val.target echo $PAIR PYTHONPATH="src:examples/seq2seq" python examples/seq2seq/run_eval.py facebook/wmt19-$PAIR $DATA_DIR/val.source $SAVE_DIR/test_translations.txt --reference_path $DATA_DIR/val.target --score_path $SAVE_DIR/test_bleu.json --bs $BS --task translation --num_beams $NUM_BEAMS ``` note: fairseq reports using a beam of 50, so you should get a slightly higher score if re-run with `--num_beams 50`. ## Data Sources - [training, etc.](http://www.statmt.org/wmt19/) - [test set](http://matrix.statmt.org/test_sets/newstest2019.tgz?1556572561) ### BibTeX entry and citation info ```bibtex @inproceedings{..., year={2020}, title={Facebook FAIR's WMT19 News Translation Task Submission}, author={Ng, Nathan and Yee, Kyra and Baevski, Alexei and Ott, Myle and Auli, Michael and Edunov, Sergey}, booktitle={Proc. of WMT}, } ``` ## TODO - port model ensemble (fairseq uses 4 model checkpoints)
[ -0.023985687643289566, -0.03102683462202549, -0.009827280417084694, 0.046903736889362335, 0.04114731028676033, 0.04961264133453369, -0.0163828544318676, -0.022632870823144913, -0.04987381771206856, 0.050455376505851746, 0.04363669827580452, 0.0038374457508325577, -0.00554260378703475, 0.028234180063009262, -0.002122460165992379, -0.045537181198596954, -0.02826482430100441, -0.017657490447163582, -0.02550203911960125, -0.01137392595410347, 0.0009236554615199566, -0.00042847395525313914, 0.002378979930654168, 0.007873862981796265, 0.024302715435624123, 0.037156447768211365, -0.029344923794269562, 0.025324761867523193, 0.0033070440404117107, -0.06536668539047241, 0.005125600378960371, -0.020180780440568924, -0.0369935967028141, -0.019864458590745926, 0.008058045990765095, -0.00048730670823715627, -0.007690754719078541, 0.01636188104748726, 0.05369681492447853, 0.05920606479048729, -0.007427313830703497, -0.010754774324595928, 0.00263278023339808, -0.03373332321643829, 0.03816435858607292, -0.0005451201577670872, -0.06182008609175682, -0.0077315885573625565, 0.06135129928588867, -0.016172882169485092, -0.05098399147391319, -0.07506929337978363, -0.03592830151319504, 0.013154122047126293, -0.03575551137328148, -0.04370640590786934, -0.043681733310222626, 0.013499812223017216, 0.032182686030864716, -0.03690221905708313, -0.02205149084329605, 0.022675488144159317, -0.04782053455710411, 0.018917644396424294, 0.02907288633286953, -0.04150509089231491, 0.018347840756177902, -0.02909821830689907, 0.0477541945874691, -0.03756342828273773, 0.06114763766527176, -0.046200886368751526, 0.029247893020510674, -0.07658512890338898, -0.016958914697170258, -0.002655896358191967, 0.046978164464235306, 0.04478376358747482, -0.04825239256024361, 0.045731402933597565, 0.03178177401423454, 0.007321049924939871, 0.027612198144197464, -0.04735001176595688, -0.047005485743284225, 0.047254450619220734, -0.040872830897569656, 0.012282959185540676, 0.02128562144935131, 0.04218299314379692, -0.05218182131648064, -0.022907020524144173, -0.007155266124755144, -0.03243939206004143, 0.0013442113995552063, 0.03366008400917053, 0.06522661447525024, -0.003980518318712711, 0.016027802601456642, 0.03324205428361893, 0.02232324331998825, 0.06151311844587326, 0.010166198015213013, 0.044562291353940964, -0.013673449866473675, -0.02517586760222912, 0.0023289169184863567, -0.028281262144446373, -0.05750051513314247, 0.020651286467909813, 0.041820380836725235, -0.01386071927845478, -0.04008852690458298, 0.022555485367774963, -0.005573614034801722, -0.023912284523248672, 0.04640108346939087, -0.024398207664489746, -0.03486812859773636, -0.04733189195394516, 0.04685951769351959, -0.0006217012996785343, 0.00792496558278799, 0.004566757939755917, -0.03342793136835098, 0.041530802845954895, -0.029256992042064667, -0.031105514615774155, -0.0005155798862688243, 0.01697682775557041, 0.019422216340899467, 0.020001281052827835, 0.0600220151245594, -0.034837063401937485, -0.012941429391503334, 0.01943431794643402, -0.04984094202518463, 0.04626712575554848, 0.022890852764248848, 0.11346925050020218, -0.04928158223628998, -0.0459272563457489, 0.011373866349458694, 0.027691705152392387, -0.04877932369709015, 0.000023504024284193292, 0.021622981876134872, -0.03305449336767197, -0.03353843837976456, -0.004639910999685526, 0.03275633975863457, -0.049375321716070175, 0.0031197327189147472, 0.04981576278805733, -0.010857769288122654, 0.02216016873717308, -0.043924786150455475, -0.012446576729416847, -0.01072675734758377, 0.003083682619035244, -0.06116708740592003, 0.04435398802161217, 0.02327045612037182, 0.0044143241830170155, -0.01808881387114525, -0.05431084334850311, -0.0010589207522571087, 0.06607754528522491, -0.004693827126175165, -0.04276198893785477, -0.016302863135933876, 0.030175577849149704, 0.0633888840675354, 0.011165744625031948, -0.02328387461602688, 0.028031419962644577, 0.05661112815141678, 0.05059262365102768, -0.008661179803311825, 0.05124140903353691, 0.016215819865465164, -0.031799864023923874, -0.031073054298758507, 0.00015751791943330318, -0.0040222639217972755, -0.04399102181196213, 0.02343938872218132, 0.07683917880058289, 0.005974463187158108, -0.028170237317681313, -0.012758651748299599, 0.05299617350101471, -0.0025829432997852564, 0.005395505111664534, 0.0013516034232452512, -0.016839152202010155, -0.0242876298725605, 0.056196290999650955, -0.019251154735684395, -0.019625751301646233, -0.02619064599275589, -0.026561839506030083, -0.0014436295023187995, 0.02516099065542221, 0.031023172661662102, 0.02186601422727108, -0.04036051034927368, 0.11318174749612808, -0.03483571857213974, 0.018387792631983757, -0.05078575015068054, -0.07398230582475662, 0.004464436788111925, 0.06213422119617462, 0.031235933303833008, 0.08614549785852432, 0.0016472358256578445, -0.030520018190145493, 0.028506344184279442, 0.09437417984008789, 0.062232356518507004, 0.0027275097090750933, -0.013887906447052956, 0.009580899029970169, 0.037042926996946335, 0.04904424771666527, -0.057278111577034, -0.04247242212295532, 0.006991165224462748, 0.03617367148399353, -0.016328856348991394, 0.002446995582431555, -0.019352106377482414, 0.006582868285477161, -0.03253478184342384, -0.06176202744245529, 0.05364126339554787, 0.035768140107393265, 0.008586438372731209, 0.018545622006058693, -0.000441558106103912, 0.016828393563628197, -0.0027155885472893715, 0.01188365276902914, 0.0027272955048829317, -0.041165463626384735, -0.018941309303045273, 0.019489934667944908, 0.046630579978227615, -0.050057489424943924, 0.005619783885776997, 0.011685400269925594, 0.008251132443547249, 0.062411386519670486, -0.06565319746732712, 0.017051121219992638, 0.021220017224550247, 0.008135204203426838, -0.02458869107067585, 0.01333389151841402, 0.0186579842120409, 0.021621117368340492, 0.070068359375, -0.0008296470623463392, 0.052699312567710876, 0.018343238160014153, 0.03794959932565689, 0.0902855172753334, 0.0496603287756443, 0.013735279440879822, 0.006154694594442844, 0.0928417295217514, 0.00994839332997799, -0.009120926260948181, 0.056824520230293274, -0.037719301879405975, 0.04192487150430679, -0.04244101047515869, 0.03705419972538948, -0.013666875660419464, -0.01818222366273403, 0.021999958902597427, -0.01117930468171835, -0.03533382713794708, 0.0028773935046046972, -0.012751352041959763, -0.01210182998329401, 0.07100369781255722, 0.010129638947546482, 0.0005978540284559131, -0.008783983998000622, -0.016624728217720985, 0.014265526086091995, -0.07342921197414398, -0.03838793560862541, 0.01984885148704052, -0.014157204888761044, 0.008738887496292591, -0.0885571837425232, -0.01665467582643032, -0.07809968292713165, -0.011627400293946266, 0.03402990847826004, 0.030898094177246094, 0.015467569231987, -0.029653556644916534, 0.01149461418390274, -0.046536482870578766, -0.04312770441174507, -0.06298508495092392, -0.022174090147018433, -0.00935945101082325, -0.061707817018032074, 0.029099460691213608, 0.012035597115755081, 0.05100102350115776, -0.004517605062574148, 0.023746879771351814, -0.006337263155728579, 0.0032205460593104362, 0.04629064351320267, 0.043105389922857285, -0.019063707441091537, -0.03563963249325752, 0.029929352924227715, -0.014062213711440563, 0.031345680356025696, -0.01924947462975979, -0.03134344518184662, 0.07480107247829437, 0.07919467985630035, 0.005647344049066305, 0.022938383743166924, 0.0011152211809530854, -0.030711855739355087, -0.06697838008403778, -0.026690732687711716, -0.038493797183036804, -0.013102052733302116, -0.018147140741348267, -0.05059236288070679, -0.03819596394896507, -0.023931611329317093, -0.015672696754336357, -0.00427345372736454, 0.019609494134783745, 0.05041145533323288, 0.05168456584215164, 0.037695884704589844, 0.03670038655400276, -0.019961826503276825, -0.016079582273960114, 0.09194881469011307, 0.0037235605996102095, -0.012591781094670296, -0.054495152086019516, -0.008527595549821854, 0.044000666588544846, 0.04561678692698479, 0.015658201649785042, -0.027990976348519325, 0.07903385907411575, 0.0030579690355807543, -0.0011884340783581138, -0.0029475169721990824, -0.024948159232735634, -0.01185736246407032, 0.0014970507472753525, -0.003143003676086664, -0.029451526701450348, -0.030857320874929428, -0.04215526580810547, 0.0033928260672837496, 0.02843664400279522, -0.06413129717111588, -0.05265514925122261, -0.02620246447622776, 0.016378575935959816, 0.031065406277775764, 0.009814239107072353, -0.04962904751300812, 0.016159068793058395, -0.048841096460819244, -0.04305952042341232, 0.01779790036380291, 0.00940383318811655, 0.009765996597707272, 0.0488220751285553, 0.057859379798173904, -0.0391341857612133, 0.00916912592947483, 0.026582611724734306, 0.053094733506441116, 0.018962964415550232, -0.05314723029732704, 0.03936561569571495, -0.02440185844898224, 0.010783137753605843, -0.016507359221577644, -0.004268964286893606, -0.028660550713539124, -0.07479730993509293, 0.010678418911993504, 0.00268091494217515, -0.007051241118460894, -0.02077489346265793, 0.05261445790529251, -0.008255992084741592, -0.02451786771416664, 0.006297718733549118, 0.033640407025814056, 0.056921303272247314, -0.06861236691474915, 0.06835547834634781, -0.020209694281220436, 0.031385257840156555, -0.03390010818839073, 0.020538220182061195, -0.013719822280108929, 0.006894698366522789, 0.007200948894023895, 0.06530823558568954, 0.04178620129823685, 0.026206571608781815, 0.07419553399085999, 0.010605490766465664, -0.03788501396775246, 0.018194613978266716, 0.03336481750011444, -0.01646389067173004, -0.04616617038846016, 0.001370514277368784, -0.025319471955299377, -0.04842161759734154, -0.016460275277495384, -0.024636633694171906, 0.017303382977843285, 0.03537638112902641, 0.02352207899093628, -0.013918939046561718, 0.03314884379506111, -0.04116484522819519, -0.045717284083366394, -0.05554969981312752, -0.0074257394298911095, 0.024254292249679565, -0.02710455097258091, 0.00935642421245575, 0.05765131115913391, 0.007859205827116966, 0.04966185241937637, 0.02801319770514965, -0.02891555055975914, -0.03276548534631729, 0.027925994247198105, 0.03237157315015793, -0.03153984621167183, -0.07241092622280121, -0.04602629318833351, 0.021295426413416862, 0.041820820420980453, -0.034518856555223465, -0.06195123866200447, 0.018806397914886475, 0.04298165440559387, -0.025763722136616707, 0.053145553916692734, -0.007659765426069498, 0.038201577961444855, 0.04138395935297012, -0.024176886305212975, 0.00958011019974947, -0.029269076883792877, 0.04120481386780739, 0.0038513371255248785, 0.01727379485964775, -0.03605712577700615, -0.02561696246266365, -0.06652910262346268, 0.005402032285928726, 0.02346549555659294, 0.05335826426744461, 0.053394000977277756, -0.016371365636587143, -0.049537647515535355, -0.01270428765565157, 0.055164337158203125, -0.06757763773202896, 0.029674246907234192, 0.01937311887741089, 0.05846136435866356, -0.044010356068611145, -0.052099812775850296, 0.011146007105708122, 0.015855280682444572, 0.03930286690592766, -0.03417200595140457, -0.03367293253540993, -0.033820800483226776, 0.030412092804908752, -0.02081381343305111, -0.043576426804065704, -0.09016948938369751, 0.03563929349184036, -0.02020413801074028, -0.010004369542002678, 0.04259905591607094, 0.027764668688178062, 0.0022345799952745438, 0.018610000610351562, 0.02120552770793438, 0.04377807676792145, -0.04263574257493019, 0.016522638499736786, -0.05062602087855339, -0.009535935707390308, -0.003881612094119191, -0.03497643396258354, 0.008686265908181667, -0.010360298678278923, -0.04674861952662468, -0.06437471508979797, -0.021003667265176773, 0.001930327620357275, -0.012333672493696213, 0.03685978055000305, -0.011747078038752079, 0.03245019167661667, -0.031759630888700485, 0.009138171561062336, -0.014898689463734627, -0.0507851168513298, -0.05952794849872589, -0.06999247521162033, 0.019552243873476982, 0.017190881073474884, 0.04545927420258522, 0.02286573499441147, -0.01316303014755249, 0.03250950574874878, 0.018771419301629066, -0.036253783851861954, 0.028835533186793327, 0.007721723522990942, -0.045659225434064865, -0.04126885160803795, 0.007625492289662361, 0.00263131782412529, 0.05118369683623314, -0.029331408441066742, 0.04140757396817207, 0.03215402737259865, -0.006970117799937725, -0.02696974202990532, 0.038312386721372604, -0.005135364830493927, -0.07950952649116516, -0.04091743752360344, -0.016537657007575035, -0.022009167820215225, 0.03346191346645355, -0.01780524104833603, -0.03581930696964264, 0.01869192346930504, 0.026662064716219902, 0.03146137297153473, -0.00897948257625103, -0.02334149181842804, 0.026862353086471558, -0.01377301849424839, -0.006318025290966034, -0.06897088885307312, 0.05007147043943405, -0.0306783989071846, 0.006977071985602379, -0.026790015399456024, -0.011058436706662178, -0.051681388169527054, 0.04367821291089058, -0.012126361019909382, -0.0318271778523922, -0.008526401594281197, 0.008286840282380581, -0.03596354275941849, 0.03249772638082504, -0.049745332449674606, 0.004339748993515968, -0.00357841863296926, 0.03777163475751877, -0.03893424943089485, -0.018637068569660187, -0.03571491688489914, 0.003226581495255232, -0.04388892650604248, -0.0037339963018894196, -0.023947855457663536, -0.04791370406746864, 0.033378954976797104, 0.016607701778411865, 0.03199749067425728, 0.009337573312222958, -0.023740453645586967, 0.01660546287894249, 0.006046169437468052, -0.06695342808961868, -0.0028369647916406393, -0.0244278721511364, 0.00986679270863533, -0.01098407432436943, 0.0486152283847332, 0.024813322350382805, -0.036824118345975876, -0.06085425987839699, 0.03751037269830704, -0.0006776752416044474, -0.0015988844679668546, 0.007492382545024157, 0.010415825992822647, 0.04754418507218361, 0.03861783444881439, -0.01474013552069664, -0.02202889323234558, -0.01986752077937126, -0.04151414334774017, 0.027636781334877014, -0.004081046674400568, 0.01389705017209053, -0.023095861077308655, -0.048757314682006836, -0.01329773012548685, 0.08353601396083832, 0.03829510509967804, 0.029293110594153404, 0.0010157797951251268, -0.028862567618489265, 0.04591553285717964, 0.016967372968792915, -0.02129855751991272, 0.02218821831047535, 0.03418644517660141, -0.020762640982866287, 0.09271486103534698, -0.0016267577884718776, 0.028984278440475464, 0.07244448363780975, 0.02765427902340889, -0.006317163817584515, 0.04130562022328377, -0.015677282586693764, 0.0219284575432539, 0.03455401211977005, -0.05421968922019005, -0.025666318833827972, -0.0034687230363488197, 0.06261685490608215, -0.08589543402194977, 0.03762500360608101, 0.031547706574201584, 0.004987328313291073, 0.016764577478170395, -0.035032037645578384, -0.04387320950627327, 0.02505207248032093, -0.0354490764439106, 0.08083745837211609, 0.007442616391927004, -0.06793365627527237, 0.07426153123378754, 0.027473632246255875, -0.07560885697603226, 0.0413934551179409, 0.05366508290171623, -0.004474458750337362, 0.02701602317392826, 0.03267013281583786, -0.03592689335346222, 0.030666911974549294, -0.05454389750957489, 0.028158238157629967, -0.05461784079670906, -0.005229547154158354, -0.007346232887357473, -0.07272250205278397, -0.030102385208010674, -0.0011874946067109704, -0.009740898385643959, -0.0027889355551451445, 0.05076351761817932, -0.04849638044834137, -0.03693636134266853, 0.012332902289927006, 0.036737069487571716, -0.010437451303005219, 0.014037948101758957, -0.027056485414505005, 0.03347015380859375, 0.03751194477081299, 0.0009413733496330678, -0.031704168766736984, 0.0005645297933369875, 0.012713244184851646, -0.07286619395017624, -0.02626151032745838, 0.028251612558960915, -0.004691078793257475, -0.015388211235404015, 0.04133781045675278, -0.024672256782650948, 0.001112182973884046, 0.03974191099405289, 0.019797200337052345, 0.016234956681728363, -0.04165516793727875, 0.010165367275476456, 0.01317801047116518, -0.00885664951056242, 0.010632188990712166, -0.013289022259414196, 0.04991963878273964, 0.028698310256004333, 0.019009942188858986, -0.01800915040075779, -0.030854931101202965, -0.033183272927999496, -0.00060853740433231, -0.018174435943365097, 0.01927395723760128, 0.021290244534611702, -0.06274699419736862, -0.06552103906869888, -0.013361378572881222, 0.004954075440764427, 0.031351279467344284, -0.026134822517633438, 0.003492583753541112, 0.04099933058023453, -0.0174705870449543, -0.05342857912182808, -0.07107385993003845, -0.035648491233587265, -0.044208724051713943, 0.04943041130900383, 0.024947579950094223, -0.05591079592704773, 0.001805997802875936, -0.03407536819577217, -0.05778111144900322, 0.0025649331510066986, 0.020166048780083656, -0.02452918328344822, 0.04342246428132057, 0.03223656862974167, -0.035635802894830704, 0.0009199381456710398, 0.04580601677298546, -0.033318761736154556, 0.03197315335273743, 0.04074357822537422, -0.0074231685139238834, 0.018016250804066658, 0.04690631851553917, -0.024285655468702316, -0.027047358453273773, -0.04090544208884239, -0.015821056440472603, -0.0052697379142045975, -0.018227970227599144, 0.07124192267656326 ]
AnonymousSub/rule_based_roberta_bert_triplet_epochs_1_shard_1
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
2
null
--- language: - multilingual - ha - is - ja - cs - ru - zh - de - en license: mit tags: - translation - wmt21 --- # WMT 21 En-X WMT 21 En-X is a 4.7B multilingual encoder-decoder (seq-to-seq) model trained for one-to-many multilingual translation. It was introduced in this [paper](https://arxiv.org/abs/2108.03265) and first released in [this](https://github.com/pytorch/fairseq/tree/main/examples/wmt21) repository. The model can directly translate English text into 7 other languages: Hausa (ha), Icelandic (is), Japanese (ja), Czech (cs), Russian (ru), Chinese (zh), German (de). To translate into a target language, the target language id is forced as the first generated token. To force the target language id as the first generated token, pass the `forced_bos_token_id` parameter to the `generate` method. *Note: `M2M100Tokenizer` depends on `sentencepiece`, so make sure to install it before running the example.* To install `sentencepiece` run `pip install sentencepiece` Since the model was trained with domain tags, you should prepend them to the input as well. * "wmtdata newsdomain": Use for sentences in the news domain * "wmtdata otherdomain": Use for sentences in all other domain ```python from transformers import AutoModelForSeq2SeqLM, AutoTokenizer model = AutoModelForSeq2SeqLM.from_pretrained("facebook/wmt21-dense-24-wide-en-x") tokenizer = AutoTokenizer.from_pretrained("facebook/wmt21-dense-24-wide-en-x") inputs = tokenizer("wmtdata newsdomain One model for many languages.", return_tensors="pt") # translate English to German generated_tokens = model.generate(**inputs, forced_bos_token_id=tokenizer.get_lang_id("de")) tokenizer.batch_decode(generated_tokens, skip_special_tokens=True) # => "Ein Modell für viele Sprachen." # translate English to Icelandic generated_tokens = model.generate(**inputs, forced_bos_token_id=tokenizer.get_lang_id("is")) tokenizer.batch_decode(generated_tokens, skip_special_tokens=True) # => "Ein fyrirmynd fyrir mörg tungumál." ``` See the [model hub](https://huggingface.co/models?filter=wmt21) to look for more fine-tuned versions. ## Languages covered English (en), Hausa (ha), Icelandic (is), Japanese (ja), Czech (cs), Russian (ru), Chinese (zh), German (de) ## BibTeX entry and citation info ``` @inproceedings{tran2021facebook title={Facebook AI’s WMT21 News Translation Task Submission}, author={Chau Tran and Shruti Bhosale and James Cross and Philipp Koehn and Sergey Edunov and Angela Fan}, booktitle={Proc. of WMT}, year={2021}, } ```
[ -0.018417341634631157, -0.0425393283367157, -0.007811623625457287, 0.06798835098743439, 0.039565689861774445, 0.040493082255125046, -0.0038617821410298347, -0.0209762305021286, -0.05496423318982124, 0.05166581645607948, 0.008526289835572243, 0.00491626001894474, -0.010435650125145912, 0.031619347631931305, -0.027694521471858025, -0.02650616504251957, -0.012301063165068626, -0.010146782733500004, -0.03498222678899765, -0.01692514307796955, -0.01255827583372593, 0.004309836775064468, 0.0009968342492356896, 0.00676245940849185, 0.012906568124890327, 0.018369225785136223, -0.010862992145121098, 0.037618204951286316, 0.02190013788640499, -0.06324256956577301, -0.0053951311856508255, -0.009066031314432621, -0.03006456233561039, -0.012634296901524067, -0.0002783167583402246, -0.002246617106720805, -0.006567945703864098, 0.02435646951198578, 0.04413091391324997, 0.05048378184437752, -0.024388287216424942, 0.014621760696172714, -0.008651218377053738, -0.023689929395914078, 0.029855549335479736, 0.0038136106450110674, -0.049144625663757324, -0.021559415385127068, 0.04261208698153496, -0.02034253068268299, -0.06477975100278854, -0.06555663049221039, -0.01888321340084076, 0.02336418628692627, -0.021485259756445885, -0.026940587908029556, -0.08497562259435654, -0.0021346467547118664, 0.04414120689034462, -0.04033766686916351, -0.01912711374461651, 0.020843446254730225, -0.04763360694050789, 0.026614617556333542, 0.037865061312913895, -0.03528441861271858, 0.0009683783864602447, -0.04433474689722061, 0.022321369498968124, -0.014866907149553299, 0.05665391683578491, -0.03356606140732765, 0.011467408388853073, -0.08282388001680374, -0.019293101504445076, -0.006712382659316063, 0.03116597980260849, 0.029529321938753128, -0.03803648427128792, 0.05486180633306503, 0.020465373992919922, 0.010074270889163017, 0.016753260046243668, -0.002262975787743926, -0.03542115166783333, 0.053510647267103195, -0.05593034625053406, -0.003854819806292653, 0.006205539684742689, 0.04274468123912811, -0.040476758033037186, -0.024306852370500565, -0.010783364064991474, -0.032597728073596954, -0.017432667315006256, 0.02896968647837639, 0.04074965789914131, -0.003520410740748048, 0.028019195422530174, 0.05032796040177345, 0.01840568147599697, 0.054504990577697754, -0.007325418293476105, 0.05507140979170799, -0.003969648852944374, -0.016071664169430733, -0.02321663498878479, -0.03739459440112114, -0.059013161808252335, 0.029385527595877647, 0.032002609223127365, -0.033629316836595535, -0.06067386269569397, 0.03152819722890854, 0.02421487122774124, -0.030763695016503334, 0.04733539745211601, -0.02423321083188057, -0.03982076048851013, -0.06482410430908203, 0.06048209220170975, -0.014427092857658863, 0.0031375917606055737, 0.021047210320830345, -0.042843010276556015, 0.029508644714951515, -0.06300493329763412, -0.03851195424795151, -0.004983456339687109, 0.0153659638017416, -0.01842927746474743, 0.02433178946375847, 0.03227182850241661, -0.03984071686863899, 0.005689676385372877, -0.013910599052906036, -0.07244788110256195, 0.0456596314907074, 0.04220230132341385, 0.09954728931188583, -0.042241595685482025, -0.046493858098983765, 0.004747504368424416, 0.010835533030331135, -0.013421617448329926, 0.0037014433182775974, 0.007816340774297714, -0.04367593675851822, -0.005402311682701111, 0.0015940357698127627, 0.05216960981488228, -0.04985518753528595, 0.003014551941305399, 0.035969849675893784, -0.02644580975174904, 0.03747780621051788, -0.044281817972660065, 0.005849622655659914, -0.00688211852684617, 0.0067041050642728806, -0.05063781514763832, 0.0450151152908802, 0.0005379131762310863, 0.009873590432107449, -0.027519242838025093, -0.05249493569135666, -0.02409514971077442, 0.07329951226711273, -0.0034714622888714075, -0.014695865102112293, -0.035336002707481384, 0.02649759314954281, 0.053595345467329025, 0.015380016528069973, -0.029749101027846336, 0.03297246992588043, 0.06513088941574097, 0.04293977841734886, 0.005434712395071983, 0.07215485721826553, 0.025522742420434952, -0.03548117354512215, -0.021427027881145477, 0.011896036565303802, 0.007654568180441856, -0.022040443494915962, 0.020801842212677002, 0.07225973159074783, -0.0086420439183712, -0.013666760176420212, -0.02432088740170002, 0.07324567437171936, -0.0003909232618752867, 0.015058928169310093, -0.010210832580924034, 0.014915050938725471, -0.025504177436232567, 0.057515647262334824, -0.026699015870690346, 0.00145611388143152, -0.026662521064281464, -0.025145314633846283, 0.001915304339490831, 0.041995517909526825, 0.04397227615118027, 0.03612228482961655, -0.012763472273945808, 0.1022840067744255, -0.018969349563121796, 0.023783104494214058, -0.04049210622906685, -0.04996452480554581, -0.0008254571002908051, 0.03761234134435654, 0.01852557808160782, 0.06389535218477249, 0.011668416671454906, -0.021294504404067993, 0.015474901534616947, 0.08690260350704193, 0.04920639842748642, 0.03644448146224022, -0.002194018568843603, 0.007630771491676569, 0.03788849711418152, 0.06331408768892288, -0.05232195183634758, -0.023248445242643356, 0.03737662360072136, 0.045756641775369644, -0.028483886271715164, -0.005984030663967133, -0.006869681179523468, 0.011766858398914337, -0.030777575448155403, -0.06700581312179565, 0.02866394631564617, 0.02549903839826584, 0.016532164067029953, 0.01752408966422081, -0.005701791029423475, 0.031740665435791016, 0.015283627435564995, 0.007122278679162264, -0.005941519979387522, -0.04842308536171913, -0.0075653307139873505, 0.020263375714421272, 0.03863891214132309, -0.059389956295490265, 0.01838103123009205, 0.007466007024049759, 0.014092194847762585, 0.054610732942819595, -0.057435497641563416, 0.02204582281410694, 0.03282983973622322, -0.0015239875065162778, -0.04807877540588379, 0.008692127652466297, 0.023579761385917664, 0.04961458221077919, 0.07714834809303284, 0.004826126620173454, 0.051601577550172806, 0.016790267080068588, 0.046159759163856506, 0.08994787931442261, 0.04646850377321243, 0.01604754850268364, 0.023564832285046577, 0.08139488846063614, -0.0031306827440857887, -0.0008487394079566002, 0.06616383045911789, -0.044767897576093674, 0.044828150421381, -0.03506258502602577, 0.041853561997413635, 0.005978073459118605, -0.013889375142753124, 0.025294840335845947, 0.006704260595142841, -0.026037385687232018, 0.026003435254096985, -0.02530353143811226, -0.026931876316666603, 0.05324339121580124, -0.009811220690608025, 0.023631637915968895, 0.0031388839706778526, -0.014154335483908653, 0.022640544921159744, -0.06669412553310394, -0.0566728338599205, 0.014155633747577667, -0.019649062305688858, -0.0021621668711304665, -0.06589093804359436, -0.015537995845079422, -0.07460769265890121, -0.005594357848167419, 0.03268394619226456, 0.017512312158942223, 0.02057923749089241, -0.029254192486405373, 0.022800367325544357, -0.049200449138879776, -0.03275822475552559, -0.054234594106674194, -0.04036884382367134, -0.02709263749420643, -0.05947078391909599, 0.052044667303562164, 0.0010065821697935462, 0.026962431147694588, 0.008195705711841583, 0.025109341368079185, -0.013660377822816372, 0.002692564856261015, 0.05469110980629921, 0.027057254686951637, -0.025153648108243942, -0.0363178588449955, 0.040201421827077866, -0.04019027203321457, 0.018857784569263458, -0.03681506961584091, -0.021235307678580284, 0.06346995383501053, 0.06513941287994385, 0.01668449491262436, 0.031563516706228256, -0.003929445054382086, -0.028895417228341103, -0.0669933557510376, -0.014178809709846973, -0.03151633217930794, -0.013910251669585705, -0.012634922750294209, -0.04261533543467522, -0.02679067850112915, -0.023732269182801247, -0.006484272889792919, -0.006089183036237955, 0.03273889049887657, 0.050782397389411926, 0.04643019288778305, 0.054547280073165894, 0.030513182282447815, -0.042462028563022614, 0.002496099565178156, 0.08996183425188065, 0.006435249000787735, 0.016561076045036316, -0.0721600279211998, -0.04436332359910011, 0.0668976902961731, 0.027247151359915733, 0.004419477190822363, -0.016398560255765915, 0.09879859536886215, 0.013539742678403854, -0.00817898940294981, 0.00951504334807396, -0.009586571715772152, -0.017768176272511482, 0.012047354131937027, 0.012746323831379414, -0.04107896611094475, -0.048395443707704544, -0.027520889416337013, -0.015179691836237907, 0.06309568881988525, -0.05652932450175285, -0.043677233159542084, -0.035405050963163376, 0.028938665986061096, 0.01945350132882595, 0.00181676319334656, -0.01954060234129429, 0.012219730764627457, -0.027354557067155838, -0.05447089299559593, 0.006791292689740658, 0.021632220596075058, -0.0003234562755096704, 0.04168979823589325, 0.04679765924811363, -0.04637515917420387, 0.023666048422455788, 0.015095909126102924, 0.046157628297805786, 0.02570853941142559, -0.03384755179286003, 0.039771754294633865, -0.012652289122343063, 0.012943541631102562, 0.0015307957073673606, -0.015294959768652916, -0.04147585108876228, -0.07925799489021301, 0.008284302428364754, 0.007217505015432835, -0.025564469397068024, -0.00891420803964138, 0.03328785300254822, -0.020614322274923325, 0.004448878578841686, -0.008623864501714706, 0.02837872877717018, 0.06013467535376549, -0.06578738242387772, 0.04497114568948746, -0.00837191753089428, 0.020635372027754784, -0.06252594292163849, 0.025495385751128197, -0.00006043697794666514, -0.01171610876917839, 0.001310166553594172, 0.08586236089468002, 0.03128977492451668, 0.04457375034689903, 0.07264862209558487, 0.0344589427113533, -0.04049699753522873, 0.052331555634737015, 0.03458502143621445, -0.01813371665775776, -0.053029946982860565, -0.004575029015541077, -0.02570904977619648, -0.04481656476855278, -0.007857149466872215, -0.028959427028894424, 0.012307940982282162, 0.027064330875873566, 0.00981756392866373, -0.03527842089533806, 0.01708929054439068, -0.01630215160548687, -0.0326501838862896, -0.0530448853969574, -0.028854766860604286, 0.00047090035513974726, -0.03987185284495354, 0.042253777384757996, 0.022469496354460716, 0.01617082767188549, 0.053392376750707626, 0.037630029022693634, -0.025552617385983467, -0.0368507020175457, 0.03969760611653328, 0.040908630937337875, -0.05433111637830734, -0.05148891359567642, -0.04497905820608139, 0.026497870683670044, 0.05394189432263374, -0.012460515834391117, -0.07895359396934509, 0.0083799809217453, 0.06065870076417923, -0.01928454264998436, 0.07523497939109802, -0.025116264820098877, 0.04754514992237091, 0.05702764168381691, -0.024265939369797707, 0.02343663014471531, -0.019193092361092567, 0.017371777445077896, 0.00267096608877182, 0.03774092718958855, -0.03378796949982643, -0.028728961944580078, -0.050379429012537, 0.01761719025671482, 0.020305121317505836, 0.04386533796787262, 0.056215688586235046, -0.01663040556013584, -0.06394042819738388, 0.004345876630395651, 0.030573571100831032, -0.04812796786427498, 0.017318468540906906, 0.0025167150888592005, 0.05723702162504196, -0.05957469344139099, -0.027751808986067772, -0.02529163472354412, 0.01130595151335001, 0.03807572275400162, -0.006510431878268719, -0.033198032528162, -0.02966195158660412, 0.020718058571219444, -0.026434728875756264, -0.04586166515946388, -0.09034328907728195, 0.03342423960566521, -0.01571165770292282, -0.0003432226076256484, 0.057200390845537186, 0.06107833981513977, 0.03426443785429001, 0.016787854954600334, 0.006738171447068453, 0.045306671410799026, -0.035261981189250946, 0.01572425104677677, -0.028235280886292458, -0.0035249965731054544, -0.01437795627862215, -0.026643766090273857, 0.0003866305632982403, -0.025591526180505753, -0.050695497542619705, -0.056195273995399475, -0.03280983120203018, 0.03410835564136505, -0.020961180329322815, 0.032207220792770386, -0.026601452380418777, 0.03152698278427124, -0.04907488450407982, -0.024260682985186577, -0.023145416751503944, -0.04429059475660324, -0.09521844983100891, -0.05830344185233116, 0.02437327615916729, 0.029111657291650772, 0.02981550060212612, 0.006932377349585295, 0.0027280820067971945, 0.022271163761615753, -0.010506173595786095, -0.025295937433838844, 0.03414004296064377, -0.011825351975858212, -0.05337132140994072, -0.047394752502441406, 0.01439303532242775, 0.0076992749236524105, 0.020837213844060898, -0.03323064371943474, 0.030762743204832077, 0.04223877191543579, -0.012087367475032806, -0.00912827905267477, 0.02816855162382126, 0.013243962079286575, -0.09735311567783356, -0.04430263116955757, -0.018170399591326714, -0.04517516493797302, 0.045229703187942505, 0.007951367646455765, -0.009299571625888348, -0.0005460931570269167, 0.026042159646749496, 0.026689445599913597, -0.00008825719123706222, -0.043992578983306885, 0.01297714188694954, -0.014660375192761421, 0.012606268748641014, -0.06771324574947357, 0.041333045810461044, -0.0380362905561924, -0.005293502006679773, -0.00567248510196805, -0.007058038841933012, -0.044911473989486694, 0.04642949998378754, -0.01026049442589283, -0.018265310674905777, -0.0036437753587961197, 0.0064452458173036575, -0.03129345178604126, 0.04297933727502823, -0.04102827236056328, 0.02041994035243988, -0.010793245397508144, 0.03789304941892624, -0.05217196047306061, -0.023098817095160484, -0.03431490436196327, 0.021083496510982513, -0.026631634682416916, -0.02776901051402092, -0.01597590744495392, -0.034781262278556824, 0.014465332962572575, 0.017157554626464844, 0.03142113611102104, 0.00988716445863247, -0.023069128394126892, 0.024660762399435043, 0.030471740290522575, -0.06878162175416946, 0.0060300761833786964, -0.02778295800089836, 0.024521687999367714, -0.01416101586073637, 0.05479544401168823, 0.029241297394037247, -0.048491694033145905, -0.06512290239334106, 0.05614278465509415, 0.003214330645278096, 0.006200226955115795, -0.00034267862793058157, 0.014257743954658508, 0.046517979353666306, 0.024858739227056503, -0.03296399116516113, -0.02533727139234543, -0.022280117496848106, -0.038018643856048584, 0.018253019079566002, 0.004797483794391155, 0.0015631079440936446, -0.00785322766751051, -0.03826500475406647, -0.01656361110508442, 0.05452871322631836, 0.025028206408023834, 0.025289813056588173, -0.0009055399568751454, -0.0354379378259182, 0.029124537482857704, 0.004797189962118864, -0.03647814318537712, -0.016926001757383347, 0.011663035489618778, -0.03750374913215637, 0.06508733332157135, -0.009888327680528164, 0.007058481685817242, 0.05519562214612961, 0.012538865208625793, -0.0012674700701609254, 0.044502343982458115, -0.02098393440246582, 0.005262115504592657, 0.055280257016420364, -0.06454667448997498, -0.012957917526364326, -0.029880110174417496, 0.07346753031015396, -0.06103149801492691, 0.019548067823052406, 0.04620102047920227, 0.011453879065811634, 0.01586105301976204, -0.012894752435386181, -0.05102115869522095, 0.03655130788683891, -0.029397781938314438, 0.0800168365240097, 0.011692564003169537, -0.05748092383146286, 0.09096929430961609, 0.024251800030469894, -0.0854814425110817, 0.05088796839118004, 0.05671397224068642, 0.034608807414770126, 0.03775960952043533, 0.03707673028111458, -0.05055766552686691, 0.010050670243799686, -0.025085337460041046, 0.02203514613211155, -0.06825976073741913, -0.015418286435306072, -0.00894125271588564, -0.052855584770441055, -0.014330619014799595, 0.011551584117114544, -0.02271118387579918, -0.019695647060871124, 0.014272847212851048, -0.06681507080793381, -0.0184301920235157, -0.003469073213636875, 0.014252809807658195, -0.025959260761737823, 0.01315641775727272, -0.03866558521986008, 0.03296055644750595, 0.042770978063344955, 0.0032933205366134644, -0.03868668153882027, -0.0008722680504433811, 0.009515480138361454, -0.07531853020191193, -0.0385657362639904, 0.03436717391014099, 0.015658432617783546, -0.028981242328882217, 0.05004947632551193, -0.02917160466313362, 0.00918328296393156, 0.03797442093491554, 0.009730667807161808, 0.029361587017774582, -0.051310159265995026, 0.01752356067299843, 0.02166678011417389, -0.002614139812067151, 0.02268754504621029, -0.004748066887259483, 0.0406218059360981, 0.019556179642677307, 0.026994412764906883, -0.012138577178120613, -0.03773634508252144, -0.020793944597244263, 0.01302485354244709, -0.03507121652364731, 0.023308657109737396, 0.009385290555655956, -0.03959358111023903, -0.03753304481506348, -0.034087054431438446, 0.013823667541146278, 0.02539370022714138, -0.04365522414445877, -0.002672401489689946, 0.02279731072485447, -0.03221699595451355, -0.04938564822077751, -0.057183053344488144, -0.03871525451540947, -0.023732811212539673, 0.044453028589487076, 0.01763118989765644, -0.05377548933029175, 0.011950579471886158, -0.04377775266766548, -0.062457676976919174, 0.02257026918232441, 0.02238606847822666, -0.027292441576719284, 0.040961917489767075, 0.04051404818892479, -0.03957776725292206, 0.008459820412099361, 0.048975951969623566, -0.029327811673283577, 0.02584415301680565, 0.021717987954616547, 0.013650801964104176, 0.013849164359271526, 0.04529723525047302, -0.008773657493293285, -0.02048816904425621, -0.04456442967057228, -0.043565962463617325, -0.02488096058368683, -0.024597961455583572, 0.06431137025356293 ]
AnonymousSub/rule_based_roberta_bert_triplet_epochs_1_shard_10
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
2
null
--- language: - multilingual - ha - is - ja - cs - ru - zh - de - en license: mit tags: - translation - wmt21 --- # WMT 21 X-En WMT 21 X-En is a 4.7B multilingual encoder-decoder (seq-to-seq) model trained for one-to-many multilingual translation. It was introduced in this [paper](https://arxiv.org/abs/2108.03265) and first released in [this](https://github.com/pytorch/fairseq/tree/main/examples/wmt21) repository. The model can directly translate text from 7 languages: Hausa (ha), Icelandic (is), Japanese (ja), Czech (cs), Russian (ru), Chinese (zh), German (de) to English. To translate into a target language, the target language id is forced as the first generated token. To force the target language id as the first generated token, pass the `forced_bos_token_id` parameter to the `generate` method. *Note: `M2M100Tokenizer` depends on `sentencepiece`, so make sure to install it before running the example.* To install `sentencepiece` run `pip install sentencepiece` Since the model was trained with domain tags, you should prepend them to the input as well. * "wmtdata newsdomain": Use for sentences in the news domain * "wmtdata otherdomain": Use for sentences in all other domain ```python from transformers import AutoModelForSeq2SeqLM, AutoTokenizer model = AutoModelForSeq2SeqLM.from_pretrained("facebook/wmt21-dense-24-wide-x-en") tokenizer = AutoTokenizer.from_pretrained("facebook/wmt21-dense-24-wide-x-en") # translate German to English tokenizer.src_lang = "de" inputs = tokenizer("wmtdata newsdomain Ein Modell für viele Sprachen", return_tensors="pt") generated_tokens = model.generate(**inputs) tokenizer.batch_decode(generated_tokens, skip_special_tokens=True) # => "A model for many languages" # translate Icelandic to English tokenizer.src_lang = "is" inputs = tokenizer("wmtdata newsdomain Ein fyrirmynd fyrir mörg tungumál", return_tensors="pt") generated_tokens = model.generate(**inputs) tokenizer.batch_decode(generated_tokens, skip_special_tokens=True) # => "One model for many languages" ``` See the [model hub](https://huggingface.co/models?filter=wmt21) to look for more fine-tuned versions. ## Languages covered English (en), Hausa (ha), Icelandic (is), Japanese (ja), Czech (cs), Russian (ru), Chinese (zh), German (de) ## BibTeX entry and citation info ``` @inproceedings{tran2021facebook title={Facebook AI’s WMT21 News Translation Task Submission}, author={Chau Tran and Shruti Bhosale and James Cross and Philipp Koehn and Sergey Edunov and Angela Fan}, booktitle={Proc. of WMT}, year={2021}, } ```
[ -0.018708188086748123, -0.04115362837910652, -0.007546749897301197, 0.06771169602870941, 0.03806302323937416, 0.03900347650051117, -0.004079040139913559, -0.019021378830075264, -0.05600455030798912, 0.05187441408634186, 0.008696536533534527, 0.0033223263453692198, -0.010560376569628716, 0.031179754063487053, -0.029492052271962166, -0.027458257973194122, -0.012649851851165295, -0.012019439600408077, -0.03655863180756569, -0.014918429777026176, -0.013306532055139542, 0.005390617530792952, -0.0008669714443385601, 0.00836658850312233, 0.012371104210615158, 0.02114970050752163, -0.013944238424301147, 0.039538223296403885, 0.02242256887257099, -0.06161515787243843, -0.0054636793211102486, -0.01015450619161129, -0.029673470184206963, -0.013432886451482773, -0.002060727681964636, -0.004536916967481375, -0.005075043998658657, 0.024967050179839134, 0.044384852051734924, 0.051763296127319336, -0.024134457111358643, 0.014053632505238056, -0.011489850468933582, -0.022783443331718445, 0.030638882890343666, 0.0047902814112603664, -0.046996720135211945, -0.025522565469145775, 0.040069930255413055, -0.02148672193288803, -0.06201080232858658, -0.0664561465382576, -0.02129502221941948, 0.024821331724524498, -0.022543881088495255, -0.02483494207262993, -0.08551604300737381, -0.0007933959714137018, 0.044664621353149414, -0.039718836545944214, -0.019448084756731987, 0.021308621391654015, -0.04830409213900566, 0.02671852335333824, 0.040294114500284195, -0.03667117655277252, 0.00020459617371670902, -0.046321239322423935, 0.017799293622374535, -0.012074066326022148, 0.0575147345662117, -0.030809899792075157, 0.012303889729082584, -0.08091603219509125, -0.018448177725076675, -0.009385304525494576, 0.032342664897441864, 0.028812244534492493, -0.03699541836977005, 0.0544668510556221, 0.020177673548460007, 0.009336216375231743, 0.015325370244681835, -0.002131351036950946, -0.03526584059000015, 0.054672885686159134, -0.05628043785691261, -0.002610651543363929, 0.00690486840903759, 0.04183292016386986, -0.0403691828250885, -0.025604603812098503, -0.012583157978951931, -0.03247418999671936, -0.01925824210047722, 0.030849803239107132, 0.03894156590104103, -0.0037759693805128336, 0.026473646983504295, 0.048441674560308456, 0.016012966632843018, 0.05189613997936249, -0.0067629446275532246, 0.05472799018025398, -0.0026296377182006836, -0.017589140683412552, -0.022968778386712074, -0.03766895830631256, -0.05729004740715027, 0.029562313109636307, 0.03195253387093544, -0.034906383603811264, -0.06129910796880722, 0.031007232144474983, 0.025210198014974594, -0.0299726203083992, 0.04984584450721741, -0.02589963935315609, -0.03681362420320511, -0.06545305252075195, 0.059797219932079315, -0.013267278671264648, 0.005025664810091257, 0.021068405359983444, -0.045378487557172775, 0.028379058465361595, -0.06573198735713959, -0.038116928189992905, -0.0027840789407491684, 0.013166354037821293, -0.019026879221200943, 0.0231928713619709, 0.03155506029725075, -0.04020293056964874, 0.004439732059836388, -0.012099895626306534, -0.07181789726018906, 0.046611394733190536, 0.03886481001973152, 0.10177507251501083, -0.0409049317240715, -0.04535409063100815, 0.004733280744403601, 0.011485322378575802, -0.013521279208362103, 0.0029614088125526905, 0.00885068904608488, -0.04572027549147606, -0.00498178182169795, 0.0001308352075284347, 0.050928905606269836, -0.04871103912591934, 0.002058224519714713, 0.038536082953214645, -0.030051792040467262, 0.03821629658341408, -0.041829224675893784, 0.007369592320173979, -0.005731123499572277, 0.007433244027197361, -0.04860240966081619, 0.04496346041560173, -0.0000901445237104781, 0.010429945774376392, -0.02898804098367691, -0.05304631590843201, -0.021962571889162064, 0.07506658881902695, -0.000998420873656869, -0.015194847248494625, -0.03404028341174126, 0.025846023112535477, 0.05196048691868782, 0.017456000670790672, -0.0302814319729805, 0.03357721120119095, 0.06440151482820511, 0.04414251446723938, 0.004476409405469894, 0.0729207918047905, 0.023038648068904877, -0.03614760935306549, -0.023756392300128937, 0.01363353431224823, 0.006898866966366768, -0.02333071641623974, 0.01916929893195629, 0.07220087200403214, -0.010334867052733898, -0.014054524712264538, -0.022945789620280266, 0.06850063800811768, -0.004613599739968777, 0.014765520580112934, -0.00704598193988204, 0.013007976114749908, -0.024510199204087257, 0.05814516544342041, -0.026189928874373436, 0.0017533579375594854, -0.026583779603242874, -0.02486216090619564, 0.00280435336753726, 0.04308214411139488, 0.043635621666908264, 0.03652404621243477, -0.01248066034168005, 0.1037542074918747, -0.018974877893924713, 0.023601921275258064, -0.042285941541194916, -0.052077408879995346, -0.0010256966343149543, 0.03670182451605797, 0.02139940857887268, 0.06015288829803467, 0.011436731554567814, -0.024530110880732536, 0.014818761497735977, 0.0884198546409607, 0.04781480133533478, 0.03517178073525429, -0.005437960848212242, 0.006354901008307934, 0.04073169827461243, 0.060963038355112076, -0.05166659131646156, -0.023168841376900673, 0.03826083242893219, 0.04301007464528084, -0.026453252881765366, -0.0028645112179219723, -0.005142692010849714, 0.010008428245782852, -0.03289005532860756, -0.06692440062761307, 0.028453350067138672, 0.024309683591127396, 0.017865875735878944, 0.018336614593863487, -0.008299034088850021, 0.031753625720739365, 0.010126306675374508, 0.005545447114855051, -0.004854678642004728, -0.04874346777796745, -0.008885316550731659, 0.019671086221933365, 0.03853389993309975, -0.05837017670273781, 0.01736903376877308, 0.0068708183243870735, 0.015023483894765377, 0.05334002524614334, -0.05566728860139847, 0.024361178278923035, 0.03267175331711769, -0.0028341489378362894, -0.05063584819436073, 0.010797207243740559, 0.026894090697169304, 0.05008302628993988, 0.07924730330705643, 0.0031412881799042225, 0.05039737746119499, 0.015869995579123497, 0.04696979746222496, 0.08701030910015106, 0.04558834806084633, 0.015247538685798645, 0.024390295147895813, 0.08041767030954361, -0.0006549789686687291, -0.00013103787205182016, 0.06368069350719452, -0.044455647468566895, 0.04397397115826607, -0.03370966762304306, 0.03867291286587715, 0.008731518872082233, -0.012005029246211052, 0.025128073990345, 0.007214992307126522, -0.025889111682772636, 0.026667360216379166, -0.026402920484542847, -0.026080163195729256, 0.05547201260924339, -0.007846923545002937, 0.023981116712093353, 0.00515143433585763, -0.013464352115988731, 0.021607153117656708, -0.06783314794301987, -0.05696623772382736, 0.010281192138791084, -0.01853916607797146, -0.004041643347591162, -0.06303786486387253, -0.015853052958846092, -0.07625102251768112, -0.004536889959126711, 0.03352342173457146, 0.01570132002234459, 0.019082410261034966, -0.02897634357213974, 0.026357674971222878, -0.04790033772587776, -0.032829757779836655, -0.05471779778599739, -0.040486548095941544, -0.029166920110583305, -0.057833924889564514, 0.051918964833021164, -0.00012049775978084654, 0.02919754758477211, 0.009148801676928997, 0.024926798418164253, -0.012571718543767929, 0.00002477865928085521, 0.056999508291482925, 0.02875998429954052, -0.026386722922325134, -0.03730503469705582, 0.03853459283709526, -0.03924870863556862, 0.017744693905115128, -0.03841034322977066, -0.021814247593283653, 0.06408794969320297, 0.06400438398122787, 0.013481621630489826, 0.029302068054676056, -0.002572518540546298, -0.029635315760970116, -0.06732260435819626, -0.014964869245886803, -0.030925776809453964, -0.014346371404826641, -0.010662185028195381, -0.04166829586029053, -0.027667302638292313, -0.022502347826957703, -0.005992609076201916, -0.004030220210552216, 0.030578965321183205, 0.05096269026398659, 0.04415396228432655, 0.05298996344208717, 0.03126752749085426, -0.03958263620734215, 0.0032151604536920786, 0.09014136344194412, 0.00747698312625289, 0.015423785895109177, -0.07393206655979156, -0.04572417959570885, 0.06800771504640579, 0.02932289056479931, 0.0036245305091142654, -0.01933724246919155, 0.09913558512926102, 0.014678261242806911, -0.00880155898630619, 0.008599548600614071, -0.011604628525674343, -0.018803106620907784, 0.013723433017730713, 0.014594023115932941, -0.038778867572546005, -0.05071330443024635, -0.027615852653980255, -0.015074172988533974, 0.06416045874357224, -0.053877610713243484, -0.04218776524066925, -0.03353728726506233, 0.030119625851511955, 0.01951935514807701, -0.00047976322821341455, -0.020153233781456947, 0.011917720548808575, -0.02593206986784935, -0.058002959936857224, 0.006421392317861319, 0.019953524693846703, 0.0011286567896604538, 0.0418732576072216, 0.04706558212637901, -0.04382149502635002, 0.024606093764305115, 0.013297449797391891, 0.044479623436927795, 0.028848227113485336, -0.03313007578253746, 0.038045670837163925, -0.012343917973339558, 0.01636403053998947, 0.0042588976211845875, -0.016335494816303253, -0.04149089753627777, -0.08086318522691727, 0.0064146253280341625, 0.010446815751492977, -0.026463914662599564, -0.004807319026440382, 0.033523354679346085, -0.01896260678768158, 0.004190841224044561, -0.011036524549126625, 0.027231307700276375, 0.05997760221362114, -0.06566887348890305, 0.04566499590873718, -0.007726925425231457, 0.01969737373292446, -0.06136801838874817, 0.02825354039669037, -0.001000095042400062, -0.011362886987626553, 0.0008184394682757556, 0.08413303643465042, 0.02989211305975914, 0.04451366886496544, 0.07253578305244446, 0.033434003591537476, -0.041561309248209, 0.05219379812479019, 0.03187347203493118, -0.017703764140605927, -0.054574355483055115, -0.0016192288603633642, -0.024619441479444504, -0.04141652584075928, -0.008559796027839184, -0.028232255950570107, 0.010981041006743908, 0.028995128348469734, 0.012068305164575577, -0.03499174118041992, 0.020751725882291794, -0.014596366323530674, -0.032095540314912796, -0.05260121822357178, -0.029978645965456963, 0.004363997373729944, -0.04068514332175255, 0.042327165603637695, 0.0217518899589777, 0.016772260889410973, 0.05217341333627701, 0.03689874708652496, -0.027593305334448814, -0.038194458931684494, 0.04088304564356804, 0.0397985503077507, -0.054245151579380035, -0.05191357061266899, -0.044629696756601334, 0.025087064132094383, 0.05309831351041794, -0.010891513898968697, -0.07667618989944458, 0.011462553404271603, 0.06205238774418831, -0.017644034698605537, 0.07268284261226654, -0.025924641638994217, 0.0483035147190094, 0.06164224073290825, -0.024518122896552086, 0.02086358703672886, -0.017633451148867607, 0.018695877864956856, 0.0025885365903377533, 0.0335785374045372, -0.03273709863424301, -0.02915717288851738, -0.047837622463703156, 0.018267160281538963, 0.02244272641837597, 0.04506772756576538, 0.053992606699466705, -0.01703808084130287, -0.06338002532720566, 0.0030423225834965706, 0.031621724367141724, -0.04905037581920624, 0.01986793987452984, 0.003929092548787594, 0.05566808208823204, -0.06156812980771065, -0.0279280673712492, -0.02739585004746914, 0.011182657442986965, 0.0380668118596077, -0.006563294213265181, -0.03352285549044609, -0.031185682862997055, 0.023402012884616852, -0.02888123318552971, -0.04609318822622299, -0.0907454863190651, 0.03272456303238869, -0.016787167638540268, -0.0025304313749074936, 0.05888364836573601, 0.06361024081707001, 0.03418554365634918, 0.015825551003217697, 0.007130827289074659, 0.04459284618496895, -0.0363636277616024, 0.017811177298426628, -0.029313979670405388, -0.0034171640872955322, -0.013498513028025627, -0.024951212108135223, -0.0005708225653506815, -0.024506809189915657, -0.049698080867528915, -0.05621751397848129, -0.031043309718370438, 0.03540731966495514, -0.02281465008854866, 0.030569177120923996, -0.027970589697360992, 0.02952677384018898, -0.048663411289453506, -0.022865578532218933, -0.022574491798877716, -0.04290527477860451, -0.09579732269048691, -0.05832977592945099, 0.024068402126431465, 0.026630550622940063, 0.028386803343892097, 0.008154443465173244, 0.004110407084226608, 0.025609776377677917, -0.01329826656728983, -0.0245461855083704, 0.033155083656311035, -0.01408260315656662, -0.050636403262615204, -0.04719284176826477, 0.015952100977301598, 0.008554074913263321, 0.025446679443120956, -0.03401108458638191, 0.032925885170698166, 0.0403139553964138, -0.013278487138450146, -0.008531616069376469, 0.026463987305760384, 0.0139193469658494, -0.09903660416603088, -0.046668507158756256, -0.019497863948345184, -0.046207692474126816, 0.043613824993371964, 0.005576034542173147, -0.009196613915264606, 0.0013459657784551382, 0.026987774297595024, 0.02577337808907032, 0.0018414859659969807, -0.04172997176647186, 0.015173337422311306, -0.015759719535708427, 0.014508618973195553, -0.06941576302051544, 0.03868670016527176, -0.03535899147391319, -0.005835676100105047, -0.0067291236482560635, -0.007597537245601416, -0.04635380208492279, 0.044554732739925385, -0.010802274569869041, -0.019881417974829674, -0.0019915206357836723, 0.005669347941875458, -0.030123205855488777, 0.04321759194135666, -0.04004548862576485, 0.02007322944700718, -0.013606720604002476, 0.03954358026385307, -0.052827924489974976, -0.021667808294296265, -0.03315789997577667, 0.020884430035948753, -0.027809802442789078, -0.024733390659093857, -0.013439562171697617, -0.03494039922952652, 0.014599342830479145, 0.01877428963780403, 0.03375041112303734, 0.00755279278382659, -0.024149509146809578, 0.025506949052214622, 0.033540740609169006, -0.06572267413139343, 0.005324729718267918, -0.027010127902030945, 0.025354702025651932, -0.012375406920909882, 0.053197916597127914, 0.02882031723856926, -0.04988174885511398, -0.06674885004758835, 0.057631999254226685, 0.0027236612513661385, 0.005376402288675308, -0.0003455608384683728, 0.014262874610722065, 0.044755056500434875, 0.026198403909802437, -0.03334495797753334, -0.026856468990445137, -0.021267063915729523, -0.034888189285993576, 0.018415236845612526, 0.007227620109915733, 0.004970674403011799, -0.009443388320505619, -0.03645201027393341, -0.01767018996179104, 0.054553866386413574, 0.0243536364287138, 0.02676239423453808, -0.002652260474860668, -0.036148540675640106, 0.029189230874180794, 0.0046183643862605095, -0.036436714231967926, -0.016809849068522453, 0.009745800867676735, -0.04128101095557213, 0.06407719105482101, -0.009499839507043362, 0.008883421309292316, 0.05238894000649452, 0.014045948162674904, -0.001014899113215506, 0.04510209336876869, -0.020155614241957664, 0.0035845900420099497, 0.05433206632733345, -0.06605345010757446, -0.014180674217641354, -0.02998669259250164, 0.07778085023164749, -0.0604558140039444, 0.021101156249642372, 0.045134469866752625, 0.013110262341797352, 0.01649319753050804, -0.010315724648535252, -0.0505208820104599, 0.03705965727567673, -0.029390284791588783, 0.07828996330499649, 0.011184828355908394, -0.05800491198897362, 0.09135515242815018, 0.02648421935737133, -0.08278422057628632, 0.04993663728237152, 0.05435873568058014, 0.03262811526656151, 0.03866681456565857, 0.035538360476493835, -0.053295332938432693, 0.009895404800772667, -0.025334421545267105, 0.022588826715946198, -0.06598244607448578, -0.016709307208657265, -0.007859645411372185, -0.051840610802173615, -0.01246976014226675, 0.011711270548403263, -0.01891152188181877, -0.019500914961099625, 0.014170435257256031, -0.06698004901409149, -0.02178579941391945, -0.002863240661099553, 0.012780633755028248, -0.028147177770733833, 0.012888758443295956, -0.038730964064598083, 0.03416901081800461, 0.041835933923721313, 0.004705358762294054, -0.03979037329554558, 0.0007458343170583248, 0.013937568292021751, -0.07627025991678238, -0.04007817432284355, 0.03503790870308876, 0.01607157476246357, -0.0333317331969738, 0.0501849390566349, -0.029009422287344933, 0.008339852094650269, 0.037581667304039, 0.00829361192882061, 0.0293103214353323, -0.051423080265522, 0.014569615013897419, 0.017430521547794342, -0.0009558234014548361, 0.02310054376721382, -0.004535196349024773, 0.042603474110364914, 0.01721048355102539, 0.02518925629556179, -0.009644174948334694, -0.04052802175283432, -0.02147592417895794, 0.01718708872795105, -0.03220662474632263, 0.021311108022928238, 0.007751623168587685, -0.040923405438661575, -0.038389429450035095, -0.03753235563635826, 0.016812756657600403, 0.024112986400723457, -0.042929649353027344, -0.0016814674017950892, 0.02485339157283306, -0.02969648316502571, -0.05066714808344841, -0.05914642661809921, -0.0407930351793766, -0.026963967829942703, 0.042724207043647766, 0.01905561424791813, -0.05655137076973915, 0.010896415449678898, -0.043067220598459244, -0.06143127381801605, 0.022716792300343513, 0.022392380982637405, -0.02682667225599289, 0.042282383888959885, 0.0413169227540493, -0.04289517551660538, 0.009180118329823017, 0.04943496361374855, -0.029691316187381744, 0.02768600545823574, 0.022615207359194756, 0.01226997934281826, 0.017432812601327896, 0.045443806797266006, -0.006684958003461361, -0.020021751523017883, -0.046860408037900925, -0.04478958994150162, -0.027229569852352142, -0.022956345230340958, 0.060935065150260925 ]
AnonymousSub/rule_based_roberta_bert_triplet_epochs_1_shard_1_wikiqa
[ "pytorch", "roberta", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "RobertaForSequenceClassification" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
28
null
--- language: - multilingual - en - ru - zh - de - es - fr - ja - it - pt - el - ko - fi - id - tr - ar - vi - th - bg - ca - hi - et - bn - ta - ur - sw - te - eu - my - ht - qu license: mit thumbnail: https://huggingface.co/front/thumbnails/facebook.png inference: false --- # XGLM-2.9B XGLM-2.9B is a multilingual autoregressive language model (with 2.9 billion parameters) trained on a balanced corpus of a diverse set of languages totaling 500 billion sub-tokens. It was introduced in the paper [Few-shot Learning with Multilingual Language Models](https://arxiv.org/abs/2112.10668) by Xi Victoria Lin\*, Todor Mihaylov, Mikel Artetxe, Tianlu Wang, Shuohui Chen, Daniel Simig, Myle Ott, Naman Goyal, Shruti Bhosale, Jingfei Du, Ramakanth Pasunuru, Sam Shleifer, Punit Singh Koura, Vishrav Chaudhary, Brian O'Horo, Jeff Wang, Luke Zettlemoyer, Zornitsa Kozareva, Mona Diab, Veselin Stoyanov, Xian Li\* (\*Equal Contribution). The original implementation was released in [this repository](https://github.com/pytorch/fairseq/tree/main/examples/xglm). ## Training Data Statistics The training data statistics of XGLM-2.9B is shown in the table below. | ISO-639-1| family | name | # tokens | ratio | ratio w/ lowRes upsampling | |:--------|:-----------------|:------------------------|-------------:|------------:|-------------:| | en | Indo-European | English | 803526736124 | 0.489906 | 0.3259 | | ru | Indo-European | Russian | 147791898098 | 0.0901079 | 0.0602 | | zh | Sino-Tibetan | Chinese | 132770494630 | 0.0809494 | 0.0483 | | de | Indo-European | German | 89223707856 | 0.0543992 | 0.0363 | | es | Indo-European | Spanish | 87303083105 | 0.0532282 | 0.0353 | | fr | Indo-European | French | 77419639775 | 0.0472023 | 0.0313 | | ja | Japonic | Japanese | 66054364513 | 0.040273 | 0.0269 | | it | Indo-European | Italian | 41930465338 | 0.0255648 | 0.0171 | | pt | Indo-European | Portuguese | 36586032444 | 0.0223063 | 0.0297 | | el | Indo-European | Greek (modern) | 28762166159 | 0.0175361 | 0.0233 | | ko | Koreanic | Korean | 20002244535 | 0.0121953 | 0.0811 | | fi | Uralic | Finnish | 16804309722 | 0.0102455 | 0.0681 | | id | Austronesian | Indonesian | 15423541953 | 0.00940365 | 0.0125 | | tr | Turkic | Turkish | 12413166065 | 0.00756824 | 0.0101 | | ar | Afro-Asiatic | Arabic | 12248607345 | 0.00746791 | 0.0099 | | vi | Austroasiatic | Vietnamese | 11199121869 | 0.00682804 | 0.0091 | | th | Tai–Kadai | Thai | 10842172807 | 0.00661041 | 0.044 | | bg | Indo-European | Bulgarian | 9703797869 | 0.00591635 | 0.0393 | | ca | Indo-European | Catalan | 7075834775 | 0.0043141 | 0.0287 | | hi | Indo-European | Hindi | 3448390110 | 0.00210246 | 0.014 | | et | Uralic | Estonian | 3286873851 | 0.00200399 | 0.0133 | | bn | Indo-European | Bengali, Bangla | 1627447450 | 0.000992245 | 0.0066 | | ta | Dravidian | Tamil | 1476973397 | 0.000900502 | 0.006 | | ur | Indo-European | Urdu | 1351891969 | 0.000824241 | 0.0055 | | sw | Niger–Congo | Swahili | 907516139 | 0.000553307 | 0.0037 | | te | Dravidian | Telugu | 689316485 | 0.000420272 | 0.0028 | | eu | Language isolate | Basque | 105304423 | 6.42035e-05 | 0.0043 | | my | Sino-Tibetan | Burmese | 101358331 | 6.17976e-05 | 0.003 | | ht | Creole | Haitian, Haitian Creole | 86584697 | 5.27902e-05 | 0.0035 | | qu | Quechuan | Quechua | 3236108 | 1.97304e-06 | 0.0001 | ## Model card For intended usage of the model, please refer to the [model card](https://github.com/pytorch/fairseq/blob/main/examples/xglm/model_card.md) released by the XGLM-2.9B development team. ## Example (COPA) The following snippet shows how to evaluate our models (GPT-3 style, zero-shot) on the Choice of Plausible Alternatives (COPA) task, using examples in English, Chinese and Hindi. ```python import torch import torch.nn.functional as F from transformers import XGLMTokenizer, XGLMForCausalLM tokenizer = XGLMTokenizer.from_pretrained("facebook/xglm-2.9B") model = XGLMForCausalLM.from_pretrained("facebook/xglm-2.9B") data_samples = { 'en': [ { "premise": "I wanted to conserve energy.", "choice1": "I swept the floor in the unoccupied room.", "choice2": "I shut off the light in the unoccupied room.", "question": "effect", "label": "1" }, { "premise": "The flame on the candle went out.", "choice1": "I blew on the wick.", "choice2": "I put a match to the wick.", "question": "cause", "label": "0" } ], 'zh': [ { "premise": "我想节约能源。", "choice1": "我在空着的房间里扫了地板。", "choice2": "我把空房间里的灯关了。", "question": "effect", "label": "1" }, { "premise": "蜡烛上的火焰熄灭了。", "choice1": "我吹灭了灯芯。", "choice2": "我把一根火柴放在灯芯上。", "question": "cause", "label": "0" } ], 'hi': [ { "premise": "M te vle konsève enèji.", "choice1": "Mwen te fin baleye chanm lib la.", "choice2": "Mwen te femen limyè nan chanm lib la.", "question": "effect", "label": "1" }, { "premise": "Flam bouji a te etenn.", "choice1": "Mwen te soufle bouji a.", "choice2": "Mwen te limen mèch bouji a.", "question": "cause", "label": "0" } ] } def get_logprobs(prompt): inputs = tokenizer(prompt, return_tensors="pt") input_ids, output_ids = inputs["input_ids"], inputs["input_ids"][:, 1:] outputs = model(**inputs, labels=input_ids) logits = outputs.logits logprobs = torch.gather(F.log_softmax(logits, dim=2), 2, output_ids.unsqueeze(2)) return logprobs # Zero-shot evaluation for the Choice of Plausible Alternatives (COPA) task. # A return value of 0 indicates that the first alternative is more plausible, # while 1 indicates that the second alternative is more plausible. def COPA_eval(prompt, alternative1, alternative2): lprob1 = get_logprobs(prompt + "\n" + alternative1).sum() lprob2 = get_logprobs(prompt + "\n" + alternative2).sum() return 0 if lprob1 > lprob2 else 1 for lang in data_samples_long: for idx, example in enumerate(data_samples_long[lang]): predict = COPA_eval(example["premise"], example["choice1"], example["choice2"]) print(f'{lang}-{idx}', predict, example['label']) # en-0 1 1 # en-1 0 0 # zh-0 1 1 # zh-1 0 0 # hi-0 1 1 # hi-1 0 0 ```
[ -0.010802754200994968, -0.01369545143097639, 0.00025324427406303585, 0.04641967639327049, 0.043556563556194305, 0.037586361169815063, 0.008087153546512127, -0.01203660387545824, -0.01979849860072136, 0.05356050282716751, 0.01581682078540325, -0.02239304780960083, 0.013292704708874226, 0.02173205278813839, -0.032320115715265274, -0.030866939574480057, -0.02052200399339199, -0.010540762916207314, -0.040861159563064575, -0.002439100993797183, 0.0007345469202846289, 0.004995089955627918, -0.011068299412727356, 0.03303828462958336, 0.008338079787790775, 0.04628216475248337, -0.03383147716522217, 0.03846018388867378, 0.03148424252867699, -0.05725511908531189, 0.016613204032182693, -0.012418304570019245, -0.03185616806149483, -0.033845607191324234, -0.022451451048254967, -0.02913651056587696, 0.001219831989146769, 0.008941641077399254, 0.031148891896009445, 0.06631418317556381, 0.0013620833633467555, -0.00048191810492426157, -0.008681674487888813, -0.0349116288125515, 0.03798234462738037, -0.008122892118990421, -0.039863429963588715, -0.007504387758672237, 0.022522639483213425, -0.029877053573727608, -0.04196157306432724, -0.0680740550160408, -0.03531684726476669, 0.0339653454720974, -0.01786138489842415, -0.05417799577116966, -0.06967362016439438, 0.018569834530353546, 0.06824714690446854, -0.06160186976194382, -0.0375027097761631, 0.007545498199760914, -0.06805317848920822, 0.028880754485726357, 0.02742910571396351, -0.026424065232276917, -0.0020983810536563396, -0.042971305549144745, 0.03806855529546738, -0.0012165941298007965, 0.060298625379800797, -0.024768883362412453, 0.007913351058959961, -0.07545763999223709, -0.003929227124899626, -0.019394561648368835, 0.03634418174624443, 0.04553874954581261, -0.04510974884033203, 0.05003752559423447, 0.04579479247331619, -0.004037715494632721, 0.016627119854092598, -0.02046368084847927, -0.018570905551314354, 0.04455358907580376, -0.04992929846048355, -0.0005477491649799049, 0.02141876518726349, 0.04372619464993477, -0.05323459580540657, -0.04785500839352608, 0.007254552561789751, -0.029244733974337578, -0.01374205481261015, 0.029852310195565224, 0.06187811493873596, -0.024667229503393173, 0.0497262068092823, 0.03332621976733208, 0.03780989348888397, 0.039727285504341125, -0.025744996964931488, 0.044716235250234604, -0.02410741150379181, 0.002255227416753769, -0.0186908021569252, -0.048193152993917465, -0.026383088901638985, 0.012616044841706753, 0.03734912350773811, -0.025634178891777992, -0.05215505510568619, 0.03803381696343422, -0.009796759113669395, -0.010946703143417835, 0.05709964781999588, -0.038763731718063354, -0.026389868929982185, -0.0659080371260643, 0.044046685099601746, -0.006203185301274061, 0.008291240781545639, 0.014338145032525063, -0.055092278867959976, 0.043095383793115616, -0.03627825155854225, -0.033443037420511246, 0.0021933356765657663, 0.019156768918037415, -0.010471359826624393, 0.020507510751485825, 0.04070837423205376, -0.032413631677627563, -0.012437147088348866, 0.0066926381550729275, -0.05927927792072296, 0.037676308304071426, 0.007472373079508543, 0.09337342530488968, -0.04728297144174576, -0.06746523082256317, 0.033870305866003036, 0.010797032155096531, -0.021329250186681747, 0.012715171091258526, 0.007869428023695946, -0.03714489936828613, -0.035325534641742706, -0.0014407264534384012, 0.028408875688910484, -0.05850459635257721, 0.004359429702162743, 0.06503478437662125, -0.022447479888796806, 0.04670447111129761, -0.04237363860011101, -0.010014534927904606, 0.014957244507968426, -0.00779419532045722, -0.010975922457873821, 0.04075407609343529, 0.011097929440438747, -0.016560658812522888, -0.058948006480932236, -0.05411318317055702, 0.01516155619174242, 0.0795111432671547, -0.007597334682941437, -0.015482674352824688, -0.0323728583753109, 0.03931973874568939, 0.045388415455818176, 0.025911688804626465, -0.02441403456032276, 0.04199187830090523, 0.049674153327941895, 0.023287491872906685, -0.03135117143392563, 0.07943452894687653, 0.04528672993183136, -0.03331553936004639, -0.03226304426789284, -0.00010904498776653782, 0.013932541944086552, -0.036706771701574326, 0.011103545315563679, 0.04128975793719292, 0.009500263258814812, -0.03528871387243271, 0.00870442669838667, 0.05604672059416771, -0.019439300522208214, 0.0024034359958022833, -0.004197399131953716, -0.019543815404176712, -0.024307535961270332, 0.05707931146025658, -0.005643924698233604, 0.00967685878276825, -0.03633315488696098, -0.03524467349052429, -0.0032365391962230206, 0.04848123714327812, 0.049982354044914246, 0.04145136475563049, -0.004973675590008497, 0.06485932320356369, -0.005200378596782684, 0.011005612090229988, -0.053156886249780655, -0.07597909867763519, -0.02096719853579998, 0.03681737557053566, 0.04500001668930054, 0.06363287568092346, -0.007742870599031448, -0.04968797042965889, 0.04555204510688782, 0.1082172617316246, 0.05944763496518135, 0.002196434885263443, -0.03771282359957695, 0.005831527058035135, 0.04011334106326103, 0.04373606666922569, -0.07300148159265518, -0.048378415405750275, 0.011211475357413292, 0.030727606266736984, -0.023230640217661858, 0.002261772518977523, -0.01566411182284355, 0.0258184764534235, -0.042472925037145615, -0.06123785302042961, 0.036541249603033066, 0.031453993171453476, 0.02099616639316082, 0.01779220439493656, -0.00025755431852303445, 0.023522794246673584, 0.012974263168871403, 0.014517128467559814, 0.014837812632322311, -0.039981305599212646, -0.009756124578416348, 0.010028986260294914, 0.03540540114045143, -0.060911137610673904, 0.02361540123820305, 0.007185648661106825, 0.016809985041618347, 0.046116337180137634, -0.037167444825172424, 0.036886442452669144, 0.04554623365402222, 0.00029951229225844145, -0.043835993856191635, 0.002935485215857625, 0.02191814035177231, 0.025657525286078453, 0.05839242413640022, -0.01625216379761696, 0.03676653653383255, 0.014078331179916859, 0.0430351197719574, 0.0868397206068039, 0.014708412811160088, 0.011503767222166061, 0.028555117547512054, 0.0872751921415329, 0.027108274400234222, -0.003968577831983566, 0.0640769898891449, -0.04029044508934021, 0.0007097591296769679, -0.024587640538811684, 0.005705081392079592, 0.012888618744909763, -0.00783280748873949, 0.055758122354745865, 0.014786197803914547, -0.023558055981993675, 0.0271233431994915, -0.009866242296993732, -0.031333569437265396, 0.06521826982498169, -0.019947275519371033, -0.024819383397698402, -0.012056090869009495, -0.028774112462997437, 0.025276867672801018, -0.05041719600558281, -0.05669831484556198, -0.008065011352300644, 0.0008635356207378209, -0.00008743177750147879, -0.0579928420484066, -0.007564707659184933, -0.052844416350126266, -0.012002518400549889, 0.02688256837427616, 0.007021819707006216, 0.01199780311435461, -0.01310332678258419, 0.030144689604640007, -0.03441514074802399, -0.011719884350895882, -0.04349619522690773, -0.06470346450805664, -0.02520172670483589, -0.0646878182888031, 0.0534338504076004, 0.015448200516402721, 0.03692705184221268, 0.029234329238533974, 0.03940146043896675, -0.0021958581637591124, -0.03197823837399483, 0.015000483021140099, 0.05081578716635704, -0.03631677106022835, -0.05723384767770767, 0.025230973958969116, -0.009859741665422916, 0.021117882803082466, -0.007642108015716076, -0.022989366203546524, 0.07049982994794846, 0.0588783361017704, 0.027298100292682648, 0.01575813814997673, -0.001430056057870388, -0.045109182596206665, -0.05923103913664818, -0.03389252722263336, -0.04784771054983139, 0.005079326685518026, -0.02264588512480259, -0.027808422222733498, -0.02397920936346054, -0.019509445875883102, 0.02109716273844242, -0.0024466931354254484, 0.008386563509702682, 0.03564408794045448, 0.046074267476797104, 0.04790602996945381, 0.040557388216257095, -0.03713139146566391, -0.029700659215450287, 0.09241872280836105, 0.009156592190265656, -0.007818978279829025, -0.04435919597744942, -0.022221766412258148, 0.0409303680062294, 0.019648797810077667, -0.007333509158343077, -0.021477775648236275, 0.07780411094427109, 0.01236529927700758, 0.0017985837766900659, -0.010430213063955307, -0.051548462361097336, -0.036709196865558624, 0.0272661242634058, 0.012596625834703445, -0.015993565320968628, -0.05120627209544182, -0.04328865557909012, 0.0005243060877546668, 0.07839902490377426, -0.05180509015917778, -0.03503525257110596, -0.011519044637680054, 0.03827522695064545, 0.03131529688835144, -0.02799317240715027, -0.046460241079330444, 0.02061345987021923, -0.0608363077044487, -0.02316492795944214, 0.0062612625770270824, 0.011925817467272282, 0.026383237913250923, 0.05078848823904991, 0.031443748623132706, -0.013874415308237076, 0.03606744110584259, 0.028439246118068695, 0.06531363725662231, 0.04111454635858536, -0.027403516694903374, 0.027151253074407578, -0.01700296252965927, 0.01840338297188282, 0.005268897395581007, -0.014366673305630684, -0.04052019491791725, -0.08043251186609268, -0.0003128885291516781, 0.008070319890975952, -0.009531954303383827, -0.018894730135798454, 0.06652772426605225, -0.010474012233316898, -0.0020093615166842937, -0.003541928017511964, 0.010087619535624981, 0.03398456797003746, -0.08928889781236649, 0.06022055819630623, -0.03006286546587944, 0.030611274763941765, -0.051196709275245667, 0.024364901706576347, -0.04590844362974167, -0.011989240534603596, -0.005283539183437824, 0.05619911476969719, 0.019430343061685562, 0.04966319352388382, 0.0656917616724968, 0.006883373949676752, -0.047956205904483795, 0.04311087355017662, 0.023686684668064117, -0.028251437470316887, -0.03229410946369171, 0.0015505484770983458, -0.012069822289049625, -0.011402481235563755, -0.03948105126619339, -0.007838384248316288, 0.03539977967739105, 0.0451296865940094, 0.025093570351600647, -0.013099090196192265, 0.021430881693959236, -0.008475217968225479, -0.024696189910173416, -0.05728661268949509, -0.04060707986354828, 0.020650124177336693, -0.030890971422195435, 0.004617383237928152, 0.0330517441034317, 0.0188889242708683, 0.030088789761066437, 0.03680704906582832, -0.04498438909649849, -0.04359990358352661, 0.016334854066371918, 0.02934756875038147, -0.0511808805167675, -0.0567588284611702, -0.03312904015183449, 0.049467846751213074, 0.02917397767305374, 0.00973241776227951, -0.0765354260802269, 0.008439208380877972, 0.037658922374248505, -0.030356910079717636, 0.044075965881347656, 0.006982961669564247, 0.026058349758386612, 0.05528976023197174, -0.018789365887641907, 0.007005931343883276, 0.009974580258131027, 0.012466492131352425, -0.02139313705265522, 0.02361253835260868, -0.02792075090110302, -0.03796509653329849, -0.059006962925195694, 0.016201412305235863, 0.026619279757142067, 0.011455809697508812, 0.03911758214235306, -0.021327631548047066, -0.06652873009443283, 0.018526259809732437, 0.04656738415360451, -0.04332905635237694, 0.007240502629429102, 0.034850113093853, 0.03385991230607033, -0.05082201957702637, -0.021852852776646614, -0.00034636034979484975, 0.007053874898701906, 0.007833575829863548, -0.005962606985121965, -0.03293992951512337, -0.01803641952574253, 0.032407570630311966, -0.03784184902906418, -0.03029388189315796, -0.09023062139749527, 0.02072787843644619, -0.03006596304476261, -0.008732262067496777, 0.057178691029548645, 0.039228733628988266, 0.04050801321864128, 0.035175155848264694, 0.03260226920247078, 0.032774344086647034, -0.047885388135910034, 0.039385464042425156, -0.009916447103023529, -0.022086823359131813, -0.014996697194874287, -0.03575314208865166, -0.013967983424663544, -0.03941618651151657, -0.03164597973227501, -0.04607316479086876, -0.00446536298841238, -0.001328736892901361, -0.02749333716928959, 0.004003738984465599, -0.04029515013098717, 0.04674925655126572, -0.017820928245782852, -0.026369133964180946, -0.034098755568265915, -0.02715080790221691, -0.06316102296113968, -0.0438564196228981, 0.021722089499235153, 0.0052514830604195595, 0.024359388276934624, 0.01563189923763275, -0.0002131184737663716, 0.025280257686972618, -0.000724564422853291, 0.00901163462549448, 0.04496167600154877, -0.002402740763500333, -0.015071837231516838, -0.023186905309557915, 0.0110281677916646, 0.009416931308805943, 0.04523063823580742, -0.04579329490661621, 0.056276191025972366, 0.03537479043006897, -0.025177093222737312, 0.009045728482306004, 0.024599352851510048, 0.021165933459997177, -0.07407931983470917, -0.06955545395612717, -0.01790666952729225, -0.04460434243083, 0.03171553835272789, -0.02526870183646679, -0.010282116010785103, 0.028221523389220238, 0.03519787639379501, 0.051711469888687134, 0.0034450311213731766, -0.03134181722998619, 0.026112375780940056, -0.013861509971320629, 0.015732889994978905, -0.07143542915582657, 0.04105738550424576, -0.046150993555784225, 0.0024604585487395525, -0.012364442460238934, 0.022454382851719856, -0.07290171086788177, 0.01770077832043171, -0.01221500989049673, -0.009636569768190384, -0.014302529394626617, 0.00001526407868368551, -0.04214758798480034, 0.041442714631557465, -0.05369066819548607, 0.004622363951057196, -0.056372448801994324, 0.05717756599187851, -0.042811039835214615, 0.0011855261400341988, -0.019590694457292557, 0.014251569285988808, -0.0278942808508873, -0.006418443284928799, 0.014938597567379475, -0.053450051695108414, 0.05596541240811348, 0.052277740091085434, 0.058236442506313324, 0.009865660220384598, -0.024217043071985245, 0.012769398279488087, 0.01686571165919304, -0.0396692231297493, -0.015500475652515888, -0.012191002257168293, 0.045740991830825806, -0.012674457393586636, 0.049324169754981995, 0.019057102501392365, -0.057678308337926865, -0.07455974817276001, 0.04720049351453781, 0.014191057533025742, 0.003114868188276887, 0.009442157112061977, 0.03224358335137367, 0.03310936689376831, 0.045610278844833374, -0.031997546553611755, -0.010652353055775166, -0.03280556946992874, -0.0326218344271183, 0.02021019533276558, 0.0189642496407032, -0.0016407168004661798, 0.03519323468208313, -0.05177394673228264, -0.01378971803933382, 0.07837073504924774, 0.008882855996489525, 0.013898453675210476, -0.010664801113307476, -0.043244656175374985, 0.05298399180173874, 0.0017050540773198009, -0.03444501385092735, 0.02584366500377655, -0.010201027616858482, -0.03440595045685768, 0.06509890407323837, -0.015295281074941158, 0.021499712020158768, 0.05954285338521004, 0.012864617630839348, -0.009105050005018711, 0.03481951728463173, -0.04090240225195885, 0.01604449562728405, 0.035589247941970825, -0.0523805171251297, -0.0013748203637078404, -0.021101253107190132, 0.07062558829784393, -0.06291929632425308, 0.04815715551376343, 0.04815506935119629, -0.016893550753593445, 0.011707128025591373, -0.027234353125095367, -0.026984354481101036, 0.01771296001970768, -0.018832508474588394, 0.08729203045368195, 0.006227944977581501, -0.05337212607264519, 0.06081745773553848, 0.026540016755461693, -0.06891311705112457, 0.05989855155348778, 0.0410057008266449, 0.016439441591501236, 0.028477169573307037, 0.019552621990442276, -0.04567180946469307, 0.03071681410074234, -0.030794702470302582, 0.0224685650318861, -0.03427291661500931, -0.02838968113064766, 0.023181067779660225, -0.06481347978115082, -0.010619204491376877, 0.03690044954419136, -0.030475810170173645, -0.013271850533783436, 0.030865171924233437, -0.059984561055898666, -0.05399593338370323, 0.02485944889485836, 0.024882834404706955, -0.023731131106615067, -0.014438989572227001, -0.03255406767129898, 0.03539029881358147, 0.022702323272824287, 0.009091967716813087, -0.02276363968849182, -0.016456425189971924, 0.029821429401636124, -0.06845083832740784, -0.041279204189777374, 0.051102783530950546, 0.014786799438297749, -0.0227242149412632, 0.03613008186221123, -0.010048096999526024, 0.009543200023472309, 0.043780602514743805, -0.030532028526067734, 0.01249711774289608, -0.05362877622246742, -0.009956948459148407, 0.03660981357097626, 0.008152780123054981, 0.004958237521350384, -0.005462669767439365, 0.04405658692121506, 0.01383105106651783, 0.026307187974452972, 0.015120899304747581, -0.04911382868885994, -0.006614713929593563, 0.03435088321566582, -0.026678510010242462, 0.012111389078199863, 0.017126724123954773, -0.058300912380218506, -0.04314392805099487, -0.014536050148308277, 0.01056720595806837, 0.04379090666770935, -0.039131734520196915, -0.021298574283719063, 0.029861368238925934, -0.0058607542887330055, -0.05509652569890022, -0.07802097499370575, -0.035040974617004395, -0.04711867868900299, 0.03363792225718498, 0.03157868981361389, -0.04484780877828598, 0.021205754950642586, -0.03729093447327614, -0.07642657309770584, 0.0219789519906044, 0.028158364817500114, -0.014608373865485191, 0.05079903453588486, 0.051548801362514496, -0.07263519614934921, -0.004394210875034332, 0.03368384391069412, -0.031135808676481247, 0.040825970470905304, 0.026841141283512115, -0.012268394231796265, 0.0456690639257431, 0.037137165665626526, -0.00843066442757845, -0.014389040879905224, -0.052039165049791336, -0.04000633582472801, -0.038036245852708817, 0.00007079359784256667, 0.0651426613330841 ]
AnonymousSub/rule_based_roberta_bert_triplet_epochs_1_shard_1_wikiqa_copy
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
2
null
--- language: - multilingual - en - ru - zh - de - es - fr - ja - it - pt - el - ko - fi - id - tr - ar - vi - th - bg - ca - hi - et - bn - ta - ur - sw - te - eu - my - ht - qu license: mit thumbnail: https://huggingface.co/front/thumbnails/facebook.png inference: false --- # XGLM-4.5B XGLM-4.5B is a multilingual autoregressive language model (with 4.5 billion parameters) trained on a balanced corpus of a diverse set of 134 languages. It was introduced in the paper [Few-shot Learning with Multilingual Language Models](https://arxiv.org/abs/2112.10668) by Xi Victoria Lin\*, Todor Mihaylov, Mikel Artetxe, Tianlu Wang, Shuohui Chen, Daniel Simig, Myle Ott, Naman Goyal, Shruti Bhosale, Jingfei Du, Ramakanth Pasunuru, Sam Shleifer, Punit Singh Koura, Vishrav Chaudhary, Brian O'Horo, Jeff Wang, Luke Zettlemoyer, Zornitsa Kozareva, Mona Diab, Veselin Stoyanov, Xian Li\* (\*Equal Contribution). The original implementation was released in [this repository](https://github.com/pytorch/fairseq/tree/main/examples/xglm). ## Model card For intended usage of the model, please refer to the [model card](https://github.com/pytorch/fairseq/blob/main/examples/xglm/model_card.md) released by the XGLM-4.5B development team. ## Example (COPA) The following snippet shows how to evaluate our models (GPT-3 style, zero-shot) on the Choice of Plausible Alternatives (COPA) task, using examples in English, Chinese and Hindi. ```python import torch import torch.nn.functional as F from transformers import XGLMTokenizer, XGLMForCausalLM tokenizer = XGLMTokenizer.from_pretrained("facebook/xglm-4.5B") model = XGLMForCausalLM.from_pretrained("facebook/xglm-4.5B") data_samples = { 'en': [ { "premise": "I wanted to conserve energy.", "choice1": "I swept the floor in the unoccupied room.", "choice2": "I shut off the light in the unoccupied room.", "question": "effect", "label": "1" }, { "premise": "The flame on the candle went out.", "choice1": "I blew on the wick.", "choice2": "I put a match to the wick.", "question": "cause", "label": "0" } ], 'zh': [ { "premise": "我想节约能源。", "choice1": "我在空着的房间里扫了地板。", "choice2": "我把空房间里的灯关了。", "question": "effect", "label": "1" }, { "premise": "蜡烛上的火焰熄灭了。", "choice1": "我吹灭了灯芯。", "choice2": "我把一根火柴放在灯芯上。", "question": "cause", "label": "0" } ], 'hi': [ { "premise": "M te vle konsève enèji.", "choice1": "Mwen te fin baleye chanm lib la.", "choice2": "Mwen te femen limyè nan chanm lib la.", "question": "effect", "label": "1" }, { "premise": "Flam bouji a te etenn.", "choice1": "Mwen te soufle bouji a.", "choice2": "Mwen te limen mèch bouji a.", "question": "cause", "label": "0" } ] } def get_logprobs(prompt): inputs = tokenizer(prompt, return_tensors="pt") input_ids, output_ids = inputs["input_ids"], inputs["input_ids"][:, 1:] outputs = model(**inputs, labels=input_ids) logits = outputs.logits logprobs = torch.gather(F.log_softmax(logits, dim=2), 2, output_ids.unsqueeze(2)) return logprobs # Zero-shot evaluation for the Choice of Plausible Alternatives (COPA) task. # A return value of 0 indicates that the first alternative is more plausible, # while 1 indicates that the second alternative is more plausible. def COPA_eval(prompt, alternative1, alternative2): lprob1 = get_logprobs(prompt + "\n" + alternative1).sum() lprob2 = get_logprobs(prompt + "\n" + alternative2).sum() return 0 if lprob1 > lprob2 else 1 for lang in data_samples_long: for idx, example in enumerate(data_samples_long[lang]): predict = COPA_eval(example["premise"], example["choice1"], example["choice2"]) print(f'{lang}-{idx}', predict, example['label']) # en-0 1 1 # en-1 0 0 # zh-0 1 1 # zh-1 0 0 # hi-0 1 1 # hi-1 0 0 ```
[ -0.010723155923187733, -0.00915044266730547, -0.0006580185145139694, 0.0440998412668705, 0.032745711505413055, 0.03796032443642616, 0.010556775145232677, -0.015781080350279808, -0.02231913059949875, 0.04955795779824257, 0.007262746803462505, -0.025398684665560722, 0.018426263704895973, 0.02022573910653591, -0.03959472477436066, -0.028266558423638344, -0.019325658679008484, -0.010861232876777649, -0.038204338401556015, -0.0014173035742715001, 0.004512081388384104, 0.008680525235831738, -0.011628111824393272, 0.029187984764575958, 0.004988288041204214, 0.0423007532954216, -0.03906736150383949, 0.03883285075426102, 0.023974625393748283, -0.06804084777832031, 0.017041850835084915, -0.027673980221152306, -0.04364289343357086, -0.033533304929733276, -0.017278218641877174, -0.019225211814045906, -0.006377167534083128, 0.016273386776447296, 0.03514765202999115, 0.06334321945905685, 0.001959659857675433, -0.00035867688711732626, -0.020411428064107895, -0.02784459851682186, 0.040164873003959656, -0.00526692857965827, -0.04839290305972099, -0.012941666878759861, 0.03071892447769642, -0.026302341371774673, -0.04582306742668152, -0.06180115416646004, -0.03032492659986019, 0.034818265587091446, -0.014884313568472862, -0.047761958092451096, -0.06805135309696198, 0.025248361751437187, 0.06669007986783981, -0.058032065629959106, -0.032676734030246735, 0.009579243138432503, -0.0736297219991684, 0.02184366248548031, 0.030959974974393845, -0.032951470464468, -0.00024769926676526666, -0.04691262170672417, 0.042020514607429504, 0.004490305203944445, 0.055572014302015305, -0.02531854808330536, 0.013566376641392708, -0.07706230133771896, -0.0007796459249220788, -0.017701471224427223, 0.03578300401568413, 0.04544108733534813, -0.05028661713004112, 0.04650267958641052, 0.03452590852975845, 0.005463518667966127, 0.016396544873714447, -0.030057746917009354, -0.016649210825562477, 0.04539100453257561, -0.04806676506996155, 0.0004181901749689132, 0.02716013789176941, 0.025748228654265404, -0.04344742372632027, -0.04352755844593048, -0.0027615888975560665, -0.03179548308253288, -0.01416296698153019, 0.030945973470807076, 0.06232386454939842, -0.02936025708913803, 0.05898120999336243, 0.03333855792880058, 0.03924700990319252, 0.03639211505651474, -0.019285349175333977, 0.04999415948987007, -0.032515499740839005, -0.0013693495420739055, -0.022298987954854965, -0.041166387498378754, -0.020662836730480194, 0.012760594487190247, 0.03625112026929855, -0.024265309795737267, -0.04952198266983032, 0.04656710475683212, -0.013037162832915783, -0.004066568799316883, 0.06342542916536331, -0.04171179234981537, -0.025672197341918945, -0.06503357738256454, 0.04158267751336098, -0.003453880548477173, 0.005994891282171011, 0.01938014104962349, -0.055599793791770935, 0.04708227142691612, -0.024655746296048164, -0.03903196007013321, 0.0032915968913584948, 0.011338377371430397, -0.008125894702970982, 0.02023867331445217, 0.03460908681154251, -0.043805062770843506, -0.00962380226701498, -0.0011275336146354675, -0.050835393369197845, 0.027569705620408058, -0.002850540913641453, 0.10575681179761887, -0.04434683173894882, -0.06245644390583038, 0.029636574909090996, 0.01669066771864891, -0.028720106929540634, 0.0006246258271858096, 0.011608327738940716, -0.03130751848220825, -0.028236284852027893, 0.0037706673610955477, 0.02844768390059471, -0.059614118188619614, 0.0027581434696912766, 0.06261231005191803, -0.012562161311507225, 0.04073980823159218, -0.04997570440173149, -0.01442004181444645, 0.0070543973706662655, -0.00044463237281888723, -0.014437771402299404, 0.03486057370901108, -0.0010377302533015609, -0.012190880253911018, -0.05194665491580963, -0.06330998986959457, 0.008734418079257011, 0.07338229566812515, -0.018933968618512154, -0.015932833775877953, -0.03546026721596718, 0.04041408747434616, 0.04682968556880951, 0.016695694997906685, -0.028990745544433594, 0.047040075063705444, 0.054538361728191376, 0.023977484554052353, -0.029074776917696, 0.0748545378446579, 0.035371072590351105, -0.04094301164150238, -0.04050629213452339, 0.006646347232162952, 0.016912082210183144, -0.041669681668281555, 0.016509030014276505, 0.049856770783662796, 0.0030066617764532566, -0.03874192014336586, 0.001795468502677977, 0.06246139481663704, -0.007978248409926891, 0.00487118773162365, -0.0071678487583994865, -0.013549573719501495, -0.030262572690844536, 0.0500817634165287, -0.01019634772092104, 0.011340251192450523, -0.036141857504844666, -0.03928304463624954, 0.0010917817708104849, 0.049674537032842636, 0.036126572638750076, 0.05840323120355606, -0.0005240912432782352, 0.06379774957895279, -0.010699382983148098, 0.017398372292518616, -0.05166558921337128, -0.06652415543794632, -0.020286180078983307, 0.04158703610301018, 0.04802800342440605, 0.06663084030151367, -0.0106717050075531, -0.055859025567770004, 0.04567373916506767, 0.1087426245212555, 0.05461258441209793, -0.0011235213605687022, -0.0249297097325325, 0.007653942331671715, 0.04505935311317444, 0.04074222594499588, -0.07274167984724045, -0.039771001785993576, 0.007142101414501667, 0.026894468814134598, -0.020428765565156937, -0.010936791077256203, -0.016130497679114342, 0.03810756281018257, -0.03454287350177765, -0.05867695435881615, 0.0360715389251709, 0.04282395541667938, 0.0230052899569273, 0.02223079837858677, 0.010533272288739681, 0.023524418473243713, 0.015255305916070938, 0.022269828245043755, 0.008035829290747643, -0.03493720665574074, -0.0157636571675539, 0.00703805685043335, 0.03704874962568283, -0.06696669012308121, 0.0272997934371233, 0.0007576767820864916, 0.01682429574429989, 0.04032200574874878, -0.04353482648730278, 0.04156317189335823, 0.051161881536245346, 0.009021562524139881, -0.048963163048028946, -0.005708361975848675, 0.027251187711954117, 0.02457311749458313, 0.06303294003009796, -0.015507894568145275, 0.036564067006111145, 0.012755582109093666, 0.04455118998885155, 0.07934369891881943, 0.02154390886425972, 0.010519592091441154, 0.011451234109699726, 0.0927492082118988, 0.019115418195724487, -0.006550595164299011, 0.0625988021492958, -0.04656059294939041, 0.007121934089809656, -0.029877040535211563, 0.002442654687911272, 0.0036457781679928303, -0.005246481392532587, 0.056962672621011734, 0.01111595705151558, -0.027598844841122627, 0.02214333601295948, -0.008058788254857063, -0.02566711977124214, 0.07244805991649628, -0.02472783997654915, -0.016683492809534073, -0.01923791505396366, -0.01612468622624874, 0.02663426846265793, -0.050211917608976364, -0.056639738380908966, -0.005163699388504028, -0.008733727037906647, -0.0017619080608710647, -0.06902241706848145, -0.0020830805879086256, -0.0543212816119194, -0.011613480746746063, 0.02290492132306099, 0.01566372439265251, 0.012550173327326775, -0.025936011224985123, 0.02404947765171528, -0.0422871895134449, -0.025397730991244316, -0.04069385677576065, -0.05236268788576126, -0.028796331956982613, -0.05882231891155243, 0.0514904223382473, 0.022322800010442734, 0.03753681108355522, 0.02033635601401329, 0.04123320057988167, 0.003653958672657609, -0.02286037988960743, 0.01896858401596546, 0.0515865832567215, -0.03160614147782326, -0.049003712832927704, 0.022444387897849083, -0.011177816428244114, 0.034909456968307495, -0.015298071317374706, -0.02817227505147457, 0.07535155117511749, 0.05276252701878548, 0.019392764195799828, 0.013087204657495022, -0.0040911901742219925, -0.045172419399023056, -0.06169501319527626, -0.027572790160775185, -0.05183809995651245, 0.007652577944099903, -0.020310720428824425, -0.027223773300647736, -0.03028862178325653, -0.028309820219874382, 0.015803137794137, -0.001322867115959525, 0.006617771927267313, 0.03919201344251633, 0.042225852608680725, 0.04069574549794197, 0.04301910474896431, -0.02701450139284134, -0.0293206088244915, 0.09592880308628082, 0.009529508650302887, 0.00012867175973951817, -0.04896051809191704, -0.026113351806998253, 0.04292114078998566, 0.027425222098827362, -0.007485313806682825, -0.02904525399208069, 0.07943010330200195, 0.011457480490207672, 0.0032575579825788736, -0.003603463526815176, -0.03886256739497185, -0.04583638906478882, 0.0243585966527462, 0.015693753957748413, -0.020197110250592232, -0.0509910024702549, -0.0418604351580143, 0.006655232049524784, 0.07647806406021118, -0.0471193864941597, -0.040720731019973755, -0.017227163538336754, 0.035253699868917465, 0.03131044656038284, -0.02743561379611492, -0.04483272135257721, 0.02191777527332306, -0.05985521525144577, -0.024821177124977112, 0.015227093361318111, 0.010655274614691734, 0.025692377239465714, 0.04615924507379532, 0.031879160553216934, -0.025644289329648018, 0.028679152950644493, 0.027673430740833282, 0.059709906578063965, 0.03641727194190025, -0.03452746197581291, 0.02724912017583847, -0.02342843823134899, 0.02145032398402691, 0.0026184506714344025, -0.011296860873699188, -0.039081815630197525, -0.07791393250226974, 0.0018758813384920359, 0.009409384801983833, -0.015435642562806606, -0.01981038600206375, 0.07051384449005127, -0.022742394357919693, -0.0004714182869065553, -0.0034576887264847755, 0.01355026476085186, 0.03401634469628334, -0.09031128883361816, 0.05902407690882683, -0.030131427571177483, 0.030843161046504974, -0.0510299950838089, 0.03420931100845337, -0.05007429048418999, -0.01989556849002838, -0.004109038505703211, 0.054689280688762665, 0.012495000846683979, 0.06112246587872505, 0.06952079385519028, 0.020537681877613068, -0.04628019034862518, 0.036536507308483124, 0.030687132850289345, -0.028351403772830963, -0.039444878697395325, -0.00100077991373837, -0.01564590260386467, -0.003824857762083411, -0.0369691364467144, -0.004449034109711647, 0.0358794741332531, 0.034300923347473145, 0.013811996206641197, -0.004498640075325966, 0.01650751382112503, -0.014900757931172848, -0.02265757881104946, -0.05461941286921501, -0.026741178706288338, 0.020107755437493324, -0.02223469316959381, 0.015230967663228512, 0.026494504883885384, 0.010568746365606785, 0.028012268245220184, 0.027757680043578148, -0.04493486508727074, -0.025247391313314438, 0.015725694596767426, 0.02903413586318493, -0.044809579849243164, -0.05154246836900711, -0.024673081934452057, 0.041060954332351685, 0.03422923758625984, 0.011904984712600708, -0.07102587074041367, 0.007734524551779032, 0.040372252464294434, -0.0289559755474329, 0.03352421522140503, 0.005106023978441954, 0.033817972987890244, 0.06477225571870804, -0.02692681923508644, 0.013755434192717075, 0.0017362763173878193, 0.017525989562273026, -0.025871116667985916, 0.003962010145187378, -0.029626695439219475, -0.038115352392196655, -0.06445290148258209, 0.014918439090251923, 0.024207113310694695, 0.007586450781673193, 0.04112987220287323, -0.019410761073231697, -0.06062540039420128, 0.01914868876338005, 0.04206887632608414, -0.0429658517241478, 0.004015941172838211, 0.03549244999885559, 0.03938765451312065, -0.04982451722025871, -0.02953270822763443, 0.0028953957371413708, 0.007760291453450918, 0.0044066389091312885, -0.008786053396761417, -0.041228171437978745, -0.011602146551012993, 0.042908888310194016, -0.035738587379455566, -0.03265299275517464, -0.09226731210947037, 0.023594727739691734, -0.02917870320379734, -0.0111575061455369, 0.0550762303173542, 0.037161685526371, 0.026106644421815872, 0.048684943467378616, 0.030401840806007385, 0.03159947320818901, -0.04255885258316994, 0.0471038892865181, -0.016374152153730392, -0.016040245071053505, -0.01893697865307331, -0.039734069257974625, -0.014670656993985176, -0.039812661707401276, -0.027228789404034615, -0.04222637042403221, -0.0031089242547750473, 0.00020491275063250214, -0.02292637899518013, -0.0008854183251969516, -0.042761918157339096, 0.04350026696920395, -0.020046193152666092, -0.021153191104531288, -0.02901429496705532, -0.03656003624200821, -0.06771418452262878, -0.057094115763902664, 0.030161025002598763, 0.004795116372406483, 0.027206452563405037, 0.02497040294110775, 0.004821344744414091, 0.026489950716495514, 0.005284574814140797, 0.005583405960351229, 0.045033782720565796, -0.00917778816074133, -0.022527355700731277, -0.026205863803625107, 0.007299373857676983, 0.00722922058776021, 0.04272271320223808, -0.04558738321065903, 0.056922879070043564, 0.03191303461790085, -0.015944624319672585, 0.0044686864130198956, 0.04136226326227188, 0.028327059000730515, -0.07693059742450714, -0.06486774981021881, -0.009976462461054325, -0.05043095350265503, 0.036651819944381714, -0.03150128573179245, -0.01720091886818409, 0.03308602049946785, 0.03236595541238785, 0.046813275665044785, -0.0022963520605117083, -0.03837766870856285, 0.02737443894147873, -0.01651361584663391, 0.013749770820140839, -0.07483242452144623, 0.030734175816178322, -0.056234873831272125, 0.006462092511355877, -0.0174714345484972, 0.01929505728185177, -0.07164131850004196, 0.02263074554502964, -0.012443579733371735, -0.022062096744775772, -0.012517544440925121, 0.0025020323228091, -0.035311710089445114, 0.039422642439603806, -0.06055164337158203, 0.0048628090880811214, -0.04604034125804901, 0.06736050546169281, -0.03382188826799393, 0.002876416314393282, -0.0285280030220747, 0.009055226109921932, -0.035238806158304214, 0.009222960099577904, 0.01039982121437788, -0.046886686235666275, 0.051675066351890564, 0.037598226219415665, 0.0630849078297615, 0.01745891571044922, -0.013155546970665455, 0.006907099857926369, 0.013653628528118134, -0.046189047396183014, -0.013371636159718037, -0.00618665711954236, 0.03842655569314957, -0.0023915916681289673, 0.049924056977033615, 0.013704488053917885, -0.06555288285017014, -0.07476618140935898, 0.04719392582774162, 0.010777927003800869, -0.0016114922473207116, 0.011362272314727306, 0.027319040149450302, 0.036218155175447464, 0.041965581476688385, -0.02879958413541317, -0.0020023395773023367, -0.03487998619675636, -0.03682011738419533, 0.02153925783932209, 0.024018706753849983, -0.005264793988317251, 0.03285706043243408, -0.044133562594652176, -0.015282479114830494, 0.07874318212270737, 0.011454288847744465, 0.012759058736264706, -0.013502739369869232, -0.04061518609523773, 0.058982159942388535, 0.0029485574923455715, -0.03369852155447006, 0.023387625813484192, -0.011029453948140144, -0.023795653134584427, 0.061344943940639496, -0.004377556033432484, 0.025595033541321754, 0.06501118093729019, 0.017135556787252426, -0.013929725624620914, 0.039737291634082794, -0.033857982605695724, 0.02038169652223587, 0.04334189370274544, -0.0611734464764595, -0.012495641596615314, -0.02220066264271736, 0.07290385663509369, -0.054794423282146454, 0.037796128541231155, 0.04890824854373932, -0.011988425627350807, 0.01785583235323429, -0.02823818288743496, -0.03652191534638405, 0.021343078464269638, -0.024641642346978188, 0.08695095777511597, 0.00800248421728611, -0.04880181699991226, 0.06557582318782806, 0.022378435358405113, -0.0766846239566803, 0.05477749928832054, 0.04014128819108009, 0.01623499020934105, 0.026537498459219933, 0.009477942250669003, -0.04589153081178665, 0.020768890157341957, -0.019525716081261635, 0.02928074263036251, -0.03174026310443878, -0.029504386708140373, 0.01656264066696167, -0.0629844069480896, -0.012389899231493473, 0.0422217957675457, -0.02441992051899433, -0.022678816691040993, 0.03835282474756241, -0.053301095962524414, -0.05428069457411766, 0.020494868978857994, 0.015542825683951378, -0.020828047767281532, -0.015615970827639103, -0.033512622117996216, 0.04760243371129036, 0.02700999192893505, 0.002926167566329241, -0.024456627666950226, -0.01688792183995247, 0.026744026690721512, -0.0653720572590828, -0.04119788855314255, 0.05363098531961441, 0.011542683467268944, -0.019314222037792206, 0.035379502922296524, -0.013356982730329037, 0.0009992615086957812, 0.04541895538568497, -0.02560099959373474, 0.012824026867747307, -0.05567748844623566, -0.004832117352634668, 0.036977652460336685, -0.00728621706366539, 0.003626244841143489, -0.0072865914553403854, 0.04320700094103813, 0.030768007040023804, 0.027997257187962532, 0.009862260892987251, -0.03873996064066887, -0.011174560524523258, 0.03079628013074398, -0.023947231471538544, 0.020039482042193413, 0.01888440176844597, -0.05721170827746391, -0.04762217402458191, -0.009571152739226818, 0.002131813671439886, 0.037955496460199356, -0.039870839565992355, -0.017018280923366547, 0.016408482566475868, -0.01938597671687603, -0.05369186773896217, -0.07796263694763184, -0.033619605004787445, -0.05586514249444008, 0.02954975701868534, 0.025007052347064018, -0.04914737865328789, 0.024597980082035065, -0.03784589841961861, -0.06119987741112709, 0.014343111775815487, 0.02644200809299946, -0.0058530536480247974, 0.04389466345310211, 0.052152566611766815, -0.062490422278642654, -0.006027542054653168, 0.03640280291438103, -0.02427748776972294, 0.03465477377176285, 0.03745522350072861, -0.014021283946931362, 0.03602408617734909, 0.02838854491710663, -0.014248378574848175, -0.005771824158728123, -0.054335806518793106, -0.040969494730234146, -0.042839229106903076, 0.006569258868694305, 0.06371042132377625 ]
AnonymousSub/rule_based_roberta_hier_quadruplet_0.1_epochs_1_shard_1
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
6
null
--- language: - multilingual - en - ru - zh - de - es - fr - ja - it - pt - el - ko - fi - id - tr - ar - vi - th - bg - ca - hi - et - bn - ta - ur - sw - te - eu - my - ht - qu license: mit thumbnail: https://huggingface.co/front/thumbnails/facebook.png inference: false --- # XGLM-564M XGLM-564M is a multilingual autoregressive language model (with 564 million parameters) trained on a balanced corpus of a diverse set of 30 languages totaling 500 billion sub-tokens. It was introduced in the paper [Few-shot Learning with Multilingual Language Models](https://arxiv.org/abs/2112.10668) by Xi Victoria Lin\*, Todor Mihaylov, Mikel Artetxe, Tianlu Wang, Shuohui Chen, Daniel Simig, Myle Ott, Naman Goyal, Shruti Bhosale, Jingfei Du, Ramakanth Pasunuru, Sam Shleifer, Punit Singh Koura, Vishrav Chaudhary, Brian O'Horo, Jeff Wang, Luke Zettlemoyer, Zornitsa Kozareva, Mona Diab, Veselin Stoyanov, Xian Li\* (\*Equal Contribution). The original implementation was released in [this repository](https://github.com/pytorch/fairseq/tree/main/examples/xglm). ## Training Data Statistics The training data statistics of XGLM-564M is shown in the table below. | ISO-639-1| family | name | # tokens | ratio | ratio w/ lowRes upsampling | |:--------|:-----------------|:------------------------|-------------:|------------:|-------------:| | en | Indo-European | English | 803526736124 | 0.489906 | 0.3259 | | ru | Indo-European | Russian | 147791898098 | 0.0901079 | 0.0602 | | zh | Sino-Tibetan | Chinese | 132770494630 | 0.0809494 | 0.0483 | | de | Indo-European | German | 89223707856 | 0.0543992 | 0.0363 | | es | Indo-European | Spanish | 87303083105 | 0.0532282 | 0.0353 | | fr | Indo-European | French | 77419639775 | 0.0472023 | 0.0313 | | ja | Japonic | Japanese | 66054364513 | 0.040273 | 0.0269 | | it | Indo-European | Italian | 41930465338 | 0.0255648 | 0.0171 | | pt | Indo-European | Portuguese | 36586032444 | 0.0223063 | 0.0297 | | el | Indo-European | Greek (modern) | 28762166159 | 0.0175361 | 0.0233 | | ko | Koreanic | Korean | 20002244535 | 0.0121953 | 0.0811 | | fi | Uralic | Finnish | 16804309722 | 0.0102455 | 0.0681 | | id | Austronesian | Indonesian | 15423541953 | 0.00940365 | 0.0125 | | tr | Turkic | Turkish | 12413166065 | 0.00756824 | 0.0101 | | ar | Afro-Asiatic | Arabic | 12248607345 | 0.00746791 | 0.0099 | | vi | Austroasiatic | Vietnamese | 11199121869 | 0.00682804 | 0.0091 | | th | Tai–Kadai | Thai | 10842172807 | 0.00661041 | 0.044 | | bg | Indo-European | Bulgarian | 9703797869 | 0.00591635 | 0.0393 | | ca | Indo-European | Catalan | 7075834775 | 0.0043141 | 0.0287 | | hi | Indo-European | Hindi | 3448390110 | 0.00210246 | 0.014 | | et | Uralic | Estonian | 3286873851 | 0.00200399 | 0.0133 | | bn | Indo-European | Bengali, Bangla | 1627447450 | 0.000992245 | 0.0066 | | ta | Dravidian | Tamil | 1476973397 | 0.000900502 | 0.006 | | ur | Indo-European | Urdu | 1351891969 | 0.000824241 | 0.0055 | | sw | Niger–Congo | Swahili | 907516139 | 0.000553307 | 0.0037 | | te | Dravidian | Telugu | 689316485 | 0.000420272 | 0.0028 | | eu | Language isolate | Basque | 105304423 | 6.42035e-05 | 0.0043 | | my | Sino-Tibetan | Burmese | 101358331 | 6.17976e-05 | 0.003 | | ht | Creole | Haitian, Haitian Creole | 86584697 | 5.27902e-05 | 0.0035 | | qu | Quechuan | Quechua | 3236108 | 1.97304e-06 | 0.0001 | ## Model card For intended usage of the model, please refer to the [model card](https://github.com/pytorch/fairseq/blob/main/examples/xglm/model_card.md) released by the XGLM-564M development team. ## Example (COPA) The following snippet shows how to evaluate our models (GPT-3 style, zero-shot) on the Choice of Plausible Alternatives (COPA) task, using examples in English, Chinese and Hindi. ```python import torch import torch.nn.functional as F from transformers import XGLMTokenizer, XGLMForCausalLM tokenizer = XGLMTokenizer.from_pretrained("facebook/xglm-564M") model = XGLMForCausalLM.from_pretrained("facebook/xglm-564M") data_samples = { 'en': [ { "premise": "I wanted to conserve energy.", "choice1": "I swept the floor in the unoccupied room.", "choice2": "I shut off the light in the unoccupied room.", "question": "effect", "label": "1" }, { "premise": "The flame on the candle went out.", "choice1": "I blew on the wick.", "choice2": "I put a match to the wick.", "question": "cause", "label": "0" } ], 'zh': [ { "premise": "我想节约能源。", "choice1": "我在空着的房间里扫了地板。", "choice2": "我把空房间里的灯关了。", "question": "effect", "label": "1" }, { "premise": "蜡烛上的火焰熄灭了。", "choice1": "我吹灭了灯芯。", "choice2": "我把一根火柴放在灯芯上。", "question": "cause", "label": "0" } ], 'hi': [ { "premise": "M te vle konsève enèji.", "choice1": "Mwen te fin baleye chanm lib la.", "choice2": "Mwen te femen limyè nan chanm lib la.", "question": "effect", "label": "1" }, { "premise": "Flam bouji a te etenn.", "choice1": "Mwen te soufle bouji a.", "choice2": "Mwen te limen mèch bouji a.", "question": "cause", "label": "0" } ] } def get_logprobs(prompt): inputs = tokenizer(prompt, return_tensors="pt") input_ids, output_ids = inputs["input_ids"], inputs["input_ids"][:, 1:] outputs = model(**inputs, labels=input_ids) logits = outputs.logits logprobs = torch.gather(F.log_softmax(logits, dim=2), 2, output_ids.unsqueeze(2)) return logprobs # Zero-shot evaluation for the Choice of Plausible Alternatives (COPA) task. # A return value of 0 indicates that the first alternative is more plausible, # while 1 indicates that the second alternative is more plausible. def COPA_eval(prompt, alternative1, alternative2): lprob1 = get_logprobs(prompt + "\n" + alternative1).sum() lprob2 = get_logprobs(prompt + "\n" + alternative2).sum() return 0 if lprob1 > lprob2 else 1 for lang in data_samples_long: for idx, example in enumerate(data_samples_long[lang]): predict = COPA_eval(example["premise"], example["choice1"], example["choice2"]) print(f'{lang}-{idx}', predict, example['label']) # en-0 1 1 # en-1 0 0 # zh-0 1 1 # zh-1 0 0 # hi-0 1 1 # hi-1 0 0 ```
[ -0.010809785686433315, -0.013611842878162861, -0.0016551148146390915, 0.04651422053575516, 0.0442105196416378, 0.03593039512634277, 0.005470598116517067, -0.011621166951954365, -0.018413322046399117, 0.05427531898021698, 0.017217649146914482, -0.024253960698843002, 0.01345201674848795, 0.02307567372918129, -0.03296392410993576, -0.03220978379249573, -0.017921851947903633, -0.010312598198652267, -0.039960943162441254, -0.0008607864729128778, 0.0021355650387704372, 0.006399819627404213, -0.011800520122051239, 0.03082261048257351, 0.009884070605039597, 0.0433369018137455, -0.03007909283041954, 0.0380738340318203, 0.03303655609488487, -0.05737368389964104, 0.019496388733386993, -0.012739958241581917, -0.0334479920566082, -0.034936483949422836, -0.020344477146863937, -0.02786146104335785, 0.0015958885196596384, 0.006701964419335127, 0.028492579236626625, 0.06925927102565765, 0.002099290257319808, -0.0020300087053328753, -0.006607426796108484, -0.03663785010576248, 0.03549064323306084, -0.009576935321092606, -0.039014797657728195, -0.006083292420953512, 0.025173164904117584, -0.030126189813017845, -0.0457710437476635, -0.07099869847297668, -0.03729972243309021, 0.03234643489122391, -0.016804348677396774, -0.0574130043387413, -0.07206548005342484, 0.01853656955063343, 0.06724122166633606, -0.0626182109117508, -0.036083418875932693, 0.007675683591514826, -0.06711457669734955, 0.03280039504170418, 0.02506835386157036, -0.025015246123075485, -0.002290088217705488, -0.04534568637609482, 0.037430908530950546, 0.00012823771976400167, 0.05351027473807335, -0.024036390706896782, 0.009990161284804344, -0.0746423676609993, -0.002234195126220584, -0.01943611167371273, 0.03579466789960861, 0.04589855298399925, -0.04584174603223801, 0.04867834597826004, 0.045228779315948486, -0.007136242929846048, 0.019147012382745743, -0.025109488517045975, -0.019011983647942543, 0.043943241238594055, -0.04507608711719513, 0.001060709124431014, 0.018805431202054024, 0.042678799480199814, -0.05363200604915619, -0.04876462370157242, 0.007920973934233189, -0.029425503686070442, -0.014600751921534538, 0.02879345417022705, 0.06112932041287422, -0.025528956204652786, 0.049859512597322464, 0.03214988112449646, 0.04160444810986519, 0.04028406739234924, -0.025432446971535683, 0.043855246156454086, -0.02599089778959751, 0.0036884848959743977, -0.016363194212317467, -0.0486154742538929, -0.02362515591084957, 0.014432048425078392, 0.0370914526283741, -0.02468440867960453, -0.052170827984809875, 0.034234121441841125, -0.010464804247021675, -0.00867415126413107, 0.058629464358091354, -0.03875952214002609, -0.026133688166737556, -0.06187225133180618, 0.04331311956048012, -0.00606092344969511, 0.009278885088860989, 0.010528624057769775, -0.054085273295640945, 0.04413997754454613, -0.034819766879081726, -0.03627409040927887, 0.0020608261693269014, 0.020094364881515503, -0.009500234387814999, 0.022808287292718887, 0.0374271459877491, -0.03174411132931709, -0.012262425385415554, 0.005722180474549532, -0.05283762142062187, 0.03890524432063103, 0.00520473625510931, 0.09240002930164337, -0.0490565225481987, -0.07111097127199173, 0.03689856827259064, 0.009976214729249477, -0.02614915557205677, 0.0123687032610178, 0.007823084481060505, -0.037598542869091034, -0.038569577038288116, 0.0010394160635769367, 0.024897145107388496, -0.0560276173055172, 0.0061119431629776955, 0.0642341747879982, -0.020299984142184258, 0.045007623732089996, -0.03830046206712723, -0.011421806178987026, 0.013615786097943783, -0.007490371819585562, -0.008896646089851856, 0.037111930549144745, 0.007534032221883535, -0.01767059415578842, -0.05858878046274185, -0.053685691207647324, 0.016600608825683594, 0.07857777178287506, -0.006667283363640308, -0.014256415888667107, -0.03625241294503212, 0.036547716706991196, 0.045222245156764984, 0.023331981152296066, -0.02584672160446644, 0.04172082245349884, 0.048845820128917694, 0.025134241208434105, -0.03204583749175072, 0.07785224169492722, 0.04296912997961044, -0.03296029195189476, -0.031152764335274696, 0.0006859027198515832, 0.013676170259714127, -0.039905745536088943, 0.010931999422609806, 0.04338563606142998, 0.009260154329240322, -0.037519242614507675, 0.010697418823838234, 0.05762072280049324, -0.02240157127380371, 0.005393440835177898, -0.005092762876302004, -0.019128601998090744, -0.02300441265106201, 0.054632384330034256, -0.006423070561140776, 0.011765088886022568, -0.036417413502931595, -0.03799442574381828, -0.001383560593239963, 0.04954241216182709, 0.04931221157312393, 0.04375468194484711, -0.00017321843188256025, 0.06204130873084068, -0.005941389128565788, 0.007528013549745083, -0.05348001420497894, -0.07613440603017807, -0.020139167085289955, 0.03880113735795021, 0.046446382999420166, 0.06123290956020355, -0.00926224421709776, -0.04905012622475624, 0.04565809667110443, 0.10612134635448456, 0.05754752457141876, -0.0019081238424405456, -0.03675636276602745, 0.005857049487531185, 0.04052986204624176, 0.04323193430900574, -0.07462020218372345, -0.044166792184114456, 0.010386351495981216, 0.027951015159487724, -0.02308252640068531, 0.0025161884259432554, -0.017866535112261772, 0.024289283901453018, -0.043642301112413406, -0.060564249753952026, 0.03546801954507828, 0.03147740289568901, 0.02205081097781658, 0.018609436228871346, -0.002997511299327016, 0.0221535786986351, 0.013627064414322376, 0.012919683940708637, 0.016626274213194847, -0.03839178383350372, -0.010304608382284641, 0.004398352466523647, 0.03731534630060196, -0.0602123886346817, 0.024621501564979553, 0.006100633647292852, 0.016275128349661827, 0.04796287789940834, -0.035340189933776855, 0.035413287580013275, 0.04634343460202217, -0.0014293533749878407, -0.04502071812748909, 0.0025435842107981443, 0.020812490954995155, 0.026871727779507637, 0.061184290796518326, -0.017922241240739822, 0.03747734799981117, 0.013601504266262054, 0.04109064117074013, 0.0889803096652031, 0.01350944209843874, 0.012217244133353233, 0.026916535571217537, 0.08848876506090164, 0.025952627882361412, -0.004048537462949753, 0.0656285285949707, -0.040220826864242554, 0.00042837043292820454, -0.02154374308884144, 0.00596375297755003, 0.010417119599878788, -0.004964315798133612, 0.05850306898355484, 0.013759562745690346, -0.025870759040117264, 0.02409464679658413, -0.0071557010523974895, -0.027896909043192863, 0.07065565884113312, -0.02079169824719429, -0.027061600238084793, -0.011034593917429447, -0.028182359412312508, 0.028378000482916832, -0.04552212730050087, -0.05116024613380432, -0.010011383332312107, 0.001958135748282075, 0.0003581120981834829, -0.06899040192365646, -0.007085275836288929, -0.049507882446050644, -0.015268002636730671, 0.0262861717492342, 0.008907247334718704, 0.013643546029925346, -0.014372199773788452, 0.026391297578811646, -0.03498612344264984, -0.013664796948432922, -0.045518286526203156, -0.06271041929721832, -0.025884607806801796, -0.06654506176710129, 0.05555550754070282, 0.01375998929142952, 0.03953937068581581, 0.03024279698729515, 0.038769423961639404, -0.004577541258186102, -0.03128053992986679, 0.014689982868731022, 0.05069500952959061, -0.036504946649074554, -0.05856044590473175, 0.02376367338001728, -0.00929015502333641, 0.020221784710884094, -0.008404795080423355, -0.02258193865418434, 0.07038101553916931, 0.05975872650742531, 0.02883865498006344, 0.017596755176782608, -0.0005121046560816467, -0.045197147876024246, -0.057028878480196, -0.03188781440258026, -0.04580873250961304, 0.0055146412923932076, -0.021904857829213142, -0.027567477896809578, -0.024838130921125412, -0.021407177671790123, 0.020225584506988525, -0.0022817696444690228, 0.008329546079039574, 0.03401672840118408, 0.04570725932717323, 0.04967872053384781, 0.04089795798063278, -0.03522418811917305, -0.03112160973250866, 0.09114952385425568, 0.010803126730024815, -0.009615148417651653, -0.042367707937955856, -0.02305491268634796, 0.04227014258503914, 0.019397541880607605, -0.00465433718636632, -0.019109079614281654, 0.07633446156978607, 0.01043929997831583, -0.00322269881144166, -0.012133768759667873, -0.0482170395553112, -0.034972187131643295, 0.02773282676935196, 0.010353177785873413, -0.017057137563824654, -0.050548750907182693, -0.04734374210238457, -0.0019594631157815456, 0.08144437521696091, -0.054563190788030624, -0.034579891711473465, -0.012577380053699017, 0.03988782688975334, 0.03218434751033783, -0.027601979672908783, -0.049601659178733826, 0.022440804168581963, -0.059818293899297714, -0.022893505170941353, 0.007020981982350349, 0.013026529923081398, 0.02880116179585457, 0.04863962531089783, 0.03008158877491951, -0.01609821617603302, 0.034993965178728104, 0.02916468307375908, 0.06541471928358078, 0.043779660016298294, -0.02883654460310936, 0.030290702357888222, -0.018756624311208725, 0.016344541683793068, 0.0028412104584276676, -0.016508497297763824, -0.043500568717718124, -0.08035778254270554, -0.0020052928011864424, 0.0085635706782341, -0.009333442896604538, -0.02101823315024376, 0.0679372176527977, -0.012010494247078896, -0.0015023504383862019, -0.005320504307746887, 0.010819939896464348, 0.035140637308359146, -0.09414475411176682, 0.056975893676280975, -0.029152408242225647, 0.03189019113779068, -0.052732616662979126, 0.023250598460435867, -0.040140654891729355, -0.012682986445724964, -0.00566109037026763, 0.05639946833252907, 0.02017604000866413, 0.052372630685567856, 0.0641816034913063, 0.006454729940742254, -0.05221522971987724, 0.04504518583416939, 0.024371670559048653, -0.028090909123420715, -0.03336865082383156, 0.002485842676833272, -0.011123276315629482, -0.009376676753163338, -0.038220129907131195, -0.007828060537576675, 0.03471864387392998, 0.045910753309726715, 0.02282140962779522, -0.011395848356187344, 0.022573314607143402, -0.010320666246116161, -0.026247985661029816, -0.05922449752688408, -0.04096189886331558, 0.022831322625279427, -0.029157016426324844, 0.004714915994554758, 0.03426366671919823, 0.01830938458442688, 0.02806740254163742, 0.033558525145053864, -0.04706718027591705, -0.04153197258710861, 0.01482988428324461, 0.032113853842020035, -0.04999810829758644, -0.06004229187965393, -0.03358421474695206, 0.04532988741993904, 0.03157768025994301, 0.010449190624058247, -0.07394678890705109, 0.006726378574967384, 0.041214942932128906, -0.027488207444548607, 0.043124888092279434, 0.007161156740039587, 0.02920987270772457, 0.05562969297170639, -0.017957432195544243, 0.006194321438670158, 0.006875324994325638, 0.014862343668937683, -0.022301102057099342, 0.01933564618229866, -0.028246166184544563, -0.03736843541264534, -0.060660701245069504, 0.018134193494915962, 0.023830268532037735, 0.008642466738820076, 0.03883250802755356, -0.016552869230508804, -0.06833595782518387, 0.019764622673392296, 0.046830203384160995, -0.044314395636320114, 0.00829950999468565, 0.036194808781147, 0.03510645404458046, -0.04960370808839798, -0.021629905328154564, -0.0007660556002520025, 0.0044815088622272015, 0.007393981330096722, -0.009798238053917885, -0.03692064806818962, -0.0170715544372797, 0.03360636904835701, -0.037591513246297836, -0.03017476387321949, -0.08839018642902374, 0.020740292966365814, -0.0327918715775013, -0.012615006417036057, 0.05969714745879173, 0.03940216451883316, 0.035699840635061264, 0.035873278975486755, 0.03403865173459053, 0.03265310451388359, -0.04655008390545845, 0.040833480656147, -0.006164403632283211, -0.01676618494093418, -0.01954767480492592, -0.03341659903526306, -0.01411689817905426, -0.04003582149744034, -0.03435570001602173, -0.045938849449157715, -0.005749841686338186, -0.0004359634767752141, -0.028987202793359756, 0.0010628228774294257, -0.042356137186288834, 0.04676388204097748, -0.019115662202239037, -0.02411295659840107, -0.03151477128267288, -0.027229756116867065, -0.061117321252822876, -0.04552191123366356, 0.019479330629110336, 0.005190160125494003, 0.027027932927012444, 0.015351339243352413, -0.0004738971183542162, 0.024679025635123253, 0.0005646677454933524, 0.0105690136551857, 0.04526539519429207, -0.0018167824018746614, -0.0156718622893095, -0.0218755342066288, 0.0116724306717515, 0.011700822040438652, 0.04443223401904106, -0.041873134672641754, 0.057698968797922134, 0.038405537605285645, -0.02507743425667286, 0.007535608019679785, 0.026775311678647995, 0.019708577543497086, -0.07652346044778824, -0.06403622776269913, -0.01626020483672619, -0.04501276835799217, 0.028430262580513954, -0.02720007859170437, -0.011419437825679779, 0.027726195752620697, 0.033254288136959076, 0.05278974398970604, 0.0027272547595202923, -0.029955875128507614, 0.023910388350486755, -0.015289019793272018, 0.015733912587165833, -0.06958180665969849, 0.039384420961141586, -0.04753732681274414, 0.001484616775996983, -0.015055952593684196, 0.017220960929989815, -0.0731344148516655, 0.017220379784703255, -0.012562204152345657, -0.011393515393137932, -0.010985344648361206, -0.000016667863746988587, -0.04147940129041672, 0.04292146489024162, -0.05300699174404144, 0.006562942173331976, -0.057470180094242096, 0.05653851851820946, -0.04299158602952957, 0.00207972782664001, -0.021935973316431046, 0.01292960625141859, -0.02826499007642269, -0.00984594039618969, 0.016040528193116188, -0.054380081593990326, 0.058558251708745956, 0.05280374735593796, 0.058412399142980576, 0.014581120572984219, -0.02073872648179531, 0.013363150879740715, 0.014404799789190292, -0.043802130967378616, -0.018274571746587753, -0.008795163594186306, 0.04758305847644806, -0.011998760513961315, 0.047600019723176956, 0.01903446391224861, -0.05627156421542168, -0.07470840960741043, 0.04629227891564369, 0.01539621315896511, 0.0030373972840607166, 0.012241240590810776, 0.03171577304601669, 0.033857449889183044, 0.04613935574889183, -0.034726738929748535, -0.01064298301935196, -0.027290787547826767, -0.03197847306728363, 0.02263425476849079, 0.018613971769809723, 0.0005208763759583235, 0.035305820405483246, -0.05115732550621033, -0.015273775905370712, 0.08076690137386322, 0.011436041444540024, 0.010340671986341476, -0.00940394401550293, -0.04339035227894783, 0.054589029401540756, 0.003849497763440013, -0.03652069345116615, 0.02661571279168129, -0.009863210842013359, -0.0334564633667469, 0.0682176724076271, -0.01298565324395895, 0.024310143664479256, 0.061206966638565063, 0.011434248648583889, -0.010581554844975471, 0.033250756561756134, -0.04150093346834183, 0.011320395395159721, 0.0343087874352932, -0.050037503242492676, -0.0028115329332649708, -0.021372120827436447, 0.07256446033716202, -0.06086396425962448, 0.04863390326499939, 0.04474318400025368, -0.018339162692427635, 0.00959588959813118, -0.02632698230445385, -0.026573384180665016, 0.02052658051252365, -0.019974999129772186, 0.0855049267411232, 0.005912323947995901, -0.053545527160167694, 0.05926121771335602, 0.027372321113944054, -0.07193190604448318, 0.05747818574309349, 0.04634970426559448, 0.01680722087621689, 0.030905045568943024, 0.016501355916261673, -0.044358137995004654, 0.033763837069272995, -0.032780639827251434, 0.026814598590135574, -0.03631109744310379, -0.02780711092054844, 0.020198572427034378, -0.06381252408027649, -0.013417746871709824, 0.04102858155965805, -0.030623184517025948, -0.0108602624386549, 0.031185999512672424, -0.059577826410532, -0.05240046605467796, 0.021095383912324905, 0.021761393174529076, -0.02305898442864418, -0.016863655298948288, -0.03249911591410637, 0.033316027373075485, 0.019212447106838226, 0.006532012484967709, -0.025442685931921005, -0.017743533477187157, 0.029013799503445625, -0.06885956972837448, -0.04006216302514076, 0.052624545991420746, 0.012858686037361622, -0.024914490059018135, 0.0346125029027462, -0.01184103637933731, 0.00921730324625969, 0.043331071734428406, -0.02973155491054058, 0.014374526217579842, -0.05435929447412491, -0.009892679750919342, 0.038437601178884506, 0.01015100535005331, 0.004025700036436319, -0.004805306438356638, 0.04760938510298729, 0.014175597578287125, 0.024177147075533867, 0.01625717245042324, -0.04685504734516144, -0.011271819472312927, 0.03420122340321541, -0.027974143624305725, 0.008894568309187889, 0.01763678714632988, -0.05807755887508392, -0.04212629422545433, -0.015300658531486988, 0.00754864327609539, 0.0428520068526268, -0.03970346972346306, -0.021433860063552856, 0.02834342233836651, -0.003589032217860222, -0.054537300020456314, -0.07530838251113892, -0.032404057681560516, -0.04613948240876198, 0.03426086902618408, 0.02969028241932392, -0.04518129304051399, 0.020533671602606773, -0.03760834038257599, -0.0762309655547142, 0.023927129805088043, 0.02486640028655529, -0.007675419561564922, 0.048345938324928284, 0.04817598685622215, -0.06989290565252304, -0.0044115767814219, 0.0340745747089386, -0.029270334169268608, 0.04030971974134445, 0.027828780934214592, -0.015089919790625572, 0.045466721057891846, 0.03636383265256882, -0.00511580565944314, -0.014735078439116478, -0.05272022262215614, -0.038103021681308746, -0.03238065913319588, 0.0034998953342437744, 0.0663868710398674 ]
AnonymousSub/rule_based_roberta_hier_quadruplet_0.1_epochs_1_shard_1_squad2.0
[ "pytorch", "roberta", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "RobertaForQuestionAnswering" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
4
null
--- language: - multilingual - en - ru - zh - de - es - fr - ja - it - pt - el - ko - fi - id - tr - ar - vi - th - bg - ca - hi - et - bn - ta - ur - sw - te - eu - my - ht - qu license: mit thumbnail: https://huggingface.co/front/thumbnails/facebook.png inference: false --- # XGLM-7.5B XGLM-7.5B is a multilingual autoregressive language model (with 7.5 billion parameters) trained on a balanced corpus of a diverse set of languages totaling 500 billion sub-tokens. It was introduced in the paper [Few-shot Learning with Multilingual Language Models](https://arxiv.org/abs/2112.10668) by Xi Victoria Lin\*, Todor Mihaylov, Mikel Artetxe, Tianlu Wang, Shuohui Chen, Daniel Simig, Myle Ott, Naman Goyal, Shruti Bhosale, Jingfei Du, Ramakanth Pasunuru, Sam Shleifer, Punit Singh Koura, Vishrav Chaudhary, Brian O'Horo, Jeff Wang, Luke Zettlemoyer, Zornitsa Kozareva, Mona Diab, Veselin Stoyanov, Xian Li\* (\*Equal Contribution). The original implementation was released in [this repository](https://github.com/pytorch/fairseq/tree/main/examples/xglm). ## Training Data Statistics The training data statistics of XGLM-7.5B is shown in the table below. | ISO-639-1| family | name | # tokens | ratio | ratio w/ lowRes upsampling | |:--------|:-----------------|:------------------------|-------------:|------------:|-------------:| | en | Indo-European | English | 803526736124 | 0.489906 | 0.3259 | | ru | Indo-European | Russian | 147791898098 | 0.0901079 | 0.0602 | | zh | Sino-Tibetan | Chinese | 132770494630 | 0.0809494 | 0.0483 | | de | Indo-European | German | 89223707856 | 0.0543992 | 0.0363 | | es | Indo-European | Spanish | 87303083105 | 0.0532282 | 0.0353 | | fr | Indo-European | French | 77419639775 | 0.0472023 | 0.0313 | | ja | Japonic | Japanese | 66054364513 | 0.040273 | 0.0269 | | it | Indo-European | Italian | 41930465338 | 0.0255648 | 0.0171 | | pt | Indo-European | Portuguese | 36586032444 | 0.0223063 | 0.0297 | | el | Indo-European | Greek (modern) | 28762166159 | 0.0175361 | 0.0233 | | ko | Koreanic | Korean | 20002244535 | 0.0121953 | 0.0811 | | fi | Uralic | Finnish | 16804309722 | 0.0102455 | 0.0681 | | id | Austronesian | Indonesian | 15423541953 | 0.00940365 | 0.0125 | | tr | Turkic | Turkish | 12413166065 | 0.00756824 | 0.0101 | | ar | Afro-Asiatic | Arabic | 12248607345 | 0.00746791 | 0.0099 | | vi | Austroasiatic | Vietnamese | 11199121869 | 0.00682804 | 0.0091 | | th | Tai–Kadai | Thai | 10842172807 | 0.00661041 | 0.044 | | bg | Indo-European | Bulgarian | 9703797869 | 0.00591635 | 0.0393 | | ca | Indo-European | Catalan | 7075834775 | 0.0043141 | 0.0287 | | hi | Indo-European | Hindi | 3448390110 | 0.00210246 | 0.014 | | et | Uralic | Estonian | 3286873851 | 0.00200399 | 0.0133 | | bn | Indo-European | Bengali, Bangla | 1627447450 | 0.000992245 | 0.0066 | | ta | Dravidian | Tamil | 1476973397 | 0.000900502 | 0.006 | | ur | Indo-European | Urdu | 1351891969 | 0.000824241 | 0.0055 | | sw | Niger–Congo | Swahili | 907516139 | 0.000553307 | 0.0037 | | te | Dravidian | Telugu | 689316485 | 0.000420272 | 0.0028 | | eu | Language isolate | Basque | 105304423 | 6.42035e-05 | 0.0043 | | my | Sino-Tibetan | Burmese | 101358331 | 6.17976e-05 | 0.003 | | ht | Creole | Haitian, Haitian Creole | 86584697 | 5.27902e-05 | 0.0035 | | qu | Quechuan | Quechua | 3236108 | 1.97304e-06 | 0.0001 | ## Model card For intended usage of the model, please refer to the [model card](https://github.com/pytorch/fairseq/blob/main/examples/xglm/model_card.md) released by the XGLM-7.5B development team. ## Example (COPA) The following snippet shows how to evaluate our models (GPT-3 style, zero-shot) on the Choice of Plausible Alternatives (COPA) task, using examples in English, Chinese and Hindi. ```python import torch import torch.nn.functional as F from transformers import XGLMTokenizer, XGLMForCausalLM tokenizer = XGLMTokenizer.from_pretrained("facebook/xglm-7.5B") model = XGLMForCausalLM.from_pretrained("facebook/xglm-7.5B") data_samples = { 'en': [ { "premise": "I wanted to conserve energy.", "choice1": "I swept the floor in the unoccupied room.", "choice2": "I shut off the light in the unoccupied room.", "question": "effect", "label": "1" }, { "premise": "The flame on the candle went out.", "choice1": "I blew on the wick.", "choice2": "I put a match to the wick.", "question": "cause", "label": "0" } ], 'zh': [ { "premise": "我想节约能源。", "choice1": "我在空着的房间里扫了地板。", "choice2": "我把空房间里的灯关了。", "question": "effect", "label": "1" }, { "premise": "蜡烛上的火焰熄灭了。", "choice1": "我吹灭了灯芯。", "choice2": "我把一根火柴放在灯芯上。", "question": "cause", "label": "0" } ], 'hi': [ { "premise": "M te vle konsève enèji.", "choice1": "Mwen te fin baleye chanm lib la.", "choice2": "Mwen te femen limyè nan chanm lib la.", "question": "effect", "label": "1" }, { "premise": "Flam bouji a te etenn.", "choice1": "Mwen te soufle bouji a.", "choice2": "Mwen te limen mèch bouji a.", "question": "cause", "label": "0" } ] } def get_logprobs(prompt): inputs = tokenizer(prompt, return_tensors="pt") input_ids, output_ids = inputs["input_ids"], inputs["input_ids"][:, 1:] outputs = model(**inputs, labels=input_ids) logits = outputs.logits logprobs = torch.gather(F.log_softmax(logits, dim=2), 2, output_ids.unsqueeze(2)) return logprobs # Zero-shot evaluation for the Choice of Plausible Alternatives (COPA) task. # A return value of 0 indicates that the first alternative is more plausible, # while 1 indicates that the second alternative is more plausible. def COPA_eval(prompt, alternative1, alternative2): lprob1 = get_logprobs(prompt + "\n" + alternative1).sum() lprob2 = get_logprobs(prompt + "\n" + alternative2).sum() return 0 if lprob1 > lprob2 else 1 for lang in data_samples_long: for idx, example in enumerate(data_samples_long[lang]): predict = COPA_eval(example["premise"], example["choice1"], example["choice2"]) print(f'{lang}-{idx}', predict, example['label']) # en-0 1 1 # en-1 0 0 # zh-0 1 1 # zh-1 0 0 # hi-0 1 1 # hi-1 0 0 ```
[ -0.012293973006308079, -0.012181195430457592, 0.0015826431335881352, 0.04702408239245415, 0.0416327640414238, 0.037295471876859665, 0.00706831831485033, -0.013438694179058075, -0.019440285861492157, 0.05355081707239151, 0.016288379207253456, -0.023013511672616005, 0.013890791684389114, 0.021999584510922432, -0.03205407038331032, -0.031558554619550705, -0.020505748689174652, -0.011503768153488636, -0.042162664234638214, 0.0002594617544673383, 0.00198913412168622, 0.003490528091788292, -0.01138757262378931, 0.03272619470953941, 0.009544759057462215, 0.04767238348722458, -0.03166909143328667, 0.038844916969537735, 0.03294001519680023, -0.05664324387907982, 0.01832440122961998, -0.011911004781723022, -0.032695069909095764, -0.03571223467588425, -0.02147648297250271, -0.026758182793855667, 0.0016087793046608567, 0.00797573383897543, 0.031291551887989044, 0.06987597048282623, 0.0017872521420940757, -0.0007380680181086063, -0.00561805022880435, -0.036970533430576324, 0.036057502031326294, -0.008374433033168316, -0.03729346767067909, -0.00470768753439188, 0.024377435445785522, -0.0322033055126667, -0.041229888796806335, -0.06971153616905212, -0.03886453062295914, 0.03298155590891838, -0.018106644973158836, -0.053861211985349655, -0.07118058204650879, 0.018782638013362885, 0.06689038872718811, -0.060999102890491486, -0.03617607429623604, 0.007300722412765026, -0.06751126796007156, 0.030536307021975517, 0.027027131989598274, -0.022107312455773354, -0.0020613831002265215, -0.04423006251454353, 0.03783154487609863, 0.00021873650257475674, 0.05568873509764671, -0.025377705693244934, 0.008421845734119415, -0.07669490575790405, -0.0015679261414334178, -0.018742363899946213, 0.03729553148150444, 0.0446879044175148, -0.044878605753183365, 0.049598418176174164, 0.044847242534160614, -0.007369449362158775, 0.01858639530837536, -0.022048965096473694, -0.017822811380028725, 0.04286772757768631, -0.04583923891186714, -0.0004746668564621359, 0.021435000002384186, 0.04279118403792381, -0.05194840207695961, -0.04695910960435867, 0.007934612222015858, -0.030356211587786674, -0.01439073495566845, 0.028765402734279633, 0.060887981206178665, -0.02502036653459072, 0.049256935715675354, 0.03204580768942833, 0.0413040816783905, 0.040707577019929886, -0.024653758853673935, 0.044311463832855225, -0.02636587806046009, 0.00258583459071815, -0.018311602994799614, -0.04750156030058861, -0.023291615769267082, 0.014048293232917786, 0.0364123098552227, -0.026253223419189453, -0.05249081552028656, 0.037773944437503815, -0.008704965934157372, -0.01191612146794796, 0.05548346787691116, -0.03751673176884651, -0.024616515263915062, -0.06417667865753174, 0.04261117801070213, -0.005211575422435999, 0.009069740772247314, 0.013943148776888847, -0.053261227905750275, 0.04458373412489891, -0.035590868443250656, -0.03432965651154518, 0.0025993837043642998, 0.02050306461751461, -0.0070344735868275166, 0.020683003589510918, 0.038677897304296494, -0.03349187225103378, -0.011915854178369045, 0.004623895976692438, -0.05669979006052017, 0.03883463889360428, 0.004982078447937965, 0.0912037044763565, -0.04669444262981415, -0.0685235783457756, 0.03709486871957779, 0.01147952489554882, -0.023116007447242737, 0.013151008635759354, 0.006373598240315914, -0.03864024206995964, -0.036993179470300674, 0.0003469135263003409, 0.02653445303440094, -0.05654950439929962, 0.005439280066639185, 0.06385429203510284, -0.021580902859568596, 0.045151256024837494, -0.0412108451128006, -0.012080310843884945, 0.012922574765980244, -0.005240762606263161, -0.01121469959616661, 0.039585016667842865, 0.009268751367926598, -0.015534074045717716, -0.05746074765920639, -0.055772580206394196, 0.015480607748031616, 0.07650908082723618, -0.005784614942967892, -0.014820299111306667, -0.03280172869563103, 0.03674906864762306, 0.045425157994031906, 0.02487279660999775, -0.023930560797452927, 0.04105729982256889, 0.05026179552078247, 0.02412361279129982, -0.028425542637705803, 0.08114024251699448, 0.04364478960633278, -0.033666614443063736, -0.031154772266745567, 0.0018185480730608106, 0.014125988818705082, -0.03803190588951111, 0.01236275676637888, 0.0443960465490818, 0.009470955468714237, -0.035917166620492935, 0.010124674998223782, 0.059367191046476364, -0.019330060109496117, 0.005834486801177263, -0.006032442208379507, -0.02005702629685402, -0.023529930040240288, 0.05546470731496811, -0.004350816365331411, 0.01234307698905468, -0.03613409772515297, -0.03616001829504967, -0.003129212884232402, 0.04773920774459839, 0.04844484478235245, 0.04382176697254181, -0.0045593804679811, 0.0649816170334816, -0.005552252754569054, 0.006919451989233494, -0.05347847193479538, -0.07464225590229034, -0.019991938024759293, 0.03836286813020706, 0.04562973603606224, 0.06338828057050705, -0.008160540834069252, -0.04961049184203148, 0.045290347188711166, 0.10586035251617432, 0.05640342831611633, 0.0001683724985923618, -0.03849273920059204, 0.008137165568768978, 0.04179118201136589, 0.04536700248718262, -0.07483449578285217, -0.04414583370089531, 0.010658973827958107, 0.029225928708910942, -0.02367943711578846, 0.0023307595402002335, -0.014973326586186886, 0.02558833360671997, -0.04267577826976776, -0.05989249795675278, 0.03746936842799187, 0.031179597601294518, 0.019947277382016182, 0.016642307862639427, 0.00023448765568900853, 0.02010657824575901, 0.013185705989599228, 0.015124399214982986, 0.013001812621951103, -0.038023319095373154, -0.010244088247418404, 0.006891141179949045, 0.03567880019545555, -0.06144452095031738, 0.024076063185930252, 0.007753858808428049, 0.018267810344696045, 0.04722491651773453, -0.03731505200266838, 0.035838667303323746, 0.047471702098846436, -0.0005427211872301996, -0.04273185878992081, 0.0034892468247562647, 0.019295882433652878, 0.02443162351846695, 0.05874967575073242, -0.017581742256879807, 0.03864315524697304, 0.012688652612268925, 0.042362477630376816, 0.08912794291973114, 0.01389374677091837, 0.012433708645403385, 0.02737686038017273, 0.08770634979009628, 0.026292886584997177, -0.003144556423649192, 0.06493135541677475, -0.03779537230730057, -0.0007980128866620362, -0.023339243605732918, 0.005197675433009863, 0.010931771248579025, -0.006480526644736528, 0.0566905252635479, 0.01009511947631836, -0.02360854670405388, 0.02587020769715309, -0.007535454351454973, -0.02953018806874752, 0.06690853089094162, -0.02168046124279499, -0.025489719584584236, -0.012504496611654758, -0.02833898365497589, 0.027186717838048935, -0.04656875133514404, -0.05400305986404419, -0.009330149739980698, -0.0008200134616345167, -0.001812862465158105, -0.0632489025592804, -0.006677066907286644, -0.05165914446115494, -0.013638561591506004, 0.025475826114416122, 0.008130800910294056, 0.010857921093702316, -0.014182458631694317, 0.028708526864647865, -0.03497711569070816, -0.013760056346654892, -0.046061355620622635, -0.06548124551773071, -0.02755165658891201, -0.06720269471406937, 0.056532930582761765, 0.016933899372816086, 0.037717148661613464, 0.026882383972406387, 0.03980331867933273, -0.00398419750854373, -0.030981114134192467, 0.014719176106154919, 0.05032271146774292, -0.03577665612101555, -0.05959329754114151, 0.022978749126195908, -0.008732390590012074, 0.01985064148902893, -0.010117840021848679, -0.02336479164659977, 0.07058935612440109, 0.0576934739947319, 0.025489183142781258, 0.014868280850350857, -0.0020774167496711016, -0.04629165306687355, -0.05850962549448013, -0.030211621895432472, -0.04712697118520737, 0.007554132025688887, -0.01925974152982235, -0.026691574603319168, -0.024570535868406296, -0.018297361209988594, 0.02400890178978443, 0.0002762163639999926, 0.00811824295669794, 0.03513344004750252, 0.04559890553355217, 0.04787542670965195, 0.043215151876211166, -0.03483491763472557, -0.02830992080271244, 0.09196024388074875, 0.01009295042604208, -0.007250907365232706, -0.04483278840780258, -0.021005012094974518, 0.04225223883986473, 0.02114204131066799, -0.004554079379886389, -0.0209960974752903, 0.0776766836643219, 0.011890441179275513, -0.0021131557878106833, -0.011679485440254211, -0.04910878464579582, -0.039600297808647156, 0.02721485123038292, 0.01205997820943594, -0.01562067773193121, -0.05390985682606697, -0.043988149613142014, -0.0001835828588809818, 0.07738056778907776, -0.050394415855407715, -0.035602156072854996, -0.013444989919662476, 0.038328297436237335, 0.032866984605789185, -0.03022964857518673, -0.047230590134859085, 0.021565783768892288, -0.06087945029139519, -0.023625968024134636, 0.006969146430492401, 0.012157845310866833, 0.02805270440876484, 0.05111686885356903, 0.03095346875488758, -0.012926110066473484, 0.035671696066856384, 0.031033234670758247, 0.06310179084539413, 0.04269422963261604, -0.029112422838807106, 0.026968523859977722, -0.01935005374252796, 0.015569101087749004, 0.0015502473106607795, -0.01498113851994276, -0.041535984724760056, -0.07928580045700073, -0.0014208690263330936, 0.009765616618096828, -0.008440112695097923, -0.019448135048151016, 0.06781915575265884, -0.012045849114656448, -0.0020219648722559214, -0.0024596545845270157, 0.008962394669651985, 0.03281933441758156, -0.09407797455787659, 0.061117157340049744, -0.031433992087841034, 0.030098849907517433, -0.05235239118337631, 0.025625089183449745, -0.04331827163696289, -0.011637292802333832, -0.005896084476262331, 0.05455046147108078, 0.020461205393075943, 0.05230819061398506, 0.06350219249725342, 0.009978553280234337, -0.04913938790559769, 0.04357325658202171, 0.024019956588745117, -0.028281094506382942, -0.031112464144825935, 0.005116175394505262, -0.0136119294911623, -0.011874011717736721, -0.03954005986452103, -0.010470203123986721, 0.03187292814254761, 0.04583093151450157, 0.026080885902047157, -0.012599035166203976, 0.021563680842518806, -0.008770829997956753, -0.025907374918460846, -0.05912116542458534, -0.04067451134324074, 0.022840749472379684, -0.030176201835274696, 0.006496766582131386, 0.03411338850855827, 0.020343530923128128, 0.03026120364665985, 0.03645826503634453, -0.04629591852426529, -0.039252206683158875, 0.016291135922074318, 0.03125876188278198, -0.051372114568948746, -0.060079433023929596, -0.032703228294849396, 0.046373456716537476, 0.028856735676527023, 0.010463567450642586, -0.07563424110412598, 0.006681584753096104, 0.041307758539915085, -0.028113972395658493, 0.04163849353790283, 0.005200875457376242, 0.030302025377750397, 0.056538861244916916, -0.01787583716213703, 0.007611959241330624, 0.007917754352092743, 0.01319169718772173, -0.023913102224469185, 0.022635754197835922, -0.027819423004984856, -0.03795948624610901, -0.05996936187148094, 0.014945286326110363, 0.026320887729525566, 0.010613376274704933, 0.038331106305122375, -0.017913009971380234, -0.06464123725891113, 0.021314561367034912, 0.04661189392209053, -0.04316313564777374, 0.00971206370741129, 0.033216070383787155, 0.03327681124210358, -0.04915843531489372, -0.02281680889427662, 0.0001782109757186845, 0.003688238328322768, 0.007118078414350748, -0.008272026665508747, -0.03399105370044708, -0.01983695477247238, 0.03279335796833038, -0.03810082748532295, -0.03162072226405144, -0.09070908278226852, 0.023438654839992523, -0.03013242594897747, -0.009028829634189606, 0.058906439691782, 0.03920913115143776, 0.03552211448550224, 0.03478023409843445, 0.03165328875184059, 0.03202809765934944, -0.04802411422133446, 0.04176219552755356, -0.00937063992023468, -0.02006155252456665, -0.01673256605863571, -0.036758147180080414, -0.014124047011137009, -0.03884400799870491, -0.034035321325063705, -0.04518728703260422, -0.004086330067366362, 0.0003874076355714351, -0.029302382841706276, 0.002569848671555519, -0.04149599000811577, 0.047105029225349426, -0.019178418442606926, -0.02605004422366619, -0.034240953624248505, -0.02620357647538185, -0.06294775754213333, -0.04558539390563965, 0.02073294296860695, 0.006798730697482824, 0.024526428431272507, 0.015627993270754814, -0.001448711846023798, 0.02303638868033886, -0.0007159141241572797, 0.010268136858940125, 0.04429863020777702, -0.002889591734856367, -0.016116363927721977, -0.02180367335677147, 0.011188525706529617, 0.011120207607746124, 0.043626029044389725, -0.04490956664085388, 0.05807512253522873, 0.035908959805965424, -0.023299021646380424, 0.00935391802340746, 0.02367241494357586, 0.02106996439397335, -0.0778796374797821, -0.06888020783662796, -0.016885023564100266, -0.04760606586933136, 0.029799804091453552, -0.026915360242128372, -0.010007837787270546, 0.027689596638083458, 0.03637995198369026, 0.05211269110441208, 0.004357104189693928, -0.030870171263813972, 0.024618739262223244, -0.013319701887667179, 0.01564064994454384, -0.07092601805925369, 0.03827141225337982, -0.0461256243288517, 0.0035067880526185036, -0.014128726907074451, 0.01886790059506893, -0.07372460514307022, 0.018615230917930603, -0.013322271406650543, -0.012631108053028584, -0.013142495416104794, 0.000054859003284946084, -0.04036550968885422, 0.041309904307127, -0.05390266329050064, 0.008210991509258747, -0.056133877485990524, 0.056983381509780884, -0.04290939122438431, 0.0016410370590165257, -0.019204912707209587, 0.013457708992064, -0.028751930221915245, -0.006899471394717693, 0.01654110662639141, -0.05137954652309418, 0.05655856430530548, 0.05240638554096222, 0.05612782761454582, 0.011128529906272888, -0.021007223054766655, 0.010342100635170937, 0.01586364395916462, -0.04205665737390518, -0.017562298104166985, -0.007819055579602718, 0.04490521177649498, -0.01383423525840044, 0.04914722964167595, 0.0200077835470438, -0.057038113474845886, -0.07548531144857407, 0.04517797380685806, 0.015977682545781136, 0.001822071266360581, 0.013128949329257011, 0.0318736732006073, 0.03369989991188049, 0.044501177966594696, -0.03294088691473007, -0.011053881607949734, -0.029293129220604897, -0.03104778192937374, 0.01929745264351368, 0.019105879589915276, -0.002163722412660718, 0.03411492705345154, -0.04940281808376312, -0.015099828131496906, 0.07878134399652481, 0.008573906496167183, 0.012555861845612526, -0.0110456058755517, -0.04157755523920059, 0.053986724466085434, 0.0013248962350189686, -0.03582560643553734, 0.025133166462183, -0.009030944667756557, -0.03282417356967926, 0.0657106339931488, -0.01332445815205574, 0.024027561768889427, 0.06043669208884239, 0.012374795973300934, -0.009198125451803207, 0.03493242338299751, -0.04178885743021965, 0.014102923683822155, 0.03374187648296356, -0.052671127021312714, -0.0013829300878569484, -0.022889411076903343, 0.0732082799077034, -0.06190674751996994, 0.0492728054523468, 0.048433780670166016, -0.014730053022503853, 0.011489554308354855, -0.02613736130297184, -0.026052266359329224, 0.017602819949388504, -0.019684234634041786, 0.08640558272600174, 0.00587439863011241, -0.05520901456475258, 0.06035543233156204, 0.026366202160716057, -0.0710088312625885, 0.05803836137056351, 0.04384763911366463, 0.015315862372517586, 0.02983211912214756, 0.018760567530989647, -0.04454660043120384, 0.030659129843115807, -0.03197625279426575, 0.025545647367835045, -0.03544916957616806, -0.026938486844301224, 0.0233897864818573, -0.06516095995903015, -0.011753469705581665, 0.037287626415491104, -0.028326835483312607, -0.010223282501101494, 0.03328699991106987, -0.06079079955816269, -0.05539058521389961, 0.023683805018663406, 0.026612240821123123, -0.022972431033849716, -0.014034277759492397, -0.03223028779029846, 0.03385327383875847, 0.022027399390935898, 0.00847321655601263, -0.02715940773487091, -0.019206812605261803, 0.0272408165037632, -0.06962626427412033, -0.03885703533887863, 0.05090515688061714, 0.01591135747730732, -0.023445138707756996, 0.03668168932199478, -0.011905093677341938, 0.01052783988416195, 0.041898466646671295, -0.03022659756243229, 0.011927374638617039, -0.054057445377111435, -0.010303991846740246, 0.03895251080393791, 0.007443537469953299, 0.0026597497053444386, -0.00680427486076951, 0.04563312232494354, 0.01458645984530449, 0.026027614250779152, 0.013607551343739033, -0.05040804296731949, -0.008560205809772015, 0.036290816962718964, -0.027491513639688492, 0.012333841994404793, 0.018938418477773666, -0.05947522819042206, -0.04134562239050865, -0.01621359959244728, 0.009454458951950073, 0.04387618228793144, -0.040870312601327896, -0.020259317010641098, 0.029707731679081917, -0.004749544430524111, -0.056857869029045105, -0.07930026203393936, -0.03654416650533676, -0.0472555048763752, 0.03557344153523445, 0.0305617768317461, -0.044259943068027496, 0.02061532996594906, -0.036383748054504395, -0.07705770432949066, 0.02129083313047886, 0.028438720852136612, -0.013515600003302097, 0.0478280670940876, 0.0486716628074646, -0.07100123912096024, -0.005578996147960424, 0.033531684428453445, -0.03066444955766201, 0.04125772416591644, 0.028525078669190407, -0.015401299111545086, 0.04467957094311714, 0.03649766370654106, -0.004620686639100313, -0.011834831908345222, -0.05140085145831108, -0.038431886583566666, -0.03621632605791092, 0.0016710639465600252, 0.06682556867599487 ]
AnonymousSub/rule_based_roberta_hier_quadruplet_epochs_1_shard_1
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
1
null
--- language: - multilingual - af - am - ar - as - az - be - bg - bn - br - bs - ca - cs - cy - da - de - el - en - eo - es - et - eu - fa - fi - fr - fy - ga - gd - gl - gu - ha - he - hi - hr - hu - hy - id - is - it - ja - jv - ka - kk - km - kn - ko - ku - ky - la - lo - lt - lv - mg - mk - ml - mn - mr - ms - my - ne - nl - no - om - or - pa - pl - ps - pt - ro - ru - sa - sd - si - sk - sl - so - sq - sr - su - sv - sw - ta - te - th - tl - tr - ug - uk - ur - uz - vi - xh - yi - zh license: mit --- # XLM-RoBERTa-XL (xlarge-sized model) XLM-RoBERTa-XL model pre-trained on 2.5TB of filtered CommonCrawl data containing 100 languages. It was introduced in the paper [Larger-Scale Transformers for Multilingual Masked Language Modeling](https://arxiv.org/abs/2105.00572) by Naman Goyal, Jingfei Du, Myle Ott, Giri Anantharaman, Alexis Conneau and first released in [this repository](https://github.com/pytorch/fairseq/tree/master/examples/xlmr). Disclaimer: The team releasing XLM-RoBERTa-XL did not write a model card for this model so this model card has been written by the Hugging Face team. ## Model description XLM-RoBERTa-XL is a extra large multilingual version of RoBERTa. It is pre-trained on 2.5TB of filtered CommonCrawl data containing 100 languages. RoBERTa is a transformers model pretrained on a large corpus in a self-supervised fashion. This means it was pretrained on the raw texts only, with no humans labeling them in any way (which is why it can use lots of publicly available data) with an automatic process to generate inputs and labels from those texts. More precisely, it was pretrained with the Masked language modeling (MLM) objective. Taking a sentence, the model randomly masks 15% of the words in the input then run the entire masked sentence through the model and has to predict the masked words. This is different from traditional recurrent neural networks (RNNs) that usually see the words one after the other, or from autoregressive models like GPT which internally mask the future tokens. It allows the model to learn a bidirectional representation of the sentence. This way, the model learns an inner representation of 100 languages that can then be used to extract features useful for downstream tasks: if you have a dataset of labeled sentences for instance, you can train a standard classifier using the features produced by the XLM-RoBERTa-XL model as inputs. ## Intended uses & limitations You can use the raw model for masked language modeling, but it's mostly intended to be fine-tuned on a downstream task. See the [model hub](https://huggingface.co/models?search=xlm-roberta-xl) to look for fine-tuned versions on a task that interests you. Note that this model is primarily aimed at being fine-tuned on tasks that use the whole sentence (potentially masked) to make decisions, such as sequence classification, token classification or question answering. For tasks such as text generation, you should look at models like GPT2. ## Usage You can use this model directly with a pipeline for masked language modeling: ```python >>> from transformers import pipeline >>> unmasker = pipeline('fill-mask', model='facebook/xlm-roberta-xl') >>> unmasker("Europe is a <mask> continent.") [{'score': 0.08562745153903961, 'token': 38043, 'token_str': 'living', 'sequence': 'Europe is a living continent.'}, {'score': 0.0799778401851654, 'token': 103494, 'token_str': 'dead', 'sequence': 'Europe is a dead continent.'}, {'score': 0.046154674142599106, 'token': 72856, 'token_str': 'lost', 'sequence': 'Europe is a lost continent.'}, {'score': 0.04358183592557907, 'token': 19336, 'token_str': 'small', 'sequence': 'Europe is a small continent.'}, {'score': 0.040570393204689026, 'token': 34923, 'token_str': 'beautiful', 'sequence': 'Europe is a beautiful continent.'}] ``` Here is how to use this model to get the features of a given text in PyTorch: ```python from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained('facebook/xlm-roberta-xl') model = AutoModelForMaskedLM.from_pretrained("facebook/xlm-roberta-xl") # prepare input text = "Replace me by any text you'd like." encoded_input = tokenizer(text, return_tensors='pt') # forward pass output = model(**encoded_input) ``` ### BibTeX entry and citation info ```bibtex @article{DBLP:journals/corr/abs-2105-00572, author = {Naman Goyal and Jingfei Du and Myle Ott and Giri Anantharaman and Alexis Conneau}, title = {Larger-Scale Transformers for Multilingual Masked Language Modeling}, journal = {CoRR}, volume = {abs/2105.00572}, year = {2021}, url = {https://arxiv.org/abs/2105.00572}, eprinttype = {arXiv}, eprint = {2105.00572}, timestamp = {Wed, 12 May 2021 15:54:31 +0200}, biburl = {https://dblp.org/rec/journals/corr/abs-2105-00572.bib}, bibsource = {dblp computer science bibliography, https://dblp.org} } ```
[ -0.03458527475595474, -0.005004221573472023, -0.012469949200749397, 0.06138590723276138, 0.041421376168727875, 0.03756339102983475, -0.0005299128242768347, -0.013406714424490929, -0.01998242549598217, 0.05730371177196503, 0.007232713978737593, -0.025398103520274162, -0.011371088214218616, 0.03474803268909454, -0.026293190196156502, -0.004594411700963974, -0.004972601309418678, -0.015888981521129608, -0.08076081424951553, -0.02093390002846718, -0.002368464134633541, -0.0025991934817284346, -0.006996883545070887, 0.030056823045015335, 0.018221043050289154, 0.016209518536925316, -0.010301022790372372, 0.03816252574324608, 0.03576986864209175, -0.07127927988767624, -0.008121877908706665, -0.03517300263047218, -0.037980061024427414, -0.02331526018679142, -0.03069225512444973, -0.02574240416288376, -0.0016204343410208821, -0.012131511233747005, 0.04044084995985031, 0.06756851822137833, -0.008909488096833229, 0.017336811870336533, -0.020553594455122948, -0.04484962671995163, 0.028858015313744545, -0.004177756141871214, -0.03995402529835701, -0.016450198367238045, 0.025979958474636078, -0.029459677636623383, -0.03137820214033127, -0.06667757779359818, -0.06103691831231117, 0.009095815941691399, -0.01626330055296421, -0.006648547947406769, -0.03254171460866928, 0.011194353923201561, 0.047933951020240784, -0.06325387209653854, -0.030069895088672638, 0.021125419065356255, -0.054329197853803635, 0.032829802483320236, 0.04255860671401024, -0.037656936794519424, -0.00011386413825675845, -0.042080607265233994, 0.03701837360858917, -0.017609527334570885, 0.04958787560462952, -0.04074029624462128, -0.008427640423178673, -0.09186303615570068, 0.010064545087516308, -0.02247326634824276, 0.047916460782289505, 0.03885725885629654, -0.03254754841327667, 0.05576062947511673, 0.029780331999063492, 0.004538769833743572, 0.00408989517018199, -0.02523176185786724, -0.0005699259927496314, 0.03547210246324539, -0.049825768917798996, 0.004971000831574202, 0.0037407383788377047, 0.06561333686113358, -0.03376047685742378, -0.03271978721022606, -0.011691255494952202, -0.027297532185912132, -0.01537510845810175, 0.012304360046982765, 0.04979559779167175, -0.026990223675966263, 0.04941237345337868, 0.01864786632359028, 0.006915880832821131, 0.04653774946928024, -0.006027992349117994, 0.04942774400115013, -0.013332822360098362, -0.010191460140049458, -0.015302055515348911, -0.030177397653460503, -0.011216298677027225, 0.023128395900130272, 0.051943618804216385, -0.04256752133369446, -0.03883783146739006, 0.054213616997003555, 0.0029072463512420654, -0.026380570605397224, 0.04711486026644707, -0.02860221639275551, -0.05727332830429077, -0.052965421229600906, 0.05647365376353264, 0.00803209189325571, 0.006533272564411163, 0.040473103523254395, -0.0634838119149208, 0.03578675538301468, -0.05894661322236061, -0.027493299916386604, 0.023551195859909058, 0.029930895194411278, -0.03211285173892975, 0.03228357806801796, 0.04218823090195656, -0.05114639177918434, 0.015192422084510326, 0.0077666109427809715, -0.07366999238729477, 0.02732161618769169, 0.01364828646183014, 0.11676409095525742, -0.04392407834529877, -0.033918969333171844, 0.017659692093729973, 0.004437904339283705, -0.026308516040444374, 0.010168340057134628, 0.015333376824855804, -0.025413572788238525, -0.016114763915538788, -0.012261096388101578, 0.04718094691634178, -0.07274561375379562, 0.0026415756437927485, 0.06027719005942345, -0.02618527226150036, 0.026357270777225494, -0.03900802880525589, -0.00005213338590692729, -0.002890931675210595, -0.017285756766796112, -0.015517846681177616, 0.03402622044086456, 0.012614420615136623, -0.010532652027904987, -0.0622989721596241, -0.04766683280467987, 0.0011385877151042223, 0.07384883612394333, 0.005718644242733717, -0.009076107293367386, -0.017064008861780167, 0.019425593316555023, 0.03409537300467491, 0.033445775508880615, -0.0492081381380558, 0.03013838641345501, 0.041418544948101044, 0.013153509236872196, -0.002872150158509612, 0.06315609067678452, 0.014163712970912457, -0.03681107237935066, -0.02600104548037052, 0.03202278912067413, 0.013169689103960991, -0.042905278503894806, -0.006363153923302889, 0.038884248584508896, -0.009350459091365337, -0.018433136865496635, 0.007587691769003868, 0.07341919094324112, -0.011937904171645641, -0.008196170441806316, 0.0013680931879207492, -0.015588952228426933, -0.042888935655355453, 0.05330545827746391, -0.0199643075466156, 0.008707374334335327, -0.013839484192430973, -0.01932406984269619, 0.0026393940206617117, 0.04188009724020958, 0.040253207087516785, 0.048119962215423584, -0.020994430407881737, 0.0636940747499466, -0.03021566942334175, -0.007220328785479069, -0.05939368158578873, -0.05124389007687569, -0.013664412312209606, 0.05191988870501518, 0.032530587166547775, 0.03822276368737221, -0.013414107263088226, -0.04412592947483063, 0.012295370921492577, 0.06338602304458618, 0.07261288166046143, 0.032091666013002396, -0.025428004562854767, -0.001620582421310246, 0.022058995440602303, 0.07628671824932098, -0.07438252866268158, -0.04221980646252632, 0.02882382459938526, 0.04616212844848633, -0.020436057820916176, 0.03873593360185623, -0.02124880440533161, 0.03786911815404892, -0.053186338394880295, -0.05324850603938103, 0.04049823805689812, 0.02108626998960972, -0.006867985241115093, 0.025064215064048767, -0.0031598713248968124, 0.01628836803138256, 0.019779043272137642, 0.016900092363357544, -0.003852015594020486, -0.040785178542137146, -0.014985833317041397, 0.026210643351078033, 0.040401313453912735, -0.0508478544652462, 0.013186853379011154, 0.011785965412855148, 0.01807541213929653, 0.042030397802591324, -0.03616955131292343, 0.03070179559290409, 0.01332840695977211, -0.02946195937693119, -0.033875033259391785, 0.017596852034330368, -0.004670781083405018, 0.019020605832338333, 0.0733284130692482, -0.009797750040888786, 0.05688317492604256, 0.013901724480092525, 0.04858313500881195, 0.08631474524736404, 0.013932944275438786, 0.018801866099238396, 0.03148050978779793, 0.07152839004993439, 0.008777515031397343, -0.010736323893070221, 0.05326252430677414, -0.03753676638007164, 0.00003038916656805668, -0.026899293065071106, 0.002695992821827531, 0.00006569029210368171, -0.017371419817209244, 0.042839642614126205, 0.0011727166129276156, -0.00726707698777318, 0.010874212719500065, -0.03597531095147133, 0.0015607570530846715, 0.06092095375061035, -0.01821831800043583, -0.009752506390213966, -0.007613309659063816, -0.006707421503961086, 0.023970941081643105, -0.07488624006509781, -0.05412673205137253, 0.009189778007566929, -0.02358412928879261, 0.003954709507524967, -0.05789518728852272, -0.025548327714204788, -0.05518602207303047, -0.003994076047092676, 0.041254922747612, 0.015537578612565994, -0.009743144735693932, -0.03813043609261513, 0.012894125655293465, -0.03496416285634041, -0.012710240669548512, -0.04804520681500435, -0.04892352968454361, -0.025276362895965576, -0.06813956052064896, 0.04486355930566788, 0.02368285320699215, 0.035081107169389725, -0.02086162567138672, 0.012872803956270218, -0.04146842285990715, -0.03929496556520462, 0.041018594056367874, 0.06233488768339157, -0.02748909778892994, -0.03607506677508354, 0.009584917686879635, -0.009113566018640995, 0.008866461925208569, 0.006051849573850632, -0.026360269635915756, 0.0897861197590828, 0.0756370946764946, 0.035573266446590424, -0.004154115449637175, -0.003494586795568466, -0.058178678154945374, -0.058836519718170166, -0.039606813341379166, -0.0390160046517849, 0.000011429874575696886, -0.03489614650607109, -0.04315979406237602, -0.0077671632170677185, -0.02165653184056282, -0.0020642969757318497, -0.0007348922663368285, 0.0029908795841038227, 0.04297757148742676, 0.05259454995393753, 0.04184488207101822, 0.030799949541687965, -0.04124633967876434, -0.03843173757195473, 0.06708221882581711, 0.012372090481221676, 0.004464966710656881, -0.039084453135728836, -0.024324467405676842, 0.042189598083496094, 0.040521278977394104, -0.011980487033724785, -0.022126447409391403, 0.07094425708055496, 0.014810766093432903, 0.00107478816062212, -0.006433560512959957, -0.029528506100177765, -0.03125080466270447, 0.02600066550076008, 0.007548210676759481, -0.031017517670989037, -0.05888551473617554, -0.03618928790092468, 0.010356217622756958, 0.06238097324967384, -0.04721542447805405, -0.06262636929750443, -0.03294435515999794, 0.020451905205845833, 0.0172636266797781, 0.007876166142523289, -0.042764343321323395, 0.01782856695353985, -0.038023099303245544, -0.04283331334590912, 0.013222640380263329, 0.017745282500982285, 0.015454108826816082, 0.04886568337678909, 0.024355553090572357, -0.021813197061419487, 0.03882930800318718, 0.01999708265066147, 0.05064794048666954, 0.04696565866470337, -0.046152710914611816, 0.027551230043172836, -0.030067535117268562, 0.03681448847055435, 0.00046758324606344104, -0.024063723161816597, -0.05610130727291107, -0.07848722487688065, -0.008476105518639088, 0.027417771518230438, -0.046053364872932434, -0.018791547045111656, 0.06564129889011383, -0.007047607097774744, -0.0027376993093639612, -0.004945737775415182, 0.030470069497823715, 0.036169786006212234, -0.06028067693114281, 0.043696366250514984, -0.003957322333008051, 0.03256247192621231, -0.05192674323916435, 0.02240208350121975, -0.010117797181010246, -0.016878724098205566, -0.001450523384846747, 0.07596104592084885, 0.037500541657209396, 0.04300908371806145, 0.08138927072286606, 0.018533432856202126, -0.048403702676296234, 0.02860661968588829, 0.04200928285717964, -0.0017908710287883878, -0.028508802875876427, 0.023965029045939445, -0.03003307618200779, -0.0351744070649147, -0.01030922494828701, -0.02065332792699337, 0.025155439972877502, 0.023047659546136856, 0.023671386763453484, -0.03336039558053017, 0.03167979419231415, -0.03580031543970108, -0.03847714886069298, -0.06464869529008865, -0.02624231018126011, 0.019167667254805565, -0.025916701182723045, 0.019766123965382576, 0.028399910777807236, 0.024144088849425316, 0.05796743184328079, 0.03621448203921318, -0.030239703133702278, -0.03852945193648338, 0.010893760249018669, 0.027367819100618362, -0.04214546084403992, -0.05631778761744499, -0.06839433312416077, 0.04953198507428169, 0.05006366968154907, 0.008379563689231873, -0.06759908050298691, 0.028477948158979416, 0.0508776418864727, -0.018069609999656677, 0.048003870993852615, -0.0076071894727647305, 0.0487140454351902, 0.05061846598982811, -0.03819967433810234, 0.002217506989836693, -0.016980817541480064, 0.02220827341079712, -0.01583624631166458, 0.04470581188797951, -0.004728896077722311, -0.04894551634788513, -0.05633584037423134, 0.0014223131584003568, 0.03654167428612709, 0.04380566254258156, 0.04839254915714264, -0.02317945659160614, -0.05042251944541931, 0.0017815438332036138, 0.05188625678420067, -0.056103117763996124, 0.04077368229627609, 0.02389519102871418, 0.03632397949695587, -0.04563470184803009, -0.026556912809610367, -0.0173659548163414, 0.0021806361619383097, 0.00873731542378664, 0.001328586949966848, -0.0354393906891346, -0.07005638629198074, 0.03201274573802948, -0.046309471130371094, -0.019573012366890907, -0.08561991155147552, 0.041495367884635925, -0.03525565192103386, -0.026132861152291298, 0.04596356675028801, 0.024471929296851158, 0.04317285493016243, 0.034848954528570175, 0.016679851338267326, 0.0073193153366446495, -0.05762409791350365, 0.04461202397942543, -0.010104888118803501, -0.0038107505533844233, -0.007870460860431194, -0.038111887872219086, -0.007406330667436123, -0.029877662658691406, -0.056537024676799774, -0.03435029089450836, -0.0025678796228021383, 0.022476065903902054, -0.008736919611692429, 0.017470277845859528, -0.02682020328938961, 0.025078611448407173, -0.03580711781978607, -0.028785785660147667, -0.03657495975494385, -0.02867714874446392, -0.08257421106100082, -0.05201205238699913, 0.019212746992707253, 0.004419482778757811, 0.012175844050943851, 0.0011309691471979022, -0.005364336539059877, 0.03409059718251228, 0.008625359274446964, -0.005818187724798918, 0.041864048689603806, 0.00007910709246061742, -0.03807753324508667, -0.03362658619880676, 0.022467397153377533, 0.006471501663327217, 0.040046267211437225, -0.0314231812953949, 0.03528797999024391, 0.016233988106250763, -0.032492559403181076, -0.00975647009909153, 0.021021325141191483, 0.020022006705403328, -0.07097838819026947, -0.059578005224466324, -0.03793610259890556, -0.06447131186723709, 0.05373675376176834, -0.014222151599824429, -0.030544491484761238, 0.055327240377664566, 0.04754560440778732, 0.05300096794962883, 0.005596282426267862, -0.021284667775034904, 0.011076519265770912, -0.018018774688243866, 0.034353889524936676, -0.06518647074699402, 0.029780622571706772, -0.01921745203435421, 0.026774276047945023, -0.00976527202874422, -0.017964819446206093, -0.058205362409353256, 0.01999395340681076, -0.021440017968416214, -0.010534203611314297, -0.01459647435694933, 0.009225419722497463, -0.01717711240053177, 0.05288450047373772, -0.05727921426296234, 0.03102422133088112, -0.03933262825012207, 0.05307372659444809, -0.040793582797050476, 0.00835036113858223, -0.02100946754217148, 0.007827602326869965, -0.013130065985023975, -0.01755065657198429, -0.008646049536764622, -0.05383799597620964, 0.04145944118499756, 0.03842321038246155, 0.025956612080335617, 0.016072988510131836, -0.02718256041407585, -0.0015090066008269787, 0.00030620917095802724, -0.06789715588092804, -0.006229291670024395, -0.004087565932422876, 0.01538148894906044, -0.0018009399063885212, 0.06243200600147247, 0.021970590576529503, -0.03876680135726929, -0.05737912654876709, 0.03159844130277634, 0.007414208725094795, -0.008748107589781284, 0.012780128978192806, 0.027654793113470078, 0.03964482992887497, 0.051174718886613846, -0.039803847670555115, 0.010346835479140282, -0.014545897021889687, -0.036880556493997574, 0.0275478083640337, -0.01126292534172535, 0.010395494289696217, 0.014279904775321484, -0.03108699433505535, -0.03275863826274872, 0.0756111815571785, 0.01072749774903059, 0.03031310997903347, -0.0019232631893828511, -0.018747467547655106, 0.03733222559094429, -0.0003348046157043427, -0.056478578597307205, 0.000891852134373039, -0.018386641517281532, -0.02889377810060978, 0.06727389246225357, -0.0033410678151994944, 0.018062392249703407, 0.037008289247751236, 0.004932342562824488, -0.0066368901170790195, 0.03363649174571037, -0.04732166975736618, 0.007775088306516409, 0.023750219494104385, -0.02472316287457943, -0.014405675232410431, -0.017172595486044884, 0.0807686448097229, -0.06802064925432205, 0.055593959987163544, 0.050033506006002426, 0.01081695407629013, 0.02650757133960724, -0.034123994410037994, -0.03324470669031143, 0.0033400803804397583, -0.02955413982272148, 0.07408463954925537, 0.0016162819229066372, -0.06975060701370239, 0.0797840878367424, 0.02903725579380989, -0.08070919662714005, 0.058260854333639145, 0.03361576050519943, 0.01465295534580946, 0.04169870913028717, 0.013094299472868443, -0.05492863431572914, 0.044440072029829025, -0.04350239783525467, 0.03347858786582947, -0.03858719393610954, -0.004718084819614887, 0.03236229717731476, -0.02416178397834301, -0.01784086786210537, 0.013431510888040066, -0.01115113589912653, 0.004646435845643282, 0.004397182259708643, -0.07899253815412521, -0.032220691442489624, 0.0029817940667271614, 0.020646313205361366, -0.04045937955379486, -0.0036193146370351315, -0.035862695425748825, 0.03262689709663391, 0.01964535005390644, -0.004675775766372681, -0.04914943873882294, -0.004279125947505236, 0.04114123433828354, -0.08080929517745972, -0.044211726635694504, 0.055176831781864166, 0.014921638183295727, -0.02471255138516426, 0.02461251989006996, -0.013597278855741024, 0.0017722845077514648, 0.01926536299288273, -0.002036650897935033, 0.03120977059006691, -0.043222010135650635, -0.00927636306732893, 0.005985167808830738, 0.009655337780714035, 0.023181824013590813, -0.00302916020154953, 0.029654476791620255, 0.055060673505067825, 0.04353659227490425, -0.007267419248819351, -0.056562695652246475, -0.03776600584387779, 0.028966033831238747, -0.05812810733914375, 0.01047090906649828, 0.023609017953276634, -0.03930233418941498, -0.04656470939517021, -0.011207709088921547, 0.005516720935702324, 0.04311857745051384, -0.027287984266877174, -0.0026852667797356844, 0.025501640513539314, -0.024316219612956047, -0.04633774980902672, -0.06542931497097015, -0.039605461061000824, -0.028072742745280266, 0.018765732645988464, 0.030995208770036697, -0.05333220586180687, 0.010217304341495037, -0.036537349224090576, -0.0814785435795784, 0.03917046636343002, 0.02887984737753868, -0.026925722137093544, 0.06234857067465782, 0.017456091940402985, -0.04970003664493561, 0.0013711575884371996, 0.024667583405971527, -0.0401296503841877, 0.030320456251502037, 0.018355179578065872, -0.0055571445263922215, 0.024956202134490013, 0.03863708674907684, 0.009146042168140411, -0.014066128060221672, -0.07024481147527695, -0.02791636809706688, -0.020826248452067375, -0.0058709098957479, 0.04498324170708656 ]
AnonymousSub/rule_based_roberta_hier_quadruplet_epochs_1_shard_10
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
6
null
--- language: - multilingual - af - am - ar - as - az - be - bg - bn - br - bs - ca - cs - cy - da - de - el - en - eo - es - et - eu - fa - fi - fr - fy - ga - gd - gl - gu - ha - he - hi - hr - hu - hy - id - is - it - ja - jv - ka - kk - km - kn - ko - ku - ky - la - lo - lt - lv - mg - mk - ml - mn - mr - ms - my - ne - nl - no - om - or - pa - pl - ps - pt - ro - ru - sa - sd - si - sk - sl - so - sq - sr - su - sv - sw - ta - te - th - tl - tr - ug - uk - ur - uz - vi - xh - yi - zh license: mit --- # XLM-RoBERTa-XL (xxlarge-sized model) XLM-RoBERTa-XL model pre-trained on 2.5TB of filtered CommonCrawl data containing 100 languages. It was introduced in the paper [Larger-Scale Transformers for Multilingual Masked Language Modeling](https://arxiv.org/abs/2105.00572) by Naman Goyal, Jingfei Du, Myle Ott, Giri Anantharaman, Alexis Conneau and first released in [this repository](https://github.com/pytorch/fairseq/tree/master/examples/xlmr). Disclaimer: The team releasing XLM-RoBERTa-XL did not write a model card for this model so this model card has been written by the Hugging Face team. ## Model description XLM-RoBERTa-XL is a extra large multilingual version of RoBERTa. It is pre-trained on 2.5TB of filtered CommonCrawl data containing 100 languages. RoBERTa is a transformers model pretrained on a large corpus in a self-supervised fashion. This means it was pretrained on the raw texts only, with no humans labeling them in any way (which is why it can use lots of publicly available data) with an automatic process to generate inputs and labels from those texts. More precisely, it was pretrained with the Masked language modeling (MLM) objective. Taking a sentence, the model randomly masks 15% of the words in the input then run the entire masked sentence through the model and has to predict the masked words. This is different from traditional recurrent neural networks (RNNs) that usually see the words one after the other, or from autoregressive models like GPT which internally mask the future tokens. It allows the model to learn a bidirectional representation of the sentence. This way, the model learns an inner representation of 100 languages that can then be used to extract features useful for downstream tasks: if you have a dataset of labeled sentences for instance, you can train a standard classifier using the features produced by the XLM-RoBERTa-XL model as inputs. ## Intended uses & limitations You can use the raw model for masked language modeling, but it's mostly intended to be fine-tuned on a downstream task. See the [model hub](https://huggingface.co/models?search=xlm-roberta-xl) to look for fine-tuned versions on a task that interests you. Note that this model is primarily aimed at being fine-tuned on tasks that use the whole sentence (potentially masked) to make decisions, such as sequence classification, token classification or question answering. For tasks such as text generation, you should look at models like GPT2. ## Usage You can use this model directly with a pipeline for masked language modeling: ```python >>> from transformers import pipeline >>> unmasker = pipeline('fill-mask', model='facebook/xlm-roberta-xxl') >>> unmasker("Europe is a <mask> continent.") [{'score': 0.22996895015239716, 'token': 28811, 'token_str': 'European', 'sequence': 'Europe is a European continent.'}, {'score': 0.14307449758052826, 'token': 21334, 'token_str': 'large', 'sequence': 'Europe is a large continent.'}, {'score': 0.12239163368940353, 'token': 19336, 'token_str': 'small', 'sequence': 'Europe is a small continent.'}, {'score': 0.07025063782930374, 'token': 18410, 'token_str': 'vast', 'sequence': 'Europe is a vast continent.'}, {'score': 0.032869212329387665, 'token': 6957, 'token_str': 'big', 'sequence': 'Europe is a big continent.'}] ``` Here is how to use this model to get the features of a given text in PyTorch: ```python from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained('facebook/xlm-roberta-xxl') model = AutoModelForMaskedLM.from_pretrained("facebook/xlm-roberta-xxl") # prepare input text = "Replace me by any text you'd like." encoded_input = tokenizer(text, return_tensors='pt') # forward pass output = model(**encoded_input) ``` ### BibTeX entry and citation info ```bibtex @article{DBLP:journals/corr/abs-2105-00572, author = {Naman Goyal and Jingfei Du and Myle Ott and Giri Anantharaman and Alexis Conneau}, title = {Larger-Scale Transformers for Multilingual Masked Language Modeling}, journal = {CoRR}, volume = {abs/2105.00572}, year = {2021}, url = {https://arxiv.org/abs/2105.00572}, eprinttype = {arXiv}, eprint = {2105.00572}, timestamp = {Wed, 12 May 2021 15:54:31 +0200}, biburl = {https://dblp.org/rec/journals/corr/abs-2105-00572.bib}, bibsource = {dblp computer science bibliography, https://dblp.org} } ```
[ -0.03443898633122444, -0.004931011237204075, -0.012247739359736443, 0.061116646975278854, 0.04168950021266937, 0.03740711882710457, -0.00039027162711136043, -0.013507099822163582, -0.01986440271139145, 0.057365503162145615, 0.007344817277044058, -0.025219900533556938, -0.011271202005445957, 0.03465354070067406, -0.026300087571144104, -0.004527563229203224, -0.005297482945024967, -0.0162015650421381, -0.08047893643379211, -0.020895706489682198, -0.002685153391212225, -0.0026686806231737137, -0.007316175382584333, 0.030141331255435944, 0.01802677847445011, 0.016354214400053024, -0.010344804264605045, 0.03824392333626747, 0.03549421206116676, -0.07121975719928741, -0.007976447232067585, -0.03530989587306976, -0.03791060298681259, -0.023239990696310997, -0.03091326914727688, -0.025615761056542397, -0.0018137870356440544, -0.011767369695007801, 0.040326133370399475, 0.06747157871723175, -0.00909813679754734, 0.017172185704112053, -0.02066413126885891, -0.044788945466279984, 0.028994737192988396, -0.0038253788370639086, -0.03978375345468521, -0.016575666144490242, 0.026210714131593704, -0.029467955231666565, -0.03114643320441246, -0.06663091480731964, -0.06098199635744095, 0.009237394668161869, -0.01636616699397564, -0.0065742856822907925, -0.03295872360467911, 0.011377708986401558, 0.04778614267706871, -0.06351325660943985, -0.029741818085312843, 0.0212421678006649, -0.05453041195869446, 0.032771386206150055, 0.04237877205014229, -0.03784267604351044, 0.00003538460805430077, -0.04180510714650154, 0.03704089671373367, -0.017640192061662674, 0.04974529147148132, -0.04082726687192917, -0.008598210290074348, -0.09206082671880722, 0.010157031007111073, -0.02247621677815914, 0.048101525753736496, 0.03858734667301178, -0.032619353383779526, 0.05570005625486374, 0.030039791017770767, 0.0048324777744710445, 0.004010505974292755, -0.025190439075231552, -0.000418973620980978, 0.03564459830522537, -0.04980866238474846, 0.004999615252017975, 0.00393569516018033, 0.06563571095466614, -0.03400552645325661, -0.03300459310412407, -0.01151712890714407, -0.02702733501791954, -0.015799395740032196, 0.012657228857278824, 0.04990199953317642, -0.02694581262767315, 0.0495186448097229, 0.018695654347538948, 0.006900360342115164, 0.046871528029441833, -0.0058454228565096855, 0.04933498799800873, -0.013414078392088413, -0.010079464875161648, -0.015330749563872814, -0.030156146734952927, -0.01088393572717905, 0.02295948751270771, 0.05227302387356758, -0.04275655001401901, -0.038961801677942276, 0.054204218089580536, 0.0028973103035241365, -0.026211479678750038, 0.04753784462809563, -0.02839493937790394, -0.0571531318128109, -0.053033508360385895, 0.056038640439510345, 0.007729898672550917, 0.006268451455980539, 0.04030318558216095, -0.06322938203811646, 0.03577334061264992, -0.05880960822105408, -0.02743406780064106, 0.023627525195479393, 0.030062250792980194, -0.032161932438611984, 0.03208230063319206, 0.042284008115530014, -0.051496561616659164, 0.014831827953457832, 0.007706489879637957, -0.07367546111345291, 0.027039451524615288, 0.014157924801111221, 0.11671897768974304, -0.04380250349640846, -0.033845361322164536, 0.017644358798861504, 0.0043285321444272995, -0.0263126902282238, 0.010203005746006966, 0.015104217454791069, -0.025663018226623535, -0.015863711014389992, -0.012424995191395283, 0.04760502278804779, -0.07254579663276672, 0.002954157069325447, 0.06027688458561897, -0.026186861097812653, 0.02631988562643528, -0.03874807804822922, 0.0002918576938100159, -0.002858696272596717, -0.01711283065378666, -0.015549762174487114, 0.03440249711275101, 0.012628136202692986, -0.011163570918142796, -0.062353283166885376, -0.04750603437423706, 0.0015047548804432154, 0.07367362082004547, 0.005801384802907705, -0.008904227055609226, -0.01707299053668976, 0.01967865228652954, 0.03368334844708443, 0.03352643921971321, -0.04918695241212845, 0.03032750077545643, 0.041624877601861954, 0.01289374753832817, -0.0025867577642202377, 0.0634818747639656, 0.014343921095132828, -0.03697497397661209, -0.026002749800682068, 0.03212972730398178, 0.013254422694444656, -0.042804066091775894, -0.006174813956022263, 0.0384911485016346, -0.009172873571515083, -0.018475238233804703, 0.007647036574780941, 0.07341381162405014, -0.011551720090210438, -0.008167029358446598, 0.0015345180872827768, -0.015550879761576653, -0.042685579508543015, 0.0531202033162117, -0.020047590136528015, 0.008911840617656708, -0.013925701379776001, -0.01915520615875721, 0.002588810632005334, 0.04207663610577583, 0.0402742400765419, 0.04819355905056, -0.020975399762392044, 0.06338224560022354, -0.030551549047231674, -0.006985599175095558, -0.059418465942144394, -0.051070354878902435, -0.014014513231813908, 0.05201353132724762, 0.03249490261077881, 0.03820064663887024, -0.013242308050394058, -0.043866392225027084, 0.012390469200909138, 0.06337032467126846, 0.07284853607416153, 0.032525308430194855, -0.025299619883298874, -0.0013196723302826285, 0.021615803241729736, 0.0762706995010376, -0.07448158413171768, -0.04228445887565613, 0.028646158054471016, 0.046311601996421814, -0.02054615318775177, 0.03882237896323204, -0.02105255424976349, 0.03784278780221939, -0.053278837352991104, -0.05349625647068024, 0.04047403484582901, 0.021419314667582512, -0.006946115288883448, 0.025269145146012306, -0.0030879927799105644, 0.016838427633047104, 0.01984422281384468, 0.01670926623046398, -0.003543981583788991, -0.04092411696910858, -0.014600415714085102, 0.026535796001553535, 0.040529582649469376, -0.050724636763334274, 0.01315949484705925, 0.011569530703127384, 0.018248556181788445, 0.04224647581577301, -0.03646012023091316, 0.030576499179005623, 0.013626612722873688, -0.029421549290418625, -0.033632438629865646, 0.01755833812057972, -0.004676252603530884, 0.018900569528341293, 0.07316341251134872, -0.00974336639046669, 0.05716262757778168, 0.013847634196281433, 0.048456743359565735, 0.08665335923433304, 0.014117947779595852, 0.019185025244951248, 0.031831588596105576, 0.07130976766347885, 0.008812319487333298, -0.01056260522454977, 0.05324693024158478, -0.03749680891633034, 0.00025877225561998785, -0.02703910879790783, 0.002642578911036253, 0.0003201940271537751, -0.017064742743968964, 0.04267260804772377, 0.0013964002719148993, -0.007177556399255991, 0.010749245062470436, -0.03614309802651405, 0.0018028211779892445, 0.06127972900867462, -0.01820390857756138, -0.009808257222175598, -0.007677256129682064, -0.006821369286626577, 0.023847350850701332, -0.07506942003965378, -0.05409317836165428, 0.009026702493429184, -0.023630226030945778, 0.003784499829635024, -0.05732758343219757, -0.025620048865675926, -0.055228859186172485, -0.004221845418214798, 0.041687723249197006, 0.015574099496006966, -0.00940579641610384, -0.03822264075279236, 0.012871140614151955, -0.034836363047361374, -0.012541360221803188, -0.0478060208261013, -0.04863554984331131, -0.024920551106333733, -0.06837678700685501, 0.04498632624745369, 0.02392495609819889, 0.035170286893844604, -0.020990265533328056, 0.012725303880870342, -0.04131694510579109, -0.03913344815373421, 0.04107091203331947, 0.06197294220328331, -0.027368325740098953, -0.03623142093420029, 0.009729779325425625, -0.008903935551643372, 0.009027011692523956, 0.005799621809273958, -0.026272160932421684, 0.08970769494771957, 0.07552812248468399, 0.03543597459793091, -0.0040778894908726215, -0.003952917642891407, -0.057905882596969604, -0.05909014865756035, -0.03981724753975868, -0.03899124264717102, 0.00018301603267900646, -0.03471418097615242, -0.04318179562687874, -0.007602310739457607, -0.02158782258629799, -0.0023788148537278175, -0.0007554475450888276, 0.0028535781893879175, 0.042876798659563065, 0.05231728032231331, 0.04199035093188286, 0.031193826347589493, -0.04123388230800629, -0.03850794583559036, 0.0671868696808815, 0.01266758143901825, 0.00439387746155262, -0.038954462856054306, -0.02463553100824356, 0.041703786700963974, 0.04064439982175827, -0.012008619494736195, -0.022253142669796944, 0.07082115113735199, 0.01456526294350624, 0.0009242835803888738, -0.006275542080402374, -0.029728835448622704, -0.031026745215058327, 0.026137419044971466, 0.007764429319649935, -0.03083740547299385, -0.05881010740995407, -0.03628385066986084, 0.010045427829027176, 0.06250976771116257, -0.04727546125650406, -0.06280092895030975, -0.0329502671957016, 0.020729780197143555, 0.017299722880125046, 0.007783171255141497, -0.04294569790363312, 0.018087511882185936, -0.03839849308133125, -0.04294927790760994, 0.012996410019695759, 0.01765160821378231, 0.015335307456552982, 0.04925311729311943, 0.024120857939124107, -0.021764900535345078, 0.03924648463726044, 0.019800562411546707, 0.05087542533874512, 0.047045160084962845, -0.04608438163995743, 0.027328917756676674, -0.03043460100889206, 0.03690847381949425, 0.0005860648234374821, -0.024234209209680557, -0.05627424642443657, -0.07866542041301727, -0.008580298162996769, 0.027535054832696915, -0.04619038850069046, -0.018879882991313934, 0.06550849229097366, -0.007482907269150019, -0.0027378075756132603, -0.004726697690784931, 0.030206071212887764, 0.03637983277440071, -0.05994651839137077, 0.043537795543670654, -0.004088324960321188, 0.03280900791287422, -0.05208144336938858, 0.022439152002334595, -0.009724689647555351, -0.01699697971343994, -0.0014133057557046413, 0.07576018571853638, 0.03748151287436485, 0.042988721281290054, 0.08161786198616028, 0.018601728603243828, -0.048337701708078384, 0.02911093272268772, 0.041789572685956955, -0.0016497928882017732, -0.028667597100138664, 0.02398342825472355, -0.029915181919932365, -0.035004112869501114, -0.010046308860182762, -0.020588790997862816, 0.025314703583717346, 0.022873058915138245, 0.023591332137584686, -0.033469412475824356, 0.03169496729969978, -0.03568141534924507, -0.03818019479513168, -0.06494640558958054, -0.026480933651328087, 0.019165409728884697, -0.025857195258140564, 0.019910331815481186, 0.028546899557113647, 0.023570969700813293, 0.05776205658912659, 0.03617314621806145, -0.030524399131536484, -0.0386592261493206, 0.010879726149141788, 0.027454834431409836, -0.042157310992479324, -0.056054048240184784, -0.06799174100160599, 0.049613650888204575, 0.05002541467547417, 0.008550548925995827, -0.06776870042085648, 0.028216825798153877, 0.05094669759273529, -0.018058573827147484, 0.047601066529750824, -0.007950417697429657, 0.04872145131230354, 0.05098411813378334, -0.03803739696741104, 0.0021855717059224844, -0.016817662864923477, 0.022153493016958237, -0.016182467341423035, 0.044517882168293, -0.004813746083527803, -0.049092043191194534, -0.05615387484431267, 0.001488619134761393, 0.036385633051395416, 0.0435514934360981, 0.048522405326366425, -0.0231972374022007, -0.05054924637079239, 0.0015918916324153543, 0.051925260573625565, -0.055766090750694275, 0.040933866053819656, 0.023865316063165665, 0.036351580172777176, -0.04566649720072746, -0.026425374671816826, -0.017326874658465385, 0.0020996297243982553, 0.008430605754256248, 0.0011032359907403588, -0.035249974578619, -0.06981205195188522, 0.03192681446671486, -0.046402715146541595, -0.01975075900554657, -0.08542758971452713, 0.04161457344889641, -0.034972015768289566, -0.026194455102086067, 0.0460188165307045, 0.024615595117211342, 0.04323679581284523, 0.03510972857475281, 0.016479650512337685, 0.007222921587526798, -0.05759272351861, 0.04478098079562187, -0.010088371112942696, -0.003902895376086235, -0.008001682348549366, -0.03842680901288986, -0.007304423954337835, -0.0298323854804039, -0.05619785934686661, -0.0340537391602993, -0.0023638017009943724, 0.022438114508986473, -0.008595170453190804, 0.01737215742468834, -0.026843464002013206, 0.02491527982056141, -0.03582015633583069, -0.028876353055238724, -0.0363951213657856, -0.02877495437860489, -0.08268867433071136, -0.052118390798568726, 0.019368860870599747, 0.004479514434933662, 0.012477783486247063, 0.00061690533766523, -0.005207219626754522, 0.03391680493950844, 0.008275928907096386, -0.005647348705679178, 0.042069174349308014, -0.00007597056537633762, -0.03830467537045479, -0.03375735506415367, 0.022438641637563705, 0.0068695442751049995, 0.04036876931786537, -0.03118448331952095, 0.03551601618528366, 0.016045931726694107, -0.03248051926493645, -0.010166516527533531, 0.021113738417625427, 0.019827168434858322, -0.07093586027622223, -0.059703242033720016, -0.03780515119433403, -0.06437774002552032, 0.05361540615558624, -0.014098795130848885, -0.030550269410014153, 0.05513991042971611, 0.04752308875322342, 0.05305099859833717, 0.005409045610576868, -0.021044114604592323, 0.010828065685927868, -0.017962120473384857, 0.034249477088451385, -0.06514392048120499, 0.029791397973895073, -0.018872765824198723, 0.026941915974020958, -0.010281228460371494, -0.01794443093240261, -0.05839765816926956, 0.020264597609639168, -0.021196648478507996, -0.010658171027898788, -0.014835157431662083, 0.00903625413775444, -0.01717471145093441, 0.052744824439287186, -0.057095371186733246, 0.031256891787052155, -0.039532192051410675, 0.053140852600336075, -0.04054741561412811, 0.008827928453683853, -0.02094080112874508, 0.007707352750003338, -0.01323799230158329, -0.017597205936908722, -0.00849352777004242, -0.05345994979143143, 0.04179351031780243, 0.03849971666932106, 0.025962408632040024, 0.01591511256992817, -0.02715255878865719, -0.0013171021128073335, 0.00023954107018653303, -0.06805005669593811, -0.006244891323149204, -0.004072025418281555, 0.015751555562019348, -0.0014814988244324923, 0.06237170472741127, 0.021656624972820282, -0.0391479916870594, -0.05748937651515007, 0.031535446643829346, 0.007415874861180782, -0.009016149677336216, 0.01266498677432537, 0.027591755613684654, 0.03975614532828331, 0.05112888664007187, -0.03943663835525513, 0.010353894904255867, -0.014837137423455715, -0.036919888108968735, 0.027816908434033394, -0.011572614312171936, 0.01092636026442051, 0.014483381994068623, -0.030658485367894173, -0.032697293907403946, 0.07506661862134933, 0.010664825327694416, 0.030102817341685295, -0.0022836029529571533, -0.018645914271473885, 0.03721464425325394, 0.00002964076520584058, -0.056432027369737625, 0.0008394279866479337, -0.018717821687459946, -0.02848834916949272, 0.06723054498434067, -0.0031809299252927303, 0.017802070826292038, 0.0369843989610672, 0.004920744337141514, -0.0065460470505058765, 0.033935483545064926, -0.047394752502441406, 0.00793355144560337, 0.02342785894870758, -0.024826213717460632, -0.014218711294233799, -0.017431264743208885, 0.08055585622787476, -0.06776132434606552, 0.05575282499194145, 0.04996166378259659, 0.010913403704762459, 0.026168840005993843, -0.033855125308036804, -0.0333380363881588, 0.003273246344178915, -0.029429486021399498, 0.07418084889650345, 0.001538886339403689, -0.06996067613363266, 0.07976599782705307, 0.029006099328398705, -0.08102867007255554, 0.058371610939502716, 0.033555179834365845, 0.014419055543839931, 0.041599590331315994, 0.012921623885631561, -0.0548061765730381, 0.04432857781648636, -0.043305784463882446, 0.033599723130464554, -0.038391128182411194, -0.004957095719873905, 0.03246379271149635, -0.024339623749256134, -0.017720427364110947, 0.013305000960826874, -0.011019651778042316, 0.004212989471852779, 0.0045096068643033504, -0.07919692248106003, -0.03186429291963577, 0.0029696684796363115, 0.020756185054779053, -0.04049839824438095, -0.003630775259807706, -0.03583666682243347, 0.032572563737630844, 0.01967334933578968, -0.004515764769166708, -0.04920896887779236, -0.003980786073952913, 0.041158877313137054, -0.08037465810775757, -0.044060830026865005, 0.05540015548467636, 0.014734970405697823, -0.024547351524233818, 0.02444671094417572, -0.013441045768558979, 0.001969141885638237, 0.01924034021794796, -0.002290166914463043, 0.030889417976140976, -0.043030183762311935, -0.00936945155262947, 0.005941349547356367, 0.009714541956782341, 0.0229062270373106, -0.002700470620766282, 0.029411889612674713, 0.05480452999472618, 0.04329956695437431, -0.006981076207011938, -0.0570622980594635, -0.03772107884287834, 0.028764482587575912, -0.05804455652832985, 0.010593079961836338, 0.023623857647180557, -0.03881947696208954, -0.04678681865334511, -0.011357162147760391, 0.00571656646206975, 0.04318112134933472, -0.027501987293362617, -0.0027866880409419537, 0.02555922605097294, -0.024445587769150734, -0.046516649425029755, -0.06571391969919205, -0.03955215960741043, -0.02803228609263897, 0.018895018845796585, 0.03099588304758072, -0.05375559255480766, 0.010335586033761501, -0.03664093092083931, -0.08164484053850174, 0.03913348168134689, 0.028764961287379265, -0.026545507833361626, 0.062207650393247604, 0.017183128744363785, -0.04997910559177399, 0.001526156789623201, 0.024517495185136795, -0.04044962674379349, 0.030525093898177147, 0.01850547082722187, -0.005606149323284626, 0.025134533643722534, 0.038738857954740524, 0.009148837067186832, -0.0140052055940032, -0.07016100734472275, -0.028042208403348923, -0.02084380015730858, -0.0059802294708788395, 0.04516630619764328 ]
AnonymousSub/rule_based_roberta_hier_quadruplet_epochs_1_shard_1_squad2.0
[ "pytorch", "roberta", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "RobertaForQuestionAnswering" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
2
2022-01-05T01:33:34Z
--- library_name: fairseq task: audio-to-audio tags: - fairseq - audio - audio-to-audio - speech-to-speech-translation language: en-ar datasets: - must_c - covost2 widget: - example_title: Common Voice sample 1 src: https://huggingface.co/facebook/xm_transformer_600m-en_es-multi_domain/resolve/main/common_voice_en_18295850.mp3 --- # xm_transformer_600m-en_ar-multi_domain [W2V2-Transformer](https://aclanthology.org/2021.acl-long.68/) speech-to-text translation model from fairseq S2T ([paper](https://arxiv.org/abs/2010.05171)/[code](https://github.com/pytorch/fairseq/tree/main/examples/speech_to_text)): - English-Arabic - Trained on MuST-C, CoVoST 2, Multilingual LibriSpeech, Common Voice v7 and CCMatrix - Speech synthesis with [facebook/tts_transformer-ar-cv7](https://huggingface.co/facebook/tts_transformer-ar-cv7) ## Usage ```python from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub from fairseq.models.speech_to_text.hub_interface import S2THubInterface from fairseq.models.text_to_speech.hub_interface import TTSHubInterface import IPython.display as ipd import torchaudio models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "facebook/xm_transformer_600m-en_ar-multi_domain", arg_overrides={"config_yaml": "config.yaml"}, ) model = models[0] generator = task.build_generator(model, cfg) # requires 16000Hz mono channel audio audio, _ = torchaudio.load("/path/to/an/audio/file") sample = S2THubInterface.get_model_input(task, audio) text = S2THubInterface.get_prediction(task, model, generator, sample) # speech synthesis tts_models, tts_cfg, tts_task = load_model_ensemble_and_task_from_hf_hub( f"facebook/tts_transformer-ar-cv7", arg_overrides={"vocoder": "griffin_lim", "fp16": False}, ) tts_model = tts_models[0] TTSHubInterface.update_cfg_with_data_cfg(tts_cfg, tts_task.data_cfg) tts_generator = tts_task.build_generator([tts_model], tts_cfg) tts_sample = TTSHubInterface.get_model_input(tts_task, text) wav, sr = TTSHubInterface.get_prediction( tts_task, tts_model, tts_generator, tts_sample ) ipd.Audio(wav, rate=rate) ``` ## Citation ```bibtex @inproceedings{li-etal-2021-multilingual, title = "Multilingual Speech Translation from Efficient Finetuning of Pretrained Models", author = "Li, Xian and Wang, Changhan and Tang, Yun and Tran, Chau and Tang, Yuqing and Pino, Juan and Baevski, Alexei and Conneau, Alexis and Auli, Michael", booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)", month = aug, year = "2021", address = "Online", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2021.acl-long.68", doi = "10.18653/v1/2021.acl-long.68", pages = "827--838", } @inproceedings{wang-etal-2020-fairseq, title = "Fairseq {S}2{T}: Fast Speech-to-Text Modeling with Fairseq", author = "Wang, Changhan and Tang, Yun and Ma, Xutai and Wu, Anne and Okhonko, Dmytro and Pino, Juan", booktitle = "Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Joint Conference on Natural Language Processing: System Demonstrations", month = dec, year = "2020", address = "Suzhou, China", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2020.aacl-demo.6", pages = "33--39", } ```
[ -0.017088884487748146, -0.02544666826725006, -0.03453214466571808, 0.04676000773906708, 0.045047059655189514, 0.038462650030851364, -0.014823950827121735, -0.024167463183403015, -0.02631557360291481, 0.057673078030347824, 0.030833203345537186, 0.012437322176992893, 0.006804312113672495, 0.026381082832813263, -0.02414281666278839, -0.059007130563259125, -0.027865994721651077, -0.01977766864001751, -0.03500371053814888, -0.029628701508045197, 0.0015681906370446086, 0.03430602699518204, -0.007888799533247948, 0.026283353567123413, 0.005348852835595608, 0.04179120063781738, -0.014175069518387318, 0.03623628988862038, -0.0022142285015434027, -0.06843477487564087, -0.0027524607721716166, -0.023074066266417503, -0.0227640550583601, -0.03683553636074066, -0.011857741512358189, 0.00564055098220706, 0.009478004649281502, 0.018196893855929375, 0.029646137729287148, 0.038834720849990845, -0.020402750000357628, 0.00014257681323215365, -0.0024456733372062445, -0.03334105759859085, 0.03324615955352783, -0.01105948630720377, -0.04685911163687706, -0.016773771494627, 0.023896630853414536, -0.045784126967191696, -0.04666019603610039, -0.06124521791934967, -0.02278873138129711, 0.011487745679914951, -0.011432101018726826, -0.033954717218875885, -0.03322217985987663, -0.020204048603773117, 0.061950597912073135, -0.03553062304854393, -0.022050701081752777, 0.020627228543162346, -0.055992286652326584, 0.015718158334493637, 0.02382979355752468, -0.06678398698568344, 0.007533730007708073, -0.057752594351768494, 0.02708081714808941, -0.03032780811190605, 0.06521043926477432, -0.03669406846165657, 0.015470906160771847, -0.07402617484331131, 0.0209666658192873, -0.008176637813448906, 0.03203488141298294, 0.04121378809213638, -0.04266047105193138, 0.061668090522289276, 0.015173547901213169, 0.008948232047259808, 0.03483841195702553, -0.009583666920661926, -0.0038487243000417948, 0.03923999145627022, -0.04856060817837715, 0.02064218558371067, 0.020032642409205437, 0.0336432158946991, -0.03862433135509491, -0.04404623061418533, -0.02821461111307144, -0.04225979745388031, -0.005181420594453812, 0.05086471512913704, 0.046037156134843826, -0.04331672564148903, 0.025562696158885956, 0.027247287333011627, 0.0193504448980093, 0.042007118463516235, -0.014623687602579594, 0.0615057647228241, -0.022196372970938683, 0.0010980152292177081, -0.0007026560488156974, -0.03196752443909645, -0.05333084613084793, 0.028258930891752243, 0.046470098197460175, -0.03489634767174721, -0.03750419616699219, 0.032494258135557175, 0.005776960868388414, -0.0265884418040514, 0.03859788924455643, -0.04197775572538376, -0.030585432425141335, -0.05658001825213432, 0.05904260277748108, 0.009383399039506912, -0.0028908338863402605, 0.01239816751331091, -0.03316648304462433, 0.037363551557064056, -0.0425165630877018, -0.031213941052556038, -0.001576972659677267, 0.017513427883386612, 0.009072922170162201, 0.030655041337013245, 0.015327580273151398, -0.04165470600128174, 0.0003794497170019895, 0.01275870855897665, -0.08678106218576431, 0.030065616592764854, 0.03926868364214897, 0.11432638019323349, -0.06516803056001663, -0.04096389561891556, 0.00583705073222518, 0.006645092740654945, -0.01982719823718071, 0.004229382611811161, 0.02243734709918499, -0.016002442687749863, -0.0385577566921711, 0.010096173733472824, 0.058710455894470215, -0.06470637768507004, -0.0008518933900631964, 0.04608976095914841, -0.027110684663057327, 0.031192975118756294, -0.026077404618263245, 0.010292759165167809, -0.008336399681866169, 0.004472069442272186, -0.035612765699625015, 0.04372122138738632, 0.002958875149488449, -0.018729068338871002, -0.02914133481681347, -0.0516430027782917, -0.023231087252497673, 0.0833757072687149, 0.008854830637574196, -0.013696173205971718, -0.02832285314798355, 0.0157217588275671, 0.04428647831082344, 0.024883555248379707, -0.030765460804104805, 0.01586054265499115, 0.07266788929700851, 0.04814847186207771, -0.022044066339731216, 0.07732468843460083, 0.012186768464744091, -0.019636381417512894, -0.03295858949422836, -0.003098423359915614, 0.003974751103669405, -0.0185764841735363, -0.004899079445749521, 0.06333319842815399, -0.012535843066871166, -0.018602672964334488, -0.028690364211797714, 0.055318620055913925, 0.0020990034099668264, 0.0026439351495355368, -0.01978602632880211, -0.015440244227647781, -0.03913043439388275, 0.03446989133954048, -0.027353843674063683, 0.008132458664476871, -0.018293656408786774, -0.022221609950065613, -0.007125646807253361, 0.021896645426750183, 0.023813456296920776, 0.027784215286374092, 0.0010849619284272194, 0.10565847158432007, -0.028177231550216675, 0.029067762196063995, -0.044939227402210236, -0.04857389256358147, -0.014077558182179928, 0.05032040551304817, 0.041447971016168594, 0.07677990943193436, -0.02152555249631405, -0.04549047723412514, 0.02532735839486122, 0.06424373388290405, 0.04797876253724098, 0.01808822527527809, -0.021281909197568893, 0.004931286908686161, 0.038763754069805145, 0.06532298773527145, -0.053643498569726944, -0.034488268196582794, 0.00402709748595953, 0.03123791329562664, -0.014284864068031311, -0.00403030076995492, -0.0237019844353199, 0.025259926915168762, -0.05787784233689308, -0.07687591761350632, 0.06353039294481277, 0.043055981397628784, -0.009633451700210571, 0.0202187392860651, -0.0010324569884687662, 0.018318230286240578, 0.0269988514482975, -0.00044521037489175797, 0.009162013418972492, -0.04220402240753174, 0.005978395231068134, 0.015350227244198322, 0.05166652798652649, -0.07279781252145767, 0.025411207228899002, 0.003612781874835491, 0.012941897846758366, 0.036908768117427826, -0.04191732034087181, 0.04270098730921745, 0.016553686931729317, 0.00828977208584547, -0.03196055069565773, 0.015022974461317062, 0.005190864205360413, 0.04718873277306557, 0.07966388016939163, -0.007748734671622515, 0.06148529425263405, -0.014178529381752014, 0.04730648919939995, 0.06139201298356056, 0.023828579112887383, -0.0015921358717605472, 0.012748763896524906, 0.07708408683538437, 0.009930330328643322, -0.022559162229299545, 0.06610524654388428, -0.04221604764461517, 0.037048012018203735, -0.030408531427383423, 0.017661258578300476, -0.006369887385517359, -0.001307049416936934, 0.026755737140774727, 0.01850709319114685, -0.022929266095161438, 0.013090411201119423, -0.02351377345621586, -0.017158228904008865, 0.05323076248168945, -0.018310939893126488, -0.012069803662598133, 0.0006863374728709459, -0.002473157597705722, 0.014767958782613277, -0.09548607468605042, -0.051720403134822845, 0.003070517908781767, -0.02708197571337223, 0.024931564927101135, -0.0793808177113533, -0.02793651446700096, -0.08769918233156204, -0.009136670269072056, 0.02729305811226368, 0.03207383677363396, 0.00964879710227251, -0.02997574210166931, 0.008886408992111683, -0.06519946455955505, -0.03712023049592972, -0.061540402472019196, -0.025907857343554497, -0.014568397775292397, -0.051377322524785995, 0.03777918592095375, 0.00966364424675703, 0.03619975596666336, 0.01679251343011856, -0.0005554474773816764, -0.03953586146235466, -0.025162478908896446, 0.06761029362678528, 0.029194451868534088, -0.03160795569419861, -0.061986032873392105, 0.03107384592294693, -0.033547669649124146, 0.017976483330130577, -0.007013827562332153, -0.039204757660627365, 0.08844848722219467, 0.054826099425554276, 0.02391759119927883, 0.044437430799007416, -0.013320094905793667, -0.04562454670667648, -0.06354772299528122, -0.027651961892843246, -0.036222852766513824, -0.009955775924026966, -0.026403484866023064, -0.03625398129224777, -0.04403313994407654, -0.028624175116419792, -0.014990326017141342, -0.014347235672175884, 0.012343447655439377, 0.07049209624528885, 0.04418231546878815, 0.02276020497083664, 0.039554663002491, -0.05405902862548828, -0.014109154231846333, 0.08000227063894272, -0.006125651765614748, -0.0046340590342879295, -0.06922513246536255, -0.025460677221417427, 0.0354590006172657, 0.02211250178515911, -0.007909104228019714, 0.00979505106806755, 0.08266045898199081, 0.00043437298154458404, -0.007066336460411549, 0.016893474385142326, -0.02322586253285408, -0.01802651770412922, -0.009420083835721016, -0.00045579488505609334, -0.02324393391609192, -0.05483870580792427, -0.0047080921940505505, 0.0018313451437279582, 0.04630377143621445, -0.060200851410627365, -0.03480423614382744, -0.026737211272120476, 0.042544275522232056, 0.013997706584632397, -0.01651708036661148, -0.025917313992977142, 0.0060725430957973, -0.04739002138376236, -0.04711197689175606, -0.007301750592887402, 0.006737766321748495, 0.005550372879952192, 0.042367834597826004, 0.017777303233742714, -0.025803599506616592, 0.03899972885847092, 0.025911813601851463, 0.06445970386266708, 0.028237303718924522, -0.04332951083779335, 0.017907047644257545, -0.02015591971576214, 0.008377254009246826, 0.003773685544729233, -0.030342306941747665, -0.0331026129424572, -0.07256069034337997, -0.0035560906399041414, 0.01407318189740181, -0.012585625983774662, -0.017681388184428215, 0.048868924379348755, -0.01907740905880928, 0.0015957178547978401, 0.01057856623083353, 0.011470526456832886, 0.04940043017268181, -0.03872552514076233, 0.02885921113193035, -0.012331267818808556, 0.04033345729112625, -0.05832832306623459, 0.030229484662413597, -0.028503479436039925, -0.0019682301208376884, -0.007033940404653549, 0.06822576373815536, 0.03699881210923195, 0.038088325411081314, 0.06276627629995346, 0.030002111569046974, -0.051194705069065094, 0.027207141742110252, 0.03147010877728462, -0.02055160515010357, -0.06249156594276428, -0.0011968197068199515, -0.015545481815934181, -0.026519272476434708, -0.014382632449269295, -0.0408514067530632, 0.02845873311161995, 0.025005243718624115, -0.012157881632447243, -0.018721338361501694, 0.025964777916669846, -0.03227110207080841, -0.004590803757309914, -0.046815525740385056, -0.03588779270648956, 0.02168225683271885, -0.02044709399342537, 0.03402283787727356, 0.026196148246526718, -0.005171593744307756, 0.045546431094408035, 0.04479198530316353, -0.0402863509953022, -0.04004363343119621, 0.03479090332984924, 0.03850134089589119, -0.034977469593286514, -0.04826638102531433, -0.043093591928482056, 0.04302510246634483, 0.01090241875499487, -0.018125062808394432, -0.08204489946365356, 0.003110363148152828, 0.055978674441576004, -0.020374491810798645, 0.07061943411827087, -0.01511414349079132, 0.0300371665507555, 0.042817506939172745, -0.0046313125640153885, 0.02366315945982933, -0.02132597006857395, 0.03310779482126236, 0.0009752890327945352, 0.002730617532506585, -0.026463406160473824, -0.01866905391216278, -0.06454315036535263, 0.023138657212257385, 0.032295823097229004, 0.02390933409333229, 0.04103076830506325, -0.01481813844293356, -0.05066988617181778, 0.004699696786701679, 0.03754885494709015, -0.044648218899965286, 0.028267964720726013, 0.021857408806681633, 0.050768617540597916, -0.049899328500032425, -0.02772868610918522, 0.0032384623773396015, 0.020597603172063828, 0.03502993658185005, -0.01923261396586895, -0.05063183605670929, -0.022298678755760193, 0.02397538535296917, -0.025329861789941788, -0.03645368292927742, -0.08902724832296371, 0.02098083309829235, -0.011692856438457966, 0.006214819382876158, 0.06147975102066994, 0.031069356948137283, 0.052974507212638855, 0.030856536701321602, 0.004070818889886141, 0.03956551104784012, -0.04179973900318146, 0.05058698356151581, -0.030477317050099373, -0.025471309199929237, -0.01625092141330242, -0.04367326945066452, -0.009852811694145203, -0.01293779443949461, -0.03177843615412712, -0.051624927669763565, -0.0075811236165463924, 0.03676821291446686, -0.023004503920674324, 0.02289089933037758, -0.03291158378124237, 0.0486183799803257, -0.01264617033302784, -0.021260308101773262, -0.007143798749893904, -0.04062138870358467, -0.06603364646434784, -0.04759497195482254, 0.029073426499962807, -0.016812387853860855, 0.023953421041369438, 0.027512937784194946, 0.030844032764434814, 0.027626225724816322, 0.012021292001008987, -0.010102114640176296, 0.027232743799686432, -0.005101518705487251, -0.06724386662244797, -0.033656079322099686, 0.025927329435944557, 0.013476737774908543, 0.06154215708374977, -0.013860753737390041, 0.032953303307294846, 0.025208286941051483, -0.05583309754729271, -0.009378878399729729, 0.02459757961332798, 0.018077712506055832, -0.07072117924690247, -0.04437708854675293, -0.017960207536816597, -0.043782055377960205, 0.016464220359921455, -0.0022376689594238997, 0.004475327208638191, 0.02885824255645275, 0.035940706729888916, 0.039579782634973526, -0.009008562192320824, -0.04422297701239586, 0.019497811794281006, -0.013623731210827827, 0.018955379724502563, -0.07324181497097015, 0.06347864866256714, -0.02337154746055603, 0.0284618828445673, 0.006179182790219784, 0.0011693948181346059, -0.028712065890431404, 0.05068402737379074, 0.00696597108617425, -0.009472755715250969, -0.009280988946557045, 0.00025868750526569784, -0.014517746865749359, 0.0366353914141655, -0.026455538347363472, 0.0017798889894038439, -0.040117040276527405, 0.039455704391002655, -0.019587954506278038, 0.0013214837526902556, -0.023453058674931526, -0.021891305223107338, -0.01854502037167549, -0.011965399608016014, -0.02487579733133316, -0.0559791624546051, 0.04274745285511017, 0.03400811553001404, 0.06036601960659027, 0.023394430056214333, -0.025853704661130905, 0.00361076183617115, 0.029612509533762932, -0.046855628490448, -0.005603761412203312, 0.005528968758881092, 0.047682490199804306, 0.008271859958767891, 0.053779929876327515, 0.014310428872704506, -0.05693131685256958, -0.06741277873516083, 0.030798641964793205, 0.01449697744101286, 0.025969402864575386, 0.025040416046977043, 0.031335413455963135, 0.06146807596087456, 0.03766711801290512, -0.02660704031586647, 0.0034108164254575968, -0.027669796720147133, -0.02179602161049843, 0.015229419805109501, -0.018391616642475128, -0.00493896147236228, -0.01419157162308693, -0.04913557320833206, -0.02623951993882656, 0.06945905089378357, 0.014670215547084808, 0.021644292399287224, -0.022378098219633102, -0.040116604417562485, 0.03257715702056885, -0.016780581325292587, -0.03705613687634468, 0.009930918924510479, -0.003564591519534588, -0.04314151778817177, 0.07544220238924026, -0.008173483423888683, 0.03929264098405838, 0.02724565379321575, 0.013653925620019436, -0.0031268387101590633, 0.05124222859740257, -0.02190137282013893, 0.020485518500208855, 0.04492693394422531, -0.05211322754621506, -0.019195280969142914, -0.024109838530421257, 0.06993468105792999, -0.08198937028646469, 0.027471214532852173, 0.04359464347362518, 0.01914580911397934, 0.01876509189605713, -0.02760166861116886, -0.04630985110998154, 0.03156225010752678, -0.03726688399910927, 0.07978937029838562, 0.013125778175890446, -0.0599103607237339, 0.07323610037565231, 0.03618375584483147, -0.11183105409145355, 0.05433456599712372, 0.029339060187339783, 0.007041184231638908, 0.025282250717282295, 0.04954250156879425, -0.05127095803618431, -0.004083346109837294, -0.04481968656182289, 0.011914154514670372, -0.04516611248254776, 0.017501361668109894, 0.0013257535174489021, -0.053124163299798965, 0.001353511237539351, 0.009800306521356106, -0.008564161136746407, -0.027120934799313545, -0.0030914770904928446, -0.07186820358037949, -0.02729063853621483, -0.0031307514291256666, 0.04061773046851158, -0.04107418656349182, 0.014958715997636318, -0.032365020364522934, 0.011071830056607723, 0.032727133482694626, 0.01397329568862915, -0.03444427251815796, -0.00799180381000042, 0.006565774325281382, -0.07855170220136642, -0.04970012605190277, 0.04618668928742409, 0.02638379856944084, -0.03053128905594349, 0.037699680775403976, -0.008764375001192093, 0.014938111416995525, 0.04122822359204292, 0.008722621947526932, 0.02070794068276882, -0.06643275171518326, -0.0009351153858006, -0.008083975873887539, 0.002433781512081623, 0.0069575002416968346, -0.007884145714342594, 0.05136383697390556, 0.044299595057964325, 0.014022359624505043, 0.013232940807938576, -0.020457739010453224, -0.017126882448792458, 0.04074123129248619, -0.03783804178237915, 0.0306854248046875, 0.009490727446973324, -0.040235843509435654, -0.03903309628367424, -0.010682477615773678, 0.008627235889434814, 0.03915170580148697, -0.04068756476044655, 0.0005570912035182118, 0.011320563033223152, -0.03857976198196411, -0.06243337318301201, -0.08183775842189789, -0.03500528261065483, -0.05150275304913521, 0.03908219188451767, 0.022260067984461784, -0.052283525466918945, 0.0008808514685370028, -0.03859104588627815, -0.05732220038771629, 0.02035563439130783, 0.01714909076690674, -0.029276035726070404, 0.04592665657401085, 0.04293593019247055, -0.0631762221455574, 0.01643519289791584, 0.055145785212516785, -0.008040864020586014, 0.026426611468195915, 0.025825664401054382, 0.020896989852190018, 0.024917984381318092, 0.0548570416867733, -0.03556334599852562, -0.014559656381607056, -0.03802761435508728, -0.03721313178539276, -0.017778495326638222, -0.012954400852322578, 0.0443820096552372 ]
AnonymousSub/rule_based_roberta_hier_triplet_0.1_epochs_1_shard_1
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
6
2022-01-05T02:22:47Z
--- library_name: fairseq task: audio-to-audio tags: - fairseq - audio - audio-to-audio - speech-to-speech-translation language: en-fr datasets: - must_c - europarl_st - voxpopuli - libritrans widget: - example_title: Common Voice sample 1 src: https://huggingface.co/facebook/xm_transformer_600m-en_es-multi_domain/resolve/main/common_voice_en_18295850.mp3 --- # xm_transformer_600m-en_fr-multi_domain [W2V2-Transformer](https://aclanthology.org/2021.acl-long.68/) speech-to-text translation model from fairseq S2T ([paper](https://arxiv.org/abs/2010.05171)/[code](https://github.com/pytorch/fairseq/tree/main/examples/speech_to_text)): - English-French - Trained on MuST-C, EuroParl-ST, VoxPopuli, LibriTrans, Multilingual LibriSpeech, Common Voice v7 and CCMatrix - Speech synthesis with [facebook/tts_transformer-fr-cv7_css10](https://huggingface.co/facebook/tts_transformer-fr-cv7_css10) ## Usage ```python from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub from fairseq.models.speech_to_text.hub_interface import S2THubInterface from fairseq.models.text_to_speech.hub_interface import TTSHubInterface import IPython.display as ipd import torchaudio models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "facebook/xm_transformer_600m-en_fr-multi_domain", arg_overrides={"config_yaml": "config.yaml"}, ) model = models[0] generator = task.build_generator(model, cfg) # requires 16000Hz mono channel audio audio, _ = torchaudio.load("/path/to/an/audio/file") sample = S2THubInterface.get_model_input(task, audio) text = S2THubInterface.get_prediction(task, model, generator, sample) # speech synthesis tts_models, tts_cfg, tts_task = load_model_ensemble_and_task_from_hf_hub( f"facebook/tts_transformer-fr-cv7_css10", arg_overrides={"vocoder": "griffin_lim", "fp16": False}, ) tts_model = tts_models[0] TTSHubInterface.update_cfg_with_data_cfg(tts_cfg, tts_task.data_cfg) tts_generator = tts_task.build_generator([tts_model], tts_cfg) tts_sample = TTSHubInterface.get_model_input(tts_task, text) wav, sr = TTSHubInterface.get_prediction( tts_task, tts_model, tts_generator, tts_sample ) ipd.Audio(wav, rate=rate) ``` ## Citation ```bibtex @inproceedings{li-etal-2021-multilingual, title = "Multilingual Speech Translation from Efficient Finetuning of Pretrained Models", author = "Li, Xian and Wang, Changhan and Tang, Yun and Tran, Chau and Tang, Yuqing and Pino, Juan and Baevski, Alexei and Conneau, Alexis and Auli, Michael", booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)", month = aug, year = "2021", address = "Online", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2021.acl-long.68", doi = "10.18653/v1/2021.acl-long.68", pages = "827--838", } @inproceedings{wang-etal-2020-fairseq, title = "Fairseq {S}2{T}: Fast Speech-to-Text Modeling with Fairseq", author = "Wang, Changhan and Tang, Yun and Ma, Xutai and Wu, Anne and Okhonko, Dmytro and Pino, Juan", booktitle = "Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Joint Conference on Natural Language Processing: System Demonstrations", month = dec, year = "2020", address = "Suzhou, China", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2020.aacl-demo.6", pages = "33--39", } ```
[ -0.018744317814707756, -0.02266317419707775, -0.0302504263818264, 0.0422799251973629, 0.03906499221920967, 0.034434445202350616, -0.020783349871635437, -0.021072380244731903, -0.026771172881126404, 0.05376278609037399, 0.03129911422729492, 0.012141430750489235, 0.007143869996070862, 0.02182375080883503, -0.021191349253058434, -0.05125529319047928, -0.02930147387087345, -0.021954990923404694, -0.028391461819410324, -0.02601371519267559, -0.006828204728662968, 0.038483377546072006, -0.0119680380448699, 0.02464343048632145, 0.008301847614347935, 0.03477400168776512, -0.019213935360312462, 0.03540375828742981, 0.0017864470137283206, -0.0749342143535614, -0.0006842525908723474, -0.018605154007673264, -0.0280551016330719, -0.03490838035941124, -0.005731950514018536, 0.0011729912366718054, 0.00660535367205739, 0.01264149323105812, 0.040029656141996384, 0.04105803370475769, -0.014979039318859577, -0.004207517486065626, -0.012024343945086002, -0.022957293316721916, 0.03887634351849556, -0.008448385633528233, -0.049546558409929276, -0.027188651263713837, 0.021653197705745697, -0.035543981939554214, -0.047606464475393295, -0.05576857551932335, -0.0075571294873952866, 0.010400689207017422, -0.00961539801210165, -0.03447870537638664, -0.052199237048625946, -0.0004728170169983059, 0.06349468976259232, -0.023447688668966293, -0.01951816864311695, 0.02476845495402813, -0.05107608437538147, 0.017497459426522255, 0.03390228748321533, -0.07310052961111069, 0.009477597661316395, -0.055951911956071854, 0.021954555064439774, -0.0290381982922554, 0.06587673723697662, -0.03657153621315956, 0.012230494990944862, -0.08049140870571136, 0.013977444730699062, -0.0016647004522383213, 0.030261246487498283, 0.040753334760665894, -0.04488512501120567, 0.05051739513874054, 0.015931840986013412, 0.010406862944364548, 0.03175480663776398, -0.008757300674915314, -0.011793610639870167, 0.03940018638968468, -0.05198326334357262, 0.008799881674349308, 0.026818595826625824, 0.033868756145238876, -0.04187522456049919, -0.05368400737643242, -0.022266320884227753, -0.042600568383932114, 0.003140480723232031, 0.051772065460681915, 0.05613185837864876, -0.041648898273706436, 0.017880992963910103, 0.03197303041815758, 0.01808427833020687, 0.04213058948516846, -0.008969291113317013, 0.05397159606218338, -0.02194671519100666, 0.006814777385443449, 0.0005005323328077793, -0.03077463060617447, -0.05916213244199753, 0.033228643238544464, 0.049764517694711685, -0.028621606528759003, -0.036370404064655304, 0.03400960564613342, 0.009936594404280186, -0.029624957591295242, 0.04097045585513115, -0.03929586708545685, -0.030095059424638748, -0.06551835685968399, 0.048454366624355316, 0.015497539192438126, 0.006705732084810734, 0.016125187277793884, -0.043836478143930435, 0.039363861083984375, -0.03534708172082901, -0.035102274268865585, 0.0011300626210868359, 0.009832444600760937, 0.0037291436456143856, 0.03173431381583214, 0.01811794377863407, -0.03751432150602341, -0.0007473519654013216, 0.005769344046711922, -0.08336520195007324, 0.028145326301455498, 0.0406208261847496, 0.12152493745088577, -0.05751936137676239, -0.0349985733628273, 0.01077107060700655, 0.005935872904956341, -0.03131059184670448, 0.011431613937020302, 0.020494388416409492, -0.01649681106209755, -0.04433614760637283, 0.016267314553260803, 0.046307940036058426, -0.06724702566862106, -0.0022352987434715033, 0.0504441000521183, -0.02892286516726017, 0.03555060178041458, -0.03380509838461876, 0.010316820815205574, -0.00671424949541688, -0.0018828255124390125, -0.03378940001130104, 0.04572661221027374, 0.000895370845682919, -0.009988863952457905, -0.0316627100110054, -0.05136200785636902, -0.028572332113981247, 0.08620326220989227, 0.002685749903321266, -0.01833331398665905, -0.03185676783323288, 0.025332273915410042, 0.044556427747011185, 0.03399239480495453, -0.027926461771130562, 0.020929627120494843, 0.07118993252515793, 0.056884765625, -0.012980801053345203, 0.07200709730386734, 0.016253627836704254, -0.023103391751646996, -0.04011068493127823, -0.001968206139281392, 0.00533268740400672, -0.034108828753232956, -0.008445441722869873, 0.06669530272483826, -0.003679511370137334, -0.022122757509350777, -0.03364957496523857, 0.05143560469150543, 0.0024844943545758724, -0.004598842468112707, -0.009675238281488419, -0.022790808230638504, -0.03543408587574959, 0.03694907948374748, -0.033734023571014404, 0.009007912129163742, -0.023804808035492897, -0.03869665041565895, -0.0004900353960692883, 0.0185090359300375, 0.02639974281191826, 0.02736532688140869, 0.003831003326922655, 0.10495314747095108, -0.028255857527256012, 0.027056127786636353, -0.04536338895559311, -0.04847070574760437, -0.008270679041743279, 0.057003334164619446, 0.022922711446881294, 0.0733630508184433, -0.02626108005642891, -0.048329152166843414, 0.022984415292739868, 0.06720747798681259, 0.05489388853311539, 0.020076213404536247, -0.021475784480571747, 0.0032536934595555067, 0.04013577476143837, 0.059067677706480026, -0.05525805056095123, -0.03609054535627365, -0.0009228319977410138, 0.03112337365746498, -0.009447752498090267, -0.00824814010411501, -0.02765532024204731, 0.022127505391836166, -0.051645729690790176, -0.07262354344129562, 0.061187516897916794, 0.041919730603694916, -0.006043987814337015, 0.03080819547176361, -0.00651633832603693, 0.01679091528058052, 0.025532422587275505, -0.0015190024860203266, 0.0051758973859250546, -0.03950543329119682, 0.005297670606523752, 0.014090348035097122, 0.04072608798742294, -0.07424870878458023, 0.02992408536374569, -0.005121263675391674, 0.011542828753590584, 0.04027905687689781, -0.04417040944099426, 0.04260046035051346, 0.021597668528556824, 0.007467493414878845, -0.0298306867480278, 0.0017002994427457452, 0.0078084697015583515, 0.0425148569047451, 0.09199874103069305, 0.004209637641906738, 0.05652401223778725, -0.005492846015840769, 0.04630855470895767, 0.06433039903640747, 0.03462064638733864, -0.008813824504613876, 0.015500899404287338, 0.07580231130123138, 0.004128385800868273, -0.024458222091197968, 0.06298745423555374, -0.04104968532919884, 0.03943909704685211, -0.0257637407630682, 0.014911777339875698, 0.006125810090452433, -0.0015823236899450421, 0.026014527305960655, 0.018889546394348145, -0.019360855221748352, 0.022205090150237083, -0.020197642967104912, -0.015555838122963905, 0.05473008006811142, -0.011231162585318089, -0.009814959019422531, 0.000444399454863742, 0.0011947638122364879, 0.0183829665184021, -0.08639322221279144, -0.05335196852684021, 0.008054750971496105, -0.027571765705943108, 0.029817085713148117, -0.0744623988866806, -0.02603299543261528, -0.09212122112512589, -0.002775692380964756, 0.02501571550965309, 0.03241782635450363, 0.008414329029619694, -0.024608898907899857, 0.007565408945083618, -0.061290331184864044, -0.034616246819496155, -0.06070098280906677, -0.02048228681087494, -0.016447968780994415, -0.06188749521970749, 0.04479802027344704, 0.00857272744178772, 0.03945503011345863, 0.011851470917463303, -0.0026208101771771908, -0.05065278336405754, -0.013007181696593761, 0.07076988369226456, 0.03243807330727577, -0.03705666586756706, -0.049470845609903336, 0.03055482916533947, -0.0416046679019928, 0.02401919662952423, -0.01908387616276741, -0.04780537262558937, 0.08545848727226257, 0.054279521107673645, 0.01944803260266781, 0.04369226470589638, -0.009807325899600983, -0.03743250295519829, -0.06645004451274872, -0.025408856570720673, -0.03218693286180496, -0.010305189527571201, -0.02516908012330532, -0.030509447678923607, -0.04255804419517517, -0.030218539759516716, -0.012424081563949585, -0.00786669086664915, 0.007871966809034348, 0.061515625566244125, 0.030028030276298523, 0.025770939886569977, 0.03741699829697609, -0.05913403630256653, -0.02122739888727665, 0.08064669370651245, 0.0015292782336473465, -0.00725591741502285, -0.0690026506781578, -0.023893240839242935, 0.0344945453107357, 0.02674664370715618, -0.004392690025269985, 0.0030622193589806557, 0.08499308675527573, 0.005626785568892956, -0.006606373004615307, 0.009397265501320362, -0.022349653765559196, -0.01604193076491356, -0.0047998251393437386, 0.0009882703889161348, -0.022540468722581863, -0.055965639650821686, -0.011509547010064125, 0.007154455874115229, 0.04240059107542038, -0.06080504134297371, -0.028651563450694084, -0.02596050500869751, 0.03906906023621559, 0.021406246349215508, -0.018906278535723686, -0.03163744509220123, 0.007524097803980112, -0.04035848006606102, -0.04301846772432327, -0.0073024132288992405, 0.013030714355409145, 0.01139067579060793, 0.04247702285647392, 0.023365624248981476, -0.028876107186079025, 0.0275715384632349, 0.03411998972296715, 0.07192506641149521, 0.027549687772989273, -0.04309431463479996, 0.01983911171555519, -0.020749283954501152, 0.0047754705883562565, -0.006218310911208391, -0.019364379346370697, -0.03246387094259262, -0.07054869830608368, -0.005429774988442659, 0.02283678762614727, -0.002598303137347102, -0.015656404197216034, 0.04574761167168617, -0.024549786001443863, 0.0007436439045704901, 0.0062175109051167965, 0.01248012576252222, 0.05059158429503441, -0.051985498517751694, 0.02894219383597374, -0.0107082175090909, 0.04150311276316643, -0.05975250154733658, 0.038019850850105286, -0.02642984874546528, -0.006765007507055998, -0.003768002847209573, 0.06880299001932144, 0.03232882544398308, 0.04980472847819328, 0.061650846153497696, 0.02238801307976246, -0.04701628535985947, 0.021948592737317085, 0.025667719542980194, -0.023127185180783272, -0.06126650050282478, -0.0033003808930516243, -0.014322311617434025, -0.03144354000687599, -0.01643303595483303, -0.041563697159290314, 0.03616231307387352, 0.020500285550951958, -0.016462108120322227, -0.019540423527359962, 0.024126943200826645, -0.030591128394007683, -0.0036686097737401724, -0.0465615950524807, -0.03812988102436066, 0.019750939682126045, -0.014058679342269897, 0.04615115001797676, 0.031756509095430374, -0.010199256241321564, 0.03908831626176834, 0.037426456809043884, -0.03934183716773987, -0.0365275964140892, 0.03396773710846901, 0.03630553185939789, -0.03338973596692085, -0.04511704295873642, -0.03652381896972656, 0.037296075373888016, 0.02100120112299919, -0.019374312832951546, -0.07359272241592407, 0.00737256882712245, 0.05981028452515602, -0.019149841740727425, 0.06808198988437653, -0.010254140011966228, 0.02860548533499241, 0.046786561608314514, -0.003241871716454625, 0.02365564927458763, -0.01860503852367401, 0.028076177462935448, 0.002735758665949106, -0.001535203424282372, -0.026700397953391075, -0.022625640034675598, -0.06190243735909462, 0.02444475144147873, 0.03512146323919296, 0.03314775973558426, 0.03770826756954193, -0.01882907934486866, -0.05496031045913696, 0.0052393279038369656, 0.04226125031709671, -0.04505772516131401, 0.03218754753470421, 0.016673477366566658, 0.06498733907938004, -0.04381990060210228, -0.03248065710067749, 0.0002131835208274424, 0.016974259167909622, 0.04172384738922119, -0.014272889122366905, -0.04044387489557266, -0.02406276762485504, 0.03002750314772129, -0.036887239664793015, -0.034830715507268906, -0.08972551673650742, 0.00829394068568945, -0.005784914363175631, 0.0017191667575389147, 0.06621040403842926, 0.03321731835603714, 0.052854932844638824, 0.023883208632469177, 0.005563582759350538, 0.03367188572883606, -0.03259288892149925, 0.05201790854334831, -0.03399058058857918, -0.028705906122922897, -0.011783641763031483, -0.03634510561823845, -0.009871089830994606, -0.012273297645151615, -0.03665162995457649, -0.05362663418054581, -0.012095626443624496, 0.03435846045613289, -0.025029204785823822, 0.024295749142766, -0.03786454722285271, 0.04169405996799469, -0.014929342083632946, -0.021283483132719994, -0.012196027673780918, -0.042320434004068375, -0.0693885013461113, -0.05007860064506531, 0.03337100148200989, -0.01236798521131277, 0.027202051132917404, 0.02620870992541313, 0.01557687483727932, 0.03539456054568291, 0.00871741771697998, 0.0013927994295954704, 0.03327875956892967, -0.003893679240718484, -0.07160452753305435, -0.030188413336873055, 0.02474147640168667, 0.011082373559474945, 0.06190379336476326, -0.01867152377963066, 0.035136204212903976, 0.02232149988412857, -0.046324387192726135, -0.018544703722000122, 0.02306206338107586, 0.016068527474999428, -0.07288516312837601, -0.05148408189415932, -0.01978582888841629, -0.043286990374326706, 0.023141467943787575, -0.005524704698473215, 0.0005677334265783429, 0.03170063719153404, 0.0359671451151371, 0.04589981585741043, -0.013215065002441406, -0.04248157888650894, 0.026847492903470993, -0.012290633283555508, 0.01768479309976101, -0.08120230585336685, 0.059110164642333984, -0.02839200384914875, 0.027989914640784264, 0.008050134405493736, 0.0034353171940892935, -0.029467575252056122, 0.04656548425555229, 0.00044135894859209657, -0.01333207543939352, -0.008457350544631481, -0.0053863804787397385, -0.018963683396577835, 0.03016708232462406, -0.033292051404714584, 0.0020929689053446054, -0.03275924548506737, 0.045553307980298996, -0.03061237558722496, -0.00792090967297554, -0.02994924783706665, -0.012355457060039043, -0.019305570051074028, -0.0055684857070446014, -0.017075981944799423, -0.05068095773458481, 0.03532324358820915, 0.03068438544869423, 0.053091831505298615, 0.013962306082248688, -0.023504866287112236, 0.008750046603381634, 0.027758466079831123, -0.05390512943267822, 0.000488723861053586, 0.0022390850353986025, 0.042369090020656586, -0.004801498726010323, 0.051806531846523285, 0.007552789524197578, -0.05948344245553017, -0.06415817886590958, 0.033800337463617325, 0.007973594591021538, 0.020945006981492043, 0.0217906404286623, 0.027388541027903557, 0.0642375648021698, 0.03494078293442726, -0.026754654943943024, -0.0017452697502449155, -0.029955735430121422, -0.019369391724467278, 0.011694005690515041, -0.01663094200193882, 0.0018908005440607667, -0.0038458872586488724, -0.04282943159341812, -0.023076513782143593, 0.0698680505156517, 0.005891180131584406, 0.020772302523255348, -0.02802903950214386, -0.03505787253379822, 0.029240494593977928, -0.005981930531561375, -0.03502259775996208, 0.011083588004112244, 0.003300697775557637, -0.03632340952754021, 0.07172772288322449, -0.010586990043520927, 0.04014609381556511, 0.04164260998368263, 0.011379260569810867, -0.004781625233590603, 0.04839501902461052, -0.017704350873827934, 0.019204001873731613, 0.04808619245886803, -0.049324702471494675, -0.025443723425269127, -0.01974315755069256, 0.0696214884519577, -0.07175546139478683, 0.03134920075535774, 0.04775681719183922, 0.029052335768938065, 0.01803472451865673, -0.03414296358823776, -0.048393383622169495, 0.029061293229460716, -0.03872925043106079, 0.08571495860815048, 0.01855320855975151, -0.06681759655475616, 0.07911986857652664, 0.03403132036328316, -0.10768073052167892, 0.04939859360456467, 0.03418039530515671, -0.002041797386482358, 0.016635792329907417, 0.04899550601840019, -0.05408225208520889, -0.007475008722394705, -0.04097168892621994, 0.010698823258280754, -0.0406690388917923, 0.012812293134629726, -0.004397236276417971, -0.055313628166913986, 0.0014208137290552258, 0.012236936017870903, -0.008386067114770412, -0.018794627860188484, 0.006573970895260572, -0.0635535717010498, -0.023092130199074745, -0.00036123808240517974, 0.03898248076438904, -0.03413720428943634, 0.006916068959981203, -0.03292905166745186, 0.0234109777957201, 0.03341837599873543, 0.016230860725045204, -0.03377975523471832, -0.009331494569778442, 0.0015316475182771683, -0.07728077471256256, -0.05319014936685562, 0.037237998098134995, 0.0292052049189806, -0.02733447775244713, 0.030102163553237915, -0.006996498443186283, 0.010050960816442966, 0.044189002364873886, 0.007399411406368017, 0.025405194610357285, -0.06551473587751389, 0.0006865603500045836, -0.007528752088546753, 0.007768390234559774, 0.005672200582921505, -0.008213313296437263, 0.05225694179534912, 0.036383919417858124, 0.023740792647004128, 0.005568252876400948, -0.015239107422530651, -0.017774328589439392, 0.02907121367752552, -0.02599322609603405, 0.029637012630701065, 0.020565221086144447, -0.04574492946267128, -0.04192545637488365, -0.006214834749698639, 0.012487195432186127, 0.03997068107128143, -0.040716055780649185, 0.009233699180185795, 0.029675116762518883, -0.03860983997583389, -0.06086351349949837, -0.08367530256509781, -0.03534247353672981, -0.051456380635499954, 0.03314204141497612, 0.019481301307678223, -0.057697195559740067, -0.007555264979600906, -0.037023693323135376, -0.04963547736406326, 0.020256491377949715, 0.017796631902456284, -0.029531385749578476, 0.048948802053928375, 0.03389184549450874, -0.06648746132850647, 0.02075822837650776, 0.052830398082733154, -0.005762000102549791, 0.032508742064237595, 0.03616641089320183, 0.02538984641432762, 0.024630215018987656, 0.0552966371178627, -0.034231312572956085, -0.019459456205368042, -0.04129164293408394, -0.040027860552072525, -0.01632574200630188, -0.010570929385721684, 0.04769418016076088 ]
AnonymousSub/rule_based_roberta_hier_triplet_0.1_epochs_1_shard_1_squad2.0
[ "pytorch", "roberta", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "RobertaForQuestionAnswering" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
2
null
--- library_name: fairseq task: audio-to-audio tags: - fairseq - audio - audio-to-audio - speech-to-speech-translation language: en-ru datasets: - must_c widget: - example_title: Common Voice sample 1 src: https://huggingface.co/facebook/xm_transformer_600m-en_es-multi_domain/resolve/main/common_voice_en_18295850.mp3 --- # xm_transformer_600m-en_ru-multi_domain [W2V2-Transformer](https://aclanthology.org/2021.acl-long.68/) speech-to-text translation model from fairseq S2T ([paper](https://arxiv.org/abs/2010.05171)/[code](https://github.com/pytorch/fairseq/tree/main/examples/speech_to_text)): - English-Russian - Trained on MuST-C, Multilingual LibriSpeech, Common Voice v7 and CCMatrix - Speech synthesis with [facebook/tts_transformer-ru-cv7_css10](https://huggingface.co/facebook/tts_transformer-ru-cv7_css10) ## Usage ```python from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub from fairseq.models.speech_to_text.hub_interface import S2THubInterface from fairseq.models.text_to_speech.hub_interface import TTSHubInterface import IPython.display as ipd import torchaudio models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "facebook/xm_transformer_600m-en_ru-multi_domain", arg_overrides={"config_yaml": "config.yaml"}, ) model = models[0] generator = task.build_generator(model, cfg) # requires 16000Hz mono channel audio audio, _ = torchaudio.load("/path/to/an/audio/file") sample = S2THubInterface.get_model_input(task, audio) text = S2THubInterface.get_prediction(task, model, generator, sample) # speech synthesis tts_models, tts_cfg, tts_task = load_model_ensemble_and_task_from_hf_hub( f"facebook/tts_transformer-ru-cv7_css10", arg_overrides={"vocoder": "griffin_lim", "fp16": False}, ) tts_model = tts_models[0] TTSHubInterface.update_cfg_with_data_cfg(tts_cfg, tts_task.data_cfg) tts_generator = tts_task.build_generator([tts_model], tts_cfg) tts_sample = TTSHubInterface.get_model_input(tts_task, text) wav, sr = TTSHubInterface.get_prediction( tts_task, tts_model, tts_generator, tts_sample ) ipd.Audio(wav, rate=rate) ``` ## Citation ```bibtex @inproceedings{li-etal-2021-multilingual, title = "Multilingual Speech Translation from Efficient Finetuning of Pretrained Models", author = "Li, Xian and Wang, Changhan and Tang, Yun and Tran, Chau and Tang, Yuqing and Pino, Juan and Baevski, Alexei and Conneau, Alexis and Auli, Michael", booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)", month = aug, year = "2021", address = "Online", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2021.acl-long.68", doi = "10.18653/v1/2021.acl-long.68", pages = "827--838", } @inproceedings{wang-etal-2020-fairseq, title = "Fairseq {S}2{T}: Fast Speech-to-Text Modeling with Fairseq", author = "Wang, Changhan and Tang, Yun and Ma, Xutai and Wu, Anne and Okhonko, Dmytro and Pino, Juan", booktitle = "Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Joint Conference on Natural Language Processing: System Demonstrations", month = dec, year = "2020", address = "Suzhou, China", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2020.aacl-demo.6", pages = "33--39", } ```
[ -0.020869387313723564, -0.02828826941549778, -0.029675617814064026, 0.043057218194007874, 0.04839189723134041, 0.038848426192998886, -0.017888173460960388, -0.023159828037023544, -0.03654732555150986, 0.057044707238674164, 0.03634445369243622, 0.012035368010401726, 0.008113766089081764, 0.030243167653679848, -0.018202556297183037, -0.05659148469567299, -0.03164426609873772, -0.020176637917757034, -0.0343555249273777, -0.023579604923725128, -0.00895077083259821, 0.031991370022296906, -0.008069951087236404, 0.022620130330324173, 0.006252725142985582, 0.04319880157709122, -0.019112244248390198, 0.029586829245090485, -0.002660567406564951, -0.06873982399702072, 0.0014449573354795575, -0.01766451634466648, -0.025460107252001762, -0.037751395255327225, -0.00479156244546175, -0.002100670011714101, 0.00009683692042017356, 0.016343683004379272, 0.0327327661216259, 0.03758913278579712, -0.01577107608318329, -0.005253888200968504, -0.003996431361883879, -0.030618712306022644, 0.030478138476610184, -0.005784062668681145, -0.04791318252682686, -0.01853671669960022, 0.02912140265107155, -0.03186118230223656, -0.038151614367961884, -0.05997198820114136, -0.017720507457852364, 0.006095538381487131, -0.016971729695796967, -0.03140604868531227, -0.04090272635221481, -0.014523368328809738, 0.060740936547517776, -0.03058190457522869, -0.027921311557292938, 0.01998225599527359, -0.05158844590187073, 0.016604304313659668, 0.026777150109410286, -0.07012380659580231, 0.009960226714611053, -0.06447378545999527, 0.021525438874959946, -0.024038996547460556, 0.06235771253705025, -0.036200884729623795, 0.018403364345431328, -0.07704376429319382, 0.014121079817414284, 0.00026199541753157973, 0.030159838497638702, 0.03793466463685036, -0.0395614430308342, 0.057434458285570145, 0.01651294156908989, 0.006703713443130255, 0.03190690279006958, -0.00818179827183485, -0.0027976492419838905, 0.045381926000118256, -0.047280192375183105, 0.013522271998226643, 0.022161055356264114, 0.03982650488615036, -0.03835272043943405, -0.04174242913722992, -0.0332021601498127, -0.039816249161958694, -0.0023386753164231777, 0.05450281873345375, 0.056550830602645874, -0.04401621222496033, 0.023145664483308792, 0.024000653997063637, 0.02183867059648037, 0.04429459944367409, -0.010315456427633762, 0.05348772555589676, -0.018567195162177086, 0.005082736723124981, -0.0009049423388205469, -0.031142540276050568, -0.06192212551832199, 0.02434988133609295, 0.053843818604946136, -0.030579956248402596, -0.036232683807611465, 0.027458447962999344, 0.0073303948156535625, -0.02636442519724369, 0.04634754732251167, -0.0373770035803318, -0.02472756989300251, -0.0671912431716919, 0.054879553616046906, 0.010246547870337963, 0.0060976664535701275, 0.016035567969083786, -0.031933899968862534, 0.04180446267127991, -0.04219513386487961, -0.0341450460255146, 0.0005579143180511892, 0.0182539913803339, 0.00947851873934269, 0.032403264194726944, 0.02474149502813816, -0.04441363736987114, -0.002603346249088645, 0.015607994981110096, -0.0835823267698288, 0.034174226224422455, 0.031931858509778976, 0.11788114160299301, -0.0639166533946991, -0.04489491507411003, 0.006686881184577942, 0.01241296622902155, -0.018695957958698273, 0.011418434791266918, 0.021577291190624237, -0.018657173961400986, -0.03630586713552475, 0.007671406026929617, 0.05052126571536064, -0.06490349024534225, -0.007106520235538483, 0.04758228734135628, -0.026296695694327354, 0.028710832819342613, -0.0230546984821558, 0.00752838933840394, -0.009482217952609062, -0.009726058691740036, -0.03663459047675133, 0.04512810707092285, 0.00519357156008482, -0.018165716901421547, -0.02878725901246071, -0.045794375240802765, -0.016523221507668495, 0.07781701534986496, 0.00948841031640768, -0.015429719351232052, -0.029719876125454903, 0.018805252388119698, 0.04597833752632141, 0.03364146128296852, -0.02779211476445198, 0.019665220752358437, 0.06940533220767975, 0.0479026660323143, -0.015672601759433746, 0.06972983479499817, 0.00848326738923788, -0.02508826181292534, -0.03116135485470295, -0.00010476270108483732, 0.0050525846891105175, -0.026933472603559494, -0.010980438441038132, 0.06286071985960007, -0.010998515412211418, -0.027163026854395866, -0.029557527974247932, 0.05214818939566612, 0.005481945350766182, -0.0072224317118525505, -0.012932686135172844, -0.02010415680706501, -0.028190378099679947, 0.03727830573916435, -0.026335319504141808, 0.0017089670291170478, -0.021897708997130394, -0.03646262362599373, -0.008691200986504555, 0.01847825013101101, 0.020903993397951126, 0.034735359251499176, -0.0012932956451550126, 0.10561633855104446, -0.027078481391072273, 0.02722802758216858, -0.047246988862752914, -0.053239863365888596, -0.006943969056010246, 0.05247819796204567, 0.03339216485619545, 0.08244878053665161, -0.01753111556172371, -0.04185198247432709, 0.018322553485631943, 0.06817599385976791, 0.05786874517798424, 0.013409771956503391, -0.01762360893189907, 0.00782176572829485, 0.029611513018608093, 0.06179914250969887, -0.04789518937468529, -0.03237120807170868, -0.002055422170087695, 0.03428482264280319, -0.00781754869967699, -0.004196410533040762, -0.021123085170984268, 0.023511316627264023, -0.05175062641501427, -0.0704571008682251, 0.06287582218647003, 0.03684759885072708, -0.0017770858248695731, 0.021306727081537247, -0.0032629340421408415, 0.02359946072101593, 0.03091510199010372, -0.007394029758870602, 0.008545765653252602, -0.03809843584895134, 0.000059673631767509505, 0.019132178276777267, 0.04184781759977341, -0.06842334568500519, 0.026261404156684875, 0.0008252878324128687, 0.00828192662447691, 0.03704831004142761, -0.04730495437979698, 0.04432273656129837, 0.013820778578519821, 0.010089773684740067, -0.029171742498874664, 0.00821248721331358, 0.010314080864191055, 0.048849694430828094, 0.08341143280267715, -0.013078071177005768, 0.05614395812153816, -0.007771747186779976, 0.042340237647295, 0.0705949068069458, 0.028331706300377846, -0.006332047749310732, 0.015120135620236397, 0.07566222548484802, 0.0059418706223368645, -0.0166691355407238, 0.06772296875715256, -0.04382523149251938, 0.03988824039697647, -0.032422617077827454, 0.013990040868520737, -0.0032685603946447372, -0.003117017447948456, 0.032169193029403687, 0.016739528626203537, -0.019420597702264786, 0.01503714919090271, -0.024461550638079643, -0.021836301311850548, 0.05642545968294144, -0.008931425400078297, -0.009456601925194263, 0.00009358033275930211, -0.010530277155339718, 0.012903841212391853, -0.10075266659259796, -0.06232506409287453, 0.004679139703512192, -0.026226181536912918, 0.02776075340807438, -0.07847023010253906, -0.026919113472104073, -0.09128671139478683, -0.011216667480766773, 0.032162539660930634, 0.03434790298342705, 0.008257951587438583, -0.02687036618590355, 0.01161862164735794, -0.059686485677957535, -0.02912026084959507, -0.06579755991697311, -0.01694360002875328, -0.009961108677089214, -0.0557851679623127, 0.038864754140377045, 0.004043979104608297, 0.041368234902620316, 0.014825318939983845, 0.0036660421174019575, -0.03832939639687538, -0.022653309628367424, 0.0721590593457222, 0.03179863095283508, -0.031052973121404648, -0.055524881929159164, 0.03606785088777542, -0.03410126641392708, 0.02548663131892681, -0.00787546020001173, -0.03565327823162079, 0.08850312232971191, 0.05917616933584213, 0.01873461902141571, 0.04323359951376915, -0.007446204777806997, -0.04080289602279663, -0.0655159130692482, -0.034019842743873596, -0.04046647250652313, -0.010291001759469509, -0.027586057782173157, -0.03836313635110855, -0.03918948397040367, -0.01763499714434147, -0.016677668318152428, -0.012985147535800934, 0.008624629117548466, 0.0741124302148819, 0.038561999797821045, 0.022888092324137688, 0.03369734808802605, -0.0610140897333622, -0.010154129937291145, 0.08232764154672623, 0.0010632105404511094, -0.001935239415615797, -0.07088830322027206, -0.02025250531733036, 0.02941206470131874, 0.03432286158204079, -0.007004856131970882, 0.004170532803982496, 0.08167611062526703, 0.004457353614270687, -0.007183309178799391, 0.02159004658460617, -0.026322603225708008, -0.016555305570364, -0.01144895888864994, -0.004530700389295816, -0.0225767083466053, -0.04529530182480812, -0.016359582543373108, 0.000021311203454388306, 0.04211537167429924, -0.06172516569495201, -0.035359498113393784, -0.027417127043008804, 0.04258961230516434, 0.016587018966674805, -0.01841815747320652, -0.03504592180252075, 0.003782500047236681, -0.0447223000228405, -0.048684537410736084, -0.0036684719379991293, 0.011251483112573624, 0.013731224462389946, 0.04429420083761215, 0.02475220523774624, -0.03419772908091545, 0.03939002379775047, 0.031935933977365494, 0.06071260944008827, 0.02050095610320568, -0.04727015644311905, 0.015580231323838234, -0.019465947523713112, 0.008066503331065178, -0.004388380330055952, -0.026246022433042526, -0.029415646567940712, -0.0752856582403183, 0.0022914826404303312, 0.01767466589808464, -0.008966753259301186, -0.020088709890842438, 0.04453160613775253, -0.019772201776504517, 0.002671561436727643, 0.003993819933384657, 0.015588273294270039, 0.055304840207099915, -0.0483173206448555, 0.028852153569459915, -0.010004183277487755, 0.04000575840473175, -0.0524870865046978, 0.029199378564953804, -0.026325540617108345, -0.00205479608848691, 0.0014571250649169087, 0.07043985277414322, 0.04157916083931923, 0.04330826550722122, 0.06264825910329819, 0.01810181513428688, -0.05283721536397934, 0.030956970527768135, 0.028022227808833122, -0.027911430224776268, -0.06032530590891838, 0.0024254850577563047, -0.014313608407974243, -0.03132617473602295, -0.017434297129511833, -0.0431867316365242, 0.03336426243185997, 0.03164342790842056, -0.008923893794417381, -0.024905413389205933, 0.02416388690471649, -0.04063909500837326, -0.008362472988665104, -0.0420096330344677, -0.04054633527994156, 0.030166620388627052, -0.015483197756111622, 0.03865894302725792, 0.03804102912545204, -0.007420954294502735, 0.04245684668421745, 0.04059680923819542, -0.03856358677148819, -0.03144010901451111, 0.033134207129478455, 0.03898840397596359, -0.03375496715307236, -0.05317631736397743, -0.03986750915646553, 0.04104417935013771, 0.010995480231940746, -0.027556806802749634, -0.07626879960298538, 0.006327391602098942, 0.05264858528971672, -0.023740723729133606, 0.0651438906788826, -0.012991898693144321, 0.03012676164507866, 0.04584453999996185, -0.006307707168161869, 0.019803540781140327, -0.01038387417793274, 0.032307952642440796, 0.007035826798528433, 0.013622756116092205, -0.022269366309046745, -0.022715315222740173, -0.05811194330453873, 0.02326595038175583, 0.03466687351465225, 0.030359195545315742, 0.04133886471390724, -0.02157304622232914, -0.05077698454260826, -0.0036352751776576042, 0.042561501264572144, -0.051658790558576584, 0.0366305373609066, 0.0181698277592659, 0.05222824960947037, -0.04563106223940849, -0.031534891575574875, 0.0016056459862738848, 0.016983702778816223, 0.03687148541212082, -0.013321064412593842, -0.0461588129401207, -0.026510346680879593, 0.029739661142230034, -0.029552072286605835, -0.04237980768084526, -0.08439254015684128, 0.020307086408138275, -0.011435765773057938, 0.004003120586276054, 0.057757485657930374, 0.03506288677453995, 0.057799652218818665, 0.024891307577490807, 0.008914354257285595, 0.03786291182041168, -0.04393339902162552, 0.047666892409324646, -0.03800997883081436, -0.02431444078683853, -0.009699712507426739, -0.03765469416975975, -0.008160920813679695, -0.012770868837833405, -0.040939200669527054, -0.061213988810777664, -0.015845246613025665, 0.0328223817050457, -0.023617848753929138, 0.020672958344221115, -0.03554853796958923, 0.043327927589416504, -0.010566663928329945, -0.017099032178521156, -0.008557984605431557, -0.042359840124845505, -0.06047404929995537, -0.04947443678975105, 0.0295711737126112, -0.01924624666571617, 0.02741798385977745, 0.02690146677196026, 0.018422609195113182, 0.03510497137904167, 0.01251162402331829, -0.007151530124247074, 0.03372655436396599, -0.0031693466007709503, -0.06161551550030708, -0.029303396120667458, 0.02840612642467022, 0.010832284577190876, 0.05936111509799957, -0.014337760396301746, 0.03423827514052391, 0.021023036912083626, -0.041439637541770935, -0.01908334717154503, 0.028257450088858604, 0.018400104716420174, -0.07738810032606125, -0.04520363360643387, -0.01735220104455948, -0.03970939293503761, 0.020643146708607674, -0.000846008479129523, -0.006179616786539555, 0.028609624132514, 0.03685450553894043, 0.04114386439323425, -0.011026239022612572, -0.03777792677283287, 0.024390138685703278, -0.008994885720312595, 0.014470244757831097, -0.07932703197002411, 0.0630149096250534, -0.01979058049619198, 0.029458340257406235, 0.003490002127364278, 0.005767099559307098, -0.031187690794467926, 0.04262759909033775, 0.0035112013574689627, -0.010297558270394802, -0.011755148880183697, -0.0009326092549599707, -0.016348011791706085, 0.03895312547683716, -0.027485404163599014, 0.008968237787485123, -0.035686980932950974, 0.0382944755256176, -0.026018060743808746, 0.0026511524338275194, -0.0268312506377697, -0.01621890626847744, -0.021321110427379608, -0.009636608883738518, -0.022333404049277306, -0.05475412309169769, 0.03658950701355934, 0.03207949548959732, 0.053171828389167786, 0.017229897901415825, -0.02716602012515068, 0.0033288151025772095, 0.026663318276405334, -0.04985284432768822, -0.0013009506510570645, 0.0002923703286796808, 0.04150347411632538, 0.0027342471294105053, 0.04791053757071495, 0.02002646028995514, -0.06072504073381424, -0.06287339329719543, 0.03155190870165825, 0.010287315584719181, 0.02493414469063282, 0.020616577938199043, 0.023465491831302643, 0.0591496042907238, 0.03744613751769066, -0.02233288064599037, 0.001784760388545692, -0.023991698399186134, -0.022389153018593788, 0.017609726637601852, -0.01949966698884964, 0.0011385359102860093, -0.017694121226668358, -0.05308672413229942, -0.02968578413128853, 0.06354599446058273, 0.015626411885023117, 0.028198089450597763, -0.019014330580830574, -0.03743088245391846, 0.03414290025830269, -0.01478818990290165, -0.030360888689756393, 0.011118877679109573, 0.00023539140238426626, -0.033715441823005676, 0.07943622022867203, -0.00745416572317481, 0.035705532878637314, 0.03410711884498596, 0.018311159685254097, -0.00592266209423542, 0.04630526527762413, -0.020198602229356766, 0.023566924035549164, 0.044469743967056274, -0.05430004373192787, -0.020687824115157127, -0.029483482241630554, 0.07188132405281067, -0.09028149396181107, 0.025710491463541985, 0.046747393906116486, 0.029647082090377808, 0.016129737719893456, -0.024739179760217667, -0.05346245318651199, 0.03577776998281479, -0.040464259684085846, 0.07379075884819031, 0.01690632663667202, -0.06398028135299683, 0.078830786049366, 0.026917262002825737, -0.10819941014051437, 0.056325022131204605, 0.036071617156267166, -0.001268699998036027, 0.026879355311393738, 0.049110449850559235, -0.05405048653483391, -0.004883825778961182, -0.04265603795647621, 0.011493133381009102, -0.04543529078364372, 0.01852988451719284, -0.0020142344292253256, -0.056276287883520126, -0.0075452509336173534, 0.006762253120541573, -0.015199784189462662, -0.021951183676719666, 0.006708934437483549, -0.07243979722261429, -0.02936328575015068, 0.006752839777618647, 0.0408688485622406, -0.03572854772210121, 0.007673489395529032, -0.032442834228277206, 0.022944409400224686, 0.037189848721027374, 0.01495144423097372, -0.03284977003931999, -0.013447536155581474, 0.005550246685743332, -0.07804013043642044, -0.04531710594892502, 0.04024418815970421, 0.022480443120002747, -0.034507863223552704, 0.04079779237508774, -0.0022433442063629627, 0.01216979417949915, 0.03854170814156532, 0.011336670257151127, 0.02647845819592476, -0.06281253695487976, -0.00003602582364692353, -0.007498310878872871, 0.0031202088575810194, 0.005096460226923227, -0.004771801643073559, 0.047449249774217606, 0.039242565631866455, 0.01173386350274086, 0.004463805351406336, -0.019536327570676804, -0.01970592513680458, 0.02732161059975624, -0.02932310849428177, 0.02698352560400963, 0.015991805121302605, -0.045729637145996094, -0.04291720315814018, -0.0123770572245121, 0.019637053832411766, 0.040093570947647095, -0.04646738991141319, 0.005043826997280121, 0.026064138859510422, -0.04042588919401169, -0.060822583734989166, -0.07160836458206177, -0.03481430932879448, -0.048872124403715134, 0.04757332801818848, 0.02108323574066162, -0.05502147600054741, -0.007540679536759853, -0.04080262780189514, -0.0615709125995636, 0.014942821115255356, 0.02218054048717022, -0.022633107379078865, 0.0480937734246254, 0.036421678960323334, -0.06068560108542442, 0.012254486791789532, 0.05041632428765297, -0.010933919809758663, 0.03735945001244545, 0.031009888276457787, 0.02121918462216854, 0.025372087955474854, 0.05880814790725708, -0.031329408288002014, -0.013005540706217289, -0.034600064158439636, -0.03273019194602966, -0.013550183735787868, -0.0192433949559927, 0.04184252396225929 ]
AnonymousSub/rule_based_roberta_hier_triplet_epochs_1_shard_1
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
4
2022-01-05T01:55:31Z
--- library_name: fairseq task: audio-to-audio tags: - fairseq - audio - audio-to-audio - speech-to-speech-translation language: en-tr datasets: - must_c - covost2 widget: - example_title: Common Voice sample 1 src: https://huggingface.co/facebook/xm_transformer_600m-en_es-multi_domain/resolve/main/common_voice_en_18295850.mp3 --- # xm_transformer_600m-en_tr-multi_domain [W2V2-Transformer](https://aclanthology.org/2021.acl-long.68/) speech-to-text translation model from fairseq S2T ([paper](https://arxiv.org/abs/2010.05171)/[code](https://github.com/pytorch/fairseq/tree/main/examples/speech_to_text)): - English-Turkish - Trained on MuST-C, CoVoST 2, Multilingual LibriSpeech, Common Voice v7 and CCMatrix - Speech synthesis with [facebook/tts_transformer-tr-cv7](https://huggingface.co/facebook/tts_transformer-tr-cv7) ## Usage ```python from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub from fairseq.models.speech_to_text.hub_interface import S2THubInterface from fairseq.models.text_to_speech.hub_interface import TTSHubInterface import IPython.display as ipd import torchaudio models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "facebook/xm_transformer_600m-en_tr-multi_domain", arg_overrides={"config_yaml": "config.yaml"}, ) model = models[0] generator = task.build_generator(model, cfg) # requires 16000Hz mono channel audio audio, _ = torchaudio.load("/path/to/an/audio/file") sample = S2THubInterface.get_model_input(task, audio) text = S2THubInterface.get_prediction(task, model, generator, sample) # speech synthesis tts_models, tts_cfg, tts_task = load_model_ensemble_and_task_from_hf_hub( f"facebook/tts_transformer-tr-cv7", arg_overrides={"vocoder": "griffin_lim", "fp16": False}, ) tts_model = tts_models[0] TTSHubInterface.update_cfg_with_data_cfg(tts_cfg, tts_task.data_cfg) tts_generator = tts_task.build_generator([tts_model], tts_cfg) tts_sample = TTSHubInterface.get_model_input(tts_task, text) wav, sr = TTSHubInterface.get_prediction( tts_task, tts_model, tts_generator, tts_sample ) ipd.Audio(wav, rate=rate) ``` ## Citation ```bibtex @inproceedings{li-etal-2021-multilingual, title = "Multilingual Speech Translation from Efficient Finetuning of Pretrained Models", author = "Li, Xian and Wang, Changhan and Tang, Yun and Tran, Chau and Tang, Yuqing and Pino, Juan and Baevski, Alexei and Conneau, Alexis and Auli, Michael", booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)", month = aug, year = "2021", address = "Online", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2021.acl-long.68", doi = "10.18653/v1/2021.acl-long.68", pages = "827--838", } @inproceedings{wang-etal-2020-fairseq, title = "Fairseq {S}2{T}: Fast Speech-to-Text Modeling with Fairseq", author = "Wang, Changhan and Tang, Yun and Ma, Xutai and Wu, Anne and Okhonko, Dmytro and Pino, Juan", booktitle = "Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Joint Conference on Natural Language Processing: System Demonstrations", month = dec, year = "2020", address = "Suzhou, China", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2020.aacl-demo.6", pages = "33--39", } ```
[ -0.018826434388756752, -0.023047693073749542, -0.030964061617851257, 0.04306759685277939, 0.0450160950422287, 0.041478972882032394, -0.01487505342811346, -0.02171747013926506, -0.03037192113697529, 0.05768963322043419, 0.03127743676304817, 0.009068670682609081, 0.0077761271968483925, 0.028950339183211327, -0.020676063373684883, -0.053898680955171585, -0.02905450575053692, -0.02043352834880352, -0.03820084035396576, -0.028191136196255684, -0.006648795213550329, 0.03573672100901604, -0.00637483736500144, 0.026923220604658127, 0.008897017687559128, 0.03978230059146881, -0.013615205883979797, 0.033466748893260956, -0.001098877051845193, -0.07279648631811142, 0.007514428813010454, -0.021267689764499664, -0.02455596812069416, -0.033229004591703415, -0.010906719602644444, 0.0034404401667416096, 0.013927122578024864, 0.01441221684217453, 0.038623273372650146, 0.039413176476955414, -0.02052175998687744, 0.002738870680332184, 0.00037627771962434053, -0.03610951825976372, 0.035951871424913406, -0.007390367798507214, -0.04866409674286842, -0.01747373677790165, 0.021405192092061043, -0.04148642718791962, -0.04436606168746948, -0.060982126742601395, -0.021642128005623817, 0.015151594765484333, -0.013578963465988636, -0.038827408105134964, -0.04395648092031479, -0.016425592824816704, 0.06051011383533478, -0.031193461269140244, -0.02466561459004879, 0.023680251091718674, -0.058391768485307693, 0.015181037597358227, 0.024715041741728783, -0.06590524315834045, 0.006972989533096552, -0.06340082734823227, 0.02301892079412937, -0.025306569412350655, 0.06405538320541382, -0.03195203095674515, 0.012287936173379421, -0.07424117624759674, 0.016621217131614685, -0.005601224023848772, 0.028001001104712486, 0.041491296142339706, -0.04419412463903427, 0.05561799556016922, 0.01850002259016037, 0.005592406261712313, 0.038181234151124954, -0.0018216114258393645, 0.0030457251705229282, 0.0407969132065773, -0.04438849166035652, 0.01843411475419998, 0.01795545592904091, 0.04077411815524101, -0.03769780322909355, -0.04263860359787941, -0.03248587250709534, -0.04250332713127136, -0.010194565169513226, 0.05158232897520065, 0.046302586793899536, -0.0324968621134758, 0.016626883298158646, 0.02745465561747551, 0.02335694432258606, 0.03654199838638306, -0.01867651753127575, 0.05227506905794144, -0.021344581618905067, 0.005844287574291229, 0.0025135022588074207, -0.038905106484889984, -0.058915916830301285, 0.03094789758324623, 0.047565117478370667, -0.034407250583171844, -0.0307839997112751, 0.028495125472545624, 0.012266046367585659, -0.025972850620746613, 0.04137173667550087, -0.04154384136199951, -0.022548524662852287, -0.054471705108881, 0.05453195795416832, 0.008232507854700089, 0.0032643508166074753, 0.01341292541474104, -0.03236439451575279, 0.04041506350040436, -0.03868504986166954, -0.03476887196302414, 0.007023773621767759, 0.02208428829908371, 0.003079230897128582, 0.03421878442168236, 0.020626496523618698, -0.04268737882375717, 0.0018418291583657265, 0.017562929540872574, -0.0867728739976883, 0.031635601073503494, 0.03840721398591995, 0.11096246540546417, -0.0618419349193573, -0.041550301015377045, 0.0008588485652580857, 0.008009166456758976, -0.019819509238004684, 0.013836200349032879, 0.027235865592956543, -0.017129532992839813, -0.04210137948393822, 0.01033014990389347, 0.05398905277252197, -0.06928176432847977, -0.0014495712239295244, 0.04677566513419151, -0.023614952340722084, 0.026107486337423325, -0.024260107427835464, 0.00985934492200613, -0.010676676407456398, -0.002598193008452654, -0.03716421127319336, 0.04751229286193848, 0.0009774244390428066, -0.01372081320732832, -0.027537435293197632, -0.04841473326086998, -0.020745299756526947, 0.0841321349143982, 0.005208376795053482, -0.014471534639596939, -0.026364784687757492, 0.022866234183311462, 0.04426667094230652, 0.03113321214914322, -0.0287418682128191, 0.02229362167418003, 0.07363297790288925, 0.05218544974923134, -0.026130642741918564, 0.07506487518548965, 0.008042764849960804, -0.022801242768764496, -0.027721460908651352, 0.0015391148626804352, 0.006320474669337273, -0.022626519203186035, -0.010917446576058865, 0.06574511528015137, -0.012922396883368492, -0.019889669492840767, -0.02727678418159485, 0.05059719458222389, 0.009050262160599232, -0.0018378924578428268, -0.01583808846771717, -0.0179256871342659, -0.03913651406764984, 0.030521882697939873, -0.03061218559741974, 0.0039453646168112755, -0.017711620777845383, -0.02762432023882866, -0.007910511456429958, 0.020226746797561646, 0.02190878801047802, 0.03322819992899895, 0.002979864599183202, 0.10237570106983185, -0.03213680908083916, 0.024970266968011856, -0.04295608028769493, -0.05111398175358772, -0.01082182303071022, 0.051832303404808044, 0.037787195295095444, 0.0755700170993805, -0.018782256171107292, -0.04014749452471733, 0.022688347846269608, 0.06828217953443527, 0.051614683121442795, 0.018831059336662292, -0.016161175444722176, 0.005208258982747793, 0.03991366922855377, 0.06750953942537308, -0.048795364797115326, -0.03591235727071762, -0.0003264604602009058, 0.037229023873806, -0.005235417280346155, -0.003402511589229107, -0.026889631524682045, 0.02723817154765129, -0.04948486015200615, -0.07633587718009949, 0.0647440180182457, 0.039787109941244125, -0.008860504254698753, 0.019616689532995224, -0.0012667864793911576, 0.022490469738841057, 0.02731049619615078, -0.007316914852708578, 0.0064883665181696415, -0.040141548961400986, 0.004432898014783859, 0.016900887712836266, 0.04971039295196533, -0.0701458677649498, 0.022762473672628403, 0.0011272011324763298, 0.008424075320363045, 0.038309067487716675, -0.04754433408379555, 0.04368656128644943, 0.011035970412194729, 0.013075570575892925, -0.03125448897480965, 0.014913789927959442, 0.005822643171995878, 0.054418426007032394, 0.08073215186595917, -0.006155705079436302, 0.057292498648166656, -0.01114119403064251, 0.04842321202158928, 0.059993188828229904, 0.021220199763774872, -0.004731856286525726, 0.013191291131079197, 0.07538905739784241, 0.010492507368326187, -0.017979467287659645, 0.0663125291466713, -0.04170355200767517, 0.03957819193601608, -0.03555569425225258, 0.018099064007401466, -0.0014283236814662814, -0.0014493386261165142, 0.03331074118614197, 0.016999943181872368, -0.02111218124628067, 0.02401837147772312, -0.02395409531891346, -0.01898672990500927, 0.05922617390751839, -0.013148782774806023, -0.011984593234956264, 0.004752513486891985, -0.007917368784546852, 0.012454097159206867, -0.09645433723926544, -0.05518444627523422, -0.0036817961372435093, -0.031268179416656494, 0.026801234111189842, -0.08301610499620438, -0.02280820533633232, -0.0888981968164444, -0.010568114928901196, 0.028963690623641014, 0.03235654532909393, 0.0056068748235702515, -0.024383382871747017, 0.005093016196042299, -0.06753667443990707, -0.03684011846780777, -0.061306122690439224, -0.02305622026324272, -0.015146722085773945, -0.05378254875540733, 0.03911765664815903, 0.007055829744786024, 0.0346650630235672, 0.01536964438855648, 0.0028143294621258974, -0.05039417743682861, -0.01706533320248127, 0.06720861792564392, 0.0250210203230381, -0.029642991721630096, -0.057449810206890106, 0.035707294940948486, -0.04078066349029541, 0.02218898944556713, -0.003025114070624113, -0.035676900297403336, 0.09013500064611435, 0.058216121047735214, 0.023458948358893394, 0.04738294333219528, -0.010780279524624348, -0.05163848400115967, -0.06550861150026321, -0.029215246438980103, -0.032305989414453506, -0.003897958667948842, -0.02601265348494053, -0.038629200309515, -0.045064959675073624, -0.026035116985440254, -0.02093963511288166, -0.014232930727303028, 0.013866429217159748, 0.0672755241394043, 0.04308047890663147, 0.02694389782845974, 0.035987064242362976, -0.053888555616140366, -0.017206786200404167, 0.078502357006073, -0.0047255875542759895, -0.00267852284014225, -0.07031549513339996, -0.02250274084508419, 0.030975300818681717, 0.02632111869752407, -0.006696508266031742, 0.011442351154983044, 0.08344821631908417, -0.0023991523776203394, -0.009440588764846325, 0.01448265090584755, -0.02384461835026741, -0.016940440982580185, -0.014575829729437828, 0.00004762442040373571, -0.021362967789173126, -0.05004473403096199, -0.006284764036536217, 0.0006532549159601331, 0.04808235540986061, -0.06023392453789711, -0.03318587318062782, -0.034025389701128006, 0.04491186887025833, 0.013150868937373161, -0.012568040750920773, -0.030426865443587303, 0.00797793548554182, -0.051573943346738815, -0.04775798320770264, -0.0032252578530460596, 0.011446825228631496, 0.011776034720242023, 0.052356451749801636, 0.019057955592870712, -0.035279665142297745, 0.0388004370033741, 0.03486700356006622, 0.06869018077850342, 0.025574607774615288, -0.04128872975707054, 0.013767266646027565, -0.02398499846458435, 0.005706600844860077, 0.00289608770981431, -0.034391969442367554, -0.03685520961880684, -0.0716385766863823, -0.010610159486532211, 0.01713387668132782, -0.013188598677515984, -0.015212935395538807, 0.044920265674591064, -0.01850934326648712, -0.00005161327499081381, 0.008619175292551517, 0.011739669367671013, 0.048888105899095535, -0.04161683842539787, 0.028561223298311234, -0.009968933649361134, 0.03518020734190941, -0.06029478833079338, 0.027320465072989464, -0.02848462015390396, -0.0019031469710171223, -0.004512241575866938, 0.06784839183092117, 0.040814198553562164, 0.046567343175411224, 0.06492725759744644, 0.02628364972770214, -0.05383915826678276, 0.026384513825178146, 0.029652830213308334, -0.02289176546037197, -0.061868418008089066, -0.003379564732313156, -0.009839740581810474, -0.0311453677713871, -0.017674723640084267, -0.04211442917585373, 0.03127188980579376, 0.02858462743461132, -0.009007250890135765, -0.0203293077647686, 0.026256849989295006, -0.03408136963844299, -0.00499041099101305, -0.05123703554272652, -0.04309037700295448, 0.023987246677279472, -0.021251222118735313, 0.031657129526138306, 0.03599794581532478, -0.009757663123309612, 0.041991155594587326, 0.04132258892059326, -0.04049089923501015, -0.039630331099033356, 0.03313267230987549, 0.04001711308956146, -0.03307299315929413, -0.050421155989170074, -0.040009189397096634, 0.04227644205093384, 0.014775434508919716, -0.02551726996898651, -0.08397582918405533, 0.011744230054318905, 0.05232524499297142, -0.022944362834095955, 0.07257875055074692, -0.012631706893444061, 0.03068431466817856, 0.03869231790304184, -0.005220562685281038, 0.028424495831131935, -0.019406339153647423, 0.02601131983101368, 0.0028637798968702555, 0.004696672782301903, -0.02775014191865921, -0.017976464703679085, -0.05728458985686302, 0.022355586290359497, 0.033184781670570374, 0.03048546053469181, 0.038771435618400574, -0.018345948308706284, -0.05031024292111397, 0.004787330515682697, 0.04423999413847923, -0.04791630804538727, 0.03361527994275093, 0.0164408590644598, 0.05280821770429611, -0.04989651218056679, -0.03366628661751747, 0.0001713889796519652, 0.01487818919122219, 0.03508157283067703, -0.010619229637086391, -0.04601898416876793, -0.024687964469194412, 0.025840282440185547, -0.025820551440119743, -0.03872928395867348, -0.08143988251686096, 0.012900776229798794, -0.01191418245434761, 0.004652720410376787, 0.060604266822338104, 0.03753829374909401, 0.05546677112579346, 0.031025659292936325, 0.002501292387023568, 0.035164088010787964, -0.04341726005077362, 0.04787261039018631, -0.03572234511375427, -0.019672203809022903, -0.011504157446324825, -0.04378202557563782, -0.0036775730550289154, -0.020287271589040756, -0.03806599974632263, -0.05532195046544075, -0.014141907915472984, 0.03120432421565056, -0.027721546590328217, 0.022802922874689102, -0.0327741801738739, 0.04864150285720825, -0.014322169125080109, -0.021388832479715347, -0.012887833639979362, -0.04406057670712471, -0.06275985389947891, -0.0426114946603775, 0.02521534636616707, -0.018092071637511253, 0.023857127875089645, 0.02172766625881195, 0.029520973563194275, 0.023730505257844925, 0.005754594691097736, -0.002192589221522212, 0.02911955863237381, -0.004308936186134815, -0.06175638735294342, -0.025200605392456055, 0.027843696996569633, 0.009034648537635803, 0.06365179270505905, -0.015275197103619576, 0.03473497927188873, 0.026509935036301613, -0.04613020643591881, -0.011366590857505798, 0.024686791002750397, 0.020314879715442657, -0.07426081597805023, -0.04441139101982117, -0.01734796166419983, -0.043289683759212494, 0.017618805170059204, -0.004934931639581919, -0.0016998043283820152, 0.02898918278515339, 0.03274025395512581, 0.03953743353486061, -0.013930571265518665, -0.04070255160331726, 0.01687355525791645, -0.0052916621789336205, 0.01447205524891615, -0.07674205303192139, 0.06311561167240143, -0.0236605666577816, 0.028590843081474304, 0.005614639725536108, 0.0028358749113976955, -0.028173604980111122, 0.04257798194885254, 0.0015689015854150057, -0.004095790442079306, -0.011594542302191257, 0.0008044367423281074, -0.01801840402185917, 0.03601694852113724, -0.028636688366532326, -0.003255040617659688, -0.03841649740934372, 0.039882224053144455, -0.0314156711101532, 0.0012569077080115676, -0.027932902798056602, -0.01662440225481987, -0.02084769308567047, -0.009878702461719513, -0.019321689382195473, -0.054379187524318695, 0.04252002015709877, 0.031377218663692474, 0.05171870440244675, 0.02192584238946438, -0.027065355330705643, 0.002122495323419571, 0.02427777275443077, -0.04633361101150513, -0.004036258440464735, 0.0011520985281094909, 0.03725937008857727, -0.003386235563084483, 0.048460789024829865, 0.01919281668961048, -0.058417320251464844, -0.06580517441034317, 0.02749486081302166, 0.011456574313342571, 0.028858376666903496, 0.02825663797557354, 0.023493057116866112, 0.054823026061058044, 0.042004261165857315, -0.022794269025325775, 0.005874432623386383, -0.030107079073786736, -0.0191928893327713, 0.015824059024453163, -0.02222004346549511, 0.002320465398952365, -0.015859531238675117, -0.05280385538935661, -0.027290333062410355, 0.06626032292842865, 0.013765932060778141, 0.026982195675373077, -0.022366788238286972, -0.0408816784620285, 0.03154849261045456, -0.011787908151745796, -0.03752147778868675, 0.00869064498692751, -0.002917940029874444, -0.03871314227581024, 0.07774379849433899, -0.008834073320031166, 0.03806142508983612, 0.03157253935933113, 0.009213143959641457, -0.006963375490158796, 0.04738330468535423, -0.01867707259953022, 0.019472427666187286, 0.046398140490055084, -0.051314644515514374, -0.01387780625373125, -0.01870075799524784, 0.06873048096895218, -0.0866534635424614, 0.02916889078915119, 0.04864414781332016, 0.025407923385500908, 0.018296729773283005, -0.0292179174721241, -0.04943007975816727, 0.03922877460718155, -0.034094274044036865, 0.08435381203889847, 0.013833411037921906, -0.05436836555600166, 0.07522697746753693, 0.0315404087305069, -0.11046000570058823, 0.056469984352588654, 0.03097170777618885, 0.0003940233727917075, 0.0237218476831913, 0.056821320205926895, -0.04835319146513939, -0.0023350724950432777, -0.03993254899978638, 0.01029311865568161, -0.04463762044906616, 0.017334025353193283, -0.0006057244609110057, -0.05445040389895439, -0.002334016375243664, 0.007502622436732054, -0.012829755432903767, -0.029191449284553528, 0.0018489572685211897, -0.07269641757011414, -0.021517833694815636, -0.002906985115259886, 0.04320162162184715, -0.03712225332856178, 0.014605145901441574, -0.029814468696713448, 0.020597567781805992, 0.03487635776400566, 0.01346407737582922, -0.03168680891394615, -0.00801051501184702, 0.004770739935338497, -0.07656808197498322, -0.04869129881262779, 0.03613703325390816, 0.030721591785550117, -0.027967078611254692, 0.03673418611288071, -0.0046684895642101765, 0.01473750825971365, 0.03663421422243118, 0.010621638968586922, 0.02302122861146927, -0.06423798948526382, 0.000338731799274683, -0.013932700268924236, 0.006140582729130983, 0.011132117360830307, -0.010227256454527378, 0.05210665985941887, 0.04231603816151619, 0.01373241376131773, 0.008444536477327347, -0.018796203657984734, -0.021129213273525238, 0.038705311715602875, -0.03404831141233444, 0.03136131912469864, 0.011396348476409912, -0.04257974028587341, -0.041006434708833694, -0.01030642632395029, 0.0161104965955019, 0.039354369044303894, -0.04436279833316803, 0.007275083567947149, 0.02156216651201248, -0.03561480715870857, -0.06447067856788635, -0.07356065511703491, -0.03079661913216114, -0.049180768430233, 0.04104780778288841, 0.017950307577848434, -0.048065513372421265, -0.00047064441605471075, -0.04093620553612709, -0.05260356515645981, 0.02228339947760105, 0.019851690158247948, -0.02371205948293209, 0.047967687249183655, 0.037822578102350235, -0.06292925029993057, 0.018050450831651688, 0.05590827763080597, -0.00689275935292244, 0.032003406435251236, 0.033771712332963943, 0.019583825021982193, 0.025088774040341377, 0.05579166114330292, -0.03631920740008354, -0.013100089505314827, -0.03972230106592178, -0.03179759159684181, -0.019930889829993248, -0.01854489929974079, 0.04365958645939827 ]
AnonymousSub/rule_based_roberta_hier_triplet_epochs_1_shard_10
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
6
2022-01-05T03:48:27Z
--- library_name: fairseq task: audio-to-audio tags: - fairseq - audio - audio-to-audio - speech-to-speech-translation language: en-vi datasets: - must_c widget: - example_title: Common Voice sample 1 src: https://huggingface.co/facebook/xm_transformer_600m-en_es-multi_domain/resolve/main/common_voice_en_18295850.mp3 --- # xm_transformer_600m-en_vi-multi_domain [W2V2-Transformer](https://aclanthology.org/2021.acl-long.68/) speech-to-text translation model from fairseq S2T ([paper](https://arxiv.org/abs/2010.05171)/[code](https://github.com/pytorch/fairseq/tree/main/examples/speech_to_text)): - English-Vietnamese - Trained on MuST-C, Multilingual LibriSpeech, Common Voice v7 and CCMatrix - Speech synthesis with [facebook/tts_transformer-vi-cv7](https://huggingface.co/facebook/tts_transformer-vi-cv7) ## Usage ```python from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub from fairseq.models.speech_to_text.hub_interface import S2THubInterface from fairseq.models.text_to_speech.hub_interface import TTSHubInterface import IPython.display as ipd import torchaudio models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "facebook/xm_transformer_600m-en_vi-multi_domain", arg_overrides={"config_yaml": "config.yaml"}, ) model = models[0] generator = task.build_generator(model, cfg) # requires 16000Hz mono channel audio audio, _ = torchaudio.load("/path/to/an/audio/file") sample = S2THubInterface.get_model_input(task, audio) text = S2THubInterface.get_prediction(task, model, generator, sample) # speech synthesis tts_models, tts_cfg, tts_task = load_model_ensemble_and_task_from_hf_hub( f"facebook/tts_transformer-vi-cv7", arg_overrides={"vocoder": "griffin_lim", "fp16": False}, ) tts_model = tts_models[0] TTSHubInterface.update_cfg_with_data_cfg(tts_cfg, tts_task.data_cfg) tts_generator = tts_task.build_generator([tts_model], tts_cfg) tts_sample = TTSHubInterface.get_model_input(tts_task, text) wav, sr = TTSHubInterface.get_prediction( tts_task, tts_model, tts_generator, tts_sample ) ipd.Audio(wav, rate=rate) ``` ## Citation ```bibtex @inproceedings{li-etal-2021-multilingual, title = "Multilingual Speech Translation from Efficient Finetuning of Pretrained Models", author = "Li, Xian and Wang, Changhan and Tang, Yun and Tran, Chau and Tang, Yuqing and Pino, Juan and Baevski, Alexei and Conneau, Alexis and Auli, Michael", booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)", month = aug, year = "2021", address = "Online", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2021.acl-long.68", doi = "10.18653/v1/2021.acl-long.68", pages = "827--838", } @inproceedings{wang-etal-2020-fairseq, title = "Fairseq {S}2{T}: Fast Speech-to-Text Modeling with Fairseq", author = "Wang, Changhan and Tang, Yun and Ma, Xutai and Wu, Anne and Okhonko, Dmytro and Pino, Juan", booktitle = "Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Joint Conference on Natural Language Processing: System Demonstrations", month = dec, year = "2020", address = "Suzhou, China", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2020.aacl-demo.6", pages = "33--39", } ```
[ -0.02451532706618309, -0.027347400784492493, -0.024215668439865112, 0.040708817541599274, 0.04008673131465912, 0.03651014342904091, -0.015986209735274315, -0.02244001440703869, -0.02790442481637001, 0.05152891203761101, 0.0336608923971653, 0.010762570425868034, 0.009546685963869095, 0.028642218559980392, -0.019781721755862236, -0.06100999191403389, -0.029667530208826065, -0.022686146199703217, -0.04082505777478218, -0.01901417039334774, -0.0006598664913326502, 0.03858181834220886, -0.008760672062635422, 0.023552795872092247, 0.009263980202376842, 0.03470449522137642, -0.014121546410024166, 0.03299420699477196, -0.0041524614207446575, -0.07282668352127075, -0.0020699617452919483, -0.017896274104714394, -0.021086717024445534, -0.03309305012226105, -0.010947422124445438, 0.0021177451126277447, 0.00672374339774251, 0.013700287789106369, 0.030826358124613762, 0.040528640151023865, -0.01500969659537077, 0.0026484290137887, -0.005595854017883539, -0.02632697857916355, 0.0371343195438385, -0.0027398422826081514, -0.03956460952758789, -0.018488187342882156, 0.016747701913118362, -0.03905978053808212, -0.040982820093631744, -0.06253739446401596, -0.020161017775535583, 0.015389767475426197, -0.01306656002998352, -0.029272109270095825, -0.04246018826961517, -0.015622136183083057, 0.058530017733573914, -0.026574136689305305, -0.02591882273554802, 0.019883664324879646, -0.05248018726706505, 0.01166047714650631, 0.025469688698649406, -0.06770198047161102, 0.006728797219693661, -0.052380431443452835, 0.01887018419802189, -0.02557959221303463, 0.06711670011281967, -0.03306512162089348, 0.009566893801093102, -0.08155456930398941, 0.013656833209097385, -0.002574483398348093, 0.025017917156219482, 0.037949223071336746, -0.044892147183418274, 0.05254492536187172, 0.013013412244617939, 0.014394250698387623, 0.036154914647340775, -0.006652946583926678, 0.002389617497101426, 0.03646405413746834, -0.04882368817925453, 0.022204924374818802, 0.018212521448731422, 0.0412079393863678, -0.03553396835923195, -0.0464751273393631, -0.03061877004802227, -0.0394497849047184, -0.006924117915332317, 0.052140891551971436, 0.05405384302139282, -0.03745509311556816, 0.016677767038345337, 0.03160624951124191, 0.026157397776842117, 0.047383230179548264, -0.007617035415023565, 0.050375815480947495, -0.021435996517539024, 0.008347786031663418, 0.002665335778146982, -0.03492751345038414, -0.05727917701005936, 0.03181011974811554, 0.048279065638780594, -0.03513338044285774, -0.028926141560077667, 0.033400099724531174, 0.016447992995381355, -0.02367006614804268, 0.044425420463085175, -0.03615652769804001, -0.027923690155148506, -0.06448923051357269, 0.05732882022857666, 0.00924039725214243, 0.0010470293927937746, 0.012498375028371811, -0.03343281149864197, 0.036655817180871964, -0.03942888230085373, -0.03415917977690697, 0.004090167582035065, 0.017620237544178963, 0.006145797204226255, 0.0392138846218586, 0.016305280849337578, -0.043163929134607315, 0.0012771965702995658, 0.015556532889604568, -0.08333209902048111, 0.0389939621090889, 0.04135331138968468, 0.11083976924419403, -0.05983888730406761, -0.03834822401404381, 0.010758540593087673, 0.010279545560479164, -0.020679563283920288, 0.018123727291822433, 0.021147456020116806, -0.01984940469264984, -0.03930039703845978, 0.0064097242429852486, 0.05555495247244835, -0.0685693547129631, -0.006540749687701464, 0.05219816789031029, -0.02522239275276661, 0.030411718413233757, -0.02218710258603096, 0.010582483373582363, -0.01222296617925167, -0.008897536434233189, -0.028626563027501106, 0.045765772461891174, -0.0012250990839675069, -0.018642079085111618, -0.028755860403180122, -0.04245511442422867, -0.02143034338951111, 0.08513141423463821, 0.00590612692758441, -0.01964157447218895, -0.022983863949775696, 0.019723771139979362, 0.04196552559733391, 0.03607548773288727, -0.023876145482063293, 0.018521225079894066, 0.08036936819553375, 0.05061355233192444, -0.025694506242871284, 0.06948714703321457, 0.007483302615582943, -0.023764222860336304, -0.0360725112259388, 0.0007763595203869045, 0.004331058356910944, -0.025769367814064026, -0.009295651689171791, 0.06558360159397125, -0.017480164766311646, -0.024366602301597595, -0.01722991093993187, 0.051049310714006424, 0.010318704880774021, 0.002002087188884616, -0.00942919496446848, -0.015737539157271385, -0.02659241482615471, 0.03215453401207924, -0.02888316847383976, 0.008487518876791, -0.024236666038632393, -0.034884076565504074, -0.008398737758398056, 0.013997276313602924, 0.02124604769051075, 0.031212497502565384, 0.005962206982076168, 0.10136765986680984, -0.02697371505200863, 0.026787856593728065, -0.043946243822574615, -0.04218585044145584, -0.00880463607609272, 0.052205152809619904, 0.03169666603207588, 0.07509686052799225, -0.024320978671312332, -0.0409650057554245, 0.017764870077371597, 0.06569898128509521, 0.05278577283024788, 0.020817257463932037, -0.025917192921042442, 0.00933594349771738, 0.039877962321043015, 0.06868758052587509, -0.05453541502356529, -0.036993034183979034, -0.007084931246936321, 0.024063190445303917, -0.007716706953942776, -0.006046499125659466, -0.026217369362711906, 0.027396077290177345, -0.06312532722949982, -0.0785183534026146, 0.06020436808466911, 0.03931909054517746, -0.004068596288561821, 0.021368125453591347, -0.001711866818368435, 0.016303030773997307, 0.03406029939651489, -0.0056021069176495075, 0.007540272548794746, -0.03344152495265007, 0.00416218675673008, 0.015023617073893547, 0.04073568060994148, -0.07023054361343384, 0.03070399910211563, -0.0020359705667942762, 0.01794290915131569, 0.03300821781158447, -0.04781500622630119, 0.04431528598070145, 0.017194287851452827, 0.008191721513867378, -0.02934589982032776, 0.008052309975028038, 0.0034826237242668867, 0.05030973255634308, 0.08451134711503983, 0.0008816703921183944, 0.0649343729019165, -0.0061838673427701, 0.0461871437728405, 0.05839887633919716, 0.021600963547825813, -0.001339034759439528, 0.01913098432123661, 0.07306962460279465, 0.004929109942167997, -0.013822364620864391, 0.06509620696306229, -0.03920041769742966, 0.03631279245018959, -0.02751341089606285, 0.015489566139876842, -0.0064936475828289986, 0.0018759050872176886, 0.02892323024570942, 0.01690002717077732, -0.02335178107023239, 0.020002879202365875, -0.024540992453694344, -0.01454417034983635, 0.05746172368526459, -0.014244673773646355, -0.016200056299567223, 0.0028961000498384237, -0.00017371276044286788, 0.012762361206114292, -0.09993138909339905, -0.061292991042137146, 0.002809463534504175, -0.031971871852874756, 0.026558777317404747, -0.08165215700864792, -0.025675954297184944, -0.0953419879078865, -0.013964029960334301, 0.028090516105294228, 0.03143154829740524, 0.006319066975265741, -0.03160115331411362, 0.006182205863296986, -0.06913386285305023, -0.03175590932369232, -0.061805609613657, -0.021590901538729668, -0.021231457591056824, -0.054573528468608856, 0.04547341167926788, 0.006170031148940325, 0.039818212389945984, 0.012453118339180946, 0.0012370431795716286, -0.040006596595048904, -0.022936420515179634, 0.07684529572725296, 0.02354791946709156, -0.03468754142522812, -0.04961046203970909, 0.03516794741153717, -0.03620285540819168, 0.02486765943467617, -0.002111777663230896, -0.03684179112315178, 0.09174681454896927, 0.05175216495990753, 0.021553749218583107, 0.04076559469103813, -0.013650111854076385, -0.03927440196275711, -0.07125251740217209, -0.028912218287587166, -0.03529129922389984, -0.013295786455273628, -0.02583969198167324, -0.03840390220284462, -0.03937685862183571, -0.023281661793589592, -0.015613516792654991, -0.017767030745744705, 0.004840213805437088, 0.07099959999322891, 0.04135376960039139, 0.03024759702384472, 0.04032934457063675, -0.05596037209033966, -0.018680283799767494, 0.07044974714517593, -0.001128898817114532, -0.006934651173651218, -0.07771405577659607, -0.023146813735365868, 0.03273431211709976, 0.029225720092654228, -0.003840513527393341, 0.0011740302434191108, 0.08082115650177002, 0.00016123118984978646, -0.017032578587532043, 0.015148330479860306, -0.02365073375403881, -0.01863686367869377, -0.01865156553685665, -0.006735131144523621, -0.013474470004439354, -0.04797551408410072, -0.006543865893036127, -0.000914872158318758, 0.04222562536597252, -0.06199109926819801, -0.0358491912484169, -0.024563279002904892, 0.04044867306947708, 0.02244894579052925, -0.02683127671480179, -0.030944688245654106, 0.003625869285315275, -0.042600903660058975, -0.0467553436756134, -0.0008966664900071919, 0.00971690658479929, 0.010583452880382538, 0.044728025794029236, 0.014848744496703148, -0.029821718111634254, 0.029250184074044228, 0.03873703256249428, 0.06760194152593613, 0.019233189523220062, -0.043626852333545685, 0.014187735505402088, -0.020961346104741096, 0.005436460021883249, 0.0014474985655397177, -0.020906224846839905, -0.0308608990162611, -0.0707324668765068, 0.00018970177916344255, 0.019419407472014427, -0.003671505255624652, -0.019742155447602272, 0.04877716302871704, -0.024056022986769676, 0.0019183646654710174, 0.015197991393506527, 0.007341057062149048, 0.05067410692572594, -0.045904163271188736, 0.027687769383192062, -0.004364284686744213, 0.04287343844771385, -0.061626095324754715, 0.025341955944895744, -0.03112472966313362, -0.0011520927073433995, -0.006973095238208771, 0.06582608073949814, 0.036202266812324524, 0.04661848768591881, 0.057701874524354935, 0.022609323263168335, -0.05775974690914154, 0.02945387177169323, 0.034304603934288025, -0.02532622590661049, -0.06276211142539978, -0.00022988600539974868, -0.02104552462697029, -0.026683546602725983, -0.014540081843733788, -0.04454685002565384, 0.033407147973775864, 0.026475850492715836, -0.02004723809659481, -0.02210826426744461, 0.021363630890846252, -0.03109203651547432, -0.0004238476394675672, -0.04090363532304764, -0.038327671587467194, 0.024773668497800827, -0.02275913581252098, 0.0412544421851635, 0.03299615532159805, -0.002670604968443513, 0.04416026175022125, 0.0427328497171402, -0.04174864664673805, -0.030472032725811005, 0.03414546698331833, 0.03967064619064331, -0.03928789868950844, -0.04914245754480362, -0.04160214215517044, 0.0424899198114872, 0.011904141865670681, -0.02548651397228241, -0.07950139790773392, 0.010724849998950958, 0.054792940616607666, -0.022065315395593643, 0.06898339837789536, -0.016274424269795418, 0.027793122455477715, 0.04261729121208191, -0.00611467519775033, 0.02181694656610489, -0.014573713764548302, 0.026014268398284912, 0.0011939223622903228, 0.00685559306293726, -0.030340490862727165, -0.023077577352523804, -0.056956782937049866, 0.019177474081516266, 0.03499053046107292, 0.033668577671051025, 0.03810364007949829, -0.018752068281173706, -0.052794404327869415, 0.004168447107076645, 0.03982768580317497, -0.03878582641482353, 0.03257409483194351, 0.018921174108982086, 0.05327925458550453, -0.053063176572322845, -0.03284987807273865, 0.0003715135680977255, 0.01535196416079998, 0.040541138499975204, -0.016681697219610214, -0.04521932452917099, -0.022016948089003563, 0.03101920150220394, -0.02882147580385208, -0.03817027062177658, -0.0815780982375145, 0.011496750637888908, -0.010783948935568333, 0.003863680874928832, 0.06601160764694214, 0.036174360662698746, 0.0497860349714756, 0.02703660912811756, 0.0128972502425313, 0.033929191529750824, -0.04122911021113396, 0.05142541602253914, -0.04064135625958443, -0.023127539083361626, -0.011720778420567513, -0.03581484034657478, -0.009777058847248554, -0.012919708155095577, -0.043431296944618225, -0.0490155927836895, -0.012391663156449795, 0.033925723284482956, -0.024538423866033554, 0.01971348561346531, -0.029674427583813667, 0.04431987181305885, -0.016082357615232468, -0.024472104385495186, -0.01546927634626627, -0.041915785521268845, -0.0651894062757492, -0.03909992426633835, 0.028371350839734077, -0.014575150795280933, 0.023570574820041656, 0.022142743691802025, 0.022194670513272285, 0.03395962342619896, 0.007726360112428665, -0.0008601410081610084, 0.031022248789668083, 0.004752655979245901, -0.06678441911935806, -0.022491412237286568, 0.02721402607858181, 0.010063739493489265, 0.05258818343281746, -0.014644265174865723, 0.03179143741726875, 0.019645707681775093, -0.0448242649435997, -0.01424476783722639, 0.027503473684191704, 0.022526131942868233, -0.07465202361345291, -0.044683538377285004, -0.016703717410564423, -0.04510846734046936, 0.020206360146403313, -0.004310627933591604, -0.00346750277094543, 0.02566012553870678, 0.037852976471185684, 0.037362705916166306, -0.024513643234968185, -0.04404887557029724, 0.023661360144615173, -0.010344400070607662, 0.011313325725495815, -0.07900235801935196, 0.05740107595920563, -0.02273763343691826, 0.0331302136182785, 0.00348992133513093, 0.004266481380909681, -0.030866714194417, 0.05068289861083031, 0.005308344028890133, -0.00209038401953876, -0.015885023400187492, -0.00028815725818276405, -0.016353175044059753, 0.037271492183208466, -0.027911148965358734, 0.003219572827219963, -0.03719830885529518, 0.03804398328065872, -0.02661776915192604, 0.002187737263739109, -0.022648537531495094, -0.016531692817807198, -0.02040015161037445, -0.010042564943432808, -0.01899891160428524, -0.04807707294821739, 0.040513794869184494, 0.03711823374032974, 0.05706247314810753, 0.019031208008527756, -0.022292252629995346, 0.008001158945262432, 0.029098406434059143, -0.05296441540122032, -0.0003995145671069622, 0.013087160885334015, 0.043387461453676224, 0.003518869401887059, 0.0468570739030838, 0.019184278324246407, -0.06104975566267967, -0.059836290776729584, 0.035383690148591995, 0.007374218665063381, 0.023933835327625275, 0.0257255882024765, 0.027019644156098366, 0.06433328986167908, 0.03532223030924797, -0.026476740837097168, 0.003252060152590275, -0.03154238685965538, -0.024146074429154396, 0.01691167615354061, -0.01736070215702057, -0.001291538355872035, -0.0074608782306313515, -0.05249672383069992, -0.023436618968844414, 0.06823782622814178, 0.013906899839639664, 0.022705331444740295, -0.019811438396573067, -0.0376664362847805, 0.03378850221633911, -0.01330176368355751, -0.03727126121520996, 0.01382913626730442, -0.0034602233208715916, -0.033904414623975754, 0.07753264904022217, -0.0034306563902646303, 0.036866724491119385, 0.027607863768935204, 0.014461684972047806, 0.00045468108146451414, 0.04726400971412659, -0.019630519673228264, 0.021716363728046417, 0.04571826010942459, -0.05452963337302208, -0.017445527017116547, -0.02346816100180149, 0.0718519389629364, -0.08702503144741058, 0.029199274256825447, 0.046387944370508194, 0.0227045901119709, 0.020500723272562027, -0.032744187861680984, -0.05602681636810303, 0.036415696144104004, -0.04483306035399437, 0.08310727030038834, 0.01994682475924492, -0.061902474611997604, 0.07547470182180405, 0.036455512046813965, -0.10722746700048447, 0.061399348080158234, 0.03164922446012497, -0.002972988411784172, 0.020828817039728165, 0.050240401178598404, -0.05551624670624733, -0.009129278361797333, -0.040345363318920135, 0.009759998880326748, -0.04627450555562973, 0.014017210341989994, -0.00391836604103446, -0.054372917860746384, -0.005865250714123249, 0.013304967433214188, -0.01532774232327938, -0.028166698291897774, 0.0027071116492152214, -0.07676900923252106, -0.030592776834964752, -0.010181836783885956, 0.039080411195755005, -0.04015006124973297, 0.010628663003444672, -0.03551185503602028, 0.016958704218268394, 0.034518565982580185, 0.017064431682229042, -0.03691220283508301, -0.012250993400812149, 0.007038360461592674, -0.08215968310832977, -0.049973372370004654, 0.04159548878669739, 0.02265121601521969, -0.03286485746502876, 0.03715210407972336, -0.004625140223652124, 0.016002900898456573, 0.04195243492722511, 0.013937710784375668, 0.023745594546198845, -0.06631486117839813, 0.006511416286230087, -0.0070586963556706905, 0.0038402124773710966, 0.004922990221530199, -0.008277183398604393, 0.049464572221040726, 0.030145037919282913, 0.011346227489411831, 0.012108895927667618, -0.01576950214803219, -0.016222389414906502, 0.038994964212179184, -0.022227739915251732, 0.02598424069583416, 0.018324758857488632, -0.04403525963425636, -0.0400526188313961, -0.004274122882634401, 0.01837894320487976, 0.04668458551168442, -0.041572608053684235, 0.007133328355848789, 0.027133701369166374, -0.04123608395457268, -0.06431859731674194, -0.07807249575853348, -0.030604904517531395, -0.04569249972701073, 0.0400378480553627, 0.02094404585659504, -0.05691566318273544, 0.00576814915984869, -0.04121405631303787, -0.06161464378237724, 0.017661601305007935, 0.016268037259578705, -0.022688930854201317, 0.047071464359760284, 0.037723176181316376, -0.05690259858965874, 0.022143879905343056, 0.049460478127002716, -0.006165704224258661, 0.03455497696995735, 0.028674446046352386, 0.017810393124818802, 0.028304951265454292, 0.052948206663131714, -0.03748472034931183, -0.01745031401515007, -0.04828530177474022, -0.03484403342008591, -0.015743039548397064, -0.01879810355603695, 0.04085062816739082 ]
AnonymousSub/rule_based_roberta_hier_triplet_epochs_1_shard_1_squad2.0
[ "pytorch", "roberta", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "RobertaForQuestionAnswering" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
4
2022-01-05T02:38:52Z
--- library_name: fairseq task: audio-to-audio tags: - fairseq - audio - audio-to-audio - speech-to-speech-translation language: en-zh datasets: - must_c - covost2 widget: - example_title: Common Voice sample 1 src: https://huggingface.co/facebook/xm_transformer_600m-en_es-multi_domain/resolve/main/common_voice_en_18295850.mp3 --- # xm_transformer_600m-en_zh-multi_domain [W2V2-Transformer](https://aclanthology.org/2021.acl-long.68/) speech-to-text translation model from fairseq S2T ([paper](https://arxiv.org/abs/2010.05171)/[code](https://github.com/pytorch/fairseq/tree/main/examples/speech_to_text)): - English-Chinese - Trained on MuST-C, CoVoST 2, Multilingual LibriSpeech, Common Voice v7 and CCMatrix - Speech synthesis with [facebook/tts_transformer-zh-cv7_css10](https://huggingface.co/facebook/tts_transformer-zh-cv7_css10) ## Usage ```python from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub from fairseq.models.speech_to_text.hub_interface import S2THubInterface from fairseq.models.text_to_speech.hub_interface import TTSHubInterface import IPython.display as ipd import torchaudio models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "facebook/xm_transformer_600m-en_zh-multi_domain", arg_overrides={"config_yaml": "config.yaml"}, ) model = models[0] generator = task.build_generator(model, cfg) # requires 16000Hz mono channel audio audio, _ = torchaudio.load("/path/to/an/audio/file") sample = S2THubInterface.get_model_input(task, audio) text = S2THubInterface.get_prediction(task, model, generator, sample) # speech synthesis tts_models, tts_cfg, tts_task = load_model_ensemble_and_task_from_hf_hub( f"facebook/tts_transformer-zh-cv7_css10", arg_overrides={"vocoder": "griffin_lim", "fp16": False}, ) tts_model = tts_models[0] TTSHubInterface.update_cfg_with_data_cfg(tts_cfg, tts_task.data_cfg) tts_generator = tts_task.build_generator([tts_model], tts_cfg) tts_sample = TTSHubInterface.get_model_input(tts_task, text) wav, sr = TTSHubInterface.get_prediction( tts_task, tts_model, tts_generator, tts_sample ) ipd.Audio(wav, rate=rate) ``` ## Citation ```bibtex @inproceedings{li-etal-2021-multilingual, title = "Multilingual Speech Translation from Efficient Finetuning of Pretrained Models", author = "Li, Xian and Wang, Changhan and Tang, Yun and Tran, Chau and Tang, Yuqing and Pino, Juan and Baevski, Alexei and Conneau, Alexis and Auli, Michael", booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)", month = aug, year = "2021", address = "Online", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2021.acl-long.68", doi = "10.18653/v1/2021.acl-long.68", pages = "827--838", } @inproceedings{wang-etal-2020-fairseq, title = "Fairseq {S}2{T}: Fast Speech-to-Text Modeling with Fairseq", author = "Wang, Changhan and Tang, Yun and Ma, Xutai and Wu, Anne and Okhonko, Dmytro and Pino, Juan", booktitle = "Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Joint Conference on Natural Language Processing: System Demonstrations", month = dec, year = "2020", address = "Suzhou, China", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2020.aacl-demo.6", pages = "33--39", } ```
[ -0.025886954739689827, -0.026042390614748, -0.02845938317477703, 0.040651705116033554, 0.045351047068834305, 0.03715316206216812, -0.018220841884613037, -0.023865021765232086, -0.02692297287285328, 0.0527004674077034, 0.030819403007626534, 0.018460195511579514, 0.014161099679768085, 0.0276422668248415, -0.020525934174656868, -0.058777522295713425, -0.030530547723174095, -0.022584903985261917, -0.03560947626829147, -0.022539157420396805, -0.00011891430767718703, 0.03584060072898865, -0.011816264130175114, 0.022494301199913025, 0.004286823328584433, 0.035647161304950714, -0.011231386102735996, 0.03600817546248436, -0.001193080679513514, -0.06928712874650955, -0.0007579341763630509, -0.026302073150873184, -0.022862499579787254, -0.03575267642736435, -0.0061028883792459965, 0.002411670982837677, 0.008856870234012604, 0.015629688277840614, 0.03631982207298279, 0.03899741172790527, -0.014614332467317581, -0.005804555956274271, -0.0036684460937976837, -0.032529499381780624, 0.04091031476855278, -0.006168103311210871, -0.04155673086643219, -0.015560719184577465, 0.022144973278045654, -0.034392304718494415, -0.04156079143285751, -0.0632341206073761, -0.016321532428264618, 0.012259179726243019, -0.018231429159641266, -0.03495792672038078, -0.04456087946891785, -0.014178366400301456, 0.06554964184761047, -0.026954997330904007, -0.02880389429628849, 0.0160862747579813, -0.05307430401444435, 0.016109665855765343, 0.028908180072903633, -0.06995605677366257, 0.008805573917925358, -0.05891803652048111, 0.020986445248126984, -0.026371020823717117, 0.06604234874248505, -0.03566446527838707, 0.011959720402956009, -0.0804000124335289, 0.016406089067459106, -0.004044724628329277, 0.03265279904007912, 0.032316699624061584, -0.04227259010076523, 0.05623188614845276, 0.01598699763417244, 0.010252559557557106, 0.036313120275735855, -0.00231625372543931, 0.0024817178491503, 0.03405318036675453, -0.05099521949887276, 0.020509827882051468, 0.02228638343513012, 0.03958401083946228, -0.03632829338312149, -0.04672866687178612, -0.03607737272977829, -0.039788562804460526, -0.012529530562460423, 0.050535764545202255, 0.05357395485043526, -0.03794705495238304, 0.022638453170657158, 0.03398345410823822, 0.026104729622602463, 0.039872102439403534, -0.008694654330611229, 0.05008351802825928, -0.018916504457592964, 0.013165767304599285, 0.0002303321089129895, -0.033946648240089417, -0.061350226402282715, 0.03122660517692566, 0.05015391483902931, -0.030071252956986427, -0.033136893063783646, 0.031551964581012726, 0.015504034236073494, -0.02886868640780449, 0.044809479266405106, -0.04332882538437843, -0.025950102135539055, -0.06320571154356003, 0.06078379601240158, 0.013146372511982918, 0.0036669359542429447, 0.02009204402565956, -0.03389342501759529, 0.03933265432715416, -0.03754052519798279, -0.03439415991306305, -0.00042134549585171044, 0.01866832934319973, 0.006706055719405413, 0.03179318830370903, 0.009380610659718513, -0.03989335149526596, -0.0003652986488305032, 0.014728009700775146, -0.08528391271829605, 0.03711415454745293, 0.03996628150343895, 0.11128044128417969, -0.06583860516548157, -0.039793096482753754, 0.00415983097627759, 0.009013335220515728, -0.017311682924628258, 0.017243660986423492, 0.020376073196530342, -0.02049391157925129, -0.03632906824350357, 0.007644821424037218, 0.05477341637015343, -0.06761599332094193, 0.00037201022496446967, 0.047444529831409454, -0.02320566400885582, 0.03225007280707359, -0.024427104741334915, 0.014866411685943604, -0.007201536558568478, -0.008048833347856998, -0.036170538514852524, 0.05017592012882233, -0.0022782040759921074, -0.011429126374423504, -0.029699210077524185, -0.050888653844594955, -0.016444295644760132, 0.07964395731687546, 0.005261372774839401, -0.021292561665177345, -0.028341950848698616, 0.026425989344716072, 0.051270246505737305, 0.03347962722182274, -0.03142977133393288, 0.019944706931710243, 0.07397205382585526, 0.05202747881412506, -0.021454721689224243, 0.07630127668380737, 0.011655277572572231, -0.02182217687368393, -0.028450701385736465, 0.0010132421739399433, 0.004640038590878248, -0.0284433513879776, -0.014386560767889023, 0.06366968154907227, -0.014563408680260181, -0.02279161848127842, -0.02874600514769554, 0.051894839853048325, 0.005962607450783253, -0.003651760285720229, -0.020146474242210388, -0.013392717577517033, -0.03137798607349396, 0.03602815046906471, -0.027831345796585083, 0.003724545007571578, -0.021599767729640007, -0.03449505567550659, -0.009800324216485023, 0.02099340409040451, 0.023856235668063164, 0.0352800115942955, 0.0016116348560899496, 0.09742055833339691, -0.0271245576441288, 0.026903072372078896, -0.046427562832832336, -0.05017220601439476, -0.008387057110667229, 0.05002313479781151, 0.03048432618379593, 0.07720180600881577, -0.018758496269583702, -0.03914283961057663, 0.025598779320716858, 0.06813507527112961, 0.05488702282309532, 0.02127872407436371, -0.0185807216912508, 0.007063631899654865, 0.03616419434547424, 0.06416001915931702, -0.05629201978445053, -0.033461686223745346, -0.0005483125569298863, 0.03475840389728546, -0.00816180370748043, -0.005744985304772854, -0.02343958429992199, 0.023836415261030197, -0.05652318149805069, -0.07535665482282639, 0.06068769097328186, 0.03561997413635254, -0.00014695922436658293, 0.025981513783335686, -0.0033241407945752144, 0.020353613421320915, 0.03331264853477478, -0.006784966215491295, 0.011314733885228634, -0.042095065116882324, 0.006478666327893734, 0.01994897611439228, 0.04294653609395027, -0.0730593279004097, 0.022767774760723114, -0.0001256850955542177, 0.010522785596549511, 0.03589337319135666, -0.044046688824892044, 0.04088900238275528, 0.017057789489626884, 0.009260143153369427, -0.02852626144886017, 0.01417442038655281, 0.010076256468892097, 0.05259198322892189, 0.0824488028883934, -0.0026196278631687164, 0.058920927345752716, -0.01096267905086279, 0.046086810529232025, 0.059878941625356674, 0.021461622789502144, -0.00008134065137710422, 0.01593000628054142, 0.07607419788837433, 0.007292038761079311, -0.011724217794835567, 0.06875482946634293, -0.04167688637971878, 0.04071192443370819, -0.031754959374666214, 0.017131417989730835, -0.004387020133435726, -0.0022198951337486506, 0.03043411672115326, 0.01987840235233307, -0.020194513723254204, 0.0202512014657259, -0.022294912487268448, -0.02071215771138668, 0.05869918689131737, -0.01409197598695755, -0.01006790716201067, 0.005857905838638544, -0.008689559064805508, 0.01137690618634224, -0.09916847944259644, -0.060869209468364716, 0.004354480188339949, -0.032181017100811005, 0.027162516489624977, -0.08237742632627487, -0.020178230479359627, -0.0945374071598053, -0.012844396755099297, 0.028380123898386955, 0.03394567221403122, 0.010149584151804447, -0.029205182567238808, 0.015729334205389023, -0.06868500262498856, -0.03015044517815113, -0.060587335377931595, -0.016263436526060104, -0.010804876685142517, -0.05867774784564972, 0.039644282311201096, 0.006446961313486099, 0.040046364068984985, 0.015782663598656654, -0.0036535265389829874, -0.041358523070812225, -0.01733092963695526, 0.07512733340263367, 0.028471076861023903, -0.033434756100177765, -0.05379791185259819, 0.03366699814796448, -0.03739164024591446, 0.0255590807646513, -0.010368655435740948, -0.035582076758146286, 0.08748196065425873, 0.05788355693221092, 0.01716635748744011, 0.044824447482824326, -0.015706215053796768, -0.04434733837842941, -0.06740798056125641, -0.03228309378027916, -0.036344412714242935, -0.01003621332347393, -0.02607513964176178, -0.03519593924283981, -0.03901951014995575, -0.02179315872490406, -0.01953112706542015, -0.018883652985095978, 0.008465498685836792, 0.06726156920194626, 0.03766264393925667, 0.025583140552043915, 0.039844997227191925, -0.05656616762280464, -0.012322699651122093, 0.07731696963310242, -0.004312962759286165, -0.0006831719656474888, -0.07177212834358215, -0.025179583579301834, 0.03453880548477173, 0.029702482745051384, -0.007756464183330536, 0.00630432553589344, 0.08193787932395935, 0.0005958879482932389, -0.010265405289828777, 0.017034756019711494, -0.029225217178463936, -0.007166062947362661, -0.012656928040087223, -0.0029407674446702003, -0.022448942065238953, -0.05071770399808884, -0.010293439961969852, -0.00471971882507205, 0.042075932025909424, -0.061457306146621704, -0.032056037336587906, -0.030745211988687515, 0.038231395184993744, 0.015038239769637585, -0.0187482051551342, -0.028789097443223, 0.003928386606276035, -0.044826239347457886, -0.05050449073314667, -0.010822047479450703, 0.010950814932584763, 0.00959000550210476, 0.0428609699010849, 0.01924319379031658, -0.033890269696712494, 0.03435840085148811, 0.032003529369831085, 0.06509461253881454, 0.02884591557085514, -0.04657066985964775, 0.013641102239489555, -0.020233411341905594, 0.012108503840863705, -0.0009128688252530992, -0.02647991292178631, -0.028673361986875534, -0.06955423951148987, -0.002221396192908287, 0.0178716778755188, -0.010613745078444481, -0.01704070158302784, 0.04871121793985367, -0.02431114763021469, 0.004077224060893059, 0.006509294733405113, 0.013899393379688263, 0.0551939532160759, -0.0408361554145813, 0.030099064111709595, -0.009333754889667034, 0.039196111261844635, -0.05659825727343559, 0.028135105967521667, -0.031385764479637146, -0.0007833841373212636, -0.0050551192834973335, 0.07138640433549881, 0.03811262547969818, 0.050345927476882935, 0.06427405774593353, 0.024567855522036552, -0.055182624608278275, 0.02789308689534664, 0.030868321657180786, -0.025542017072439194, -0.06052052229642868, 0.002908913418650627, -0.018601609393954277, -0.02768256515264511, -0.017976747825741768, -0.04503221809864044, 0.03573003038764, 0.027111254632472992, -0.014359996654093266, -0.023258382454514503, 0.028712760657072067, -0.03243756666779518, -0.0017276202561333776, -0.0445866584777832, -0.03943194821476936, 0.017942357808351517, -0.026946784928441048, 0.034293681383132935, 0.03316773101687431, -0.00907996017485857, 0.04075578227639198, 0.04257248342037201, -0.04279099032282829, -0.031712133437395096, 0.03485329449176788, 0.04034827649593353, -0.03540942072868347, -0.045167483389377594, -0.04173635318875313, 0.04320306330919266, 0.01116455253213644, -0.024869166314601898, -0.07423630356788635, 0.013463537208735943, 0.05891517549753189, -0.02893376350402832, 0.0673881247639656, -0.018858321011066437, 0.02875618450343609, 0.04591817408800125, 0.0012653130106627941, 0.027567511424422264, -0.013379826210439205, 0.026141881942749023, 0.002829689299687743, 0.008446958847343922, -0.03065650165081024, -0.020614149048924446, -0.0569901242852211, 0.021452192217111588, 0.03175770118832588, 0.025058019906282425, 0.03732522949576378, -0.020735865458846092, -0.05060999467968941, 0.0042708395048975945, 0.04056035727262497, -0.04467145726084709, 0.0343039445579052, 0.01895654760301113, 0.05455150082707405, -0.04839734360575676, -0.02831299789249897, 0.0009197471663355827, 0.021206341683864594, 0.0356011688709259, -0.015093515627086163, -0.04490896314382553, -0.0224639642983675, 0.02992427349090576, -0.023690255358815193, -0.03937783092260361, -0.075873002409935, 0.018063440918922424, -0.014284615404903889, 0.00530494237318635, 0.06042826175689697, 0.03698763996362686, 0.05736906826496124, 0.030094631016254425, 0.00403261836618185, 0.03726109117269516, -0.043523021042346954, 0.04828246682882309, -0.034411538392305374, -0.02810024656355381, -0.008429997600615025, -0.04125701263546944, -0.008255504071712494, -0.019988376647233963, -0.045404333621263504, -0.05736841633915901, -0.011340477503836155, 0.03501001000404358, -0.029784511774778366, 0.019206488505005836, -0.03146034851670265, 0.04293552413582802, -0.01259797252714634, -0.020787572488188744, -0.013626587577164173, -0.04526812210679054, -0.06430221349000931, -0.048182107508182526, 0.029273783788084984, -0.01611056737601757, 0.02036965638399124, 0.025155624374747276, 0.026427779346704483, 0.03191418945789337, 0.009847539477050304, -0.0030530081130564213, 0.030371950939297676, -0.0038253399543464184, -0.06551479548215866, -0.026683518663048744, 0.026118647307157516, 0.008242344483733177, 0.054509829729795456, -0.01763295754790306, 0.03466087579727173, 0.025080053135752678, -0.04661427065730095, -0.012867913581430912, 0.026707090437412262, 0.01822897419333458, -0.07917840033769608, -0.04565884917974472, -0.0173790380358696, -0.040873777121305466, 0.019295187667012215, -0.007069680839776993, -0.003966134041547775, 0.028292743489146233, 0.035886868834495544, 0.03710855543613434, -0.020966460928320885, -0.03781375288963318, 0.024046463891863823, -0.015091110952198505, 0.011173078790307045, -0.07294658571481705, 0.056486718356609344, -0.026063965633511543, 0.03326365351676941, 0.003568272339180112, 0.006807517725974321, -0.03209143877029419, 0.04280873388051987, 0.004542941693216562, -0.007009343709796667, -0.00861707516014576, -0.0006052801036275923, -0.019915219396352768, 0.03843415528535843, -0.03080088645219803, 0.0028055130969733, -0.037504643201828, 0.038192614912986755, -0.024463415145874023, 0.0009847583714872599, -0.020609071478247643, -0.01808318682014942, -0.019816257059574127, -0.0117829330265522, -0.020953591912984848, -0.05124456062912941, 0.044444914907217026, 0.031793124973773956, 0.05294615030288696, 0.017577914521098137, -0.02598193846642971, 0.005930343642830849, 0.024041086435317993, -0.049963224679231644, -0.0008716389420442283, 0.0007779183215461671, 0.04388820379972458, 0.0035310517996549606, 0.04294709488749504, 0.01854107156395912, -0.060236889868974686, -0.06266448646783829, 0.028175638988614082, 0.015263831242918968, 0.025540431961417198, 0.02549711987376213, 0.026581931859254837, 0.05644259229302406, 0.03754675015807152, -0.02576201967895031, 0.0008240522583946586, -0.029485872015357018, -0.02002060040831566, 0.018411695957183838, -0.017596615478396416, 0.0007400899194180965, -0.016831014305353165, -0.046499624848365784, -0.028281372040510178, 0.06273047626018524, 0.009173957630991936, 0.026784665882587433, -0.025668397545814514, -0.04064284637570381, 0.03124900348484516, -0.01847415417432785, -0.032243967056274414, 0.004941917955875397, -0.000132072702399455, -0.04023175314068794, 0.07875877618789673, -0.008256115950644016, 0.033032920211553574, 0.02873900718986988, 0.010778822004795074, -0.0004467657709028572, 0.04785797372460365, -0.024020636454224586, 0.021501002833247185, 0.04372034966945648, -0.05453057587146759, -0.022650081664323807, -0.0220548827201128, 0.07178197801113129, -0.08490223437547684, 0.03189485892653465, 0.051249776035547256, 0.02635994367301464, 0.016226070001721382, -0.028100715950131416, -0.05054726451635361, 0.03613971918821335, -0.03769635781645775, 0.07768680900335312, 0.012050609104335308, -0.06465093791484833, 0.07526479661464691, 0.035783857107162476, -0.10805664956569672, 0.05317842215299606, 0.031617049127817154, -0.0033913953229784966, 0.027289114892482758, 0.049981653690338135, -0.04981083422899246, -0.008445978164672852, -0.04479629173874855, 0.010308302938938141, -0.043302394449710846, 0.014446930959820747, 0.0005306018283590674, -0.054437123239040375, -0.01055189874023199, 0.009873662143945694, -0.0035896776244044304, -0.025020722299814224, 0.0029531957115978003, -0.07492932677268982, -0.029087213799357414, 0.0002560620487201959, 0.03947651758790016, -0.03197488188743591, 0.008370423689484596, -0.03000618703663349, 0.018877224996685982, 0.03378530964255333, 0.016217436641454697, -0.0340559221804142, -0.01255686953663826, 0.007442153058946133, -0.07788003236055374, -0.04469187930226326, 0.041092149913311005, 0.026686958968639374, -0.030871272087097168, 0.036907948553562164, -0.008906670846045017, 0.01699354313313961, 0.03933762013912201, 0.013580292463302612, 0.028287634253501892, -0.06775631755590439, 0.0018690795404836535, -0.010078794322907925, 0.006532331928610802, 0.004160552751272917, -0.006912657525390387, 0.04652619734406471, 0.03797052055597305, 0.011974857188761234, 0.01025888416916132, -0.014710200019180775, -0.0183594711124897, 0.03491736203432083, -0.026440981775522232, 0.033881232142448425, 0.012395643629133701, -0.043377842754125595, -0.04078079015016556, -0.01028407271951437, 0.013845948502421379, 0.041094034910202026, -0.04154551774263382, 0.0034837983548641205, 0.03176407888531685, -0.0367249958217144, -0.06449088454246521, -0.07395753264427185, -0.03688453137874603, -0.04729568585753441, 0.036207519471645355, 0.02018131874501705, -0.05286017805337906, -0.0014492343179881573, -0.042931705713272095, -0.05844349041581154, 0.015968337655067444, 0.016485482454299927, -0.02294633351266384, 0.046456411480903625, 0.035374779254198074, -0.061409350484609604, 0.014346262440085411, 0.0534856952726841, -0.012194551527500153, 0.038945939391851425, 0.03308122605085373, 0.020656973123550415, 0.027622168883681297, 0.054964449256658554, -0.0270836278796196, -0.00909704901278019, -0.038775596767663956, -0.03418995440006256, -0.01669551432132721, -0.01766389049589634, 0.04065638408064842 ]
AnonymousSub/rule_based_roberta_hier_triplet_epochs_1_shard_1_wikiqa
[ "pytorch", "roberta", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "RobertaForSequenceClassification" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
25
2022-01-04T04:28:03Z
--- library_name: fairseq task: audio-to-audio tags: - fairseq - audio - audio-to-audio - speech-to-speech-translation language: es-en datasets: - mtedx - covost2 - europarl_st - voxpopuli widget: - example_title: Common Voice sample 1 src: https://huggingface.co/facebook/xm_transformer_600m-es_en-multi_domain/resolve/main/common_voice_es_19966634.flac --- # xm_transformer_600m-es_en-multi_domain [W2V2-Transformer](https://aclanthology.org/2021.acl-long.68/) speech-to-text translation model from fairseq S2T ([paper](https://arxiv.org/abs/2010.05171)/[code](https://github.com/pytorch/fairseq/tree/main/examples/speech_to_text)): - Spanish-English - Trained on mTEDx, CoVoST 2, EuroParl-ST, VoxPopuli, Multilingual LibriSpeech, Common Voice v7 and CCMatrix - Speech synthesis with [facebook/fastspeech2-en-ljspeech](https://huggingface.co/facebook/fastspeech2-en-ljspeech) ## Usage ```python from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub from fairseq.models.text_to_speech.hub_interface import S2THubInterface from fairseq.models.text_to_speech.hub_interface import TTSHubInterface import IPython.display as ipd import torchaudio models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "facebook/xm_transformer_600m-es_en-multi_domain", arg_overrides={"config_yaml": "config.yaml"}, ) model = models[0] generator = task.build_generator(model, cfg) # requires 16000Hz mono channel audio audio, _ = torchaudio.load("/path/to/an/audio/file") sample = S2THubInterface.get_model_input(task, audio) text = S2THubInterface.get_prediction(task, model, generator, sample) # speech synthesis tts_models, tts_cfg, tts_task = load_model_ensemble_and_task_from_hf_hub( f"facebook/fastspeech2-en-ljspeech", arg_overrides={"vocoder": "griffin_lim", "fp16": False}, ) tts_model = tts_models[0] TTSHubInterface.update_cfg_with_data_cfg(tts_cfg, tts_task.data_cfg) tts_generator = tts_task.build_generator([tts_model], tts_cfg) tts_sample = TTSHubInterface.get_model_input(tts_task, text) wav, sr = TTSHubInterface.get_prediction( tts_task, tts_model, tts_generator, tts_sample ) ipd.Audio(wav, rate=rate) ``` ## Citation ```bibtex @inproceedings{li-etal-2021-multilingual, title = "Multilingual Speech Translation from Efficient Finetuning of Pretrained Models", author = "Li, Xian and Wang, Changhan and Tang, Yun and Tran, Chau and Tang, Yuqing and Pino, Juan and Baevski, Alexei and Conneau, Alexis and Auli, Michael", booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)", month = aug, year = "2021", address = "Online", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2021.acl-long.68", doi = "10.18653/v1/2021.acl-long.68", pages = "827--838", } @inproceedings{wang-etal-2020-fairseq, title = "Fairseq {S}2{T}: Fast Speech-to-Text Modeling with Fairseq", author = "Wang, Changhan and Tang, Yun and Ma, Xutai and Wu, Anne and Okhonko, Dmytro and Pino, Juan", booktitle = "Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Joint Conference on Natural Language Processing: System Demonstrations", month = dec, year = "2020", address = "Suzhou, China", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2020.aacl-demo.6", pages = "33--39", } @inproceedings{wang-etal-2021-fairseq, title = "fairseq S{\^{}}2: A Scalable and Integrable Speech Synthesis Toolkit", author = "Wang, Changhan and Hsu, Wei-Ning and Adi, Yossi and Polyak, Adam and Lee, Ann and Chen, Peng-Jen and Gu, Jiatao and Pino, Juan", booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing: System Demonstrations", month = nov, year = "2021", address = "Online and Punta Cana, Dominican Republic", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2021.emnlp-demo.17", doi = "10.18653/v1/2021.emnlp-demo.17", pages = "143--152", } ```
[ -0.020487140864133835, -0.0225975438952446, -0.023804422467947006, 0.04567142575979233, 0.042215827852487564, 0.0375460721552372, -0.017929520457983017, -0.017393184825778008, -0.023099739104509354, 0.05241968110203743, 0.02347058430314064, 0.0038682313170284033, 0.010174429044127464, 0.027111371979117393, -0.024616967886686325, -0.05094311386346817, -0.03065229207277298, -0.01631256565451622, -0.04127579182386398, -0.024051155894994736, -0.006767832674086094, 0.03444153070449829, -0.007250703405588865, 0.0260542631149292, 0.0024585158098489046, 0.04155009239912033, -0.0074144089594483376, 0.026800887659192085, -0.002098875818774104, -0.06825103610754013, 0.0002610200026538223, -0.023958193138241768, -0.024529578164219856, -0.03583819419145584, -0.01297131646424532, -0.0025991129223257303, 0.015650393441319466, 0.009690186940133572, 0.039800576865673065, 0.03494766727089882, -0.02123505435883999, 0.0018299490911886096, -0.008801376447081566, -0.031025689095258713, 0.03726879879832268, 0.00007495164754800498, -0.05066806823015213, -0.035234156996011734, 0.01406787522137165, -0.029190581291913986, -0.04431915283203125, -0.061739761382341385, -0.012555494904518127, 0.013683288358151913, -0.021668996661901474, -0.039673518389463425, -0.053178634494543076, -0.0102760698646307, 0.0697036162018776, -0.02413753792643547, -0.018171001225709915, 0.025727398693561554, -0.05669030919671059, 0.010714729316532612, 0.03453931212425232, -0.07199098914861679, 0.006247176788747311, -0.05237489566206932, 0.023474013432860374, -0.02987147681415081, 0.07044460624456406, -0.03554315119981766, 0.016437392681837082, -0.07575687021017075, 0.010679197497665882, -0.009982679039239883, 0.02993563562631607, 0.03506322577595711, -0.04493224248290062, 0.04958219826221466, 0.020162519067525864, 0.014056582935154438, 0.03482503816485405, -0.011881299316883087, -0.002781241899356246, 0.04416082426905632, -0.05365843325853348, 0.007777306716889143, 0.028416549786925316, 0.03386766090989113, -0.03585018217563629, -0.044617556035518646, -0.0313439816236496, -0.045957475900650024, 0.0036288322880864143, 0.052054956555366516, 0.05351740121841431, -0.04346778243780136, 0.020139265805482864, 0.026360753923654556, 0.018548931926488876, 0.0410500131547451, -0.01058547105640173, 0.053680989891290665, -0.02495270036160946, 0.007666945457458496, -0.0010335628176108003, -0.036631666123867035, -0.053905222564935684, 0.03033723123371601, 0.05163242667913437, -0.024907080456614494, -0.035384368151426315, 0.03816665709018707, 0.009599109180271626, -0.025540083646774292, 0.041177041828632355, -0.03974110260605812, -0.03137098625302315, -0.058252330869436264, 0.057331666350364685, 0.019890133291482925, 0.007507757283747196, 0.02189629338681698, -0.04432777315378189, 0.03655076026916504, -0.03131403028964996, -0.030982032418251038, 0.0042170374654233456, 0.015098054893314838, 0.0012435592943802476, 0.02620018646121025, 0.016446279361844063, -0.03972000256180763, 0.0001422730420017615, 0.016210278496146202, -0.08402742445468903, 0.02681732550263405, 0.042515333741903305, 0.11002646386623383, -0.062399331480264664, -0.03723900392651558, 0.0060363635420799255, 0.0011096519883722067, -0.01383894495666027, 0.004903268069028854, 0.020806171000003815, -0.011598029173910618, -0.04480941221117973, 0.01053187157958746, 0.05081169679760933, -0.06746061891317368, 0.0012314748018980026, 0.0497032105922699, -0.033452246338129044, 0.03758338466286659, -0.03304611146450043, 0.006524238269776106, -0.0011361794313415885, -0.00328717939555645, -0.0323515385389328, 0.046887993812561035, -0.002386602107435465, -0.011600983329117298, -0.03354176878929138, -0.047228362411260605, -0.028384573757648468, 0.08647307753562927, 0.007167485076934099, -0.0231154952198267, -0.032741058617830276, 0.026401091367006302, 0.04607711732387543, 0.030156906694173813, -0.029349638149142265, 0.010440170764923096, 0.07996530085802078, 0.05539290979504585, -0.016329336911439896, 0.0713496133685112, 0.009847437031567097, -0.02184908837080002, -0.036447182297706604, 0.0006959110614843667, 0.0062385182827711105, -0.027670061215758324, -0.01665983349084854, 0.06848148256540298, -0.014289730228483677, -0.020553966984152794, -0.030672335997223854, 0.04849616438150406, -0.009115245193243027, -0.005445493385195732, -0.021046854555606842, -0.018408892676234245, -0.035718441009521484, 0.034038886427879333, -0.029542503878474236, 0.0060022505931556225, -0.0211147703230381, -0.03581422194838524, -0.011374146677553654, 0.02624349668622017, 0.013958198018372059, 0.030035708099603653, 0.008343061432242393, 0.1025453433394432, -0.028167184442281723, 0.01908978447318077, -0.04644924774765968, -0.05933676287531853, -0.011547274887561798, 0.04990280047059059, 0.028760945424437523, 0.07312320172786713, -0.02160334773361683, -0.04771484434604645, 0.023786067962646484, 0.07044520974159241, 0.05183054134249687, 0.019539620727300644, -0.021396875381469727, 0.004750358872115612, 0.04771837592124939, 0.06174883991479874, -0.04974473640322685, -0.03672544285655022, 0.002210671780630946, 0.034805141389369965, -0.009133516810834408, -0.008744857273995876, -0.024861153215169907, 0.027653232216835022, -0.052968110889196396, -0.08132873475551605, 0.06105579808354378, 0.0361551009118557, -0.0055761211551725864, 0.02221715822815895, -0.01474345289170742, 0.020905068144202232, 0.025861060246825218, -0.010356505401432514, 0.0051572686061263084, -0.03566044941544533, 0.005511566065251827, 0.013653464615345001, 0.04422490671277046, -0.07573092728853226, 0.029787976294755936, 0.0017356385942548513, 0.008602351881563663, 0.04401183873414993, -0.039886102080345154, 0.0464632548391819, 0.023693295195698738, 0.003622549818828702, -0.03393816947937012, 0.006370751187205315, 0.008731427602469921, 0.04371146857738495, 0.08270931988954544, 0.00006468213541666046, 0.0537237748503685, -0.009110038168728352, 0.04355447366833687, 0.0619351901113987, 0.029093347489833832, -0.007833166979253292, 0.019679879769682884, 0.08062480390071869, 0.0017100800760090351, -0.020653050392866135, 0.06550559401512146, -0.04310275986790657, 0.030896352604031563, -0.023928217589855194, 0.01754116453230381, 0.005991837941110134, -0.0016344498144462705, 0.03040587343275547, 0.019505713135004044, -0.02762005291879177, 0.025397371500730515, -0.01729452610015869, -0.011290797963738441, 0.06190651282668114, -0.0158560611307621, -0.010157395154237747, -0.005410382524132729, -0.005703670904040337, 0.018164584413170815, -0.09251923114061356, -0.05702131986618042, 0.005553419701755047, -0.030515065416693687, 0.02829643338918686, -0.06300550699234009, -0.024937571957707405, -0.09269407391548157, -0.005166894290596247, 0.02443053387105465, 0.030355561524629593, 0.013305720873177052, -0.020990664139389992, 0.001336116692982614, -0.06268229335546494, -0.043696239590644836, -0.05456864461302757, -0.023869914934039116, -0.014149343594908714, -0.05749279260635376, 0.036352068185806274, 0.005652397405356169, 0.04505712538957596, 0.016696184873580933, -0.004808858036994934, -0.03805093094706535, -0.023347660899162292, 0.06673787534236908, 0.03457142040133476, -0.03242899850010872, -0.05589853227138519, 0.02966609038412571, -0.036446474492549896, 0.02700022980570793, -0.009995868429541588, -0.03808009624481201, 0.08054322004318237, 0.05500238016247749, 0.026851685717701912, 0.043132610619068146, -0.009772147051990032, -0.03704188019037247, -0.06780297309160233, -0.03274458274245262, -0.03477753326296806, -0.010325931012630463, -0.021750131621956825, -0.03587302193045616, -0.040102872997522354, -0.029114579781889915, -0.013867451809346676, -0.005480070132762194, 0.008593345992267132, 0.0739331990480423, 0.03477863594889641, 0.02716640755534172, 0.03142519295215607, -0.056210462003946304, -0.00982656329870224, 0.07440096884965897, 0.0021706679835915565, -0.006604448892176151, -0.07487130165100098, -0.03219786286354065, 0.03882904350757599, 0.026935063302516937, -0.005694889463484287, 0.012002794072031975, 0.08512291312217712, 0.003195307683199644, -0.009274186566472054, 0.017442049458622932, -0.024025022983551025, -0.02640712261199951, -0.007777575869113207, -0.00017146128811873496, -0.025554059073328972, -0.0538896881043911, -0.00700828991830349, 0.00048152293311432004, 0.04716775193810463, -0.0650489404797554, -0.026610800996422768, -0.02751162275671959, 0.03955492377281189, 0.01888452284038067, -0.021900059655308723, -0.033325452357530594, 0.0006065370398573577, -0.036441657692193985, -0.04147486761212349, -0.011887007392942905, 0.003892549779266119, 0.009692179039120674, 0.04419944807887077, 0.021615298464894295, -0.03407198563218117, 0.031130753457546234, 0.02942991815507412, 0.07112573832273483, 0.03179505467414856, -0.04577406868338585, 0.019874535501003265, -0.028709035366773605, 0.004731116350740194, 0.0008984155720099807, -0.02402568981051445, -0.03440349921584129, -0.070390984416008, 0.0020138665568083525, 0.01734147220849991, -0.006404586136341095, -0.018906772136688232, 0.04285278171300888, -0.01934426836669445, 0.010781792923808098, 0.0037697514053434134, 0.009673218242824078, 0.046809129416942596, -0.049838315695524216, 0.03663148730993271, -0.00045831737224943936, 0.03250986710190773, -0.05818002671003342, 0.027734186500310898, -0.03076772950589657, -0.009320354089140892, -0.009466198273003101, 0.06980671733617783, 0.03261471167206764, 0.05359108746051788, 0.06569179892539978, 0.02189469523727894, -0.04707275331020355, 0.024269454181194305, 0.026390070095658302, -0.03043247200548649, -0.06432072818279266, 0.00026029834407381713, -0.026105115190148354, -0.031114062294363976, -0.009752996265888214, -0.04640726000070572, 0.04187549650669098, 0.025596927851438522, -0.006203581113368273, -0.026854896917939186, 0.023145681247115135, -0.027807187288999557, -0.004078818950802088, -0.044167473912239075, -0.049029815942049026, 0.020208286121487617, -0.011872326955199242, 0.040897186845541, 0.03015049174427986, -0.00898827239871025, 0.039091870188713074, 0.04640299454331398, -0.03938300535082817, -0.03486001119017601, 0.03339303284883499, 0.035540517419576645, -0.04020315408706665, -0.04749232903122902, -0.03783721476793289, 0.04464452341198921, 0.016842544078826904, -0.012550784274935722, -0.07949108630418777, 0.00478369789198041, 0.05332866683602333, -0.017162678763270378, 0.06119145080447197, -0.020497795194387436, 0.03326892852783203, 0.041554711759090424, -0.0013260653940960765, 0.027421152219176292, -0.020349454134702682, 0.022326001897454262, 0.0004603223060257733, 0.0007305421750061214, -0.017258988693356514, -0.02938174642622471, -0.06316592544317245, 0.030718693509697914, 0.03231509029865265, 0.027662746608257294, 0.042785439640283585, -0.02247755602002144, -0.05531575158238411, 0.0031458644662052393, 0.04491998627781868, -0.04608796536922455, 0.03284715861082077, 0.022364433854818344, 0.05917152389883995, -0.04441375285387039, -0.031779415905475616, 0.00398295046761632, 0.011023719795048237, 0.03664158657193184, -0.014527878724038601, -0.05049871653318405, -0.021478038281202316, 0.025973685085773468, -0.031653013080358505, -0.03699594363570213, -0.07650431245565414, 0.012566043063998222, -0.017081819474697113, 0.001666678232140839, 0.06295628100633621, 0.04098987951874733, 0.05469238758087158, 0.030417632311582565, 0.005393522791564465, 0.026861630380153656, -0.03866533935070038, 0.04781275615096092, -0.0347261056303978, -0.025058062747120857, -0.015013457275927067, -0.036080148071050644, -0.01185217872262001, -0.020833538845181465, -0.04060668498277664, -0.04765545576810837, -0.012629033997654915, 0.03859913721680641, -0.02375967614352703, 0.02737560123205185, -0.032604046165943146, 0.04173775762319565, -0.011823422275483608, -0.021072976291179657, -0.009320233948528767, -0.043743304908275604, -0.06437027454376221, -0.05432644486427307, 0.03652336448431015, -0.022822391241788864, 0.033932048827409744, 0.02048497088253498, 0.025768615305423737, 0.027431702241301537, -0.0011586762266233563, 0.00048267183592543006, 0.027988405898213387, -0.004438438452780247, -0.07048869132995605, -0.0278859194368124, 0.023801246657967567, 0.012231827713549137, 0.06569310277700424, -0.02004360966384411, 0.0334760807454586, 0.02224607765674591, -0.04461387172341347, -0.012036326341331005, 0.025214727967977524, 0.02196953259408474, -0.07450517266988754, -0.047072190791368484, -0.01962648518383503, -0.04691782593727112, 0.0176442489027977, -0.00512341083958745, 0.0018294905312359333, 0.029327889904379845, 0.03243619576096535, 0.042029235512018204, -0.012669227086007595, -0.04570218175649643, 0.0175637137144804, -0.008900383487343788, 0.015307343564927578, -0.07359524816274643, 0.06367719918489456, -0.024841904640197754, 0.02514961175620556, 0.005656520836055279, 0.00972786545753479, -0.031133022159337997, 0.04935867339372635, 0.0013156869681552052, -0.016509154811501503, -0.006215319503098726, -0.006857223343104124, -0.013442032970488071, 0.03305886313319206, -0.03637569397687912, 0.0033043252769857645, -0.04018830880522728, 0.05534600093960762, -0.03199353814125061, 0.0005394048057496548, -0.027614956721663475, -0.016836440190672874, -0.020448997616767883, -0.010534030385315418, -0.011751169338822365, -0.05201807990670204, 0.03640132024884224, 0.036134928464889526, 0.05302397906780243, 0.013876371085643768, -0.03734446316957474, 0.0024913907982409, 0.02638043649494648, -0.061134446412324905, -0.004596223589032888, 0.0023673807736486197, 0.047702379524707794, 0.005738067906349897, 0.04412933066487312, 0.01743179000914097, -0.05851525440812111, -0.06946693360805511, 0.03726736456155777, 0.012567277997732162, 0.022577425464987755, 0.01605585217475891, 0.021198084577918053, 0.05553164705634117, 0.03656690567731857, -0.021036751568317413, 0.0007554722833447158, -0.02670086920261383, -0.013899053446948528, 0.01577029749751091, -0.012197168543934822, -0.0019969940185546875, -0.0037712533958256245, -0.043529488146305084, -0.0209799837321043, 0.06831469386816025, 0.017825907096266747, 0.024967482313513756, -0.03492850437760353, -0.03902606666088104, 0.02989792264997959, -0.019046587869524956, -0.0395938865840435, 0.008318113163113594, -0.0037512665148824453, -0.03323232755064964, 0.07517140358686447, -0.008518458344042301, 0.028452981263399124, 0.03783782944083214, 0.013370352797210217, -0.004783733747899532, 0.04166267067193985, -0.012858725152909756, 0.013167236000299454, 0.0493372417986393, -0.05127382278442383, -0.022075939923524857, -0.020913396030664444, 0.07065482437610626, -0.07711098343133926, 0.029984433203935623, 0.05119691044092178, 0.023907968774437904, 0.02004418522119522, -0.02589448355138302, -0.04510924965143204, 0.030500052496790886, -0.03593774139881134, 0.07759512960910797, 0.014054130762815475, -0.06952928751707077, 0.08843033015727997, 0.034482743591070175, -0.10419921576976776, 0.045027848333120346, 0.029809309169650078, -0.003003275953233242, 0.021637840196490288, 0.0486474484205246, -0.0504072941839695, 0.003619022434577346, -0.04240215942263603, 0.010669289156794548, -0.037797749042510986, 0.008768063969910145, -0.004989678971469402, -0.05126500502228737, 0.00003932071922463365, 0.01780478097498417, -0.014762877486646175, -0.020795423537492752, 0.0007808159571141005, -0.07250502705574036, -0.030166909098625183, 0.0014742924831807613, 0.03449881821870804, -0.04024209827184677, 0.005241089500486851, -0.027842186391353607, 0.028459852561354637, 0.03738803416490555, 0.011060552671551704, -0.030063744634389877, -0.011646117083728313, 0.004822365008294582, -0.08552149683237076, -0.05651449039578438, 0.038113728165626526, 0.032573338598012924, -0.029690304771065712, 0.035110969096422195, -0.0011972133070230484, 0.010889887809753418, 0.039869148284196854, 0.005210434086620808, 0.02634524554014206, -0.06217800825834274, -0.00023683150357101113, -0.010563714429736137, 0.013101610355079174, 0.006808826234191656, -0.0057257614098489285, 0.05107736214995384, 0.03465761989355087, 0.017229720950126648, 0.00044787232764065266, -0.011476068757474422, -0.012368366122245789, 0.030452275648713112, -0.03300371393561363, 0.03930473327636719, 0.01809704676270485, -0.04019862040877342, -0.035293690860271454, -0.006343894172459841, 0.026780320331454277, 0.036775920540094376, -0.04389873519539833, 0.003679357934743166, 0.021793626248836517, -0.032810378819704056, -0.055064573884010315, -0.08014750480651855, -0.04395390674471855, -0.04490386322140694, 0.02189335599541664, 0.017109675332903862, -0.05097579583525658, 0.0009065208141691983, -0.0358247309923172, -0.0473090223968029, 0.014747576788067818, 0.017102129757404327, -0.027027800679206848, 0.046554677188396454, 0.033917687833309174, -0.07357966899871826, 0.016296055167913437, 0.05480002239346504, -0.0016264753649011254, 0.03627058491110802, 0.025826333090662956, 0.02371213212609291, 0.024441638961434364, 0.050880201160907745, -0.035866931080818176, -0.011138410307466984, -0.028856102377176285, -0.03723703697323799, -0.02136971428990364, -0.011952649801969528, 0.04249465465545654 ]
AnonymousSub/rule_based_roberta_hier_triplet_epochs_1_shard_1_wikiqa_copy
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
2
null
--- library_name: fairseq task: audio-to-audio tags: - fairseq - audio - audio-to-audio - speech-to-speech-translation language: fr-en datasets: - mtedx - covost2 - europarl_st - voxpopuli widget: - example_title: Common Voice sample 1 src: https://huggingface.co/facebook/xm_transformer_600m-fr_en-multi_domain/resolve/main/common_voice_fr_19731305.mp3 --- # xm_transformer_600m-fr_en-multi_domain [W2V2-Transformer](https://aclanthology.org/2021.acl-long.68/) speech-to-text translation model from fairseq S2T ([paper](https://arxiv.org/abs/2010.05171)/[code](https://github.com/pytorch/fairseq/tree/main/examples/speech_to_text)): - French-English - Trained on mTEDx, CoVoST 2, EuroParl-ST, VoxPopuli, Multilingual LibriSpeech, Common Voice v7 and CCMatrix - Speech synthesis with [facebook/fastspeech2-en-ljspeech](https://huggingface.co/facebook/fastspeech2-en-ljspeech) ## Usage ```python from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub from fairseq.models.text_to_speech.hub_interface import S2THubInterface from fairseq.models.text_to_speech.hub_interface import TTSHubInterface import IPython.display as ipd import torchaudio models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "facebook/xm_transformer_600m-fr_en-multi_domain", arg_overrides={"config_yaml": "config.yaml"}, ) model = models[0] generator = task.build_generator(model, cfg) # requires 16000Hz mono channel audio audio, _ = torchaudio.load("/path/to/an/audio/file") sample = S2THubInterface.get_model_input(task, audio) text = S2THubInterface.get_prediction(task, model, generator, sample) # speech synthesis tts_models, tts_cfg, tts_task = load_model_ensemble_and_task_from_hf_hub( f"facebook/fastspeech2-en-ljspeech", arg_overrides={"vocoder": "griffin_lim", "fp16": False}, ) tts_model = tts_models[0] TTSHubInterface.update_cfg_with_data_cfg(tts_cfg, tts_task.data_cfg) tts_generator = tts_task.build_generator([tts_model], tts_cfg) tts_sample = TTSHubInterface.get_model_input(tts_task, text) wav, sr = TTSHubInterface.get_prediction( tts_task, tts_model, tts_generator, tts_sample ) ipd.Audio(wav, rate=rate) ``` ## Citation ```bibtex @inproceedings{li-etal-2021-multilingual, title = "Multilingual Speech Translation from Efficient Finetuning of Pretrained Models", author = "Li, Xian and Wang, Changhan and Tang, Yun and Tran, Chau and Tang, Yuqing and Pino, Juan and Baevski, Alexei and Conneau, Alexis and Auli, Michael", booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)", month = aug, year = "2021", address = "Online", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2021.acl-long.68", doi = "10.18653/v1/2021.acl-long.68", pages = "827--838", } @inproceedings{wang-etal-2020-fairseq, title = "Fairseq {S}2{T}: Fast Speech-to-Text Modeling with Fairseq", author = "Wang, Changhan and Tang, Yun and Ma, Xutai and Wu, Anne and Okhonko, Dmytro and Pino, Juan", booktitle = "Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Joint Conference on Natural Language Processing: System Demonstrations", month = dec, year = "2020", address = "Suzhou, China", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2020.aacl-demo.6", pages = "33--39", } @inproceedings{wang-etal-2021-fairseq, title = "fairseq S{\^{}}2: A Scalable and Integrable Speech Synthesis Toolkit", author = "Wang, Changhan and Hsu, Wei-Ning and Adi, Yossi and Polyak, Adam and Lee, Ann and Chen, Peng-Jen and Gu, Jiatao and Pino, Juan", booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing: System Demonstrations", month = nov, year = "2021", address = "Online and Punta Cana, Dominican Republic", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2021.emnlp-demo.17", doi = "10.18653/v1/2021.emnlp-demo.17", pages = "143--152", } ```
[ -0.018005067482590675, -0.023706240579485893, -0.028766019269824028, 0.040031224489212036, 0.04004618152976036, 0.03457532078027725, -0.018573537468910217, -0.022839196026325226, -0.02813068963587284, 0.05322406068444252, 0.028147075325250626, 0.005714487750083208, 0.008640540763735771, 0.021513106301426888, -0.02012406289577484, -0.050667088478803635, -0.02957845851778984, -0.019893042743206024, -0.03534272313117981, -0.023417888209223747, -0.006025234237313271, 0.04005357623100281, -0.012667885981500149, 0.028298594057559967, 0.00687794666737318, 0.03371508792042732, -0.016348255798220634, 0.03508100286126137, -0.0008754659211263061, -0.07614018768072128, 0.00262078526429832, -0.02143898606300354, -0.028235726058483124, -0.03480832651257515, -0.007638061419129372, -0.002658612560480833, 0.009838198311626911, 0.011161533184349537, 0.036707475781440735, 0.03765784576535225, -0.016873866319656372, -0.008371632546186447, -0.015027727000415325, -0.021343199536204338, 0.03803153708577156, -0.0055186259560287, -0.051267411559820175, -0.0316012017428875, 0.016561120748519897, -0.03462672606110573, -0.042782917618751526, -0.05552463233470917, -0.002296221675351262, 0.012538855895400047, -0.013365953229367733, -0.0360349640250206, -0.05329052731394768, -0.0028849621303379536, 0.06760431826114655, -0.021637044847011566, -0.01395522803068161, 0.02772054634988308, -0.052982792258262634, 0.017942702397704124, 0.036916423588991165, -0.07287583500146866, 0.007912755012512207, -0.05641316622495651, 0.022180233150720596, -0.026158124208450317, 0.06817793101072311, -0.03143493831157684, 0.011860492639243603, -0.08044509589672089, 0.01346238236874342, -0.003555290400981903, 0.02829304337501526, 0.03928440064191818, -0.039937444031238556, 0.04520799592137337, 0.01486106589436531, 0.009208657778799534, 0.03120392933487892, -0.010417821817100048, -0.011078530922532082, 0.038608044385910034, -0.05252203345298767, 0.011268828064203262, 0.029665494337677956, 0.03466412425041199, -0.0413658581674099, -0.055035993456840515, -0.026737382635474205, -0.0455981120467186, 0.0099859070032835, 0.05104013904929161, 0.051765408366918564, -0.04733263701200485, 0.018747001886367798, 0.029066607356071472, 0.01720045693218708, 0.03946463763713837, -0.008001837879419327, 0.05104169622063637, -0.02120441384613514, 0.009104005061089993, -0.0024209117982536554, -0.032589685171842575, -0.05594640225172043, 0.034484632313251495, 0.05133691430091858, -0.028803911060094833, -0.037038397043943405, 0.03985781967639923, 0.006842469330877066, -0.027856742963194847, 0.03967803716659546, -0.04118924215435982, -0.02690807916224003, -0.06518442183732986, 0.046083513647317886, 0.01765066385269165, 0.007012249901890755, 0.02038225159049034, -0.044241465628147125, 0.040750857442617416, -0.0356639064848423, -0.03354869782924652, 0.0014149026246741414, 0.008020943962037563, 0.0008828712743707001, 0.02822764776647091, 0.017054922878742218, -0.035783253610134125, -0.001096072606742382, 0.004232970532029867, -0.08269872516393661, 0.02879635989665985, 0.03747383505105972, 0.11506402492523193, -0.060983721166849136, -0.03978748247027397, 0.00925535336136818, 0.0012123194755986333, -0.02430822141468525, 0.00908649805933237, 0.020731057971715927, -0.014924132265150547, -0.04584098607301712, 0.01120732445269823, 0.048239532858133316, -0.06797931343317032, 0.0008199017029255629, 0.04998582974076271, -0.03386574611067772, 0.037007685750722885, -0.03634298965334892, 0.008962417021393776, -0.0021519153378903866, -0.0037078699097037315, -0.03260995075106621, 0.042319588363170624, 0.0012108871014788747, -0.008772124536335468, -0.031478073447942734, -0.05368185043334961, -0.031244667246937752, 0.08625274896621704, 0.006733905989676714, -0.01786618120968342, -0.03439627215266228, 0.02858712524175644, 0.042793773114681244, 0.035881564021110535, -0.03176992014050484, 0.01881738193333149, 0.07308514416217804, 0.05290188640356064, -0.012056680396199226, 0.07386810332536697, 0.017142638564109802, -0.027505729347467422, -0.03951909765601158, -0.002113637048751116, 0.003832203568890691, -0.035803742706775665, -0.013015257194638252, 0.06794853508472443, -0.007420799229294062, -0.02261238917708397, -0.037342410534620285, 0.05011878162622452, -0.0004900780622847378, -0.009768635034561157, -0.012178735807538033, -0.023266497999429703, -0.03509551286697388, 0.03330448269844055, -0.02802693285048008, 0.006570788566023111, -0.02439345046877861, -0.040647223591804504, -0.004216725006699562, 0.0206711795181036, 0.025868140161037445, 0.028440069407224655, 0.003113232320174575, 0.10301901400089264, -0.026639657095074654, 0.019109422340989113, -0.043866246938705444, -0.05200182646512985, -0.010910783894360065, 0.053643956780433655, 0.028089117258787155, 0.07356927543878555, -0.02404634840786457, -0.048824720084667206, 0.025997523218393326, 0.06797324120998383, 0.055379148572683334, 0.019930444657802582, -0.02096901461482048, 0.002741941250860691, 0.0429401732981205, 0.0592288114130497, -0.05250592157244682, -0.03372490778565407, 0.0018571708351373672, 0.026792321354150772, -0.00982658937573433, -0.009103273041546345, -0.024995027109980583, 0.025229331105947495, -0.044743336737155914, -0.07897745072841644, 0.06272944062948227, 0.042981285601854324, 0.0020437908824533224, 0.02833460085093975, -0.010438119992613792, 0.014803669415414333, 0.02512337826192379, -0.005700670648366213, 0.0036930309142917395, -0.03730550408363342, 0.006681180093437433, 0.014284352771937847, 0.044928938150405884, -0.0736645832657814, 0.03255903348326683, -0.003420358756557107, 0.008513789623975754, 0.03911861032247543, -0.04276734218001366, 0.04473619535565376, 0.024238677695393562, 0.0074877566657960415, -0.033061038702726364, -0.001134813530370593, 0.008544758893549442, 0.04457863047719002, 0.09039086103439331, 0.0008502024575136602, 0.053387600928545, -0.003993324935436249, 0.04789244011044502, 0.06437695026397705, 0.035662200301885605, -0.005639538634568453, 0.013681823387742043, 0.07347742468118668, 0.0017079494427889585, -0.024512596428394318, 0.06354600191116333, -0.0416177473962307, 0.0361575148999691, -0.024048561230301857, 0.01509992964565754, 0.006201834883540869, 0.00022968146367929876, 0.021121911704540253, 0.02032049559056759, -0.020312052220106125, 0.02290702983736992, -0.015638213604688644, -0.013751317746937275, 0.05506960675120354, -0.012435995042324066, -0.011891650967299938, -0.0003405494207981974, -0.0005039372481405735, 0.022784562781453133, -0.08467905223369598, -0.05133609473705292, 0.005572866648435593, -0.03076532483100891, 0.03257686644792557, -0.072536401450634, -0.029486512765288353, -0.09312217682600021, 0.00045880096149630845, 0.022273169830441475, 0.03672655299305916, 0.011147286742925644, -0.026304077357053757, 0.005358829628676176, -0.059695929288864136, -0.03502455726265907, -0.05837837606668472, -0.02306644804775715, -0.016501784324645996, -0.0644233301281929, 0.04530123993754387, 0.006520500872284174, 0.0382281057536602, 0.0168320182710886, -0.0057432702742516994, -0.04865861311554909, -0.013105597347021103, 0.06791337579488754, 0.03159090131521225, -0.03846629336476326, -0.05089429020881653, 0.0324539877474308, -0.044715628027915955, 0.020181449130177498, -0.01863214373588562, -0.05036703497171402, 0.08719208836555481, 0.05497784540057182, 0.017143117263913155, 0.0423210971057415, -0.008039318025112152, -0.039298705756664276, -0.06875187903642654, -0.022816993296146393, -0.034820232540369034, -0.011639104224741459, -0.020741133019328117, -0.026991339400410652, -0.04248054325580597, -0.031640492379665375, -0.01354019995778799, -0.00403857184574008, 0.0047976006753742695, 0.05764495208859444, 0.03309179097414017, 0.023052368313074112, 0.03609214723110199, -0.0557502843439579, -0.023775756359100342, 0.08021267503499985, 0.004782926756888628, -0.007678086869418621, -0.06926683336496353, -0.03179435059428215, 0.03650272265076637, 0.02186945639550686, -0.009191196411848068, 0.005627080332487822, 0.08271811157464981, 0.005478570703417063, -0.006047353148460388, 0.006498331669718027, -0.024375004693865776, -0.016487693414092064, -0.005011484492570162, 0.005210713017731905, -0.024995123967528343, -0.05927443131804466, -0.007636189926415682, 0.010798299685120583, 0.04008754715323448, -0.06611385941505432, -0.02983502298593521, -0.026289230212569237, 0.03996163606643677, 0.018090708181262016, -0.020946864038705826, -0.030873311683535576, 0.007873733527958393, -0.03895692899823189, -0.03973499685525894, -0.0117916539311409, 0.010277005843818188, 0.014334017410874367, 0.04384823888540268, 0.0197129063308239, -0.029831433668732643, 0.027243955060839653, 0.03522676229476929, 0.07538031786680222, 0.03009556047618389, -0.0420241579413414, 0.01959160901606083, -0.022327832877635956, 0.007030288223177195, -0.0031574249733239412, -0.01902773231267929, -0.035547710955142975, -0.07079301029443741, -0.008611714467406273, 0.020117394626140594, -0.0005570391658693552, -0.02176608517765999, 0.04109131917357445, -0.020938899368047714, 0.00749706057831645, 0.0065956139005720615, 0.01262803003191948, 0.046373866498470306, -0.05267707258462906, 0.030354494228959084, -0.006899008993059397, 0.04262809827923775, -0.06109065189957619, 0.034067410975694656, -0.028393998742103577, -0.00755716860294342, -0.011093024164438248, 0.07116484642028809, 0.029307330027222633, 0.0551871657371521, 0.06563790887594223, 0.0203542597591877, -0.04617120698094368, 0.02142857201397419, 0.026220543310046196, -0.026662413030862808, -0.06052408739924431, -0.0036509535275399685, -0.015194151550531387, -0.02726859785616398, -0.012948518618941307, -0.04310775175690651, 0.03851495683193207, 0.019651588052511215, -0.01645032688975334, -0.019921800121665, 0.02284068614244461, -0.02623314969241619, -0.008253485895693302, -0.04121684655547142, -0.048118557780981064, 0.021853547543287277, -0.011321972124278545, 0.04397705942392349, 0.03298766911029816, -0.008397817611694336, 0.0425850972533226, 0.039015915244817734, -0.03939555585384369, -0.03959095478057861, 0.035318028181791306, 0.03725282475352287, -0.03228196129202843, -0.048738159239292145, -0.032733555883169174, 0.034373100847005844, 0.02143634669482708, -0.017858223989605904, -0.07479595392942429, 0.0064337351359426975, 0.059961676597595215, -0.011411548592150211, 0.06517626345157623, -0.014926020987331867, 0.0313568189740181, 0.047229014337062836, -0.004640042781829834, 0.023830590769648552, -0.019696751609444618, 0.030491122975945473, 0.0028034555725753307, -0.0052851904183626175, -0.027311773970723152, -0.023235881701111794, -0.06201722100377083, 0.029330290853977203, 0.03258305415511131, 0.02445499785244465, 0.03375691920518875, -0.016264930367469788, -0.05782206729054451, 0.009890198707580566, 0.04158013314008713, -0.04610474035143852, 0.03782271221280098, 0.015813330188393593, 0.06411533802747726, -0.04383522644639015, -0.030178487300872803, -0.0008709181565791368, 0.018184874206781387, 0.044625721871852875, -0.012632968835532665, -0.041859887540340424, -0.02199353277683258, 0.028751961886882782, -0.03645123541355133, -0.03420621156692505, -0.08304006606340408, 0.0012630884302780032, -0.008966823108494282, -0.00301904184743762, 0.06656353175640106, 0.03284870460629463, 0.04987337812781334, 0.021427489817142487, 0.00664731627330184, 0.028450090438127518, -0.03309056907892227, 0.048002924770116806, -0.031929951161146164, -0.030017171055078506, -0.012526835314929485, -0.03599228709936142, -0.012202885001897812, -0.015238218009471893, -0.03832678869366646, -0.04807865619659424, -0.01752118021249771, 0.03356224298477173, -0.024283627048134804, 0.019787587225437164, -0.037561796605587006, 0.044114988297224045, -0.014550743624567986, -0.022534724324941635, -0.01112344954162836, -0.0423288494348526, -0.06548959761857986, -0.05489735305309296, 0.033981483429670334, -0.01257127895951271, 0.029688403010368347, 0.026131799444556236, 0.016739925369620323, 0.028754837810993195, 0.005527013912796974, 0.0022128589916974306, 0.03475528582930565, -0.003395697334781289, -0.07541523873806, -0.030946649610996246, 0.027777371928095818, 0.009607607498764992, 0.0667325034737587, -0.0184971634298563, 0.03522109240293503, 0.021860020235180855, -0.04972120374441147, -0.018570004031062126, 0.024914132431149483, 0.015864986926317215, -0.07071617990732193, -0.05259082093834877, -0.02043864130973816, -0.04383545741438866, 0.025571946054697037, -0.003318161005154252, -0.00011429729056544602, 0.030224166810512543, 0.03789954259991646, 0.046480242162942886, -0.008922213688492775, -0.04659529775381088, 0.03226083144545555, -0.01095603033900261, 0.012094736099243164, -0.07723259925842285, 0.05733197554945946, -0.02763732522726059, 0.024409756064414978, 0.007894400507211685, 0.0050367810763418674, -0.030099092051386833, 0.04719844460487366, -0.00009237910126103088, -0.01659885235130787, -0.005864662583917379, -0.006547403987497091, -0.01834162324666977, 0.03138245269656181, -0.031649891287088394, 0.0031071577686816454, -0.03859519213438034, 0.04837830364704132, -0.027809346094727516, -0.008401228114962578, -0.026879621669650078, -0.011301261372864246, -0.0235337782651186, -0.009660418145358562, -0.013587649911642075, -0.0494985356926918, 0.037465520203113556, 0.029798807576298714, 0.05019371584057808, 0.011221064254641533, -0.02943836897611618, 0.006339352112263441, 0.025047944858670235, -0.05807328596711159, -0.0031601027585566044, 0.002454898552969098, 0.0438377670943737, -0.006133565213531256, 0.04844804108142853, 0.01176668331027031, -0.06055467575788498, -0.06659525632858276, 0.03823939338326454, 0.009138060733675957, 0.022343682125210762, 0.01978820376098156, 0.030164573341608047, 0.06506823748350143, 0.03463529795408249, -0.0247921384871006, -0.0045278905890882015, -0.030316749587655067, -0.01676984317600727, 0.011230177246034145, -0.011350313201546669, 0.001345304073765874, -0.0037437952123582363, -0.04062628373503685, -0.022313958033919334, 0.06941109150648117, 0.01260464359074831, 0.021653778851032257, -0.03460755571722984, -0.034465257078409195, 0.02853686735033989, -0.004913659766316414, -0.035625554621219635, 0.005061896052211523, 0.00021654395095538348, -0.033991727977991104, 0.07446762174367905, -0.012755154632031918, 0.03669740632176399, 0.04570426046848297, 0.014533965848386288, -0.0013418205780908465, 0.050598036497831345, -0.014003673568367958, 0.018072595819830894, 0.05296047776937485, -0.04771998152136803, -0.02163761854171753, -0.024287031963467598, 0.06987714022397995, -0.06860222667455673, 0.029940232634544373, 0.04981837794184685, 0.02473350055515766, 0.023191144689917564, -0.034627966582775116, -0.045589882880449295, 0.035876017063856125, -0.037058331072330475, 0.08686580508947372, 0.023503104224801064, -0.06399576365947723, 0.08006434887647629, 0.03002682328224182, -0.109176866710186, 0.050273798406124115, 0.036675773561000824, -0.0006908782524988055, 0.013239722698926926, 0.04476436972618103, -0.053014084696769714, -0.0012487383792176843, -0.038656484335660934, 0.01257987692952156, -0.04030504450201988, 0.015488449484109879, -0.005327130667865276, -0.05323068052530289, 0.0010945352260023355, 0.015550569631159306, -0.010108537040650845, -0.018911996856331825, 0.004031655378639698, -0.06490138173103333, -0.0255413930863142, 0.003357700305059552, 0.03521086648106575, -0.037015240639448166, 0.00636465847492218, -0.03769068419933319, 0.021848348900675774, 0.03394947573542595, 0.01190174464136362, -0.028401779010891914, -0.016378741711378098, 0.0005967602482996881, -0.07346212863922119, -0.058368414640426636, 0.03895554691553116, 0.033056192100048065, -0.025843562558293343, 0.0316854864358902, -0.0011505878064781427, 0.012194853276014328, 0.043410997837781906, 0.006610232871025801, 0.026508091017603874, -0.06137159839272499, -0.0008098211837932467, -0.0064565143547952175, 0.012170196510851383, 0.003707626834511757, -0.0037569922860711813, 0.053873561322689056, 0.039180416613817215, 0.021769586950540543, 0.006368194241076708, -0.013967682607471943, -0.0201304629445076, 0.02883707918226719, -0.025275666266679764, 0.03471915423870087, 0.019896455109119415, -0.043611884117126465, -0.03847035393118858, -0.0048782676458358765, 0.013552509248256683, 0.03814323991537094, -0.043464891612529755, 0.005816982593387365, 0.02372250147163868, -0.035576317459344864, -0.05810784175992012, -0.08153969794511795, -0.038907166570425034, -0.04886486008763313, 0.03200332075357437, 0.017104126513004303, -0.0563366636633873, -0.008643390610814095, -0.03847178816795349, -0.04660249873995781, 0.020435791462659836, 0.014092102646827698, -0.029960541054606438, 0.049141399562358856, 0.03341342508792877, -0.0642438754439354, 0.023803438991308212, 0.052931565791368484, -0.0023559259716421366, 0.03766150027513504, 0.035968489944934845, 0.02708020992577076, 0.02606046199798584, 0.05343763902783394, -0.03564523905515671, -0.020353062078356743, -0.038177262991666794, -0.03804965317249298, -0.021636279299855232, -0.010953376069664955, 0.04632742702960968 ]
AnonymousSub/rule_based_roberta_only_classfn_epochs_1_shard_10
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
5
null
--- license: apache-2.0 tags: - generated_from_trainer metrics: - matthews_correlation model-index: - name: distilbert-base-uncased-finetuned-cola-3 results: [] --- <!-- 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-3 This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.0002 - Matthews Correlation: 1.0 Label 0 : "AIMX" Label 1 : "OWNX" Label 2 : "CONT" Label 3 : "BASE" Label 4 : "MISC" ## 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: 10 ### Training results | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation | |:-------------:|:-----:|:----:|:---------------:|:--------------------:| | No log | 1.0 | 192 | 0.0060 | 1.0 | | No log | 2.0 | 384 | 0.0019 | 1.0 | | 0.0826 | 3.0 | 576 | 0.0010 | 1.0 | | 0.0826 | 4.0 | 768 | 0.0006 | 1.0 | | 0.0826 | 5.0 | 960 | 0.0005 | 1.0 | | 0.001 | 6.0 | 1152 | 0.0004 | 1.0 | | 0.001 | 7.0 | 1344 | 0.0003 | 1.0 | | 0.0005 | 8.0 | 1536 | 0.0003 | 1.0 | | 0.0005 | 9.0 | 1728 | 0.0002 | 1.0 | | 0.0005 | 10.0 | 1920 | 0.0002 | 1.0 | ### Framework versions - Transformers 4.12.3 - Pytorch 1.10.0+cu111 - Datasets 1.15.1 - Tokenizers 0.10.3
[ -0.021710699424147606, 0.01701871119439602, -0.02579398825764656, 0.03560821712017059, 0.049673449248075485, 0.024246547371149063, -0.033713214099407196, -0.024985434487462044, -0.04348333925008774, 0.05227653682231903, 0.04041245952248573, -0.020008908584713936, 0.01681353524327278, 0.038609229028224945, -0.024113863706588745, -0.035667482763528824, -0.014488741755485535, -0.01849810592830181, -0.04640357196331024, -0.009053905494511127, 0.003024819539859891, -0.026159686967730522, -0.01615028642117977, 0.006681199185550213, -0.01988326758146286, 0.023769091814756393, 0.00009641864016884938, 0.036936260759830475, 0.03981081396341324, -0.0713433176279068, 0.000041391955164726824, -0.04512961953878403, -0.03932508826255798, -0.01482278760522604, -0.00539610767737031, -0.02496922016143799, 0.008302480913698673, 0.03638007491827011, 0.0241208765655756, 0.04389962553977966, 0.011084065772593021, 0.026879793033003807, 0.0010058722691610456, -0.01890058070421219, 0.05304231867194176, 0.00783851370215416, -0.039217934012413025, -0.006575250066816807, 0.05215724930167198, -0.011776440776884556, -0.07259359210729599, -0.04350656270980835, -0.022168949246406555, 0.040802836418151855, -0.013041079044342041, -0.014350004494190216, -0.04682336375117302, 0.029621755704283714, 0.053511474281549454, -0.04126204550266266, -0.036111559718847275, 0.008494023233652115, -0.07494333386421204, 0.010672720149159431, 0.0379633866250515, -0.016152281314134598, 0.008950494229793549, -0.052171915769577026, 0.02460944838821888, -0.0019324257737025619, 0.05612368881702423, -0.01849883235991001, 0.027716143056750298, -0.05555037036538124, -0.015169757418334484, 0.004436410963535309, 0.04172360897064209, 0.05254087597131729, -0.035085804760456085, 0.05010401830077171, 0.02150215394794941, 0.0006787166930735111, 0.031390782445669174, -0.035672396421432495, 0.023479608818888664, 0.02168738842010498, -0.04013893008232117, -0.006956114433705807, 0.05284673720598221, 0.0012451185612007976, -0.039993125945329666, -0.03296462446451187, -0.025132855400443077, -0.029786016792058945, 0.0071027157828211784, 0.03861645609140396, 0.02663407102227211, 0.011534898541867733, 0.048891931772232056, 0.009729715995490551, 0.015319769270718098, 0.04109048470854759, -0.02540583908557892, 0.07359446585178375, -0.0192610714584589, -0.01578693836927414, 0.005527789238840342, -0.012257222086191177, -0.0493457205593586, 0.01635822467505932, 0.02440536394715309, -0.016316857188940048, -0.03290025144815445, 0.03475203737616539, -0.007007793057709932, -0.0077894749119877815, 0.06247960031032562, -0.038777947425842285, -0.03599848598241806, -0.044191498309373856, 0.04628120735287666, 0.0064414250664412975, -0.006782765965908766, 0.01714891567826271, -0.03387147933244705, -0.025476787239313126, -0.023383572697639465, -0.025382405146956444, -0.031796637922525406, 0.025587107986211777, 0.01937427744269371, 0.06426997482776642, 0.029472200199961662, -0.07912163436412811, -0.0003422487643547356, 0.016033461317420006, -0.04502304270863533, 0.05031917989253998, 0.013011782430112362, 0.11530227959156036, -0.05991911143064499, -0.06982388347387314, 0.0075692846439778805, -0.0001432282297173515, -0.019684676080942154, 0.01882225275039673, -0.006554093211889267, -0.029168136417865753, 0.00909777358174324, 0.012575085274875164, 0.05952432006597519, -0.05106920003890991, -0.011813893914222717, 0.07566019147634506, -0.005307863000780344, 0.04414959251880646, -0.045564789324998856, -0.01634030230343342, 0.0017675915732979774, -0.02802983485162258, -0.04368574917316437, 0.05086827650666237, -0.005244163330644369, -0.020419351756572723, -0.019344095140695572, -0.03491496667265892, 0.0005867548170499504, 0.08544906228780746, -0.01238307636231184, -0.022650450468063354, -0.019292376935482025, 0.030541514977812767, 0.04210754111409187, 0.03614500164985657, -0.02958780899643898, 0.03851119056344032, 0.0644846186041832, 0.03300980478525162, -0.020595647394657135, 0.02573687769472599, 0.02056615799665451, -0.019461506977677345, -0.037014007568359375, 0.03280927985906601, -0.012929078191518784, -0.05391528084874153, 0.04104963690042496, 0.001876419992186129, 0.008994796313345432, -0.05922059714794159, -0.058189358562231064, 0.03994876146316528, -0.014234219677746296, -0.0032397941686213017, -0.0027052592486143112, 0.011833669617772102, -0.025668594986200333, 0.05704084411263466, -0.008566747419536114, 0.0035576128866523504, -0.028281105682253838, -0.029592961072921753, 0.03231368213891983, -0.02909783460199833, 0.03260478749871254, 0.05059347674250603, -0.009766646660864353, 0.09151960909366608, -0.0472172349691391, 0.008586137555539608, -0.05276107415556908, -0.04317166656255722, 0.03687359765172005, 0.061934176832437515, 0.05273118615150452, 0.053437840193510056, 0.00010453682625666261, -0.024316728115081787, 0.04354402422904968, 0.06872473657131195, 0.040534310042858124, -0.00007493943121517077, -0.013663065619766712, -0.008870352990925312, 0.03534016013145447, 0.041302070021629333, -0.06266160309314728, -0.021966008469462395, 0.0021434612572193146, 0.035781171172857285, -0.002429722109809518, 0.00164763571228832, -0.017804287374019623, 0.03817744180560112, -0.05918488651514053, -0.057429734617471695, 0.045172709971666336, 0.024205001071095467, -0.0014951247721910477, 0.019138295203447342, 0.007690151687711477, -0.003715022001415491, 0.019335122779011726, 0.026698501780629158, 0.0004189281025901437, -0.06944071501493454, 0.025840746238827705, 0.009189551696181297, 0.053440067917108536, -0.06588152050971985, 0.040585413575172424, -0.019197599962353706, 0.0084683271124959, 0.03879585117101669, -0.04458452761173248, 0.047238096594810486, 0.055569857358932495, 0.04449852183461189, -0.02336701937019825, 0.03681041672825813, 0.011460980400443077, 0.038152024149894714, 0.024539202451705933, 0.003520562779158354, 0.055835627019405365, 0.010780878365039825, 0.03580281510949135, 0.07741391658782959, 0.01607857272028923, 0.01373651809990406, 0.019322248175740242, 0.06898357719182968, 0.0374542698264122, -0.011366602964699268, 0.04646941274404526, -0.06767074763774872, 0.02910100854933262, -0.0459512360394001, -0.016769573092460632, -0.045038532465696335, -0.0008565335883758962, 0.05705654248595238, 0.04837772995233536, -0.023993832990527153, -0.01884322240948677, 0.02678590640425682, -0.0018260690849274397, 0.010437297634780407, 0.0031537830363959074, -0.0017387726111337543, -0.013246328569948673, -0.016162093728780746, -0.028696462512016296, -0.0571381151676178, -0.04892228543758392, -0.00805912259966135, -0.01763754151761532, -0.025610018521547318, -0.07605336606502533, -0.009103668853640556, -0.08600825816392899, -0.022665737196803093, 0.034226614981889725, 0.009519359096884727, -0.00939790066331625, -0.04038769006729126, 0.005352918524295092, -0.052679672837257385, -0.03919193893671036, -0.05343183875083923, -0.056559860706329346, -0.05413348227739334, -0.057304274290800095, 0.041325893253088, 0.030681278556585312, 0.003226396394893527, -0.0010965958936139941, 0.031548190861940384, 0.013099538162350655, -0.0269621629267931, 0.04199327155947685, 0.06539314240217209, -0.032582566142082214, -0.04016554728150368, 0.024736858904361725, -0.01534150168299675, 0.012157098390161991, 0.024723395705223083, -0.04254363849759102, 0.09192487597465515, 0.05651523917913437, 0.02793794684112072, 0.01732964999973774, -0.006472216919064522, -0.06766176968812943, -0.06732068210840225, -0.03022267110645771, -0.04365773871541023, -0.01683596894145012, -0.04827510192990303, -0.03180476650595665, -0.008905808441340923, -0.033811070024967194, 0.007555849850177765, -0.010923774912953377, 0.010012615472078323, 0.011189545504748821, 0.030304547399282455, 0.021489432081580162, 0.030486073344945908, -0.012462266720831394, -0.03885267302393913, 0.04800361767411232, 0.026648081839084625, -0.0018000832060351968, -0.07678979635238647, -0.01277762372046709, 0.04085855185985565, 0.013639744371175766, 0.0016276275273412466, -0.01683257892727852, 0.06918344646692276, 0.00798269733786583, 0.018676655367016792, 0.007959350012242794, -0.031452544033527374, 0.010711004957556725, 0.0014223995385691524, -0.0057266042567789555, 0.00004638747122953646, -0.026135975494980812, -0.026836343109607697, 0.006417767144739628, 0.038311004638671875, -0.06261719018220901, -0.05050550028681755, -0.005374083295464516, 0.017174208536744118, 0.043656352907419205, 0.005159033462405205, -0.0460212342441082, -0.020634010434150696, -0.07022948563098907, 0.0032491020392626524, 0.03336824104189873, 0.02301258035004139, 0.0024313025642186403, 0.028407340869307518, 0.008313201367855072, -0.008263923227787018, 0.022723233327269554, 0.03792466223239899, 0.07179918140172958, 0.022642267867922783, -0.07801377028226852, 0.0011835128534585238, -0.0162827055901289, 0.014236923307180405, -0.02818339876830578, -0.01592949964106083, -0.03016980178654194, -0.08923322707414627, -0.02201797440648079, -0.0038525224663317204, 0.008000745438039303, -0.033341825008392334, 0.02222868800163269, 0.010237551294267178, -0.012383583001792431, -0.009190927259624004, 0.026365377008914948, 0.03471619263291359, -0.023532984778285027, 0.07889062911272049, -0.011410810984671116, -0.0025215530768036842, -0.06518595665693283, 0.017184030264616013, -0.06986559927463531, -0.010623146779835224, 0.03980029374361038, 0.036149557679891586, -0.030005866661667824, 0.06592902541160583, 0.05964764952659607, 0.036017563194036484, -0.04392317682504654, 0.041298720985651016, 0.07172423601150513, -0.042819418013095856, -0.05655320733785629, 0.0009006661712191999, -0.008143365383148193, -0.015202074311673641, 0.01628265343606472, -0.029718466103076935, 0.0443674772977829, 0.04711321368813515, 0.0005728686810471117, -0.011535285040736198, -0.017220955342054367, 0.006646348163485527, -0.036488160490989685, -0.05903839319944382, -0.042829371988773346, -0.008310884237289429, -0.037571508437395096, 0.018551867455244064, 0.040844306349754333, 0.042659252882003784, 0.07719800621271133, 0.023863013833761215, -0.03350130468606949, -0.006525489967316389, 0.014257664792239666, 0.004824458155781031, -0.02179587259888649, -0.07400914281606674, -0.042500197887420654, 0.03950953856110573, 0.03828167915344238, -0.017049333080649376, -0.062019430100917816, 0.008243683725595474, 0.044127244502305984, -0.04390880465507507, 0.06269397586584091, 0.011809100396931171, 0.04812032729387283, 0.061799049377441406, -0.007104937918484211, 0.03398861363530159, -0.03341292217373848, -0.00241110404022038, 0.01043121237307787, 0.05221957340836525, -0.025131387636065483, -0.039811812341213226, -0.03438333421945572, 0.022039242088794708, 0.0412377305328846, 0.022119835019111633, 0.027081910520792007, -0.03012184053659439, -0.046929873526096344, -0.0011835925979539752, 0.019116513431072235, -0.035848502069711685, -0.02155127376317978, 0.04582567140460014, 0.03460400179028511, -0.06313999742269516, -0.022007396444678307, -0.019183725118637085, -0.0075558852404356, 0.012983839958906174, 0.01516090240329504, -0.025900816544890404, -0.05404868721961975, 0.03231813386082649, -0.0007100659422576427, -0.028507554903626442, -0.06819681078195572, 0.055814605206251144, -0.011796489357948303, -0.02542484737932682, 0.04539785906672478, 0.03877647593617439, 0.0343763642013073, 0.06332966685295105, 0.039175305515527725, 0.012368736788630486, -0.02273964323103428, 0.023121459409594536, -0.019010640680789948, -0.018234508112072945, -0.0014423447428271174, -0.05053034797310829, -0.04605356231331825, -0.0004499537171795964, -0.05639958754181862, -0.047082774341106415, -0.04538334533572197, 0.013051153160631657, 0.0041917460039258, -0.017447175458073616, -0.005541462451219559, 0.04650696739554405, 0.0006989639950916171, -0.0251303780823946, -0.04653661698102951, -0.01728912815451622, -0.07283060252666473, -0.0597718171775341, -0.004562956281006336, 0.008174075745046139, 0.03589048609137535, 0.013813672587275505, 0.008094679564237595, 0.015408751554787159, 0.022308865562081337, -0.0415622815489769, 0.007521008141338825, 0.0033637878950685263, -0.0385623425245285, -0.019148092716932297, 0.02575032413005829, 0.008037629537284374, 0.016476381570100784, -0.019344579428434372, 0.018315142020583153, -0.0020296943839639425, -0.0045364354737102985, -0.014579401351511478, 0.01180587150156498, 0.022369787096977234, -0.059146735817193985, -0.03479048237204552, -0.016216035932302475, -0.031906548887491226, 0.027187690138816833, -0.03567042574286461, -0.025403223931789398, 0.005117587745189667, 0.005338866263628006, 0.025470562279224396, -0.032775890082120895, -0.012418761849403381, 0.01010125782340765, -0.007539066486060619, 0.024954885244369507, -0.057153552770614624, 0.0627855435013771, -0.04172533005475998, 0.027754759415984154, -0.019550669938325882, 0.005896607879549265, -0.05100991576910019, 0.03682459145784378, -0.016860662028193474, -0.020999323576688766, -0.008377342484891415, 0.0648096576333046, -0.023847758769989014, 0.02853349596261978, -0.0054926020093262196, 0.03770144656300545, -0.015584297478199005, 0.06169763207435608, -0.04483069106936455, 0.0037370589561760426, -0.0401095487177372, 0.03240082412958145, -0.031237857416272163, 0.011859630234539509, -0.01756731979548931, -0.026646889746189117, 0.03084222599864006, 0.05400940775871277, 0.03637275844812393, 0.045994892716407776, -0.008725077845156193, -0.01295290607959032, 0.007478393614292145, -0.04680277407169342, -0.017971105873584747, 0.0034458828158676624, 0.0019160860683768988, -0.0024446432944387197, 0.054073501378297806, 0.022511892020702362, -0.037438467144966125, -0.08198096603155136, 0.05045369639992714, 0.031876567751169205, 0.017492985352873802, -0.004470730200409889, 0.04740490764379501, 0.015701694414019585, 0.03268562629818916, -0.02548248879611492, -0.007995206862688065, 0.007986856624484062, -0.044122569262981415, 0.016764063388109207, 0.0020504489075392485, 0.026950405910611153, 0.006633931305259466, -0.05531379207968712, -0.0018463998567312956, 0.04264821112155914, 0.028567802160978317, 0.02260001376271248, 0.003510019276291132, -0.04637220874428749, 0.026703767478466034, 0.008608696982264519, -0.04453616589307785, 0.010749557986855507, 0.01624997891485691, -0.04034671559929848, 0.04124990105628967, -0.013795200735330582, 0.010201464407145977, 0.053969547152519226, 0.022358408197760582, -0.0059542907401919365, 0.04808391258120537, -0.045612435787916183, 0.03082546778023243, 0.034186799079179764, -0.08915852010250092, -0.003398137167096138, -0.05652816221117973, 0.05219252035021782, -0.0648517832159996, 0.028363732621073723, 0.056410666555166245, 0.003874068148434162, 0.019577372819185257, -0.0504811629652977, -0.0648520365357399, 0.026240618899464607, -0.03768286108970642, 0.06047070771455765, 0.010095003060996532, -0.07834362983703613, 0.05950474366545677, 0.00028739002300426364, -0.055921491235494614, 0.03331170231103897, 0.02105749398469925, 0.061526887118816376, 0.031024284660816193, 0.04955283924937248, -0.047631751745939255, 0.007729454431682825, -0.034231796860694885, 0.015426003374159336, -0.04439527168869972, -0.023593641817569733, 0.02180507220327854, -0.02894718013703823, -0.027844849973917007, 0.032083574682474136, -0.018757304176688194, 0.002530828583985567, 0.04316117987036705, -0.04636050760746002, -0.05436084046959877, 0.022960776463150978, 0.007578171789646149, -0.03598412126302719, -0.03519783541560173, -0.02675553597509861, 0.017063485458493233, 0.014706679619848728, 0.004813709296286106, -0.023976454511284828, -0.04393916577100754, 0.04400791972875595, -0.04424436390399933, -0.016935905441641808, 0.042008351534605026, -0.009171560406684875, -0.02734752744436264, 0.02944759465754032, 0.028651483356952667, 0.002335974480956793, 0.012896313332021236, -0.027413273230195045, 0.03696347400546074, -0.05285774916410446, -0.02278788574039936, 0.02786894515156746, -0.017927004024386406, 0.03937183693051338, 0.011211492121219635, 0.04195544496178627, 0.035009268671274185, 0.0029796932358294725, 0.00506338756531477, -0.032550912350416183, -0.02111349068582058, 0.00579939316958189, -0.036638107150793076, 0.006746788043528795, -0.0037857063580304384, -0.0427403524518013, -0.024140935391187668, 0.002433394780382514, -0.04278675094246864, 0.02571338415145874, -0.07778488844633102, 0.014895397238433361, 0.039383694529533386, -0.02946537919342518, -0.04587941616773605, -0.09164328128099442, -0.024091217666864395, -0.03915303200483322, -0.036022305488586426, 0.031153298914432526, -0.03747986629605293, 0.024148693308234215, -0.03835868835449219, -0.021595077589154243, 0.049379318952560425, 0.05252240598201752, -0.04532754421234131, 0.06672176718711853, 0.046240780502557755, -0.04806996136903763, 0.016912085935473442, 0.022282322868704796, -0.04281887784600258, 0.0030518830753862858, -0.006064399145543575, 0.019234370440244675, 0.030109643936157227, 0.007296666502952576, -0.07147539407014847, -0.034003522247076035, -0.08364506810903549, -0.03770530968904495, -0.042058367282152176, -0.003540872363373637, 0.054159898310899734 ]
AnonymousSub/rule_based_roberta_only_classfn_epochs_1_shard_1_squad2.0
[ "pytorch", "roberta", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "RobertaForQuestionAnswering" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
4
null
--- license: apache-2.0 tags: - generated_from_trainer metrics: - matthews_correlation model-index: - name: distilbert-base-uncased-finetuned-cola-4 results: [] --- <!-- 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-4 This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.0011 - Matthews Correlation: 1.0 ## 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: 10 ### Training results | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation | |:-------------:|:-----:|:----:|:---------------:|:--------------------:| | No log | 1.0 | 104 | 0.0243 | 1.0 | | No log | 2.0 | 208 | 0.0074 | 1.0 | | No log | 3.0 | 312 | 0.0041 | 1.0 | | No log | 4.0 | 416 | 0.0028 | 1.0 | | 0.0929 | 5.0 | 520 | 0.0021 | 1.0 | | 0.0929 | 6.0 | 624 | 0.0016 | 1.0 | | 0.0929 | 7.0 | 728 | 0.0014 | 1.0 | | 0.0929 | 8.0 | 832 | 0.0012 | 1.0 | | 0.0929 | 9.0 | 936 | 0.0012 | 1.0 | | 0.0021 | 10.0 | 1040 | 0.0011 | 1.0 | ### Framework versions - Transformers 4.12.3 - Pytorch 1.10.0+cu111 - Datasets 1.15.1 - Tokenizers 0.10.3
[ -0.02124529518187046, 0.01999719627201557, -0.022627627477049828, 0.034143220633268356, 0.04553359001874924, 0.021551886573433876, -0.03780588135123253, -0.02357337810099125, -0.05040287598967552, 0.05323994904756546, 0.04054075479507446, -0.027193967252969742, 0.026277856901288033, 0.044482190161943436, -0.02374207228422165, -0.03238920494914055, -0.016282279044389725, -0.017400722950696945, -0.04865407571196556, -0.009721502661705017, 0.0014591054059565067, -0.028181279078125954, -0.012787185609340668, 0.01141715794801712, -0.012966090813279152, 0.024867510423064232, 0.0023054147604852915, 0.031143466010689735, 0.03732910752296448, -0.06884348392486572, 0.0028221923857927322, -0.04434051364660263, -0.04023047164082527, -0.015179352834820747, -0.005057506263256073, -0.013694032095372677, 0.0068473052233457565, 0.03691956400871277, 0.023628147318959236, 0.038443535566329956, 0.011779732070863247, 0.027822449803352356, -0.002050509210675955, -0.018803730607032776, 0.06225211173295975, 0.010270983912050724, -0.04088212549686432, -0.00996561348438263, 0.04512137547135353, -0.017738966271281242, -0.07474839687347412, -0.04857601225376129, -0.024054039269685745, 0.03891841322183609, -0.012066478841006756, -0.019017457962036133, -0.05334486439824104, 0.0365559384226799, 0.062302254140377045, -0.04384685680270195, -0.03513076901435852, 0.009931813925504684, -0.08288922905921936, 0.009217840619385242, 0.040327221155166626, -0.01817263849079609, 0.015233919024467468, -0.05146067962050438, 0.019612545147538185, -0.0009431454818695784, 0.052423521876335144, -0.01886005327105522, 0.03082505241036415, -0.05330004170536995, -0.011725733056664467, 0.003132878802716732, 0.04750963672995567, 0.047382306307554245, -0.035358261317014694, 0.050371427088975906, 0.023636531084775925, -0.0024526119232177734, 0.031669389456510544, -0.035081543028354645, 0.0238590519875288, 0.017591919749975204, -0.044175636023283005, -0.0023087793961167336, 0.052548233419656754, 0.004620852880179882, -0.04083764925599098, -0.03587237745523453, -0.026778290048241615, -0.0299985371530056, 0.0034274053759872913, 0.03976436331868172, 0.02977721579372883, 0.010745085775852203, 0.047079771757125854, 0.012111887335777283, 0.0179591067135334, 0.04156811162829399, -0.02222447283565998, 0.07074987143278122, -0.01915729232132435, -0.016875047236680984, 0.0012129235547035933, -0.012169983237981796, -0.05344947800040245, 0.015047453343868256, 0.024266880005598068, -0.018770944327116013, -0.02743436023592949, 0.03283831849694252, -0.009633203968405724, -0.006077265366911888, 0.06102331355214119, -0.040267497301101685, -0.03607386723160744, -0.037938084453344345, 0.04242268577218056, 0.007055618334561586, -0.01084944885224104, 0.015396065078675747, -0.03786445036530495, -0.024285349994897842, -0.024627000093460083, -0.024985242635011673, -0.027770506218075752, 0.025809425860643387, 0.023325098678469658, 0.06116463616490364, 0.03386147692799568, -0.08296751976013184, -0.000996350310742855, 0.022561781108379364, -0.04243497550487518, 0.051351163536310196, 0.010551967658102512, 0.1147751659154892, -0.05880219489336014, -0.06590741872787476, 0.007597075775265694, -0.00032307259971275926, -0.026190515607595444, 0.01659417897462845, -0.009183920919895172, -0.02391684241592884, 0.006208836566656828, 0.009497212246060371, 0.0574876144528389, -0.051562462002038956, -0.004186662379652262, 0.07830068469047546, -0.006123409140855074, 0.04255495220422745, -0.04712165519595146, -0.02218039333820343, -0.001172114978544414, -0.025073984637856483, -0.042558200657367706, 0.04526720196008682, -0.002992962021380663, -0.014753269962966442, -0.017736196517944336, -0.029419412836432457, 0.002520650392398238, 0.08837536722421646, -0.010371401906013489, -0.025784259662032127, -0.018185468390583992, 0.02648521214723587, 0.040221311151981354, 0.04082605242729187, -0.029466455802321434, 0.040937043726444244, 0.05838337168097496, 0.03004344552755356, -0.019649000838398933, 0.02310589887201786, 0.016520364210009575, -0.011904671788215637, -0.0361766517162323, 0.0368632934987545, -0.008812722750008106, -0.05696295574307442, 0.03851785510778427, 0.006998788099735975, 0.007990327663719654, -0.059352949261665344, -0.0582134835422039, 0.04434734955430031, -0.022448474541306496, -0.00877466145902872, -0.001561313052661717, 0.011763785034418106, -0.028667986392974854, 0.05936865136027336, -0.011764390394091606, 0.008506854996085167, -0.027507014572620392, -0.026198338717222214, 0.032857079058885574, -0.03458484262228012, 0.02712719514966011, 0.05045976862311363, -0.012677566148340702, 0.08954280614852905, -0.05269137769937515, 0.009258526377379894, -0.05564165487885475, -0.04214233532547951, 0.03246705234050751, 0.0649741142988205, 0.058621179312467575, 0.054394688457250595, -0.0033476238604635, -0.029482893645763397, 0.05170522257685661, 0.06459344178438187, 0.04131704941391945, -0.0009289304725825787, -0.013042093254625797, -0.006927128415554762, 0.03467733412981033, 0.04433482885360718, -0.0654817745089531, -0.01135089248418808, 0.0012318227672949433, 0.03288382291793823, -0.00048266994417645037, 0.001848801039159298, -0.01753036119043827, 0.037486448884010315, -0.05684304237365723, -0.057361096143722534, 0.05199957266449928, 0.02579309605062008, 0.0010223686695098877, 0.01819525845348835, 0.00798690877854824, -0.007439651060849428, 0.01558605208992958, 0.018262332305312157, 0.0032311277464032173, -0.06971175968647003, 0.023357564583420753, 0.011536466889083385, 0.058030325919389725, -0.06320222467184067, 0.040762994438409805, -0.019266629591584206, 0.011739795096218586, 0.03635474666953087, -0.04075499624013901, 0.04426167532801628, 0.051826998591423035, 0.04189649224281311, -0.021623367443680763, 0.04130508005619049, 0.010499195195734501, 0.039368636906147, 0.02168382704257965, 0.006069959606975317, 0.056545305997133255, 0.012884090654551983, 0.03270089626312256, 0.07344473898410797, 0.010293103754520416, 0.01981203816831112, 0.017162878066301346, 0.0708744078874588, 0.03752977401018143, -0.010530193336308002, 0.04732939973473549, -0.06749077886343002, 0.031991228461265564, -0.04494777321815491, -0.013141191564500332, -0.04826439172029495, -0.0051960996352136135, 0.0630497857928276, 0.04269227758049965, -0.025700103491544724, -0.02223113551735878, 0.033483266830444336, -0.005992811173200607, 0.01718512363731861, -0.002033139346167445, -0.0003719159576576203, -0.016659537330269814, -0.014917999505996704, -0.027845079079270363, -0.05566805973649025, -0.042513541877269745, -0.004413673188537359, -0.021539753302931786, -0.01941494457423687, -0.07983703166246414, -0.014603083953261375, -0.08410870283842087, -0.026397883892059326, 0.028275620192289352, 0.00648579141125083, -0.009773044846951962, -0.039557602256536484, 0.006570978555828333, -0.05645157769322395, -0.03983683884143829, -0.05147798731923103, -0.053955983370542526, -0.05240695923566818, -0.0649421364068985, 0.03978801891207695, 0.03175315260887146, 0.010727248154580593, -0.000475341803394258, 0.03179199993610382, 0.01234157383441925, -0.03252941370010376, 0.048301320523023605, 0.059567563235759735, -0.02863852120935917, -0.03977911174297333, 0.031738150864839554, -0.008318621665239334, 0.010883070528507233, 0.021663686260581017, -0.043971747159957886, 0.08616013079881668, 0.06118819862604141, 0.024330055341124535, 0.01968255639076233, -0.006196586415171623, -0.06100998818874359, -0.06586357206106186, -0.031142838299274445, -0.046487852931022644, -0.016316359862685204, -0.049612268805503845, -0.028971435502171516, -0.013311454094946384, -0.03704649209976196, 0.004818587098270655, -0.013351395726203918, 0.012014555744826794, 0.007861490361392498, 0.03271971642971039, 0.022001070901751518, 0.02968515455722809, -0.011309711262583733, -0.040487125515937805, 0.04885939508676529, 0.025315502658486366, 0.0005331049906089902, -0.07199153304100037, -0.009454094804823399, 0.040484827011823654, 0.010102493688464165, 0.006454034708440304, -0.014431383460760117, 0.06884832680225372, 0.008440546691417694, 0.011658676899969578, 0.007433922030031681, -0.028748152777552605, 0.006643861066550016, 0.004120728932321072, -0.011225615628063679, 0.002563080983236432, -0.026616455987095833, -0.02824755571782589, 0.003021164797246456, 0.03736095130443573, -0.06023333966732025, -0.04876326397061348, -0.006782881915569305, 0.017382096499204636, 0.049571529030799866, 0.0047995648346841335, -0.04293743520975113, -0.012277749367058277, -0.0792698785662651, 0.0072128125466406345, 0.03229232132434845, 0.021680861711502075, 0.0019413511035963893, 0.029600966721773148, 0.006398314610123634, -0.0008453006739728153, 0.023247065022587776, 0.03766227513551712, 0.07362005859613419, 0.021390682086348534, -0.08044333010911942, -0.0002521009591873735, -0.02531518042087555, 0.005587965250015259, -0.028939461335539818, -0.017613131552934647, -0.031016714870929718, -0.08146054297685623, -0.02418290451169014, 0.0013754727551713586, 0.012120524421334267, -0.0400175116956234, 0.02039960026741028, 0.01065902691334486, -0.020255671814084053, -0.004522802773863077, 0.021926352754235268, 0.03697235882282257, -0.026763884350657463, 0.07681696116924286, -0.016353372484445572, -0.003465613117441535, -0.06379096210002899, 0.015255083329975605, -0.06759089976549149, -0.0072254519909620285, 0.04140629991889, 0.03906682878732681, -0.03154042363166809, 0.06137773394584656, 0.06052682548761368, 0.03709517791867256, -0.04381339251995087, 0.04723210632801056, 0.06841561943292618, -0.041979894042015076, -0.05197391286492348, 0.00406646728515625, -0.0038731794338673353, -0.021688027307391167, 0.011729610152542591, -0.023656174540519714, 0.052749890834093094, 0.043235890567302704, -0.0002480376570019871, -0.006369156762957573, -0.020047413185238838, 0.009278668090701103, -0.03080505132675171, -0.05820219963788986, -0.03903922438621521, -0.012810325250029564, -0.03513742610812187, 0.01511822547763586, 0.04414768144488335, 0.03939729928970337, 0.07291737198829651, 0.018268119543790817, -0.034210268408060074, -0.008023734204471111, 0.015375150367617607, 0.007630222477018833, -0.020217932760715485, -0.0657825767993927, -0.04597580432891846, 0.03436296433210373, 0.043442316353321075, -0.017494656145572662, -0.06261934340000153, 0.01495402492582798, 0.046674858778715134, -0.04978370666503906, 0.0603443942964077, 0.010075819678604603, 0.049960386008024216, 0.05523362010717392, -0.00473907683044672, 0.03547864034771919, -0.03262845799326897, -0.0025968526024371386, 0.0076600657775998116, 0.048571161925792694, -0.024657035246491432, -0.039639443159103394, -0.04156162217259407, 0.021171508356928825, 0.04257939010858536, 0.021859031170606613, 0.02479991689324379, -0.030161768198013306, -0.04432987421751022, 0.0017625075997784734, 0.020620858296751976, -0.03789791837334633, -0.012567693367600441, 0.04904811084270477, 0.023441649973392487, -0.058622147887945175, -0.029732702299952507, -0.01613065041601658, -0.00024372234474867582, 0.018028533086180687, 0.01737404055893421, -0.023415714502334595, -0.051690809428691864, 0.04111812636256218, 0.004892757162451744, -0.025216858834028244, -0.06799516826868057, 0.04830236732959747, -0.017877336591482162, -0.023957332596182823, 0.04503229260444641, 0.031153880059719086, 0.031438637524843216, 0.06252999603748322, 0.033359792083501816, 0.014386161230504513, -0.025051776319742203, 0.027488429099321365, -0.017479879781603813, -0.01943018101155758, -0.0032408933620899916, -0.04251649230718613, -0.04930500686168671, -0.0011965569574385881, -0.06222272291779518, -0.04423576965928078, -0.04700736328959465, 0.018735745921730995, -0.004698948469012976, -0.018481720238924026, -0.0006400660495273769, 0.05293572321534157, 0.0012747040018439293, -0.020554253831505775, -0.05334100127220154, -0.01998332142829895, -0.0761348232626915, -0.05784844979643822, -0.002263738540932536, 0.004355637822300196, 0.03806668519973755, 0.013439686968922615, 0.011378366500139236, 0.012622346170246601, 0.022788332775235176, -0.03880249336361885, 0.0062615699134767056, 0.0036874080542474985, -0.042241767048835754, -0.019542362540960312, 0.02429959736764431, 0.009433198720216751, 0.020979976281523705, -0.025802480056881905, 0.028013085946440697, -0.00037919884198345244, -0.004443937446922064, -0.01950889267027378, 0.012523509562015533, 0.020199187099933624, -0.060244735330343246, -0.034768637269735336, -0.013362357392907143, -0.0332028791308403, 0.025185121223330498, -0.039289090782403946, -0.01824342831969261, 0.007364366669207811, 0.007903936319053173, 0.025344913825392723, -0.032840996980667114, -0.013573303818702698, 0.010549143888056278, -0.007646087557077408, 0.0180960800498724, -0.05615746229887009, 0.06865140795707703, -0.044214460998773575, 0.030463064089417458, -0.021018216386437416, 0.007258642464876175, -0.045463696122169495, 0.033814411610364914, -0.020546872168779373, -0.024067647755146027, -0.00661367317661643, 0.06421732157468796, -0.026452479884028435, 0.03293532133102417, -0.005595565307885408, 0.040117863565683365, -0.01884058304131031, 0.06816238909959793, -0.04487525299191475, 0.0023188283666968346, -0.04344550520181656, 0.032095056027173996, -0.029561739414930344, 0.01646500825881958, -0.018795322626829147, -0.024055134505033493, 0.029527924954891205, 0.05283167585730553, 0.03910084813833237, 0.042474571615457535, -0.0050224317237734795, -0.01718282327055931, 0.0034440786112099886, -0.04735734313726425, -0.01756965182721615, -0.002101787831634283, -0.0007273472147062421, -0.003545596031472087, 0.049874529242515564, 0.01941685564815998, -0.039852824062108994, -0.08218210935592651, 0.05245599523186684, 0.029446378350257874, 0.01697595790028572, 0.0008202524622902274, 0.0542016439139843, 0.01666508987545967, 0.03202368691563606, -0.019975172355771065, -0.004519404377788305, 0.010354907251894474, -0.04707486554980278, 0.017803220078349113, 0.002055699471384287, 0.03139566257596016, 0.004025761969387531, -0.05004199221730232, -0.003947889897972345, 0.051227960735559464, 0.028161056339740753, 0.02512345090508461, 0.001666726777330041, -0.04923667758703232, 0.020910359919071198, 0.016183048486709595, -0.04083796218037605, 0.015367139130830765, 0.01740238256752491, -0.03107195533812046, 0.0379159189760685, -0.015533036552369595, 0.01139514148235321, 0.059598151594400406, 0.021667536348104477, -0.008648964576423168, 0.0449705496430397, -0.046457890421152115, 0.03022320382297039, 0.03615536168217659, -0.08549848198890686, -0.004032541997730732, -0.05602610856294632, 0.05207033455371857, -0.06555688381195068, 0.028701696544885635, 0.059363871812820435, 0.002022047294303775, 0.01714530773460865, -0.04774325713515282, -0.05873661860823631, 0.02469603158533573, -0.03556712344288826, 0.05463085323572159, 0.00666753388941288, -0.08017651736736298, 0.05951283499598503, -0.0034966024104505777, -0.05798574537038803, 0.03564950451254845, 0.018453536555171013, 0.05792539566755295, 0.033383045345544815, 0.04529982805252075, -0.04942706972360611, 0.0050925398245453835, -0.033932894468307495, 0.018913330510258675, -0.046520479023456573, -0.026762081310153008, 0.027308648452162743, -0.03188458830118179, -0.02986813709139824, 0.030994629487395287, -0.015083855018019676, 0.002900511957705021, 0.046477049589157104, -0.0442441925406456, -0.05254225805401802, 0.02325701154768467, 0.007252851035445929, -0.03365934267640114, -0.039171457290649414, -0.0289613027125597, 0.02272186242043972, 0.011879947036504745, 0.0024965046904981136, -0.021358070895075798, -0.045910660177469254, 0.045001499354839325, -0.04276830330491066, -0.01706044003367424, 0.033816561102867126, -0.013376198709011078, -0.03483686223626137, 0.03528634458780289, 0.022367656230926514, 0.0026595431845635176, 0.014394422061741352, -0.028484996408224106, 0.03512270003557205, -0.043339379131793976, -0.019894836470484734, 0.027723116800189018, -0.016749411821365356, 0.04370129108428955, 0.008787636645138264, 0.04324832558631897, 0.03638961911201477, 0.0049237883649766445, 0.004561175126582384, -0.0315079540014267, -0.02626042254269123, 0.010823853313922882, -0.03404837101697922, 0.015317894518375397, -0.005790592171251774, -0.04223150014877319, -0.02465260773897171, 0.00038956094067543745, -0.0445733405649662, 0.022762730717658997, -0.08016706258058548, 0.022737011313438416, 0.03990103304386139, -0.030125226825475693, -0.03941933810710907, -0.08715306967496872, -0.025643285363912582, -0.03923354297876358, -0.0333171971142292, 0.03136809915304184, -0.03214430436491966, 0.02390156127512455, -0.03989843279123306, -0.021297866478562355, 0.046164821833372116, 0.04944511130452156, -0.05197100341320038, 0.065361388027668, 0.04284895583987236, -0.04368974640965462, 0.012923366390168667, 0.028359372168779373, -0.04170386493206024, 0.007104118820279837, -0.00443014781922102, 0.015765031799674034, 0.029918212443590164, 0.010759138502180576, -0.06795085221529007, -0.037583522498607635, -0.0764898955821991, -0.03822022303938866, -0.041583865880966187, 0.0034713868517428637, 0.05818088352680206 ]
AnonymousSub/rule_based_roberta_only_classfn_epochs_1_shard_1_wikiqa
[ "pytorch", "roberta", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "RobertaForSequenceClassification" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
27
null
--- license: apache-2.0 tags: - generated_from_trainer metrics: - matthews_correlation model-index: - name: distilbert-base-uncased-finetuned-cola results: [] --- <!-- 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 None dataset. It achieves the following results on the evaluation set: - Loss: 0.0008 - Matthews Correlation: 1.0 ## 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: 10 ### Training results | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation | |:-------------:|:-----:|:----:|:---------------:|:--------------------:| | No log | 1.0 | 130 | 0.0166 | 1.0 | | No log | 2.0 | 260 | 0.0054 | 1.0 | | No log | 3.0 | 390 | 0.0029 | 1.0 | | 0.0968 | 4.0 | 520 | 0.0019 | 1.0 | | 0.0968 | 5.0 | 650 | 0.0014 | 1.0 | | 0.0968 | 6.0 | 780 | 0.0011 | 1.0 | | 0.0968 | 7.0 | 910 | 0.0010 | 1.0 | | 0.0018 | 8.0 | 1040 | 0.0008 | 1.0 | | 0.0018 | 9.0 | 1170 | 0.0008 | 1.0 | | 0.0018 | 10.0 | 1300 | 0.0008 | 1.0 | ### Framework versions - Transformers 4.12.3 - Pytorch 1.10.0+cu111 - Datasets 1.15.1 - Tokenizers 0.10.3
[ -0.018178889527916908, 0.018676521256566048, -0.02367270179092884, 0.03711874410510063, 0.04675692319869995, 0.017874037846922874, -0.03614721819758415, -0.02347986213862896, -0.04938134178519249, 0.05360138416290283, 0.04185419902205467, -0.0260258000344038, 0.023958228528499603, 0.04329300299286842, -0.019017839804291725, -0.030450699850916862, -0.01802792027592659, -0.019418787211179733, -0.048830367624759674, -0.013173122890293598, 0.005863404832780361, -0.03121504932641983, -0.011984273791313171, 0.012765548191964626, -0.014779449440538883, 0.0277023334056139, 0.0062415869906544685, 0.03167755901813507, 0.03973504155874252, -0.07023558765649796, 0.00015658380289096385, -0.046616364270448685, -0.04104115441441536, -0.015296188183128834, -0.005254629533737898, -0.020927004516124725, 0.003860571188852191, 0.0365784652531147, 0.02657199464738369, 0.03791742026805878, 0.012819947674870491, 0.02709430642426014, -0.00290414085611701, -0.017910560593008995, 0.060399286448955536, 0.01122882217168808, -0.04070793092250824, -0.015771087259054184, 0.04501603543758392, -0.014636816456913948, -0.07282169163227081, -0.04542065039277077, -0.025911711156368256, 0.03849354386329651, -0.011398408561944962, -0.01618250459432602, -0.05228346586227417, 0.03766455873847008, 0.05833197012543678, -0.04242485389113426, -0.03234841302037239, 0.007055928464978933, -0.07929640263319016, 0.01189899630844593, 0.04079633578658104, -0.01686246693134308, 0.013508401811122894, -0.05086652562022209, 0.02177874557673931, -0.0026930891908705235, 0.051915138959884644, -0.021046970039606094, 0.02978653274476528, -0.052513621747493744, -0.01289869099855423, 0.005427962634712458, 0.046153724193573, 0.044931311160326004, -0.03521638363599777, 0.05189709737896919, 0.024730509147047997, 0.000021933050447842106, 0.028228141367435455, -0.03480760008096695, 0.020408252254128456, 0.021448522806167603, -0.04454201087355614, -0.005357090849429369, 0.05348164588212967, 0.0012684144312515855, -0.04487975686788559, -0.03933002054691315, -0.02588711492717266, -0.02975962683558464, 0.008143089711666107, 0.03968439996242523, 0.029791338369250298, 0.010379058308899403, 0.050314269959926605, 0.01058951299637556, 0.01873842626810074, 0.04110729321837425, -0.024030912667512894, 0.07379469275474548, -0.016339536756277084, -0.01896555908024311, 0.0031268056482076645, -0.01510512363165617, -0.05416688323020935, 0.011875398457050323, 0.024255404248833656, -0.01594597101211548, -0.027947500348091125, 0.03559961915016174, -0.011532468721270561, -0.005288290325552225, 0.06253604590892792, -0.04015640169382095, -0.03932997211813927, -0.0416560098528862, 0.04484954848885536, 0.007185807451605797, -0.012485489249229431, 0.018540699034929276, -0.038837358355522156, -0.025064069777727127, -0.024717895314097404, -0.023728132247924805, -0.030336152762174606, 0.027650747448205948, 0.02181261032819748, 0.059038277715444565, 0.034891024231910706, -0.08264690637588501, 0.000656186486594379, 0.021764779463410378, -0.04386088624596596, 0.04747024551033974, 0.012502656318247318, 0.11433808505535126, -0.062104079872369766, -0.061827123165130615, 0.006761803291738033, -0.0013289221096783876, -0.02279268018901348, 0.016485409811139107, -0.005697085056453943, -0.023616233840584755, 0.006712031085044146, 0.009868510998785496, 0.05922219157218933, -0.04922144487500191, -0.007856990210711956, 0.08001606911420822, -0.006620586849749088, 0.04437160864472389, -0.048453982919454575, -0.02252502180635929, 0.0011211393866688013, -0.026593927294015884, -0.04193418473005295, 0.044802866876125336, -0.001359767746180296, -0.015498959459364414, -0.01870870031416416, -0.030728906393051147, 0.0016498431796208024, 0.08856973052024841, -0.013329879380762577, -0.022394612431526184, -0.01987186260521412, 0.02583061158657074, 0.04064229503273964, 0.040480952709913254, -0.03281189128756523, 0.039834484457969666, 0.06091407686471939, 0.03255473077297211, -0.015871625393629074, 0.02414955012500286, 0.015247543342411518, -0.01226710993796587, -0.037216197699308395, 0.03802371025085449, -0.011237857863307, -0.05857707932591438, 0.0419221855700016, 0.0065948800183832645, 0.004430735483765602, -0.05889730155467987, -0.058042269200086594, 0.04406588524580002, -0.022621722891926765, -0.009240703657269478, -0.0010021966882050037, 0.009726228192448616, -0.029266947880387306, 0.05817434936761856, -0.007931137457489967, 0.007317549083381891, -0.024249941110610962, -0.02561502903699875, 0.03130520135164261, -0.03243422880768776, 0.029569370672106743, 0.04811082035303116, -0.014868170022964478, 0.09100645780563354, -0.05057041347026825, 0.004885677248239517, -0.053820881992578506, -0.040690843015909195, 0.03217260167002678, 0.06020374596118927, 0.0556623600423336, 0.05553695932030678, -0.00010903934889938682, -0.02801729179918766, 0.04626074060797691, 0.0640316754579544, 0.040873538702726364, 0.00022305343009065837, -0.013266691006720066, -0.009179680608212948, 0.03283148631453514, 0.04797251150012016, -0.06315328180789948, -0.015223456546664238, -0.0008890823228284717, 0.03380356356501579, 0.000861816864926368, -0.0006929000373929739, -0.0193723663687706, 0.0361333042383194, -0.05380319058895111, -0.05296977981925011, 0.05014381557703018, 0.0276632197201252, -0.0010106019908562303, 0.016313977539539337, 0.0073190671391785145, -0.007266179658472538, 0.01813853345811367, 0.023671830072999, -0.0003442309971433133, -0.07244311273097992, 0.021125659346580505, 0.011631572619080544, 0.05919914320111275, -0.06535164266824722, 0.04168921336531639, -0.017652256414294243, 0.013597767800092697, 0.03845801204442978, -0.04055366292595863, 0.04672466591000557, 0.05133601650595665, 0.04009445011615753, -0.019604410976171494, 0.04106583446264267, 0.011757896281778812, 0.042869918048381805, 0.019413931295275688, 0.00322283455170691, 0.057665593922138214, 0.015038148500025272, 0.031692441552877426, 0.07252469658851624, 0.008680934086441994, 0.018240856006741524, 0.019495591521263123, 0.06922469288110733, 0.03623991459608078, -0.011340432800352573, 0.04449673742055893, -0.06552957743406296, 0.02871065028011799, -0.04163388907909393, -0.01537095382809639, -0.0449349507689476, -0.006137645337730646, 0.06379246711730957, 0.045798785984516144, -0.021715885028243065, -0.01972971484065056, 0.03588971868157387, -0.003289051353931427, 0.016391359269618988, 0.0012170766713097692, -0.0009709946461953223, -0.015244671143591404, -0.014426536858081818, -0.024800261482596397, -0.05701340362429619, -0.04835474491119385, -0.002382799284532666, -0.019798552617430687, -0.023166511207818985, -0.0781412348151207, -0.01657399721443653, -0.08869973570108414, -0.023637158796191216, 0.029082871973514557, 0.01171899400651455, -0.007543976418673992, -0.0402352549135685, 0.003274747868999839, -0.057308588176965714, -0.03669217228889465, -0.05132979527115822, -0.05535747855901718, -0.05314825475215912, -0.05960623547434807, 0.04040994122624397, 0.033095210790634155, 0.006044556386768818, -0.00036537463893182576, 0.03490306809544563, 0.010281696915626526, -0.03138573467731476, 0.04920727014541626, 0.06037081405520439, -0.034114181995391846, -0.042678430676460266, 0.028917141258716583, -0.008985482156276703, 0.01258387416601181, 0.020772062242031097, -0.04341377690434456, 0.08618547022342682, 0.06324346363544464, 0.030265353620052338, 0.01961624249815941, -0.003937983885407448, -0.06068503484129906, -0.06827486306428909, -0.02763349935412407, -0.04661903157830238, -0.013208596967160702, -0.049987517297267914, -0.029167762026190758, -0.012323657982051373, -0.0353439524769783, 0.004641616716980934, -0.01028888113796711, 0.009153788909316063, 0.006638619117438793, 0.029331229627132416, 0.02277459390461445, 0.030218269675970078, -0.013525048270821571, -0.0340600460767746, 0.04916495457291603, 0.021718980744481087, -0.001839762320742011, -0.07450325787067413, -0.012516140937805176, 0.042842283844947815, 0.009751172736287117, 0.007734360173344612, -0.017535893246531487, 0.06519497185945511, 0.006539095193147659, 0.012542275711894035, 0.0036214005667716265, -0.03357342258095741, 0.006715765222907066, 0.006300493609160185, -0.012416879646480083, 0.0048093232326209545, -0.026831893250346184, -0.026313023641705513, 0.004477873910218477, 0.03822559118270874, -0.06281574815511703, -0.05047019198536873, -0.007784724701195955, 0.01903809979557991, 0.049186911433935165, 0.003963223658502102, -0.043664876371622086, -0.014486102387309074, -0.07515484094619751, 0.01002421509474516, 0.03187442570924759, 0.02189718373119831, 0.0037773633375763893, 0.029258236289024353, 0.00868555624037981, -0.0014231756795197725, 0.021918073296546936, 0.039036162197589874, 0.07172589004039764, 0.023519663140177727, -0.07933415472507477, 0.00033890936174429953, -0.021046964451670647, 0.0060979160480201244, -0.02920152246952057, -0.014839459210634232, -0.03350882604718208, -0.08149668574333191, -0.024890242144465446, 0.0014155579265207052, 0.01676730252802372, -0.03930008411407471, 0.016324572265148163, 0.013234511017799377, -0.017994510009884834, -0.00576021010056138, 0.022889407351613045, 0.03885611891746521, -0.024030273780226707, 0.07570543885231018, -0.015357119962573051, -0.004257993306964636, -0.06568093597888947, 0.0152907008305192, -0.07012494653463364, -0.00619042431935668, 0.038874026387929916, 0.03950508311390877, -0.02978951297700405, 0.05970831960439682, 0.05685602128505707, 0.03581389784812927, -0.04038175195455551, 0.04475545510649681, 0.06967315077781677, -0.04378696531057358, -0.0553145632147789, 0.007095716893672943, -0.0043275789357721806, -0.021926216781139374, 0.007733908947557211, -0.024887528270483017, 0.049707088619470596, 0.0428660586476326, 0.0022889606188982725, -0.012033222243189812, -0.01817324012517929, 0.011132142506539822, -0.03351772204041481, -0.05989396572113037, -0.04245540127158165, -0.014890053309500217, -0.03735597804188728, 0.016499802470207214, 0.04716261476278305, 0.04362758621573448, 0.07391934096813202, 0.02242892049252987, -0.03624837473034859, -0.003126895986497402, 0.014358345419168472, 0.00775882788002491, -0.0200366023927927, -0.06728499382734299, -0.04966210201382637, 0.03617773577570915, 0.04315870255231857, -0.014900573529303074, -0.0613255649805069, 0.013423584401607513, 0.04541381075978279, -0.045819759368896484, 0.06250017881393433, 0.0121157830581069, 0.04945122078061104, 0.05746793374419212, -0.005187903996556997, 0.03444075584411621, -0.03210356831550598, -0.0011847233399748802, 0.008154044859111309, 0.050564251840114594, -0.020618494600057602, -0.03976372256875038, -0.038608770817518234, 0.01895340532064438, 0.04431366175413132, 0.023309702053666115, 0.026717189699411392, -0.033530641347169876, -0.041614871472120285, 0.00007045961683616042, 0.020495666190981865, -0.03581651672720909, -0.012777470983564854, 0.047080885618925095, 0.02547360770404339, -0.05974739044904709, -0.027023551985621452, -0.014162429608404636, -0.0036508599296212196, 0.015707241371273994, 0.016097841784358025, -0.02415013313293457, -0.05745089054107666, 0.04031192138791084, 0.00541958911344409, -0.026025233790278435, -0.06843014806509018, 0.05100719630718231, -0.014862903393805027, -0.025056853890419006, 0.04241763800382614, 0.03402355685830116, 0.03573271259665489, 0.06185578182339668, 0.02928539365530014, 0.011443868279457092, -0.02522573061287403, 0.021830325946211815, -0.0159805528819561, -0.018764203414320946, -0.001278514158912003, -0.04280875250697136, -0.05061823129653931, -0.0006547989323735237, -0.06441950798034668, -0.04555663838982582, -0.048305023461580276, 0.016909878700971603, -0.0048660580068826675, -0.01615833304822445, -0.0004549881268758327, 0.05017135292291641, 0.0017552835633978248, -0.022267740219831467, -0.049184881150722504, -0.018624529242515564, -0.07808821648359299, -0.05424085259437561, -0.005249091889709234, 0.004396589007228613, 0.03918701782822609, 0.01242261566221714, 0.008863968774676323, 0.011746803298592567, 0.024544596672058105, -0.03471006453037262, 0.006072275340557098, 0.006796696688979864, -0.04475192725658417, -0.020869538187980652, 0.02765672467648983, 0.011596259661018848, 0.021123163402080536, -0.028493400663137436, 0.022821715101599693, -0.0014347897376865149, -0.002773419488221407, -0.017743682488799095, 0.011688759550452232, 0.020482206717133522, -0.0615663006901741, -0.033813782036304474, -0.01361456885933876, -0.02790418267250061, 0.026492513716220856, -0.03934171050786972, -0.02099527232348919, 0.010723631829023361, 0.00974430050700903, 0.027050957083702087, -0.035396553575992584, -0.010486367158591747, 0.008091634139418602, -0.007453922647982836, 0.018918361514806747, -0.05543319508433342, 0.06591130793094635, -0.04305438697338104, 0.030004939064383507, -0.018633123487234116, 0.00954787153750658, -0.050416771322488785, 0.03495724871754646, -0.021758457645773888, -0.021794183179736137, -0.0060297055169939995, 0.0683676153421402, -0.0272025428712368, 0.031223805621266365, -0.007326965220272541, 0.04029442369937897, -0.01805296167731285, 0.06531727313995361, -0.046849340200424194, -0.0007427663658745587, -0.04078728333115578, 0.030808860436081886, -0.030125871300697327, 0.01644866354763508, -0.01813294179737568, -0.024149343371391296, 0.02761574275791645, 0.0543724000453949, 0.03629681095480919, 0.042666930705308914, -0.004859752021729946, -0.016211487352848053, 0.004487018100917339, -0.048901695758104324, -0.014800799079239368, -0.002972086425870657, -0.00023420146317221224, -0.002810645615682006, 0.04971110075712204, 0.020362038165330887, -0.03843453526496887, -0.08381743729114532, 0.05058753117918968, 0.033888958394527435, 0.016817742958664894, 0.00021109214867465198, 0.05497919023036957, 0.014032033272087574, 0.03052406758069992, -0.01940489374101162, -0.008618737570941448, 0.00371328042820096, -0.04785335808992386, 0.01363515853881836, 0.0017786652315407991, 0.03165202960371971, 0.006069303024560213, -0.049107350409030914, -0.004522059578448534, 0.04895709827542305, 0.027837257832288742, 0.02684728614985943, 0.0055685825645923615, -0.047384899109601974, 0.023182209581136703, 0.01421300508081913, -0.039772629737854004, 0.012940725311636925, 0.016633259132504463, -0.03513311594724655, 0.038832634687423706, -0.014105267822742462, 0.012371431104838848, 0.057472702115774155, 0.01869531162083149, -0.006183295045047998, 0.04491162300109863, -0.04828033223748207, 0.026951441541314125, 0.03709110990166664, -0.08376743644475937, -0.006082179490476847, -0.055026762187480927, 0.05121946707367897, -0.06596090644598007, 0.032294634729623795, 0.0604272335767746, 0.0020219068974256516, 0.016455775126814842, -0.04783836752176285, -0.05552856996655464, 0.02573317661881447, -0.036612845957279205, 0.05463985353708267, 0.00965870451182127, -0.07672327756881714, 0.05961301177740097, 0.00035128294257447124, -0.057252224534749985, 0.036500751972198486, 0.017903100699186325, 0.05684401094913483, 0.03507087379693985, 0.0464225634932518, -0.0454496368765831, 0.002431124448776245, -0.03297984227538109, 0.017054539173841476, -0.04859853535890579, -0.024110114201903343, 0.024633197113871574, -0.031841784715652466, -0.02724309079349041, 0.027342455461621284, -0.017575088888406754, 0.005105648655444384, 0.0460183285176754, -0.04566560313105583, -0.0536971278488636, 0.024396829307079315, 0.010479705408215523, -0.033242061734199524, -0.04076997935771942, -0.025679128244519234, 0.018331974744796753, 0.01286747120320797, 0.004360860213637352, -0.023023786023259163, -0.045949678868055344, 0.0438397116959095, -0.043063294142484665, -0.01579011231660843, 0.034743670374155045, -0.012786089442670345, -0.03166310489177704, 0.03445860743522644, 0.024322280660271645, 0.0016336155822500587, 0.012637881562113762, -0.029328064993023872, 0.03658609837293625, -0.042711179703474045, -0.024768993258476257, 0.029947299510240555, -0.01570623181760311, 0.044742073863744736, 0.010772856883704662, 0.044487595558166504, 0.03940432891249657, 0.007897373288869858, 0.005492025054991245, -0.03310615196824074, -0.025438137352466583, 0.005308513063937426, -0.03445715457201004, 0.01680045947432518, -0.004699232988059521, -0.0393693782389164, -0.022057069465517998, 0.0013661386910825968, -0.042095597833395004, 0.02183668315410614, -0.08001183718442917, 0.021125562489032745, 0.03951157629489899, -0.029819365590810776, -0.04035532474517822, -0.08790411800146103, -0.0270254947245121, -0.04314989969134331, -0.03354524075984955, 0.031394269317388535, -0.032049085944890976, 0.02340051159262657, -0.040723081678152084, -0.018826795741915703, 0.04843674600124359, 0.055472757667303085, -0.05418931320309639, 0.06679385155439377, 0.03598133474588394, -0.04479798674583435, 0.01269780844449997, 0.026977287605404854, -0.043112561106681824, 0.007548523601144552, -0.007993349805474281, 0.013653493486344814, 0.032279741019010544, 0.011832570657134056, -0.06863005459308624, -0.03535215184092522, -0.07809748500585556, -0.038328930735588074, -0.04170926660299301, -0.00038869527634233236, 0.05306966230273247 ]
AnonymousSub/rule_based_roberta_only_classfn_twostage_epochs_1_shard_1
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
10
null
--- license: apache-2.0 tags: - generated_from_trainer datasets: - squad model_index: - name: distilbert-base-uncased-finetuned-squad results: - task: name: Question Answering type: question-answering dataset: name: squad type: squad args: plain_text --- <!-- 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-squad This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset. It achieves the following results on the evaluation set: - Loss: 1.1523 ## 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 | |:-------------:|:-----:|:-----:|:---------------:| | 1.2171 | 1.0 | 5533 | 1.1511 | | 0.952 | 2.0 | 11066 | 1.1180 | | 0.7707 | 3.0 | 16599 | 1.1523 | ### Framework versions - Transformers 4.9.2 - Pytorch 1.9.0+cu102 - Datasets 1.11.0 - Tokenizers 0.10.3
[ -0.009990770369768143, -0.008526585064828396, -0.03565211594104767, 0.05380181595683098, 0.06083952635526657, 0.01782018505036831, -0.031474098563194275, 0.008299365639686584, -0.039267584681510925, 0.04341769590973854, 0.044434405863285065, -0.01675785705447197, 0.009685853496193886, 0.045996859669685364, -0.04026031121611595, -0.053081389516592026, 0.004451388027518988, 0.0020661260932683945, -0.03701039031147957, -0.034922581166028976, 0.008780785836279392, 0.0036632793489843607, 0.019534219056367874, 0.0022894523572176695, 0.007838411256670952, 0.014894483610987663, -0.014490903355181217, 0.01740378513932228, 0.056567173451185226, -0.054835669696331024, 0.018864687532186508, -0.01868751458823681, -0.04046504572033882, -0.03305096551775932, -0.0048245955258607864, -0.0250967089086771, 0.012534815818071365, 0.008831407874822617, 0.03793605789542198, 0.04468049481511116, -0.012969438917934895, 0.018632078543305397, -0.006300371140241623, -0.01967630349099636, 0.07001957297325134, 0.017788121476769447, -0.022967809811234474, -0.014444373548030853, 0.02889222837984562, -0.025647014379501343, -0.07382919639348984, -0.0792425200343132, -0.032685838639736176, 0.029790719971060753, 0.01488183531910181, -0.011842227540910244, -0.06457933038473129, 0.013788397423923016, 0.05865427106618881, -0.06327380239963531, -0.02706807479262352, 0.0186446700245142, -0.05843156576156616, 0.010659684427082539, 0.025817804038524628, -0.02545475773513317, 0.007712302729487419, -0.05371926724910736, 0.03713386505842209, -0.018320132046937943, 0.0645410344004631, -0.014016657136380672, 0.031241359189152718, -0.054644063115119934, -0.0006930127274245024, -0.0009030713117681444, 0.02581307291984558, 0.038110047578811646, -0.022831879556179047, 0.06765453517436981, 0.019214989617466927, -0.00221319985575974, 0.026331236585974693, -0.05636076629161835, -0.0029554248321801424, 0.021289343014359474, -0.03244030103087425, 0.01856234110891819, 0.0003726030408870429, 0.015277539379894733, -0.03450072184205055, -0.023719312623143196, -0.04033510014414787, -0.025155581533908844, -0.0008747255196794868, 0.03218532353639603, 0.029221471399068832, 0.031630728393793106, 0.016621939837932587, 0.014297271147370338, 0.04131506383419037, 0.05528034642338753, -0.030404118821024895, 0.06592109054327011, -0.002332958159968257, 0.009366915561258793, 0.007722966372966766, -0.02317378669977188, -0.054064638912677765, 0.030315624549984932, 0.034315068274736404, -0.021227572113275528, -0.022061238065361977, 0.0015372424386441708, 0.03364261984825134, -0.002008530544117093, 0.07679378986358643, -0.032438840717077255, -0.022184554487466812, -0.02498389221727848, 0.021213680505752563, 0.009850715287029743, -0.020066171884536743, 0.006542549002915621, -0.018880406394600868, -0.032843321561813354, -0.03606102243065834, -0.04007481783628464, -0.013942485675215721, 0.023574689403176308, 0.025593869388103485, 0.06906062364578247, 0.017606154084205627, -0.08284367620944977, 0.000924669555388391, 0.010854071006178856, -0.04693061485886574, 0.0277768112719059, 0.0072552794590592384, 0.1028064638376236, -0.05899674817919731, -0.07321824878454208, 0.02438744716346264, 0.016828438267111778, -0.017347360029816628, -0.012022745795547962, -0.012708143331110477, -0.04161626100540161, -0.011885696090757847, 0.024524886161088943, 0.06705538928508759, -0.021084479987621307, -0.0009193607256747782, 0.05713699012994766, 0.004967918619513512, 0.026779482141137123, -0.06446607410907745, -0.010511361062526703, 0.02659064717590809, -0.013433700427412987, -0.043534018099308014, 0.06578941643238068, -0.01847207173705101, -0.025421518832445145, -0.01247446984052658, -0.016818929463624954, 0.00284091429784894, 0.09034684300422668, -0.009176704101264477, -0.03086027503013611, -0.011629964224994183, 0.027955427765846252, 0.02756728231906891, 0.043024592101573944, -0.012328611686825752, 0.021518897265195847, 0.05885685235261917, 0.04166940599679947, -0.01596909761428833, 0.022516990080475807, 0.02440105564892292, -0.027677617967128754, -0.01916849985718727, 0.019502347335219383, -0.004422529134899378, -0.03523563593626022, 0.06633522361516953, 0.012064079754054546, 0.0034389556385576725, -0.0636025220155716, -0.04717032611370087, 0.05026327446103096, -0.015467043034732342, -0.0019142465898767114, 0.010383622720837593, 0.02366764284670353, -0.02554606832563877, 0.054144807159900665, -0.0224330872297287, 0.0010574058396741748, -0.04151974618434906, -0.017718642950057983, 0.030201595276594162, -0.019682804122567177, 0.027098920196294785, 0.05966638773679733, -0.00880459975451231, 0.10747575759887695, -0.030728129670023918, 0.019884593784809113, -0.04259461537003517, -0.026048343628644943, 0.02520867995917797, 0.05443437397480011, 0.06788241863250732, 0.05610693618655205, 0.009640771895647049, -0.029950445517897606, 0.05727575719356537, 0.07560428977012634, 0.047358427196741104, 0.0026155852247029543, -0.03033415786921978, -0.01652234047651291, 0.039358098059892654, 0.06542208045721054, -0.03241121396422386, 0.0016846389044076204, 0.001931097125634551, 0.018812619149684906, 0.011954721063375473, 0.008326348848640919, -0.03234664350748062, 0.03585294261574745, -0.05120159685611725, -0.05353387072682381, 0.046809468418359756, 0.014177178032696247, -0.01795784942805767, 0.018240295350551605, 0.014412682503461838, -0.003991397097706795, 0.01992831565439701, 0.021241741254925728, 0.007186209782958031, -0.04312960058450699, 0.009665429592132568, -0.0034288824535906315, 0.06812170147895813, -0.05552688613533974, 0.036595433950424194, -0.010230710729956627, 0.030221765860915184, 0.04725329950451851, -0.04639598727226257, 0.02950117364525795, 0.049084924161434174, 0.02899683080613613, -0.020852290093898773, 0.029011042788624763, 0.012864761985838413, 0.03498349338769913, 0.050754718482494354, 0.01820966973900795, 0.06871795654296875, 0.009368269704282284, 0.03199101239442825, 0.06703265756368637, 0.027333807200193405, 0.027794020250439644, 0.010516850277781487, 0.06976628303527832, 0.015380020253360271, 0.009567724540829659, 0.042364705353975296, -0.04822240397334099, 0.014860437251627445, -0.033594317734241486, 0.0007029824773781002, -0.02107902057468891, -0.01077953353524208, 0.06344342976808548, 0.01845521479845047, -0.02617286518216133, -0.014863535761833191, 0.008165682666003704, -0.004052429925650358, 0.015876246616244316, -0.020901890471577644, 0.00774219399318099, 0.009540241211652756, -0.03401367738842964, -0.021756671369075775, -0.06824642419815063, -0.04694325104355812, -0.012717989273369312, -0.013017152436077595, -0.01853587105870247, -0.07958365231752396, -0.0179438553750515, -0.06383706629276276, -0.03640983626246452, 0.04430466890335083, 0.004166908096522093, -0.008561978116631508, -0.014266313053667545, 0.01869802735745907, -0.05350881069898605, -0.037584297358989716, -0.03904847428202629, -0.048659276217222214, -0.046885427087545395, -0.05594777688384056, 0.035875219851732254, 0.032592471688985825, 0.008509225212037563, 0.003516066586598754, 0.009911354631185532, -0.015289229340851307, -0.0129033038392663, 0.02577865868806839, 0.06436236947774887, -0.032805733382701874, -0.06268492341041565, 0.014894039370119572, -0.00028388077043928206, 0.0174057949334383, 0.02964896522462368, -0.03413157910108566, 0.0980539619922638, 0.07425670325756073, 0.01899048686027527, 0.017804188653826714, -0.015080798417329788, -0.05707554519176483, -0.05471542105078697, -0.02490202896296978, -0.04598892480134964, -0.009911480359733105, -0.0393330417573452, -0.04424220696091652, -0.03726198524236679, -0.018870051950216293, 0.00831614900380373, -0.00518794497475028, 0.0295913927257061, 0.03300563991069794, 0.04890663921833038, 0.008588258177042007, 0.027628570795059204, -0.04250546544790268, -0.020212708041071892, 0.03319397196173668, 0.005821676924824715, 0.020551076158881187, -0.086340993642807, -0.03220410645008087, 0.02882065623998642, 0.013834555633366108, 0.007628789637237787, 0.006024687550961971, 0.0809183120727539, -0.0012710620649158955, -0.004650027025490999, 0.02036092057824135, -0.015888528898358345, -0.015805844217538834, 0.0008681594044901431, 0.003581815864890814, -0.006343795917928219, -0.030850904062390327, -0.028857534751296043, 0.01106919627636671, 0.03797497972846031, -0.050912972539663315, -0.047191914170980453, -0.013431272469460964, 0.0351906381547451, 0.03725174069404602, -0.007947654463350773, -0.04150982201099396, -0.010725454427301884, -0.08326243609189987, -0.012874484062194824, 0.031127048656344414, 0.016486644744873047, -0.010898066684603691, 0.04059445485472679, 0.01939779333770275, -0.019905123859643936, 0.039953310042619705, 0.04824267700314522, 0.08480957895517349, 0.004293531179428101, -0.06944781541824341, -0.005550542380660772, -0.0361492820084095, 0.03007298894226551, -0.0035038560163229704, -0.03284505754709244, -0.025101574137806892, -0.10117299109697342, -0.02905849553644657, 0.007236153353005648, 0.0023469661828130484, -0.024423087015748024, 0.033185187727212906, 0.009634715504944324, -0.03769306838512421, -0.008526576682925224, 0.013302293606102467, 0.05295459181070328, -0.019156677648425102, 0.07012437283992767, -0.014943609945476055, 0.03004840388894081, -0.04979551583528519, 0.006779990158975124, -0.029641881585121155, -0.01840376853942871, 0.025066670030355453, 0.04363662749528885, -0.015875237062573433, 0.05992130562663078, 0.07164669036865234, 0.05258156359195709, -0.052168648689985275, 0.037789955735206604, 0.06687392294406891, -0.037249114364385605, -0.03115951269865036, -0.010848632082343102, -0.0067540304735302925, -0.008245985023677349, 0.0013950817519798875, -0.012958360835909843, 0.04105595126748085, 0.03384403511881828, -0.007465401664376259, 0.02132791094481945, 0.0010349092772230506, -0.020499929785728455, -0.040817223489284515, -0.02676280401647091, -0.01859031245112419, 0.002998568583279848, 0.0037501538172364235, 0.021666070446372032, 0.04275841265916824, 0.017462309449911118, 0.06355257332324982, 0.03685159981250763, -0.01338089071214199, -0.04216485098004341, 0.020952919498085976, 0.01170907448977232, -0.039208248257637024, -0.08246446400880814, -0.03906082361936569, 0.033602286130189896, 0.04987458884716034, -0.0062646688893437386, -0.06881454586982727, 0.01400735042989254, 0.05039810761809349, -0.04849831759929657, 0.06986615806818008, -0.0029425290413200855, 0.05496128648519516, 0.06648661196231842, -0.01699656993150711, 0.021338561549782753, -0.031124936416745186, -0.006725536193698645, 0.0010237338719889522, 0.03475246950984001, -0.021860210224986076, -0.0416172556579113, -0.051204465329647064, 0.029997684061527252, 0.08547265827655792, 0.042698752135038376, 0.030656015500426292, -0.03214069828391075, -0.032141923904418945, 0.019747354090213776, 0.031182097271084785, -0.049977146089076996, -0.001869065104983747, 0.02451658435165882, 0.03127627074718475, -0.05755024775862694, -0.03884135186672211, -0.030534910038113594, -0.013861927203834057, 0.038376472890377045, -0.011713702231645584, -0.0162008348852396, -0.05506960675120354, 0.04436565563082695, -0.007230333052575588, -0.03203098475933075, -0.07617409527301788, 0.055154815316200256, -0.0010109915165230632, -0.005510305520147085, 0.06464249640703201, 0.05373445898294449, 0.0278144683688879, 0.06313514709472656, 0.03569428250193596, 0.00922122411429882, -0.03638889268040657, 0.037144921720027924, -0.0263057928532362, -0.033570919185876846, 0.0018293979810550809, -0.03182036802172661, -0.01822560280561447, -0.0026906952261924744, -0.04399575665593147, -0.039260320365428925, -0.03630271181464195, 0.005627480335533619, 0.0084706861525774, -0.0019917963072657585, -0.009868775494396687, 0.02566886879503727, -0.020376401022076607, -0.033581092953681946, -0.02569797821342945, 0.004804642871022224, -0.044013191014528275, -0.04264257475733757, -0.006384860724210739, -0.006249384954571724, 0.039376650005578995, 0.031850844621658325, 0.031481266021728516, 0.0021125429775565863, 0.0071034966967999935, -0.0525912344455719, -0.006491234991699457, 0.019208218902349472, -0.020322458818554878, -0.01966736651957035, 0.017594730481505394, 0.007211321499198675, 0.031888239085674286, -0.01431417278945446, 0.03486485034227371, 0.009983123280107975, 0.014480066485702991, -0.021076831966638565, 0.027865871787071228, 0.03214452788233757, -0.08807847648859024, -0.04185299575328827, -0.01360736321657896, -0.03359025716781616, 0.02444220893085003, -0.059968315064907074, -0.04108962044119835, 0.018559210002422333, 0.0008459482342004776, 0.03752182424068451, -0.005020905751734972, -0.01190539076924324, 0.033691324293613434, -0.002153706271201372, 0.01206890307366848, -0.05927601829171181, 0.027819015085697174, -0.03439372032880783, 0.016337227076292038, -0.027891280129551888, 0.006819058675318956, -0.02632657065987587, 0.04365720972418785, -0.031206902116537094, -0.0073608048260211945, -0.02037915773689747, 0.033137522637844086, -0.02598443441092968, 0.017147116363048553, -0.025278713554143906, 0.03989133983850479, -0.04209423065185547, 0.0667547732591629, -0.06036188453435898, 0.014015773311257362, -0.05030444264411926, 0.03877640515565872, -0.024153543636202812, 0.04175681248307228, -0.012618593871593475, -0.009374260902404785, 0.009277747943997383, 0.05852044001221657, 0.030416518449783325, 0.011257740668952465, -0.012365083210170269, -0.008665934205055237, 0.015559135936200619, -0.06001247465610504, -0.00610972149297595, 0.008748061954975128, -0.01231246069073677, 0.0024108339566737413, 0.03621330112218857, 0.03778750076889992, -0.041844017803668976, -0.06363233178853989, 0.03675955533981323, 0.018162282183766365, 0.005002927500754595, 0.010433626361191273, 0.02433195896446705, 0.024651821702718735, 0.0428631529211998, -0.02341294474899769, -0.0017773990985006094, -0.010710521601140499, -0.039142441004514694, 0.008755181916058064, -0.01212217751890421, 0.03505619615316391, 0.022857893258333206, -0.02617892436683178, -0.03599201887845993, 0.0750589445233345, 0.038602426648139954, 0.012115594930946827, 0.007022015284746885, -0.043773915618658066, 0.03969157487154007, -0.01263510063290596, -0.022328859195113182, 0.039557769894599915, -0.0035065971314907074, -0.03701281547546387, 0.0695265457034111, 0.0014183875173330307, 0.004326054360717535, 0.03349114954471588, 0.0034100261982530355, -0.02269129641354084, 0.04652469977736473, -0.034713972359895706, 0.033972371369600296, 0.044051941484212875, -0.09356991946697235, 0.004537113010883331, -0.04837055876851082, 0.05011959746479988, -0.064393550157547, 0.023263918235898018, 0.044414035975933075, 0.010829501785337925, 0.024330001324415207, -0.0613914392888546, -0.06786546111106873, 0.0018223579972982407, -0.044127207249403, 0.06145697087049484, 0.005241281818598509, -0.040555134415626526, 0.0524090975522995, 0.013258625753223896, -0.05291593819856644, 0.03428014740347862, 0.03976738080382347, 0.07060091197490692, 0.03689556196331978, 0.05942050740122795, -0.06234394386410713, 0.008072339929640293, -0.021054496988654137, 0.03978513181209564, -0.0710703581571579, -0.034995973110198975, 0.02646244503557682, -0.0352812334895134, -0.008030707947909832, 0.03619486466050148, -0.011386822909116745, 0.0012522772885859013, 0.03353888913989067, -0.057265281677246094, -0.038445793092250824, 0.006545180454850197, 0.007900766097009182, -0.03456566855311394, -0.0009281820966862142, -0.03558773547410965, 0.014978991821408272, 0.019286353141069412, 0.008473166264593601, -0.014108117669820786, -0.00931193120777607, 0.005400889087468386, -0.019169799983501434, -0.01728828065097332, 0.04417445510625839, -0.006601723842322826, -0.03269107639789581, 0.04122745618224144, 0.007346495054662228, 0.0268807802349329, 0.0078416233882308, -0.013865155167877674, 0.02332955412566662, -0.040662433952093124, -0.005964476149529219, 0.0253909919410944, 0.0036613275296986103, 0.01579245924949646, -0.0013969431165605783, 0.04236719012260437, 0.039942845702171326, 0.03691033273935318, -0.005610729102045298, -0.03220521658658981, -0.020453104749321938, 0.037388186901807785, -0.032116375863552094, 0.010035201907157898, -0.018811823800206184, -0.05286739021539688, -0.025615574792027473, 0.004785618744790554, -0.02848287858068943, 0.035914380103349686, -0.06733056157827377, 0.02207525633275509, 0.04028770327568054, -0.021990114822983742, -0.049264147877693176, -0.09696692228317261, 0.001071323873475194, -0.0513443648815155, 0.015798162668943405, 0.04232431575655937, -0.047796476632356644, 0.026983430609107018, -0.03701937198638916, -0.03359631076455116, 0.05483907088637352, 0.043987564742565155, -0.06697307527065277, 0.0579063706099987, 0.04250236973166466, -0.05963338166475296, 0.013196121901273727, 0.008562441915273666, -0.028891537338495255, 0.012678597122430801, 0.005695710889995098, 0.01748373545706272, 0.025200722739100456, 0.006296520121395588, -0.05534709617495537, -0.04448322579264641, -0.06685008853673935, -0.034145381301641464, -0.03479000926017761, 0.0093297827988863, 0.0678243562579155 ]
AnonymousSub/rule_based_roberta_only_classfn_twostage_epochs_1_shard_10
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
2
null
--- metrics: - rouge model-index: - name: gq-indo-k --- <!-- 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. --> # gq-indo-k This model was trained from scratch on an unkown dataset. It achieves the following results on the evaluation set: - Loss: 2.7905 - Rouge1: 22.5734 - Rouge2: 6.555 - Rougel: 20.9491 - Rougelsum: 20.9509 - Gen Len: 12.0767 ## 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: 10 - eval_batch_size: 10 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:| | 2.9355 | 1.0 | 13032 | 2.8563 | 22.4828 | 6.5456 | 20.8782 | 20.8772 | 11.915 | | 2.825 | 2.0 | 26064 | 2.7993 | 22.547 | 6.5815 | 20.8937 | 20.8973 | 12.0886 | | 2.7631 | 3.0 | 39096 | 2.7905 | 22.5734 | 6.555 | 20.9491 | 20.9509 | 12.0767 | ### Framework versions - Transformers 4.6.1 - Pytorch 1.7.0 - Datasets 1.11.0 - Tokenizers 0.10.3
[ 0.0015964154154062271, -0.015848491340875626, -0.012018988840281963, 0.01995566301047802, 0.046790409833192825, -0.00758959399536252, -0.020245226100087166, -0.0133423563092947, -0.04047207906842232, 0.04458744451403618, 0.012082445435225964, -0.053547509014606476, -0.005007216241210699, 0.025015663355588913, -0.02104589156806469, -0.033342041075229645, 0.0018190066330134869, -0.0073979077860713005, -0.04697725921869278, 0.012620745226740837, 0.018648408353328705, -0.004282859154045582, -0.018442753702402115, -0.0009256007033400238, 0.010920499451458454, 0.0047874110750854015, 0.009913901798427105, 0.0045702760107815266, 0.044609423726797104, -0.0776049867272377, 0.00434081070125103, -0.050611380487680435, -0.044569794088602066, -0.03564443811774254, -0.015063075348734856, -0.001680703368037939, 0.009907527826726437, 0.01685388572514057, 0.027724765241146088, 0.052897971123456955, 0.0115977106615901, 0.030157193541526794, -0.028478100895881653, -0.015220892615616322, 0.036228347569704056, -0.01904977671802044, -0.03659643977880478, 0.0022424645721912384, 0.05179701745510101, -0.00855165347456932, -0.07329466193914413, -0.05668039992451668, -0.004469636827707291, -0.004715085960924625, -0.012268981896340847, -0.0026790453121066093, -0.06010327488183975, 0.013444981537759304, 0.06573046743869781, -0.04944882169365883, -0.028901996091008186, 0.0030008673202246428, -0.0914871096611023, 0.03640902787446976, 0.025599513202905655, -0.030560992658138275, 0.022102518007159233, -0.04975222051143646, 0.031569648534059525, -0.009663878008723259, 0.05575605854392052, -0.03753921762108803, 0.0036691485438495874, -0.08658084273338318, -0.007856801152229309, -0.008950377814471722, 0.011649989522993565, 0.05068846791982651, -0.04136183485388756, 0.052062828093767166, 0.0390392541885376, 0.0014398684725165367, 0.0310442466288805, -0.005710805766284466, -0.01627196930348873, 0.031341519206762314, -0.03872005641460419, 0.00032949907472357154, 0.026884768158197403, 0.03656953573226929, -0.03331231325864792, -0.04355984181165695, -0.035770393908023834, -0.025215720757842064, -0.02009299397468567, 0.013934114947915077, 0.03396473452448845, -0.008172774687409401, 0.043959613889455795, 0.01729319989681244, 0.037906713783741, 0.035363439470529556, -0.019750339910387993, 0.0851484015583992, -0.022350477054715157, -0.0008138535195030272, -0.02748059295117855, -0.03576676920056343, -0.05116754770278931, 0.033190399408340454, 0.01803290657699108, -0.05790882557630539, -0.04280971363186836, 0.03354750573635101, 0.006245281547307968, -0.0008379629580304027, 0.07543324679136276, -0.01963680237531662, -0.06186104193329811, -0.044435009360313416, 0.020843319594860077, 0.031099723652005196, -0.010409075766801834, 0.014090711250901222, -0.02726718969643116, -0.015504584647715092, -0.033712491393089294, -0.023212814703583717, 0.003823797218501568, 0.02066926658153534, -0.018573027104139328, 0.08715063333511353, 0.02145020291209221, -0.0789104551076889, 0.002974924398586154, 0.0010351331438869238, -0.05380850285291672, 0.02645905874669552, 0.0039276969619095325, 0.10212227702140808, -0.06153033673763275, -0.08467365801334381, 0.026988787576556206, -0.020880458876490593, -0.029844889417290688, 0.02409108728170395, 0.005009056068956852, -0.031785957515239716, -0.02736211195588112, -0.018222708255052567, 0.052622415125370026, -0.05414999648928642, -0.01833931729197502, 0.06687536090612411, 0.0005952672800049186, 0.03415351361036301, -0.04671374708414078, -0.027508536353707314, 0.018555674701929092, -0.018135633319616318, 0.006937183439731598, 0.03349677100777626, -0.007760956883430481, 0.007895294576883316, -0.03564354404807091, -0.039189331233501434, -0.008553020656108856, 0.090157650411129, 0.005165051203221083, -0.005026993807405233, -0.029909778386354446, 0.051769550889730453, 0.030829472467303276, 0.03307449072599411, -0.015847813338041306, 0.016126325353980064, 0.03921906650066376, 0.029605241492390633, -0.03286682441830635, 0.023181013762950897, 0.055639591068029404, -0.02179189771413803, -0.034393005073070526, 0.016671981662511826, 0.006686150096356869, -0.04142134636640549, 0.012904238887131214, 0.021041428670287132, 0.030223773792386055, -0.03759905323386192, -0.02935289405286312, 0.039172686636447906, -0.013244923204183578, -0.024404317140579224, 0.003795954631641507, 0.0036682880017906427, -0.032303038984537125, 0.0398426316678524, 0.0017613968811929226, 0.010185642167925835, -0.027850210666656494, -0.04027559608221054, 0.0174444317817688, 0.020870137959718704, 0.007568282540887594, 0.04969097673892975, -0.004326712340116501, 0.07745133340358734, -0.028146110475063324, 0.031073033809661865, -0.038090791553258896, -0.04835094138979912, 0.0022471703123301268, 0.04655630886554718, 0.03327181935310364, 0.06565769761800766, 0.005636419635266066, -0.0546654611825943, 0.036572858691215515, 0.06815085560083389, 0.03490762785077095, 0.017437389120459557, -0.01983826607465744, -0.019189609214663506, 0.029174160212278366, 0.04923852160573006, -0.054943766444921494, -0.034890566021203995, 0.029371634125709534, 0.029558461159467697, -0.028380682691931725, 0.02751101925969124, -0.025106582790613174, 0.047156479209661484, -0.055159635841846466, -0.05836542323231697, 0.040300846099853516, 0.022579757496714592, 0.007937893271446228, 0.01720808818936348, 0.006091159302741289, 0.0062177409417927265, 0.029207944869995117, 0.01920737326145172, 0.0014523715944960713, -0.03878110647201538, 0.019946303218603134, 0.00792344007641077, 0.037865638732910156, -0.027389369904994965, 0.04107803851366043, -0.018141452223062515, 0.012841773219406605, 0.035436492413282394, -0.03589310124516487, -0.0037898865994066, 0.059541068971157074, 0.016432488337159157, -0.03247248753905296, -0.017142023891210556, 0.02100272662937641, 0.028000766411423683, 0.05366603285074234, -0.010891453363001347, 0.05729140341281891, -0.007570681627839804, 0.033800266683101654, 0.09428900480270386, -0.0032770116813480854, 0.018030818551778793, 0.029191700741648674, 0.08636391907930374, 0.02491244487464428, -0.005034090485423803, 0.034489814192056656, -0.05544207617640495, 0.01738714799284935, -0.03434298560023308, 0.014847994782030582, -0.030406774953007698, -0.0005723896902054548, 0.04283600673079491, 0.03639139235019684, -0.03077087551355362, -0.004085349850356579, -0.010765217244625092, -0.014339360408484936, -0.00002536521242291201, -0.02523888647556305, -0.02027500607073307, -0.014374247752130032, -0.002197992755100131, -0.000654354807920754, -0.059093963354825974, -0.032215677201747894, -0.017253777012228966, -0.01490038726478815, -0.01372560951858759, -0.09150369465351105, 0.010866194032132626, -0.05530783534049988, -0.0125831114128232, 0.04175182804465294, 0.005941753275692463, -0.01215389370918274, -0.0571870356798172, 0.01276253443211317, -0.022959696128964424, -0.02495574578642845, -0.03591858223080635, -0.04022512212395668, -0.0449666827917099, -0.09331990033388138, 0.04236280918121338, 0.03990213945508003, 0.020991995930671692, 0.015124229714274406, 0.023021114990115166, 0.011348945088684559, -0.0013392162509262562, 0.053250353783369064, 0.058515388518571854, -0.03977048769593239, -0.05151943489909172, 0.05367397144436836, -0.014754354022443295, 0.01820508763194084, -0.007248624227941036, -0.04247263818979263, 0.09782686829566956, 0.05457373708486557, 0.016331853345036507, 0.007699393667280674, -0.009025054052472115, -0.06440071016550064, -0.06386955082416534, -0.028897566720843315, -0.023096943274140358, -0.03981836140155792, -0.03314635902643204, -0.03739504888653755, -0.01964232325553894, -0.02871863730251789, 0.014678672887384892, 0.005147369112819433, 0.009778897278010845, 0.029102198779582977, 0.029602276161313057, 0.03171224147081375, 0.038088709115982056, -0.041508715599775314, -0.0562300868332386, 0.05648750066757202, 0.024937650188803673, 0.01426098495721817, -0.06801595538854599, -0.031152144074440002, 0.03025980480015278, 0.007970893755555153, 0.0319957360625267, -0.011405130848288536, 0.08368203788995743, 0.01092622522264719, 0.007292687427252531, 0.015817634761333466, -0.007249900139868259, -0.012860768474638462, -0.00103446573484689, 0.005627625621855259, -0.03424537926912308, -0.0513799749314785, -0.007583528757095337, -0.006131619680672884, 0.05542220175266266, -0.04563547298312187, -0.05816183239221573, -0.004629172850400209, 0.044412948191165924, 0.03750592842698097, -0.019624311476945877, -0.033442310988903046, -0.020855184644460678, -0.065681092441082, -0.015091151930391788, 0.05090734362602234, 0.030088718980550766, 0.00035168210160918534, 0.05622842162847519, 0.02693183906376362, -0.008976306766271591, 0.0357813723385334, 0.043863411992788315, 0.05931856855750084, 0.013233817182481289, -0.056907571852207184, -0.006541540380567312, -0.01122891716659069, 0.04183688387274742, 0.0019634547643363476, 0.0008981800638139248, -0.02695591375231743, -0.10948902368545532, -0.023752599954605103, 0.028731612488627434, -0.007093034218996763, -0.02172241546213627, 0.04255560413002968, 0.00951579213142395, -0.010668900795280933, -0.001261080033145845, -0.003403256181627512, 0.02916194126009941, -0.04932653531432152, 0.028189783915877342, -0.01726842112839222, 0.014644290320575237, -0.059223730117082596, 0.004637673031538725, -0.022125843912363052, -0.007004068233072758, -0.0014936176594346762, 0.06779013574123383, -0.01286988239735365, 0.0632924735546112, 0.0772756040096283, 0.010069136507809162, -0.03482368215918541, 0.013060555793344975, 0.057799700647592545, -0.02990887686610222, -0.04188094660639763, 0.006547240074723959, 0.009927909821271896, -0.00665174750611186, -0.01457309816032648, -0.009673785418272018, 0.049928970634937286, 0.03480851277709007, -0.012513658031821251, 0.005829277448356152, 0.007658570073544979, -0.019674265757203102, -0.022993994876742363, -0.036980245262384415, -0.006663995329290628, -0.0027993249241262674, -0.040220100432634354, 0.0037195284385234118, 0.04234783351421356, 0.019973115995526314, 0.06122815981507301, 0.03142359480261803, -0.04080018028616905, -0.028724072501063347, 0.015781693160533905, 0.006560673005878925, -0.026690348982810974, -0.07166756689548492, -0.01739598624408245, 0.031216157600283623, 0.022180767729878426, -0.011026187799870968, -0.031173786148428917, 0.016309084370732307, 0.07563836127519608, -0.041724905371665955, 0.0413750521838665, 0.009743047878146172, 0.03565432131290436, 0.03508738428354263, -0.02002413012087345, 0.024565208703279495, -0.013453162275254726, 0.011367703787982464, -0.013556629419326782, 0.04781067371368408, -0.015865309163928032, -0.022277316078543663, -0.05599995702505112, 0.03365899994969368, 0.025639275088906288, 0.03396851196885109, 0.016819294542074203, -0.008069225586950779, -0.03798730671405792, 0.01913112960755825, 0.04709477722644806, -0.049794428050518036, 0.026957431808114052, 0.018460892140865326, 0.019133638590574265, -0.040505312383174896, -0.034336335957050323, -0.022915907204151154, 0.001161328051239252, 0.03931594640016556, -0.01591087318956852, -0.040992241352796555, -0.020935339853167534, 0.03983493521809578, 0.007369844242930412, -0.016078365966677666, -0.07056525349617004, 0.04044518992304802, -0.016978882253170013, -0.008337599225342274, 0.04408283904194832, 0.02033047564327717, 0.022699978202581406, 0.061854004859924316, 0.028167331591248512, 0.028902653604745865, -0.02940298616886139, 0.05135870724916458, -0.048374876379966736, -0.027809331193566322, 0.0014198953285813332, -0.03985748812556267, -0.03861306980252266, -0.015211048536002636, -0.03967984765768051, -0.03918862342834473, -0.04315211996436119, 0.023067660629749298, 0.0032030134461820126, -0.015997810289263725, -0.011683069169521332, 0.052731771022081375, -0.004920051898807287, -0.03630960360169411, -0.03322092071175575, -0.024067915976047516, -0.07776722311973572, -0.06197851896286011, 0.019396401941776276, 0.017610151320695877, 0.040294721722602844, 0.040274862200021744, 0.014355151914060116, 0.01033923402428627, 0.021282697096467018, -0.0441620759665966, 0.029582880437374115, -0.012201530858874321, -0.01657167077064514, -0.03528480604290962, 0.013184934854507446, 0.016912132501602173, 0.04822564870119095, -0.011903097853064537, 0.03801384195685387, 0.01679222658276558, -0.008411800488829613, 0.009433711878955364, 0.013044033199548721, 0.038416411727666855, -0.07272771000862122, -0.05253324657678604, 0.0023250526282936335, -0.03082810714840889, 0.02818192169070244, -0.03554897755384445, -0.033495862036943436, -0.010426841676235199, 0.024042027071118355, 0.05503330007195473, 0.011494159698486328, -0.028884481638669968, 0.018024582415819168, 0.0009422626462765038, -0.0013624259736388922, -0.05822885408997536, 0.0446782112121582, -0.0527811162173748, 0.008765487000346184, -0.005909414030611515, -0.004675764590501785, -0.052773457020521164, 0.034805916249752045, -0.022979730740189552, -0.017569400370121002, -0.004375423304736614, 0.050626240670681, -0.024189043790102005, 0.05035211890935898, -0.020211586728692055, 0.030725473538041115, -0.03224862366914749, 0.06800270080566406, -0.034741323441267014, 0.023581691086292267, -0.007936889305710793, 0.0166380126029253, -0.03142021223902702, 0.024035608395934105, -0.023187292739748955, -0.03067978471517563, 0.007262573577463627, 0.060150258243083954, 0.03270797058939934, 0.02359795570373535, -0.012281496077775955, 0.0028975489549338818, 0.015441042371094227, -0.05061542987823486, -0.013204174116253853, 0.0008472988847643137, -0.018393876031041145, -0.027756333351135254, 0.051137957721948624, 0.055595796555280685, -0.04857737198472023, -0.05288088321685791, 0.05025055631995201, 0.004006441216915846, 0.005301105789840221, -0.00903255958110094, 0.027378765866160393, 0.03304055705666542, 0.03253405541181564, -0.05222432315349579, 0.004622497595846653, -0.022384198382496834, -0.030285390093922615, 0.06226763874292374, -0.012736927717924118, 0.03529427573084831, 0.018758485093712807, -0.008482995443046093, -0.013436825945973396, 0.0840415507555008, 0.03329586237668991, 0.0331343412399292, -0.010946630500257015, -0.04411198943853378, 0.034770604223012924, 0.020793693140149117, -0.03468465059995651, 0.01701870560646057, -0.004146016668528318, -0.03822777792811394, 0.05846612527966499, -0.016564665362238884, 0.01992867700755596, 0.0645325779914856, 0.043150391429662704, 0.0005121715366840363, 0.0716421902179718, -0.006842688657343388, 0.006109659560024738, 0.04949667304754257, -0.06153789162635803, 0.0024871700443327427, -0.07395167648792267, 0.05970057472586632, -0.06413303315639496, 0.02986735664308071, 0.029547084122896194, -0.004457093775272369, 0.02662385068833828, -0.01949048601090908, -0.04892466589808464, 0.019934237003326416, -0.046332307159900665, 0.08823055028915405, 0.01702718809247017, -0.05739749222993851, 0.07130702584981918, 0.025280900299549103, -0.05398213490843773, 0.0464528389275074, 0.04329181835055351, 0.028489625081419945, 0.044420842081308365, 0.045945800840854645, -0.05813465639948845, -0.006820456124842167, -0.019396068528294563, 0.05207434296607971, -0.05141603574156761, -0.02565152943134308, 0.03796316310763359, -0.03740095719695091, -0.022609952837228775, 0.03900645300745964, 0.01211419329047203, -0.017382631078362465, 0.053052034229040146, -0.055179230868816376, -0.0496109314262867, 0.017355388030409813, 0.035623569041490555, -0.05383378267288208, -0.010329869575798512, -0.05354171246290207, 0.021757224574685097, 0.00776825612410903, 0.013513396494090557, -0.009053087793290615, 0.005186526570469141, 0.022951532155275345, -0.08613448590040207, -0.03214051201939583, 0.029714493080973625, -0.004553631879389286, -0.04162021353840828, 0.007376857101917267, 0.007319261319935322, 0.03670240193605423, 0.004247964825481176, -0.009435869753360748, 0.01592671126127243, -0.061686959117650986, -0.01528914738446474, 0.00564074981957674, -0.019709791988134384, 0.036630380898714066, 0.009272088296711445, 0.04225325584411621, 0.03617679327726364, 0.0026357611641287804, -0.012150423601269722, -0.02388957515358925, -0.056621674448251724, 0.04052072763442993, -0.046348415315151215, 0.028155473992228508, -0.011869137175381184, -0.04956887662410736, -0.032069891691207886, -0.015087456442415714, -0.04006337374448776, 0.016928819939494133, -0.048793599009513855, -0.010404922068119049, 0.011012505739927292, -0.024451129138469696, -0.061430104076862335, -0.09719587862491608, -0.023618750274181366, -0.030232297256588936, 0.011828153394162655, 0.04149920493364334, -0.04795069247484207, 0.030060015618801117, -0.05830999091267586, -0.05639258027076721, 0.036296192556619644, 0.03695797547698021, -0.04591654986143112, 0.04079834371805191, 0.05448748916387558, -0.029755165800452232, 0.029369931668043137, 0.03303030505776405, -0.03633322939276695, 0.02709604986011982, 0.023060759529471397, 0.018964819610118866, 0.048078231513500214, 0.007138030603528023, -0.009999431669712067, -0.013479701243340969, -0.0817505270242691, -0.05009802058339119, -0.05542989447712898, 0.026067085564136505, 0.04846525937318802 ]
AnonymousSub/rule_based_roberta_only_classfn_twostage_epochs_1_shard_1_squad2.0
[ "pytorch", "roberta", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "RobertaForQuestionAnswering" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
2
null
--- model-index: - name: qa-indo-k --- <!-- 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. --> # qa-indo-k This model was trained from scratch on an unkown dataset. It achieves the following results on the evaluation set: - Loss: 2.4984 ## 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 | |:-------------:|:-----:|:-----:|:---------------:| | 1.2537 | 1.0 | 8209 | 1.9642 | | 0.943 | 2.0 | 16418 | 2.2143 | | 0.6694 | 3.0 | 24627 | 2.4984 | ### Framework versions - Transformers 4.6.1 - Pytorch 1.7.0 - Datasets 1.11.0 - Tokenizers 0.10.3
[ -0.025392038747668266, -0.02210225909948349, -0.012906445190310478, 0.025822749361395836, 0.04195031523704529, -0.0000126116574392654, 0.00035889711580239236, 0.0007332154782488942, -0.031079893931746483, 0.047937095165252686, 0.006313629914075136, -0.03939402103424072, -0.0002745883830357343, 0.03945758938789368, -0.048403311520814896, -0.03708423674106598, -0.01317000575363636, -0.004545958247035742, -0.025898179039359093, -0.0035859979689121246, 0.013540854677557945, -0.023179126903414726, -0.004209713079035282, 0.0031509390100836754, -0.004041758365929127, 0.005617257673293352, 0.0010602802503854036, 0.00985782966017723, 0.03814895451068878, -0.06816314160823822, 0.001454933313652873, -0.059179194271564484, -0.03964762017130852, -0.013208189979195595, -0.016898682340979576, 0.0028407424688339233, 0.0031623360700905323, 0.03557030111551285, 0.034006427973508835, 0.05044279992580414, -0.004579880740493536, 0.02971699833869934, -0.016916193068027496, -0.026275359094142914, 0.050927188247442245, -0.016246890649199486, -0.03909919410943985, -0.006270574405789375, 0.03397451713681221, -0.014718690887093544, -0.06159968674182892, -0.06313204020261765, -0.03701218217611313, 0.004328906536102295, -0.028011247515678406, -0.002731933491304517, -0.0794670507311821, -0.01160778384655714, 0.061243586242198944, -0.05072253569960594, -0.014140964485704899, 0.010992822237312794, -0.09676633775234222, 0.02388516440987587, 0.032132748514413834, -0.022237885743379593, 0.020253553986549377, -0.04087977483868599, 0.01898476853966713, -0.0039327749982476234, 0.05770965293049812, -0.026875752955675125, 0.00221016863361001, -0.08142702281475067, -0.004940704442560673, -0.019738851115107536, 0.021390210837125778, 0.04406723752617836, -0.022860726341605186, 0.0506814643740654, 0.027828995138406754, 0.003191870404407382, 0.03252498060464859, -0.006358522456139326, 0.005378272384405136, 0.03978355601429939, -0.03204110637307167, 0.0012142182094976306, 0.017864229157567024, 0.032013557851314545, -0.026146555319428444, -0.03151428699493408, -0.03194807469844818, -0.012383047491312027, -0.02993893250823021, 0.014457907527685165, 0.0360213965177536, -0.00047086019185371697, 0.04293583333492279, 0.025582032278180122, 0.05626105144619942, 0.03580913692712784, -0.016624821349978447, 0.06725000590085983, -0.002062629908323288, -0.012488311156630516, -0.015479686670005322, -0.026193471625447273, -0.025223752483725548, 0.03226208686828613, 0.028760535642504692, -0.05279294028878212, -0.03562065213918686, 0.025659942999482155, 0.023580219596624374, 0.008834491483867168, 0.070946104824543, -0.03458348661661148, -0.04474369436502457, -0.030343782156705856, 0.029934993013739586, 0.018318645656108856, -0.002954011783003807, -0.025184473022818565, -0.032494429498910904, -0.020092980936169624, -0.03894658386707306, -0.026697779074311256, 0.0069981846027076244, 0.013867509551346302, -0.008032199926674366, 0.063766248524189, 0.025732669979333878, -0.07680626958608627, -0.002709497231990099, 0.012361614964902401, -0.048062246292829514, 0.04012289270758629, -0.009734993800520897, 0.09644070267677307, -0.06810403615236282, -0.07906980067491531, 0.021721510216593742, -0.023596901446580887, -0.022527828812599182, 0.010854178108274937, 0.007974440231919289, -0.03156374394893646, -0.012952283024787903, -0.011062892153859138, 0.04939104616641998, -0.060516227036714554, -0.013877129182219505, 0.05248108133673668, -0.007666952442377806, 0.04833061993122101, -0.05240899324417114, -0.01596377231180668, 0.01926545426249504, -0.00015410328342113644, -0.011441686190664768, 0.04072253778576851, -0.0068189180456101894, 0.006052106153219938, -0.04832220450043678, -0.04169359803199768, 0.0007100242655724287, 0.09406238794326782, 0.01929580606520176, -0.020167622715234756, -0.030959364026784897, 0.03713938966393471, 0.031751248985528946, 0.008793586865067482, -0.03038613311946392, 0.036886587738990784, 0.03978841379284859, 0.02055364102125168, -0.03284890949726105, 0.031351856887340546, 0.03524025157094002, -0.024083441123366356, -0.030921678990125656, 0.022071290761232376, 0.00760664464905858, -0.05931996926665306, 0.026309305801987648, 0.004473312292248011, 0.006477287504822016, -0.03909265622496605, -0.02320454828441143, 0.06579093635082245, -0.0036513798404484987, 0.008840682916343212, -0.0028790023643523455, -0.00021428227773867548, -0.014172427356243134, 0.03609741851687431, -0.017215315252542496, 0.01643306016921997, -0.03693287819623947, -0.03198302909731865, 0.02361128106713295, 0.021876342594623566, 0.0042166695930063725, 0.05013449117541313, -0.011362392455339432, 0.0928826704621315, -0.028398066759109497, 0.01761784963309765, -0.03190455213189125, -0.03995946794748306, 0.011736080050468445, 0.04475689306855202, 0.04515548422932625, 0.051434773951768875, 0.012208107858896255, -0.05607592314481735, 0.03966118022799492, 0.057354941964149475, 0.039337191730737686, 0.006328785326331854, -0.01981130987405777, -0.008685271255671978, 0.027835650369524956, 0.05789724364876747, -0.056869395077228546, -0.01693313755095005, 0.008981999009847641, 0.04209613427519798, -0.02635510079562664, 0.026766227558255196, -0.02063082344830036, 0.05001440271735191, -0.05436578020453453, -0.07435756921768188, 0.04766193777322769, 0.032168347388505936, 0.014072700403630733, 0.025064261630177498, -0.006580200046300888, 0.011483371257781982, 0.014457986690104008, 0.01717301271855831, -0.007193929050117731, -0.016597751528024673, 0.003522128565236926, 0.009312517940998077, 0.03554166108369827, -0.0448627807199955, 0.03472358360886574, -0.007890638895332813, 0.007796522695571184, 0.048987772315740585, -0.044737108051776886, 0.02477024868130684, 0.045497749000787735, 0.017854299396276474, -0.03165391460061073, 0.008185752667486668, 0.018261421471834183, 0.03477756306529045, 0.06310675293207169, -0.0033460897393524647, 0.0468171164393425, -0.011390136554837227, 0.03586689382791519, 0.08536085486412048, -0.009307079017162323, 0.022474437952041626, 0.03207686170935631, 0.09530927985906601, 0.02671886794269085, -0.00046215960173867643, 0.03111877478659153, -0.059743065387010574, 0.02425767108798027, -0.05208104848861694, 0.018632616847753525, -0.030915120616555214, -0.00006715726340189576, 0.04182726517319679, 0.02538464218378067, -0.024270586669445038, -0.004443725571036339, -0.028248554095625877, -0.026380904018878937, 0.019370831549167633, -0.0009698584326542914, -0.02758527547121048, -0.007553603500127792, 0.003284506732597947, -0.013196947053074837, -0.07749258726835251, -0.038044363260269165, -0.02562485635280609, -0.027192652225494385, -0.013951177708804607, -0.07931142300367355, 0.005200059153139591, -0.06777898222208023, -0.025378597900271416, 0.058368898928165436, 0.0011925764847546816, -0.008205657824873924, -0.06750573962926865, 0.002479516202583909, -0.04675788804888725, -0.032468535006046295, -0.042708493769168854, -0.04864906892180443, -0.056217260658741, -0.09323906898498535, 0.04097267612814903, 0.03089086525142193, 0.012680577114224434, 0.023145249113440514, 0.003205199958756566, 0.008179448544979095, -0.010898228734731674, 0.044024888426065445, 0.04638080671429634, -0.043593961745500565, -0.055132195353507996, 0.04655638709664345, -0.020192163065075874, 0.019457701593637466, -0.00852491706609726, -0.022733869031071663, 0.10562798380851746, 0.06418202072381973, 0.008275292813777924, -0.0040910192765295506, -0.012282843701541424, -0.04932711273431778, -0.05399169772863388, -0.025503084063529968, -0.015091441571712494, -0.027800757437944412, -0.03527801111340523, -0.04041113331913948, -0.012392698787152767, -0.02985960990190506, 0.009194913320243359, 0.007927780970931053, 0.01897587440907955, 0.04091980308294296, 0.04535641148686409, 0.030297864228487015, 0.03242456540465355, -0.032296739518642426, -0.02822043001651764, 0.05696100741624832, 0.009089160710573196, 0.03156011924147606, -0.08255884051322937, -0.043964337557554245, 0.06405772268772125, 0.01435493677854538, 0.02178601734340191, -0.003894268535077572, 0.07865379750728607, -0.009497909806668758, -0.016225099563598633, 0.024694077670574188, -0.005366879515349865, -0.023073682561516762, -0.00618039071559906, -0.009014023467898369, -0.04141809418797493, -0.04256361722946167, -0.01303666178137064, -0.016680248081684113, 0.0663827434182167, -0.07442476600408554, -0.05833970382809639, -0.020932093262672424, 0.04709535837173462, 0.03983861953020096, -0.010249922052025795, -0.04573838785290718, -0.017396172508597374, -0.05441752448678017, -0.010120567865669727, 0.03756877779960632, 0.0336824432015419, 0.00979354977607727, 0.05013550817966461, 0.020272336900234222, -0.029188962653279305, 0.04770633205771446, 0.03855244442820549, 0.0558917373418808, 0.0038647137116640806, -0.05869719386100769, -0.01566752977669239, -0.00894914660602808, 0.022760871797800064, -0.011177274398505688, 0.004220589064061642, -0.029297055676579475, -0.10621794313192368, -0.021907562389969826, 0.014330501668155193, -0.012933235615491867, -0.006347655318677425, 0.019357595592737198, -0.015838976949453354, -0.01581176370382309, -0.0035200861748307943, 0.009099110029637814, 0.03622787818312645, -0.0606762170791626, 0.04233304411172867, -0.01119165401905775, 0.030017435550689697, -0.039486173540353775, 0.012936455197632313, -0.020646074786782265, -0.017284344881772995, -0.0024957822170108557, 0.06533809751272202, -0.00036120551521889865, 0.047405797988176346, 0.07831978797912598, 0.008340490981936455, -0.023396624252200127, 0.0436055064201355, 0.06446640193462372, -0.04926689341664314, -0.042804017663002014, 0.010343673638999462, 0.007921247743070126, -0.018159495666623116, -0.01792110875248909, -0.03464966267347336, 0.03780859708786011, 0.06716079264879227, -0.005018324591219425, 0.017500201240181923, 0.003615666413679719, 0.006971243768930435, -0.03467812016606331, -0.03569047152996063, -0.005859558470547199, 0.02526881918311119, -0.02417829819023609, 0.005872006993740797, 0.025058642029762268, 0.016147244721651077, 0.04490213468670845, 0.040845680981874466, -0.04184293374419212, -0.034962426871061325, 0.025411635637283325, 0.023945914581418037, -0.03781707584857941, -0.08015561103820801, -0.025164132937788963, 0.03910171985626221, 0.034736569970846176, -0.017350975424051285, -0.06375344842672348, 0.012103192508220673, 0.037771858274936676, -0.027151990681886673, 0.04929239675402641, -0.023114243522286415, 0.020724115893244743, 0.048898063600063324, -0.025375589728355408, 0.023876793682575226, -0.005449710413813591, -0.005729796830564737, -0.002935119904577732, 0.04487760737538338, -0.019197426736354828, -0.041793882846832275, -0.059320852160453796, 0.04178231209516525, 0.04921332374215126, 0.03822951391339302, 0.038402166217565536, -0.005354080814868212, -0.05002761259675026, 0.007285749539732933, 0.04107999429106712, -0.036716870963573456, 0.0318695493042469, 0.02856600284576416, 0.01115041971206665, -0.0429406575858593, -0.03945499286055565, -0.021019790321588516, -0.026609471067786217, 0.019152283668518066, -0.0019554374739527702, -0.0456274151802063, -0.023166397586464882, 0.04437316954135895, -0.004255065228790045, -0.015968799591064453, -0.061534177511930466, 0.0576849989593029, 0.001055338652804494, 0.0005198901635594666, 0.06117222085595131, 0.029057493433356285, 0.015578003600239754, 0.052566058933734894, 0.008923865854740143, 0.034205302596092224, -0.026339907199144363, 0.06098373234272003, -0.03973523899912834, -0.027776623144745827, -0.0001735610858304426, -0.05320480838418007, -0.025143088772892952, -0.023891692981123924, -0.04013184458017349, -0.024137014523148537, -0.03144814819097519, 0.02917744219303131, -0.006059801671653986, -0.0154346888884902, -0.0006972552509978414, 0.05776582285761833, -0.03308267518877983, -0.02019323594868183, -0.06179243326187134, -0.024165449663996696, -0.06412103027105331, -0.052894577383995056, 0.029154222458600998, 0.014402797445654869, 0.056066256016492844, 0.030310649424791336, 0.024929439648985863, -0.0021405101288110018, 0.0012935661943629384, -0.03533955663442612, 0.007076662499457598, -0.010769146494567394, -0.0032145478762686253, -0.041944537311792374, 0.030014989897608757, 0.017406165599822998, 0.038587234914302826, -0.01934402994811535, 0.03685582056641579, 0.012965401634573936, 0.009740373119711876, -0.00926636066287756, -0.00223746825940907, 0.045285649597644806, -0.07297781854867935, -0.026996679604053497, 0.012156585231423378, -0.04181864112615585, 0.012099243700504303, -0.025742514058947563, -0.04328704625368118, -0.016744649037718773, 0.0076212030835449696, 0.04960740730166435, -0.004028891213238239, -0.03626444190740585, 0.015920884907245636, -0.01923440210521221, 0.022793063893914223, -0.051759473979473114, 0.05642681568861008, -0.03183210641145706, 0.0023414327297359705, -0.01404290646314621, 0.011757457628846169, -0.06045340746641159, 0.045474909245967865, -0.019329432398080826, -0.02854030951857567, -0.005100947804749012, 0.043004561215639114, -0.03376459702849388, 0.03362701088190079, -0.002928781555965543, 0.03131807595491409, -0.036006368696689606, 0.0531950481235981, -0.028588540852069855, 0.031147055327892303, -0.0237361378967762, 0.01929468847811222, -0.025850022211670876, 0.008209161460399628, -0.014639198780059814, -0.019222546368837357, -0.0024460465647280216, 0.05688527226448059, 0.042353641241788864, 0.028854629024863243, -0.0009255982586182654, 0.007383875548839569, 0.03016851842403412, -0.05078775808215141, -0.010650892741978168, -0.012786339968442917, 0.005787163507193327, -0.023035990074276924, 0.057063207030296326, 0.06174071133136749, -0.05323542654514313, -0.06450849771499634, 0.05438842624425888, 0.022006116807460785, 0.011495836079120636, 0.012359513901174068, 0.025791725143790245, 0.004738192074000835, 0.03549899905920029, -0.02203492447733879, 0.010126459412276745, -0.010817843489348888, -0.0287924874573946, 0.05141735076904297, -0.0008847677381709218, 0.037135329097509384, 0.00533960061147809, -0.01815957948565483, -0.017436213791370392, 0.07510139048099518, 0.0358760729432106, 0.03219079226255417, -0.013565560802817345, -0.05469082295894623, 0.050224680453538895, 0.010182183235883713, -0.04446905106306076, 0.02054000273346901, -0.007641749456524849, -0.03207812085747719, 0.06555729359388351, -0.005169942043721676, 0.001465976471081376, 0.02524355612695217, 0.05301832780241966, 0.001435346552170813, 0.05978572741150856, -0.028991445899009705, 0.01831355318427086, 0.04837588220834732, -0.06264715641736984, -0.009946300648152828, -0.05616346746683121, 0.058008626103401184, -0.05570535734295845, 0.03648999705910683, 0.03946113586425781, 0.006460458971560001, 0.016453862190246582, -0.014115492813289165, -0.03743189573287964, 0.0028164174873381853, -0.03959369659423828, 0.07393921911716461, 0.010889092460274696, -0.053698524832725525, 0.06349007040262222, 0.03093181550502777, -0.06705879420042038, 0.045272957533597946, 0.03796815499663353, 0.05529864504933357, 0.04207346960902214, 0.051043055951595306, -0.057922836393117905, -0.019710898399353027, -0.024935660883784294, 0.030288083478808403, -0.043161049485206604, -0.032402634620666504, 0.05051898956298828, -0.038354482501745224, -0.01902139186859131, 0.03676104545593262, 0.01701287366449833, -0.01694958098232746, 0.051207035779953, -0.06625498086214066, -0.04439907521009445, -0.005925183650106192, 0.032270483672618866, -0.055053748190402985, 0.022812124341726303, -0.04120693355798721, 0.024908974766731262, 0.00261349743232131, -0.004903027322143316, -0.0017027518479153514, 0.010217440314590931, 0.03424219414591789, -0.0702609270811081, -0.054680369794368744, 0.02324705757200718, -0.011157928965985775, -0.04733152315020561, 0.020479127764701843, 0.014929747208952904, 0.051077548414468765, 0.004594144411385059, -0.011904221959412098, 0.007861235179007053, -0.07270555943250656, -0.008642840199172497, 0.0028666043654084206, -0.0017519072862342, 0.05553745850920677, -0.0014053026679903269, 0.03519272804260254, 0.03950725495815277, 0.0024041179567575455, -0.01382236648350954, -0.024687577039003372, -0.0390281155705452, 0.04386775940656662, -0.020786436274647713, 0.013222073204815388, 0.003742132568731904, -0.04192330315709114, -0.03889444097876549, -0.013803381472826004, -0.03336510807275772, 0.025697816163301468, -0.055569861084222794, -0.012675969861447811, 0.008018642663955688, -0.008819766342639923, -0.05327294394373894, -0.08372970670461655, -0.020917687565088272, -0.04982750117778778, 0.01542122382670641, 0.044994793832302094, -0.03851683810353279, 0.03257688879966736, -0.06256149709224701, -0.04082866758108139, 0.0486854687333107, 0.03312625735998154, -0.04755186662077904, 0.03548121452331543, 0.06420525908470154, -0.03734655678272247, 0.029863202944397926, 0.023254044353961945, -0.03210275247693062, 0.012680786661803722, 0.0024913083761930466, 0.016175318509340286, 0.04251489415764809, 0.021872684359550476, -0.018806232139468193, -0.006113644689321518, -0.08171792328357697, -0.03725279122591019, -0.05838740989565849, 0.021407224237918854, 0.06269580870866776 ]
AnonymousSub/rule_based_roberta_only_classfn_twostage_epochs_1_shard_1_wikiqa
[ "pytorch", "roberta", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "RobertaForSequenceClassification" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
24
null
--- model-index: - name: qa-indo-math-k-v2 --- <!-- 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. --> # qa-indo-math-k-v2 This model was trained from scratch on an unkown dataset. It achieves the following results on the evaluation set: - Loss: 1.9328 ## 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: 100 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | No log | 1.0 | 80 | 0.7969 | | No log | 2.0 | 160 | 0.7612 | | No log | 3.0 | 240 | 0.7624 | | No log | 4.0 | 320 | 0.7424 | | No log | 5.0 | 400 | 0.7634 | | No log | 6.0 | 480 | 0.7415 | | 0.9241 | 7.0 | 560 | 0.7219 | | 0.9241 | 8.0 | 640 | 0.7792 | | 0.9241 | 9.0 | 720 | 0.7803 | | 0.9241 | 10.0 | 800 | 0.7666 | | 0.9241 | 11.0 | 880 | 0.7614 | | 0.9241 | 12.0 | 960 | 0.7616 | | 0.6373 | 13.0 | 1040 | 0.7673 | | 0.6373 | 14.0 | 1120 | 0.7818 | | 0.6373 | 15.0 | 1200 | 0.8030 | | 0.6373 | 16.0 | 1280 | 0.8021 | | 0.6373 | 17.0 | 1360 | 0.8025 | | 0.6373 | 18.0 | 1440 | 0.8628 | | 0.5614 | 19.0 | 1520 | 0.8616 | | 0.5614 | 20.0 | 1600 | 0.8739 | | 0.5614 | 21.0 | 1680 | 0.8647 | | 0.5614 | 22.0 | 1760 | 0.9006 | | 0.5614 | 23.0 | 1840 | 0.9560 | | 0.5614 | 24.0 | 1920 | 0.9395 | | 0.486 | 25.0 | 2000 | 0.9453 | | 0.486 | 26.0 | 2080 | 0.9569 | | 0.486 | 27.0 | 2160 | 1.0208 | | 0.486 | 28.0 | 2240 | 0.9860 | | 0.486 | 29.0 | 2320 | 0.9806 | | 0.486 | 30.0 | 2400 | 1.0681 | | 0.486 | 31.0 | 2480 | 1.1085 | | 0.4126 | 32.0 | 2560 | 1.1028 | | 0.4126 | 33.0 | 2640 | 1.1110 | | 0.4126 | 34.0 | 2720 | 1.1573 | | 0.4126 | 35.0 | 2800 | 1.1387 | | 0.4126 | 36.0 | 2880 | 1.2067 | | 0.4126 | 37.0 | 2960 | 1.2079 | | 0.3559 | 38.0 | 3040 | 1.2152 | | 0.3559 | 39.0 | 3120 | 1.2418 | | 0.3559 | 40.0 | 3200 | 1.2023 | | 0.3559 | 41.0 | 3280 | 1.2679 | | 0.3559 | 42.0 | 3360 | 1.3178 | | 0.3559 | 43.0 | 3440 | 1.3419 | | 0.3084 | 44.0 | 3520 | 1.4702 | | 0.3084 | 45.0 | 3600 | 1.3824 | | 0.3084 | 46.0 | 3680 | 1.4227 | | 0.3084 | 47.0 | 3760 | 1.3925 | | 0.3084 | 48.0 | 3840 | 1.4940 | | 0.3084 | 49.0 | 3920 | 1.4110 | | 0.2686 | 50.0 | 4000 | 1.4534 | | 0.2686 | 51.0 | 4080 | 1.4749 | | 0.2686 | 52.0 | 4160 | 1.5351 | | 0.2686 | 53.0 | 4240 | 1.5479 | | 0.2686 | 54.0 | 4320 | 1.4755 | | 0.2686 | 55.0 | 4400 | 1.5207 | | 0.2686 | 56.0 | 4480 | 1.5075 | | 0.2388 | 57.0 | 4560 | 1.5470 | | 0.2388 | 58.0 | 4640 | 1.5361 | | 0.2388 | 59.0 | 4720 | 1.5914 | | 0.2388 | 60.0 | 4800 | 1.6430 | | 0.2388 | 61.0 | 4880 | 1.6249 | | 0.2388 | 62.0 | 4960 | 1.5503 | | 0.2046 | 63.0 | 5040 | 1.6441 | | 0.2046 | 64.0 | 5120 | 1.6789 | | 0.2046 | 65.0 | 5200 | 1.6174 | | 0.2046 | 66.0 | 5280 | 1.6175 | | 0.2046 | 67.0 | 5360 | 1.6947 | | 0.2046 | 68.0 | 5440 | 1.6299 | | 0.1891 | 69.0 | 5520 | 1.7419 | | 0.1891 | 70.0 | 5600 | 1.8442 | | 0.1891 | 71.0 | 5680 | 1.8802 | | 0.1891 | 72.0 | 5760 | 1.8233 | | 0.1891 | 73.0 | 5840 | 1.8172 | | 0.1891 | 74.0 | 5920 | 1.8181 | | 0.1664 | 75.0 | 6000 | 1.8399 | | 0.1664 | 76.0 | 6080 | 1.8128 | | 0.1664 | 77.0 | 6160 | 1.8423 | | 0.1664 | 78.0 | 6240 | 1.8380 | | 0.1664 | 79.0 | 6320 | 1.8941 | | 0.1664 | 80.0 | 6400 | 1.8636 | | 0.1664 | 81.0 | 6480 | 1.7949 | | 0.1614 | 82.0 | 6560 | 1.8342 | | 0.1614 | 83.0 | 6640 | 1.8123 | | 0.1614 | 84.0 | 6720 | 1.8639 | | 0.1614 | 85.0 | 6800 | 1.8580 | | 0.1614 | 86.0 | 6880 | 1.8816 | | 0.1614 | 87.0 | 6960 | 1.8579 | | 0.1487 | 88.0 | 7040 | 1.8783 | | 0.1487 | 89.0 | 7120 | 1.9175 | | 0.1487 | 90.0 | 7200 | 1.9025 | | 0.1487 | 91.0 | 7280 | 1.9207 | | 0.1487 | 92.0 | 7360 | 1.9195 | | 0.1487 | 93.0 | 7440 | 1.9142 | | 0.1355 | 94.0 | 7520 | 1.9333 | | 0.1355 | 95.0 | 7600 | 1.9238 | | 0.1355 | 96.0 | 7680 | 1.9256 | | 0.1355 | 97.0 | 7760 | 1.9305 | | 0.1355 | 98.0 | 7840 | 1.9294 | | 0.1355 | 99.0 | 7920 | 1.9301 | | 0.1297 | 100.0 | 8000 | 1.9328 | ### Framework versions - Transformers 4.6.1 - Pytorch 1.7.0 - Datasets 1.11.0 - Tokenizers 0.10.3
[ -0.017882607877254486, -0.014859355986118317, -0.013358878903090954, 0.021780524402856827, 0.020486537367105484, 0.0014565937453880906, -0.0024952765088528395, -0.005559828132390976, -0.03654855489730835, 0.03772436082363129, -0.002202110830694437, -0.0533151738345623, -0.006857225205749273, 0.02828175574541092, -0.03815628960728645, -0.033949363976716995, -0.00216579157859087, -0.012111462652683258, -0.030720433220267296, 0.002335126278921962, 0.021805573254823685, -0.015933426097035408, -0.02002446912229061, 0.008533084765076637, -0.012561396695673466, 0.005388021003454924, 0.006126838736236095, 0.003107513068243861, 0.04589295759797096, -0.07133952528238297, 0.0027401938568800688, -0.05799441784620285, -0.04847027733922005, -0.032661981880664825, -0.019595511257648468, 0.006734977941960096, -0.00404473626986146, 0.046765122562646866, 0.03296070173382759, 0.048012398183345795, 0.0020554689690470695, 0.03144163638353348, -0.027611184865236282, -0.024380048736929893, 0.04072001203894615, -0.013535356149077415, -0.03681722655892372, -0.013388354331254959, 0.041776083409786224, -0.005884906277060509, -0.06985856592655182, -0.05925929546356201, -0.0233285054564476, -0.004650033079087734, -0.030719155445694923, 0.003427679417654872, -0.06421199440956116, 0.0029185707680881023, 0.06442610174417496, -0.057077862322330475, -0.014496670104563236, 0.008859112858772278, -0.09687580168247223, 0.027533676475286484, 0.036754805594682693, -0.025857172906398773, 0.024678189307451248, -0.046504151076078415, 0.016295794397592545, -0.007204202003777027, 0.056171584874391556, -0.023616570979356766, 0.009215892292559147, -0.08971788734197617, 0.013161280192434788, -0.008873047307133675, 0.02369346283376217, 0.053908366709947586, -0.03475458174943924, 0.05174035578966141, 0.04866374656558037, 0.005478607024997473, 0.027174578979611397, -0.004543325863778591, 0.001875846297480166, 0.034285034984350204, -0.04285338148474693, 0.0068879942409694195, 0.03124864771962166, 0.03810279071331024, -0.02085394784808159, -0.04313160106539726, -0.03718527778983116, -0.013065607286989689, -0.03639788553118706, 0.01334161963313818, 0.03435274958610535, 0.0034583909437060356, 0.042468227446079254, 0.028674490749835968, 0.04578309878706932, 0.0514078326523304, -0.02721438929438591, 0.0784590020775795, -0.013355819508433342, -0.0028568152338266373, -0.021745486184954643, -0.02273845300078392, -0.020509904250502586, 0.012593770399689674, 0.029526839032769203, -0.0631626546382904, -0.02538220025599003, 0.04595491662621498, 0.01654076762497425, 0.009081395342946053, 0.06353238970041275, -0.02291288785636425, -0.06779545545578003, -0.042141757905483246, 0.01659231446683407, 0.018275536596775055, -0.01808578334748745, 0.0017518529202789068, -0.037074703723192215, -0.02016492746770382, -0.033291008323431015, -0.019099272787570953, 0.013359444215893745, 0.01418977603316307, -0.0026844004169106483, 0.06934265792369843, 0.029501309618353844, -0.09426545351743698, 0.001966574927791953, 0.01263615395873785, -0.043832018971443176, 0.018084930256009102, -0.011422554031014442, 0.10301843285560608, -0.058651357889175415, -0.0874762162566185, 0.00903489999473095, -0.02291397750377655, -0.031193207949399948, 0.018614109605550766, 0.0011686290381476283, -0.023186368867754936, -0.007998459041118622, -0.017990436404943466, 0.06261748820543289, -0.05549174174666405, -0.007217954378575087, 0.06753578782081604, -0.00240001967176795, 0.05196591839194298, -0.05119558423757553, -0.015024100430309772, 0.007466285489499569, -0.007864734157919884, 0.0013733890373259783, 0.04120836779475212, -0.017241017892956734, -0.009361162781715393, -0.048332322388887405, -0.03779776021838188, -0.0011883568949997425, 0.09195227175951004, 0.011408311314880848, -0.025905374437570572, -0.0412587933242321, 0.028162958100438118, 0.03479711711406708, 0.02399139478802681, -0.02886687032878399, 0.035222362726926804, 0.03771857172250748, 0.02632160671055317, -0.030120907351374626, 0.024661188945174217, 0.03717710077762604, -0.02186642400920391, -0.027014225721359253, 0.03071264736354351, 0.02153143100440502, -0.05036722123622894, 0.025779537856578827, 0.0018250729190185666, 0.017356185242533684, -0.03178217634558678, -0.037438567727804184, 0.06414315849542618, -0.013092058710753918, -0.014697222970426083, -0.010984532535076141, 0.0016831501852720976, -0.030169226229190826, 0.0330314002931118, -0.01209532842040062, 0.01248089224100113, -0.032070592045784, -0.04058340564370155, 0.026057889685034752, 0.0257194172590971, -0.0016696241218596697, 0.06610419601202011, -0.010542360134422779, 0.09380123764276505, -0.03398093208670616, 0.02225915715098381, -0.04504404962062836, -0.03882164508104324, 0.0038030361756682396, 0.05045342817902565, 0.04448927938938141, 0.0639132633805275, 0.009036265313625336, -0.03984460234642029, 0.04370710626244545, 0.06959783285856247, 0.03344251960515976, -0.0022075213491916656, -0.00791279785335064, -0.019940203055739403, 0.029570963233709335, 0.0577118918299675, -0.0677274540066719, -0.026967719197273254, 0.018575597554445267, 0.042176585644483566, -0.018849963322281837, 0.0249236598610878, -0.023764358833432198, 0.0477970652282238, -0.046355295926332474, -0.06884311139583588, 0.033717408776283264, 0.021462852135300636, 0.01594984158873558, 0.027996493503451347, 0.0022209167946130037, 0.014748841524124146, 0.016127102077007294, 0.019119098782539368, -0.003385804360732436, -0.014644193463027477, 0.009334475733339787, 0.0056528314016759396, 0.04941895976662636, -0.03717458248138428, 0.042197030037641525, -0.013165413402020931, 0.017239993438124657, 0.03938702866435051, -0.031032003462314606, 0.0223337784409523, 0.0559501014649868, 0.02781049534678459, -0.016232943162322044, 0.009858446195721626, 0.02292005717754364, 0.027850400656461716, 0.046423204243183136, -0.011716186068952084, 0.0472959540784359, 0.002971023553982377, 0.04587087780237198, 0.07712395489215851, -0.015979837626218796, 0.013817266561090946, 0.02725258655846119, 0.09330311417579651, 0.022307295352220535, -0.009038716554641724, 0.018585659563541412, -0.061973121017217636, 0.02919766679406166, -0.04080305993556976, 0.033555325120687485, -0.012300277128815651, 0.007576002739369869, 0.03335820138454437, 0.026062747463583946, -0.01732034794986248, -0.0113211115822196, -0.026051001623272896, -0.028972504660487175, 0.009344938211143017, -0.017850693315267563, -0.014138241298496723, -0.01673089899122715, 0.011908045969903469, -0.008515254594385624, -0.07447562366724014, -0.042270079255104065, -0.018875358626246452, -0.0174864549189806, -0.00937858410179615, -0.06838220357894897, 0.020457515493035316, -0.07917644083499908, -0.015616312623023987, 0.039730433374643326, 0.006110965274274349, -0.018116457387804985, -0.06518830358982086, 0.010624042712152004, -0.05013278126716614, -0.02998778223991394, -0.04049546271562576, -0.04867427051067352, -0.045257680118083954, -0.08573919534683228, 0.042443469166755676, 0.02697916142642498, 0.01999690942466259, 0.023619502782821655, 0.020727412775158882, 0.01834525167942047, -0.01021307148039341, 0.05839115381240845, 0.07143446803092957, -0.03217434883117676, -0.060297757387161255, 0.051821403205394745, -0.009622162207961082, 0.012293773703277111, -0.019537875428795815, -0.020660193637013435, 0.09500288218259811, 0.061440952122211456, 0.0018704690737649798, -0.000734907400328666, -0.007819325663149357, -0.04491124302148819, -0.05629374831914902, -0.032878752797842026, -0.009349050931632519, -0.02795788273215294, -0.03513875976204872, -0.035160262137651443, -0.01769580878317356, -0.04232557862997055, 0.004236296750605106, 0.003235050942748785, 0.006880206521600485, 0.03784354403614998, 0.03989117220044136, 0.03265664353966713, 0.026012975722551346, -0.029158899560570717, -0.043072618544101715, 0.061001263558864594, 0.013043727725744247, 0.024526774883270264, -0.0701213926076889, -0.039368726313114166, 0.04302025958895683, 0.012721381150186062, 0.0198808740824461, -0.0208149217069149, 0.08367332071065903, -0.0032583018764853477, -0.01032043807208538, 0.025920365005731583, -0.00741612771525979, -0.027384459972381592, -0.013981448486447334, -0.0008541858405806124, -0.016225304454565048, -0.03958047181367874, 0.00249034003354609, -0.02258937992155552, 0.060759302228689194, -0.06332546472549438, -0.05618192255496979, -0.0189433041960001, 0.05096013844013214, 0.034698184579610825, -0.016351569443941116, -0.041014935821294785, -0.013716280460357666, -0.06017358601093292, -0.017189091071486473, 0.04961792752146721, 0.030182084068655968, -0.012302720919251442, 0.05424101650714874, 0.025399871170520782, -0.021443357691168785, 0.046671874821186066, 0.0330168791115284, 0.042069800198078156, 0.008913219906389713, -0.05294153466820717, -0.01263173297047615, -0.005797198042273521, 0.023402566090226173, -0.007681743707507849, -0.004770002793520689, -0.02139102853834629, -0.10692057758569717, -0.031900804489851, 0.016558978706598282, -0.009515325538814068, -0.012151677161455154, 0.016009442508220673, 0.0012007697951048613, -0.011583417654037476, -0.005347889848053455, 0.001161998137831688, 0.031412262469530106, -0.044037315994501114, 0.04311678186058998, -0.0095635075122118, 0.013921748846769333, -0.04173124581575394, 0.015066631138324738, -0.026287741959095, -0.015929585322737694, 0.00041972941835410893, 0.052269719541072845, -0.029541198164224625, 0.05231151729822159, 0.07091074436903, 0.007228592410683632, -0.019198017194867134, 0.03230034187436104, 0.06292000412940979, -0.040298882871866226, -0.044559404253959656, 0.014640062116086483, 0.007958058267831802, -0.019032327458262444, -0.015253722667694092, -0.015720922499895096, 0.05448054522275925, 0.048870205879211426, -0.007971296086907387, 0.012679708190262318, 0.005930193234235048, -0.0002048605092568323, -0.01781431958079338, -0.028997810557484627, -0.0003812841314356774, 0.018066663295030594, -0.03237384185194969, 0.011264055036008358, 0.009868801571428776, 0.027216292917728424, 0.04134612902998924, 0.027365393936634064, -0.04258319362998009, -0.012539053335785866, 0.031139161437749863, 0.010356460697948933, -0.028019282966852188, -0.057189371436834335, -0.01950038969516754, 0.04681609570980072, 0.025467369705438614, -0.021919848397374153, -0.0538911297917366, 0.013958364725112915, 0.06247904524207115, -0.04494633898139, 0.03469504043459892, -0.004840557463467121, 0.019137121737003326, 0.04259219020605087, -0.022114219143986702, 0.03115275502204895, -0.002314545912668109, 0.0014111083000898361, -0.006893590092658997, 0.05820128321647644, -0.018494704738259315, -0.04014991223812103, -0.061979740858078, 0.034118108451366425, 0.04677337035536766, 0.03580513224005699, 0.03720366209745407, -0.0038755175191909075, -0.0339018851518631, 0.01102588139474392, 0.03948744386434555, -0.03637570142745972, 0.03531421720981598, 0.03946845233440399, 0.00846288725733757, -0.04662016034126282, -0.037048861384391785, -0.008982844650745392, -0.014176051132380962, 0.030722858384251595, -0.007831328548491001, -0.03401830419898033, -0.02941291220486164, 0.04398515820503235, 0.004021483473479748, -0.021642649546265602, -0.055249910801649094, 0.07050222903490067, -0.017027340829372406, -0.010463101789355278, 0.05803583934903145, 0.024170542135834694, 0.017390966415405273, 0.06869730353355408, 0.012066668830811977, 0.021082909777760506, -0.017508933320641518, 0.06499418616294861, -0.03610897809267044, -0.02884702757000923, 0.0016809586668387055, -0.04087786749005318, -0.028532473370432854, -0.014999632723629475, -0.038939185440540314, -0.025271689519286156, -0.04032723233103752, 0.036114875227212906, -0.0016748934285715222, -0.011346864514052868, -0.0014773996081203222, 0.06463917344808578, -0.01488497108221054, -0.033474572002887726, -0.05197736993432045, -0.03615247458219528, -0.06561634689569473, -0.058704476803541183, 0.04372529312968254, 0.007992568425834179, 0.04406760632991791, 0.041429076343774796, 0.01674971915781498, 0.007828464731574059, -0.002051806543022394, -0.04349860921502113, 0.01528196781873703, -0.01295084785670042, -0.010862172581255436, -0.04674993455410004, 0.026976119726896286, 0.012163057923316956, 0.03635963052511215, -0.034751564264297485, 0.03320851922035217, 0.018989790230989456, -0.004143720027059317, 0.0012044741306453943, 0.009641129523515701, 0.04585234075784683, -0.0628141388297081, -0.03898265212774277, 0.003991465549916029, -0.036989256739616394, 0.020100535824894905, -0.010019354522228241, -0.024165118113160133, -0.009992219507694244, 0.010115898214280605, 0.041172366589307785, 0.008602957241237164, -0.03708459436893463, 0.018509849905967712, -0.006538902875036001, 0.012144694104790688, -0.06094534695148468, 0.05391556769609451, -0.031522080302238464, 0.01396672148257494, -0.007139807101339102, 0.005017647985368967, -0.03556002676486969, 0.03781794011592865, -0.03670008108019829, -0.026449397206306458, -0.012743690982460976, 0.059574853628873825, -0.03178495913743973, 0.03917510062456131, 0.003175250720232725, 0.040555283427238464, -0.04185006767511368, 0.059891168028116226, -0.033566270023584366, 0.01925375871360302, -0.005021827761083841, 0.0022324873134493828, -0.02792273461818695, 0.025430351495742798, -0.022882642224431038, -0.020333655178546906, -0.003442768007516861, 0.060527969151735306, 0.04753204062581062, 0.029600590467453003, -0.007126764860004187, -0.0012913187965750694, 0.022100524976849556, -0.03771447017788887, -0.014189132489264011, -0.014957343228161335, 0.0011780679924413562, -0.025034673511981964, 0.058942459523677826, 0.07005896419286728, -0.06483020633459091, -0.06454555690288544, 0.04698359966278076, 0.009924856945872307, 0.016728363931179047, 0.017425021156668663, 0.02374495379626751, 0.02577516809105873, 0.03395988792181015, -0.01968761533498764, 0.006216709036380053, -0.01508471742272377, -0.02504398487508297, 0.05642588064074516, -0.016262082383036613, 0.03626290708780289, 0.006676509045064449, -0.030846066772937775, -0.0008092995849438012, 0.0719590038061142, 0.037237975746393204, 0.02274417132139206, -0.014941368252038956, -0.0442357063293457, 0.044375598430633545, 0.022044707089662552, -0.03659528121352196, 0.025077486410737038, -0.02023756131529808, -0.029169267043471336, 0.04580333083868027, -0.010325820185244083, 0.012326101772487164, 0.04599820449948311, 0.04362621158361435, -0.004241761285811663, 0.08079761266708374, -0.017148597165942192, 0.009077425114810467, 0.04843173176050186, -0.06515226513147354, 0.010401693172752857, -0.07198520004749298, 0.06668978184461594, -0.06753955781459808, 0.0381026566028595, 0.04899180307984352, 0.00445146718993783, 0.014911860227584839, -0.01171616930514574, -0.05455537140369415, 0.012151473201811314, -0.03775961324572563, 0.06886933743953705, 0.026428943499922752, -0.05294946953654289, 0.059486571699380875, 0.02115190215408802, -0.05696197971701622, 0.03711140155792236, 0.029994146898388863, 0.047483764588832855, 0.05559341609477997, 0.04800230264663696, -0.05996334180235863, -0.021616723388433456, -0.013036355376243591, 0.03991590812802315, -0.03736620396375656, -0.035629767924547195, 0.05219245329499245, -0.029826540499925613, -0.014128871262073517, 0.03479890897870064, 0.018945934250950813, -0.025364136323332787, 0.056947119534015656, -0.05553635209798813, -0.04949759319424629, 0.008645113557577133, 0.03043290227651596, -0.050198111683130264, 0.0077982088550925255, -0.04473751783370972, 0.03364581987261772, 0.007552206050604582, 0.004730014596134424, -0.026716431602835655, 0.0003022306482307613, 0.04099302738904953, -0.08336371928453445, -0.0361761711537838, 0.01963956281542778, -0.014446345157921314, -0.04721014201641083, 0.00339967361651361, 0.011740424670279026, 0.03022838570177555, 0.011144893243908882, -0.015309162437915802, -0.00844850018620491, -0.06781508773565292, -0.016287878155708313, 0.002258928492665291, -0.017387131229043007, 0.038442909717559814, -0.004751293454319239, 0.03532480075955391, 0.03674043342471123, -0.0050545199774205685, -0.0021438016556203365, -0.01697309873998165, -0.03244372829794884, 0.048981666564941406, -0.020261893048882484, 0.014011040329933167, -0.010825403966009617, -0.04748383164405823, -0.04056260734796524, -0.022266166284680367, -0.015711123123764992, 0.017742497846484184, -0.0373784564435482, -0.0072707487270236015, 0.005551627371460199, -0.025979796424508095, -0.04419003427028656, -0.09806570410728455, -0.01857360266149044, -0.047303568571805954, 0.008956799283623695, 0.05418279767036438, -0.02740808203816414, 0.029670124873518944, -0.06852688640356064, -0.05575760081410408, 0.04265446215867996, 0.03775918111205101, -0.052890609949827194, 0.03768130764365196, 0.05223584547638893, -0.03403722867369652, 0.02463221736252308, 0.037840936332941055, -0.03250061348080635, 0.014173591509461403, 0.007542811334133148, 0.017197417095303535, 0.03915632143616676, 0.014880727045238018, -0.02517608366906643, -0.01120979618281126, -0.07325291633605957, -0.045825839042663574, -0.06706516444683075, 0.02592579461634159, 0.07461345195770264 ]
AnonymousSub/rule_based_roberta_twostage_quadruplet_epochs_1_shard_10
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
3
null
--- license: apache-2.0 tags: - generated_from_trainer datasets: - squad metrics: - rouge model_index: - name: t5-small-finetuned-xsum-2 results: - task: name: Sequence-to-sequence Language Modeling type: text2text-generation dataset: name: squad type: squad args: plain_text metric: name: Rouge1 type: rouge value: 28.8137 --- <!-- 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. --> # t5-small-finetuned-xsum-2 This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the squad dataset. It achieves the following results on the evaluation set: - Loss: 1.9536 - Rouge1: 28.8137 - Rouge2: 9.1265 - Rougel: 26.0238 - Rougelsum: 26.0217 - Gen Len: 13.854 ## 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: 10 - eval_batch_size: 10 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:| | 2.2142 | 1.0 | 8760 | 1.9994 | 29.007 | 9.2583 | 26.2377 | 26.2356 | 13.4546 | | 2.1372 | 2.0 | 17520 | 1.9622 | 29.1077 | 9.445 | 26.3734 | 26.3687 | 13.6995 | | 2.0755 | 3.0 | 26280 | 1.9536 | 28.8137 | 9.1265 | 26.0238 | 26.0217 | 13.854 | ### Framework versions - Transformers 4.9.2 - Pytorch 1.9.0+cu102 - Datasets 1.11.0 - Tokenizers 0.10.3
[ -0.005561089608818293, -0.014455446973443031, 0.00022681013797409832, 0.04428015276789665, 0.05473833158612251, 0.0034786954056471586, -0.039663832634687424, 0.00044888569391332567, -0.028330519795417786, 0.044554125517606735, 0.0271697249263525, -0.023435069248080254, -0.00885578989982605, 0.03778431564569473, -0.04838363826274872, -0.04673890396952629, -0.0004041512729600072, -0.00933462381362915, -0.025113075971603394, -0.008726521395146847, 0.02267829328775406, 0.015440466813743114, -0.0008304240182042122, 0.0033799568191170692, 0.012311608530580997, 0.018292682245373726, -0.014836582355201244, 0.022038569673895836, 0.051068179309368134, -0.0688992291688919, 0.020833296701312065, -0.017570609226822853, -0.04236990585923195, -0.043321095407009125, -0.0055748336017131805, -0.011120893061161041, -0.0025535481981933117, -0.006119861267507076, 0.039670705795288086, 0.06465347111225128, -0.00420316681265831, 0.01587904617190361, -0.03853411599993706, -0.008081924170255661, 0.04984007030725479, 0.019012348726391792, -0.022986333817243576, -0.01577628403902054, 0.029178649187088013, -0.028969913721084595, -0.0718003511428833, -0.07503677159547806, -0.011490266770124435, 0.025461040437221527, 0.0013346632476896048, -0.028706641867756844, -0.057241134345531464, 0.02358342707157135, 0.06197110190987587, -0.06185507774353027, -0.04104863107204437, 0.006730802357196808, -0.058601073920726776, 0.03449888154864311, 0.018760928884148598, -0.03576379269361496, 0.015790341421961784, -0.05194009095430374, 0.03183165565133095, -0.014718890190124512, 0.035202134400606155, -0.004404764156788588, 0.026765963062644005, -0.07259786874055862, 0.007909098640084267, -0.009948250837624073, 0.010900033637881279, 0.04686181619763374, -0.046041183173656464, 0.06241617724299431, 0.03516225144267082, -0.02126883901655674, 0.035272762179374695, -0.022115154191851616, -0.015234183520078659, 0.03511907160282135, -0.03124944679439068, 0.018748817965388298, 0.01122316811233759, 0.02559136226773262, -0.038963716477155685, -0.023393891751766205, -0.03415576368570328, -0.03281814232468605, -0.014425588771700859, 0.031503770500421524, 0.0351443774998188, 0.0032778296153992414, 0.03163021057844162, 0.0071916538290679455, 0.033985838294029236, 0.04273484647274017, -0.02424742840230465, 0.07197783142328262, -0.017444122582674026, -0.0011092951754108071, -0.006955140735954046, -0.03353828936815262, -0.0489007867872715, 0.04522956535220146, 0.010194648057222366, -0.04155059903860092, -0.05959006026387215, 0.011955827474594116, 0.019194141030311584, -0.013689435087144375, 0.0669882670044899, -0.030416984111070633, -0.04451897367835045, -0.042725879698991776, 0.028089968487620354, 0.016789637506008148, -0.02012903057038784, 0.005404528230428696, -0.034501682966947556, -0.013373642228543758, -0.014395751059055328, -0.04939693585038185, -0.014356235042214394, 0.02249409630894661, 0.0007924751844257116, 0.0735984519124031, -0.005401704926043749, -0.0693565309047699, -0.010047942399978638, -0.003925400786101818, -0.06132553890347481, 0.036294687539339066, 0.020739980041980743, 0.10658000409603119, -0.03883671388030052, -0.08406773209571838, 0.03169797733426094, 0.004476120229810476, -0.030421048402786255, 0.00742629449814558, -0.009369202889502048, -0.05826997756958008, -0.013964115642011166, -0.00461557088419795, 0.05371760576963425, -0.04779243469238281, -0.003612758591771126, 0.0622977614402771, 0.013455897569656372, 0.006986143067479134, -0.056704141199588776, -0.013637037947773933, 0.03596062213182449, -0.02379712089896202, -0.0005611328524537385, 0.03671891987323761, -0.012104533612728119, -0.022750381380319595, -0.03792782872915268, -0.05186941474676132, -0.011022415943443775, 0.09068504720926285, -0.0005853052716702223, -0.013421084731817245, -0.005704273469746113, 0.04251088947057724, 0.039786070585250854, 0.04041748866438866, 0.0016046311939135194, 0.015000243671238422, 0.04965183883905411, 0.043402254581451416, -0.02023906446993351, 0.037726227194070816, 0.0355844646692276, -0.025224952027201653, -0.03094291128218174, 0.0022642752155661583, -0.006336634047329426, -0.0261092446744442, 0.036891065537929535, 0.026174329221248627, 0.03269312530755997, -0.04055522754788399, -0.033591754734516144, 0.03695769980549812, -0.02205607481300831, 0.0016421908512711525, -0.008602133020758629, 0.006181508302688599, -0.037687886506319046, 0.05370929092168808, -0.005765958689153194, 0.007614098489284515, -0.03983110189437866, -0.03866932913661003, 0.018574640154838562, 0.02728543058037758, 0.02485528402030468, 0.05413832888007164, -0.01766970008611679, 0.08862694352865219, -0.021094828844070435, 0.02423897199332714, -0.026852106675505638, -0.05030117928981781, 0.02264976315200329, 0.05965517833828926, 0.0595528669655323, 0.06809040158987045, 0.006390019319951534, -0.045918747782707214, 0.03193378075957298, 0.06698117405176163, 0.04136030003428459, 0.008049145340919495, -0.04082915186882019, -0.030168548226356506, 0.02975345030426979, 0.060299161821603775, -0.04510359838604927, -0.03709368780255318, 0.03498959541320801, 0.03156539052724838, -0.00946412980556488, 0.008319548331201077, -0.029798727482557297, 0.04038132727146149, -0.07175005972385406, -0.05161012336611748, 0.03188423439860344, 0.0067776902578771114, -0.010181700810790062, 0.0179329514503479, -0.0043718270026147366, -0.014879371970891953, 0.03145824745297432, 0.013364710845053196, 0.004126747604459524, -0.04042208939790726, 0.010850423946976662, -0.012545248493552208, 0.051250994205474854, -0.030932139605283737, 0.03954356536269188, -0.021008940413594246, 0.010729555040597916, 0.03366238623857498, -0.03331143409013748, 0.015126215294003487, 0.06918273866176605, 0.0248084869235754, -0.011792774312198162, -0.001094765611924231, 0.03292764723300934, 0.04378000646829605, 0.043791212141513824, -0.006336268037557602, 0.08084481954574585, -0.012728571891784668, 0.03987020254135132, 0.08031140267848969, 0.015780793502926826, 0.01984231546521187, 0.024680089205503464, 0.08382928371429443, 0.01697889156639576, 0.010167128406465054, 0.06326887756586075, -0.050473909825086594, 0.013571860268712044, -0.015392730943858624, 0.0008108066977001727, -0.019638456404209137, -0.00041195176891051233, 0.05016302689909935, 0.00562990503385663, -0.02299170382320881, -0.010868716984987259, -0.018428128212690353, -0.012708837166428566, 0.0006285096169449389, -0.02221045456826687, 0.0020957784727215767, 0.018024371936917305, -0.03278862684965134, -0.004626953508704901, -0.04388567805290222, -0.03708430007100105, -0.0054963515140116215, -0.03054814599454403, -0.02564346231520176, -0.07920356094837189, -0.014070453122258186, -0.060451287776231766, -0.02217666245996952, 0.03856954723596573, -0.0014036227948963642, 0.010552906431257725, -0.02911684662103653, 0.03245655819773674, -0.026030194014310837, -0.028470592573285103, -0.026255402714014053, -0.043480534106492996, -0.025014029815793037, -0.042728859931230545, 0.03254198655486107, 0.04722820222377777, 0.02062258869409561, 0.014152850955724716, 0.021390821784734726, -0.007055819965898991, -0.007735025603324175, 0.046925388276576996, 0.052120890468358994, -0.03812245652079582, -0.05576689913868904, 0.018491588532924652, -0.009618036448955536, 0.008547999896109104, -0.00674040149897337, -0.03801680728793144, 0.08464854210615158, 0.05924079567193985, 0.01702435128390789, 0.0046561099588871, -0.010690116323530674, -0.06148090213537216, -0.06651328504085541, -0.021994734182953835, -0.04050147533416748, -0.035362374037504196, -0.02821774035692215, -0.041510533541440964, -0.03346440941095352, -0.014622044749557972, 0.009499871172010899, -0.005132909864187241, 0.021309083327651024, 0.03936407342553139, 0.0234734658151865, 0.02343067154288292, 0.023039957508444786, -0.04928579553961754, -0.046277016401290894, 0.04144574701786041, 0.014695488847792149, 0.0030164732597768307, -0.07735569775104523, -0.04155179485678673, 0.022131286561489105, 0.018781349062919617, 0.02883857674896717, 0.00836537778377533, 0.09899639338254929, 0.01850673370063305, 0.005622361321002245, 0.021749738603830338, -0.015855027362704277, -0.014758508652448654, -0.0007350256200879812, 0.02897629700601101, -0.021534061059355736, -0.060614462941884995, -0.008229975588619709, 0.018793269991874695, 0.05056782066822052, -0.03206786513328552, -0.04437025636434555, -0.003603633726015687, 0.04012180492281914, 0.041238561272621155, -0.014537317678332329, -0.02621540240943432, -0.026713501662015915, -0.07020921260118484, -0.02357419580221176, 0.039871152490377426, 0.016397522762417793, 0.003948993515223265, 0.05847920477390289, 0.029287032783031464, -0.016835255548357964, 0.03968697041273117, 0.040970031172037125, 0.08704777806997299, 0.019584888592362404, -0.043821100145578384, 0.007917235605418682, -0.03900423273444176, 0.05323772132396698, 0.0025743322912603617, -0.023305706679821014, -0.04508182033896446, -0.1030668392777443, -0.0329628586769104, 0.0035704646725207567, 0.003770128358155489, -0.00831613503396511, 0.06832530349493027, 0.0061865453608334064, -0.018658453598618507, -0.017019638791680336, -0.0015321805840358138, 0.03829825669527054, -0.04702376201748848, 0.042413562536239624, -0.006050593219697475, 0.017754212021827698, -0.05766308680176735, -0.0024169685784727335, -0.013926568441092968, -0.0011537510436028242, 0.012582334689795971, 0.052805643528699875, -0.003731109667569399, 0.07118651270866394, 0.06605760008096695, 0.02198662795126438, -0.035980068147182465, 0.018168829381465912, 0.051888104528188705, -0.008754990994930267, -0.044213373214006424, 0.0021681131329387426, 0.006289567332714796, -0.006456536706537008, 0.001028178259730339, -0.0061686839908361435, 0.03156665340065956, 0.039484746754169464, -0.018067538738250732, 0.004547693766653538, 0.016495825722813606, -0.03229374811053276, -0.031799279153347015, -0.03343629464507103, -0.02647915855050087, 0.00759462546557188, -0.013908175751566887, 0.0072772316634655, 0.046171724796295166, 0.017941005527973175, 0.0566423274576664, 0.058394551277160645, -0.03572309762239456, -0.05594140291213989, 0.01404004916548729, 0.022813333198428154, -0.029576510190963745, -0.08619128912687302, -0.011898373253643513, 0.03176422789692879, 0.01829971745610237, 0.004307345487177372, -0.049710702151060104, 0.0005222445470280945, 0.07403863966464996, -0.039067819714546204, 0.05692820996046066, 0.014463485218584538, 0.04584291949868202, 0.06462439149618149, -0.012768220156431198, 0.023186713457107544, -0.01399947889149189, 0.006656098645180464, 0.0013465912779793143, 0.020222483202815056, -0.022257013246417046, -0.018506783992052078, -0.06507141888141632, 0.03162047639489174, 0.046418871730566025, 0.03401324152946472, 0.01656840555369854, -0.029516927897930145, -0.03646227344870567, 0.03207636997103691, 0.045401595532894135, -0.06212184205651283, 0.010276121087372303, 0.012833341024816036, 0.03601553663611412, -0.041496384888887405, -0.03703264892101288, -0.036790769547224045, -0.0002121043362421915, 0.04951746016740799, -0.019420074298977852, -0.03856417536735535, -0.028913533315062523, 0.035075511783361435, 0.018496593460440636, -0.018861128017306328, -0.07821743935346603, 0.04508458822965622, -0.019707821309566498, 0.00367426173761487, 0.04855230450630188, 0.035856276750564575, 0.01943056471645832, 0.05074184015393257, 0.03604705631732941, 0.029347717761993408, -0.033569224178791046, 0.05564190819859505, -0.027963005006313324, -0.02759871631860733, -0.006540304981172085, -0.03256390988826752, -0.04351223632693291, -0.026733558624982834, -0.029007021337747574, -0.04596909135580063, -0.047475073486566544, 0.0022858623415231705, -0.004254641942679882, 0.006238091271370649, -0.02934323064982891, 0.024360699579119682, -0.0131909791380167, -0.03027462586760521, 0.00016690665506757796, -0.011113885790109634, -0.059317704290151596, -0.041042108088731766, 0.01767522096633911, 0.005895580165088177, 0.04045366868376732, 0.021288204938173294, 0.01292607095092535, 0.01663253828883171, 0.0059285652823746204, -0.03509819507598877, 0.011160657741129398, -0.007562409620732069, -0.010517874732613564, -0.029967069625854492, -0.007710834965109825, 0.0040574464946985245, 0.054538238793611526, -0.019167209044098854, 0.0485265888273716, 0.025868596509099007, 0.0014432090101763606, 0.014577385038137436, 0.022811980918049812, 0.019994858652353287, -0.09265023469924927, -0.053018175065517426, -0.0014369956916198134, -0.03503471985459328, 0.026610270142555237, -0.057423967868089676, -0.018950344994664192, 0.014202610589563847, 0.015825629234313965, 0.042492710053920746, 0.005180513486266136, -0.030320629477500916, 0.02063245140016079, -0.015406501479446888, 0.0019942214712500572, -0.06590595841407776, 0.01049924548715353, -0.04326353594660759, 0.005950053688138723, -0.018382489681243896, 0.0033676449675112963, -0.04008210822939873, 0.040075939148664474, -0.030460020527243614, -0.006496306974440813, -0.010053841397166252, 0.04078972712159157, -0.016367802396416664, 0.036949384957551956, -0.013613500632345676, 0.026675721630454063, -0.04674630984663963, 0.0639219805598259, -0.032872796058654785, 0.01467245165258646, -0.04117358475923538, 0.022205520421266556, -0.0261125136166811, 0.013150390237569809, -0.017310133203864098, -0.043046604841947556, 0.02482210472226143, 0.0690484493970871, 0.042709626257419586, 0.015880372375249863, -0.030485637485980988, -0.007257398683577776, 0.01070175226777792, -0.06620725244283676, -0.022258836776018143, 0.0333363302052021, -0.0011611542431637645, -0.009413537569344044, 0.037585146725177765, 0.05391550064086914, -0.03521089628338814, -0.04709320515394211, 0.0370061919093132, -0.008870800957083702, -0.005571415182203054, -0.0027168120723217726, 0.024909965693950653, 0.029044486582279205, 0.04297572374343872, -0.058918558061122894, 0.0051976824179291725, -0.018256133422255516, -0.02361331880092621, 0.04605123773217201, -0.0162780974060297, 0.034383732825517654, 0.029330328106880188, -0.021186919882893562, -0.020777013152837753, 0.08038059622049332, 0.04469900578260422, 0.015462443232536316, -0.013929647393524647, -0.028198912739753723, 0.03790368139743805, -0.027838554233312607, -0.019409259781241417, 0.035566531121730804, 0.006775706075131893, -0.040599752217531204, 0.06546769291162491, -0.01563878357410431, 0.011189280077815056, 0.04968664050102234, 0.021358827129006386, -0.020605988800525665, 0.04813818633556366, -0.018919574096798897, 0.02401764877140522, 0.05784384906291962, -0.08217422664165497, 0.01705227419734001, -0.05294761061668396, 0.07325049489736557, -0.054519422352313995, 0.035249754786491394, 0.037083420902490616, 0.014703476801514626, 0.024666883051395416, -0.04052488133311272, -0.057515423744916916, -0.007797859143465757, -0.05508585646748543, 0.08111079782247543, 0.02217571809887886, -0.06637157499790192, 0.062095627188682556, 0.004475811496376991, -0.04710957035422325, 0.047906696796417236, 0.03525201231241226, 0.03606062009930611, 0.026722723618149757, 0.043415870517492294, -0.06997739523649216, 0.01778159849345684, -0.02312878519296646, 0.0509723462164402, -0.07330897450447083, -0.027330560609698296, 0.041427403688430786, -0.04327462241053581, -0.01885233074426651, 0.049626681953668594, -0.001472402480430901, -0.012509606778621674, 0.03560662269592285, -0.04102364555001259, -0.041428059339523315, 0.02596905082464218, 0.027357270941138268, -0.03469717875123024, 0.003801212180405855, -0.04473043233156204, 0.018795963376760483, 0.01835060305893421, 0.0207756906747818, -0.023008955642580986, 0.00614238902926445, 0.0012546827783808112, -0.05575716868042946, -0.02460888773202896, 0.03783662989735603, -0.007542730309069157, -0.014638970606029034, 0.011467091739177704, 0.015551586635410786, 0.03360452875494957, 0.007125708274543285, -0.0006050373776815832, 0.04463277384638786, -0.050048936158418655, -0.012050287798047066, 0.007624118123203516, -0.006752985529601574, 0.02500469610095024, -0.0014751306734979153, 0.052446428686380386, 0.030119415372610092, 0.014309488236904144, 0.0008273380808532238, -0.013284995220601559, -0.04148183390498161, 0.050648778676986694, -0.039918817579746246, 0.007457622326910496, -0.006992206908762455, -0.04583331197500229, -0.03642497584223747, -0.02430843375623226, -0.03055143542587757, 0.017033999785780907, -0.06491092592477798, 0.0084602702409029, 0.030032925307750702, -0.02434263564646244, -0.06768519431352615, -0.10356712341308594, -0.013117632828652859, -0.04104166105389595, 0.030755924060940742, 0.039122793823480606, -0.06238004192709923, 0.021901611238718033, -0.03407968580722809, -0.06812477856874466, 0.054425306618213654, 0.014319006353616714, -0.04199331998825073, 0.04481472447514534, 0.0446685366332531, -0.05912921205163002, 0.0036161032039672136, 0.022203518077731133, -0.03546801954507828, 0.028009478002786636, 0.03245827555656433, 0.03426027297973633, 0.030420247465372086, 0.0031674904748797417, -0.03130822628736496, -0.03038289025425911, -0.07510127872228622, -0.051885832101106644, -0.0448618046939373, 0.024133194237947464, 0.06250250339508057 ]
AnonymousSub/rule_based_roberta_twostage_quadruplet_epochs_1_shard_1_squad2.0
[ "pytorch", "roberta", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "RobertaForQuestionAnswering" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
4
null
--- license: apache-2.0 tags: - generated_from_trainer datasets: - squad model_index: - name: t5-small-finetuned-xsum results: - task: name: Sequence-to-sequence Language Modeling type: text2text-generation dataset: name: squad type: squad args: plain_text --- <!-- 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. --> # t5-small-finetuned-xsum This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the squad 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: 2e-05 - train_batch_size: 10 - eval_batch_size: 10 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 1 - mixed_precision_training: Native AMP ### Framework versions - Transformers 4.9.2 - Pytorch 1.9.0+cu102 - Datasets 1.11.0 - Tokenizers 0.10.3
[ -0.01912355050444603, -0.014652837067842484, -0.0014331592246890068, 0.046817224472761154, 0.046971820294857025, 0.01727023720741272, -0.030548568814992905, 0.012983869761228561, -0.02602444775402546, 0.0469692125916481, 0.046927452087402344, -0.006675719749182463, -0.006544315256178379, 0.04543402045965195, -0.06222870200872421, -0.040913261473178864, -0.014063458889722824, -0.005712945945560932, -0.01947176456451416, -0.011467080563306808, 0.02145344763994217, 0.005932160187512636, 0.007124465424567461, 0.007675366010516882, -0.000992307672277093, 0.03170960769057274, -0.023910483345389366, 0.028855351731181145, 0.04250609874725342, -0.06370190531015396, 0.03397321328520775, -0.020285962149500847, -0.03765939176082611, -0.0385596789419651, -0.013925209641456604, -0.00441821338608861, 0.0001559291558805853, -0.006500041577965021, 0.039900459349155426, 0.058848220854997635, -0.010895567946135998, 0.014952590689063072, -0.02279619127511978, -0.01589381881058216, 0.061801113188266754, 0.03164397180080414, -0.020620154216885567, -0.026095181703567505, 0.02162465825676918, -0.032710034400224686, -0.06671524792909622, -0.08899404853582382, -0.04115063697099686, 0.03357311710715294, -0.009336431510746479, -0.034789904952049255, -0.07247207313776016, 0.0036048125475645065, 0.05146961286664009, -0.06218001991510391, -0.03769657015800476, 0.016566583886742592, -0.056982316076755524, 0.02343037538230419, 0.015399579890072346, -0.029136259108781815, 0.007031773682683706, -0.05149645730853081, 0.03438057005405426, -0.01679004542529583, 0.0347503237426281, 0.005873153917491436, 0.031170034781098366, -0.07311931997537613, 0.007287304382771254, -0.01705717295408249, 0.007186344359070063, 0.04140445590019226, -0.04085803031921387, 0.06325364857912064, 0.028928883373737335, -0.025444937869906425, 0.042232025414705276, -0.021805953234434128, -0.006012353580445051, 0.041929036378860474, -0.02828599140048027, 0.025748800486326218, -0.004641569685190916, 0.03411133959889412, -0.03876524046063423, -0.0116425184533, -0.033407844603061676, -0.033934567123651505, -0.02160504087805748, 0.027872584760189056, 0.03271208330988884, 0.013978568837046623, 0.025559745728969574, 0.01800619252026081, 0.04987687990069389, 0.04991298168897629, -0.022708013653755188, 0.05543908849358559, 0.005975782405585051, 0.0021831542253494263, -0.0034382534213364124, -0.03874674439430237, -0.03564516454935074, 0.05258309841156006, 0.01637497916817665, -0.03763556107878685, -0.05499458312988281, 0.005016793496906757, 0.025775156915187836, -0.01811143383383751, 0.06106773018836975, -0.031165730208158493, -0.02975362166762352, -0.026495859026908875, 0.04177863523364067, 0.006140211131423712, 0.0012294858461245894, -0.007019531913101673, -0.03754374012351036, -0.015038746409118176, -0.015832100063562393, -0.04991684481501579, -0.011149026453495026, 0.019002214074134827, 0.012904980219900608, 0.05191769078373909, -0.0009877245174720883, -0.05859777331352234, -0.01860891841351986, 0.00920940563082695, -0.05586288496851921, 0.049902018159627914, 0.022319631651043892, 0.10078515857458115, -0.03462469205260277, -0.08285249769687653, 0.030451307073235512, 0.006454154849052429, -0.02713577076792717, -0.0018429262563586235, -0.002745185513049364, -0.07123565673828125, -0.008810476399958134, 0.00022765262110624462, 0.04465562105178833, -0.04465784877538681, 0.0019542709924280643, 0.04805785045027733, 0.009456505067646503, -0.00111732620280236, -0.05397600308060646, -0.011405330151319504, 0.040234070271253586, -0.010406946763396263, -0.022770846262574196, 0.044988859444856644, -0.010618133470416069, -0.02937621809542179, -0.0389830619096756, -0.05066847428679466, -0.0016922308132052422, 0.09184729307889938, 0.002524703973904252, -0.015946730971336365, 0.007547307759523392, 0.03644287586212158, 0.04066948592662811, 0.038385722786188126, -0.006578134838491678, 0.029343130066990852, 0.05843671038746834, 0.04679179564118385, -0.010546325705945492, 0.04256646707653999, 0.019443918019533157, -0.030956583097577095, -0.020806830376386642, 0.0019225715659558773, -0.003926019184291363, -0.026654299348592758, 0.03897610306739807, 0.03648165985941887, 0.018173566088080406, -0.04211460426449776, -0.018453728407621384, 0.054360516369342804, -0.01752927526831627, 0.018718870356678963, -0.0072454116307199, -0.0085770133882761, -0.03098219633102417, 0.042817845940589905, -0.01922445371747017, 0.01247510313987732, -0.038444891571998596, -0.03865010663866997, 0.014479565434157848, 0.036686692386865616, 0.032888367772102356, 0.05815096199512482, -0.027883494272828102, 0.09718311578035355, -0.026757482439279556, 0.014940272085368633, -0.02246955968439579, -0.047536611557006836, 0.029176469892263412, 0.05552468076348305, 0.061756737530231476, 0.05703377351164818, 0.009640135802328587, -0.04053397849202156, 0.03381561487913132, 0.06319104135036469, 0.03028860315680504, 0.012532919645309448, -0.031008142977952957, -0.026208065450191498, 0.03018307127058506, 0.06316199898719788, -0.0463896319270134, -0.032279085367918015, 0.02690550871193409, 0.018912622705101967, -0.0017814936581999063, 0.012159360572695732, -0.012503041885793209, 0.033916376531124115, -0.07607909291982651, -0.05262621119618416, 0.030719896778464317, 0.006074493285268545, -0.013926398940384388, 0.023673148825764656, -0.012740484438836575, -0.014032576233148575, 0.03166354447603226, 0.008839018642902374, 0.001346769742667675, -0.04140926152467728, 0.005611057858914137, -0.0030161384493112564, 0.04907766729593277, -0.03499627485871315, 0.023827053606510162, -0.023015573620796204, 0.006114108022302389, 0.05087358504533768, -0.033891934901475906, 0.025619106367230415, 0.04407007619738579, 0.025389665737748146, -0.009251179173588753, 0.02502974309027195, 0.032657817006111145, 0.04772079363465309, 0.052019014954566956, 0.0008991461363621056, 0.07173917442560196, -0.019647618755698204, 0.045553017407655716, 0.08305347710847855, 0.0170913003385067, 0.022487441077828407, 0.036801744252443314, 0.0895203948020935, 0.011584955267608166, 0.010131430812180042, 0.06853274255990982, -0.05897437036037445, 0.014838634990155697, -0.02559511736035347, 0.0023906147107481956, -0.013906854204833508, -0.0007427178788930178, 0.053227949887514114, -0.0037615937180817127, -0.012475302442908287, -0.004511502105742693, -0.030249666422605515, -0.016575060784816742, 0.020585473626852036, -0.013324890285730362, -0.0032462950330227613, 0.02563992701470852, -0.037720926105976105, -0.0029109749011695385, -0.048831190913915634, -0.04144928231835365, -0.011146954260766506, -0.024837138131260872, -0.01948545128107071, -0.07380608469247818, -0.02995014749467373, -0.06631934642791748, -0.038200829178094864, 0.044520024210214615, -0.0011546462774276733, 0.024807602167129517, -0.02872651256620884, 0.034313932061195374, -0.03764790669083595, -0.03949638456106186, -0.03680583834648132, -0.053725700825452805, -0.019754039123654366, -0.03632044419646263, 0.03937597572803497, 0.04021080210804939, 0.018102755770087242, 0.01801307313144207, 0.015445219352841377, -0.023735981434583664, -0.010031774640083313, 0.044257160276174545, 0.04689274728298187, -0.03679465502500534, -0.059495095163583755, 0.012487608939409256, -0.008022069931030273, 0.01199212297797203, -0.010727081447839737, -0.030390655621886253, 0.08507732301950455, 0.06671644002199173, 0.01677628792822361, 0.0069653065875172615, -0.007651598658412695, -0.05643244832754135, -0.06493262201547623, -0.020491089671850204, -0.04038463905453682, -0.022382697090506554, -0.02057415246963501, -0.04249436408281326, -0.033215414732694626, -0.01575852371752262, 0.0023385246749967337, -0.012536649592220783, 0.03648267686367035, 0.04729102551937103, 0.03751076012849808, 0.024234434589743614, 0.00710881594568491, -0.05147648602724075, -0.028682919219136238, 0.03473294526338577, 0.002013213699683547, -0.00593965221196413, -0.08254895359277725, -0.045104075223207474, 0.04276840761303902, 0.022833682596683502, 0.028207456693053246, 0.009091460146009922, 0.08795113116502762, 0.011728708632290363, -0.006355940364301205, 0.01831679791212082, -0.014327149838209152, -0.015327088534832, 0.0030076324474066496, 0.03293216973543167, -0.021031878888607025, -0.04863705113530159, -0.014631267637014389, 0.009150569327175617, 0.056375931948423386, -0.04004674032330513, -0.03729289770126343, 0.00022904806246515363, 0.04760192707180977, 0.033889662474393845, -0.00634778942912817, -0.03061167150735855, -0.022458121180534363, -0.061241745948791504, -0.026156386360526085, 0.022336233407258987, 0.008313152939081192, 0.013535396195948124, 0.04218500480055809, 0.02964974194765091, -0.023462308570742607, 0.04619377478957176, 0.03450152277946472, 0.0860590785741806, 0.014773979783058167, -0.03328398987650871, 0.0030733172316104174, -0.04570735618472099, 0.040000539273023605, -0.0019553746096789837, -0.03436223417520523, -0.043684449046850204, -0.10236451029777527, -0.03197771683335304, 0.0010002447525039315, -0.008989660069346428, 0.0023796595633029938, 0.060944925993680954, -0.006440420169383287, -0.030001753941178322, -0.009792915545403957, 0.0062407637014985085, 0.03984265774488449, -0.05595674738287926, 0.054418571293354034, 0.0015280067455023527, 0.02524814009666443, -0.04909184202551842, -0.004570299759507179, -0.017175454646348953, 0.0003907063219230622, 0.008859348483383656, 0.05029277130961418, -0.0007640867843292654, 0.06471467018127441, 0.06951848417520523, 0.018411386758089066, -0.032422661781311035, 0.03691998869180679, 0.05735648795962334, -0.003117823041975498, -0.050378356128931046, 0.010618498548865318, -0.0014497193042188883, -0.01499949861317873, 0.0027338939253240824, -0.015019536949694157, 0.020108342170715332, 0.047237370163202286, -0.009305971674621105, 0.011702539399266243, 0.010674878023564816, -0.02273634262382984, -0.04152831435203552, -0.04174613580107689, -0.033817678689956665, 0.015748191624879837, -0.011071174405515194, 0.015557892620563507, 0.03662280738353729, 0.01587609387934208, 0.050596944987773895, 0.06954668462276459, -0.031062478199601173, -0.07278325408697128, 0.013972938060760498, 0.046553827822208405, -0.0412837378680706, -0.08794622123241425, -0.018095750361680984, 0.024301627650856972, 0.025532007217407227, 0.006820394191890955, -0.06579038500785828, -0.0012302328832447529, 0.05678727477788925, -0.02100658044219017, 0.06529072672128677, -0.0015108638908714056, 0.03990747034549713, 0.0820426270365715, -0.01777423545718193, 0.015783237293362617, -0.01684301346540451, 0.0017736569279804826, -0.003637217916548252, 0.00930726993829012, -0.027036091312766075, -0.03360314667224884, -0.06295277178287506, 0.03697361797094345, 0.06166824698448181, 0.0435454361140728, 0.03019007295370102, -0.02996651828289032, -0.0490279458463192, 0.03382042795419693, 0.04039744660258293, -0.05418236553668976, 0.011881761252880096, 0.02180788293480873, 0.03977523371577263, -0.040442559868097305, -0.0419682152569294, -0.029804537072777748, -0.005592795088887215, 0.0387517474591732, -0.018818533048033714, -0.0356018990278244, -0.03221337869763374, 0.031615808606147766, 0.017544183880090714, -0.024078965187072754, -0.0837317556142807, 0.04133037477731705, -0.01832924596965313, -0.0011860588565468788, 0.05910215526819229, 0.04852618649601936, 0.021542247384786606, 0.04367884248495102, 0.023451246321201324, 0.032264791429042816, -0.037707798182964325, 0.05652878060936928, -0.020871054381132126, -0.012974439188838005, -0.0036247819662094116, -0.038860853761434555, -0.03244075924158096, -0.033259887248277664, -0.040093522518873215, -0.03805091977119446, -0.04220317304134369, -0.00919184647500515, -0.010065017268061638, 0.010297036729753017, -0.02127522975206375, 0.018306110054254532, -0.03666035085916519, -0.016111616045236588, -0.007906650193035603, -0.00874478928744793, -0.05854848399758339, -0.033273082226514816, 0.01858941838145256, 0.005303807556629181, 0.05075237527489662, 0.012885719537734985, 0.019491057842969894, 0.014205140992999077, -0.0043150316923856735, -0.018483666703104973, 0.009020393714308739, -0.00016183473053388298, -0.0008496205555275083, -0.031207570806145668, -0.006403383798897266, 0.008084265515208244, 0.03746597841382027, -0.015707703307271004, 0.05626038834452629, 0.02775823324918747, 0.011950694024562836, 0.008580395951867104, 0.017449775710701942, 0.016586028039455414, -0.10270976275205612, -0.04200010374188423, 0.0032556233927607536, -0.04644047096371651, 0.014002181589603424, -0.06175060197710991, -0.023785678669810295, 0.018036309629678726, 0.011911454610526562, 0.036386433988809586, -0.004524873103946447, -0.03443093225359917, 0.022442663088440895, -0.029270708560943604, 0.01679561659693718, -0.0656648576259613, 0.01504192128777504, -0.03373416140675545, -0.0012726702261716127, -0.022332748398184776, 0.011856520548462868, -0.034546926617622375, 0.044193677604198456, -0.02790372259914875, -0.005005598999559879, -0.013533494435250759, 0.02870827540755272, -0.026564959436655045, 0.031521666795015335, 0.0010324291652068496, 0.023045983165502548, -0.04555276408791542, 0.05948665738105774, -0.033108972012996674, 0.023126937448978424, -0.05969734862446785, 0.01458658929914236, -0.02675342559814453, -0.005486374720931053, -0.007552868686616421, -0.036956675350666046, 0.03120321035385132, 0.0634499341249466, 0.04963367059826851, 0.015373136848211288, -0.029804782941937447, -0.021250475198030472, 0.019093917682766914, -0.07307476550340652, -0.02791808731853962, 0.02343016117811203, 0.013201635330915451, 0.0034196926280856133, 0.02673417516052723, 0.04990416020154953, -0.03934956714510918, -0.053025875240564346, 0.03367651253938675, -0.003031716449186206, -0.00022789165086578578, 0.013257465325295925, 0.02897096611559391, 0.010836455039680004, 0.051705051213502884, -0.045754604041576385, 0.008474977687001228, -0.015145289711654186, -0.02176716737449169, 0.03589339181780815, -0.009605544619262218, 0.03419998660683632, 0.022497208788990974, -0.0335967130959034, -0.01789081282913685, 0.07659076899290085, 0.05042780190706253, 0.013312921859323978, -0.011107688769698143, -0.04463253915309906, 0.04932417348027229, -0.0341777428984642, -0.030645661056041718, 0.042272113263607025, 0.013083942234516144, -0.0351349376142025, 0.07971853762865067, -0.011600273661315441, 0.008369534276425838, 0.02287142537534237, 0.01882190816104412, -0.028304969891905785, 0.031080877408385277, -0.03284794092178345, 0.02047502063214779, 0.055314965546131134, -0.07547233253717422, 0.013265426270663738, -0.028430484235286713, 0.07590020447969437, -0.038968805223703384, 0.039212096482515335, 0.04674588516354561, 0.03362457826733589, 0.014423361048102379, -0.029492491856217384, -0.05543411150574684, -0.023205656558275223, -0.050793666392564774, 0.0750831812620163, 0.008481060154736042, -0.061358511447906494, 0.07051224261522293, 0.0010972805321216583, -0.05511767789721489, 0.04947929084300995, 0.03454180061817169, 0.044728152453899384, 0.0328887477517128, 0.047471750527620316, -0.06042758747935295, 0.022446371614933014, -0.03462214022874832, 0.03781014680862427, -0.07082795351743698, -0.0236774031072855, 0.04062013328075409, -0.044779762625694275, -0.017850913107395172, 0.05509479343891144, -0.007307036779820919, -0.007339054252952337, 0.02606826089322567, -0.04732051119208336, -0.02991979382932186, 0.013253681361675262, 0.023027461022138596, -0.035039760172367096, 0.017911367118358612, -0.036669254302978516, 0.02682400494813919, 0.01741143874824047, 0.008427728898823261, -0.028644200414419174, 0.00976519100368023, 0.002078947378322482, -0.04546576738357544, -0.03541484475135803, 0.03212056681513786, 0.0014948506141081452, -0.01750551350414753, 0.02182445116341114, 0.017329830676317215, 0.04153624549508095, 0.008758073672652245, 0.00025713519426062703, 0.05244298651814461, -0.03878576681017876, -0.00935817789286375, 0.005850534420460463, 0.007826789282262325, 0.025606514886021614, -0.004001728259027004, 0.05390290543437004, 0.026923203840851784, 0.023078633472323418, 0.010054797865450382, -0.018483493477106094, -0.025637144222855568, 0.04910770431160927, -0.02567168138921261, 0.0033494981471449137, 0.004651634022593498, -0.04951561987400055, -0.03975057601928711, -0.02931251935660839, -0.018981484696269035, 0.025731878355145454, -0.06539197266101837, 0.016836384311318398, 0.02723483368754387, -0.0038026226684451103, -0.06513739377260208, -0.08568252623081207, -0.014305122196674347, -0.057080354541540146, 0.03266677260398865, 0.04096026346087456, -0.05817994102835655, 0.018205245956778526, -0.024898625910282135, -0.06635207682847977, 0.05314955487847328, 0.000049044490879168734, -0.03160286694765091, 0.040115904062986374, 0.0525292344391346, -0.06423771381378174, -0.00013853014388587326, 0.018641261383891106, -0.03585490211844444, 0.028337527066469193, 0.027022164314985275, 0.02393287979066372, 0.030071044340729713, 0.01205372903496027, -0.03590788692235947, -0.027576858177781105, -0.06007639691233635, -0.04091601073741913, -0.04172905907034874, 0.014536156319081783, 0.07068885862827301 ]
AnonymousSub/rule_based_roberta_twostagequadruplet_hier_epochs_1_shard_1
[ "pytorch", "roberta", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "RobertaModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
7
null
--- metrics: - rouge model-index: - name: test-summarization --- <!-- 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. --> # test-summarization This model was trained from scratch on an unkown dataset. It achieves the following results on the evaluation set: - Loss: 2.4740 - Rouge1: 28.3487 - Rouge2: 7.7836 - Rougel: 22.3307 - Rougelsum: 22.3357 - Gen Len: 18.8307 ## 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: 14 - eval_batch_size: 14 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 1 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:| | 2.7042 | 1.0 | 14575 | 2.4740 | 28.3487 | 7.7836 | 22.3307 | 22.3357 | 18.8307 | ### Framework versions - Transformers 4.6.1 - Pytorch 1.7.0 - Datasets 1.11.0 - Tokenizers 0.10.3
[ -0.007344936020672321, -0.022768335416913033, -0.0152608472853899, 0.039449289441108704, 0.04640720784664154, 0.004422852769494057, -0.011477179825305939, -0.016149723902344704, -0.05940324440598488, 0.053702645003795624, 0.04065786674618721, -0.020032964646816254, -0.010253521613776684, 0.035518843680620193, -0.027061451226472855, -0.0492202565073967, -0.0098927803337574, -0.010986259207129478, -0.04066062346100807, 0.0026432673912495375, 0.025175251066684723, -0.0003499414015095681, 0.00011744122457457706, 0.010812142863869667, 0.012972588650882244, -0.005092395935207605, 0.004576453939080238, 0.014118103310465813, 0.028791392222046852, -0.08782066404819489, 0.006167875602841377, -0.03655165061354637, -0.05032379552721977, -0.015291713178157806, -0.01714005507528782, 0.013527828268706799, 0.014466758817434311, -0.0009720330708660185, 0.032305289059877396, 0.05645380914211273, 0.006411488633602858, 0.02703661099076271, -0.021414894610643387, -0.02695704624056816, 0.05445541813969612, 0.002943337894976139, -0.03149746358394623, -0.01729738526046276, 0.04697827249765396, -0.021856799721717834, -0.06767529994249344, -0.0581594854593277, -0.010418204590678215, 0.021725879982113838, -0.01252563577145338, -0.008891006000339985, -0.05244441330432892, 0.0135862547904253, 0.06794220954179764, -0.04050081595778465, -0.03876363858580589, 0.007313036359846592, -0.06474534422159195, 0.04048358276486397, 0.03902202472090721, -0.033548660576343536, 0.010805036872625351, -0.04041502997279167, 0.033729732036590576, -0.01857040636241436, 0.06380434334278107, -0.030940162017941475, 0.01944129355251789, -0.1010490134358406, -0.013208410702645779, -0.02003105729818344, 0.024533819407224655, 0.04712890088558197, -0.03864237293601036, 0.04481186345219612, 0.044896990060806274, -0.014133383519947529, 0.04509754106402397, -0.008753851056098938, -0.007031946908682585, 0.030279619619250298, -0.028782319277524948, -0.003434019163250923, 0.007862402126193047, 0.042224228382110596, -0.06013406068086624, -0.04031875357031822, -0.039076343178749084, -0.03444391116499901, -0.023413676768541336, 0.018589874729514122, 0.04346977546811104, 0.003603378077968955, 0.042444903403520584, 0.005903941113501787, 0.044988859444856644, 0.029629861935973167, -0.009347787126898766, 0.06942733377218246, -0.005456616170704365, -0.015215694904327393, -0.024037687107920647, -0.0330301895737648, -0.04768427833914757, 0.04510246962308884, 0.013365020044147968, -0.039121948182582855, -0.04312336444854736, 0.022775370627641678, 0.01230172161012888, -0.026888549327850342, 0.0610925629734993, -0.0272331852465868, -0.06183094158768654, -0.0246437881141901, 0.03169732913374901, 0.022326329723000526, -0.004508277401328087, 0.0031652452889829874, -0.03166516125202179, -0.008804259821772575, -0.04052111878991127, -0.02181703969836235, 0.006582053378224373, 0.034523941576480865, 0.0016664923168718815, 0.08414196968078613, 0.01798742450773716, -0.05308802053332329, 0.007596230134367943, 0.004477921407669783, -0.05277185142040253, 0.04806116595864296, 0.015053659677505493, 0.09811393916606903, -0.070656418800354, -0.0743418037891388, 0.04758061096072197, -0.018630703911185265, -0.018699470907449722, 0.015605476684868336, 0.011349349282681942, -0.051478441804647446, -0.02527484856545925, -0.003333614906296134, 0.04965699836611748, -0.05056827887892723, -0.02371799945831299, 0.04681066796183586, -0.0022049571853131056, 0.026718994602560997, -0.05036115273833275, -0.03564845025539398, 0.0222623348236084, -0.014295442961156368, -0.022869693115353584, 0.04206520691514015, -0.003074872540310025, 0.009953207336366177, -0.024459470063447952, -0.0335102416574955, -0.005701081827282906, 0.09607192873954773, -0.010461068712174892, -0.012294821441173553, -0.022603528574109077, 0.03981420397758484, 0.03448586165904999, 0.038489751517772675, -0.014743837527930737, 0.01779906637966633, 0.04825213924050331, 0.04017271474003792, -0.033180780708789825, 0.03821445256471634, 0.0331440344452858, -0.037859197705984116, -0.03199045732617378, 0.025276077911257744, -0.007797879632562399, -0.03514385595917702, 0.014518637210130692, 0.01796640083193779, 0.011138949543237686, -0.03809419274330139, -0.02171129733324051, 0.030382933095097542, 0.010002000257372856, 0.0015266474802047014, 0.01493697240948677, -0.00224682386033237, -0.029033800587058067, 0.04263189435005188, -0.0027105656918138266, 0.017973866313695908, -0.016264133155345917, -0.03195136785507202, 0.000029131835617590696, 0.00831986777484417, 0.029923610389232635, 0.055303044617176056, -0.00805799849331379, 0.0846935585141182, -0.03192548081278801, 0.02518327161669731, -0.029158327728509903, -0.05874645709991455, 0.0075079165399074554, 0.05655774101614952, 0.04248378798365593, 0.057057641446590424, 0.013533825986087322, -0.05506764352321625, 0.03583124279975891, 0.055147018283605576, 0.040263831615448, 0.027054177597165108, -0.029825713485479355, -0.014295464381575584, 0.015994468703866005, 0.062226779758930206, -0.04859454184770584, -0.035739716142416, 0.02498365379869938, 0.029924621805548668, -0.018912555649876595, 0.0289959367364645, -0.022307241335511208, 0.042626701295375824, -0.061343275010585785, -0.06737135350704193, 0.045116692781448364, 0.025827135890722275, -0.0030716992914676666, 0.014103831723332405, 0.0011995257809758186, 0.0033947820775210857, 0.015900269150733948, 0.010187534615397453, -0.0012152633862569928, -0.03851419687271118, 0.004146222490817308, 0.003345978446304798, 0.023111147806048393, -0.035260073840618134, 0.03218831494450569, -0.020194176584482193, -0.00031765218591317534, 0.041419126093387604, -0.04384157806634903, -0.010872123762965202, 0.05203136429190636, 0.020070210099220276, -0.04297144338488579, -0.0031629991717636585, 0.005919239483773708, 0.033624012023210526, 0.05083476006984711, 0.0023372697178274393, 0.06586331874132156, -0.006179762072861195, 0.043647173792123795, 0.09411266446113586, 0.017957763746380806, 0.026468150317668915, 0.03391064703464508, 0.08360293507575989, 0.011666560545563698, -0.00610734149813652, 0.048573315143585205, -0.0618571899831295, 0.003676538122817874, -0.03214991092681885, 0.011494961567223072, -0.02918667159974575, -0.0072167664766311646, 0.04253028705716133, 0.013268387876451015, -0.03718847036361694, 0.003041450399905443, -0.021027879789471626, -0.014884980395436287, 0.011422370560467243, -0.013614138588309288, -0.005618181545287371, -0.006493179593235254, -0.010313690640032291, -0.015569454059004784, -0.0661342516541481, -0.01867247372865677, -0.012390060350298882, -0.023829536512494087, -0.015241160988807678, -0.10037195682525635, -0.008080314844846725, -0.05061984062194824, -0.023286480456590652, 0.030492814257740974, -0.0037448732182383537, -0.01705046556890011, -0.03204033896327019, 0.01808946579694748, -0.04283040016889572, -0.032282620668411255, -0.043258700519800186, -0.04465145617723465, -0.048147302120923996, -0.09370745718479156, 0.040782418102025986, 0.018187571316957474, 0.015050787478685379, 0.006977039854973555, 0.009057646617293358, -0.010321452282369137, -0.004822814371436834, 0.06289497017860413, 0.05263012647628784, -0.03755796700716019, -0.046465981751680374, 0.04455866664648056, -0.02725866623222828, 0.030358364805579185, 0.018216846510767937, -0.04951661825180054, 0.10663630068302155, 0.06052683666348457, 0.019030464813113213, 0.009835030883550644, -0.017251864075660706, -0.06895174831151962, -0.061208851635456085, -0.011662518605589867, -0.02385702356696129, -0.033944021910429, -0.044606924057006836, -0.03975249081850052, -0.025670716539025307, -0.02146829478442669, -0.0035503082908689976, -0.003010866465047002, 0.03305433690547943, 0.04132446274161339, 0.024060510098934174, 0.03141387924551964, 0.02221609093248844, -0.046610500663518906, -0.05366670340299606, 0.05733199417591095, 0.012876116670668125, 0.00802887137979269, -0.07435642927885056, -0.027233455330133438, 0.03067547082901001, 0.015451774001121521, 0.017750320956110954, -0.0031119410414248705, 0.0734984278678894, 0.006230476778000593, 0.0016831551911309361, 0.014825772494077682, -0.005698925815522671, -0.00959265697747469, 0.015813447535037994, -0.0013318168930709362, -0.03995775058865547, -0.058932531625032425, -0.028939053416252136, -0.0012928282376378775, 0.04324224218726158, -0.0449800081551075, -0.052357424050569534, -0.006586727220565081, 0.045395512133836746, 0.044190626591444016, -0.011972579173743725, -0.023684445768594742, -0.018066899850964546, -0.06886740773916245, -0.01708695851266384, 0.045440733432769775, 0.026589883491396904, 0.011460263282060623, 0.06029942259192467, 0.01571415737271309, -0.030355343595147133, 0.04087081924080849, 0.04211194068193436, 0.06366274505853653, 0.01703767105937004, -0.06044194847345352, -0.009253265336155891, -0.0218982957303524, 0.021749654784798622, 0.002363661304116249, -0.01250241044908762, -0.0244103092700243, -0.09561605006456375, -0.017767546698451042, 0.022182324901223183, -0.008177737705409527, -0.021946441382169724, 0.03985683247447014, 0.005768477916717529, -0.03050141967833042, -0.005913455504924059, 0.0009139985777437687, 0.02683824673295021, -0.04700604826211929, 0.037549540400505066, -0.006485456135123968, 0.021085411310195923, -0.04810713976621628, 0.0009824201697483659, -0.024146469309926033, -0.014868205413222313, -0.012536266818642616, 0.06521524488925934, -0.011217689141631126, 0.06684739142656326, 0.09990981221199036, 0.01940806396305561, -0.039388757199048996, 0.008587684482336044, 0.061162110418081284, -0.021104276180267334, -0.034176092594861984, 0.021600009873509407, 0.006701837759464979, -0.02583719976246357, -0.009562650695443153, -0.012444362975656986, 0.04572569206357002, 0.0453551821410656, 0.005276174284517765, 0.008562327362596989, 0.004814826883375645, -0.0196072980761528, -0.03147285431623459, -0.047110795974731445, -0.025585725903511047, -0.004730624612420797, -0.027850499376654625, 0.005026757717132568, 0.053405385464429855, 0.009450494311749935, 0.0682661309838295, 0.04293841868638992, -0.030180731788277626, -0.01955115795135498, 0.024348419159650803, 0.014493600465357304, -0.0265947412699461, -0.0654507502913475, -0.02746458165347576, 0.019940895959734917, 0.025728024542331696, -0.02362472377717495, -0.06147262081503868, 0.0011997754918411374, 0.06504864245653152, -0.025932736694812775, 0.06040039286017418, 0.01514718122780323, 0.039087921380996704, 0.044197507202625275, -0.024030858650803566, 0.037656269967556, -0.017425797879695892, 0.0003904698824044317, -0.0032353007700294256, 0.03242379054427147, -0.010030683130025864, -0.027377406135201454, -0.05058811232447624, 0.02739075757563114, 0.028121665120124817, 0.04563450813293457, 0.0339447520673275, -0.022829091176390648, -0.04778093844652176, 0.02236379310488701, 0.04435833916068077, -0.054130543023347855, 0.023588091135025024, 0.01862073689699173, 0.012315172702074051, -0.031536489725112915, -0.04395766928792, -0.036060720682144165, -0.006639895029366016, 0.0425112284719944, -0.011204993352293968, -0.028794720768928528, -0.036387111991643906, 0.03727363422513008, 0.00536878639832139, -0.009675795212388039, -0.07084602862596512, 0.0509977787733078, -0.005301732569932938, -0.0004727231862489134, 0.06330037117004395, 0.02426052652299404, 0.021132929250597954, 0.05004135146737099, 0.032321300357580185, 0.05153662711381912, -0.025764010846614838, 0.04161984473466873, -0.05260924994945526, -0.02709869109094143, 0.007346149068325758, -0.036579679697752, -0.03926336392760277, -0.031616613268852234, -0.049631327390670776, -0.054680466651916504, -0.037580281496047974, 0.014922932721674442, -0.004440873861312866, -0.0013223201967775822, -0.02055741287767887, 0.038077663630247116, -0.01482054777443409, -0.020370449870824814, -0.03819986432790756, -0.03609229996800423, -0.08067788183689117, -0.05142580717802048, 0.02490980736911297, 0.025552235543727875, 0.04897454380989075, 0.024381857365369797, 0.0016615495551377535, 0.025159912183880806, 0.008270987309515476, -0.03607341647148132, 0.024266136810183525, -0.009021518751978874, -0.01923278160393238, -0.026823891326785088, 0.0186329148709774, 0.00670524500310421, 0.04077106714248657, -0.024149466305971146, 0.04417455568909645, 0.024577366188168526, -0.002630513161420822, -0.0007919738418422639, 0.013096966780722141, 0.017703739926218987, -0.07213407754898071, -0.04278596490621567, 0.007585353683680296, -0.04144212231040001, 0.029533088207244873, -0.031139042228460312, -0.02709738351404667, -0.004970839712768793, 0.033112041652202606, 0.04320189729332924, -0.0015832706121727824, -0.025902463123202324, 0.012560991570353508, -0.027433056384325027, 0.017453854903578758, -0.04693989083170891, 0.03193133696913719, -0.039889585226774216, 0.00350226485170424, -0.009568637236952782, 0.012657576240599155, -0.04045041650533676, 0.04150131717324257, -0.027958743274211884, -0.01089413184672594, -0.007125322241336107, 0.033885929733514786, -0.027407780289649963, 0.040673933923244476, -0.02107645571231842, 0.0245080403983593, -0.024831803515553474, 0.06088359281420708, -0.03610723838210106, 0.015268344432115555, -0.020286526530981064, 0.01924850046634674, -0.031065605580806732, 0.006318801082670689, -0.00794712733477354, -0.02994399517774582, 0.02632453478872776, 0.06165380775928497, 0.02214561030268669, 0.020370537415146828, -0.023096174001693726, -0.00199304916895926, 0.011763873510062695, -0.056272637099027634, -0.021935414522886276, -0.014965524896979332, -0.01608780212700367, -0.02911466732621193, 0.04529270529747009, 0.05821080878376961, -0.03160629794001579, -0.055239737033843994, 0.043000757694244385, 0.010516798123717308, -0.013651364482939243, -0.00293840398080647, 0.043804366141557693, 0.029262688010931015, 0.04305877164006233, -0.04494093731045723, 0.009048034437000751, -0.015356466174125671, -0.046316977590322495, 0.042998697608709335, -0.028661884367465973, 0.037872593849897385, -0.005357659421861172, -0.019718382507562637, -0.017035285010933876, 0.08695782721042633, 0.04612760618329048, 0.030545461922883987, 0.007331600412726402, -0.03707561269402504, 0.030112095177173615, 0.01205456629395485, -0.04183272644877434, 0.027177538722753525, 0.006331231445074081, -0.03272329270839691, 0.07276477664709091, 0.00022165392874740064, 0.013154828920960426, 0.04680396616458893, 0.041521091014146805, -0.007056742440909147, 0.05858875438570976, -0.017046434804797173, 0.017308291047811508, 0.055263716727495193, -0.0644582062959671, -0.005645682569593191, -0.04452640563249588, 0.0556245781481266, -0.059837695211172104, 0.022577112540602684, 0.027053631842136383, 0.013607866130769253, 0.010980470106005669, -0.022302336990833282, -0.04969207942485809, 0.01914304494857788, -0.057744648307561874, 0.08236123621463776, 0.0135353347286582, -0.054615333676338196, 0.08417357504367828, 0.001479058526456356, -0.06963276118040085, 0.04318470135331154, 0.045059800148010254, 0.04159204661846161, 0.02446272224187851, 0.05014779418706894, -0.0638199970126152, -0.002863173605874181, -0.022558240219950676, 0.025672150775790215, -0.05469096824526787, -0.02483253739774227, 0.049537673592567444, -0.037774283438920975, -0.03250826522707939, 0.04780954122543335, -0.0010546082630753517, -0.009695610031485558, 0.03943370282649994, -0.05459897592663765, -0.03712194040417671, 0.019515356048941612, 0.02575138583779335, -0.04344368726015091, 0.006907763425260782, -0.050070442259311676, 0.023119522258639336, 0.015101282857358456, 0.0008027797448448837, -0.006472847890108824, 0.005409313831478357, 0.02358076348900795, -0.0693117007613182, -0.03799991309642792, 0.014474696479737759, 0.01203896850347519, -0.013715597800910473, 0.042668186128139496, 0.01040164940059185, 0.03447093442082405, 0.014235769398510456, -0.010774501599371433, 0.018713731318712234, -0.05056723952293396, -0.00005274696013657376, 0.003474325640127063, -0.008238658308982849, 0.04810322821140289, -0.0008333463920280337, 0.05406437814235687, 0.018471578136086464, 0.01686355285346508, -0.03830910846590996, -0.023765571415424347, -0.04556705802679062, 0.015496118925511837, -0.040563516318798065, 0.020885419100522995, 0.005313646048307419, -0.053097065538167953, -0.040461018681526184, -0.014828324317932129, -0.04684070497751236, 0.018787721171975136, -0.05877993628382683, 0.004754186607897282, 0.024937037378549576, -0.015817470848560333, -0.07260013371706009, -0.09590619802474976, -0.032172609120607376, -0.02918119542300701, 0.01938999444246292, 0.03930153325200081, -0.053645677864551544, 0.016244178637862206, -0.04844888672232628, -0.04836906120181084, 0.04378107935190201, 0.03789868578314781, -0.04512864723801613, 0.045399703085422516, 0.03631865978240967, -0.044931527227163315, 0.017407990992069244, 0.029748503118753433, -0.04052261263132095, 0.02116001397371292, 0.027685172855854034, 0.012555957771837711, 0.03882833570241928, 0.011844019405543804, -0.021007871255278587, -0.03935039043426514, -0.08751805126667023, -0.04887270927429199, -0.052106358110904694, 0.017593691125512123, 0.044433195143938065 ]
AnonymousSub/rule_based_roberta_twostagetriplet_hier_epochs_1_shard_1_squad2.0
[ "pytorch", "roberta", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "RobertaForQuestionAnswering" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
4
null
--- tags: - conversational --- # test DialoGPT Model
[ -0.03739887475967407, 0.009949631989002228, 0.01554916612803936, 0.020932815968990326, 0.01299849059432745, 0.01881762407720089, 0.0012537441216409206, 0.021564198657870293, -0.015557567588984966, 0.01653335429728031, 0.022026559337973595, -0.041247282177209854, 0.008368007838726044, 0.03601483255624771, -0.0417058952152729, -0.020647430792450905, -0.03327713906764984, -0.0027033360674977303, -0.024920940399169922, -0.02693074569106102, 0.029474526643753052, 0.0006154095171950758, -0.027305712923407555, 0.02021150477230549, 0.0011990823550149798, 0.0392659455537796, -0.00485340366140008, 0.003651778679341078, 0.02988610789179802, -0.02107892744243145, 0.009220295585691929, -0.05147051811218262, -0.020752422511577606, -0.02185579389333725, -0.02903093211352825, -0.03750382736325264, 0.028660614043474197, -0.015579011291265488, -0.023692000657320023, 0.02999787963926792, -0.01954697258770466, -0.003116232343018055, 0.005295449402183294, -0.026714667677879333, 0.07432710379362106, -0.010483971796929836, -0.044325340539216995, -0.021382847800850868, 0.015629418194293976, -0.02495444007217884, -0.041976284235715866, -0.07514532655477524, -0.055404894053936005, -0.025200603529810905, 0.016029903665184975, -0.063555508852005, -0.06764671206474304, -0.012129422277212143, 0.10477279126644135, -0.0171999279409647, -0.013488570228219032, 0.006654318887740374, -0.07411666959524155, -0.0045196497812867165, 0.018003713339567184, -0.07015527784824371, 0.004121363162994385, -0.045321594923734665, 0.012004745192825794, -0.03208808973431587, 0.054295141249895096, -0.03837381675839424, 0.022841677069664, -0.07677512615919113, -0.013024356216192245, -0.00034754278021864593, 0.052733927965164185, 0.059103261679410934, -0.03845551982522011, 0.0430595800280571, 0.04437115788459778, 0.0037012584507465363, 0.058995869010686874, 0.007957961410284042, -0.027795489877462387, 0.04902959242463112, -0.055009856820106506, 0.005501036532223225, 0.005932119209319353, 0.01242024265229702, -0.032275330275297165, -0.06081218644976616, -0.0334276519715786, -0.010321802459657192, 0.0023347383830696344, 0.046534646302461624, 0.02284269593656063, -0.03492279350757599, 0.028189094737172127, 0.050010696053504944, 0.029393291100859642, 0.0387716144323349, -0.03469867631793022, 0.03308730572462082, -0.0009138505556620657, 0.029965044930577278, 0.02156650461256504, -0.03063115105032921, -0.05489592254161835, 0.01801808550953865, 0.006858516950160265, -0.05331442132592201, -0.02785777673125267, 0.04552217572927475, 0.004175215493887663, -0.01200770866125822, 0.06207232177257538, -0.028526639565825462, -0.02645750716328621, -0.051411859691143036, 0.05534176900982857, -0.015519866719841957, -0.020103178918361664, -0.007946684956550598, -0.05265597999095917, -0.0036073874216526747, -0.046189259737730026, -0.01158082764595747, -0.010268251411616802, -0.005746922455728054, 0.017458893358707428, 0.03237905353307724, -0.024615133181214333, -0.06650206446647644, 0.011286725290119648, 0.03300970047712326, -0.07461182028055191, 0.007321816403418779, 0.03180284425616264, 0.09242058545351028, -0.0814572423696518, -0.032673921436071396, -0.009814185090363026, 0.010893628001213074, -0.013572542928159237, -0.011923542246222496, -0.0016958944033831358, 0.0007816663128323853, -0.043490756303071976, -0.010393529199063778, 0.0225085336714983, -0.05415799468755722, -0.006848454941064119, 0.055145375430583954, 0.01346404105424881, 0.030867261812090874, -0.019178960472345352, -0.0016532869776710868, -0.010119946673512459, -0.04023260623216629, -0.0595158189535141, 0.031808361411094666, -0.0252345222979784, -0.04962413012981415, -0.041049160063266754, -0.034069981426000595, 0.018527736887335777, 0.062159985303878784, 0.012347192503511906, -0.014241224154829979, -0.01835365779697895, 0.046916041523218155, 0.06265658885240555, 0.044236112385988235, -0.016856392845511436, 0.016605084761977196, 0.05207248032093048, 0.006815275643020868, -0.0352562814950943, 0.07857389748096466, 0.009357086382806301, -0.03623276203870773, -0.05136973038315773, -0.019403060898184776, 0.03591426461935043, -0.02263062261044979, 0.011604123748838902, 0.03343847393989563, -0.0355958454310894, -0.03456041216850281, 0.012346647679805756, 0.04058612138032913, -0.02720867656171322, 0.006692211609333754, -0.030243346467614174, -0.02409352920949459, -0.023983554914593697, 0.014278431423008442, -0.0377221405506134, -0.007946587167680264, -0.03365565091371536, 0.0004976121126674116, 0.03610929474234581, -0.0006355501245707273, 0.016975162550807, 0.05129104480147362, -0.009060006588697433, 0.05871462821960449, -0.04937054589390755, 0.024025607854127884, -0.042961955070495605, -0.026045816019177437, -0.03360721468925476, 0.03531678766012192, 0.028333278372883797, 0.038634561002254486, -0.042710352689027786, -0.058927856385707855, 0.03283986449241638, 0.05143173038959503, 0.03970535472035408, 0.024779697880148888, -0.01643061824142933, 0.0017864302499219775, 0.03394702449440956, 0.03461039066314697, -0.04778657108545303, 0.008940005674958229, 0.007406005170196295, 0.019281461834907532, -0.027293138206005096, -0.02305832877755165, -0.04443337395787239, 0.008868970908224583, -0.05060005560517311, -0.061102792620658875, 0.03647364303469658, 0.03587160259485245, -0.00427446560934186, 0.034991245716810226, -0.0033068375196307898, -0.008110401220619678, 0.03796983137726784, -0.005288066808134317, -0.004230385180562735, -0.08528705686330795, 0.002459981245920062, 0.03446099907159805, 0.08858387917280197, -0.05790633335709572, 0.011920318938791752, 0.018079636618494987, 0.023900378495454788, 0.027652641758322716, -0.022503159940242767, 0.03878743574023247, 0.04242965579032898, 0.045485179871320724, -0.03133125230669975, 0.021280407905578613, -0.0015245883259922266, 0.038131751120090485, 0.060029610991477966, -0.005471557844430208, 0.05582346022129059, -0.010439442470669746, 0.01860826648771763, 0.0645524114370346, 0.027544070035219193, -0.024207839742302895, 0.028709279373288155, 0.07057331502437592, -0.005537496414035559, 0.03200212121009827, 0.03273725509643555, -0.003000777680426836, -0.00847477838397026, -0.04336452856659889, -0.012295730412006378, -0.00003901755917468108, -0.0315430574119091, 0.06872273981571198, 0.006105189677327871, -0.02281460165977478, 0.010149420239031315, -0.010337579995393753, 0.007524632383137941, 0.05039038509130478, 0.0032987967133522034, -0.022779855877161026, 0.00979866273701191, -0.02714196778833866, 0.018624812364578247, -0.0414464958012104, -0.047145918011665344, -0.026332028210163116, -0.0662975162267685, -0.00372847868129611, -0.09288973361253738, -0.046793896704912186, -0.05704586207866669, -0.02461491897702217, 0.04597610607743263, 0.015813127160072327, 0.021121643483638763, 0.009685494005680084, 0.004353261087089777, -0.019747748970985413, -0.057750154286623, -0.048622310161590576, -0.02973388135433197, -0.01501226145774126, -0.04356388375163078, 0.037720583379268646, 0.033199697732925415, 0.03076322004199028, 0.00905812717974186, -0.02397960238158703, -0.03528155758976936, -0.02365976758301258, 0.05772300437092781, 0.0177569892257452, -0.052083101123571396, -0.04201195389032364, 0.0051727755926549435, 0.001993214711546898, -0.000636438257060945, -0.024170391261577606, -0.05437980964779854, 0.08733690530061722, 0.03442389890551567, 0.00566492835059762, 0.02399982139468193, -0.0034557608887553215, -0.03482687473297119, -0.022174416109919548, -0.06374530494213104, -0.030459148809313774, -0.005835521500557661, -0.019937464967370033, -0.05097287520766258, -0.025106506422162056, -0.04526929557323456, -0.018490305170416832, 0.0019382855389267206, 0.021442733705043793, 0.03539019823074341, 0.021734196692705154, 0.03355725109577179, 0.01621558517217636, -0.018959973007440567, -0.013587786816060543, 0.03573266789317131, -0.025252649560570717, -0.003527027554810047, -0.06861159950494766, -0.043774668127298355, 0.02962793968617916, -0.0040819416753947735, -0.00782732479274273, -0.014826761558651924, 0.034838445484638214, 0.04057877138257027, 0.006099135149270296, 0.033217933028936386, -0.0631726086139679, 0.0023128229659050703, -0.0436132550239563, -0.025428585708141327, -0.04840785637497902, -0.029115280136466026, -0.005855146795511246, -0.011127151548862457, 0.044620249420404434, -0.09178365767002106, -0.03219104930758476, -0.030330674722790718, 0.021810242906212807, 0.04692180082201958, -0.015933271497488022, -0.056303344666957855, -0.0093320831656456, -0.0353768914937973, -0.022677253931760788, -0.0006916950223967433, -0.008508503437042236, 0.0067358557134866714, 0.03128882125020027, 0.011419923044741154, -0.022713705897331238, 0.05297147110104561, 0.012997038662433624, 0.06406109780073166, 0.05033617466688156, -0.029053496196866035, 0.023412128910422325, -0.029234524816274643, 0.028987083584070206, -0.0023788560647517443, -0.03131142631173134, -0.03787665069103241, -0.11122674494981766, -0.04487166926264763, 0.027210822328925133, -0.015383762307465076, 0.0008055586949922144, 0.02919791452586651, -0.04635929316282272, -0.0058427476324141026, -0.003625500714406371, 0.03961988538503647, 0.031008226796984673, -0.03407948464155197, 0.06038687005639076, 0.022845428436994553, 0.025668155401945114, -0.059291284531354904, 0.0006375462980940938, -0.0524815209209919, -0.01335308700799942, -0.008837681263685226, 0.05049196630716324, 0.0049991300329566, 0.06606654822826385, 0.08014899492263794, 0.04084558039903641, -0.03309587016701698, 0.04504232108592987, 0.08147456496953964, -0.024175146594643593, -0.03322136402130127, -0.0077256751246750355, -0.017708173021674156, -0.02531474083662033, -0.002868631621822715, -0.0346374548971653, 0.03638744726777077, 0.03872760757803917, -0.007263049017637968, 0.0040190923027694225, -0.0039345924742519855, -0.0373179130256176, -0.017211077734827995, -0.06366356462240219, -0.014402709901332855, -0.004718897398561239, -0.013342579826712608, 0.05345380678772926, 0.04418826103210449, 0.015564045868813992, 0.06133105233311653, 0.01680019311606884, -0.01135227084159851, -0.043475959450006485, 0.025508616119623184, 0.01979857124388218, -0.04274487495422363, -0.04725952818989754, -0.06015615910291672, 0.03044840879738331, 0.038062598556280136, -0.040896978229284286, -0.08307704329490662, 0.02323184907436371, 0.04564988240599632, -0.032659463584423065, 0.06265293061733246, -0.009886730462312698, 0.056373365223407745, 0.02717139758169651, 0.015049704350531101, 0.04156021401286125, -0.0735306367278099, 0.027917658910155296, -0.026567326858639717, 0.01772167533636093, -0.06017626076936722, -0.057661477476358414, -0.05969100818037987, 0.04137861356139183, 0.02416255511343479, 0.019973821938037872, 0.0124058211222291, -0.045614998787641525, -0.04739302024245262, 0.0028669352177530527, 0.032619718462228775, -0.014924763701856136, 0.012933677062392235, 0.030782567337155342, 0.054644327610731125, -0.055155761539936066, 0.004288211930543184, 0.009260418824851513, 0.01915285736322403, 0.014170465059578419, -0.011524742469191551, -0.03970988839864731, -0.020908085629343987, 0.02757289819419384, -0.04798489809036255, -0.03213321045041084, -0.08817512542009354, 0.016460880637168884, -0.03136856108903885, -0.03925877809524536, 0.07629844546318054, 0.06511789560317993, 0.06414741277694702, 0.06559279561042786, -0.0046368930488824844, 0.055364593863487244, -0.020562419667840004, 0.013997670263051987, -0.036378733813762665, -0.02921091951429844, -0.000641455058939755, -0.07258094847202301, -0.026792893186211586, -0.04390908405184746, -0.03653336688876152, -0.038155458867549896, 0.007689281366765499, 0.01603875309228897, -0.0038457016926258802, -0.010287512093782425, 0.015644285827875137, 0.009740164503455162, -0.02724294550716877, -0.03178899735212326, -0.0051485695876181126, -0.018630750477313995, -0.0829312652349472, -0.06732331961393356, 0.02197951264679432, -0.033106014132499695, 0.001181298983283341, 0.00660454947501421, 0.018218068405985832, 0.04214215651154518, -0.008688077330589294, -0.013545583002269268, 0.013558072969317436, 0.03608505800366402, -0.02655237540602684, -0.022322796285152435, 0.009317767806351185, 0.018229521811008453, 0.011191422119736671, -0.03274262696504593, 0.03838657587766647, 0.010682904161512852, -0.06082858517765999, -0.015673838555812836, 0.028128119185566902, 0.018448365852236748, -0.06643826514482498, -0.016711503267288208, -0.04303114116191864, -0.03495277091860771, 0.013943182304501534, -0.04046916589140892, -0.02834388241171837, -0.007897336967289448, 0.04478063806891441, 0.02596174366772175, -0.0038293455727398396, -0.0330030582845211, 0.002258419059216976, -0.018347105011343956, 0.0007058203918859363, -0.06069542095065117, 0.027101093903183937, -0.03459667041897774, 0.013628157787024975, -0.017717713490128517, 0.0224863700568676, -0.03498679772019386, 0.04657117649912834, -0.020797505974769592, 0.0022599848452955484, -0.0031911181285977364, -0.0197125431150198, 0.003579555545002222, 0.059086620807647705, 0.00859986525028944, 0.004516263958066702, -0.03800267353653908, 0.06419435143470764, -0.05101558193564415, 0.006126431282609701, -0.008392810821533203, -0.03360980004072189, -0.016296053305268288, 0.010082729160785675, 0.012491423636674881, -0.06072958931326866, 0.023944709450006485, 0.028879258781671524, 0.025414034724235535, 0.036879342049360275, -0.010953688062727451, 0.013564957305788994, 0.019636141136288643, -0.04925885424017906, -0.0320468507707119, -0.0009966575307771564, 0.00039047907921485603, 0.02032940648496151, 0.056777920573949814, 0.021374711766839027, -0.06046967953443527, -0.023610690608620644, 0.02951936237514019, 0.025951040908694267, 0.016201166436076164, 0.006957570556551218, 0.041340816766023636, 0.060971375554800034, 0.058626845479011536, 0.0030584344640374184, -0.010810192674398422, 0.02469489350914955, -0.023438509553670883, -0.018720274791121483, -0.0065659889951348305, 0.003531493479385972, -0.0035664695315063, -0.031120512634515762, -0.03242110460996628, 0.06175059452652931, -0.017973311245441437, -0.0017650019144639373, -0.013985161669552326, -0.043482840061187744, 0.06312578916549683, -0.003777795471251011, -0.039799418300390244, -0.0051696039736270905, 0.04437372088432312, -0.020594745874404907, 0.037693530321121216, -0.01915791817009449, 0.010173201560974121, 0.06054268777370453, 0.02924790047109127, 0.012752755545079708, 0.01092375535517931, -0.016469139605760574, -0.012819227762520313, 0.016415704041719437, -0.036822762340307236, -0.010339341126382351, -0.025807950645685196, 0.07307370007038116, -0.05295378342270851, 0.05250368267297745, 0.031020119786262512, 0.05170450732111931, 0.018260890617966652, -0.05014621093869209, -0.035358868539333344, -0.020428741350769997, -0.028458131477236748, 0.06293527036905289, -0.006792952306568623, -0.03091408871114254, 0.06992657482624054, 0.0367346927523613, -0.08495144546031952, 0.041537582874298096, 0.051831796765327454, 0.048971813172101974, 0.0246536023914814, 0.05208602920174599, -0.041893769055604935, 0.021785793825984, -0.014476099982857704, 0.0022524315863847733, -0.04791705310344696, -0.005164967849850655, -0.021535471081733704, -0.05388174206018448, -0.008705059997737408, 0.030670220032334328, -0.027918674051761627, -0.002329430542886257, 0.015599215403199196, -0.02824353612959385, -0.05129864811897278, 0.00015935544797684997, 0.022671103477478027, -0.014033052138984203, -0.020155951380729675, -0.029901927337050438, 0.018771808594465256, 0.03727889806032181, -0.012074698694050312, -0.05810162425041199, 0.017395049333572388, -0.006903636269271374, -0.06437139958143234, -0.05128618702292442, 0.055311139672994614, 0.021172426640987396, -0.011104762554168701, -0.008882871828973293, 0.03111633099615574, 0.021342629566788673, 0.03109484538435936, -0.015669601038098335, 0.0026514327619224787, -0.07140190899372101, 0.01179542951285839, 0.01072971522808075, 0.013106911443173885, 0.00225641462020576, -0.009025457315146923, 0.03276130184531212, 0.08546469360589981, 0.03920162096619606, 0.011641960591077805, -0.049812816083431244, -0.027748866006731987, -0.007423591800034046, -0.04494519531726837, 0.04730309918522835, 0.004165622405707836, -0.06369055807590485, -0.020582864060997963, -0.02983442135155201, 0.0044859335757792, 0.0335991233587265, -0.03278465196490288, 0.014319871552288532, 0.022350328043103218, 0.002308884169906378, -0.031632449477910995, -0.10179610550403595, -0.03864321857690811, -0.01850048080086708, 0.02886378765106201, 0.0327327586710453, -0.0683169737458229, 0.03294786438345909, -0.03673329949378967, -0.0014927865704521537, 0.05495557188987732, 0.0008239159360527992, -0.010028805583715439, 0.06321638077497482, 0.06373026967048645, -0.04986470937728882, 0.06407183408737183, 0.03095393441617489, -0.029437880963087082, 0.0517045296728611, 0.015284692868590355, 0.019662626087665558, 0.010627874173223972, 0.02564666047692299, -0.012947707436978817, -0.015812953934073448, -0.014926564879715443, -0.038208913058042526, 0.0019444898935034871, -0.006575033534318209, 0.04541146755218506 ]
AnonymousSub/rule_based_twostagetriplet_hier_epochs_1_shard_1_wikiqa
[ "pytorch", "bert", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "BertForSequenceClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
27
null
--- title: Test Space emoji: 🔥 colorFrom: indigo colorTo: blue sdk: gradio app_file: app.py pinned: false --- # Configuration `title`: _string_ Display title for the Space `emoji`: _string_ Space emoji (emoji-only character allowed) `colorFrom`: _string_ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray) `colorTo`: _string_ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray) `sdk`: _string_ Can be either `gradio` or `streamlit` `sdk_version` : _string_ Only applicable for `streamlit` SDK. See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions. `app_file`: _string_ Path to your main application file (which contains either `gradio` or `streamlit` Python code). Path is relative to the root of the repository. `pinned`: _boolean_ Whether the Space stays on top of your list.
[ -0.008693879470229149, -0.030863989144563675, -0.03255222737789154, 0.04267415404319763, 0.07779698073863983, 0.008442370221018791, 0.006475940812379122, 0.006806851830333471, -0.03435613214969635, 0.030780619010329247, 0.012501586228609085, 0.031512197107076645, 0.057714201509952545, 0.0315089076757431, -0.004296645987778902, -0.04328133165836334, -0.032798077911138535, -0.03521135076880455, -0.014552775770425797, 0.004801358561962843, 0.0386897437274456, 0.003145199967548251, 0.007074521854519844, 0.030350245535373688, 0.010986645705997944, 0.010812773369252682, -0.0016219110693782568, -0.012437389232218266, 0.059065237641334534, -0.07413486391305923, 0.005567631218582392, -0.018861468881368637, -0.033235497772693634, -0.012601357884705067, -0.042229063808918, 0.015064109116792679, 0.017895974218845367, 0.01201589684933424, -0.0011207174975425005, 0.03398096188902855, 0.011783186346292496, 0.00025049419491551816, -0.018704388290643692, -0.024636920541524887, 0.05200434476137161, -0.007155606988817453, -0.02126091904938221, 0.0006259985966607928, 0.06628315150737762, -0.012734482064843178, -0.07422567903995514, -0.06585093587636948, -0.04387214779853821, -0.017486844211816788, 0.0004851900157518685, 0.005789272952824831, -0.07378806918859482, 0.01964905485510826, 0.0567476861178875, -0.03988751769065857, -0.059637803584337234, 0.014115570113062859, -0.05126930773258209, 0.011603566817939281, 0.03211290016770363, -0.025045281276106834, 0.018721846863627434, -0.005472476128488779, 0.02628326416015625, -0.03324970602989197, 0.028167547658085823, -0.06881127506494522, 0.015416151843965054, -0.05793844163417816, -0.012773208320140839, -0.012178108096122742, 0.045237135142087936, 0.03773324936628342, -0.053428374230861664, 0.06856576353311539, -0.02358294278383255, 0.020572103559970856, 0.025788377970457077, 0.00895699206739664, -0.03925935551524162, 0.04991236701607704, -0.05192643031477928, 0.03026455081999302, 0.007404096890240908, 0.041670527309179306, -0.04566406086087227, -0.049266502261161804, -0.00855835247784853, -0.03236659616231918, -0.0028668080922216177, 0.036335136741399765, 0.04453779384493828, 0.019599786028265953, 0.03439417853951454, 0.03912556916475296, 0.013460244052112103, 0.04658712074160576, 0.008457101881504059, 0.0511418841779232, 0.008275589905679226, -0.02957882732152939, -0.02392541617155075, -0.027448497712612152, -0.06954970955848694, 0.03737438842654228, 0.01643819361925125, -0.02172667346894741, -0.027305524796247482, 0.0316605307161808, -0.015238246880471706, 0.0044321599416434765, 0.0318867564201355, -0.003557051531970501, -0.04276667907834053, -0.04908858984708786, 0.04675561189651489, 0.042092036455869675, -0.005250946618616581, -0.015304859727621078, 0.0038695998955518007, 0.02149183861911297, -0.0308605395257473, -0.005460482090711594, -0.04714189097285271, 0.03894748166203499, -0.004197568167001009, 0.038915447890758514, -0.004871875047683716, -0.06324860453605652, -0.010372149758040905, 0.007142594084143639, -0.052633136510849, 0.047609709203243256, 0.021982548758387566, 0.08669960498809814, -0.07177673280239105, -0.05753885582089424, 0.024494919925928116, 0.012745274230837822, -0.04644917696714401, -0.000844895897898823, 0.0030334186740219593, -0.040383704006671906, -0.0254465714097023, -0.014558408409357071, 0.01133961882442236, -0.01597455143928528, -0.04238232225179672, 0.04644252359867096, -0.01619417779147625, 0.015983620658516884, -0.035328321158885956, -0.002068504923954606, 0.015406329184770584, -0.014843479730188847, -0.010338187217712402, 0.018479004502296448, -0.017888691276311874, -0.05848221480846405, -0.02868400141596794, -0.007359313778579235, 0.0048854174092411995, 0.09202107042074203, -0.012500998564064503, -0.011372181586921215, -0.0372261181473732, 0.00008556486136512831, -0.004492285195738077, 0.019730541855096817, 0.005440662615001202, 0.012483629398047924, 0.06573864817619324, 0.05213187634944916, -0.05090135335922241, 0.03070829249918461, 0.010842690244317055, -0.029867108911275864, -0.04826843738555908, 0.052314210683107376, 0.019630808383226395, -0.004942817613482475, 0.026021616533398628, 0.040510520339012146, -0.017583303153514862, -0.02625652775168419, 0.010003283619880676, 0.08525357395410538, 0.007646625395864248, -0.03846591338515282, 0.014076503925025463, 0.0060593923553824425, 0.009279405698180199, 0.036970946937799454, -0.05058172717690468, -0.015850350260734558, -0.03830697759985924, -0.004200744908303022, 0.0018578065792098641, -0.00644806819036603, 0.03574327006936073, 0.0029653338715434074, 0.015020412392914295, 0.11167608946561813, -0.048251762986183167, 0.03237078711390495, -0.05422368273139, -0.0945264920592308, -0.019493641331791878, 0.05304628238081932, 0.0589572973549366, 0.031770698726177216, -0.013664021156728268, -0.02983379177749157, 0.00010512751032365486, 0.06358509510755539, 0.021062998101115227, -0.016079310327768326, -0.025252940133213997, 0.00148156622890383, 0.06848558783531189, 0.05180102959275246, 0.005062246695160866, -0.03856391832232475, 0.025751376524567604, 0.040707677602767944, -0.019653156399726868, -0.010510369203984737, -0.022456923499703407, 0.004500356037169695, -0.0505029670894146, -0.052939046174287796, 0.05167033523321152, -0.007254376076161861, 0.027995983138680458, -0.0016415846766903996, -0.016683343797922134, -0.004529575351625681, 0.02182016894221306, -0.0011052683694288135, 0.04987473413348198, -0.0429181307554245, 0.026392841711640358, 0.031866710633039474, 0.07527501881122589, -0.03596116229891777, 0.036131199449300766, 0.008295026607811451, 0.02427162230014801, 0.021581951528787613, -0.03821904957294464, 0.026913976296782494, 0.04994542896747589, 0.030916955322027206, -0.035195622593164444, 0.03637869283556938, 0.029256217181682587, -7.937856025819201e-7, 0.03455505520105362, -0.00866270437836647, 0.029773931950330734, -0.02288689650595188, 0.02658592164516449, 0.05072128772735596, -0.0018124961061403155, 0.015513199381530285, 0.024952156469225883, 0.06856334209442139, -0.01800227165222168, -0.013951192609965801, 0.07170914113521576, -0.09425294399261475, 0.0046371170319616795, 0.002863373840227723, 0.024588193744421005, -0.000006213250799191883, 0.00633298559114337, 0.01124351006001234, 0.002352943178266287, -0.044804517179727554, 0.008612282574176788, 0.0302017480134964, 0.001338691683486104, 0.03606323152780533, -0.054783791303634644, 0.006669844500720501, -0.009992620907723904, -0.024730466306209564, 0.008615277707576752, -0.05643078312277794, -0.06806602329015732, -0.056515924632549286, -0.037542831152677536, 0.023380491882562637, -0.05414842069149017, -0.03400738164782524, -0.08285453170537949, 0.006395368371158838, 0.05271965265274048, -0.012765738181769848, -0.01127782091498375, -0.04376685619354248, 0.02677888795733452, -0.03568466380238533, -0.03914899379014969, -0.04690253362059593, -0.04088751971721649, -0.0374697670340538, -0.08393190801143646, 0.034101661294698715, 0.029551515355706215, 0.025912875309586525, 0.007815164513885975, 0.001581434509716928, -0.05994311347603798, -0.014490560628473759, 0.0731293261051178, 0.02139527164399624, -0.004379281774163246, -0.023107482120394707, 0.03380071744322777, -0.009442399255931377, 0.0016012272099032998, 0.015133718028664589, -0.055924106389284134, 0.08096931874752045, 0.06523257493972778, -0.009639694355428219, 0.013893140479922295, 0.02468433789908886, -0.03368441015481949, -0.044643595814704895, -0.051920849829912186, -0.041384462267160416, -0.011588482186198235, -0.03451187163591385, -0.03536412492394447, -0.05216856673359871, -0.033914949744939804, 0.016988785937428474, -0.02279936522245407, 0.01093211118131876, 0.04514734074473381, 0.0378580167889595, 0.04504522681236267, 0.06777368485927582, -0.050360310822725296, -0.02924249693751335, 0.046031005680561066, 0.011907165870070457, -0.03196754679083824, -0.08019500225782394, -0.048708394169807434, 0.016043778508901596, -0.008471120148897171, -0.019941944628953934, -0.024411441758275032, 0.04102526605129242, 0.03434458374977112, -0.01853194832801819, 0.021978892385959625, 0.005582130514085293, 0.018220096826553345, -0.010593349114060402, 0.008781949058175087, -0.04078945145010948, -0.01901738904416561, 0.010717557743191719, -0.04531404376029968, 0.034849826246500015, -0.055068489164114, -0.08081178367137909, -0.027974894270300865, 0.027210455387830734, 0.021116286516189575, -0.0006099711754359305, -0.043243903666734695, -0.012566032819449902, -0.08458887040615082, -0.015673236921429634, 0.03715773671865463, -0.025199376046657562, 0.005539938807487488, 0.04131297767162323, 0.026160528883337975, -0.004295919556170702, 0.023317059502005577, 0.016115950420498848, 0.00496292021125555, 0.019356606528162956, -0.03720007836818695, 0.05833904817700386, -0.021036934107542038, 0.0334213450551033, 0.01025055255740881, -0.0005634945118799806, -0.004605318419635296, -0.11465902626514435, -0.0019486777018755674, 0.022672733291983604, 0.025910761207342148, -0.010906721465289593, 0.018752360716462135, -0.050540741533041, -0.03666376322507858, 0.008441487327218056, -0.0216154046356678, 0.041404593735933304, -0.05625533312559128, 0.05598950386047363, -0.02938733622431755, 0.04959019646048546, -0.008509816601872444, 0.002201284747570753, -0.010663502849638462, -0.02623414434492588, 0.01645502820611, 0.05683673173189163, 0.011124472133815289, 0.033764347434043884, 0.06970122456550598, 0.036147620528936386, -0.007892071269452572, 0.06014731526374817, 0.03528650477528572, 0.017279956489801407, -0.06468027830123901, 0.0365605391561985, -0.01897306740283966, -0.007072848733514547, -0.014078871347010136, -0.004512391053140163, 0.022357001900672913, 0.027313873171806335, -0.008327057585120201, -0.006808885373175144, 0.011196496896445751, -0.05090021342039108, -0.03235470503568649, -0.044796645641326904, -0.017433177679777145, 0.0060547939501702785, 0.005974364932626486, -0.002366999862715602, 0.041448041796684265, -0.022616498172283173, 0.053186770528554916, 0.036068785935640335, 0.003966825548559427, -0.023457810282707214, 0.025874348357319832, 0.033086955547332764, -0.05186495557427406, -0.09738986939191818, -0.027968667447566986, 0.01587454229593277, 0.0354631133377552, 0.01814897358417511, -0.04184243083000183, 0.035905301570892334, 0.03708669915795326, -0.037838079035282135, 0.049173057079315186, 0.04375705122947693, 0.029328202828764915, 0.020933479070663452, -0.003223199164494872, 0.03290059417486191, -0.001227978034876287, -0.00687764585018158, -0.00876595824956894, 0.048316746950149536, -0.006946178153157234, -0.030549900606274605, -0.019289791584014893, 0.03146235644817352, 0.021571805700659752, 0.021135402843356133, 0.06708265095949173, -0.04392622783780098, -0.03795725852251053, -0.02557232975959778, 0.030825583264231682, -0.044632237404584885, 0.018344124779105186, 0.029076002538204193, 0.05052385851740837, -0.01982763595879078, -0.03654239699244499, -0.001988469623029232, -0.03920292854309082, 0.03651756793260574, -0.009030977264046669, -0.0247048269957304, -0.04575888812541962, 0.027361026033759117, 0.031760357320308685, -0.06848135590553284, -0.07471976429224014, 0.028156520798802376, 0.00019474304281175137, -0.01564166322350502, 0.08291332423686981, -0.001569999847561121, 0.047191083431243896, 0.05919449031352997, 0.031354840844869614, 0.0334361270070076, -0.03055887296795845, 0.050032101571559906, -0.035533588379621506, -0.03458980843424797, 0.0025936237070709467, -0.029154811054468155, -0.029238417744636536, -0.01601729914546013, -0.073518306016922, -0.03941933438181877, -0.017287202179431915, 0.031221110373735428, 0.027540598064661026, -0.01852862536907196, 0.008069468662142754, 0.013934261165559292, -0.00705367187038064, -0.027997365221381187, -0.04105743020772934, -0.03941519185900688, -0.03680601343512535, -0.052376553416252136, 0.04026233032345772, 0.009408759884536266, 0.03372757136821747, 0.018216507509350777, 0.03737454116344452, 0.060457922518253326, 0.02074115350842476, -0.006503376178443432, 0.05080525949597359, 0.014633050188422203, -0.028730379417538643, -0.02139560878276825, -0.013063018210232258, 0.029211945831775665, 0.03804134204983711, -0.004624224733561277, 0.04501166567206383, 0.0106805469840765, -0.01218370907008648, -0.010560408234596252, 0.04092451557517052, 0.012812310829758644, -0.027115721255540848, -0.03169766440987587, 0.001959872664883733, -0.023941511288285255, 0.025957992300391197, -0.01911327615380287, 0.0014377845218405128, 0.021428996697068214, 0.03604796528816223, 0.061607882380485535, -0.02006070874631405, -0.019795972853899002, 0.004422688856720924, -0.03908011317253113, 0.002901569940149784, -0.06541670113801956, -0.012025631032884121, -0.02411612682044506, -0.029366768896579742, -0.035417329519987106, 0.02086831070482731, -0.04008405655622482, 0.061963245272636414, -0.01329707819968462, -0.005133934784680605, -0.017745958641171455, 0.010951019823551178, -0.034445662051439285, 0.058525118976831436, -0.01060597226023674, 0.020861664786934853, -0.029253242537379265, 0.019749898463487625, -0.06505870819091797, 0.0009767678566277027, -0.018360940739512444, -0.008497688919305801, -0.01944226212799549, -0.026625197380781174, -0.01832783780992031, -0.02351468615233898, 0.01331407018005848, 0.055242281407117844, -0.00520785478875041, -0.01009930856525898, -0.040705155581235886, 0.016516832634806633, 0.04028318077325821, -0.047815971076488495, -0.021018287166953087, 0.0005855406634509563, -0.009979291819036007, -0.020906561985611916, 0.022365471348166466, 0.035174913704395294, -0.06675679981708527, -0.04777643829584122, 0.0648215040564537, 0.007305881008505821, 0.008893212303519249, -0.01731916517019272, 0.01997164636850357, 0.07125324755907059, 0.024416791275143623, -0.03385806828737259, 0.00009897722338791937, -0.007484113331884146, 0.01701156422495842, 0.015782123431563377, -0.0185418538749218, 0.04433184489607811, -0.017278535291552544, -0.01787136308848858, 0.010695379227399826, 0.10735299438238144, 0.06319843232631683, 0.03872111067175865, 0.004511584527790546, -0.0536649152636528, 0.028009627014398575, -0.0032728100195527077, -0.029503878206014633, 0.01747547835111618, 0.034924671053886414, -0.009022324346005917, 0.06974603235721588, -0.021807242184877396, -0.00021354352065827698, 0.01514497771859169, 0.02866080403327942, -0.00433333357796073, 0.06775816529989243, -0.012583230622112751, 0.034240659326314926, 0.03748904541134834, -0.041744720190763474, -0.0036960323341190815, -0.04916805028915405, 0.052948471158742905, -0.07871540635824203, 0.044017355889081955, -0.009686148725450039, 0.005838440265506506, 0.019106732681393623, 0.011339045129716396, -0.0634826123714447, 0.05248577147722244, -0.05350525304675102, 0.054129309952259064, 0.010236748494207859, -0.08092306554317474, 0.05940738692879677, 0.011243265122175217, -0.1003076434135437, 0.0377257876098156, 0.0643574446439743, -0.01761408895254135, 0.050245143473148346, 0.057605206966400146, -0.02727282978594303, 0.02540965937077999, -0.0160906370729208, 0.048300500959157944, -0.031743865460157394, -0.02766231633722782, 0.0176409762352705, -0.02309027872979641, -0.024246608838438988, 0.029010146856307983, 0.004782232455909252, 0.006826139986515045, 0.02324535697698593, -0.05898279324173927, -0.01545280683785677, 0.0323583222925663, 0.04438793286681175, 0.009067980572581291, -0.011299313977360725, -0.003824169049039483, 0.01567758433520794, 0.03446381911635399, 0.017090804874897003, -0.004700740799307823, 0.044277373701334, 0.032823771238327026, -0.08083818852901459, -0.04120408743619919, 0.03901934623718262, -0.0030853506177663803, -0.05703900754451752, 0.025047294795513153, 0.020272711291909218, 0.045742496848106384, 0.0033125232439488173, -0.02424672804772854, -0.012063347734510899, -0.0504847951233387, -0.0039671012200415134, -0.0031037272419780493, 0.012933432124555111, 0.00914889294654131, -0.0033959527499973774, 0.026898669078946114, 0.009595666080713272, 0.02625897340476513, -0.024724476039409637, -0.016598578542470932, -0.03369029238820076, -0.009020840749144554, -0.058773767203092575, 0.02453784830868244, 0.001213239273056388, -0.05910955369472504, -0.04591239616274834, -0.007415812462568283, 0.009551591239869595, 0.054611947387456894, -0.048310164362192154, -0.007383855991065502, 0.04668382555246353, -0.007689866237342358, -0.04270799085497856, -0.08079597353935242, -0.05884316563606262, -0.0199113879352808, 0.04774986580014229, 0.04322459548711777, -0.031181976199150085, 0.020611794665455818, -0.018666965886950493, -0.02397202141582966, 0.020781099796295166, 0.04904055967926979, -0.05927794799208641, 0.0356641486287117, 0.06439169496297836, -0.039193667471408844, 0.03788609430193901, -0.01390152983367443, -0.025044869631528854, 0.015407242812216282, 0.016018616035580635, 0.01900656707584858, 0.016300857067108154, 0.038191698491573334, -0.0207875594496727, -0.017090339213609695, 0.006570546422153711, -0.0126615846529603, -0.010534766130149364, 0.030894014984369278, 0.05061795189976692 ]
Anthos23/test_trainer
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
null
This model is the fine-tuned model of "akdeniz27/bert-base-hungarian-cased-ner" using WikiANN-hu dataset.
[ -0.01842474937438965, -0.024415163323283195, -0.017298704013228416, 0.0401994027197361, 0.019182123243808746, 0.015024162828922272, 0.005667300894856453, -0.02590649388730526, -0.04540763050317764, 0.03303443640470505, 0.039672378450632095, -0.004583156201988459, 0.026871534064412117, 0.03393804281949997, -0.029629351571202278, -0.008687581866979599, 0.0020165755413472652, -0.008603227324783802, -0.04747631400823593, -0.010722539387643337, -0.019329147413372993, 0.022287646308541298, -0.007339480333030224, 0.03153074160218239, 0.016224330291152, 0.003672521561384201, -0.02948339469730854, 0.046148985624313354, 0.039481859654188156, -0.050968851894140244, 0.009972835890948772, -0.02264561504125595, -0.04214751347899437, -0.03756844252347946, -0.05163273587822914, -0.022295953705906868, 0.00023857378982938826, -0.002353867283090949, 0.018416527658700943, 0.06694140285253525, -0.04927073419094086, 0.038929764181375504, 0.028731901198625565, -0.047850728034973145, 0.04156233370304108, 0.016827184706926346, -0.05635671690106392, -0.03334776312112808, 0.05363350361585617, -0.04681334272027016, -0.04349294304847717, -0.0502130351960659, -0.03299465775489807, 0.027739617973566055, -0.007974078878760338, -0.01764555089175701, -0.034399956464767456, 0.00325812678784132, 0.07145090401172638, -0.042624473571777344, -0.025074446573853493, -0.005484787281602621, -0.07375309616327286, 0.02204451896250248, 0.04606940224766731, -0.000011998274203506298, 0.015947172418236732, -0.03495272621512413, 0.07171828299760818, -0.022829897701740265, 0.033555082976818085, -0.02870682068169117, 0.006559742148965597, -0.07906167954206467, -0.04088650271296501, 0.0004852352140005678, 0.056332431733608246, 0.04997291415929794, -0.039995450526475906, 0.05807320401072502, 0.007654130458831787, -0.0004313871031627059, 0.04882550239562988, -0.012079538777470589, -0.017315808683633804, 0.0414796806871891, -0.03787093982100487, 0.004526270553469658, 0.000055034452088875696, 0.04526003822684288, -0.045186858624219894, -0.02784441038966179, -0.0040775565430521965, -0.014202111400663853, -0.039637401700019836, 0.021404985338449478, 0.019210346043109894, 0.007478504907339811, 0.007318960502743721, 0.020964274182915688, 0.009864459745585918, 0.05262034758925438, -0.03786742314696312, 0.021478526294231415, 0.015849588438868523, 0.007454320322722197, 0.011920883320271969, -0.026257535442709923, -0.035906873643398285, 0.03282099962234497, 0.009126047603785992, -0.041104186326265335, -0.03831449896097183, 0.03270814195275307, -0.00035753173870034516, -0.0415785126388073, 0.05581217259168625, -0.03116530366241932, -0.040768399834632874, -0.02254825085401535, 0.014736673794686794, -0.003533675568178296, 0.004206528887152672, -0.022715363651514053, -0.03420646861195564, 0.005919110029935837, -0.03505273535847664, -0.004708427470177412, -0.003503896528854966, -0.0019659048411995173, -0.012853923253715038, 0.044115375727415085, 0.03941846266388893, -0.1199091374874115, -0.0016269951593130827, 0.011148172430694103, -0.06856417655944824, 0.02827657386660576, -0.001099033746868372, 0.09455103427171707, -0.033749476075172424, -0.04789389297366142, -0.02209070511162281, 0.03046615608036518, -0.018374895676970482, 0.008356024511158466, 0.026593217626214027, -0.049369025975465775, -0.007173291873186827, -0.023136533796787262, 0.058457620441913605, -0.052548956125974655, 0.0023171398788690567, 0.07545728236436844, -0.022333502769470215, 0.029709648340940475, -0.06904131174087524, 0.034088511019945145, -0.02159387618303299, 0.029496092349290848, -0.037793733179569244, 0.03902579843997955, -0.01101655513048172, -0.007266457192599773, -0.056283216923475266, -0.05344733968377113, 0.023516597226262093, 0.07511085271835327, -0.00158654002007097, -0.01333229336887598, -0.047127217054367065, 0.014852991327643394, 0.037502471357584, 0.010694542899727821, -0.023127539083361626, 0.05261616408824921, 0.016291094943881035, 0.028672393411397934, -0.004668397828936577, 0.03170863166451454, -0.014262712560594082, -0.03917480260133743, -0.016880985349416733, 0.007399928756058216, 0.027290046215057373, -0.02063971571624279, 0.01255773101001978, 0.06787519156932831, -0.002161211334168911, -0.048585984855890274, -0.023505358025431633, 0.06476253271102905, -0.013878620229661465, 0.009751238860189915, 0.0353248193860054, 0.0016812264220789075, -0.039716508239507675, 0.03191494196653366, -0.03300739824771881, 0.00456248689442873, -0.03486502543091774, -0.010449737310409546, -0.00738075515255332, 0.0028149383142590523, 0.02955908700823784, 0.04133814573287964, -0.01015677023679018, 0.08538567274808884, -0.049984078854322433, 0.03188764676451683, -0.066725954413414, -0.019284004345536232, -0.007789557334035635, 0.04256070777773857, 0.021939199417829514, 0.046887241303920746, -0.0010610377648845315, -0.06460963934659958, 0.011940092779695988, 0.0712474063038826, 0.03341297432780266, 0.0299021378159523, -0.02344455011188984, -0.02144550159573555, 0.04097586125135422, 0.05152943357825279, -0.04575645923614502, -0.06176307052373886, -0.009211092256009579, 0.02308567985892296, 0.006341829895973206, 0.004774961154907942, -0.019444020465016365, 0.032527223229408264, -0.021951498463749886, -0.06388402730226517, 0.042936988174915314, 0.0022689977195113897, -0.011844241060316563, 0.024048959836363792, -0.02644912526011467, 0.006231832318007946, 0.00673698028549552, 0.010213409550487995, -0.012761779129505157, -0.05610988661646843, -0.003103847149759531, 0.0066488091833889484, 0.07235875725746155, -0.05217621475458145, 0.04034890606999397, 0.0018665330717340112, 0.010221808217465878, 0.015340553596615791, -0.049657464027404785, 0.04426272213459015, 0.056059326976537704, 0.00796936359256506, -0.04453887417912483, 0.037553440779447556, 0.036692775785923004, 0.05703987553715706, 0.05585629492998123, 0.03226155415177345, 0.06569463014602661, -0.00947575643658638, 0.05041675642132759, 0.0661860927939415, 0.028277914971113205, -0.003202771535143256, 0.03343899920582771, 0.058695994317531586, -0.02670593373477459, -0.0005257383454591036, 0.07700929045677185, -0.02760542929172516, 0.019819609820842743, -0.06395383924245834, -0.004649044014513493, -0.004774348344653845, -0.010205079801380634, 0.06601345539093018, -0.004627535585314035, 0.02284891903400421, -0.009110657498240471, -0.028550906106829643, 0.014830708503723145, 0.040546294301748276, 0.0019722890574485064, 0.02319786697626114, -0.008653533644974232, -0.023410754278302193, -0.0026930407620966434, -0.04783392697572708, -0.03000033088028431, -0.013644135557115078, -0.030577998608350754, -0.0066726431250572205, -0.08330364525318146, -0.009197352454066277, -0.06465315073728561, -0.02539336308836937, 0.04392073303461075, 0.04485183209180832, -0.0008941799751482904, -0.035657815635204315, -0.006698965560644865, -0.03252636268734932, -0.05212534964084625, -0.06377964466810226, -0.03816182538866997, -0.05347688868641853, -0.04608869552612305, 0.03074052557349205, 0.03481793776154518, 0.016796914860606194, -0.004097847733646631, 0.01904071308672428, -0.034024693071842194, -0.026189718395471573, 0.03159652277827263, 0.052444349974393845, -0.03683338686823845, -0.03537474200129509, 0.027584588155150414, -0.018547803163528442, 0.04376642033457756, -0.02346886694431305, -0.05086768791079521, 0.03286321833729744, 0.08055169135332108, 0.030572067946195602, 0.012278420850634575, 0.024711906909942627, -0.06794791668653488, -0.04656849429011345, -0.02681993693113327, -0.012578409165143967, -0.033008597791194916, -0.01920814998447895, -0.03270330652594566, 0.0008490801556035876, -0.05967523902654648, -0.005262359976768494, -0.02669442817568779, -0.016577817499637604, -0.004927420057356358, 0.046132951974868774, 0.03686293959617615, 0.0386376827955246, -0.010259708389639854, -0.04915061593055725, 0.07519404590129852, -0.020020103082060814, -0.021279258653521538, -0.09497784078121185, -0.04222285747528076, 0.017380157485604286, 0.03819955140352249, 0.030263250693678856, -0.018598316237330437, 0.04833196476101875, 0.002907549263909459, 0.012582899071276188, -0.005827172193676233, -0.04842729866504669, -0.032761186361312866, 0.002809719415381551, 0.00892086885869503, 0.029774071648716927, -0.05682007595896721, -0.008178547024726868, 0.032673221081495285, 0.05925452709197998, -0.06571856141090393, -0.0343104712665081, -0.005555775016546249, 0.009034188464283943, 0.018099036067724228, -0.00032467764685861766, -0.059768758714199066, 0.014620080590248108, -0.053396355360746384, -0.04765639826655388, 0.02661481499671936, 0.03384897857904434, 0.019845755770802498, 0.04008789733052254, 0.03480150178074837, -0.026583610102534294, 0.050149913877248764, 0.04222922772169113, 0.0352432020008564, 0.015716619789600372, -0.026715418323874474, 0.032772719860076904, -0.04519055038690567, 0.011370059102773666, 0.006373187527060509, -0.025065848603844643, -0.036647163331508636, -0.07797058671712875, -0.025318816304206848, 0.0155880656093359, -0.01939496211707592, -0.008115580305457115, 0.017277058213949203, -0.01434681098908186, 0.00020080714602954686, 0.004391494207084179, 0.014092784374952316, 0.027220111340284348, -0.029757505282759666, 0.04743386432528496, 0.0015471996739506721, 0.014781508594751358, -0.048085566610097885, 0.00016651386977173388, -0.024458685889840126, -0.030977830290794373, 0.017761485651135445, 0.05067799985408783, 0.04517197608947754, 0.03273404389619827, 0.073637455701828, -0.006418727338314056, -0.013385051861405373, 0.05891558155417442, 0.05486484616994858, 0.004610431380569935, -0.06276736408472061, -0.004745768383145332, -0.00010151892638532445, -0.04417139291763306, 0.003944044467061758, -0.041618138551712036, 0.03547171130776405, 0.04983105883002281, -0.003712911857292056, 0.024690896272659302, 0.004821973852813244, 0.004367053508758545, -0.026695871725678444, -0.07798395305871964, 0.01389058493077755, 0.025226281955838203, -0.04312274605035782, 0.03223107010126114, 0.05671992525458336, 0.0023533515632152557, 0.06413882225751877, 0.039748482406139374, -0.022685330361127853, -0.06133865937590599, 0.052831243723630905, 0.02617564983665943, -0.052842121571302414, -0.08613935112953186, -0.022758733481168747, 0.024812445044517517, 0.04741516336798668, -0.015554139390587807, -0.08946903795003891, 0.005977783352136612, 0.056886039674282074, -0.043290991336107254, 0.06266671419143677, -0.0011192654492333531, 0.05539044737815857, 0.06410384923219681, -0.03550133854150772, 0.025674398988485336, -0.019400835037231445, -0.024599380791187286, 0.00721721863374114, 0.04091352969408035, -0.040843673050403595, -0.033409327268600464, -0.02086782082915306, 0.02121296152472496, 0.01862763985991478, 0.029254401102662086, 0.03288977965712547, -0.03386477008461952, -0.034315865486860275, -0.004238443914800882, 0.050058625638484955, -0.039218463003635406, 0.014983901754021645, 0.04101492092013359, 0.0011246632784605026, -0.04175834357738495, -0.05870372802019119, -0.014030941762030125, 0.0008384090033359826, 0.030024614185094833, -0.00893472321331501, -0.05355115979909897, -0.0326848141849041, -0.008867676369845867, -0.013000582344830036, 0.0019390751840546727, -0.08528393507003784, 0.018849650397896767, 0.002747791353613138, -0.044682569801807404, 0.03898881748318672, 0.03759324178099632, 0.02970537357032299, 0.046032000333070755, -0.0057737561874091625, -0.03031124733388424, -0.03356074169278145, 0.059353895485401154, -0.0448254719376564, -0.0313870944082737, 0.008065126836299896, -0.05936453118920326, -0.01906728185713291, -0.03534134104847908, -0.029331563040614128, -0.04973910376429558, 0.01568889431655407, 0.03118877485394478, -0.0029093699995428324, 0.019553828984498978, -0.013984112069010735, 0.042091235518455505, -0.05830739811062813, -0.044508736580610275, -0.029007837176322937, -0.009657329879701138, -0.061639558523893356, -0.035611461848020554, -0.005071916617453098, -0.014966457150876522, 0.029178032651543617, 0.016204839572310448, 0.005482554901391268, -0.016341855749487877, -0.00844509620219469, -0.053301531821489334, -0.0023112487979233265, 0.016520315781235695, -0.012781146913766861, -0.024729549884796143, -0.008915450423955917, 0.02855856530368328, 0.04640382528305054, -0.02525085024535656, 0.0471576564013958, 0.013315228745341301, -0.020358338952064514, -0.03204510360956192, 0.03535102307796478, 0.008473084308207035, -0.037572283297777176, -0.03363816812634468, -0.013082783669233322, -0.022430650889873505, 0.06503467261791229, -0.0397673137485981, -0.016874900087714195, 0.025327039882540703, -0.00986487790942192, 0.03488604724407196, 0.01685350574553013, -0.025838790461421013, 0.02331726811826229, -0.026906244456768036, 0.028207235038280487, -0.06704326719045639, 0.03374915197491646, -0.04546015337109566, 0.032561082392930984, -0.030110608786344528, -0.009111006744205952, -0.05799274519085884, 0.01272172573953867, -0.03561455383896828, -0.03155442699790001, -0.01857289858162403, 0.026706645265221596, -0.04348120838403702, 0.020550528541207314, -0.032422665506601334, -0.00814706739038229, -0.010981498286128044, 0.043469447642564774, -0.060623809695243835, 0.000417634000768885, -0.05550350993871689, -0.008420262485742569, -0.0612049363553524, -0.025543630123138428, 0.006086855661123991, -0.045981187373399734, 0.02980668656527996, 0.007053694687783718, 0.004048592410981655, 0.05758752301335335, -0.03433455526828766, -0.0034967325627803802, 0.019198913127183914, -0.060507699847221375, -0.01160228718072176, -0.022514192387461662, 0.03149069473147392, 0.004482113290578127, 0.08007577061653137, 0.03459051623940468, -0.054548874497413635, -0.05660298466682434, 0.009711057879030704, 0.02184407040476799, 0.0019597597420215607, 0.008172414265573025, 0.011717202141880989, 0.03667312487959862, 0.04977745935320854, -0.00007746269693598151, -0.010555394925177097, -0.02787872962653637, -0.054158613085746765, 0.018948260694742203, -0.008856541477143764, 0.028424963355064392, 0.008426330983638763, -0.025028301402926445, -0.027882415801286697, 0.058360107243061066, 0.02129499241709709, 0.013897852040827274, -0.02416280284523964, -0.050829336047172546, 0.049232419580221176, -0.005610150750726461, -0.04630231857299805, 0.02699902094900608, 0.030550353229045868, -0.06051354855298996, 0.0482393354177475, 0.006768432445824146, 0.019667671993374825, 0.06464242190122604, 0.03189105913043022, -0.03931865841150284, 0.04721437022089958, -0.029496710747480392, 0.002380886347964406, 0.02439095266163349, -0.06438669562339783, -0.023176170885562897, -0.026883810758590698, 0.0667496994137764, -0.04097050055861473, 0.025328686460852623, 0.05316232889890671, -0.00188305857591331, 0.026989515870809555, -0.06266450136899948, -0.02750188112258911, 0.023115871474146843, -0.017922669649124146, 0.06093046814203262, -0.019193781539797783, -0.032728198915719986, 0.042494095861911774, 0.0034911143593490124, -0.05718828737735748, 0.02912403829395771, -0.002396295079961419, 0.014542082324624062, 0.009447922930121422, 0.055726442486047745, -0.06178128346800804, 0.008567176759243011, -0.027564018964767456, 0.027321089059114456, -0.048808515071868896, -0.007268804125487804, 0.04137307405471802, -0.03369493409991264, -0.006458726245909929, 0.04091344401240349, -0.040594663470983505, -0.000044433043512981385, 0.03784831985831261, -0.019566169008612633, -0.034917186945676804, 0.011635638773441315, 0.021070145070552826, -0.021267658099532127, 0.0024212319403886795, -0.02944616600871086, 0.006409849971532822, 0.01918521709740162, -0.015229632146656513, -0.04446544498205185, 0.03101201355457306, 0.030900707468390465, -0.07681635767221451, -0.022006195038557053, 0.01468127965927124, -0.012009666301310062, -0.026359692215919495, 0.04402093216776848, 0.023372424766421318, 0.017004380002617836, 0.026582607999444008, 0.029734931886196136, 0.018268847838044167, -0.04412556439638138, -0.028361881151795387, 0.0031383405439555645, -0.00038108896114863455, 0.06272713094949722, -0.026029769331216812, 0.013280139304697514, 0.06342069804668427, 0.023529352620244026, 0.015233476646244526, -0.06471572071313858, -0.01734183169901371, 0.005842146463692188, -0.023772969841957092, 0.018368259072303772, -0.004041322972625494, -0.04240056127309799, -0.048522621393203735, -0.012240939773619175, -0.015043472871184349, 0.046522900462150574, -0.0499369278550148, 0.035237815231084824, 0.02380812168121338, 0.02154419757425785, -0.04837576672434807, -0.060492828488349915, -0.03692173585295677, -0.015206716023385525, 0.027404963970184326, 0.01289956085383892, -0.0241856686770916, 0.012437764555215836, -0.03776675835251808, -0.05931597203016281, 0.03856702893972397, 0.00762500986456871, -0.07129433751106262, 0.08510805666446686, 0.01061670109629631, -0.035159241408109665, 0.005805563181638718, 0.04501314088702202, -0.029997576028108597, 0.03344462811946869, 0.013894601725041866, 0.01879378780722618, 0.014313689433038235, 0.03704018518328667, -0.02940606139600277, 0.00744158960878849, -0.07281620800495148, -0.0497579425573349, -0.04283715412020683, -0.01091267541050911, 0.06221293285489082 ]
AntonClaesson/finetuning_test
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams": null, "prefix": null }, "text-generation": { "do_sample": null, "max_length": null }, "translation_en_to_de": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_fr": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null }, "translation_en_to_ro": { "early_stopping": null, "max_length": null, "num_beams": null, "prefix": null } } }
0
null
Magyar nyelvű token classification feladatra felkészített BERT modell.
[ -0.0003072251856792718, -0.02114241197705269, -0.005557037424296141, 0.006887958850711584, 0.030870221555233, 0.04493146017193794, 0.0018802392296493053, 0.001920110546052456, -0.014781172387301922, 0.03222881630063057, 0.04672521725296974, -0.03824278339743614, 0.01664268784224987, 0.04597651585936546, -0.03571108356118202, -0.0009889532811939716, 0.0018853634828701615, -0.021750394254922867, -0.048072878271341324, -0.011755394749343395, -0.023511042818427086, -0.0023223368916660547, -0.011678647249937057, 0.05402471497654915, 0.03771154582500458, 0.002507452853024006, -0.016901405528187752, 0.04609273746609688, 0.05947348475456238, -0.04973181337118149, 0.003301947610452771, -0.012635131366550922, -0.05709077790379524, -0.027807973325252533, -0.03784661367535591, 0.007222726009786129, 0.018357783555984497, -0.012559108436107635, 0.022785525768995285, 0.04857340827584267, -0.037216003984212875, 0.020245198160409927, -0.008881129324436188, -0.05702216178178787, 0.01838633604347706, -0.0015437946422025561, -0.06845590472221375, -0.019776802510023117, 0.04503430053591728, -0.03776801750063896, -0.040981028228998184, -0.07468069344758987, -0.05546183884143829, 0.009132257662713528, 0.00969399232417345, -0.043731141835451126, -0.06102103367447853, 0.0032585966400802135, 0.05905107408761978, -0.0285227932035923, -0.026513652876019478, 0.0004225499287713319, -0.08877686411142349, 0.02146497741341591, 0.033668357878923416, -0.029755132272839546, 0.029880886897444725, -0.03137684985995293, 0.06776593625545502, -0.023213526234030724, 0.04368474707007408, -0.023107968270778656, 0.003573237918317318, -0.07341698557138443, -0.021189704537391663, -0.04409940168261528, 0.038865458220243454, 0.039609745144844055, -0.049202822148799896, 0.05318872630596161, 0.01426362432539463, 0.00030888416222296655, 0.045668795704841614, -0.02965571917593479, -0.009883426129817963, 0.03568654879927635, -0.01771848089993, 0.008632108569145203, -0.005140124354511499, 0.04408249258995056, -0.04448234289884567, -0.02106858417391777, -0.018545379862189293, -0.007900488562881947, -0.017290476709604263, 0.004203932359814644, 0.008987396955490112, 0.015645259991288185, 0.01209738664329052, 0.04460743069648743, 0.04317012056708336, 0.04161611571907997, -0.043706927448511124, 0.056832607835531235, 0.006961713545024395, -0.03643087297677994, -0.0279858335852623, -0.056545719504356384, -0.02618161402642727, 0.020132990553975105, 0.0015344752464443445, -0.05109923332929611, -0.01821313425898552, 0.024445079267024994, 0.009927663952112198, -0.03276284784078598, 0.09533590823411942, -0.013663274236023426, -0.04890703037381172, -0.02500447817146778, 0.027292374521493912, 0.014510639011859894, 0.03066127561032772, -0.010958300903439522, -0.03298679739236832, 0.012659287080168724, -0.029447976499795914, -0.03330155089497566, -0.00573483482003212, 0.01787359081208706, -0.009343691170215607, 0.04832521826028824, 0.03369824215769768, -0.06494714319705963, 0.010053880512714386, -0.018264980986714363, -0.0518561489880085, 0.02389930933713913, 0.004594413563609123, 0.10330496728420258, -0.014903820119798183, -0.0732363611459732, -0.003951330203562975, -0.004593042656779289, -0.030354168266057968, -0.006811889819800854, 0.02145620994269848, -0.06345328688621521, -0.01951213739812374, -0.03330805152654648, 0.03158348798751831, -0.06868956238031387, 0.012863948941230774, 0.0724104568362236, -0.013644442893564701, 0.0007447288953699172, -0.049750957638025284, -0.018732158467173576, -0.02485070936381817, 0.04068188741803169, -0.015008781105279922, 0.06332866847515106, 0.0053611877374351025, 0.0018016649410128593, -0.047280602157115936, -0.0664341002702713, 0.016471372917294502, 0.10077982395887375, 0.01095802616328001, -0.01598990149796009, -0.0651024878025055, 0.0018339534290134907, 0.06087801977992058, 0.0032653447706252337, -0.02737322635948658, 0.017474327236413956, 0.0474264919757843, 0.025421258062124252, -0.025996152311563492, 0.04729209840297699, -0.004256172571331263, -0.027310039848089218, -0.04392826929688454, -0.003315448295325041, 0.04774380847811699, -0.008029569871723652, 0.014658225700259209, 0.035026077181100845, 0.0075178202241659164, -0.022968839854002, -0.002097294433042407, 0.045765701681375504, -0.0043714167550206184, 0.019248507916927338, 0.04229767620563507, -0.017035475000739098, -0.02828022837638855, 0.03383941575884819, -0.01706521585583687, 0.00635438971221447, -0.034902580082416534, -0.0011155498214066029, 0.014298946596682072, -0.024695055559277534, 0.03662218526005745, 0.02871369570493698, 0.002633032388985157, 0.08798985928297043, -0.037982791662216187, 0.0008234148262999952, -0.04265924170613289, -0.06625811755657196, -0.038825973868370056, 0.013264905661344528, 0.04443415626883507, 0.048050787299871445, -0.006742510944604874, -0.06009524315595627, 0.03540199622511864, 0.06006548926234245, 0.05474558472633362, 0.023229651153087616, -0.039954494684934616, 0.012142227962613106, 0.02071359008550644, 0.03254808485507965, -0.049928609281778336, -0.027170607820153236, 0.008111613802611828, 0.048713598400354385, -0.012761627323925495, -0.008049272000789642, -0.00913819670677185, 0.03497892618179321, 0.0011564606102183461, -0.06995390355587006, 0.038754113018512726, 0.03269815444946289, -0.011849414557218552, 0.017292222008109093, -0.03780853748321533, 0.024456245824694633, -0.006731622386723757, 0.015083168633282185, -0.013137118890881538, -0.04846976697444916, 0.0013180100359022617, 0.012937757186591625, 0.08356481045484543, -0.06392636895179749, 0.010632379911839962, -0.019081024453043938, 0.0064588021486997604, 0.03799799084663391, -0.07007180154323578, 0.03171173110604286, 0.04758758842945099, 0.00013602891704067588, -0.02745913714170456, 0.05739707499742508, 0.023444004356861115, 0.043824486434459686, 0.047012049704790115, 0.0044067963026463985, 0.06062564626336098, -0.03960482031106949, 0.05714996159076691, 0.0675211101770401, 0.012432658113539219, 0.024899940937757492, 0.025449130684137344, 0.04715739190578461, -0.007982845418155193, -0.0162330474704504, 0.06214817613363266, -0.04349595308303833, 0.002334860386326909, -0.029263626784086227, -0.008257606998085976, 0.005079046357423067, 0.0018483944004401565, 0.03317714110016823, -0.010481169447302818, -0.022359706461429596, -0.005843241233378649, 0.010548969730734825, 0.007714040577411652, 0.05668846517801285, -0.0005812434828840196, 0.012425203807651997, 0.003417474450543523, -0.04155701398849487, 0.011617190204560757, -0.0479544922709465, -0.04335525259375572, -0.011919273994863033, -0.05004177242517471, 0.003866633167490363, -0.10928891599178314, 0.010055485181510448, -0.044823285192251205, -0.01204315572977066, 0.0346737802028656, 0.053909290581941605, 0.024476347491145134, -0.011387839913368225, -0.005559635814279318, -0.04670444503426552, -0.06165574863553047, -0.03882410004734993, -0.04111026972532272, -0.046125251799821854, -0.06995889544487, 0.042534422129392624, 0.01701449230313301, 0.024300331249833107, 0.01091591827571392, 0.012601637281477451, -0.04090895503759384, -0.0071927523240447044, 0.039262548089027405, 0.04137571528553963, -0.039356838911771774, -0.056244753301143646, 0.027936454862356186, 0.008876114152371883, 0.009102421812713146, -0.026986312121152878, -0.03370833396911621, 0.09188423305749893, 0.07925843447446823, 0.03551097959280014, 0.005595908500254154, 0.030261406674981117, -0.04046087712049484, -0.01575111784040928, -0.029292328283190727, -0.029592087492346764, 0.003379746340215206, -0.04263376444578171, -0.029911397024989128, -0.00791796576231718, -0.06939516216516495, -0.019834281876683235, -0.022800201550126076, 0.025381095707416534, 0.0039026173762977123, 0.054221298545598984, 0.01837690733373165, 0.021674785763025284, -0.001967154908925295, -0.04547767713665962, 0.037430860102176666, -0.03078692965209484, -0.028637006878852844, -0.0868939608335495, -0.032905928790569305, 0.019506195560097694, 0.016848403960466385, -0.013437259010970592, -0.018053600564599037, 0.042264342308044434, -0.00865695159882307, -0.010581987909972668, 0.004096405114978552, -0.016656409949064255, -0.034688472747802734, -0.010720242746174335, 0.01016131043434143, -0.0029440068174153566, -0.041667789220809937, -0.009856928139925003, 0.017113102599978447, 0.044704072177410126, -0.08823902159929276, -0.037286918610334396, -0.010754154063761234, 0.0338565967977047, 0.016938187181949615, 0.01955469325184822, -0.0606144517660141, 0.035869479179382324, -0.04997444897890091, -0.03473450988531113, -0.004203418269753456, 0.016931025311350822, 0.028635147958993912, 0.04517907276749611, 0.02881479449570179, -0.03600360080599785, 0.0847691223025322, 0.05077356845140457, 0.06185592710971832, 0.020712783560156822, -0.02376556769013405, 0.009999854490160942, -0.040098175406455994, 0.04778436943888664, -0.011988235637545586, -0.03999893739819527, -0.04760480672121048, -0.06899027526378632, -0.03636646643280983, 0.02130064368247986, -0.0270626749843359, -0.001642428571358323, 0.02624395303428173, -0.00890648365020752, -0.028731249272823334, -0.012853957712650299, 0.004844124428927898, 0.04093168303370476, -0.052360355854034424, 0.08341123163700104, -0.021113989874720573, 0.00290646287612617, -0.020626569166779518, 0.009812422096729279, -0.054062627255916595, -0.024958424270153046, 0.006737177260220051, 0.05016038194298744, 0.050346504896879196, 0.031763408333063126, 0.08702466636896133, 0.004204539116472006, -0.03428119793534279, 0.07259974628686905, 0.03493833169341087, -0.007763244677335024, -0.043867483735084534, -0.02110232040286064, -0.014052639715373516, -0.030771270394325256, -0.011558951810002327, -0.003916364628821611, 0.007137367036193609, 0.04254073649644852, 0.021363001316785812, 0.010029444471001625, 0.013975564390420914, -0.014324909076094627, -0.03382152318954468, -0.06102097034454346, -0.027339506894350052, 0.018243860453367233, -0.025327157229185104, 0.015980858355760574, 0.04177011176943779, -0.017765548080205917, 0.07924351841211319, 0.033620238304138184, -0.003938896115869284, -0.033154383301734924, 0.020710399374365807, 0.006148394662886858, -0.04592478647828102, -0.08137673884630203, -0.0513802208006382, 0.022860439494252205, 0.06544129550457001, 0.012915531173348427, -0.052037350833415985, 0.024349553510546684, 0.05898095294833183, -0.034708429127931595, 0.07406210899353027, -0.02560415118932724, 0.05793439596891403, 0.030604049563407898, -0.011329705826938152, 0.03886447101831436, -0.03131210431456566, -0.01111417543143034, -0.010229221545159817, 0.016209695488214493, -0.03291785344481468, -0.01875976473093033, -0.03897666558623314, 0.02113252505660057, 0.012851799838244915, 0.03568502143025398, 0.05739070847630501, -0.04363009333610535, -0.04817552492022514, -0.010784130543470383, 0.049075666815042496, -0.06619328260421753, 0.017333632335066795, 0.047229401767253876, 0.03706735372543335, -0.038090672343969345, -0.0632781982421875, -0.003606760874390602, -0.012535895220935345, 0.012828439474105835, -0.0035445294342935085, -0.06101023405790329, -0.04800804331898689, 0.03179113194346428, 0.026720760390162468, -0.008355384692549706, -0.0780322402715683, 0.002538059838116169, -0.02237371727824211, -0.03974377363920212, 0.0420793741941452, 0.04868150129914284, 0.01927957870066166, 0.04055659472942352, 0.0188430342823267, 0.010686200112104416, -0.02235112339258194, 0.028066204860806465, -0.03884400799870491, -0.021362360566854477, -0.007972593419253826, -0.0571240596473217, -0.016916153952479362, -0.0140041783452034, -0.0308881476521492, -0.05374377220869064, -0.0019702331628650427, -0.008234931156039238, -0.011461849324405193, 0.004367745015770197, -0.03128248080611229, 0.044023800641298294, -0.028320088982582092, -0.03006334975361824, -0.010537446476519108, -0.012395921163260937, -0.04854600504040718, -0.0408005528151989, 0.018849408254027367, 0.01032758504152298, 0.009687842801213264, 0.002245398936793208, 0.03557520732283592, 0.011578451842069626, -0.02965681627392769, -0.045780669897794724, -0.008293037302792072, 0.019437512382864952, -0.010988011956214905, -0.00445906026288867, 0.02914418838918209, 0.024209970608353615, 0.05926993489265442, -0.03279468044638634, 0.04993216320872307, 0.029574844986200333, -0.016635308042168617, -0.018363602459430695, 0.0350024551153183, 0.016468515619635582, -0.06221238896250725, -0.04776700958609581, 0.010023735463619232, -0.02087562531232834, 0.03634799271821976, -0.038933027535676956, -0.03297164663672447, 0.016986947506666183, 0.004436195362359285, 0.045337527990341187, -0.000684119004290551, -0.022669440135359764, 0.038176681846380234, -0.030539359897375107, 0.006809909828007221, -0.03863023594021797, 0.029701553285121918, -0.0320771299302578, 0.02912416309118271, -0.03455032408237457, -0.016993245109915733, -0.05858875438570976, 0.0016478870529681444, -0.0017303165514022112, -0.03989064693450928, -0.006605433765798807, 0.0017144372686743736, -0.021568644791841507, 0.008228453807532787, -0.01233918871730566, 0.005413302220404148, -0.020815491676330566, 0.05871714651584625, -0.04024459049105644, 0.004673445131629705, -0.01918630488216877, 0.03271541744470596, -0.06692091375589371, -0.028482813388109207, 0.017402905970811844, -0.04631367325782776, 0.01929834671318531, 0.017409220337867737, 0.02094951458275318, 0.02764575555920601, -0.016072891652584076, -0.028000907972455025, 0.02467094175517559, -0.06543860584497452, -0.03510661423206329, -0.04362952336668968, 0.011751951649785042, 0.020683811977505684, 0.04279594495892525, 0.06162935122847557, -0.07258009910583496, -0.04875996708869934, 0.04237734153866768, 0.025030752643942833, 0.00858335942029953, 0.0007770622032694519, 0.04849255084991455, 0.01912522502243519, 0.048613227903842926, 0.0009654448367655277, -0.03212640807032585, -0.03907288238406181, -0.021517379209399223, 0.006029630079865456, -0.035432737320661545, 0.0248714629560709, 0.00708806561306119, -0.03220638260245323, -0.04293997213244438, 0.09143964946269989, 0.043639589101076126, 0.008122595027089119, -0.00632803188636899, -0.060345448553562164, 0.010589540004730225, 0.013668428175151348, -0.02953406795859337, 0.016739288344979286, 0.035744115710258484, -0.03299255669116974, 0.08628350496292114, 0.008407341316342354, 0.04432756081223488, 0.026849515736103058, 0.020040279254317284, -0.016827929764986038, 0.03816886618733406, -0.020841151475906372, 0.008977772668004036, 0.0115983160212636, -0.031689248979091644, -0.009808823466300964, -0.011308805085718632, 0.04249751940369606, -0.06401331722736359, 0.037615612149238586, 0.03107224404811859, -0.0030519627034664154, -0.014829752035439014, -0.037014007568359375, 0.01631460338830948, 0.016648083925247192, -0.025372425094246864, 0.0760551318526268, -0.02676546387374401, -0.03627442941069603, 0.03934577479958534, -0.01698298379778862, -0.07264278084039688, 0.027621425688266754, 0.041348960250616074, 0.026926659047603607, 0.0407680869102478, 0.04553869366645813, -0.032026808708906174, 0.019275173544883728, -0.037550196051597595, 0.015044991858303547, -0.05018618702888489, -0.009982138872146606, 0.051071856170892715, -0.03958652541041374, -0.012253929860889912, 0.05827675759792328, -0.04690273478627205, -0.01699892245233059, 0.02428591251373291, -0.031150413677096367, -0.0196983739733696, 0.019183330237865448, 0.025224367156624794, -0.016509242355823517, -0.027511291205883026, -0.03835345059633255, 0.009227355942130089, 0.017259061336517334, -0.04402472823858261, -0.026922862976789474, 0.013546046800911427, 0.015362754464149475, -0.055533673614263535, -0.02413908764719963, 0.03658229485154152, 0.0212894007563591, -0.010525847785174847, 0.03931516781449318, 0.025334227830171585, 0.012170817703008652, 0.013743279501795769, 0.03450089320540428, 0.007170572876930237, -0.02792702615261078, 0.003273400943726301, -0.028074609115719795, 0.005423663649708033, 0.043973688036203384, -0.023827016353607178, 0.012436154298484325, 0.05690512806177139, 0.06840863823890686, 0.004533762577921152, -0.05223589017987251, -0.021822689101099968, 0.006418581586331129, -0.029926473274827003, 0.007438736967742443, -0.009706192649900913, -0.053272709250450134, -0.06552067399024963, 0.008787363767623901, -0.0289099533110857, 0.03961276635527611, -0.036618370562791824, 0.044697780162096024, 0.016328001394867897, 0.01143093965947628, -0.06710339337587357, -0.060788728296756744, -0.015499148517847061, -0.056226734071969986, 0.03420063853263855, 0.015800708904862404, -0.011637222021818161, 0.02253875695168972, -0.03609241917729378, -0.05141746625304222, 0.04039860889315605, -0.000027869700716109946, -0.03871048986911774, 0.07689955830574036, 0.047684039920568466, -0.04561633616685867, 0.0018766786670312285, 0.03902582451701164, -0.03712523356080055, 0.03898303210735321, 0.019256670027971268, 0.02496623434126377, 0.031992118805646896, 0.03267059847712517, -0.0009443101589567959, -0.02350042201578617, -0.043186645954847336, -0.026690227910876274, -0.02242995798587799, 0.011481027118861675, 0.07218076288700104 ]