Instructions to use micole66/autotrain-pachyderm-1799762243 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use micole66/autotrain-pachyderm-1799762243 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="micole66/autotrain-pachyderm-1799762243")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("micole66/autotrain-pachyderm-1799762243", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit From AutoTrain
Browse files- .gitattributes +3 -0
- README.md +49 -0
- config.json +3 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +3 -0
- tokenizer.json +3 -0
- tokenizer_config.json +3 -0
- vocab.txt +0 -0
.gitattributes
CHANGED
|
@@ -30,3 +30,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 30 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 31 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 32 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 31 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 32 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.bin.* filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- autotrain
|
| 4 |
+
- token-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
widget:
|
| 8 |
+
- text: "I love AutoTrain 🤗"
|
| 9 |
+
datasets:
|
| 10 |
+
- micole66/autotrain-data-pachyderm
|
| 11 |
+
co2_eq_emissions:
|
| 12 |
+
emissions: 1.2406150246482144
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Model Trained Using AutoTrain
|
| 16 |
+
|
| 17 |
+
- Problem type: Entity Extraction
|
| 18 |
+
- Model ID: 1799762243
|
| 19 |
+
- CO2 Emissions (in grams): 1.2406
|
| 20 |
+
|
| 21 |
+
## Validation Metrics
|
| 22 |
+
|
| 23 |
+
- Loss: 0.463
|
| 24 |
+
- Accuracy: 1.000
|
| 25 |
+
- Precision: 1.000
|
| 26 |
+
- Recall: 1.000
|
| 27 |
+
- F1: 1.000
|
| 28 |
+
|
| 29 |
+
## Usage
|
| 30 |
+
|
| 31 |
+
You can use cURL to access this model:
|
| 32 |
+
|
| 33 |
+
```
|
| 34 |
+
$ curl -X POST -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love AutoTrain"}' https://api-inference.huggingface.co/models/micole66/autotrain-pachyderm-1799762243
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
Or Python API:
|
| 38 |
+
|
| 39 |
+
```
|
| 40 |
+
from transformers import AutoModelForTokenClassification, AutoTokenizer
|
| 41 |
+
|
| 42 |
+
model = AutoModelForTokenClassification.from_pretrained("micole66/autotrain-pachyderm-1799762243", use_auth_token=True)
|
| 43 |
+
|
| 44 |
+
tokenizer = AutoTokenizer.from_pretrained("micole66/autotrain-pachyderm-1799762243", use_auth_token=True)
|
| 45 |
+
|
| 46 |
+
inputs = tokenizer("I love AutoTrain", return_tensors="pt")
|
| 47 |
+
|
| 48 |
+
outputs = model(**inputs)
|
| 49 |
+
```
|
config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9eb931d53c29a1230bae483d4b09df98a69ac91fa0c0d952c93dafc3e8650ee
|
| 3 |
+
size 1058
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b61e641ec4de2fe7f62555faed76a3673024c9e2484e52e3a5150b2431633cd
|
| 3 |
+
size 1330262193
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6d346be366a7d1d48332dbc9fdf3bf8960b5d879522b7799ddba59e76237ee3
|
| 3 |
+
size 125
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d60c1f51f38a6089ba8f11f30ac3e1ee902bfd9270124c8a8d8479cb197f36e2
|
| 3 |
+
size 669186
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:752fd07eb31b39ef616464da21544eeaf8f2bedceb63a0abe1ec6959a681e8b4
|
| 3 |
+
size 341
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|