MattStammers commited on
Commit
adb20f7
1 Parent(s): 0e17acd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -21,18 +21,19 @@ model = AutoModelForCausalLM.from_pretrained(model_name)
21
  tokenizer = AutoTokenizer.from_pretrained(model_name)
22
  ```
23
 
24
- Model Performance
25
- Accuracy: 0
26
- Precision: 0
27
- Recall: 0
28
 
29
- Example Output:
30
 
31
- |ParameterName |SNOMEDCode |ExtractedSNOMEDNumbers |CorrectPrediction|
32
- |*Heart rate |364075005 |3222222 |False|
 
33
 
34
- Limitations and bias
35
  It is really low grade but I had fun building it so have pushed it up
36
 
37
- Acknowledgments
38
  Thanks to the Mixtral AI team for creating the base model for this one.
 
21
  tokenizer = AutoTokenizer.from_pretrained(model_name)
22
  ```
23
 
24
+ Model Performance on small 28 parameter test-set
25
+ - Accuracy: 0
26
+ - Precision: 0
27
+ - Recall: 0
28
 
29
+ ### Example Output:
30
 
31
+ | ParameterName | SNOMEDCode | ExtractedSNOMEDNumbers | CorrectPrediction |
32
+ |---------------|------------|------------------------|-------------------|
33
+ | Heart rate | 364075005 | 3222222 | False |
34
 
35
+ ### Limitations and bias
36
  It is really low grade but I had fun building it so have pushed it up
37
 
38
+ ### Acknowledgments
39
  Thanks to the Mixtral AI team for creating the base model for this one.