siddharthl1293 commited on
Commit
a5c66bf
·
verified ·
1 Parent(s): bfdcccd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -12
README.md CHANGED
@@ -13,23 +13,15 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # albert-albert-large-v2
15
 
16
- This model is a fine-tuned version of [albert/albert-large-v2](https://huggingface.co/albert/albert-large-v2) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.0032
19
 
20
- ## Model description
21
 
22
- More information needed
 
23
 
24
- ## Intended uses & limitations
25
-
26
- More information needed
27
-
28
- ## Training and evaluation data
29
-
30
- More information needed
31
-
32
- ## Training procedure
33
 
34
  ### Training hyperparameters
35
 
@@ -48,6 +40,10 @@ The following hyperparameters were used during training:
48
  |:-------------:|:-----:|:----:|:---------------:|
49
  | 0.0032 | 1.0 | 9378 | 0.0032 |
50
 
 
 
 
 
51
 
52
  ### Framework versions
53
 
 
13
 
14
  # albert-albert-large-v2
15
 
16
+ This model is a fine-tuned version of [albert/albert-large-v2](https://huggingface.co/albert/albert-large-v2) on the raw version of the dataset https://huggingface.co/datasets/siddharthl1293/engineering_design_facts.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.0032
19
 
20
+ ## Model Intent
21
 
22
+ The model was trained to identify relationship tokens in a sentence when a pair of entities are marked. For more info, please go through the dataset description:
23
+ https://huggingface.co/datasets/siddharthl1293/engineering_design_facts
24
 
 
 
 
 
 
 
 
 
 
25
 
26
  ### Training hyperparameters
27
 
 
40
  |:-------------:|:-----:|:----:|:---------------:|
41
  | 0.0032 | 1.0 | 9378 | 0.0032 |
42
 
43
+ ### Testing Results
44
+
45
+ Testing accuracy was calculated on a test set wherein, all relationship tokens need to be identified in an example for the accuracy to be 1.
46
+ The average testing accuracy across 37,509 testing examples is 0.995.
47
 
48
  ### Framework versions
49