1. 16 Feb, 2024 1 commit
  2. 29 Sep, 2023 1 commit
  3. 29 Aug, 2023 1 commit
  4. 20 Jun, 2023 1 commit
  5. 12 Apr, 2023 1 commit
    • ARKA1112's avatar
      Modify pipeline_tutorial.mdx (#22726) · d87ef00c
      ARKA1112 authored
      generator(model="openai/whisper-large") always returns error. As the error says the generator expects an input, just like the .flac file above. Even the generator object has no parameters called model. While there are parameters which can be passed to generator like 'batch_size' but to pass a model i believe the the parameter has to be passed while instantiating the pipeline and not as a parameter to the instance.
      
      I believe the correct term should be:
      
      generator = pipeline(model="openai/whisper-large", device=0)
      d87ef00c
  6. 14 Mar, 2023 1 commit
  7. 10 Feb, 2023 1 commit
  8. 25 Jan, 2023 1 commit
    • Maria Khalusova's avatar
      Documentation code sample fixes (#21302) · 23844941
      Maria Khalusova authored
      * Fixed the following:
      pipe -> pipeline
      out in pipe(data()) is a list of dict, not a dict
      
      * Fixed the TypeError: __init__() missing 1 required positional argument: 'key'
      
      * Added a tip: code sample requires additional libraries to run
      
      * Fixed custom config's name
      
      * added seqeval to the required libraries
      
      * fixed a missing dependency,
      fixed metric naming,
      added checkpoint to fix the datacollator
      
      * added checkpoint to fix the datacollator,
      added missing dependency
      23844941
  9. 10 Jan, 2023 1 commit
  10. 13 Dec, 2022 1 commit
  11. 06 Dec, 2022 1 commit
  12. 09 Nov, 2022 1 commit
  13. 24 Aug, 2022 1 commit
  14. 08 Aug, 2022 1 commit
  15. 06 Aug, 2022 1 commit
  16. 16 May, 2022 1 commit
  17. 04 May, 2022 1 commit
  18. 04 Apr, 2022 1 commit
  19. 02 Feb, 2022 1 commit
    • Steven Liu's avatar
      Update tutorial docs (#15165) · b9418a1d
      Steven Liu authored
      * first draft of pipeline, autoclass, preprocess tutorials
      
      * apply review feedback
      
      * 馃枍 apply feedback from patrick/niels
      
      * 馃摑add output image to preprocessed image
      
      * 馃枍 apply feedback from patrick
      b9418a1d