25b3nk commited on
Commit
c54c921
·
verified ·
1 Parent(s): fdcff9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -9,6 +9,9 @@ language:
9
  - en
10
  base_model:
11
  - google-bert/bert-base-uncased
 
 
 
12
  ---
13
 
14
  # Model Card for Model ID
@@ -92,6 +95,7 @@ Use the code below to get started with the model.
92
  ### Training Procedure
93
 
94
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
 
95
 
96
  #### Preprocessing [optional]
97
 
 
9
  - en
10
  base_model:
11
  - google-bert/bert-base-uncased
12
+ metrics:
13
+ - accuracy
14
+ - f1
15
  ---
16
 
17
  # Model Card for Model ID
 
95
  ### Training Procedure
96
 
97
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
98
+ https://www.kaggle.com/code/csbenk/ollama-issues-classifier
99
 
100
  #### Preprocessing [optional]
101