Upload folder using huggingface_hub
Browse files- config.json +31 -0
- generation_config.json +7 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +5 -0
- spiece.model +3 -0
- t5marulog.jsonl +1 -0
- test_tested.jsonl +447 -0
- tokenizer_config.json +11 -0
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "kkuramitsu/mt5-tiny12L",
|
3 |
+
"architectures": [
|
4 |
+
"MT5ForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"d_ff": 1024,
|
7 |
+
"d_kv": 64,
|
8 |
+
"d_model": 512,
|
9 |
+
"decoder_start_token_id": 0,
|
10 |
+
"dense_act_fn": "gelu_new",
|
11 |
+
"dropout_rate": 0.1,
|
12 |
+
"eos_token_id": 1,
|
13 |
+
"feed_forward_proj": "gated-gelu",
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"is_encoder_decoder": true,
|
16 |
+
"is_gated_act": true,
|
17 |
+
"layer_norm_epsilon": 1e-06,
|
18 |
+
"model_type": "mt5",
|
19 |
+
"num_decoder_layers": 8,
|
20 |
+
"num_heads": 6,
|
21 |
+
"num_layers": 8,
|
22 |
+
"pad_token_id": 0,
|
23 |
+
"relative_attention_max_distance": 128,
|
24 |
+
"relative_attention_num_buckets": 32,
|
25 |
+
"tie_word_embeddings": false,
|
26 |
+
"tokenizer_class": "T5Tokenizer",
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.30.2",
|
29 |
+
"use_cache": true,
|
30 |
+
"vocab_size": 8200
|
31 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.30.2"
|
7 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec559eb217129dcc5c3a3637f2de6cae92238f509fdc667d5da68429b4772868
|
3 |
+
size 209898245
|
special_tokens_map.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": "</s>",
|
3 |
+
"pad_token": "<pad>",
|
4 |
+
"unk_token": "<unk>"
|
5 |
+
}
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7307cde47644d4ca6bca723f63a8c95e0349ac56497a2dc5df8d38ed80a3fd5
|
3 |
+
size 352368
|
t5marulog.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"log": "trained", "date": "2023-06-28T05:49:04", "elapsed": "00:07:02", "model": "kkuramitsu/mt5-tiny12L", "max_length": 128, "target_max_length": 128, "batch_size": 16, "gradient_accumulation_steps": 1, "train_steps": 1301, "accelerator": "gpu", "devices": "auto", "precision": 32, "strategy": "auto", "gradient_clip_val": 1.0, "compile": true, "solver": "adamw", "lr": 0.0003, "warmup_steps": 1, "training_steps": 100000, "adam_epsilon": 1e-08, "weight_decay": 0.0, "epoch": 6, "step": 702, "saved": "model"}
|
test_tested.jsonl
ADDED
@@ -0,0 +1,447 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"in": "BufferedReader bin = new BufferedReader(new InputStreamReader(in));", "out": "1", "pred": "1"}
|
2 |
+
{"in": "Editorial Horas y horas.", "out": "0", "pred": "0"}
|
3 |
+
{"in": "df.rename(columns={'y': 'sales'}, inplace=True)", "out": "1", "pred": "1"}
|
4 |
+
{"in": "df.plot(kind='hist', y='sales' , bins=10, figsize=(16,4), alpha=0.5)", "out": "1", "pred": "1"}
|
5 |
+
{"in": "df.shape", "out": "1", "pred": "1"}
|
6 |
+
{"in": "や『キングコング西野のおとぎ町レディオパート2』(いずれも事前収録番組)のスライド放送本来は19:00 - 21:00に放送する予定だったが、19:55 - 21:55に放送枠をスライド。", "out": "0", "pred": "0"}
|
7 |
+
{"in": "Vorlieb nehmen musste.", "out": "0", "pred": "0"}
|
8 |
+
{"in": "int b = array[j] & 0xFF;", "out": "1", "pred": "1"}
|
9 |
+
{"in": "』から3年9ヶ月ぶりのリリース。", "out": "0", "pred": "0"}
|
10 |
+
{"in": "München/ Leipzig 1918.", "out": "0", "pred": "0"}
|
11 |
+
{"in": "№ 256с/2014 от 20.10.2014 ООО \"КФ \"Центр Аналитик\"", "out": "0", "pred": "0"}
|
12 |
+
{"in": "if (ontologiaOrigen.equals(\"FOOD\")) {", "out": "1", "pred": "1"}
|
13 |
+
{"in": "Noi siamo il suono.\"", "out": "0", "pred": "0"}
|
14 |
+
{"in": "InputStream is = url.openStream();", "out": "1", "pred": "1"}
|
15 |
+
{"in": "ABBYY – яркий пример успеха российской ИТ-компании на мировом рынке.", "out": "0", "pred": "0"}
|
16 |
+
{"in": "mDigest = MessageDigest.getInstance(algorithm);", "out": "1", "pred": "1"}
|
17 |
+
{"in": "That firm is no longer in business and any motorised bicycle for pacing is called a \"Derny\".", "out": "0", "pred": "0"}
|
18 |
+
{"in": "Pfalz bezeichnet wird.", "out": "0", "pred": "0"}
|
19 |
+
{"in": "In the 1900s people wanted to play old music with old kinds of instrument.", "out": "0", "pred": "0"}
|
20 |
+
{"in": "URL url = new URL(\"http://translate.google.com/translate_t\");", "out": "1", "pred": "1"}
|
21 |
+
{"in": "preStat.executeUpdate();", "out": "1", "pred": "1"}
|
22 |
+
{"in": "Ich nehme wieder ab.", "out": "0", "pred": "0"}
|
23 |
+
{"in": "Haare vorhanden.", "out": "0", "pred": "0"}
|
24 |
+
{"in": "Lebanon has two chains of mountains.", "out": "0", "pred": "0"}
|
25 |
+
{"in": "» en une seule prise.", "out": "0", "pred": "0"}
|
26 |
+
{"in": "El Museo del Barrio.", "out": "0", "pred": "0"}
|
27 |
+
{"in": "int contagemDasInsercoes = stmtDestino.executeUpdate();", "out": "1", "pred": "1"}
|
28 |
+
{"in": "Nations membres de l'", "out": "0", "pred": "0"}
|
29 |
+
{"in": "Faoi chlé d'Aicme Uatha.", "out": "0", "pred": "0"}
|
30 |
+
{"in": "Il se base sur l'", "out": "0", "pred": "0"}
|
31 |
+
{"in": "Esto no es fútbol.\"", "out": "0", "pred": "0"}
|
32 |
+
{"in": "if (new File(files[i].getPath() + \".meta\").exists()) {", "out": "1", "pred": "1"}
|
33 |
+
{"in": "«10 февраля 8-я воздушно-десантная бригада и отряды партизан заняли район Моршаново – Дягилево, где разгромили штаб 5-й немецкой танковой дивизии, захватив при этом многочисленные трофеи.", "out": "0", "pred": "0"}
|
34 |
+
{"in": "Jetzt oder nie!", "out": "0", "pred": "0"}
|
35 |
+
{"in": "Glas nó bán de ghnáth.", "out": "0", "pred": "0"}
|
36 |
+
{"in": "主なマスコットはフレディであり、サブキャラクターのボニー・チカ・フォクシーで音楽隊を構成する。", "out": "0", "pred": "0"}
|
37 |
+
{"in": "Pero realmente fue así?", "out": "0", "pred": "0"}
|
38 |
+
{"in": "} catch (Exception err) {", "out": "1", "pred": "1"}
|
39 |
+
{"in": "Starting with the second line, each line would represent a row.", "out": "0", "pred": "0"}
|
40 |
+
{"in": "Keller vit sur l'", "out": "0", "pred": "0"}
|
41 |
+
{"in": "№ 56 видит вблизи великолепную, черно‑оранжевую особь с восемью глазами, короной расположенными на голове.", "out": "0", "pred": "0"}
|
42 |
+
{"in": "Per molti anni dopo l'", "out": "0", "pred": "0"}
|
43 |
+
{"in": "また、ディズニー製品のハイチ工場の責任者が「より安い生産拠点」として中国に拠点を移すと発表した際には、", "out": "0", "pred": "0"}
|
44 |
+
{"in": "Thit Ár Jokela (", "out": "0", "pred": "0"}
|
45 |
+
{"in": "かつて番組初期に放送していた『ちょっと和久井の2時ですよ』末期の名物コーナーから引き継いだ「観さん神さんの姉妹占い」の司会も担当。", "out": "0", "pred": "0"}
|
46 |
+
{"in": "Palettino hält Einzug.", "out": "0", "pred": "0"}
|
47 |
+
{"in": "plt.bar(x, y, align='center', width = 0.5)", "out": "1", "pred": "1"}
|
48 |
+
{"in": "ftpClient.connect(host, port);", "out": "1", "pred": "1"}
|
49 |
+
{"in": "Elle défend l'idée d'", "out": "0", "pred": "0"}
|
50 |
+
{"in": "Entrambi dopo l'", "out": "0", "pred": "0"}
|
51 |
+
{"in": "Depuis cette date, l'", "out": "0", "pred": "0"}
|
52 |
+
{"in": "Aveva due figli.", "out": "0", "pred": "0"}
|
53 |
+
{"in": "S’il s'agit bien d’", "out": "0", "pred": "0"}
|
54 |
+
{"in": "Anna no tuvo hijos.", "out": "0", "pred": "0"}
|
55 |
+
{"in": "Entrada a la estación.", "out": "0", "pred": "0"}
|
56 |
+
{"in": "」の「K・ムーバー」シリーズがある。", "out": "0", "pred": "0"}
|
57 |
+
{"in": "¿Qué me pasa doctor?", "out": "0", "pred": "0"}
|
58 |
+
{"in": "Was er nicht ist.", "out": "0", "pred": "0"}
|
59 |
+
{"in": "はじめは楽団が、後にレコードを伴奏に使っていたという。", "out": "0", "pred": "0"}
|
60 |
+
{"in": "«67 пользователей купили токены при помощи скриптов.", "out": "0", "pred": "0"}
|
61 |
+
{"in": "Rājmā con arroz.", "out": "0", "pred": "0"}
|
62 |
+
{"in": "In April 1876, German immigrant Karl G. Maeser became the principal.", "out": "0", "pred": "0"}
|
63 |
+
{"in": "Al di là delle cose.", "out": "0", "pred": "0"}
|
64 |
+
{"in": "} catch (IOException ex) {", "out": "1", "pred": "1"}
|
65 |
+
{"in": "buf.putFloat(pearsonCorr);", "out": "1", "pred": "1"}
|
66 |
+
{"in": "destination.flush();", "out": "1", "pred": "1"}
|
67 |
+
{"in": "Zwei Mal Jungfrau (", "out": "0", "pred": "0"}
|
68 |
+
{"in": "四日市市 編(2001):681ページ 。", "out": "0", "pred": "0"}
|
69 |
+
{"in": "Tom está de acuerdo.", "out": "0", "pred": "0"}
|
70 |
+
{"in": "«30 дней» – 3% в месяц (для Gold – 2,9%), «55 дней» – 2,5% в месяц.", "out": "0", "pred": "0"}
|
71 |
+
{"in": "«Acqua di Gioia» относится к семейству цветочных ароматов.", "out": "0", "pred": "0"}
|
72 |
+
{"in": "df = pd.read_csv('./data/lunch_box.csv', sep=',')", "out": "1", "pred": "1"}
|
73 |
+
{"in": "df.sort_values(by=\"sales\", ascending=True).head()", "out": "1", "pred": "1"}
|
74 |
+
{"in": "Sul sito ufficiale.", "out": "0", "pred": "0"}
|
75 |
+
{"in": "df.dtypes", "out": "1", "pred": "1"}
|
76 |
+
{"in": "ABBYY PDF Transformer 3.0 — оптимальный вариант для тех, кто много работает с популярным форматом PDF.", "out": "0", "pred": "0"}
|
77 |
+
{"in": ")が担当するも、原作の絵柄とは全く異なるデザインであった :引数 archiveurl と archivedate は両方を指定してください。", "out": "0", "pred": "0"}
|
78 |
+
{"in": "Nulla di più sbagliato.", "out": "0", "pred": "0"}
|
79 |
+
{"in": "Excelente estado físico.", "out": "0", "pred": "0"}
|
80 |
+
{"in": "Mittig war ein Brunnen.", "out": "0", "pred": "0"}
|
81 |
+
{"in": "df.plot(kind='hist', y='sales' , bins=10, figsize=(16,4), alpha=0.5)", "out": "1", "pred": "1"}
|
82 |
+
{"in": "Entrada al teatro.", "out": "0", "pred": "0"}
|
83 |
+
{"in": "」をコンセプトとして、全国から見学者が訪れる。", "out": "0", "pred": "0"}
|
84 |
+
{"in": "df.set_index('datetime', inplace=True)", "out": "1", "pred": "1"}
|
85 |
+
{"in": "Is é Ulánbátar (", "out": "0", "pred": "0"}
|
86 |
+
{"in": "\"Séamus Ó Néill\", Ainm.", "out": "0", "pred": "0"}
|
87 |
+
{"in": "D'fhan sé ann sé mhí.", "out": "0", "pred": "0"}
|
88 |
+
{"in": "df.head()", "out": "1", "pred": "1"}
|
89 |
+
{"in": "団長の百目鬼魁がメインとなるモード。", "out": "0", "pred": "0"}
|
90 |
+
{"in": "Ki Rott nach hinten.", "out": "0", "pred": "0"}
|
91 |
+
{"in": "They are usually quite difficult.", "out": "0", "pred": "0"}
|
92 |
+
{"in": "La rue est renommée «", "out": "0", "pred": "0"}
|
93 |
+
{"in": "Allí promocionó como «", "out": "0", "pred": "0"}
|
94 |
+
{"in": "Samóis agus Béarla.", "out": "0", "pred": "0"}
|
95 |
+
{"in": "plt.plot(x, y, color=\"#0F0F0F\")", "out": "1", "pred": "1"}
|
96 |
+
{"in": "Das Lied wird von Soul-", "out": "0", "pred": "0"}
|
97 |
+
{"in": "№154-п о внесении изменений в Ведомственную целевую программу «Развитие культуры и искусства Республики Адыгея на 2010-2012 годы»", "out": "0", "pred": "0"}
|
98 |
+
{"in": "Inizia lo scontro.", "out": "0", "pred": "0"}
|
99 |
+
{"in": "} catch (Exception e) {", "out": "1", "pred": "1"}
|
100 |
+
{"in": "Stand 12. Januar 2011.", "out": "0", "pred": "0"}
|
101 |
+
{"in": "df['temperature_diff'] = df['temperature'].diff(periods=1)", "out": "1", "pred": "1"}
|
102 |
+
{"in": "Is as Contae Chorcaí0 é.", "out": "0", "pred": "0"}
|
103 |
+
{"in": "Ba é seo an séú eagrán.", "out": "0", "pred": "0"}
|
104 |
+
{"in": "Connellan built their airstrip close to the northern side of Uluṟu in 1959.", "out": "0", "pred": "0"}
|
105 |
+
{"in": "df['temperature_diff'] = df['temperature'].diff(periods=1)", "out": "1", "pred": "1"}
|
106 |
+
{"in": "if (url.getFile().endsWith(\".gz\")) {", "out": "1", "pred": "1"}
|
107 |
+
{"in": "但し、運だけでなく他家を都合よく動かせるよう自分に有利な状況を築く強かさも併せ持つ。", "out": "0", "pred": "0"}
|
108 |
+
{"in": "\"mejor evidencia\"", "out": "0", "pred": "0"}
|
109 |
+
{"in": "IOUtils.copy(in, out);", "out": "1", "pred": "1"}
|
110 |
+
{"in": "Die Brust ist schwarz.", "out": "0", "pred": "0"}
|
111 |
+
{"in": "But \"industrialization was, at least in its beginnings, never a national but always a regional phenomenon \".", "out": "0", "pred": "0"}
|
112 |
+
{"in": "L'accesso è libero.", "out": "0", "pred": "0"}
|
113 |
+
{"in": "Afin de combattre l'", "out": "0", "pred": "0"}
|
114 |
+
{"in": "Nelson constantly laughs at other people.", "out": "0", "pred": "0"}
|
115 |
+
{"in": "No llegó a debutar.", "out": "0", "pred": "0"}
|
116 |
+
{"in": "……etc おっぱいとお尻の素朴な疑問Q&A。", "out": "0", "pred": "0"}
|
117 |
+
{"in": "stmtDestino.setDateAtName(\"DATA\", vUltimoDiaDoAno);", "out": "1", "pred": "1"}
|
118 |
+
{"in": "fetchInfos.setResult(FETCHING_RESULT.IO_ERROR);", "out": "1", "pred": "1"}
|
119 |
+
{"in": "Ohne Flei�� kein Preis.", "out": "0", "pred": "0"}
|
120 |
+
{"in": "Ord mór is ea Diptera.", "out": "0", "pred": "0"}
|
121 |
+
{"in": "The depression was upgraded to a tropical storm later the same day as it passed to the south of the Cape Verde islands.", "out": "0", "pred": "0"}
|
122 |
+
{"in": "Airí maighnéadach ábhar.", "out": "0", "pred": "0"}
|
123 |
+
{"in": "In 2019, he moved to Prefectural Leagues club Nankatsu SC.", "out": "0", "pred": "0"}
|
124 |
+
{"in": "out.close();", "out": "1", "pred": "1"}
|
125 |
+
{"in": "Interesse zeigten.", "out": "0", "pred": "0"}
|
126 |
+
{"in": "final FileOutputStream fileOutputStream = new FileOutputStream(new File(helloWorldPath));", "out": "1", "pred": "1"}
|
127 |
+
{"in": "En 1914 murió su padre.", "out": "0", "pred": "0"}
|
128 |
+
{"in": "、吉がキスマークをつけたまま歌ったこともあった(", "out": "0", "pred": "0"}
|
129 |
+
{"in": "Hoy sólo queda una.", "out": "0", "pred": "0"}
|
130 |
+
{"in": "A member of Bucciarati’s group who uses the Stand Sex Pistols to direct his bullets at a target.", "out": "0", "pred": "0"}
|
131 |
+
{"in": "Tous les champs de l'", "out": "0", "pred": "0"}
|
132 |
+
{"in": "It will connect the East Coast Parkway (ECP) with the northern parts of Singapore.", "out": "0", "pred": "0"}
|
133 |
+
{"in": "Su felicidad es total.", "out": "0", "pred": "0"}
|
134 |
+
{"in": "Was mich angeht“.", "out": "0", "pred": "0"}
|
135 |
+
{"in": "Waters' diese Funktion.", "out": "0", "pred": "0"}
|
136 |
+
{"in": "D'abord élève d'", "out": "0", "pred": "0"}
|
137 |
+
{"in": "Lo porterò via con me\".", "out": "0", "pred": "0"}
|
138 |
+
{"in": "草創期の東京法学校の運営に尽力した後、", "out": "0", "pred": "0"}
|
139 |
+
{"in": "Pero yo soy cristiano \".", "out": "0", "pred": "0"}
|
140 |
+
{"in": "Aussi depuis l’", "out": "0", "pred": "0"}
|
141 |
+
{"in": "df.tail()", "out": "1", "pred": "1"}
|
142 |
+
{"in": "№ 402-ФЗ“О бухгалтерском учете” и постановления Правительства Российской Федерации от 2 июня 2008г.", "out": "0", "pred": "0"}
|
143 |
+
{"in": "» erinnert, ein wenig «", "out": "0", "pred": "0"}
|
144 |
+
{"in": "\"29 октября одной из групп спецназа удалось вы-явить район, где размещалось около 60 бандитов и 12 автомашин.", "out": "0", "pred": "0"}
|
145 |
+
{"in": "Poi esce dal locale.", "out": "0", "pred": "0"}
|
146 |
+
{"in": "Ba é Feardorcha I (", "out": "0", "pred": "0"}
|
147 |
+
{"in": "Preis er 1999 erhielt.", "out": "0", "pred": "0"}
|
148 |
+
{"in": "• 1 место в трех независимых рейтингах digital-агентств: «Рейтинг Рунета»; «КтоПродвинул.", "out": "0", "pred": "0"}
|
149 |
+
{"in": "Abbott неплохой рэстлер, а его личность сама по себе возвеличивает его в рэстлинг-бизнэссе.", "out": "0", "pred": "0"}
|
150 |
+
{"in": "この時、任意の点Cにおいて、経路AB上を運動する点Xの速度ベクトルを引いていくと、その速度ベクトルが描く新たな曲線abがホドグラフである。", "out": "0", "pred": "0"}
|
151 |
+
{"in": "ムコーダはフェオドラに好感を抱いていたが五人の子供と孫を持つことを知ると諦めた。", "out": "0", "pred": "0"}
|
152 |
+
{"in": "№10 (74), октябрь 201165 лет истории развития компании \"Сактон\"", "out": "0", "pred": "0"}
|
153 |
+
{"in": "enemy_dist[i] = new Index_value(i, list.get(i).health);", "out": "1", "pred": "1"}
|
154 |
+
{"in": "Dice mucho sobre él.\"", "out": "0", "pred": "0"}
|
155 |
+
{"in": "№ 386/59 О присвоении звания «Почетный гражданин Солнечногорского муниципального района»", "out": "0", "pred": "0"}
|
156 |
+
{"in": "Per dettagli vedi qui.", "out": "0", "pred": "0"}
|
157 |
+
{"in": "import numpy as np", "out": "1", "pred": "1"}
|
158 |
+
{"in": "遺骸は同牧場(現在のゲインズウェイファーム)の墓地に埋葬されている。", "out": "0", "pred": "0"}
|
159 |
+
{"in": "Il capoluogo è Debe.", "out": "0", "pred": "0"}
|
160 |
+
{"in": "Excelente para parqué.", "out": "0", "pred": "0"}
|
161 |
+
{"in": "… Io voglio la pace…».", "out": "0", "pred": "0"}
|
162 |
+
{"in": "Blake also said that he composed his \"Charleston Rag\" in 1899.", "out": "0", "pred": "0"}
|
163 |
+
{"in": "Nowadays, the word shōjo is legally used to mean any woman or girl under 20. This is like how shounen is used to mean men or boys under 20.", "out": "0", "pred": "0"}
|
164 |
+
{"in": "Già nel 2000, l'", "out": "0", "pred": "0"}
|
165 |
+
{"in": "The Newz ist das 21.", "out": "0", "pred": "0"}
|
166 |
+
{"in": "Primo volo luglio 2016.", "out": "0", "pred": "0"}
|
167 |
+
{"in": "C'est ce travail d'", "out": "0", "pred": "0"}
|
168 |
+
{"in": "plt.plot(x, y, color=(0,0,1))", "out": "1", "pred": "1"}
|
169 |
+
{"in": "plt.boxplot([student_data_math['G1'], student_data_math['G2'], student_data_math['G3']])", "out": "1", "pred": "1"}
|
170 |
+
{"in": "Un petit groupe d'", "out": "0", "pred": "0"}
|
171 |
+
{"in": "Morì il 21 luglio 2007.", "out": "0", "pred": "0"}
|
172 |
+
{"in": "reg.intercept_", "out": "1", "pred": "1"}
|
173 |
+
{"in": "Siendo en total 4 jefes.", "out": "0", "pred": "0"}
|
174 |
+
{"in": "Tá sé dúchasach d'", "out": "0", "pred": "0"}
|
175 |
+
{"in": "La obra fue impopular.", "out": "0", "pred": "0"}
|
176 |
+
{"in": "Is é Béal Feirste (", "out": "0", "pred": "0"}
|
177 |
+
{"in": "throw new AuthenticationFailedException(\"Unable to create login key using MD5 Message Digest\", ex);", "out": "1", "pred": "1"}
|
178 |
+
{"in": "Suas le 90 cm ar fhad.", "out": "0", "pred": "0"}
|
179 |
+
{"in": "dummy_df = pd.get_dummies(df, columns=['week', 'name', 'event', 'weather', 'period'])", "out": "1", "pred": "1"}
|
180 |
+
{"in": "The school has 350 students from a dozen countries.", "out": "0", "pred": "0"}
|
181 |
+
{"in": "Après la place d'", "out": "0", "pred": "0"}
|
182 |
+
{"in": "Bunaíodh an scoil i 1973.", "out": "0", "pred": "0"}
|
183 |
+
{"in": "df = pd.read_csv('./data/lunch_box.csv', sep=',')", "out": "1", "pred": "1"}
|
184 |
+
{"in": "AARRR (Acquisition Activation Retention Referral Revenue) метод определяет успешность проекта с помощью воронки конверсии.", "out": "0", "pred": "0"}
|
185 |
+
{"in": "Può darsi che sia così.", "out": "0", "pred": "0"}
|
186 |
+
{"in": "Auf der dritten LP New!", "out": "0", "pred": "0"}
|
187 |
+
{"in": "Scannán is ea Vampyr (", "out": "0", "pred": "0"}
|
188 |
+
{"in": "マリー=ギエルミーヌ・ブノワ(Marie-Guillemine Benoist、結婚前の名:Marie-Guillemine de Laville-Leroux、", "out": "0", "pred": "0"}
|
189 |
+
{"in": "His many prizes include the Sacem Grand Prix for chamber music (1977), the Prix Georges Enesco (1983), the Prize for New Talent from the SACD (1989), the Composers' Prize of the Sacem (1990), and the SACEM Grand Prix 1993 for his works overall.", "out": "0", "pred": "0"}
|
190 |
+
{"in": "En 2020, il pilote l'", "out": "0", "pred": "0"}
|
191 |
+
{"in": "Tiene licencia BSD.", "out": "0", "pred": "0"}
|
192 |
+
{"in": "IOUtils.copy(configStream, tempStream);", "out": "1", "pred": "1"}
|
193 |
+
{"in": "} else if (item.getType() == Type.BASE64_BINARY || item.getType() == Type.HEX_BINARY) {", "out": "1", "pred": "1"}
|
194 |
+
{"in": "Ha poi lasciato l'", "out": "0", "pred": "0"}
|
195 |
+
{"in": "plt.bar(x, y, align='center', width = 0.5)", "out": "1", "pred": "1"}
|
196 |
+
{"in": "Leinín i bpríosún.", "out": "0", "pred": "0"}
|
197 |
+
{"in": "\"2Александров Разум он такой гибкий) Всегда найдет то или иное объяснение своей точки зрения или объяснение почему не получится пойти в ту или иную секцию (будь вам хоть 45 лет).\"", "out": "0", "pred": "0"}
|
198 |
+
{"in": "En usage comme tel.", "out": "0", "pred": "0"}
|
199 |
+
{"in": "ブラジルではホーリネス日本人教会を訪問する。", "out": "0", "pred": "0"}
|
200 |
+
{"in": "北西側の日本海上には県唯一の離島、", "out": "0", "pred": "0"}
|
201 |
+
{"in": "if (!FTPReply.isPositiveCompletion(ftp.getReplyCode())) {", "out": "1", "pred": "1"}
|
202 |
+
{"in": "df.describe()", "out": "1", "pred": "1"}
|
203 |
+
{"in": "df.drop(['remarks'], axis=1, inplace=True)", "out": "1", "pred": "1"}
|
204 |
+
{"in": "“ am Schloss gedreht.", "out": "0", "pred": "0"}
|
205 |
+
{"in": "Ha vinto due volte il \"", "out": "0", "pred": "0"}
|
206 |
+
{"in": "デスクトップ版はiOS 7のマップと似たようなものだったが、", "out": "0", "pred": "0"}
|
207 |
+
{"in": "È famoso per l'", "out": "0", "pred": "0"}
|
208 |
+
{"in": "Un grand nombre d'", "out": "0", "pred": "0"}
|
209 |
+
{"in": "Vorfahren siehe oben.", "out": "0", "pred": "0"}
|
210 |
+
{"in": "} catch (IOException ignore) {", "out": "1", "pred": "1"}
|
211 |
+
{"in": "} catch (Exception ex) {", "out": "1", "pred": "1"}
|
212 |
+
{"in": "• 7 789 человек поддерживают программы фонда.", "out": "0", "pred": "0"}
|
213 |
+
{"in": "The album debuted at number one on many music charts around the world.", "out": "0", "pred": "0"}
|
214 |
+
{"in": "Many crows live in large groups.", "out": "0", "pred": "0"}
|
215 |
+
{"in": "Les cinq fils d'", "out": "0", "pred": "0"}
|
216 |
+
{"in": "df.tail()", "out": "1", "pred": "1"}
|
217 |
+
{"in": "、悪魔の足に蹄鉄を打ち付け、痛がる悪魔に扉に蹄鉄が留められているときは絶対中に入らないという約束を取り付けようやく蹄鉄を取り外してやったことから悪魔除けとされた説などがある。", "out": "0", "pred": "0"}
|
218 |
+
{"in": "Access 241 - аналоговый телефонный VoIP адаптер, позволяет сервис-провайдерам предоставлять высококачественные VoIP услуги SOHO клиентам с использованием аналоговых телефонных и факсимильных аппаратов.", "out": "0", "pred": "0"}
|
219 |
+
{"in": "The color scheme was made from reversing the color scheme (blue with a yellow stripe) used on test trains on non-high speed lines into yellow with a blue stripe.", "out": "0", "pred": "0"}
|
220 |
+
{"in": "auto = auto[['price', 'horsepower', 'width', 'height']]", "out": "1", "pred": "1"}
|
221 |
+
{"in": "import matplotlib.pyplot as plt", "out": "1", "pred": "1"}
|
222 |
+
{"in": "«20 минут тишины» — это тоже очень интересный проект, потому что он дает возможность остановиться, задуматься и осознать, какая красота ��округ нас», — сказала министр культуры Подмосковья.", "out": "0", "pred": "0"}
|
223 |
+
{"in": "AC3 Dolby — метод и формат сжатия, который позволяет сжимать, хранить, передавать в одном файле со скоростью от 32 до 640 кбит/с до 6 каналов аудиоданных.", "out": "0", "pred": "0"}
|
224 |
+
{"in": "In the conclusion of the Declaration of Independence a quote was: \"with certain unalienable Rights, that among these are Life, Liberty, and the pursuit of Happiness.\"", "out": "0", "pred": "0"}
|
225 |
+
{"in": "石川 成秀(いしかわ なりひで、", "out": "0", "pred": "0"}
|
226 |
+
{"in": "E il freddo porterà!\"", "out": "0", "pred": "0"}
|
227 |
+
{"in": "» par les Marines.", "out": "0", "pred": "0"}
|
228 |
+
{"in": "Come si legge nel «", "out": "0", "pred": "0"}
|
229 |
+
{"in": "In einem 10x50-", "out": "0", "pred": "0"}
|
230 |
+
{"in": "The Dominicans are also known as the \"Friar Preachers\", or the \"Black Friars\", from the black mantle (\"cappa\") worn over their white habit.", "out": "0", "pred": "0"}
|
231 |
+
{"in": "Müllners neuer Partner.", "out": "0", "pred": "0"}
|
232 |
+
{"in": "float sumY2Pearson = 0;", "out": "1", "pred": "1"}
|
233 |
+
{"in": "№ 6. Держи меня за руку крепче.", "out": "0", "pred": "0"}
|
234 |
+
{"in": "AAA Worldwide Крючок дверной из хромированной латуAAA Worldwide Крючок дверной из хромированной латуни AAA Worldwide 50026-CP 75 мм Крючок дверной из хромированной латуни AAA Worldwide 50026-CP.", "out": "0", "pred": "0"}
|
235 |
+
{"in": "» 2015 » ИюльВсе насчет жизни и бизнеса!", "out": "0", "pred": "0"}
|
236 |
+
{"in": "№5: 1 января 17087 года.", "out": "0", "pred": "0"}
|
237 |
+
{"in": "Théâtre de rue.", "out": "0", "pred": "0"}
|
238 |
+
{"in": "Très proche de l’", "out": "0", "pred": "0"}
|
239 |
+
{"in": "Radio del Pueblo.", "out": "0", "pred": "0"}
|
240 |
+
{"in": "» fait polémique.", "out": "0", "pred": "0"}
|
241 |
+
{"in": "D'autres facteurs (", "out": "0", "pred": "0"}
|
242 |
+
{"in": "The females live on the better part of the rocky slopes, while the males live on the margins, usually lower on the mountain.", "out": "0", "pred": "0"}
|
243 |
+
{"in": "This custom is seen widely today especially in the case of election or entrance examination in.", "out": "0", "pred": "0"}
|
244 |
+
{"in": "Alle volte anche l'", "out": "0", "pred": "0"}
|
245 |
+
{"in": "Was sich wie ein „", "out": "0", "pred": "0"}
|
246 |
+
{"in": "throw new UtilException(\"util.failed.to.parse.handlerchain.file\", clazz.getName(), chain.file());", "out": "1", "pred": "1"}
|
247 |
+
{"in": "Noé et ses fils.", "out": "0", "pred": "0"}
|
248 |
+
{"in": "Cash tirim a shíniú.", "out": "0", "pred": "0"}
|
249 |
+
{"in": "№ 73. Умер 19 ноября, похоронен 22 ноября 1849 г.", "out": "0", "pred": "0"}
|
250 |
+
{"in": "No tuvo hijos con ella.", "out": "0", "pred": "0"}
|
251 |
+
{"in": "Airbus is studying a replacement for the A320.", "out": "0", "pred": "0"}
|
252 |
+
{"in": "Seoladh i mbliain 1971 é.", "out": "0", "pred": "0"}
|
253 |
+
{"in": "En él hay seis figuras.", "out": "0", "pred": "0"}
|
254 |
+
{"in": "Córais bunaithe ar UNIX (", "out": "0", "pred": "0"}
|
255 |
+
{"in": "Hierunter fallen etwa „", "out": "0", "pred": "0"}
|
256 |
+
{"in": "』の専属モデルになることが発表された 。", "out": "0", "pred": "0"}
|
257 |
+
{"in": "Sonraí le líonadh.", "out": "0", "pred": "0"}
|
258 |
+
{"in": "、原発反対運動が起きたのがきっかけであった。", "out": "0", "pred": "0"}
|
259 |
+
{"in": "Roinn an Taoisigh.", "out": "0", "pred": "0"}
|
260 |
+
{"in": "Le tecniche dell '", "out": "0", "pred": "0"}
|
261 |
+
{"in": "No puedo esperar!\"", "out": "0", "pred": "0"}
|
262 |
+
{"in": "Please note that this refers to changes in speed and pressure along a single path of flow and does not apply to two different flows at different speeds.", "out": "0", "pred": "0"}
|
263 |
+
{"in": "Ba dhlíodóir é.", "out": "0", "pred": "0"}
|
264 |
+
{"in": "Me tomó tres meses.", "out": "0", "pred": "0"}
|
265 |
+
{"in": "、それに対応するUNIX版 \"UniDraf32\"(ユニドラフサンジュウニ)が発売された。", "out": "0", "pred": "0"}
|
266 |
+
{"in": "Lorsque le mariage d’", "out": "0", "pred": "0"}
|
267 |
+
{"in": "Bóthar i Mont-St.", "out": "0", "pred": "0"}
|
268 |
+
{"in": "I support sanctions\"", "out": "0", "pred": "0"}
|
269 |
+
{"in": "\"1С:Фотоуслуги 8\" поддерживает кадровый учет персонала, включая сотрудников, работающих по совместительству, учет рабочего времени (табель) и управленческий расчет заработной платы сотрудников предприятия.", "out": "0", "pred": "0"}
|
270 |
+
{"in": "Muestra de videos.", "out": "0", "pred": "0"}
|
271 |
+
{"in": "Die Kunst des Krieges.", "out": "0", "pred": "0"}
|
272 |
+
{"in": "student_data_math['absences'].mode()", "out": "1", "pred": "1"}
|
273 |
+
{"in": "Fue un modelo a imitar.", "out": "0", "pred": "0"}
|
274 |
+
{"in": "If channel mode +t is set, only a channel operator may set the topic.", "out": "0", "pred": "0"}
|
275 |
+
{"in": "Orte, Bilder, Lektüren.", "out": "0", "pred": "0"}
|
276 |
+
{"in": "It can prevent enemies from climbing stone walls because it curves out at the top.", "out": "0", "pred": "0"}
|
277 |
+
{"in": "if (input.length() == 31) input = \"0\" + input;", "out": "1", "pred": "1"}
|
278 |
+
{"in": "} catch (IOException ioe) {", "out": "1", "pred": "1"}
|
279 |
+
{"in": "Foras na Gaeilge.", "out": "0", "pred": "0"}
|
280 |
+
{"in": "Du kannst es schaffen!“", "out": "0", "pred": "0"}
|
281 |
+
{"in": "Simone è, secondo l'", "out": "0", "pred": "0"}
|
282 |
+
{"in": "There were ten teams signed up to compete in the championship.", "out": "0", "pred": "0"}
|
283 |
+
{"in": "BufferedInputStream is = new BufferedInputStream(zipFile.getInputStream(entry));", "out": "1", "pred": "1"}
|
284 |
+
{"in": "It was his ninth career major and Nadal completed the Career Golden Slam with the win.", "out": "0", "pred": "0"}
|
285 |
+
{"in": "throw new FileNotFoundException(e.getMessage());", "out": "1", "pred": "1"}
|
286 |
+
{"in": "Like the Sun, they are made mostly of hydrogen and a little bit of helium plus other elements.", "out": "0", "pred": "0"}
|
287 |
+
{"in": "、使用に際して互いの家の中が丸見えになるため、何かと不都合があった。", "out": "0", "pred": "0"}
|
288 |
+
{"in": "import numpy.random as random", "out": "1", "pred": "1"}
|
289 |
+
{"in": "この場合において、個々の大衆は常に無力な存在である。", "out": "0", "pred": "0"}
|
290 |
+
{"in": "«31 декабря 1973 года мой отец сбегает с ракетной базы в Астраханской области.", "out": "0", "pred": "0"}
|
291 |
+
{"in": "\" dai suoi critici.", "out": "0", "pred": "0"}
|
292 |
+
{"in": "The stepped appearance of the rocks was caused by their varied resistance to the flow of water.", "out": "0", "pred": "0"}
|
293 |
+
{"in": "Acer (Acer Group, русск. Асер) — тайваньская корпорация, ведущий мировой производитель компьютерной техники; основана в 1976 под названием Multitech International.", "out": "0", "pred": "0"}
|
294 |
+
{"in": "機動戦士ガンダム Twilight AXIS 公式Web.", "out": "0", "pred": "0"}
|
295 |
+
{"in": "Bhí sé 55 bliana d'aois.", "out": "0", "pred": "0"}
|
296 |
+
{"in": "最寄駅」という副駅名が設定されており、駅北側に東京都立大学のメインキャンパスである南大沢キャンパスが位置している。", "out": "0", "pred": "0"}
|
297 |
+
{"in": "Das war eine Wonne!", "out": "0", "pred": "0"}
|
298 |
+
{"in": "df['weather'].value_counts()", "out": "1", "pred": "1"}
|
299 |
+
{"in": "Rimanere senza niente.", "out": "0", "pred": "0"}
|
300 |
+
{"in": "Forbairt gnéasach leanaí.", "out": "0", "pred": "0"}
|
301 |
+
{"in": "nameValuePairs.add(new BasicNameValuePair(\"m\", \"move_tag\"));", "out": "1", "pred": "1"}
|
302 |
+
{"in": "El país fue anexionado.", "out": "0", "pred": "0"}
|
303 |
+
{"in": "plt.plot(x, y, color=(0,0,1))", "out": "1", "pred": "1"}
|
304 |
+
{"in": "» 15 марта 2013 года в Москве завершила свою работу IV Всероссийская конференция «Бухгалтерский учет и налогообложение лизинговых операций»", "out": "0", "pred": "0"}
|
305 |
+
{"in": "boolean hasPixelData = p.getReadTag() == Tags.PixelData;", "out": "1", "pred": "1"}
|
306 |
+
{"in": "創設の際には夏奈が多方面に走り回ったことと、行人の担任である佐伯が口添えをしたためスムーズに行うことができた。", "out": "0", "pred": "0"}
|
307 |
+
{"in": "№ 204 (многофункциональный зал), 2 этаж.", "out": "0", "pred": "0"}
|
308 |
+
{"in": "Dódh é go talamh.", "out": "0", "pred": "0"}
|
309 |
+
{"in": "Na Pho eröffnet.", "out": "0", "pred": "0"}
|
310 |
+
{"in": "Bealach isteach.", "out": "0", "pred": "0"}
|
311 |
+
{"in": "Marcar la piel del agua.", "out": "0", "pred": "0"}
|
312 |
+
{"in": "Ba é seo an 43ú eagrán.", "out": "0", "pred": "0"}
|
313 |
+
{"in": "Angriffen gewesen ist.", "out": "0", "pred": "0"}
|
314 |
+
{"in": "” para esa hipótesis.", "out": "0", "pred": "0"}
|
315 |
+
{"in": "También fue «V.", "out": "0", "pred": "0"}
|
316 |
+
{"in": "On 15 March, his list topped the first round with 35.65 % of the vote, well ahead of the outgoing mayor, Jean-Marc Pujol (18.43 %).", "out": "0", "pred": "0"}
|
317 |
+
{"in": "Na caora cruinn snasta.", "out": "0", "pred": "0"}
|
318 |
+
{"in": "They have also had a total of 33 hit albums in the UK charts - more than any other band other than the Rolling Stones.", "out": "0", "pred": "0"}
|
319 |
+
{"in": "Alcuni \"comuni\"", "out": "0", "pred": "0"}
|
320 |
+
{"in": "Fue juez de distrito.", "out": "0", "pred": "0"}
|
321 |
+
{"in": "I.A.P. fa parte dell'", "out": "0", "pred": "0"}
|
322 |
+
{"in": "«100-летие образования Республики Карелия»", "out": "0", "pred": "0"}
|
323 |
+
{"in": "The second is the southern species, who raise Goats and live in caves.", "out": "0", "pred": "0"}
|
324 |
+
{"in": "String sujeto = \"\", verbo = \"\", CD = \"\", CI = \"\", fraseOrigen = \"\";", "out": "1", "pred": "1"}
|
325 |
+
{"in": "String encoded = new String(encoder.encode(new String(StaticObj.PROXY_USERNAME + \":\" + StaticObj.PROXY_PASSWORD).getBytes()));", "out": "1", "pred": "1"}
|
326 |
+
{"in": "№ 2341 О внесении дополнений в постановл��ние Главы Солнечногорского муниципального района Московской области от 10.07.2014г.", "out": "0", "pred": "0"}
|
327 |
+
{"in": "In Per questa notte (", "out": "0", "pred": "0"}
|
328 |
+
{"in": "plt.title('Title Name')", "out": "1", "pred": "1"}
|
329 |
+
{"in": "Schon 1796 starb David.", "out": "0", "pred": "0"}
|
330 |
+
{"in": "builder.insert(0, '0');", "out": "1", "pred": "1"}
|
331 |
+
{"in": "Ceapadh é ina POF.", "out": "0", "pred": "0"}
|
332 |
+
{"in": "URL url = new URL(URL);", "out": "1", "pred": "1"}
|
333 |
+
{"in": "plt.barh(x, y, align = 'center')", "out": "1", "pred": "1"}
|
334 |
+
{"in": "public void dorequest(Map<String, String> ps, String method) throws IOException {", "out": "1", "pred": "1"}
|
335 |
+
{"in": "Elle doit porter l'", "out": "0", "pred": "0"}
|
336 |
+
{"in": "È stata approvata dall'", "out": "0", "pred": "0"}
|
337 |
+
{"in": "En 1991, il crée l'", "out": "0", "pred": "0"}
|
338 |
+
{"in": "Zusammen mit der IV.", "out": "0", "pred": "0"}
|
339 |
+
{"in": "This match was seen to many as the most important match of Hardy's career, as his win against Triple H has finally moved Hardy into the top level of the roster and the race for the WWE Championship.", "out": "0", "pred": "0"}
|
340 |
+
{"in": "Sportler zugelassen.", "out": "0", "pred": "0"}
|
341 |
+
{"in": "Louis Magret a scríobh é.", "out": "0", "pred": "0"}
|
342 |
+
{"in": "』のレコーディングにバッキング・ボーカルで参加している 。", "out": "0", "pred": "0"}
|
343 |
+
{"in": "艦長がジョン・W・リード少佐(アナポリス1938年組)に代わった。", "out": "0", "pred": "0"}
|
344 |
+
{"in": "Die beiden Werks-", "out": "0", "pred": "0"}
|
345 |
+
{"in": "Entre los mejores «", "out": "0", "pred": "0"}
|
346 |
+
{"in": "なお、登場している妖怪は大石兵六夢物語などにおいて大石兵六を脅かすため白狐が化けた妖怪の模様。", "out": "0", "pred": "0"}
|
347 |
+
{"in": "Era molto riservato.", "out": "0", "pred": "0"}
|
348 |
+
{"in": "Un comunicato dell'", "out": "0", "pred": "0"}
|
349 |
+
{"in": "Immediately after the tour ended, guitarist Porl Thompson left the band again (this time with a smile!", "out": "0", "pred": "0"}
|
350 |
+
{"in": "Sala delle feste.", "out": "0", "pred": "0"}
|
351 |
+
{"in": "L'avion est équipé d'", "out": "0", "pred": "0"}
|
352 |
+
{"in": "Une politique d’", "out": "0", "pred": "0"}
|
353 |
+
{"in": "If determinism is the case, then there can be no free will.", "out": "0", "pred": "0"}
|
354 |
+
{"in": "・クハ785形・サハ784形に設けられ、", "out": "0", "pred": "0"}
|
355 |
+
{"in": "、年45mm程度、プレートが動いているとされる。", "out": "0", "pred": "0"}
|
356 |
+
{"in": "Marcus Crassus and the late Roman Republic.", "out": "0", "pred": "0"}
|
357 |
+
{"in": "Si spinge fino all'", "out": "0", "pred": "0"}
|
358 |
+
{"in": "№219/29.01.2019): Косилка роторная с кондиционером КРК-2,4, 2010 г.в., производитель компания \"Клевер\" Россия, производительность до 3 га/час, ширина захвата до 2.4 м., собственник: ООО «Тамга Плюс».", "out": "0", "pred": "0"}
|
359 |
+
{"in": "Menckes geöffnet vor.", "out": "0", "pred": "0"}
|
360 |
+
{"in": "Sin espinas o casi.", "out": "0", "pred": "0"}
|
361 |
+
{"in": "Tá dhá bunscoileanna ann.", "out": "0", "pred": "0"}
|
362 |
+
{"in": "Il est élève d'", "out": "0", "pred": "0"}
|
363 |
+
{"in": ")と統一戦を戦うが、9回TKOに敗れ王座陥落。", "out": "0", "pred": "0"}
|
364 |
+
{"in": "紫音は徐々に動く車の中、ここではラジオの電波が届かないから戻ってほしいと頼み、町に引き返してもらう。", "out": "0", "pred": "0"}
|
365 |
+
{"in": "Tombe d'un des «", "out": "0", "pred": "0"}
|
366 |
+
{"in": "Abteilung eröffnet.", "out": "0", "pred": "0"}
|
367 |
+
{"in": "Luego termina vendiendo.", "out": "0", "pred": "0"}
|
368 |
+
{"in": "connection.setConnectTimeout(CONNECT_TIMEOUT);", "out": "1", "pred": "1"}
|
369 |
+
{"in": "Pero este nuevo «", "out": "0", "pred": "0"}
|
370 |
+
{"in": "«2019 год станет для нас годом больших возможностей и вызовов.", "out": "0", "pred": "0"}
|
371 |
+
{"in": "FSでは4回転を決めたもののジャンプで2回転倒。", "out": "0", "pred": "0"}
|
372 |
+
{"in": "The years passed and she grew into another teenager.", "out": "0", "pred": "0"}
|
373 |
+
{"in": "df.groupby(['month', 'period'])['sales'].sum()", "out": "1", "pred": "1"}
|
374 |
+
{"in": "The manuscript became his book Behind the Mirror.", "out": "0", "pred": "0"}
|
375 |
+
{"in": "ある p について、左括弧が先頭から p 個以上続く文字列では、y には左括弧しか含まれない。", "out": "0", "pred": "0"}
|
376 |
+
{"in": "Rugadh é in Popayán.", "out": "0", "pred": "0"}
|
377 |
+
{"in": "\" nel marzo del '75.", "out": "0", "pred": "0"}
|
378 |
+
{"in": "However, it was not until 1984 that the national anthem was changed to reflect the popular vote.", "out": "0", "pred": "0"}
|
379 |
+
{"in": "Eso es lo que es».", "out": "0", "pred": "0"}
|
380 |
+
{"in": "Des cinq universaux).", "out": "0", "pred": "0"}
|
381 |
+
{"in": "Zeit datiert wird.", "out": "0", "pred": "0"}
|
382 |
+
{"in": "Its original name was either 'Lav-garh' (Fort of Lav/Lava) or 'Lavapuri' (Place of Lava/Lav) which was later changed to 'Lavhur' or 'Lahor' and then 'Lahore'.", "out": "0", "pred": "0"}
|
383 |
+
{"in": "L'esame può essere un'", "out": "0", "pred": "0"}
|
384 |
+
{"in": "Si addormenta sereno.", "out": "0", "pred": "0"}
|
385 |
+
{"in": "Active Directory хранит данные и настройки среды в централизованной базе данных.", "out": "0", "pred": "0"}
|
386 |
+
{"in": "pwin.dispose();", "out": "1", "pred": "1"}
|
387 |
+
{"in": "Des sculptures à l'", "out": "0", "pred": "0"}
|
388 |
+
{"in": "Die Eröffnung war 1995.", "out": "0", "pred": "0"}
|
389 |
+
{"in": "Is é isteach sa stáid ‘", "out": "0", "pred": "0"}
|
390 |
+
{"in": "Adam Noah Black — и вот ему тоже фамилию на Kane, а Noah вообще убрать.", "out": "0", "pred": "0"}
|
391 |
+
{"in": "Su año fue 1768.", "out": "0", "pred": "0"}
|
392 |
+
{"in": "from sklearn import linear_model", "out": "1", "pred": "1"}
|
393 |
+
{"in": "List of companies related to Jim Ratcliffe - http://www.flixens.com/director/james-arthur-ratcliffe Ratcliffe founded the Ineos chemicals group in 1998, which now has an annual turnover of $44 billion.", "out": "0", "pred": "0"}
|
394 |
+
{"in": "Il padre era orafo.", "out": "0", "pred": "0"}
|
395 |
+
{"in": "«1С-Битрикс: Управление сайтом» - платформа для разработки интернет-магазина - надежная и устойчивая к высоким нагрузкам система, соответствующая высоким стандартам безопасности.", "out": "0", "pred": "0"}
|
396 |
+
{"in": "The link between the Swanage Railway and the main line at Wareham has been used used for materials deliveries, special excursions.", "out": "0", "pred": "0"}
|
397 |
+
{"in": "statement.setString(1, username);", "out": "1", "pred": "1"}
|
398 |
+
{"in": "秀介は中東へ赴任してから2か月後に消息を絶つ (3)。1年経ち、出張所は強盗に遭い、会社は秀介が射殺されたと処理した (3)。", "out": "0", "pred": "0"}
|
399 |
+
{"in": "Cumpliremos su voluntad.", "out": "0", "pred": "0"}
|
400 |
+
{"in": "Aide à la recherche.", "out": "0", "pred": "0"}
|
401 |
+
{"in": "Il entre alors à l'", "out": "0", "pred": "0"}
|
402 |
+
{"in": "Is é an reicteam (", "out": "0", "pred": "0"}
|
403 |
+
{"in": "On dit une ache.", "out": "0", "pred": "0"}
|
404 |
+
{"in": "ウラン235の核分裂によって中性子が発生し、その一部がウラン238に吸収されてウラン239ができる。", "out": "0", "pred": "0"}
|
405 |
+
{"in": "タイトルが示す通り、月曜日から金曜日までの6:50 - 10:00に放送されていた3時間10分に及ぶ生放送番組で、朝の『", "out": "0", "pred": "0"}
|
406 |
+
{"in": "Son élection à l'", "out": "0", "pred": "0"}
|
407 |
+
{"in": "} catch (FileNotFoundException fe) {", "out": "1", "pred": "1"}
|
408 |
+
{"in": "In 2020, the village added a traditional brushwood bridge near Hahoe Folk Village.", "out": "0", "pred": "0"}
|
409 |
+
{"in": "Pero yo no soy sutil\".", "out": "0", "pred": "0"}
|
410 |
+
{"in": "Hendrick Motorsports has won 10 Monster Energy MASCAR Cup Series championships.", "out": "0", "pred": "0"}
|
411 |
+
{"in": "All the engines are ETOPS rated at ETOPS-180 which means that the A330-300 can fly up to 180 minutes away from an airport that it can land at.", "out": "0", "pred": "0"}
|
412 |
+
{"in": "$1 тыс. за квадратный метр в год - для сегодняшней Москвы это уже не предел.", "out": "0", "pred": "0"}
|
413 |
+
{"in": "Mises en su biblioteca.", "out": "0", "pred": "0"}
|
414 |
+
{"in": "Es una raíz doble.", "out": "0", "pred": "0"}
|
415 |
+
{"in": "後に駅長、貨物列車の運転士、構内掛が業務上過失傷害の疑いで逮捕。", "out": "0", "pred": "0"}
|
416 |
+
{"in": "Bauern gegründet wurde.", "out": "0", "pred": "0"}
|
417 |
+
{"in": "Piove per tre giorni.", "out": "0", "pred": "0"}
|
418 |
+
{"in": "Esto no lo dijo de \"", "out": "0", "pred": "0"}
|
419 |
+
{"in": "Il vient du terme «", "out": "0", "pred": "0"}
|
420 |
+
{"in": "InputStream in = zipFile.getInputStream(ze);", "out": "1", "pred": "1"}
|
421 |
+
{"in": "また、準決勝までのワンツーネクストで生中継される試合は、ワンツーネクストと同内容でスカチャンでも生放送する。", "out": "0", "pred": "0"}
|
422 |
+
{"in": "その間、3編の短編(「ロウ・ランド」「エントロピー」「アンダー・ザ・ローズ」)を文芸誌に掲載。", "out": "0", "pred": "0"}
|
423 |
+
{"in": "It was made in 1994 by splitting the old Cape Colony into three.", "out": "0", "pred": "0"}
|
424 |
+
{"in": "Landkreis Cottbus.", "out": "0", "pred": "0"}
|
425 |
+
{"in": "An dara eagrán, 1832.", "out": "0", "pred": "0"}
|
426 |
+
{"in": "\"6 мая возможны изменения в расписании рейсов аэропорта Шереметьево.", "out": "0", "pred": "0"}
|
427 |
+
{"in": "Contrato de 3 meses.", "out": "0", "pred": "0"}
|
428 |
+
{"in": "df.head()", "out": "1", "pred": "1"}
|
429 |
+
{"in": "Des études à l'", "out": "0", "pred": "0"}
|
430 |
+
{"in": "Elle est connue à l'", "out": "0", "pred": "0"}
|
431 |
+
{"in": "En su anterior club (", "out": "0", "pred": "0"}
|
432 |
+
{"in": "df[['temperature','temperature_diff']].head()", "out": "1", "pred": "1"}
|
433 |
+
{"in": "» (34,6% принадлежит структурам Владимира Потанина) выплатит $1,9 млрд в качестве дивидендов за второе полугодие 2018 г., сообщила компания в пятницу, 26 апреля.", "out": "0", "pred": "0"}
|
434 |
+
{"in": "Su mejor resultado allí.", "out": "0", "pred": "0"}
|
435 |
+
{"in": "In just over a year, he expanded it from 70,000 to 170,000 members.", "out": "0", "pred": "0"}
|
436 |
+
{"in": "Il suo simbolo è da.", "out": "0", "pred": "0"}
|
437 |
+
{"in": "被アクセス時に相手にダメージを与えることがある。", "out": "0", "pred": "0"}
|
438 |
+
{"in": "FileOutputStream fileOut = null;", "out": "1", "pred": "1"}
|
439 |
+
{"in": "System.out.println(\"\\n\" + src + \": mismatch pixel data length!\" + \" => do not convert\");", "out": "1", "pred": "1"}
|
440 |
+
{"in": "Comhlacht is ea Umbro.", "out": "0", "pred": "0"}
|
441 |
+
{"in": "Anuncios públicos.", "out": "0", "pred": "0"}
|
442 |
+
{"in": "On May 22, 1933, Chinese and Japanese representatives met to talk the end of the fight.", "out": "0", "pred": "0"}
|
443 |
+
{"in": "Néanmoins, après l'", "out": "0", "pred": "0"}
|
444 |
+
{"in": "Although the two terms are connected, just because a person is insolvent does not necessarily mean that they will go into bankruptcy.", "out": "0", "pred": "0"}
|
445 |
+
{"in": "\"32 ГБ версии iPad стоят по затратам всего на 29.50 долларов больше, чем 16 ГБ, но розничная оценка на 100 долларов выше.", "out": "0", "pred": "0"}
|
446 |
+
{"in": "Un verdadero secreto?", "out": "0", "pred": "0"}
|
447 |
+
{"in": "、ボストンのホーリークロス大聖堂にちなんで、ホーリークロス大学と名付けた。", "out": "0", "pred": "0"}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [],
|
3 |
+
"clean_up_tokenization_spaces": true,
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"extra_ids": 0,
|
6 |
+
"model_max_length": 1000000000000000019884624838656,
|
7 |
+
"pad_token": "<pad>",
|
8 |
+
"sp_model_kwargs": {},
|
9 |
+
"tokenizer_class": "T5Tokenizer",
|
10 |
+
"unk_token": "<unk>"
|
11 |
+
}
|