Instructions to use AlanLiJHU/MLMA_Lab5_Task5_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlanLiJHU/MLMA_Lab5_Task5_3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="AlanLiJHU/MLMA_Lab5_Task5_3")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("AlanLiJHU/MLMA_Lab5_Task5_3") model = AutoModelForTokenClassification.from_pretrained("AlanLiJHU/MLMA_Lab5_Task5_3") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1387087524
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5ffaf7e0dcbfa1e3fa9d782ad71c4876b3601fe93365bca3ada4a298ea081b3
|
| 3 |
size 1387087524
|
runs/Apr11_03-06-09_b26d7f8910f1/events.out.tfevents.1712804771.b26d7f8910f1.352.4
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da6c9e1bd46910255afbee164fe15b783779fbe82c73b9c7161afc75c67406ed
|
| 3 |
+
size 9037
|