CoolFace
Modelpublic

SyMuPe/PianoFlow-base

sourceHugging Facecc-by-nc-sa-4.0updated 5mo agoView on Hugging Face
1likes23kdownloads
tokenizer.json1068 linesDownload Raw Back to root
1{2    "config": {3        "pitch_range": [4            21,5            1086        ],7        "beat_res": {8            "0_1": 24,9            "1_2": 12,10            "2_4": 8,11            "4_8": 4,12            "8_16": 2,13            "16_64": 114        },15        "num_velocities": 127,16        "remove_duplicated_notes": false,17        "encode_ids_split": "bar",18        "special_tokens": [19            "PAD_None",20            "MASK_None",21            "BOS_None",22            "EOS_None",23            "IGNORE_None",24            "EOD_None",25            "Bar_Line",26            "Pedal_On",27            "Pedal_Off"28        ],29        "use_velocities": true,30        "use_note_duration_programs": [31            0,32            1,33            2,34            3,35            4,36            5,37            6,38            7,39            8,40            9,41            10,42            11,43            12,44            13,45            14,46            15,47            16,48            17,49            18,50            19,51            20,52            21,53            22,54            23,55            24,56            25,57            26,58            27,59            28,60            29,61            30,62            31,63            32,64            33,65            34,66            35,67            36,68            37,69            38,70            39,71            40,72            41,73            42,74            43,75            44,76            45,77            46,78            47,79            48,80            49,81            50,82            51,83            52,84            53,85            54,86            55,87            56,88            57,89            58,90            59,91            60,92            61,93            62,94            63,95            64,96            65,97            66,98            67,99            68,100            69,101            70,102            71,103            72,104            73,105            74,106            75,107            76,108            77,109            78,110            79,111            80,112            81,113            82,114            83,115            84,116            85,117            86,118            87,119            88,120            89,121            90,122            91,123            92,124            93,125            94,126            95,127            96,128            97,129            98,130            99,131            100,132            101,133            102,134            103,135            104,136            105,137            106,138            107,139            108,140            109,141            110,142            111,143            112,144            113,145            114,146            115,147            116,148            117,149            118,150            119,151            120,152            121,153            122,154            123,155            124,156            125,157            126,158            127,159            -1160        ],161        "use_chords": false,162        "use_rests": false,163        "use_tempos": true,164        "use_time_signatures": true,165        "use_sustain_pedals": false,166        "use_pitch_bends": false,167        "use_programs": false,168        "use_pitch_intervals": false,169        "use_pitchdrum_tokens": false,170        "default_note_duration": 0.5,171        "programs": [172            0173        ],174        "one_token_stream_for_programs": false,175        "program_changes": false,176        "beat_res_rest": {177            "0_1": 8,178            "1_2": 4,179            "2_12": 2180        },181        "chord_maps": {182            "min": [183                0,184                3,185                7186            ],187            "maj": [188                0,189                4,190                7191            ],192            "dim": [193                0,194                3,195                6196            ],197            "aug": [198                0,199                4,200                8201            ],202            "sus2": [203                0,204                2,205                7206            ],207            "sus4": [208                0,209                5,210                7211            ],212            "7dom": [213                0,214                4,215                7,216                10217            ],218            "7min": [219                0,220                3,221                7,222                10223            ],224            "7maj": [225                0,226                4,227                7,228                11229            ],230            "7halfdim": [231                0,232                3,233                6,234                10235            ],236            "7dim": [237                0,238                3,239                6,240                9241            ],242            "7aug": [243                0,244                4,245                8,246                11247            ],248            "9maj": [249                0,250                4,251                7,252                10,253                14254            ],255            "9min": [256                0,257                4,258                7,259                10,260                13261            ]262        },263        "chord_tokens_with_root_note": false,264        "chord_unknown": null,265        "num_tempos": 161,266        "tempo_range": [267            15,268            480269        ],270        "log_tempos": true,271        "delete_equal_successive_tempo_changes": true,272        "time_signature_range": {273            "2": [274                1,275                2,276                3,277                4278            ],279            "4": [280                1,281                2,282                3,283                4,284                5,285                6,286                7,287                8288            ],289            "8": [290                1,291                2,292                3,293                4,294                5,295                6,296                7,297                8,298                9,299                10,300                11,301                12302            ],303            "16": [304                1,305                2,306                3,307                4,308                5,309                6,310                7,311                8,312                9,313                10,314                11,315                12,316                13,317                14,318                15,319                16,320                17,321                18,322                19,323                20,324                21,325                22,326                23,327                24328            ]329        },330        "delete_equal_successive_time_sig_changes": true,331        "sustain_pedal_duration": false,332        "pitch_bend_range": [333            -8192,334            8191,335            32336        ],337        "max_pitch_interval": 16,338        "pitch_intervals_max_time_dist": 1,339        "drums_pitch_range": [340            27,341            88342        ],343        "ac_polyphony_track": false,344        "ac_polyphony_bar": false,345        "ac_polyphony_min": 1,346        "ac_polyphony_max": 6,347        "ac_pitch_class_bar": false,348        "ac_note_density_track": false,349        "ac_note_density_track_min": 0,350        "ac_note_density_track_max": 18,351        "ac_note_density_bar": false,352        "ac_note_density_bar_max": 18,353        "ac_note_duration_bar": false,354        "ac_note_duration_track": false,355        "ac_repetition_track": false,356        "ac_repetition_track_num_bins": 10,357        "ac_repetition_track_num_consec_bars": 4,358        "additional_params": {359            "num_onset_devs": 321,360            "num_perf_durations": 161,361            "max_bar_embedding": 512,362            "use_position_shifts": true,363            "onset_position_shifts": false,364            "use_onset_indices": false,365            "use_onset_tokens": false,366            "use_time_tokens": true,367            "use_time_positions": false,368            "negative_time_shifts": true,369            "compound_time_signatures": true,370            "time_signature_max_position": true,371            "time_shifts": [372                -0.5,373                -0.475,374                -0.45,375                -0.425,376                -0.4,377                -0.375,378                -0.35,379                -0.325,380                -0.3,381                -0.275,382                -0.25,383                -0.225,384                -0.2,385                -0.19,386                -0.18,387                -0.17,388                -0.16,389                -0.15,390                -0.14,391                -0.13,392                -0.12,393                -0.11,394                -0.1,395                -0.095,396                -0.09,397                -0.085,398                -0.08,399                -0.075,400                -0.07,401                -0.065,402                -0.06,403                -0.055,404                -0.05,405                -0.045,406                -0.04,407                -0.035,408                -0.03,409                -0.025,410                -0.02,411                -0.015,412                -0.01,413                -0.008,414                -0.006,415                -0.004,416                -0.002,417                0.0,418                0.002,419                0.004,420                0.006,421                0.008,422                0.01,423                0.012,424                0.014,425                0.016,426                0.018,427                0.02,428                0.025,429                0.03,430                0.035,431                0.04,432                0.045,433                0.05,434                0.055,435                0.06,436                0.065,437                0.07,438                0.075,439                0.08,440                0.085,441                0.09,442                0.095,443                0.1,444                0.105,445                0.11,446                0.115,447                0.12,448                0.125,449                0.13,450                0.135,451                0.14,452                0.145,453                0.15,454                0.155,455                0.16,456                0.165,457                0.17,458                0.175,459                0.18,460                0.185,461                0.19,462                0.195,463                0.2,464                0.205,465                0.21,466                0.215,467                0.22,468                0.225,469                0.23,470                0.235,471                0.24,472                0.245,473                0.25,474                0.255,475                0.26,476                0.265,477                0.27,478                0.275,479                0.28,480                0.285,481                0.29,482                0.295,483                0.3,484                0.305,485                0.31,486                0.315,487                0.32,488                0.325,489                0.33,490                0.335,491                0.34,492                0.345,493                0.35,494                0.355,495                0.36,496                0.365,497                0.37,498                0.375,499                0.38,500                0.385,501                0.39,502                0.395,503                0.4,504                0.405,505                0.41,506                0.415,507                0.42,508                0.425,509                0.43,510                0.435,511                0.44,512                0.445,513                0.45,514                0.455,515                0.46,516                0.465,517                0.47,518                0.475,519                0.48,520                0.485,521                0.49,522                0.495,523                0.5,524                0.51,525                0.52,526                0.53,527                0.54,528                0.55,529                0.56,530                0.57,531                0.58,532                0.59,533                0.6,534                0.61,535                0.62,536                0.63,537                0.64,538                0.65,539                0.66,540                0.67,541                0.68,542                0.69,543                0.7,544                0.71,545                0.72,546                0.73,547                0.74,548                0.75,549                0.76,550                0.77,551                0.78,552                0.79,553                0.8,554                0.81,555                0.82,556                0.83,557                0.84,558                0.85,559                0.86,560                0.87,561                0.88,562                0.89,563                0.9,564                0.91,565                0.92,566                0.93,567                0.94,568                0.95,569                0.96,570                0.97,571                0.98,572                0.99,573                1.0,574                1.025,575                1.05,576                1.075,577                1.1,578                1.125,579                1.15,580                1.175,581                1.2,582                1.225,583                1.25,584                1.275,585                1.3,586                1.325,587                1.35,588                1.375,589                1.4,590                1.425,591                1.45,592                1.475,593                1.5,594                1.525,595                1.55,596                1.575,597                1.6,598                1.625,599                1.65,600                1.675,601                1.7,602                1.725,603                1.75,604                1.775,605                1.8,606                1.825,607                1.85,608                1.875,609                1.9,610                1.925,611                1.95,612                1.975,613                2.0,614                2.025,615                2.05,616                2.075,617                2.1,618                2.125,619                2.15,620                2.175,621                2.2,622                2.225,623                2.25,624                2.275,625                2.3,626                2.325,627                2.35,628                2.375,629                2.4,630                2.425,631                2.45,632                2.475,633                2.5,634                2.55,635                2.6,636                2.65,637                2.7,638                2.75,639                2.8,640                2.85,641                2.9,642                2.95,643                3.0,644                3.05,645                3.1,646                3.15,647                3.2,648                3.25,649                3.3,650                3.35,651                3.4,652                3.45,653                3.5,654                3.55,655                3.6,656                3.65,657                3.7,658                3.75,659                3.8,660                3.85,661                3.9,662                3.95,663                4.0,664                4.05,665                4.1,666                4.15,667                4.2,668                4.25,669                4.3,670                4.35,671                4.4,672                4.45,673                4.5,674                4.55,675                4.6,676                4.65,677                4.7,678                4.75,679                4.8,680                4.85,681                4.9,682                4.95,683                5.0,684                5.1,685                5.2,686                5.3,687                5.4,688                5.5,689                5.6,690                5.7,691                5.8,692                5.9,693                6.0,694                6.1,695                6.2,696                6.3,697                6.4,698                6.5,699                6.6,700                6.7,701                6.8,702                6.9,703                7.0,704                7.1,705                7.2,706                7.3,707                7.4,708                7.5,709                7.6,710                7.7,711                7.8,712                7.9,713                8.0,714                8.1,715                8.2,716                8.3,717                8.4,718                8.5,719                8.6,720                8.7,721                8.8,722                8.9,723                9.0,724                9.1,725                9.2,726                9.3,727                9.4,728                9.5,729                9.6,730                9.7,731                9.8,732                9.9,733                10.0734            ],735            "time_durations": [736                0.0,737                0.01,738                0.015,739                0.02,740                0.025,741                0.03,742                0.035,743                0.04,744                0.045,745                0.05,746                0.055,747                0.06,748                0.065,749                0.07,750                0.075,751                0.08,752                0.085,753                0.09,754                0.095,755                0.1,756                0.105,757                0.11,758                0.115,759                0.12,760                0.125,761                0.13,762                0.135,763                0.14,764                0.145,765                0.15,766                0.155,767                0.16,768                0.165,769                0.17,770                0.175,771                0.18,772                0.185,773                0.19,774                0.195,775                0.2,776                0.205,777                0.21,778                0.215,779                0.22,780                0.225,781                0.23,782                0.235,783                0.24,784                0.245,785                0.25,786                0.255,787                0.26,788                0.265,789                0.27,790                0.275,791                0.28,792                0.285,793                0.29,794                0.295,795                0.3,796                0.305,797                0.31,798                0.315,799                0.32,800                0.325,801                0.33,802                0.335,803                0.34,804                0.345,805                0.35,806                0.355,807                0.36,808                0.365,809                0.37,810                0.375,811                0.38,812                0.385,813                0.39,814                0.395,815                0.4,816                0.405,817                0.41,818                0.415,819                0.42,820                0.425,821                0.43,822                0.435,823                0.44,824                0.445,825                0.45,826                0.455,827                0.46,828                0.465,829                0.47,830                0.475,831                0.48,832                0.485,833                0.49,834                0.495,835                0.5,836                0.51,837                0.52,838                0.53,839                0.54,840                0.55,841                0.56,842                0.57,843                0.58,844                0.59,845                0.6,846                0.61,847                0.62,848                0.63,849                0.64,850                0.65,851                0.66,852                0.67,853                0.68,854                0.69,855                0.7,856                0.71,857                0.72,858                0.73,859                0.74,860                0.75,861                0.76,862                0.77,863                0.78,864                0.79,865                0.8,866                0.81,867                0.82,868                0.83,869                0.84,870                0.85,871                0.86,872                0.87,873                0.88,874                0.89,875                0.9,876                0.91,877                0.92,878                0.93,879                0.94,880                0.95,881                0.96,882                0.97,883                0.98,884                0.99,885                1.0,886                1.025,887                1.05,888                1.075,889                1.1,890                1.125,891                1.15,892                1.175,893                1.2,894                1.225,895                1.25,896                1.275,897                1.3,898                1.325,899                1.35,900                1.375,901                1.4,902                1.425,903                1.45,904                1.475,905                1.5,906                1.525,907                1.55,908                1.575,909                1.6,910                1.625,911                1.65,912                1.675,913                1.7,914                1.725,915                1.75,916                1.775,917                1.8,918                1.825,919                1.85,920                1.875,921                1.9,922                1.925,923                1.95,924                1.975,925                2.0,926                2.025,927                2.05,928                2.075,929                2.1,930                2.125,931                2.15,932                2.175,933                2.2,934                2.225,935                2.25,936                2.275,937                2.3,938                2.325,939                2.35,940                2.375,941                2.4,942                2.425,943                2.45,944                2.475,945                2.5,946                2.55,947                2.6,948                2.65,949                2.7,950                2.75,951                2.8,952                2.85,953                2.9,954                2.95,955                3.0,956                3.05,957                3.1,958                3.15,959                3.2,960                3.25,961                3.3,962                3.35,963                3.4,964                3.45,965                3.5,966                3.55,967                3.6,968                3.65,969                3.7,970                3.75,971                3.8,972                3.85,973                3.9,974                3.95,975                4.0,976                4.05,977                4.1,978                4.15,979                4.2,980                4.25,981                4.3,982                4.35,983                4.4,984                4.45,985                4.5,986                4.55,987                4.6,988                4.65,989                4.7,990                4.75,991                4.8,992                4.85,993                4.9,994                4.95,995                5.0,996                5.1,997                5.2,998                5.3,999                5.4,1000                5.5,1001                5.6,1002                5.7,1003                5.8,1004                5.9,1005                6.0,1006                6.1,1007                6.2,1008                6.3,1009                6.4,1010                6.5,1011                6.6,1012                6.7,1013                6.8,1014                6.9,1015                7.0,1016                7.1,1017                7.2,1018                7.3,1019                7.4,1020                7.5,1021                7.6,1022                7.7,1023                7.8,1024                7.9,1025                8.0,1026                8.1,1027                8.2,1028                8.3,1029                8.4,1030                8.5,1031                8.6,1032                8.7,1033                8.8,1034                8.9,1035                9.0,1036                9.1,1037                9.2,1038                9.3,1039                9.4,1040                9.5,1041                9.6,1042                9.7,1043                9.8,1044                9.9,1045                10.01046            ],1047            "use_sustain_tokens": true,1048            "real_max_bar_embedding": 512,1049            "compound_time_signature": true,1050            "fill_unperformed_notes": true,1051            "cut_overlapping_notes": true,1052            "use_pitch_classes": false,1053            "negative_position_shifts": false,1054            "max_notes_in_onset": 12,1055            "rel_onset_dev": false,1056            "rel_perf_duration": false,1057            "max_time_embedding": 1000,1058            "real_max_time_embedding": 1000,1059            "bar_tempos": false,1060            "time_position_segment": 5.0,1061            "time_position_step": 0.011062        }1063    },1064    "tokenization": "SyMuPe",1065    "miditok_version": "3.0.6.post1",1066    "symusic_version": "0.5.8",1067    "hf_tokenizers_version": "0.22.2"1068}