t

com.johnsnowlabs.finance.token_classification.ner

ReadFinanceBertForTokenTensorflowModel

trait ReadFinanceBertForTokenTensorflowModel extends ReadTensorflowModel

Self Type
ReadFinanceBertForTokenTensorflowModel with ParamsAndFeaturesReadable[FinanceBertForTokenClassification]
Linear Supertypes
ReadTensorflowModel, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadFinanceBertForTokenTensorflowModel
  2. ReadTensorflowModel
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def loadSavedModel(modelPath: String, spark: SparkSession): FinanceBertForTokenClassification
  2. def readTensorflow(instance: FinanceBertForTokenClassification, path: String, spark: SparkSession): Unit
  3. def readTensorflowChkPoints(path: String, spark: SparkSession, suffix: String, zipped: Boolean, tags: Array[String], initAllTables: Boolean): TensorflowWrapper
    Definition Classes
    ReadTensorflowModel
  4. def readTensorflowHub(path: String, spark: SparkSession, suffix: String, zipped: Boolean, useBundle: Boolean, tags: Array[String]): TensorflowWrapper
    Definition Classes
    ReadTensorflowModel
  5. def readTensorflowModel(path: String, spark: SparkSession, suffix: String, zipped: Boolean, useBundle: Boolean, tags: Array[String], initAllTables: Boolean, savedSignatures: Option[Map[String, String]]): TensorflowWrapper
    Definition Classes
    ReadTensorflowModel
  6. def readTensorflowWithSPModel(path: String, spark: SparkSession, suffix: String, zipped: Boolean, useBundle: Boolean, tags: Array[String], initAllTables: Boolean, loadSP: Boolean): TensorflowWrapper
    Definition Classes
    ReadTensorflowModel
  7. val tfFile: String
    Definition Classes
    ReadFinanceBertForTokenTensorflowModel → ReadTensorflowModel