davanstrien HF Staff commited on
Commit
7dde9ce
·
verified ·
1 Parent(s): 09cf687

Upload batch_classify_arxiv_incremental.py with huggingface_hub

Browse files
batch_classify_arxiv_incremental.py CHANGED
@@ -10,7 +10,11 @@
10
  # "toolz",
11
  # "tqdm",
12
  # "pyarrow>=15.0",
 
13
  # ]
 
 
 
14
  # ///
15
  """
16
  Incremental batch text classification for ArXiv papers.
 
10
  # "toolz",
11
  # "tqdm",
12
  # "pyarrow>=15.0",
13
+ # "vllm",
14
  # ]
15
+ #
16
+ # [[tool.uv.index]]
17
+ # url = "https://wheels.vllm.ai/nightly"
18
  # ///
19
  """
20
  Incremental batch text classification for ArXiv papers.