Instructions to use alex2awesome/source-type-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alex2awesome/source-type-model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("alex2awesome/source-type-model") model = AutoModel.from_pretrained("alex2awesome/source-type-model") - Notebooks
- Google Colab
- Kaggle
Commit ·
4bf54ce
1
Parent(s): 504a3f8
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,19 @@ It achieves the following results on the evaluation set:
|
|
| 19 |
- Loss: 0.6271
|
| 20 |
- F1: 0.6772
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
## Model description
|
| 23 |
|
| 24 |
More information needed
|
|
|
|
| 19 |
- Loss: 0.6271
|
| 20 |
- F1: 0.6772
|
| 21 |
|
| 22 |
+
Classifies the following tags:
|
| 23 |
+
|
| 24 |
+
```
|
| 25 |
+
'Cannot Determine'
|
| 26 |
+
'Report/Document'
|
| 27 |
+
'Named Individual'
|
| 28 |
+
'Unnamed Individual'
|
| 29 |
+
'Database'
|
| 30 |
+
'Unnamed Group'
|
| 31 |
+
'Named Group'
|
| 32 |
+
'Vote/Poll'
|
| 33 |
+
```
|
| 34 |
+
|
| 35 |
## Model description
|
| 36 |
|
| 37 |
More information needed
|