Commit ·
5307a4b
1
Parent(s): cc56336
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,11 +5,18 @@ tags:
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
widget:
|
| 8 |
-
- text:
|
| 9 |
datasets:
|
| 10 |
- NicholasSynovic/autotrain-data-luc-comp429-victorian-authorship-classification
|
| 11 |
co2_eq_emissions:
|
| 12 |
emissions: 4.1359796275464005
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Model Trained Using AutoTrain
|
|
@@ -18,6 +25,8 @@ co2_eq_emissions:
|
|
| 18 |
- Model ID: 52472123757
|
| 19 |
- CO2 Emissions (in grams): 4.1360
|
| 20 |
|
|
|
|
|
|
|
| 21 |
## Validation Metrics
|
| 22 |
|
| 23 |
- Loss: 1.425
|
|
@@ -46,7 +55,7 @@ Or Python API:
|
|
| 46 |
```
|
| 47 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
| 48 |
|
| 49 |
-
model = AutoModelForSequenceClassification.from_pretrained("NicholasSynovic/
|
| 50 |
|
| 51 |
tokenizer = AutoTokenizer.from_pretrained("NicholasSynovic/autotrain-luc-comp429-victorian-authorship-classification-52472123757", use_auth_token=True)
|
| 52 |
|
|
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
widget:
|
| 8 |
+
- text: I love AutoTrain
|
| 9 |
datasets:
|
| 10 |
- NicholasSynovic/autotrain-data-luc-comp429-victorian-authorship-classification
|
| 11 |
co2_eq_emissions:
|
| 12 |
emissions: 4.1359796275464005
|
| 13 |
+
license: agpl-3.0
|
| 14 |
+
metrics:
|
| 15 |
+
- accuracy
|
| 16 |
+
- f1
|
| 17 |
+
- recall
|
| 18 |
+
- bertscore
|
| 19 |
+
pipeline_tag: text-classification
|
| 20 |
---
|
| 21 |
|
| 22 |
# Model Trained Using AutoTrain
|
|
|
|
| 25 |
- Model ID: 52472123757
|
| 26 |
- CO2 Emissions (in grams): 4.1360
|
| 27 |
|
| 28 |
+
This model reuses and extends a Bert model trained on [NicholasSynovic/Free-AutoTrain-VEAA](https://huggingface.co/datasets/NicholasSynovic/Free-AutoTrain-VEAA)
|
| 29 |
+
|
| 30 |
## Validation Metrics
|
| 31 |
|
| 32 |
- Loss: 1.425
|
|
|
|
| 55 |
```
|
| 56 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
| 57 |
|
| 58 |
+
model = AutoModelForSequenceClassification.from_pretrained("NicholasSynovic/AutoTrain-LUC-COMP429-VEAA-Classification", use_auth_token=True)
|
| 59 |
|
| 60 |
tokenizer = AutoTokenizer.from_pretrained("NicholasSynovic/autotrain-luc-comp429-victorian-authorship-classification-52472123757", use_auth_token=True)
|
| 61 |
|