Instructions to use Almancy/practica_3_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Almancy/practica_3_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Almancy/practica_3_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Almancy/practica_3_model") model = AutoModelForQuestionAnswering.from_pretrained("Almancy/practica_3_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +9 -10
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 2.
|
| 20 |
-
- Start Accuracy: 0.
|
| 21 |
-
- End Accuracy: 0.
|
| 22 |
-
- Total Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -44,17 +44,16 @@ The following hyperparameters were used during training:
|
|
| 44 |
- seed: 42
|
| 45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
-
- num_epochs:
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Start Accuracy | End Accuracy | Total Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------------:|:------------:|:--------------:|
|
| 53 |
-
| 3.
|
| 54 |
-
| 3.
|
| 55 |
-
| 2.
|
| 56 |
-
|
|
| 57 |
-
| 1.9322 | 5.0 | 440 | 2.6976 | 0.3233 | 0.3467 | 0.3350 |
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 2.6045
|
| 20 |
+
- Start Accuracy: 0.3583
|
| 21 |
+
- End Accuracy: 0.3617
|
| 22 |
+
- Total Accuracy: 0.36
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 44 |
- seed: 42
|
| 45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
+
- num_epochs: 4
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Start Accuracy | End Accuracy | Total Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------------:|:------------:|:--------------:|
|
| 53 |
+
| 3.9153 | 1.0 | 88 | 3.5519 | 0.115 | 0.1483 | 0.1317 |
|
| 54 |
+
| 3.0556 | 2.0 | 176 | 3.0543 | 0.225 | 0.2367 | 0.2308 |
|
| 55 |
+
| 2.2324 | 3.0 | 264 | 2.6733 | 0.3317 | 0.3467 | 0.3392 |
|
| 56 |
+
| 1.939 | 4.0 | 352 | 2.6045 | 0.3583 | 0.3617 | 0.36 |
|
|
|
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265470032
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08b9c4d0ad3dd0698d40d48d45248ff72c069307ae87fe8c944df6a89ec745f1
|
| 3 |
size 265470032
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61f6929c3c32e76bf90df98e7b3723d8aaef7987a63d5730f2aee5537ec384aa
|
| 3 |
size 5176
|