Instructions to use LexFerrinson/FirulaiModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LexFerrinson/FirulaiModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="LexFerrinson/FirulaiModel")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("LexFerrinson/FirulaiModel") model = AutoModelForTokenClassification.from_pretrained("LexFerrinson/FirulaiModel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
4f281a4
1
Parent(s): 93b0c74
Training in progress epoch 1
Browse files
README.md
CHANGED
|
@@ -13,13 +13,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
This model was trained from scratch on an unknown dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
-
- Train Loss: 0.
|
| 17 |
- Validation Loss: 0.4411
|
| 18 |
- Train Precision: 0.0
|
| 19 |
- Train Recall: 0.0
|
| 20 |
- Train F1: 0.0
|
| 21 |
- Train Accuracy: 0.8571
|
| 22 |
-
- Epoch:
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -46,6 +46,7 @@ The following hyperparameters were used during training:
|
|
| 46 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
|
| 47 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
| 48 |
| 0.3318 | 0.4411 | 0.0 | 0.0 | 0.0 | 0.8571 | 0 |
|
|
|
|
| 49 |
|
| 50 |
|
| 51 |
### Framework versions
|
|
|
|
| 13 |
|
| 14 |
This model was trained from scratch on an unknown dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
+
- Train Loss: 0.3029
|
| 17 |
- Validation Loss: 0.4411
|
| 18 |
- Train Precision: 0.0
|
| 19 |
- Train Recall: 0.0
|
| 20 |
- Train F1: 0.0
|
| 21 |
- Train Accuracy: 0.8571
|
| 22 |
+
- Epoch: 1
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 46 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
|
| 47 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
| 48 |
| 0.3318 | 0.4411 | 0.0 | 0.0 | 0.0 | 0.8571 | 0 |
|
| 49 |
+
| 0.3029 | 0.4411 | 0.0 | 0.0 | 0.0 | 0.8571 | 1 |
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|