1. 06 Aug, 2022 1 commit
  2. 28 Jul, 2022 1 commit
    • Vijay S Kalmath's avatar
      Migrate metric to Evaluate library for tensorflow examples (#18327) · a2586795
      Vijay S Kalmath authored
      * Migrate metric to Evaluate library in tf examples
      
      Currently tensorflow examples use `load_metric` function from Datasets
      library , commit migrates function call to `load` function to
      Evaluate library.
      
      Fix for #18306
      
      * Migrate metric to Evaluate library in tf examples
      
      Currently tensorflow examples use `load_metric` function from Datasets
      library , commit migrates function call to `load` function to
      Evaluate library.
      
      Fix for #18306
      
      * Migrate `metric` to Evaluate for all tf examples
      
      Currently tensorflow examples use `load_metric` function from Datasets
      library , commit migrates function call to `load` function to
      Evaluate library.
      a2586795
  3. 07 Jun, 2022 1 commit
    • Sylvain Gugger's avatar
      Add examples telemetry (#17552) · 3cab9027
      Sylvain Gugger authored
      * Add examples telemetry
      
      * Alternative approach
      
      * Add to all other examples
      
      * Add to templates as well
      
      * Put framework separately
      
      * Same for TensorFlow
      3cab9027
  4. 12 May, 2022 1 commit
  5. 04 Apr, 2022 1 commit
  6. 14 Jul, 2021 1 commit
  7. 05 Jul, 2021 1 commit
    • Matt's avatar
      NER example for Tensorflow (#12469) · ea556750
      Matt authored
      * NER example for Tensorflow
      
      * Style pass
      
      * Style pass
      
      * Added metric computation on the evaluation set
      
      * Style pass
      
      * Fixed label masking
      
      * Style pass
      
      * Style pass
      ea556750