Instructions to use AlanLiJHU/MLMA_Lab5_Task2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlanLiJHU/MLMA_Lab5_Task2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="AlanLiJHU/MLMA_Lab5_Task2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("AlanLiJHU/MLMA_Lab5_Task2") model = AutoModelForTokenClassification.from_pretrained("AlanLiJHU/MLMA_Lab5_Task2") - 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:846049c913aa145af5b3749515d50618e44dd2309b4b9c36130e5c8e12439467
|
| 3 |
size 1387087524
|
runs/Apr11_01-22-35_b26d7f8910f1/events.out.tfevents.1712798556.b26d7f8910f1.352.0
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:e94b5e8dd6306234140fbc2df423bd904b90de2b3f5cd1a0b088c784582d4527
|
| 3 |
+
size 9047
|