Junyang Lin
d6ffe74dfa
Add qwen2 (#28436)
* add config, modeling, and tokenization
* add auto and init
* update readme
* update readme
* update team name
* fixup
* fixup
* update config
* update code style
* update for fixup
* update for fixup
* update for fixup
* update for testing
* update for testing
* fix bug for config and tokenization
* fix bug for bos token
* not doctest
* debug tokenizer
* not doctest
* debug tokenization
* debug init for tokenizer
* fix style
* update init
* delete if in token auto
* add tokenizer doc
* add tokenizer in init
* Update dummy_tokenizers_objects.py
* update
* update
* debug
* Update tokenization_qwen2.py
* debug
* Update convert_slow_tokenizer.py
* add copies
* add copied from and make style
* update files map
* update test
* fix style
* fix merge reading and update tests
* fix tests
* fix tests
* fix style
* debug a variable in readme
* Update src/transformers/models/qwen2/configuration_qwen2.py
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
* update test and copied from
* fix style
* update qwen2 tokenization and tests
* Update tokenization_qwen2.py
* delete the copied from after property
* fix style
* update tests
* update tests
* add copied from
* fix bugs
* update doc
* add warning for sliding window attention
* update qwen2 tokenization
* fix style
* Update src/transformers/models/qwen2/modeling_qwen2.py
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
* fix tokenizer fast
---------
Co-authored-by: Ren Xuancheng <jklj077@users.noreply.github.com>
Co-authored-by: renxuancheng.rxc <renxuancheng.rxc@alibaba-inc.com>
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
2024-01-17 16:02:22 +01:00
..
2023-06-20 18:07:47 -04:00
2023-06-20 18:07:47 -04:00
2023-06-20 18:07:47 -04:00
2023-12-04 14:10:54 -08:00
2023-06-20 18:07:47 -04:00
2023-07-24 15:34:19 +01:00
2023-10-16 15:12:03 +02:00
2023-12-11 18:44:23 -05:00
2024-01-17 16:02:22 +01:00
2023-11-17 08:20:42 -08:00
2023-06-20 18:07:47 -04:00
2023-07-10 10:50:43 +01:00
2023-12-22 13:24:40 +00:00
2023-10-12 08:48:01 -04:00
2023-07-25 14:32:40 +02:00
2023-12-18 12:47:54 -05:00
2024-01-17 16:02:22 +01:00
2023-12-04 14:10:54 -08:00
2024-01-03 18:01:06 +00:00
2023-11-10 15:28:30 +00:00
2023-12-04 14:10:54 -08:00
2023-07-11 14:04:04 +01:00
2023-08-09 08:29:06 -04:00
2023-09-19 00:45:12 +02:00
2024-01-03 09:20:34 -08:00