b-aser commited on
Commit
b0e3fe0
·
verified ·
1 Parent(s): ae38913

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -2
README.md CHANGED
@@ -1,6 +1,16 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
@@ -11,6 +21,48 @@ tags: []
11
 
12
  ## Model Details
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ### Model Description
15
 
16
  <!-- Provide a longer summary of what this model is. -->
@@ -196,4 +248,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
196
 
197
  ## Model Card Contact
198
 
199
- [More Information Needed]
 
1
  ---
2
  library_name: transformers
3
+ license: mit
4
+ language:
5
+ - en
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ - bleu
10
+ - rouge
11
+ base_model:
12
+ - google-bert/bert-base-uncased
13
+ pipeline_tag: question-answering
14
  ---
15
 
16
  # Model Card for Model ID
 
21
 
22
  ## Model Details
23
 
24
+ ### Architecture
25
+
26
+ The model is based on a transformer-based architecture, leveraging attention mechanisms to capture contextual relationships in text.
27
+
28
+ Fine-tuned using a custom training pipeline optimized for specific downstream tasks.
29
+
30
+ ### Training Data
31
+
32
+ Trained on a diverse dataset comprising text samples from various domains.
33
+ Preprocessing steps include tokenization, normalization, and augmentation to ensure robustness and generalizability.
34
+
35
+ ### Training Metrics
36
+ 1
37
+ 1.4043
38
+ 1.4229
39
+ 2
40
+ 0.9750
41
+ 1.3638
42
+ 3
43
+ 0.6081
44
+ 1.5151
45
+ 4
46
+ 0.3593
47
+ 1.7942
48
+ 5
49
+ 0.2212
50
+ 2.0574
51
+
52
+ #### Final Training Output:
53
+
54
+ {
55
+ "global_step": 8530,
56
+ "training_loss": 0.7827,
57
+ "metrics": {
58
+ "train_runtime": 5246.0552,
59
+ "train_samples_per_second": 13.003,
60
+ "train_steps_per_second": 1.626,
61
+ "total_flos": 1.3368e+16,
62
+ "epoch": 5.0
63
+ }
64
+ }
65
+ <!--
66
  ### Model Description
67
 
68
  <!-- Provide a longer summary of what this model is. -->
 
248
 
249
  ## Model Card Contact
250
 
251
+ [More Information Needed] -->