Update README.md
Browse files
README.md
CHANGED
@@ -1,34 +1,16 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
metrics:
|
4 |
-
- f1
|
5 |
-
- accuracy
|
6 |
pipeline_tag: text-generation
|
7 |
tags:
|
8 |
-
-
|
9 |
-
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
-
|
16 |
-
|
17 |
-
- task:
|
18 |
-
type: text-classification
|
19 |
-
name: Text Classification
|
20 |
-
dataset:
|
21 |
-
name: Unknown
|
22 |
-
type: unknown
|
23 |
-
split: test
|
24 |
-
metrics:
|
25 |
-
- type: f1
|
26 |
-
value: 0.9411764705882353
|
27 |
-
name: F1
|
28 |
-
- type: accuracy
|
29 |
-
value: 0.9743589743589743
|
30 |
-
name: Accuracy
|
31 |
-
---
|
32 |
|
33 |
# Model Card for Model ID
|
34 |
|
|
|
1 |
+
language:
|
2 |
+
- en
|
|
|
|
|
|
|
3 |
pipeline_tag: text-generation
|
4 |
tags:
|
5 |
+
- nlp
|
6 |
+
- code
|
7 |
+
inference:
|
8 |
+
parameters:
|
9 |
+
temperature: 0.0
|
10 |
+
widget:
|
11 |
+
- messages:
|
12 |
+
- role: user
|
13 |
+
content: Can you provide ways to eat combinations of bananas and dragonfruits?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
# Model Card for Model ID
|
16 |
|