"llm/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "1b272d5bcd6dcf9ddad12f3bd00cc94b4f0cb658"
Unverified Commit 4b4c6aab authored by Adithya Hegde Kota's avatar Adithya Hegde Kota Committed by GitHub
Browse files

[Doctest] Add configuration_roformer.py (#26530)

* [Doctest] Add configuration_roformer.py

* [Doctest] Add configuration_roformer.py

* [Doctest] Add configuration_roformer.py

* [Doctest] Add configuration_roformer.py

* Removed documentation_test.txt

* Removed configuration_roformer.py

* Update not_doctested.txt
parent e4dad4fe
...@@ -100,7 +100,7 @@ class RoFormerConfig(PretrainedConfig): ...@@ -100,7 +100,7 @@ class RoFormerConfig(PretrainedConfig):
>>> # Initializing a RoFormer junnyu/roformer_chinese_base style configuration >>> # Initializing a RoFormer junnyu/roformer_chinese_base style configuration
>>> configuration = RoFormerConfig() >>> configuration = RoFormerConfig()
>>> # Initializing a model from the junnyu/roformer_chinese_base style configuration >>> # Initializing a model (with random weights) from the junnyu/roformer_chinese_base style configuration
>>> model = RoFormerModel(configuration) >>> model = RoFormerModel(configuration)
>>> # Accessing the model configuration >>> # Accessing the model configuration
......
...@@ -756,7 +756,6 @@ src/transformers/models/roberta/modeling_flax_roberta.py ...@@ -756,7 +756,6 @@ src/transformers/models/roberta/modeling_flax_roberta.py
src/transformers/models/roberta_prelayernorm/convert_roberta_prelayernorm_original_pytorch_checkpoint_to_pytorch.py src/transformers/models/roberta_prelayernorm/convert_roberta_prelayernorm_original_pytorch_checkpoint_to_pytorch.py
src/transformers/models/roberta_prelayernorm/modeling_flax_roberta_prelayernorm.py src/transformers/models/roberta_prelayernorm/modeling_flax_roberta_prelayernorm.py
src/transformers/models/roc_bert/configuration_roc_bert.py src/transformers/models/roc_bert/configuration_roc_bert.py
src/transformers/models/roformer/configuration_roformer.py
src/transformers/models/roformer/convert_roformer_original_tf_checkpoint_to_pytorch.py src/transformers/models/roformer/convert_roformer_original_tf_checkpoint_to_pytorch.py
src/transformers/models/roformer/modeling_flax_roformer.py src/transformers/models/roformer/modeling_flax_roformer.py
src/transformers/models/roformer/modeling_roformer.py src/transformers/models/roformer/modeling_roformer.py
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment