Instructions to use joheras/clinico with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use joheras/clinico with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="joheras/clinico")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("joheras/clinico") model = AutoModelForTokenClassification.from_pretrained("joheras/clinico") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267003941
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c352cf52241418013d203bda41a5fb35937d1e7a93d5fc2cd11a9196ac4f56d4
|
| 3 |
size 267003941
|
runs/Mar11_20-10-09_minion/1678561872.295827/events.out.tfevents.1678561872.minion.3412979.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee07ff47211de8b9c2408646284ebedb3151ec3d60e82382f4981bfffdebd4a7
|
| 3 |
+
size 5702
|
runs/Mar11_20-10-09_minion/events.out.tfevents.1678561872.minion.3412979.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bed4e8c820b31bdc64bbad681a6044eb8eced9955a2adedb2be027be83be02f8
|
| 3 |
+
size 5052
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3515
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c63f3eb20a20a4b8c2c5af1a577d5b7070723cce7ca7f37d71700aa23d5c1c1
|
| 3 |
size 3515
|