Crystalcareai
71de20b818
Add Arcee model support ( #38621 )
...
* Add Arcee model support to transformers
- Add ArceeConfig and model mappings for all task types (CausalLM, SequenceClassification, QuestionAnswering, TokenClassification)
- Add auto-loading support through AutoModel, AutoConfig, and AutoTokenizer
- Use LlamaTokenizer for tokenization
- Add FX graph support for Arcee models
- Create lazy loading module structure for Arcee
* feat: update YARN scaling and RoPE validation for Arcee model
* feat: add auto_docstring checkpoint config to Arcee model classes
* docs: add pre-trained model weights reference to Arcee configuration files
* refactor: move RoPE utilities to dedicated modeling_rope_utils module
* Add comprehensive test suite for Arcee model
- Add test_modeling_arcee.py following standard transformers test patterns
- Include tests for all model variants (CausalLM, SequenceClassification, QuestionAnswering, TokenClassification)
- Add specific test for ReLU² activation in ArceeMLP
- Add RoPE scaling tests including YARN support
- Follow CausalLMModelTest pattern used by similar models
* Add documentation for Arcee model
- Add comprehensive model documentation with usage examples
- Include all model variants in autodoc
- Add to table of contents in proper alphabetical order
- Fixes documentation coverage for Arcee model classes
* Make style/fixup
* fix copyright year
* Sync modular conversion
* revert in legacy supported models in src/transformers/utils/fx
* cleaned redundant code in modular_arcee.py
* cleaned testing
* removed pretraining tp
* fix styles
* integration testing
---------
Co-authored-by: Pranav <veldurthipranav@gmail.com >
Co-authored-by: Pranav <56645758+pranav4501@users.noreply.github.com >
2025-06-24 15:05:29 +02:00
..
2025-06-11 17:28:06 +01:00
2025-04-08 14:12:08 +02:00
2025-04-08 17:15:37 +01:00
2025-06-24 15:05:29 +02:00
2025-06-06 11:30:31 +02:00
2025-04-08 14:12:08 +02:00
2025-06-11 17:28:06 +01:00
2025-05-23 17:17:38 +02:00
2025-06-23 13:44:50 +02:00
2025-06-18 09:20:49 +02:00
2025-06-06 09:29:51 +02:00
2025-06-11 17:28:06 +01:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-06-23 14:17:25 +00:00
2025-06-11 17:28:06 +01:00
2025-04-28 11:39:11 +01:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-06-11 17:28:06 +01:00
2025-06-06 08:23:15 +00:00
2025-05-16 13:26:54 +02:00
2025-04-14 17:07:48 +02:00
2025-04-28 15:08:46 +02:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-06-20 17:28:32 +02:00
2025-06-06 08:23:15 +00:00
2025-06-11 17:28:06 +01:00
2025-06-23 14:17:25 +00:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-06-11 17:28:06 +01:00
2025-06-06 20:17:37 +02:00
2025-06-10 11:46:52 +02:00
2025-04-15 18:31:20 +02:00
2025-04-08 14:12:08 +02:00
2025-06-11 17:28:06 +01:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-06-02 15:57:32 +02:00
2025-04-08 14:12:08 +02:00
2025-06-12 16:39:33 +02:00
2025-06-12 16:39:33 +02:00
2025-06-02 12:58:01 +00:00
2025-06-10 11:46:52 +02:00
2025-05-23 17:17:38 +02:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-05-28 10:20:43 +02:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-06-18 09:20:49 +02:00
2025-05-23 17:17:38 +02:00
2025-06-12 16:39:33 +02:00
2025-06-11 17:28:06 +01:00
2025-06-13 16:22:12 +01:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-04-08 14:12:08 +02:00
2025-06-12 16:39:33 +02:00
2025-06-18 09:46:22 +02:00
2025-06-11 17:28:06 +01:00
2025-06-12 12:47:15 +02:00
2025-06-20 17:28:32 +02:00
2025-06-06 09:29:51 +02:00
2025-06-12 16:39:33 +02:00
2025-04-08 14:12:08 +02:00
2025-06-11 17:28:06 +01:00
2025-06-20 17:28:32 +02:00
2025-06-11 17:28:06 +01:00
2025-04-08 14:12:08 +02:00
2025-05-23 17:17:38 +02:00
2025-06-11 17:28:06 +01:00
2025-06-20 11:05:49 +02:00
2025-04-16 21:59:24 +02:00
2025-06-11 17:28:06 +01:00
2025-06-03 11:02:01 +02:00
2025-06-12 16:39:33 +02:00
2025-06-11 17:28:06 +01:00
2025-04-10 20:54:21 +02:00
2025-06-11 17:28:06 +01:00
2025-05-23 18:29:31 +01:00
2025-05-26 15:30:35 +02:00
2025-06-19 13:50:33 +02:00
2025-05-23 17:17:38 +02:00
2025-06-11 17:28:06 +01:00
2025-06-23 14:17:25 +00:00
2025-05-01 15:21:55 +02:00
2025-04-08 14:12:08 +02:00
2025-06-19 10:56:34 +02:00
2025-06-11 17:28:06 +01:00
2025-05-07 17:47:51 +02:00
2025-06-13 16:14:58 +02:00
2025-06-13 11:13:32 +02:00
2025-06-23 14:17:25 +00:00
2025-04-08 17:15:37 +01:00
2025-06-13 16:14:58 +02:00
2025-06-18 09:20:49 +02:00
2025-05-23 17:17:38 +02:00
2025-06-23 14:17:25 +00:00
2025-06-13 16:14:58 +02:00
2025-05-15 10:44:19 +02:00
2025-06-11 17:28:06 +01:00
2025-05-23 18:29:31 +01:00
2025-04-10 20:54:21 +02:00
2025-04-08 14:12:08 +02:00
2025-06-11 17:28:06 +01:00
2025-05-26 10:18:53 +02:00
2025-05-14 08:58:40 +00:00
2025-05-26 10:18:53 +02:00
2025-05-26 10:18:53 +02:00
2025-05-26 10:18:53 +02:00
2025-06-06 09:29:51 +02:00
2025-06-11 17:28:06 +01:00
2025-06-13 16:14:58 +02:00
2025-04-08 14:12:08 +02:00
2025-04-29 12:17:55 +01:00
2025-05-23 17:17:38 +02:00
2025-06-11 17:28:06 +01:00
2025-04-08 14:12:08 +02:00
2025-06-11 17:28:06 +01:00
2025-06-23 14:17:25 +00:00
2025-06-23 14:17:25 +00:00
2025-04-08 14:12:08 +02:00
2025-04-22 11:07:34 +01:00
2025-05-23 17:17:38 +02:00
2025-06-12 16:39:33 +02:00
2025-06-12 16:39:33 +02:00
2025-06-23 13:44:50 +02:00
2025-06-13 16:14:58 +02:00
2025-06-23 13:44:50 +02:00
2025-05-23 18:29:31 +01:00
2025-05-08 18:18:54 +02:00
2025-06-11 17:28:06 +01:00
2025-06-23 14:17:25 +00:00
2025-06-20 11:05:49 +02:00
2025-05-01 15:21:55 +02:00
2025-06-11 17:28:06 +01:00
2025-04-14 17:07:36 +02:00
2025-06-17 18:10:23 +02:00
2025-04-08 14:12:08 +02:00
2025-06-13 16:14:58 +02:00
2025-06-23 13:44:50 +02:00
2025-06-23 13:44:50 +02:00
2025-06-13 15:19:41 +02:00
2025-06-23 13:44:50 +02:00
2025-06-23 13:44:50 +02:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-05-23 17:17:38 +02:00
2025-06-12 16:39:33 +02:00
2025-05-22 17:12:58 +02:00
2025-04-08 14:12:08 +02:00
2025-06-19 11:48:23 +00:00
2025-06-12 16:39:33 +02:00
2025-06-17 19:37:18 +01:00
2025-06-18 09:46:22 +02:00
2025-05-23 17:17:38 +02:00
2025-06-11 17:28:06 +01:00
2025-03-28 15:09:35 +01:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-06-12 16:39:33 +02:00
2025-06-23 17:07:18 +02:00
2025-06-23 13:44:50 +02:00
2025-06-13 16:14:58 +02:00
2025-04-15 11:33:09 +01:00
2025-06-12 16:15:35 +02:00
2025-04-28 11:39:11 +01:00
2025-06-11 17:28:06 +01:00
2025-04-23 15:55:41 -04:00
2025-04-14 17:08:47 +02:00
2025-06-20 11:05:49 +02:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-06-06 20:17:37 +02:00
2025-06-12 16:39:33 +02:00
2025-06-11 17:28:06 +01:00
2025-06-13 16:14:58 +02:00
2025-04-08 14:12:08 +02:00
2025-06-11 17:28:06 +01:00
2025-06-18 09:20:49 +02:00
2025-06-18 09:20:49 +02:00
2025-04-28 11:39:11 +01:00
2025-04-08 17:15:37 +01:00
2025-05-26 10:18:53 +02:00
2025-03-28 15:09:35 +01:00
2025-04-28 11:39:11 +01:00
2025-06-20 11:05:49 +02:00
2025-04-08 14:12:08 +02:00
2025-06-13 11:13:32 +02:00
2025-05-19 15:35:23 +02:00
2025-04-08 14:12:08 +02:00
2025-06-06 09:29:51 +02:00
2025-05-12 16:02:41 +02:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-04-08 17:15:37 +01:00
2025-04-14 17:58:09 +02:00
2025-06-13 16:14:58 +02:00
2025-06-23 13:44:50 +02:00
2025-05-22 17:12:58 +02:00
2025-04-25 16:57:09 +02:00
2025-06-11 17:28:06 +01:00
2025-05-23 17:17:38 +02:00
2025-05-23 17:17:38 +02:00
2025-05-23 18:29:31 +01:00
2025-05-23 18:29:31 +01:00
2025-06-13 16:14:58 +02:00
2025-06-18 09:39:17 +02:00
2025-05-28 16:44:20 +01:00
2025-04-08 14:12:08 +02:00
2025-06-20 17:28:32 +02:00
2025-06-23 14:17:25 +00:00
2025-05-22 17:12:58 +02:00
2025-04-23 15:55:33 -04:00
2025-04-28 11:39:11 +01:00
2025-06-12 12:47:15 +02:00
2025-06-06 08:23:15 +00:00
2025-04-23 15:55:20 -04:00
2025-04-08 14:12:08 +02:00
2025-06-13 16:14:58 +02:00
2025-06-12 14:43:54 +02:00
2025-06-17 10:55:24 +02:00
2025-06-23 13:44:50 +02:00
2025-05-28 16:44:20 +01:00
2025-06-23 14:17:25 +00:00
2025-06-17 15:21:36 +02:00
2025-06-18 14:36:03 +02:00
2025-06-23 17:42:46 +02:00
2025-06-12 16:39:33 +02:00
2025-04-08 14:12:08 +02:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-04-10 20:54:21 +02:00
2025-06-11 17:28:06 +01:00
2025-06-06 09:29:51 +02:00
2025-05-23 17:17:38 +02:00
2025-05-23 17:17:38 +02:00
2025-06-12 16:39:33 +02:00
2025-06-12 16:39:33 +02:00
2025-06-02 09:17:28 +00:00
2025-06-02 09:17:28 +00:00
2025-06-20 11:05:49 +02:00
2025-04-08 14:12:08 +02:00
2025-06-12 16:39:33 +02:00
2025-06-12 16:39:33 +02:00
2025-06-12 16:39:33 +02:00
2025-06-03 07:40:44 +00:00
2025-06-23 14:17:25 +00:00
2025-06-23 14:17:25 +00:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-06-06 08:23:15 +00:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-05-23 18:29:31 +01:00
2025-05-23 18:29:31 +01:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-06-23 14:17:25 +00:00
2025-05-23 17:17:38 +02:00
2025-06-06 08:23:15 +00:00
2025-06-12 16:39:33 +02:00
2025-05-23 17:17:38 +02:00
2025-06-11 17:28:06 +01:00
2025-04-08 14:12:08 +02:00
2025-05-23 17:17:38 +02:00
2025-06-23 13:44:50 +02:00
2025-04-08 14:12:08 +02:00
2025-06-12 16:39:33 +02:00
2025-06-20 12:00:09 +00:00
2025-04-08 17:15:37 +01:00
2025-04-28 14:20:45 +01:00
2025-06-12 16:39:33 +02:00
2025-06-06 08:23:15 +00:00
2025-05-22 17:12:58 +02:00
2025-05-22 17:12:58 +02:00
2025-06-17 19:37:18 +01:00
2025-06-12 12:47:15 +02:00
2025-06-23 13:44:50 +02:00
2025-06-03 07:40:44 +00:00
2025-05-23 17:17:38 +02:00
2025-06-03 07:40:44 +00:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-05-23 17:17:38 +02:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-06-23 14:17:25 +00:00
2025-06-12 12:47:15 +02:00
2025-06-23 13:44:50 +02:00
2025-06-13 16:14:58 +02:00
2025-05-23 17:17:38 +02:00
2025-06-13 17:56:15 +01:00
2025-06-11 17:28:06 +01:00
2025-04-08 17:15:37 +01:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-01-24 16:55:28 +01:00
2025-04-08 14:12:08 +02:00
2025-06-12 16:39:33 +02:00
2025-05-23 17:17:38 +02:00
2025-06-13 16:14:58 +02:00
2025-06-11 17:28:06 +01:00
2025-06-11 17:28:06 +01:00
2025-04-10 20:54:21 +02:00
2025-06-11 17:28:06 +01:00
2025-04-10 20:54:21 +02:00
2025-05-23 17:17:38 +02:00
2025-04-08 14:12:08 +02:00
2025-06-12 16:39:33 +02:00
2025-06-12 16:39:33 +02:00
2025-06-12 12:47:15 +02:00