Instructions to use karthick1/TestNlpScoring with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use karthick1/TestNlpScoring with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("karthick1/TestNlpScoring", set_active=True) - Notebooks
- Google Colab
- Kaggle
Delete docker-compose.yml
Browse files- docker-compose.yml +0 -12
docker-compose.yml
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
version: "3.7"
|
| 2 |
-
|
| 3 |
-
services:
|
| 4 |
-
docs:
|
| 5 |
-
build:
|
| 6 |
-
context: .
|
| 7 |
-
dockerfile: Dockerfile
|
| 8 |
-
target: dev
|
| 9 |
-
ports:
|
| 10 |
-
- 8000:8000
|
| 11 |
-
volumes:
|
| 12 |
-
- ./:/app
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|