Spaces:
Build error
Build error
File size: 45,516 Bytes
0156aec |
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 |
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"executionInfo": {
"elapsed": 476,
"status": "ok",
"timestamp": 1720679526275,
"user": {
"displayName": "HUANG DONGHAO _",
"userId": "00977795705617022768"
},
"user_tz": -480
},
"id": "uWKRSV6eZsCn"
},
"outputs": [],
"source": [
"%load_ext autoreload\n",
"%autoreload 2"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"application/vnd.databricks.v1+cell": {
"cellMetadata": {
"byteLimit": 2048000,
"rowLimit": 10000
},
"inputWidgets": {},
"nuid": "6d394937-6c99-4a7c-9d32-7600a280032f",
"showTitle": false,
"title": ""
},
"colab": {
"base_uri": "https://localhost:8080/"
},
"executionInfo": {
"elapsed": 5,
"status": "ok",
"timestamp": 1720679529345,
"user": {
"displayName": "HUANG DONGHAO _",
"userId": "00977795705617022768"
},
"user_tz": -480
},
"id": "G5pNu3zgZBrL",
"outputId": "160a554f-fb08-4aa0-bc00-0422fb7c1fac"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"workding dir: /Users/inflaton/code/engd/papers/rapget-translation\n"
]
}
],
"source": [
"import os\n",
"import sys\n",
"from pathlib import Path\n",
"\n",
"# check if workding_dir is in local variables\n",
"if \"workding_dir\" not in locals():\n",
" workding_dir = str(Path.cwd().parent)\n",
"\n",
"os.chdir(workding_dir)\n",
"sys.path.append(workding_dir)\n",
"print(\"workding dir:\", workding_dir)"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"application/vnd.databricks.v1+cell": {
"cellMetadata": {
"byteLimit": 2048000,
"rowLimit": 10000
},
"inputWidgets": {},
"nuid": "9f67ec60-2f24-411c-84eb-0dd664b44775",
"showTitle": false,
"title": ""
},
"colab": {
"base_uri": "https://localhost:8080/"
},
"executionInfo": {
"elapsed": 3,
"status": "ok",
"timestamp": 1720679529345,
"user": {
"displayName": "HUANG DONGHAO _",
"userId": "00977795705617022768"
},
"user_tz": -480
},
"id": "hPCC-6m7ZBrM",
"outputId": "c7aa2c96-5e99-440a-c148-201d79465ff9"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"loading env vars from: /Users/inflaton/code/engd/papers/rapget-translation/.env\n"
]
},
{
"data": {
"text/plain": [
"True"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"from dotenv import find_dotenv, load_dotenv\n",
"\n",
"found_dotenv = find_dotenv(\".env\")\n",
"\n",
"if len(found_dotenv) == 0:\n",
" found_dotenv = find_dotenv(\".env.example\")\n",
"print(f\"loading env vars from: {found_dotenv}\")\n",
"load_dotenv(found_dotenv, override=True)"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"application/vnd.databricks.v1+cell": {
"cellMetadata": {
"byteLimit": 2048000,
"rowLimit": 10000
},
"inputWidgets": {},
"nuid": "f1597656-8042-4878-9d3b-9ebfb8dd86dc",
"showTitle": false,
"title": ""
},
"colab": {
"base_uri": "https://localhost:8080/"
},
"executionInfo": {
"elapsed": 3,
"status": "ok",
"timestamp": 1720679529345,
"user": {
"displayName": "HUANG DONGHAO _",
"userId": "00977795705617022768"
},
"user_tz": -480
},
"id": "1M3IraVtZBrM",
"outputId": "29ab35f6-2970-4ade-d85d-3174acf8cda0"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Qwen/Qwen2-7B-Instruct None False datasets/mac/mac.tsv results/mac-results.csv False 300\n"
]
}
],
"source": [
"import os\n",
"\n",
"model_name = os.getenv(\"MODEL_NAME\")\n",
"adapter_name_or_path = os.getenv(\"ADAPTER_NAME_OR_PATH\")\n",
"load_in_4bit = os.getenv(\"LOAD_IN_4BIT\") == \"true\"\n",
"data_path = os.getenv(\"DATA_PATH\")\n",
"results_path = os.getenv(\"RESULTS_PATH\")\n",
"use_english_datasets = os.getenv(\"USE_ENGLISH_DATASETS\") == \"true\"\n",
"max_new_tokens = int(os.getenv(\"MAX_NEW_TOKENS\", 2048))\n",
"\n",
"print(model_name, adapter_name_or_path, load_in_4bit, data_path, results_path, use_english_datasets, max_new_tokens)"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"application/vnd.databricks.v1+cell": {
"cellMetadata": {
"byteLimit": 2048000,
"rowLimit": 10000
},
"inputWidgets": {},
"nuid": "b2a43943-9324-4839-9a47-cfa72de2244b",
"showTitle": false,
"title": ""
},
"colab": {
"base_uri": "https://localhost:8080/"
},
"executionInfo": {
"elapsed": 564,
"status": "ok",
"timestamp": 1720679529907,
"user": {
"displayName": "HUANG DONGHAO _",
"userId": "00977795705617022768"
},
"user_tz": -480
},
"id": "UgMvt6dIZBrM",
"outputId": "ce37581c-fd26-46c2-ad87-d933d99f68f7"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Python 3.11.9\n",
"Name: torch\n",
"Version: 2.4.0\n",
"Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration\n",
"Home-page: https://pytorch.org/\n",
"Author: PyTorch Team\n",
"Author-email: packages@pytorch.org\n",
"License: BSD-3\n",
"Location: /Users/inflaton/anaconda3/envs/rapget/lib/python3.11/site-packages\n",
"Requires: filelock, fsspec, jinja2, networkx, sympy, typing-extensions\n",
"Required-by: accelerate, peft, torchaudio, torchvision\n",
"---\n",
"Name: transformers\n",
"Version: 4.43.3\n",
"Summary: State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow\n",
"Home-page: https://github.com/huggingface/transformers\n",
"Author: The Hugging Face team (past and future) with the help of all our contributors (https://github.com/huggingface/transformers/graphs/contributors)\n",
"Author-email: transformers@huggingface.co\n",
"License: Apache 2.0 License\n",
"Location: /Users/inflaton/anaconda3/envs/rapget/lib/python3.11/site-packages\n",
"Requires: filelock, huggingface-hub, numpy, packaging, pyyaml, regex, requests, safetensors, tokenizers, tqdm\n",
"Required-by: peft\n",
"CPU times: user 11.5 ms, sys: 9.96 ms, total: 21.4 ms\n",
"Wall time: 1.98 s\n"
]
}
],
"source": [
"%%time\n",
"os.environ[\"TOKENIZERS_PARALLELISM\"] = \"true\"\n",
"\n",
"!python --version\n",
"!pip show torch transformers"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"executionInfo": {
"elapsed": 1685,
"status": "ok",
"timestamp": 1720679531591,
"user": {
"displayName": "HUANG DONGHAO _",
"userId": "00977795705617022768"
},
"user_tz": -480
},
"id": "ZuS_FsLyZBrN",
"outputId": "2cba0105-c505-4395-afbd-2f2fee6581d0"
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"[nltk_data] Downloading package wordnet to\n",
"[nltk_data] /Users/inflaton/nltk_data...\n",
"[nltk_data] Package wordnet is already up-to-date!\n",
"[nltk_data] Downloading package punkt to /Users/inflaton/nltk_data...\n",
"[nltk_data] Package punkt is already up-to-date!\n",
"[nltk_data] Downloading package omw-1.4 to\n",
"[nltk_data] /Users/inflaton/nltk_data...\n",
"[nltk_data] Package omw-1.4 is already up-to-date!\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"loading: /Users/inflaton/code/engd/papers/rapget-translation/eval_modules/calc_repetitions.py\n",
"loading /Users/inflaton/code/engd/papers/rapget-translation/llm_toolkit/translation_utils.py\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"[nltk_data] Downloading package wordnet to\n",
"[nltk_data] /Users/inflaton/nltk_data...\n",
"[nltk_data] Package wordnet is already up-to-date!\n",
"[nltk_data] Downloading package punkt to /Users/inflaton/nltk_data...\n",
"[nltk_data] Package punkt is already up-to-date!\n",
"[nltk_data] Downloading package omw-1.4 to\n",
"[nltk_data] /Users/inflaton/nltk_data...\n",
"[nltk_data] Package omw-1.4 is already up-to-date!\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"MPS is available\n"
]
}
],
"source": [
"from llm_toolkit.llm_utils import *\n",
"from llm_toolkit.translation_utils import *\n",
"\n",
"device = check_gpu()"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"loading model: Qwen/Qwen2-7B-Instruct with adapter: None\n"
]
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "dc2691496b9f4ace86e2d7d140511d98",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Loading checkpoint shards: 0%| | 0/4 [00:00<?, ?it/s]"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"model, tokenizer = load_model(model_name)"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"loading train/test data files\n",
"DatasetDict({\n",
" train: Dataset({\n",
" features: ['chinese', 'english', 'text', 'prompt'],\n",
" num_rows: 4528\n",
" })\n",
" test: Dataset({\n",
" features: ['chinese', 'english', 'text', 'prompt'],\n",
" num_rows: 1133\n",
" })\n",
"})\n"
]
}
],
"source": [
"dataset = load_translation_dataset(data_path, tokenizer=tokenizer, num_shots=5)"
]
},
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"('那刘姥姥先听见告艰苦,只当是没想头了, 又听见给他二十两银子,喜的眉开眼笑道:“我们也知道艰难的,但只俗语说的:‘瘦死的骆驼比马还大’呢。',\n",
" '后来她不挣扎了,对我说,混蛋,你要把我怎么办。')"
]
},
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"dataset[\"test\"][\"chinese\"][260], dataset[\"test\"][\"chinese\"][908]"
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"outputs": [],
"source": [
"eval_dataset = dataset[\"test\"].select([260, 908])"
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"--------------------------------------------------\n",
"chinese: 那刘姥姥先听见告艰苦,只当是没想头了, 又听见给他二十两银子,喜的眉开眼笑道:“我们也知道艰难的,但只俗语说的:‘瘦死的骆驼比马还大’呢。\n",
"--------------------------------------------------\n",
"english: When Grannie Liu heard Xi-feng talk about 'difficulties' she concluded that there was no hope. Her delight and the way in which her face lit up with pleasure when she heard that she was, after all, to be given twenty taels of silver can be imagined. 'We knew you had your troubles,' she said, 'but as the saying goes, 'A starved camel is bigger than a fat horse.'\n",
"--------------------------------------------------\n",
"text: <|im_start|>system\n",
"You are a helpful assistant that translates Chinese to English.<|im_end|>\n",
"<|im_start|>user\n",
"You will be given a Chinese sentence to translate. If it is an incomplete sentence, or if you are unsure about the meaning, simply copy the input text as your output. Do not output any additional sentence such as explanation or reasoning.\n",
"\n",
"Example Translations:\n",
"Chinese: 全仗着狐仙搭救。\n",
"English: Because I was protected by a fox fairy.\n",
"\n",
"Chinese: 过后,表哥告诉她俩,这人是导演,在外国留过学的,还会编剧,今天拍的这戏,就是他自编自导的。\n",
"English: He was the director, the cousin later told them. He had studied abroad and was also a screenwriter; in fact he had written and directed the scene they had earlier seen being filmed.\n",
"\n",
"Chinese: 这凤姐忽然想起一件事来,便向窗外叫:“蓉儿回来!”\n",
"English: Xi-feng suddenly seemed to remember something, and called to him through the window, 'Rong, come back!'\n",
"\n",
"Chinese: 三个老红卫兵走到叶文洁面前,面对着她站成了一排——当年,她们也是这样面对叶哲泰的——试图再现那早已忘却的尊严,但她们当年那魔鬼般的精神力量显然已荡然无存。\n",
"English: The three old Red Guards stood in front of Ye in a row—just like they had stood against Ye Zhetai—trying to recapture their long-forgotten dignity. But the demonic spiritual energy that had once propelled them was gone.\n",
"\n",
"Chinese: 程先生照单全收,都是一个“谢”字,然后问王琦瑶有什么话说。\n",
"English: Mr. Cheng accepted their toast with equanimity and a 'thank you.' Then, turning to Wang Qiyao, he asked if she had anything to say.\n",
"\n",
"Chinese: 那刘姥姥先听见告艰苦,只当是没想头了, 又听见给他二十两银子,喜的眉开眼笑道:“我们也知道艰难的,但只俗语说的:‘瘦死的骆驼比马还大’呢。\n",
"English:<|im_end|>\n",
"<|im_start|>assistant\n",
"When Grannie Liu heard Xi-feng talk about 'difficulties' she concluded that there was no hope. Her delight and the way in which her face lit up with pleasure when she heard that she was, after all, to be given twenty taels of silver can be imagined. 'We knew you had your troubles,' she said, 'but as the saying goes, 'A starved camel is bigger than a fat horse.'<|im_end|>\n",
"--------------------------------------------------\n",
"prompt: <|im_start|>system\n",
"You are a helpful assistant that translates Chinese to English.<|im_end|>\n",
"<|im_start|>user\n",
"You will be given a Chinese sentence to translate. If it is an incomplete sentence, or if you are unsure about the meaning, simply copy the input text as your output. Do not output any additional sentence such as explanation or reasoning.\n",
"\n",
"Example Translations:\n",
"Chinese: 全仗着狐仙搭救。\n",
"English: Because I was protected by a fox fairy.\n",
"\n",
"Chinese: 过后,表哥告诉她俩,这人是导演,在外国留过学的,还会编剧,今天拍的这戏,就是他自编自导的。\n",
"English: He was the director, the cousin later told them. He had studied abroad and was also a screenwriter; in fact he had written and directed the scene they had earlier seen being filmed.\n",
"\n",
"Chinese: 这凤姐忽然想起一件事来,便向窗外叫:“蓉儿回来!”\n",
"English: Xi-feng suddenly seemed to remember something, and called to him through the window, 'Rong, come back!'\n",
"\n",
"Chinese: 三个老红卫兵走到叶文洁面前,面对着她站成了一排——当年,她们也是这样面对叶哲泰的——试图再现那早已忘却的尊严,但她们当年那魔鬼般的精神力量显然已荡然无存。\n",
"English: The three old Red Guards stood in front of Ye in a row—just like they had stood against Ye Zhetai—trying to recapture their long-forgotten dignity. But the demonic spiritual energy that had once propelled them was gone.\n",
"\n",
"Chinese: 程先生照单全收,都是一个“谢”字,然后问王琦瑶有什么话说。\n",
"English: Mr. Cheng accepted their toast with equanimity and a 'thank you.' Then, turning to Wang Qiyao, he asked if she had anything to say.\n",
"\n",
"Chinese: 那刘姥姥先听见告艰苦,只当是没想头了, 又听见给他二十两银子,喜的眉开眼笑道:“我们也知道艰难的,但只俗语说的:‘瘦死的骆驼比马还大’呢。\n",
"English:<|im_end|>\n",
"<|im_start|>assistant\n",
"\n",
"--------------------------------------------------\n",
"chinese: 后来她不挣扎了,对我说,混蛋,你要把我怎么办。\n",
"--------------------------------------------------\n",
"english: After a while, she no longer struggled and said, You bastard! What are you going to do with me?\n",
"--------------------------------------------------\n",
"text: <|im_start|>system\n",
"You are a helpful assistant that translates Chinese to English.<|im_end|>\n",
"<|im_start|>user\n",
"You will be given a Chinese sentence to translate. If it is an incomplete sentence, or if you are unsure about the meaning, simply copy the input text as your output. Do not output any additional sentence such as explanation or reasoning.\n",
"\n",
"Example Translations:\n",
"Chinese: 全仗着狐仙搭救。\n",
"English: Because I was protected by a fox fairy.\n",
"\n",
"Chinese: 过后,表哥告诉她俩,这人是导演,在外国留过学的,还会编剧,今天拍的这戏,就是他自编自导的。\n",
"English: He was the director, the cousin later told them. He had studied abroad and was also a screenwriter; in fact he had written and directed the scene they had earlier seen being filmed.\n",
"\n",
"Chinese: 这凤姐忽然想起一件事来,便向窗外叫:“蓉儿回来!”\n",
"English: Xi-feng suddenly seemed to remember something, and called to him through the window, 'Rong, come back!'\n",
"\n",
"Chinese: 三个老红卫兵走到叶文洁面前,面对着她站成了一排——当年,她们也是这样面对叶哲泰的——试图再现那早已忘却的尊严,但她们当年那魔鬼般的精神力量显然已荡然无存。\n",
"English: The three old Red Guards stood in front of Ye in a row—just like they had stood against Ye Zhetai—trying to recapture their long-forgotten dignity. But the demonic spiritual energy that had once propelled them was gone.\n",
"\n",
"Chinese: 程先生照单全收,都是一个“谢”字,然后问王琦瑶有什么话说。\n",
"English: Mr. Cheng accepted their toast with equanimity and a 'thank you.' Then, turning to Wang Qiyao, he asked if she had anything to say.\n",
"\n",
"Chinese: 后来她不挣扎了,对我说,混蛋,你要把我怎么办。\n",
"English:<|im_end|>\n",
"<|im_start|>assistant\n",
"After a while, she no longer struggled and said, You bastard! What are you going to do with me?<|im_end|>\n",
"--------------------------------------------------\n",
"prompt: <|im_start|>system\n",
"You are a helpful assistant that translates Chinese to English.<|im_end|>\n",
"<|im_start|>user\n",
"You will be given a Chinese sentence to translate. If it is an incomplete sentence, or if you are unsure about the meaning, simply copy the input text as your output. Do not output any additional sentence such as explanation or reasoning.\n",
"\n",
"Example Translations:\n",
"Chinese: 全仗着狐仙搭救。\n",
"English: Because I was protected by a fox fairy.\n",
"\n",
"Chinese: 过后,表哥告诉她俩,这人是导演,在外国留过学的,还会编剧,今天拍的这戏,就是他自编自导的。\n",
"English: He was the director, the cousin later told them. He had studied abroad and was also a screenwriter; in fact he had written and directed the scene they had earlier seen being filmed.\n",
"\n",
"Chinese: 这凤姐忽然想起一件事来,便向窗外叫:“蓉儿回来!”\n",
"English: Xi-feng suddenly seemed to remember something, and called to him through the window, 'Rong, come back!'\n",
"\n",
"Chinese: 三个老红卫兵走到叶文洁面前,面对着她站成了一排——当年,她们也是这样面对叶哲泰的——试图再现那早已忘却的尊严,但她们当年那魔鬼般的精神力量显然已荡然无存。\n",
"English: The three old Red Guards stood in front of Ye in a row—just like they had stood against Ye Zhetai—trying to recapture their long-forgotten dignity. But the demonic spiritual energy that had once propelled them was gone.\n",
"\n",
"Chinese: 程先生照单全收,都是一个“谢”字,然后问王琦瑶有什么话说。\n",
"English: Mr. Cheng accepted their toast with equanimity and a 'thank you.' Then, turning to Wang Qiyao, he asked if she had anything to say.\n",
"\n",
"Chinese: 后来她不挣扎了,对我说,混蛋,你要把我怎么办。\n",
"English:<|im_end|>\n",
"<|im_start|>assistant\n",
"\n"
]
}
],
"source": [
"print_row_details(eval_dataset.to_pandas(), range(len(eval_dataset)))"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
" 50%|█████ | 1/2 [01:54<01:54, 114.95s/it]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Batch output: ['When she first heard that they were in dire straits, she thought that all hope was lost. But when she heard that they were to receive twenty taels of silver, she beamed with delight and said, \"We understand their difficulties, but as the saying goes, \\'a skinny camel is bigger than a horse\\'.\"']\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 2/2 [02:34<00:00, 77.40s/it] \n"
]
}
],
"source": [
"predictions = eval_model(\n",
" model, tokenizer, eval_dataset, device=device, max_new_tokens=max_new_tokens\n",
")"
]
},
{
"cell_type": "code",
"execution_count": 13,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"['When she first heard that they were in dire straits, she thought that all hope was lost. But when she heard that they were to receive twenty taels of silver, she beamed with delight and said, \"We understand their difficulties, but as the saying goes, \\'a skinny camel is bigger than a horse\\'.\"', 'Later, she stopped struggling and said to me, \"You bastard, what are you going to do to me?\"']\n"
]
}
],
"source": [
"print(predictions)"
]
},
{
"cell_type": "code",
"execution_count": 17,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"loading train/test data files\n"
]
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "306c3180fd7d4580b4954ff2e1b26e38",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Map: 0%| | 0/4528 [00:00<?, ? examples/s]"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "8fd3530de8cc48f2a6795abb1c453318",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Map: 0%| | 0/1133 [00:00<?, ? examples/s]"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"DatasetDict({\n",
" train: Dataset({\n",
" features: ['chinese', 'english', 'text', 'prompt'],\n",
" num_rows: 4528\n",
" })\n",
" test: Dataset({\n",
" features: ['chinese', 'english', 'text', 'prompt'],\n",
" num_rows: 1133\n",
" })\n",
"})\n"
]
}
],
"source": [
"from llm_toolkit.translation_utils_v1 import (\n",
" load_translation_dataset as load_translation_dataset_v1,\n",
")\n",
"\n",
"dataset_v1 = load_translation_dataset_v1(data_path, tokenizer=tokenizer)"
]
},
{
"cell_type": "code",
"execution_count": 18,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"--------------------------------------------------\n",
"chinese: 老耿端起枪,眯缝起一只三角眼,一搂扳机响了枪,冰雹般的金麻雀劈哩啪啦往下落,铁砂子在柳枝间飞迸着,嚓嚓有声。\n",
"--------------------------------------------------\n",
"english: Old Geng picked up his shotgun, squinted, and pulled the trigger. Two sparrows crashed to the ground like hailstones as shotgun pellets tore noisily through the branches.\n",
"--------------------------------------------------\n",
"text: <|im_start|>system\n",
"You are an expert in translating Chinese to English.<|im_end|>\n",
"<|im_start|>user\n",
"Please translate the following Chinese text into English and provide only the translated content, nothing else.\n",
"老耿端起枪,眯缝起一只三角眼,一搂扳机响了枪,冰雹般的金麻雀劈哩啪啦往下落,铁砂子在柳枝间飞迸着,嚓嚓有声。<|im_end|>\n",
"<|im_start|>assistant\n",
"Old Geng picked up his shotgun, squinted, and pulled the trigger. Two sparrows crashed to the ground like hailstones as shotgun pellets tore noisily through the branches.<|im_end|>\n",
"--------------------------------------------------\n",
"prompt: <|im_start|>system\n",
"You are an expert in translating Chinese to English.<|im_end|>\n",
"<|im_start|>user\n",
"Please translate the following Chinese text into English and provide only the translated content, nothing else.\n",
"老耿端起枪,眯缝起一只三角眼,一搂扳机响了枪,冰雹般的金麻雀劈哩啪啦往下落,铁砂子在柳枝间飞迸着,嚓嚓有声。<|im_end|>\n",
"<|im_start|>assistant\n",
"\n"
]
}
],
"source": [
"print_row_details(dataset_v1[\"test\"].to_pandas())"
]
},
{
"cell_type": "code",
"execution_count": 19,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
" 50%|█████ | 1/2 [01:14<01:14, 74.72s/it]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Batch output: ['At first, when Old Lady Liu heard that there was no hope, she thought that was the end of it. But when she heard that twenty taels of silver would be given to her, she beamed with delight, saying with a smile, \"We understand the hardships, but as the old saying goes, \\'a skinny camel is bigger than a horse.\\' \"']\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 2/2 [01:46<00:00, 53.02s/it]\n"
]
},
{
"data": {
"text/plain": [
"['At first, when Old Lady Liu heard that there was no hope, she thought that was the end of it. But when she heard that twenty taels of silver would be given to her, she beamed with delight, saying with a smile, \"We understand the hardships, but as the old saying goes, \\'a skinny camel is bigger than a horse.\\' \"',\n",
" 'Later, she stopped struggling and said to me, \"F*ck, what are you going to do with me?\"']"
]
},
"execution_count": 19,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"eval_dataset_v1 = dataset_v1[\"test\"].select([260, 908])\n",
"predictions_v1 = eval_model(\n",
" model, tokenizer, eval_dataset_v1, device=device, max_new_tokens=max_new_tokens\n",
")\n",
"predictions_v1"
]
},
{
"cell_type": "code",
"execution_count": 20,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"loading train/test data files\n"
]
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "1c3fddbfa2d84b218c28a50827bcbadd",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Map: 0%| | 0/4528 [00:00<?, ? examples/s]"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "4771c292a2ad43beab497f685502631b",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Map: 0%| | 0/1133 [00:00<?, ? examples/s]"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"DatasetDict({\n",
" train: Dataset({\n",
" features: ['chinese', 'english', 'text', 'prompt'],\n",
" num_rows: 4528\n",
" })\n",
" test: Dataset({\n",
" features: ['chinese', 'english', 'text', 'prompt'],\n",
" num_rows: 1133\n",
" })\n",
"})\n"
]
}
],
"source": [
"dataset_v2 = load_translation_dataset(data_path, tokenizer=tokenizer, num_shots=0)"
]
},
{
"cell_type": "code",
"execution_count": 21,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
" 50%|█████ | 1/2 [01:02<01:02, 62.37s/it]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Batch output: ['That Lady Liu, having first heard that there was no hope, thought that things must be bad. But when she heard that she would receive twenty taels of silver, she smiled and said, \"We know how hard it is, but the saying goes: \\'A skinny camel is bigger than a horse.\\'\"']\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 2/2 [01:20<00:00, 40.10s/it]\n"
]
},
{
"data": {
"text/plain": [
"['That Lady Liu, having first heard that there was no hope, thought that things must be bad. But when she heard that she would receive twenty taels of silver, she smiled and said, \"We know how hard it is, but the saying goes: \\'A skinny camel is bigger than a horse.\\'\"',\n",
" 'Later, she stopped struggling and said to me, \"F*ck, what are you going to do with me?\"']"
]
},
"execution_count": 21,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"eval_dataset_v2 = dataset_v2[\"test\"].select([260, 908])\n",
"predictions_v2 = eval_model(\n",
" model, tokenizer, eval_dataset_v2, device=device, max_new_tokens=max_new_tokens\n",
")\n",
"predictions_v2"
]
}
],
"metadata": {
"accelerator": "GPU",
"application/vnd.databricks.v1+notebook": {
"dashboards": [],
"environmentMetadata": null,
"language": "python",
"notebookMetadata": {
"mostRecentlyExecutedCommandWithImplicitDF": {
"commandId": -1,
"dataframes": [
"_sqldf"
]
},
"pythonIndentUnit": 4
},
"notebookName": "10_eval-lf-medium-py3.11",
"widgets": {}
},
"colab": {
"gpuType": "L4",
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
}
},
"nbformat": 4,
"nbformat_minor": 0
} |