gaborcselle commited on
Commit
5a0e971
·
1 Parent(s): 4d93140

README refinements, trying to make widgets work

Browse files
Files changed (1) hide show
  1. README.md +4 -9
README.md CHANGED
@@ -24,7 +24,6 @@ model-index:
24
  type: accuracy
25
  value: 0.963265306122449
26
  widget:
27
- - text: What font is this?
28
  - src: hf_samples/ArchitectsDaughter-Regular_1.png
29
  example_title: Architects Daughter
30
  - src: main/hf_samples/Courier_28.png
@@ -49,19 +48,15 @@ language:
49
  # font-identifier
50
 
51
  This model is a fine-tuned version of [microsoft/resnet-18](https://huggingface.co/microsoft/resnet-18) on the imagefolder dataset.
52
- It achieves the following results on the evaluation set:
53
- - Loss: 0.1172
54
- - Accuracy: 0.9633
55
 
56
  ## Model description
57
 
58
  Identify the font used in an image. Visual classifier based on ResNet18.
59
 
60
- I built this project in 1 day, with a minute-by-minute journal:
61
- * [On Twitter/X](https://twitter.com/gabor/status/1722300841691103467)
62
- * [On Pebble.social](https://pebble.social/@gabor/111376050835874755)
63
- * [On Threads.net](https://www.threads.net/@gaborcselle/post/CzZJpJCpxTz)
64
-
65
 
66
  ## Intended uses & limitations
67
 
 
24
  type: accuracy
25
  value: 0.963265306122449
26
  widget:
 
27
  - src: hf_samples/ArchitectsDaughter-Regular_1.png
28
  example_title: Architects Daughter
29
  - src: main/hf_samples/Courier_28.png
 
48
  # font-identifier
49
 
50
  This model is a fine-tuned version of [microsoft/resnet-18](https://huggingface.co/microsoft/resnet-18) on the imagefolder dataset.
51
+ Result: Loss: 0.1172; Accuracy: 0.9633
52
+
53
+ Try with any screenshot of a font, or any of the examples in [the 'samples' subfolder of this repo](https://huggingface.co/gaborcselle/font-identifier/tree/main/hf_samples).
54
 
55
  ## Model description
56
 
57
  Identify the font used in an image. Visual classifier based on ResNet18.
58
 
59
+ I built this project in 1 day, with a minute-by-minute journal [on Twitter/X](https://twitter.com/gabor/status/1722300841691103467), [on Pebble.social](https://pebble.social/@gabor/111376050835874755), and [on Threads.net](https://www.threads.net/@gaborcselle/post/CzZJpJCpxTz).
 
 
 
 
60
 
61
  ## Intended uses & limitations
62