e8659893f95a52fae24abf5db04365b2ea39d69a,official/nlp/tasks/tagging.py,TaggingConfig,TaggingConfig_1,#,39

Before Change


  // At most one of `init_checkpoint` and `hub_module_url` can be specified.
  init_checkpoint: str = ""
  hub_module_url: str = ""
  model: encoders.TransformerEncoderConfig = (
      encoders.TransformerEncoderConfig())

  // The real class names, the order of which should match real label id.
  // Note that a word may be tokenized into multiple word_pieces tokens, and
  // we asssume the real label id (non-negative) is assigned to the first token

After Change


  // At most one of `init_checkpoint` and `hub_module_url` can be specified.
  init_checkpoint: str = ""
  hub_module_url: str = ""
  model: ModelConfig = ModelConfig()

  // The real class names, the order of which should match real label id.
  // Note that a word may be tokenized into multiple word_pieces tokens, and
  // we asssume the real label id (non-negative) is assigned to the first token
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 5

Instances


Project Name: tensorflow/models
Commit Name: e8659893f95a52fae24abf5db04365b2ea39d69a
Time: 2020-07-06
Author: hongkuny@google.com
File Name: official/nlp/tasks/tagging.py
Class Name: TaggingConfig
Method Name: TaggingConfig_1


Project Name: tensorflow/models
Commit Name: 39fba153bae06e7c6528e1d0a87d19ecfac72c57
Time: 2020-07-06
Author: hongkuny@google.com
File Name: official/nlp/tasks/question_answering.py
Class Name: QuestionAnsweringConfig
Method Name: QuestionAnsweringConfig_1


Project Name: tensorflow/models
Commit Name: e8659893f95a52fae24abf5db04365b2ea39d69a
Time: 2020-07-06
Author: hongkuny@google.com
File Name: official/nlp/tasks/question_answering.py
Class Name: QuestionAnsweringConfig
Method Name: QuestionAnsweringConfig_1


Project Name: tensorflow/models
Commit Name: 39fba153bae06e7c6528e1d0a87d19ecfac72c57
Time: 2020-07-06
Author: hongkuny@google.com
File Name: official/nlp/tasks/tagging.py
Class Name: TaggingConfig
Method Name: TaggingConfig_1