Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Token Classification Model
|
| 2 |
|
| 3 |
## Description
|
|
@@ -8,7 +20,7 @@ The model is trained on a dataset annotated with entity labels to accurately cla
|
|
| 8 |
## Technologies Used
|
| 9 |
|
| 10 |
### Dataset
|
| 11 |
-
- **Source:**
|
| 12 |
- **Purpose:** Contains text data with annotated entities for token classification.
|
| 13 |
|
| 14 |
### Model
|
|
@@ -38,6 +50,7 @@ The model is trained on a dataset annotated with entity labels to accurately cla
|
|
| 38 |
|
| 39 |
## Streamlit App
|
| 40 |
You can view and interact with the Streamlit app for token classification [here](https://huggingface.co/spaces/AdilHayat173/token_classifcation).
|
|
|
|
| 41 |
## Examples
|
| 42 |
Here are some examples of outputs from the model:
|
| 43 |
|
|
@@ -59,5 +72,3 @@ You can view and run the Google Colab notebook for this project [here](https://c
|
|
| 59 |
|
| 60 |
## Feedback
|
| 61 |
If you have any feedback, please reach out to us at hayatadil300@gmail.com.
|
| 62 |
-
|
| 63 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
tags:
|
| 4 |
+
- token-classification
|
| 5 |
+
- named-entity-recognition
|
| 6 |
+
- bert
|
| 7 |
+
- transformers
|
| 8 |
+
license: mit
|
| 9 |
+
datasets:
|
| 10 |
+
- conll2003
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Token Classification Model
|
| 14 |
|
| 15 |
## Description
|
|
|
|
| 20 |
## Technologies Used
|
| 21 |
|
| 22 |
### Dataset
|
| 23 |
+
- **Source:** Kaggle: conll2003
|
| 24 |
- **Purpose:** Contains text data with annotated entities for token classification.
|
| 25 |
|
| 26 |
### Model
|
|
|
|
| 50 |
|
| 51 |
## Streamlit App
|
| 52 |
You can view and interact with the Streamlit app for token classification [here](https://huggingface.co/spaces/AdilHayat173/token_classifcation).
|
| 53 |
+
|
| 54 |
## Examples
|
| 55 |
Here are some examples of outputs from the model:
|
| 56 |
|
|
|
|
| 72 |
|
| 73 |
## Feedback
|
| 74 |
If you have any feedback, please reach out to us at hayatadil300@gmail.com.
|
|
|
|
|
|