Files changed (1) hide show
  1. README.md +0 -3
README.md CHANGED
@@ -1,6 +1,3 @@
1
- ---
2
- license: openrail
3
- ---
4
  # Initialize the pipeline with the "text-davinci-002" model
5
  segmenter = pipeline("text-segmentation", model="text-davinci-002", tokenizer='text-davinci-002')
6
 
 
 
 
 
1
  # Initialize the pipeline with the "text-davinci-002" model
2
  segmenter = pipeline("text-segmentation", model="text-davinci-002", tokenizer='text-davinci-002')
3