Update README.md
Browse files
README.md
CHANGED
@@ -1,25 +1,24 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
library_name: transformers
|
8 |
base_model: meta-llama/Llama-3.2-1B-Instruct
|
9 |
widget:
|
10 |
-
|
11 |
-
|
12 |
license: other
|
13 |
language:
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
pipeline_tag: text-generation
|
23 |
extra_gated_fields:
|
24 |
First Name: text
|
25 |
Last Name: text
|
@@ -29,17 +28,17 @@ extra_gated_fields:
|
|
29 |
Job title:
|
30 |
type: select
|
31 |
options:
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
geo: ip_location
|
39 |
extra_gated_button_content: Submit
|
40 |
metrics:
|
41 |
-
|
42 |
inference:
|
43 |
parameters:
|
44 |
temperature: 0.7
|
45 |
-
---
|
|
|
1 |
---
|
2 |
tags:
|
3 |
+
- autotrain
|
4 |
+
- text-generation-inference
|
5 |
+
- text-generation
|
6 |
+
- peft
|
7 |
library_name: transformers
|
8 |
base_model: meta-llama/Llama-3.2-1B-Instruct
|
9 |
widget:
|
10 |
+
- role: user
|
11 |
+
- content: What is your favorite condiment?
|
12 |
license: other
|
13 |
language:
|
14 |
+
- en
|
15 |
+
- de
|
16 |
+
- fr
|
17 |
+
- it
|
18 |
+
- pt
|
19 |
+
- hi
|
20 |
+
- es
|
21 |
+
- th
|
|
|
22 |
extra_gated_fields:
|
23 |
First Name: text
|
24 |
Last Name: text
|
|
|
28 |
Job title:
|
29 |
type: select
|
30 |
options:
|
31 |
+
- Student
|
32 |
+
- Research Graduate
|
33 |
+
- AI researcher
|
34 |
+
- AI developer/engineer
|
35 |
+
- Reporter
|
36 |
+
- Other
|
37 |
geo: ip_location
|
38 |
extra_gated_button_content: Submit
|
39 |
metrics:
|
40 |
+
- accuracy
|
41 |
inference:
|
42 |
parameters:
|
43 |
temperature: 0.7
|
44 |
+
---
|