osanseviero HF staff mishig HF staff commited on
Commit
860107a
1 Parent(s): 075e8fe

Add widget examples (#30)

Browse files

- Add widget examples (1b1ec1e2b4fcc7b61c4bf9758fd57d5ca2d795cc)


Co-authored-by: Mishig Davaadorj <[email protected]>

Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -16,6 +16,63 @@ tags:
16
  - pytorch
17
  - llama
18
  - llama-3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  license: llama3.2
20
  extra_gated_prompt: >-
21
  ### LLAMA 3.2 COMMUNITY LICENSE AGREEMENT
 
16
  - pytorch
17
  - llama
18
  - llama-3
19
+ widget:
20
+ - example_title: rococo art
21
+ messages:
22
+ - role: user
23
+ content:
24
+ - type: text
25
+ text: Which era does this piece belong to? Give details about the era.
26
+ - type: image_url
27
+ image_url:
28
+ url: https://huggingface.co/datasets/huggingface/release-assets/resolve/main/rococo.jpg
29
+ - role: assistant
30
+ content: |
31
+ The piece is a painting of a woman in a red dress, surrounded by gold and white ornate details. The woman is depicted in mid-air, with her arms outstretched and her legs bent at the knees. She is holding a bouquet of flowers in her right hand and a fruit in her left hand.
32
+
33
+ The background of the painting is a light blue sky with pink clouds, and there are also some pink flowers and green leaves surrounding the woman. The overall atmosphere of the painting is one of joy and celebration, as if the woman is dancing or celebrating something.
34
+
35
+ This piece belongs to the Rococo era, which was a style of art and architecture that emerged in Europe in the 18th century. The Rococo style is characterized by its use of pastel colors, curved lines, and ornate details. It was popularized during the reign of King Louis XV of France, who ruled from 1715 to 1774.
36
+ - example_title: diagram understanding
37
+ messages:
38
+ - role: user
39
+ content:
40
+ - type: text
41
+ text: Where do the droughts happen according to this diagram?
42
+ - type: image_url
43
+ image_url:
44
+ url: https://huggingface.co/datasets/huggingface/release-assets/resolve/main/weather_events.png
45
+ - role: assistant
46
+ content: |
47
+ # Drought Regions in 2016
48
+
49
+ According to the diagram, the regions that experienced severe droughts in 2016 are:
50
+
51
+ - **Eastern and Southern Africa**: This region was severely affected by droughts, with significant impacts on agriculture and water resources.
52
+ - **Western and Southern Africa**: Droughts also occurred in this region, leading to food insecurity and other challenges.
53
+
54
+ These regions were particularly vulnerable to droughts in 2016, highlighting the need for effective water management strategies and climate resilience measures.
55
+ - example_title: document qa
56
+ messages:
57
+ - role: user
58
+ content:
59
+ - type: text
60
+ text: How long does it take from invoice date to due date? Be short and concise.
61
+ - type: image_url
62
+ image_url:
63
+ url: https://huggingface.co/datasets/huggingface/release-assets/resolve/main/invoice.png
64
+ - role: assistant
65
+ content: |
66
+ To determine the time gap between the invoice date and the due date, we need to calculate the difference between these two dates.
67
+
68
+ Invoice Date: February 11, 2019
69
+ Due Date: February 26, 2019
70
+
71
+ Step 1: Calculate the Difference in Days
72
+
73
+ February 26 - February 11 = 15 days
74
+
75
+ Therefore, the time gap between the invoice date and the due date is 15 days.
76
  license: llama3.2
77
  extra_gated_prompt: >-
78
  ### LLAMA 3.2 COMMUNITY LICENSE AGREEMENT