Update README.md
Browse files
README.md
CHANGED
@@ -10,16 +10,19 @@ metrics:
|
|
10 |
- accuracy
|
11 |
- bleu
|
12 |
pipeline_tag: question-answering
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
### Model Description
|
16 |
|
17 |
<!-- Provide a longer summary of what this model is. -->
|
18 |
|
19 |
-
Konsultasi
|
20 |
|
21 |
- **Developed by:** Tanwir
|
22 |
-
- **Language
|
23 |
|
24 |
### Evaluation (GLUE)
|
25 |
|
@@ -27,9 +30,7 @@ Konsultasi terkait stunting pada anak
|
|
27 |
|
28 |
### Use with transformers
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
Make sure to update your transformers installation via pip install --upgrade transformers.
|
33 |
|
34 |
```python
|
35 |
import torch
|
|
|
10 |
- accuracy
|
11 |
- bleu
|
12 |
pipeline_tag: question-answering
|
13 |
+
license: apache-2.0
|
14 |
+
base_model:
|
15 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
16 |
---
|
17 |
|
18 |
### Model Description
|
19 |
|
20 |
<!-- Provide a longer summary of what this model is. -->
|
21 |
|
22 |
+
Konsultasi(Q&A) stunting pada anak
|
23 |
|
24 |
- **Developed by:** Tanwir
|
25 |
+
- **Language :** Indonesia
|
26 |
|
27 |
### Evaluation (GLUE)
|
28 |
|
|
|
30 |
|
31 |
### Use with transformers
|
32 |
|
33 |
+
Pastikan untuk memperbarui instalasi transformer Anda melalui pip install --upgrade transformer.
|
|
|
|
|
34 |
|
35 |
```python
|
36 |
import torch
|