tudorgeorgescu commited on
Commit
001033f
·
verified ·
1 Parent(s): 6455188

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -4,8 +4,6 @@ license: apache-2.0
4
  base_model: distilbert-base-uncased
5
  tags:
6
  - generated_from_trainer
7
- - work_in_progress
8
- - not-ready
9
  model-index:
10
  - name: trx-agg-clsf
11
  results: []
@@ -18,15 +16,15 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.1321
22
 
23
  ## Model description
24
 
25
- The model aims to classify the query towards a chatbot of a banking application, in order to determine the aggregation type (count, sum, average) it needs to do on the transaction history of the client
26
 
27
  ## Intended uses & limitations
28
 
29
- The model is intended for banking chatbot applications
30
 
31
  ## Training and evaluation data
32
 
@@ -49,11 +47,11 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
- | No log | 1.0 | 1 | 1.1357 |
53
- | No log | 2.0 | 2 | 1.1347 |
54
- | No log | 3.0 | 3 | 1.1335 |
55
- | No log | 4.0 | 4 | 1.1327 |
56
- | No log | 5.0 | 5 | 1.1321 |
57
 
58
 
59
  ### Framework versions
 
4
  base_model: distilbert-base-uncased
5
  tags:
6
  - generated_from_trainer
 
 
7
  model-index:
8
  - name: trx-agg-clsf
9
  results: []
 
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.0772
20
 
21
  ## Model description
22
 
23
+ More information needed
24
 
25
  ## Intended uses & limitations
26
 
27
+ More information needed
28
 
29
  ## Training and evaluation data
30
 
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | No log | 1.0 | 1 | 1.0802 |
51
+ | No log | 2.0 | 2 | 1.0788 |
52
+ | No log | 3.0 | 3 | 1.0781 |
53
+ | No log | 4.0 | 4 | 1.0776 |
54
+ | No log | 5.0 | 5 | 1.0772 |
55
 
56
 
57
  ### Framework versions