Spaces:
Running
Running
Update
Browse files- .ipynb_checkpoints/app-checkpoint.py +2 -0
- .ipynb_checkpoints/requirements-checkpoint.txt +2 -1
- app.py +2 -0
- requirements.txt +2 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -35,6 +35,8 @@ from datasets import Dataset
|
|
35 |
|
36 |
from scipy.special import expit
|
37 |
|
|
|
|
|
38 |
#import peft
|
39 |
#from peft import get_peft_config, PeftModel, PeftConfig, inject_adapter_in_model, LoraConfig
|
40 |
|
|
|
35 |
|
36 |
from scipy.special import expit
|
37 |
|
38 |
+
import requests
|
39 |
+
|
40 |
#import peft
|
41 |
#from peft import get_peft_config, PeftModel, PeftConfig, inject_adapter_in_model, LoraConfig
|
42 |
|
.ipynb_checkpoints/requirements-checkpoint.txt
CHANGED
@@ -7,4 +7,5 @@ pandas>=1.1.0
|
|
7 |
numpy>=1.19.0
|
8 |
scikit-learn>=0.24.0
|
9 |
sentencepiece
|
10 |
-
huggingface_hub>=0.15.0
|
|
|
|
7 |
numpy>=1.19.0
|
8 |
scikit-learn>=0.24.0
|
9 |
sentencepiece
|
10 |
+
huggingface_hub>=0.15.0
|
11 |
+
requests
|
app.py
CHANGED
@@ -35,6 +35,8 @@ from datasets import Dataset
|
|
35 |
|
36 |
from scipy.special import expit
|
37 |
|
|
|
|
|
38 |
#import peft
|
39 |
#from peft import get_peft_config, PeftModel, PeftConfig, inject_adapter_in_model, LoraConfig
|
40 |
|
|
|
35 |
|
36 |
from scipy.special import expit
|
37 |
|
38 |
+
import requests
|
39 |
+
|
40 |
#import peft
|
41 |
#from peft import get_peft_config, PeftModel, PeftConfig, inject_adapter_in_model, LoraConfig
|
42 |
|
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ pandas>=1.1.0
|
|
7 |
numpy>=1.19.0
|
8 |
scikit-learn>=0.24.0
|
9 |
sentencepiece
|
10 |
-
huggingface_hub>=0.15.0
|
|
|
|
7 |
numpy>=1.19.0
|
8 |
scikit-learn>=0.24.0
|
9 |
sentencepiece
|
10 |
+
huggingface_hub>=0.15.0
|
11 |
+
requests
|