langdonholmes commited on
Commit
32f749f
1 Parent(s): 44056f2

requirements with pip freeze

Browse files
Files changed (3) hide show
  1. Pipfile +1 -1
  2. README.md +1 -1
  3. requirements.txt +0 -0
Pipfile CHANGED
@@ -11,9 +11,9 @@ spacy = "==3.4.1"
11
  spacy-transformers = "==1.1.7"
12
  tokenizers = "==0.12.1"
13
  torch = "==1.12.0"
14
- en-student-name-detector = {file = "https://huggingface.co/langdonholmes/en_student_name_detector/resolve/main/en_student_name_detector-any-py3-none-any.whl"}
15
  names-dataset = "*"
16
  nameparser = "*"
 
17
 
18
  [dev-packages]
19
  st-annotated-text = "==3.0.0"
 
11
  spacy-transformers = "==1.1.7"
12
  tokenizers = "==0.12.1"
13
  torch = "==1.12.0"
 
14
  names-dataset = "*"
15
  nameparser = "*"
16
+ en-student-name-detector = {file = "https://huggingface.co/langdonholmes/en_student_name_detector/resolve/main/en_student_name_detector-any-py3-none-any.whl"}
17
 
18
  [dev-packages]
19
  st-annotated-text = "==3.0.0"
README.md CHANGED
@@ -22,7 +22,7 @@ Currently, the best way to install PIILO is using pipenv:
22
  - Use pipenv to install from the Pipfile
23
  - `pipenv install`
24
 
25
- 3. Verify that the finetuned transformer model was installed
26
 
27
  ```
28
  pipenv install https://huggingface.co/langdonholmes/en_student_name_detector/resolve/main/en_student_name_detector-any-py3-none-any.whl
 
22
  - Use pipenv to install from the Pipfile
23
  - `pipenv install`
24
 
25
+ 3. Install the finetuned transformer
26
 
27
  ```
28
  pipenv install https://huggingface.co/langdonholmes/en_student_name_detector/resolve/main/en_student_name_detector-any-py3-none-any.whl
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ