kodetr commited on
Commit
c8abd98
·
verified ·
1 Parent(s): 1ad6e36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
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 terkait stunting pada anak
20
 
21
  - **Developed by:** Tanwir
22
- - **Language(s) (NLP):** Indonesia
23
 
24
  ### Evaluation (GLUE)
25
 
@@ -27,9 +30,7 @@ Konsultasi terkait stunting pada anak
27
 
28
  ### Use with transformers
29
 
30
- Starting with transformers >= 4.43.0 onward, you can run conversational inference using the Transformers pipeline abstraction or by leveraging the Auto classes with the generate() function.
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